# 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.167syr9l5j/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.167syr9l5j/tests/tests_change_indication_on_repeat_run.yml:4 Wednesday 27 December 2023 17:35:23 +0000 (0:00:00.012) 0:00:00.012 **** ok: [sut] META: ran handlers TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-ansible-lint-test-2.167syr9l5j/tests/tests_change_indication_on_repeat_run.yml:13 Wednesday 27 December 2023 17:35:24 +0000 (0:00:00.585) 0:00:00.597 **** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-ansible-lint-test-2.167syr9l5j/tests/tests_change_indication_on_repeat_run.yml:18 Wednesday 27 December 2023 17:35:24 +0000 (0:00:00.256) 0:00:00.853 **** 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.167syr9l5j/tests/tests_change_indication_on_repeat_run.yml:21 Wednesday 27 December 2023 17:35:24 +0000 (0:00:00.030) 0:00:00.883 **** included: /WORKDIR/git-ansible-lint-test-2.167syr9l5j/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-ansible-lint-test-2.167syr9l5j/tests/tasks/manage_test_interface.yml:3 Wednesday 27 December 2023 17:35:24 +0000 (0:00:00.014) 0:00:00.898 **** 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.167syr9l5j/tests/tasks/manage_test_interface.yml:8 Wednesday 27 December 2023 17:35:24 +0000 (0:00:00.018) 0:00:00.917 **** 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.167syr9l5j/tests/tasks/manage_test_interface.yml:13 Wednesday 27 December 2023 17:35:24 +0000 (0:00:00.017) 0:00:00.935 **** included: /WORKDIR/git-ansible-lint-test-2.167syr9l5j/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ansible-lint-test-2.167syr9l5j/tests/tasks/show_interfaces.yml:3 Wednesday 27 December 2023 17:35:24 +0000 (0:00:00.013) 0:00:00.948 **** included: /WORKDIR/git-ansible-lint-test-2.167syr9l5j/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ansible-lint-test-2.167syr9l5j/tests/tasks/get_current_interfaces.yml:3 Wednesday 27 December 2023 17:35:24 +0000 (0:00:00.022) 0:00:00.970 **** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003309", "end": "2023-12-27 17:35:24.628678", "rc": 0, "start": "2023-12-27 17:35:24.625369" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ansible-lint-test-2.167syr9l5j/tests/tasks/get_current_interfaces.yml:9 Wednesday 27 December 2023 17:35:24 +0000 (0:00:00.279) 0:00:01.250 **** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ansible-lint-test-2.167syr9l5j/tests/tasks/show_interfaces.yml:5 Wednesday 27 December 2023 17:35:24 +0000 (0:00:00.023) 0:00:01.274 **** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-ansible-lint-test-2.167syr9l5j/tests/tasks/manage_test_interface.yml:16 Wednesday 27 December 2023 17:35:24 +0000 (0:00:00.022) 0:00:01.296 **** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface testnic1] ****************************************** task path: /WORKDIR/git-ansible-lint-test-2.167syr9l5j/tests/tasks/manage_test_interface.yml:24 Wednesday 27 December 2023 17:35:25 +0000 (0:00:01.014) 0:00:02.311 **** 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.009806", "end": "2023-12-27 17:35:25.904025", "item": "ip link add testnic1 type veth peer name peertestnic1", "rc": 0, "start": "2023-12-27 17:35:25.894219" } ok: [sut] => (item=ip link set peertestnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peertestnic1", "up" ], "delta": "0:00:00.003410", "end": "2023-12-27 17:35:26.112328", "item": "ip link set peertestnic1 up", "rc": 0, "start": "2023-12-27 17:35:26.108918" } ok: [sut] => (item=ip link set testnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "testnic1", "up" ], "delta": "0:00:00.003395", "end": "2023-12-27 17:35:26.286228", "item": "ip link set testnic1 up", "rc": 0, "start": "2023-12-27 17:35:26.282833" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-ansible-lint-test-2.167syr9l5j/tests/tasks/manage_test_interface.yml:33 Wednesday 27 December 2023 17:35:26 +0000 (0:00:00.577) 0:00:02.888 **** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "testnic1", "managed", "true" ], "delta": "0:00:00.020099", "end": "2023-12-27 17:35:26.485646", "rc": 0, "start": "2023-12-27 17:35:26.465547" } TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-ansible-lint-test-2.167syr9l5j/tests/tasks/manage_test_interface.yml:41 Wednesday 27 December 2023 17:35:26 +0000 (0:00:00.201) 0:00:03.090 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface testnic1] ***************************************** task path: /WORKDIR/git-ansible-lint-test-2.167syr9l5j/tests/tasks/manage_test_interface.yml:48 Wednesday 27 December 2023 17:35:26 +0000 (0:00:00.014) 0:00:03.104 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /WORKDIR/git-ansible-lint-test-2.167syr9l5j/tests/tasks/manage_test_interface.yml:54 Wednesday 27 December 2023 17:35:26 +0000 (0:00:00.011) 0:00:03.116 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /WORKDIR/git-ansible-lint-test-2.167syr9l5j/tests/tasks/manage_test_interface.yml:61 Wednesday 27 December 2023 17:35:26 +0000 (0:00:00.017) 0:00:03.133 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /WORKDIR/git-ansible-lint-test-2.167syr9l5j/tests/tasks/manage_test_interface.yml:67 Wednesday 27 December 2023 17:35:26 +0000 (0:00:00.010) 0:00:03.144 **** 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.167syr9l5j/tests/tests_change_indication_on_repeat_run.yml:25 Wednesday 27 December 2023 17:35:26 +0000 (0:00:00.015) 0:00:03.159 **** included: /WORKDIR/git-ansible-lint-test-2.167syr9l5j/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-ansible-lint-test-2.167syr9l5j/tests/tasks/assert_device_present.yml:3 Wednesday 27 December 2023 17:35:26 +0000 (0:00:00.010) 0:00:03.170 **** included: /WORKDIR/git-ansible-lint-test-2.167syr9l5j/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface testnic1] ***************************************** task path: /WORKDIR/git-ansible-lint-test-2.167syr9l5j/tests/tasks/get_interface_stat.yml:3 Wednesday 27 December 2023 17:35:26 +0000 (0:00:00.014) 0:00:03.185 **** ok: [sut] => { "changed": false, "stat": { "atime": 1703698525.897797, "block_size": 4096, "blocks": 0, "ctime": 1703698525.897797, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 27958, "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": 1703698525.897797, "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.167syr9l5j/tests/tasks/assert_device_present.yml:5 Wednesday 27 December 2023 17:35:26 +0000 (0:00:00.193) 0:00:03.379 **** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-ansible-lint-test-2.167syr9l5j/tests/tests_change_indication_on_repeat_run.yml:39 Wednesday 27 December 2023 17:35:26 +0000 (0:00:00.011) 0:00:03.390 **** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ansible-lint-test-2.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:4 Wednesday 27 December 2023 17:35:26 +0000 (0:00:00.048) 0:00:03.439 **** included: /WORKDIR/git-ansible-lint-test-2.167syr9l5j/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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Wednesday 27 December 2023 17:35:26 +0000 (0:00:00.077) 0:00:03.516 **** 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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Wednesday 27 December 2023 17:35:26 +0000 (0:00:00.026) 0:00:03.542 **** 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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Wednesday 27 December 2023 17:35:26 +0000 (0:00:00.018) 0:00:03.561 **** 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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Wednesday 27 December 2023 17:35:26 +0000 (0:00:00.009) 0:00:03.570 **** 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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Wednesday 27 December 2023 17:35:28 +0000 (0:00:01.474) 0:00:05.045 **** 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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:7 Wednesday 27 December 2023 17:35:29 +0000 (0:00:01.047) 0:00:06.092 **** 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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:11 Wednesday 27 December 2023 17:35:29 +0000 (0:00:00.025) 0:00:06.118 **** 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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:19 Wednesday 27 December 2023 17:35:29 +0000 (0:00:00.018) 0:00:06.136 **** 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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:30 Wednesday 27 December 2023 17:35:29 +0000 (0:00:00.018) 0:00:06.155 **** 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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:40 Wednesday 27 December 2023 17:35:29 +0000 (0:00:00.045) 0:00:06.200 **** 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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:55 Wednesday 27 December 2023 17:35:29 +0000 (0:00:00.018) 0:00:06.218 **** 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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:71 Wednesday 27 December 2023 17:35:29 +0000 (0:00:00.022) 0:00:06.240 **** 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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:85 Wednesday 27 December 2023 17:35:29 +0000 (0:00:00.023) 0:00:06.264 **** 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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:96 Wednesday 27 December 2023 17:35:30 +0000 (0:00:00.489) 0:00:06.754 **** 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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:105 Wednesday 27 December 2023 17:35:30 +0000 (0:00:00.034) 0:00:06.789 **** 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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:113 Wednesday 27 December 2023 17:35:30 +0000 (0:00:00.025) 0:00:06.814 **** 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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:122 Wednesday 27 December 2023 17:35:30 +0000 (0:00:00.025) 0:00:06.840 **** 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, 1464288b-3a3b-4071-afc2-9988fc4ec470 [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 1464288b-3a3b-4071-afc2-9988fc4ec470 (not-active) TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-ansible-lint-test-2.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:134 Wednesday 27 December 2023 17:35:30 +0000 (0:00:00.506) 0:00:07.346 **** 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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:140 Wednesday 27 December 2023 17:35:30 +0000 (0:00:00.021) 0:00:07.368 **** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, 1464288b-3a3b-4071-afc2-9988fc4ec470", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 1464288b-3a3b-4071-afc2-9988fc4ec470 (not-active)" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ansible-lint-test-2.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:144 Wednesday 27 December 2023 17:35:30 +0000 (0:00:00.046) 0:00:07.414 **** 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, 1464288b-3a3b-4071-afc2-9988fc4ec470\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 1464288b-3a3b-4071-afc2-9988fc4ec470 (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, 1464288b-3a3b-4071-afc2-9988fc4ec470", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 1464288b-3a3b-4071-afc2-9988fc4ec470 (not-active)" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-ansible-lint-test-2.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:149 Wednesday 27 December 2023 17:35:30 +0000 (0:00:00.033) 0:00:07.448 **** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ansible-lint-test-2.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:155 Wednesday 27 December 2023 17:35:30 +0000 (0:00:00.020) 0:00:07.468 **** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:true] ****************************************************** task path: /WORKDIR/git-ansible-lint-test-2.167syr9l5j/tests/tests_change_indication_on_repeat_run.yml:43 Wednesday 27 December 2023 17:35:31 +0000 (0:00:00.295) 0:00:07.764 **** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-ansible-lint-test-2.167syr9l5j/tests/tests_change_indication_on_repeat_run.yml:46 Wednesday 27 December 2023 17:35:31 +0000 (0:00:00.021) 0:00:07.785 **** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ansible-lint-test-2.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:4 Wednesday 27 December 2023 17:35:31 +0000 (0:00:00.034) 0:00:07.819 **** included: /WORKDIR/git-ansible-lint-test-2.167syr9l5j/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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Wednesday 27 December 2023 17:35:31 +0000 (0:00:00.033) 0:00:07.853 **** 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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Wednesday 27 December 2023 17:35:31 +0000 (0:00:00.024) 0:00:07.878 **** 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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Wednesday 27 December 2023 17:35:31 +0000 (0:00:00.020) 0:00:07.898 **** 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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Wednesday 27 December 2023 17:35:31 +0000 (0:00:00.018) 0:00:07.916 **** 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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Wednesday 27 December 2023 17:35:32 +0000 (0:00:01.405) 0:00:09.322 **** 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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:7 Wednesday 27 December 2023 17:35:33 +0000 (0:00:00.904) 0:00:10.227 **** 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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:11 Wednesday 27 December 2023 17:35:33 +0000 (0:00:00.026) 0:00:10.253 **** 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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:19 Wednesday 27 December 2023 17:35:33 +0000 (0:00:00.020) 0:00:10.274 **** 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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:30 Wednesday 27 December 2023 17:35:33 +0000 (0:00:00.032) 0:00:10.307 **** 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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:40 Wednesday 27 December 2023 17:35:33 +0000 (0:00:00.058) 0:00:10.365 **** 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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:55 Wednesday 27 December 2023 17:35:33 +0000 (0:00:00.030) 0:00:10.396 **** 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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:71 Wednesday 27 December 2023 17:35:33 +0000 (0:00:00.021) 0:00:10.417 **** 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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:85 Wednesday 27 December 2023 17:35:33 +0000 (0:00:00.025) 0:00:10.442 **** 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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:96 Wednesday 27 December 2023 17:35:34 +0000 (0:00:00.374) 0:00:10.817 **** 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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:105 Wednesday 27 December 2023 17:35:34 +0000 (0:00:00.030) 0:00:10.847 **** 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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:113 Wednesday 27 December 2023 17:35:34 +0000 (0:00:00.026) 0:00:10.874 **** 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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:122 Wednesday 27 December 2023 17:35:34 +0000 (0:00:00.026) 0:00:10.901 **** 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, 1464288b-3a3b-4071-afc2-9988fc4ec470 already up to date [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 1464288b-3a3b-4071-afc2-9988fc4ec470 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-ansible-lint-test-2.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:134 Wednesday 27 December 2023 17:35:34 +0000 (0:00:00.370) 0:00:11.271 **** 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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:140 Wednesday 27 December 2023 17:35:34 +0000 (0:00:00.020) 0:00:11.292 **** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 1464288b-3a3b-4071-afc2-9988fc4ec470 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 1464288b-3a3b-4071-afc2-9988fc4ec470 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ansible-lint-test-2.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:144 Wednesday 27 December 2023 17:35:34 +0000 (0:00:00.020) 0:00:11.312 **** 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, 1464288b-3a3b-4071-afc2-9988fc4ec470 already up to date\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 1464288b-3a3b-4071-afc2-9988fc4ec470 skipped because already active\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 1464288b-3a3b-4071-afc2-9988fc4ec470 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 1464288b-3a3b-4071-afc2-9988fc4ec470 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-ansible-lint-test-2.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:149 Wednesday 27 December 2023 17:35:34 +0000 (0:00:00.020) 0:00:11.333 **** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ansible-lint-test-2.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:155 Wednesday 27 December 2023 17:35:34 +0000 (0:00:00.018) 0:00:11.351 **** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:false] ***************************************************** task path: /WORKDIR/git-ansible-lint-test-2.167syr9l5j/tests/tests_change_indication_on_repeat_run.yml:50 Wednesday 27 December 2023 17:35:34 +0000 (0:00:00.182) 0:00:11.534 **** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-ansible-lint-test-2.167syr9l5j/tests/tests_change_indication_on_repeat_run.yml:63 Wednesday 27 December 2023 17:35:34 +0000 (0:00:00.021) 0:00:11.556 **** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ansible-lint-test-2.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:4 Wednesday 27 December 2023 17:35:35 +0000 (0:00:00.031) 0:00:11.587 **** included: /WORKDIR/git-ansible-lint-test-2.167syr9l5j/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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Wednesday 27 December 2023 17:35:35 +0000 (0:00:00.035) 0:00:11.623 **** 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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Wednesday 27 December 2023 17:35:35 +0000 (0:00:00.039) 0:00:11.663 **** 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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Wednesday 27 December 2023 17:35:35 +0000 (0:00:00.053) 0:00:11.716 **** 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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Wednesday 27 December 2023 17:35:35 +0000 (0:00:00.023) 0:00:11.739 **** 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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Wednesday 27 December 2023 17:35:36 +0000 (0:00:01.400) 0:00:13.140 **** 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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:7 Wednesday 27 December 2023 17:35:37 +0000 (0:00:00.908) 0:00:14.048 **** 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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:11 Wednesday 27 December 2023 17:35:37 +0000 (0:00:00.026) 0:00:14.074 **** 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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:19 Wednesday 27 December 2023 17:35:37 +0000 (0:00:00.018) 0:00:14.093 **** 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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:30 Wednesday 27 December 2023 17:35:37 +0000 (0:00:00.037) 0:00:14.130 **** 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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:40 Wednesday 27 December 2023 17:35:37 +0000 (0:00:00.049) 0:00:14.180 **** 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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:55 Wednesday 27 December 2023 17:35:37 +0000 (0:00:00.020) 0:00:14.200 **** 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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:71 Wednesday 27 December 2023 17:35:37 +0000 (0:00:00.020) 0:00:14.221 **** 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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:85 Wednesday 27 December 2023 17:35:37 +0000 (0:00:00.023) 0:00:14.245 **** 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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:96 Wednesday 27 December 2023 17:35:38 +0000 (0:00:00.365) 0:00:14.610 **** 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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:105 Wednesday 27 December 2023 17:35:38 +0000 (0:00:00.031) 0:00:14.641 **** 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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:113 Wednesday 27 December 2023 17:35:38 +0000 (0:00:00.028) 0:00:14.669 **** 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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:122 Wednesday 27 December 2023 17:35:38 +0000 (0:00:00.031) 0:00:14.701 **** 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, 1464288b-3a3b-4071-afc2-9988fc4ec470 [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 1464288b-3a3b-4071-afc2-9988fc4ec470 (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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:134 Wednesday 27 December 2023 17:35:38 +0000 (0:00:00.387) 0:00:15.089 **** 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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:140 Wednesday 27 December 2023 17:35:38 +0000 (0:00:00.057) 0:00:15.146 **** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': update connection testnic1, 1464288b-3a3b-4071-afc2-9988fc4ec470", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 1464288b-3a3b-4071-afc2-9988fc4ec470 (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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:144 Wednesday 27 December 2023 17:35:38 +0000 (0:00:00.028) 0:00:15.175 **** 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, 1464288b-3a3b-4071-afc2-9988fc4ec470\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 1464288b-3a3b-4071-afc2-9988fc4ec470 (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, 1464288b-3a3b-4071-afc2-9988fc4ec470", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 1464288b-3a3b-4071-afc2-9988fc4ec470 (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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:149 Wednesday 27 December 2023 17:35:38 +0000 (0:00:00.021) 0:00:15.196 **** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ansible-lint-test-2.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:155 Wednesday 27 December 2023 17:35:38 +0000 (0:00:00.019) 0:00:15.216 **** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:true] ****************************************************** task path: /WORKDIR/git-ansible-lint-test-2.167syr9l5j/tests/tests_change_indication_on_repeat_run.yml:67 Wednesday 27 December 2023 17:35:38 +0000 (0:00:00.181) 0:00:15.398 **** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-ansible-lint-test-2.167syr9l5j/tests/tests_change_indication_on_repeat_run.yml:70 Wednesday 27 December 2023 17:35:38 +0000 (0:00:00.073) 0:00:15.471 **** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ansible-lint-test-2.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:4 Wednesday 27 December 2023 17:35:38 +0000 (0:00:00.060) 0:00:15.532 **** included: /WORKDIR/git-ansible-lint-test-2.167syr9l5j/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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Wednesday 27 December 2023 17:35:38 +0000 (0:00:00.044) 0:00:15.576 **** 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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Wednesday 27 December 2023 17:35:39 +0000 (0:00:00.025) 0:00:15.602 **** 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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Wednesday 27 December 2023 17:35:39 +0000 (0:00:00.038) 0:00:15.640 **** 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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Wednesday 27 December 2023 17:35:39 +0000 (0:00:00.036) 0:00:15.676 **** 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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Wednesday 27 December 2023 17:35:40 +0000 (0:00:01.399) 0:00:17.075 **** 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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:7 Wednesday 27 December 2023 17:35:41 +0000 (0:00:00.934) 0:00:18.010 **** 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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:11 Wednesday 27 December 2023 17:35:41 +0000 (0:00:00.026) 0:00:18.036 **** 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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:19 Wednesday 27 December 2023 17:35:41 +0000 (0:00:00.018) 0:00:18.055 **** 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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:30 Wednesday 27 December 2023 17:35:41 +0000 (0:00:00.019) 0:00:18.074 **** 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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:40 Wednesday 27 December 2023 17:35:41 +0000 (0:00:00.046) 0:00:18.121 **** 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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:55 Wednesday 27 December 2023 17:35:41 +0000 (0:00:00.018) 0:00:18.139 **** 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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:71 Wednesday 27 December 2023 17:35:41 +0000 (0:00:00.018) 0:00:18.158 **** 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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:85 Wednesday 27 December 2023 17:35:41 +0000 (0:00:00.024) 0:00:18.182 **** 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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:96 Wednesday 27 December 2023 17:35:41 +0000 (0:00:00.372) 0:00:18.555 **** 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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:105 Wednesday 27 December 2023 17:35:42 +0000 (0:00:00.030) 0:00:18.586 **** 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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:113 Wednesday 27 December 2023 17:35:42 +0000 (0:00:00.025) 0:00:18.611 **** 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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:122 Wednesday 27 December 2023 17:35:42 +0000 (0:00:00.024) 0:00:18.636 **** 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, 1464288b-3a3b-4071-afc2-9988fc4ec470 already up to date [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 1464288b-3a3b-4071-afc2-9988fc4ec470 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-ansible-lint-test-2.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:134 Wednesday 27 December 2023 17:35:42 +0000 (0:00:00.388) 0:00:19.025 **** 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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:140 Wednesday 27 December 2023 17:35:42 +0000 (0:00:00.022) 0:00:19.047 **** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 1464288b-3a3b-4071-afc2-9988fc4ec470 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 1464288b-3a3b-4071-afc2-9988fc4ec470 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ansible-lint-test-2.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:144 Wednesday 27 December 2023 17:35:42 +0000 (0:00:00.025) 0:00:19.073 **** 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, 1464288b-3a3b-4071-afc2-9988fc4ec470 already up to date\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 1464288b-3a3b-4071-afc2-9988fc4ec470 skipped because already active\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 1464288b-3a3b-4071-afc2-9988fc4ec470 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 1464288b-3a3b-4071-afc2-9988fc4ec470 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-ansible-lint-test-2.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:149 Wednesday 27 December 2023 17:35:42 +0000 (0:00:00.022) 0:00:19.095 **** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ansible-lint-test-2.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:155 Wednesday 27 December 2023 17:35:42 +0000 (0:00:00.023) 0:00:19.119 **** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:false] ***************************************************** task path: /WORKDIR/git-ansible-lint-test-2.167syr9l5j/tests/tests_change_indication_on_repeat_run.yml:74 Wednesday 27 December 2023 17:35:42 +0000 (0:00:00.199) 0:00:19.319 **** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-ansible-lint-test-2.167syr9l5j/tests/tests_change_indication_on_repeat_run.yml:82 Wednesday 27 December 2023 17:35:42 +0000 (0:00:00.020) 0:00:19.339 **** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ansible-lint-test-2.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:4 Wednesday 27 December 2023 17:35:42 +0000 (0:00:00.037) 0:00:19.376 **** included: /WORKDIR/git-ansible-lint-test-2.167syr9l5j/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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Wednesday 27 December 2023 17:35:42 +0000 (0:00:00.033) 0:00:19.410 **** 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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Wednesday 27 December 2023 17:35:42 +0000 (0:00:00.024) 0:00:19.435 **** 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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Wednesday 27 December 2023 17:35:42 +0000 (0:00:00.018) 0:00:19.454 **** 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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Wednesday 27 December 2023 17:35:42 +0000 (0:00:00.018) 0:00:19.472 **** 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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Wednesday 27 December 2023 17:35:44 +0000 (0:00:01.363) 0:00:20.836 **** 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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:7 Wednesday 27 December 2023 17:35:45 +0000 (0:00:00.899) 0:00:21.736 **** 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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:11 Wednesday 27 December 2023 17:35:45 +0000 (0:00:00.028) 0:00:21.764 **** 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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:19 Wednesday 27 December 2023 17:35:45 +0000 (0:00:00.021) 0:00:21.786 **** 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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:30 Wednesday 27 December 2023 17:35:45 +0000 (0:00:00.020) 0:00:21.806 **** 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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:40 Wednesday 27 December 2023 17:35:45 +0000 (0:00:00.049) 0:00:21.856 **** 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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:55 Wednesday 27 December 2023 17:35:45 +0000 (0:00:00.027) 0:00:21.883 **** 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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:71 Wednesday 27 December 2023 17:35:45 +0000 (0:00:00.034) 0:00:21.918 **** 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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:85 Wednesday 27 December 2023 17:35:45 +0000 (0:00:00.047) 0:00:21.965 **** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-ansible-lint-test-2.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:96 Wednesday 27 December 2023 17:35:45 +0000 (0:00:00.352) 0:00:22.318 **** 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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:105 Wednesday 27 December 2023 17:35:45 +0000 (0:00:00.035) 0:00:22.354 **** 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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:113 Wednesday 27 December 2023 17:35:45 +0000 (0:00:00.025) 0:00:22.379 **** 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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:122 Wednesday 27 December 2023 17:35:45 +0000 (0:00:00.026) 0:00:22.406 **** 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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:134 Wednesday 27 December 2023 17:35:46 +0000 (0:00:00.424) 0:00:22.830 **** 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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:140 Wednesday 27 December 2023 17:35:46 +0000 (0:00:00.019) 0:00:22.849 **** 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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:144 Wednesday 27 December 2023 17:35:46 +0000 (0:00:00.020) 0:00:22.870 **** 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.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:149 Wednesday 27 December 2023 17:35:46 +0000 (0:00:00.019) 0:00:22.889 **** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ansible-lint-test-2.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:155 Wednesday 27 December 2023 17:35:46 +0000 (0:00:00.019) 0:00:22.908 **** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-ansible-lint-test-2.167syr9l5j/tests/tests_change_indication_on_repeat_run.yml:91 Wednesday 27 December 2023 17:35:46 +0000 (0:00:00.185) 0:00:23.094 **** included: /WORKDIR/git-ansible-lint-test-2.167syr9l5j/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-ansible-lint-test-2.167syr9l5j/tests/tasks/manage_test_interface.yml:3 Wednesday 27 December 2023 17:35:46 +0000 (0:00:00.034) 0:00:23.128 **** 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.167syr9l5j/tests/tasks/manage_test_interface.yml:8 Wednesday 27 December 2023 17:35:46 +0000 (0:00:00.021) 0:00:23.149 **** 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.167syr9l5j/tests/tasks/manage_test_interface.yml:13 Wednesday 27 December 2023 17:35:46 +0000 (0:00:00.023) 0:00:23.173 **** included: /WORKDIR/git-ansible-lint-test-2.167syr9l5j/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ansible-lint-test-2.167syr9l5j/tests/tasks/show_interfaces.yml:3 Wednesday 27 December 2023 17:35:46 +0000 (0:00:00.069) 0:00:23.243 **** included: /WORKDIR/git-ansible-lint-test-2.167syr9l5j/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ansible-lint-test-2.167syr9l5j/tests/tasks/get_current_interfaces.yml:3 Wednesday 27 December 2023 17:35:46 +0000 (0:00:00.033) 0:00:23.276 **** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003255", "end": "2023-12-27 17:35:46.865062", "rc": 0, "start": "2023-12-27 17:35:46.861807" } STDOUT: bonding_masters eth0 lo peertestnic1 testnic1 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ansible-lint-test-2.167syr9l5j/tests/tasks/get_current_interfaces.yml:9 Wednesday 27 December 2023 17:35:46 +0000 (0:00:00.211) 0:00:23.487 **** 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.167syr9l5j/tests/tasks/show_interfaces.yml:5 Wednesday 27 December 2023 17:35:46 +0000 (0:00:00.052) 0:00:23.540 **** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peertestnic1', 'testnic1'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-ansible-lint-test-2.167syr9l5j/tests/tasks/manage_test_interface.yml:16 Wednesday 27 December 2023 17:35:46 +0000 (0:00:00.029) 0:00:23.569 **** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface testnic1] ****************************************** task path: /WORKDIR/git-ansible-lint-test-2.167syr9l5j/tests/tasks/manage_test_interface.yml:24 Wednesday 27 December 2023 17:35:47 +0000 (0:00:00.877) 0:00:24.447 **** 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.167syr9l5j/tests/tasks/manage_test_interface.yml:33 Wednesday 27 December 2023 17:35:47 +0000 (0:00:00.029) 0:00:24.476 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-ansible-lint-test-2.167syr9l5j/tests/tasks/manage_test_interface.yml:41 Wednesday 27 December 2023 17:35:47 +0000 (0:00:00.022) 0:00:24.499 **** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "testnic1", "type", "veth" ], "delta": "0:00:00.013658", "end": "2023-12-27 17:35:48.096907", "rc": 0, "start": "2023-12-27 17:35:48.083249" } TASK [Create dummy interface testnic1] ***************************************** task path: /WORKDIR/git-ansible-lint-test-2.167syr9l5j/tests/tasks/manage_test_interface.yml:48 Wednesday 27 December 2023 17:35:48 +0000 (0:00:00.214) 0:00:24.714 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /WORKDIR/git-ansible-lint-test-2.167syr9l5j/tests/tasks/manage_test_interface.yml:54 Wednesday 27 December 2023 17:35:48 +0000 (0:00:00.021) 0:00:24.735 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /WORKDIR/git-ansible-lint-test-2.167syr9l5j/tests/tasks/manage_test_interface.yml:61 Wednesday 27 December 2023 17:35:48 +0000 (0:00:00.021) 0:00:24.757 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /WORKDIR/git-ansible-lint-test-2.167syr9l5j/tests/tasks/manage_test_interface.yml:67 Wednesday 27 December 2023 17:35:48 +0000 (0:00:00.025) 0:00:24.782 **** 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 27 December 2023 17:35:48 +0000 (0:00:00.023) 0:00:24.806 **** =============================================================================== linux-system-roles.network : Configure networking connection profiles --- 1.65s /WORKDIR/git-ansible-lint-test-2.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:122 linux-system-roles.network : Enable and start NetworkManager ------------ 1.60s /WORKDIR/git-ansible-lint-test-2.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:85 linux-system-roles.network : Check which services are running ----------- 1.47s /WORKDIR/git-ansible-lint-test-2.167syr9l5j/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.41s /WORKDIR/git-ansible-lint-test-2.167syr9l5j/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.40s /WORKDIR/git-ansible-lint-test-2.167syr9l5j/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.40s /WORKDIR/git-ansible-lint-test-2.167syr9l5j/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.36s /WORKDIR/git-ansible-lint-test-2.167syr9l5j/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which packages are installed --------- 1.05s /WORKDIR/git-ansible-lint-test-2.167syr9l5j/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Install iproute --------------------------------------------------------- 1.01s /WORKDIR/git-ansible-lint-test-2.167syr9l5j/tests/tasks/manage_test_interface.yml:16 linux-system-roles.network : Check which packages are installed --------- 0.93s /WORKDIR/git-ansible-lint-test-2.167syr9l5j/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.91s /WORKDIR/git-ansible-lint-test-2.167syr9l5j/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.90s /WORKDIR/git-ansible-lint-test-2.167syr9l5j/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.90s /WORKDIR/git-ansible-lint-test-2.167syr9l5j/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Install iproute --------------------------------------------------------- 0.88s /WORKDIR/git-ansible-lint-test-2.167syr9l5j/tests/tasks/manage_test_interface.yml:16 linux-system-roles.network : Re-test connectivity ----------------------- 0.86s /WORKDIR/git-ansible-lint-test-2.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:155 Gathering Facts --------------------------------------------------------- 0.59s /WORKDIR/git-ansible-lint-test-2.167syr9l5j/tests/tests_change_indication_on_repeat_run.yml:4 Create veth interface testnic1 ------------------------------------------ 0.58s /WORKDIR/git-ansible-lint-test-2.167syr9l5j/tests/tasks/manage_test_interface.yml:24 linux-system-roles.network : Configure networking connection profiles --- 0.42s /WORKDIR/git-ansible-lint-test-2.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:122 linux-system-roles.network : Enable and start NetworkManager ------------ 0.35s /WORKDIR/git-ansible-lint-test-2.167syr9l5j/tests/roles/linux-system-roles.network/tasks/main.yml:85 Gather current interface info ------------------------------------------- 0.28s /WORKDIR/git-ansible-lint-test-2.167syr9l5j/tests/tasks/get_current_interfaces.yml:3 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---