# 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.16k9210qw6/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.16k9210qw6/tests/tests_change_indication_on_repeat_run.yml:4 Monday 25 December 2023 21:47:58 +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.16k9210qw6/tests/tests_change_indication_on_repeat_run.yml:13 Monday 25 December 2023 21:47:59 +0000 (0:00:00.891) 0:00:00.903 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-ansible-lint-test-2.16k9210qw6/tests/tests_change_indication_on_repeat_run.yml:18 Monday 25 December 2023 21:47:59 +0000 (0:00:00.365) 0:00:01.269 ******* 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.16k9210qw6/tests/tests_change_indication_on_repeat_run.yml:21 Monday 25 December 2023 21:47:59 +0000 (0:00:00.027) 0:00:01.297 ******* included: /WORKDIR/git-ansible-lint-test-2.16k9210qw6/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-ansible-lint-test-2.16k9210qw6/tests/tasks/manage_test_interface.yml:3 Monday 25 December 2023 21:47:59 +0000 (0:00:00.035) 0:00:01.333 ******* 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.16k9210qw6/tests/tasks/manage_test_interface.yml:8 Monday 25 December 2023 21:47:59 +0000 (0:00:00.018) 0:00:01.351 ******* 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.16k9210qw6/tests/tasks/manage_test_interface.yml:13 Monday 25 December 2023 21:47:59 +0000 (0:00:00.025) 0:00:01.377 ******* included: /WORKDIR/git-ansible-lint-test-2.16k9210qw6/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ansible-lint-test-2.16k9210qw6/tests/tasks/show_interfaces.yml:3 Monday 25 December 2023 21:47:59 +0000 (0:00:00.015) 0:00:01.393 ******* included: /WORKDIR/git-ansible-lint-test-2.16k9210qw6/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ansible-lint-test-2.16k9210qw6/tests/tasks/get_current_interfaces.yml:3 Monday 25 December 2023 21:47:59 +0000 (0:00:00.027) 0:00:01.420 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003685", "end": "2023-12-25 21:48:00.071947", "rc": 0, "start": "2023-12-25 21:48:00.068262" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16k9210qw6/tests/tasks/get_current_interfaces.yml:9 Monday 25 December 2023 21:48:00 +0000 (0:00:00.323) 0:00:01.744 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ansible-lint-test-2.16k9210qw6/tests/tasks/show_interfaces.yml:5 Monday 25 December 2023 21:48:00 +0000 (0:00:00.037) 0:00:01.782 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-ansible-lint-test-2.16k9210qw6/tests/tasks/manage_test_interface.yml:16 Monday 25 December 2023 21:48:00 +0000 (0:00:00.035) 0:00:01.818 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface testnic1] ****************************************** task path: /WORKDIR/git-ansible-lint-test-2.16k9210qw6/tests/tasks/manage_test_interface.yml:24 Monday 25 December 2023 21:48:02 +0000 (0:00:02.644) 0:00:04.462 ******* 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.008486", "end": "2023-12-25 21:48:03.130626", "item": "ip link add testnic1 type veth peer name peertestnic1", "rc": 0, "start": "2023-12-25 21:48:03.122140" } ok: [sut] => (item=ip link set peertestnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peertestnic1", "up" ], "delta": "0:00:00.003902", "end": "2023-12-25 21:48:03.379357", "item": "ip link set peertestnic1 up", "rc": 0, "start": "2023-12-25 21:48:03.375455" } ok: [sut] => (item=ip link set testnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "testnic1", "up" ], "delta": "0:00:00.004067", "end": "2023-12-25 21:48:03.597071", "item": "ip link set testnic1 up", "rc": 0, "start": "2023-12-25 21:48:03.593004" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-ansible-lint-test-2.16k9210qw6/tests/tasks/manage_test_interface.yml:33 Monday 25 December 2023 21:48:03 +0000 (0:00:00.789) 0:00:05.251 ******* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "testnic1", "managed", "true" ], "delta": "0:00:00.021374", "end": "2023-12-25 21:48:03.840094", "rc": 0, "start": "2023-12-25 21:48:03.818720" } TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-ansible-lint-test-2.16k9210qw6/tests/tasks/manage_test_interface.yml:41 Monday 25 December 2023 21:48:03 +0000 (0:00:00.234) 0:00:05.486 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface testnic1] ***************************************** task path: /WORKDIR/git-ansible-lint-test-2.16k9210qw6/tests/tasks/manage_test_interface.yml:48 Monday 25 December 2023 21:48:03 +0000 (0:00:00.021) 0:00:05.507 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /WORKDIR/git-ansible-lint-test-2.16k9210qw6/tests/tasks/manage_test_interface.yml:54 Monday 25 December 2023 21:48:03 +0000 (0:00:00.015) 0:00:05.522 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /WORKDIR/git-ansible-lint-test-2.16k9210qw6/tests/tasks/manage_test_interface.yml:61 Monday 25 December 2023 21:48:03 +0000 (0:00:00.016) 0:00:05.539 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /WORKDIR/git-ansible-lint-test-2.16k9210qw6/tests/tasks/manage_test_interface.yml:67 Monday 25 December 2023 21:48:03 +0000 (0:00:00.019) 0:00:05.558 ******* 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.16k9210qw6/tests/tests_change_indication_on_repeat_run.yml:25 Monday 25 December 2023 21:48:03 +0000 (0:00:00.038) 0:00:05.596 ******* included: /WORKDIR/git-ansible-lint-test-2.16k9210qw6/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-ansible-lint-test-2.16k9210qw6/tests/tasks/assert_device_present.yml:3 Monday 25 December 2023 21:48:03 +0000 (0:00:00.014) 0:00:05.611 ******* included: /WORKDIR/git-ansible-lint-test-2.16k9210qw6/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface testnic1] ***************************************** task path: /WORKDIR/git-ansible-lint-test-2.16k9210qw6/tests/tasks/get_interface_stat.yml:3 Monday 25 December 2023 21:48:04 +0000 (0:00:00.018) 0:00:05.629 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1703540883.1260896, "block_size": 4096, "blocks": 0, "ctime": 1703540883.1260896, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 31933, "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": 1703540883.1260896, "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.16k9210qw6/tests/tasks/assert_device_present.yml:5 Monday 25 December 2023 21:48:04 +0000 (0:00:00.204) 0:00:05.833 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-ansible-lint-test-2.16k9210qw6/tests/tests_change_indication_on_repeat_run.yml:39 Monday 25 December 2023 21:48:04 +0000 (0:00:00.034) 0:00:05.868 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ansible-lint-test-2.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:4 Monday 25 December 2023 21:48:04 +0000 (0:00:00.033) 0:00:05.902 ******* included: /WORKDIR/git-ansible-lint-test-2.16k9210qw6/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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Monday 25 December 2023 21:48:04 +0000 (0:00:00.079) 0:00:05.982 ******* 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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Monday 25 December 2023 21:48:04 +0000 (0:00:00.029) 0:00:06.011 ******* 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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Monday 25 December 2023 21:48:04 +0000 (0:00:00.019) 0:00:06.030 ******* 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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Monday 25 December 2023 21:48:04 +0000 (0:00:00.026) 0:00:06.057 ******* 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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Monday 25 December 2023 21:48:06 +0000 (0:00:02.206) 0:00:08.263 ******* 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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:7 Monday 25 December 2023 21:48:07 +0000 (0:00:01.239) 0:00:09.502 ******* 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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:11 Monday 25 December 2023 21:48:07 +0000 (0:00:00.094) 0:00:09.597 ******* 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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:19 Monday 25 December 2023 21:48:08 +0000 (0:00:00.067) 0:00:09.665 ******* 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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:30 Monday 25 December 2023 21:48:08 +0000 (0:00:00.056) 0:00:09.721 ******* 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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:40 Monday 25 December 2023 21:48:08 +0000 (0:00:00.073) 0:00:09.795 ******* 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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:55 Monday 25 December 2023 21:48:08 +0000 (0:00:00.021) 0:00:09.816 ******* 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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:71 Monday 25 December 2023 21:48:08 +0000 (0:00:00.021) 0:00:09.837 ******* 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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:85 Monday 25 December 2023 21:48:08 +0000 (0:00:00.025) 0:00:09.862 ******* 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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:96 Monday 25 December 2023 21:48:08 +0000 (0:00:00.719) 0:00:10.582 ******* 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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:105 Monday 25 December 2023 21:48:08 +0000 (0:00:00.033) 0:00:10.615 ******* 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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:113 Monday 25 December 2023 21:48:09 +0000 (0:00:00.027) 0:00:10.643 ******* 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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:122 Monday 25 December 2023 21:48:09 +0000 (0:00:00.036) 0:00:10.679 ******* 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, 8d15f2cf-51af-4a6e-8eb9-a21048747455 [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 8d15f2cf-51af-4a6e-8eb9-a21048747455 (not-active) TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-ansible-lint-test-2.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:134 Monday 25 December 2023 21:48:09 +0000 (0:00:00.669) 0:00:11.349 ******* 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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:140 Monday 25 December 2023 21:48:09 +0000 (0:00:00.026) 0:00:11.376 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, 8d15f2cf-51af-4a6e-8eb9-a21048747455", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 8d15f2cf-51af-4a6e-8eb9-a21048747455 (not-active)" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ansible-lint-test-2.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:144 Monday 25 December 2023 21:48:09 +0000 (0:00:00.036) 0:00:11.412 ******* 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, 8d15f2cf-51af-4a6e-8eb9-a21048747455\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 8d15f2cf-51af-4a6e-8eb9-a21048747455 (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, 8d15f2cf-51af-4a6e-8eb9-a21048747455", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 8d15f2cf-51af-4a6e-8eb9-a21048747455 (not-active)" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-ansible-lint-test-2.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:149 Monday 25 December 2023 21:48:09 +0000 (0:00:00.029) 0:00:11.442 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ansible-lint-test-2.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:155 Monday 25 December 2023 21:48:09 +0000 (0:00:00.045) 0:00:11.487 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:true] ****************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16k9210qw6/tests/tests_change_indication_on_repeat_run.yml:43 Monday 25 December 2023 21:48:10 +0000 (0:00:00.289) 0:00:11.777 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-ansible-lint-test-2.16k9210qw6/tests/tests_change_indication_on_repeat_run.yml:46 Monday 25 December 2023 21:48:10 +0000 (0:00:00.043) 0:00:11.820 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ansible-lint-test-2.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:4 Monday 25 December 2023 21:48:10 +0000 (0:00:00.079) 0:00:11.900 ******* included: /WORKDIR/git-ansible-lint-test-2.16k9210qw6/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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Monday 25 December 2023 21:48:10 +0000 (0:00:00.072) 0:00:11.973 ******* 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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Monday 25 December 2023 21:48:10 +0000 (0:00:00.059) 0:00:12.033 ******* 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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Monday 25 December 2023 21:48:10 +0000 (0:00:00.030) 0:00:12.063 ******* 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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Monday 25 December 2023 21:48:10 +0000 (0:00:00.034) 0:00:12.097 ******* 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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Monday 25 December 2023 21:48:12 +0000 (0:00:02.177) 0:00:14.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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:7 Monday 25 December 2023 21:48:13 +0000 (0:00:00.960) 0:00:15.236 ******* 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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:11 Monday 25 December 2023 21:48:13 +0000 (0:00:00.074) 0:00:15.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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:19 Monday 25 December 2023 21:48:13 +0000 (0:00:00.047) 0:00:15.358 ******* 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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:30 Monday 25 December 2023 21:48:13 +0000 (0:00:00.033) 0:00:15.391 ******* 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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:40 Monday 25 December 2023 21:48:13 +0000 (0:00:00.077) 0:00:15.469 ******* 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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:55 Monday 25 December 2023 21:48:13 +0000 (0:00:00.050) 0:00:15.520 ******* 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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:71 Monday 25 December 2023 21:48:14 +0000 (0:00:00.118) 0:00:15.638 ******* 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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:85 Monday 25 December 2023 21:48:14 +0000 (0:00:00.034) 0:00:15.673 ******* 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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:96 Monday 25 December 2023 21:48:14 +0000 (0:00:00.581) 0:00:16.254 ******* 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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:105 Monday 25 December 2023 21:48:14 +0000 (0:00:00.033) 0:00:16.287 ******* 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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:113 Monday 25 December 2023 21:48:14 +0000 (0:00:00.029) 0:00:16.317 ******* 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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:122 Monday 25 December 2023 21:48:14 +0000 (0:00:00.029) 0:00:16.346 ******* 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, 8d15f2cf-51af-4a6e-8eb9-a21048747455 already up to date [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 8d15f2cf-51af-4a6e-8eb9-a21048747455 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-ansible-lint-test-2.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:134 Monday 25 December 2023 21:48:15 +0000 (0:00:00.393) 0:00:16.739 ******* 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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:140 Monday 25 December 2023 21:48:15 +0000 (0:00:00.021) 0:00:16.761 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 8d15f2cf-51af-4a6e-8eb9-a21048747455 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 8d15f2cf-51af-4a6e-8eb9-a21048747455 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ansible-lint-test-2.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:144 Monday 25 December 2023 21:48:15 +0000 (0:00:00.027) 0:00:16.789 ******* 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, 8d15f2cf-51af-4a6e-8eb9-a21048747455 already up to date\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 8d15f2cf-51af-4a6e-8eb9-a21048747455 skipped because already active\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 8d15f2cf-51af-4a6e-8eb9-a21048747455 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 8d15f2cf-51af-4a6e-8eb9-a21048747455 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-ansible-lint-test-2.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:149 Monday 25 December 2023 21:48:15 +0000 (0:00:00.024) 0:00:16.813 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ansible-lint-test-2.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:155 Monday 25 December 2023 21:48:15 +0000 (0:00:00.036) 0:00:16.850 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:false] ***************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16k9210qw6/tests/tests_change_indication_on_repeat_run.yml:50 Monday 25 December 2023 21:48:15 +0000 (0:00:00.200) 0:00:17.051 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-ansible-lint-test-2.16k9210qw6/tests/tests_change_indication_on_repeat_run.yml:63 Monday 25 December 2023 21:48:15 +0000 (0:00:00.046) 0:00:17.098 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ansible-lint-test-2.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:4 Monday 25 December 2023 21:48:15 +0000 (0:00:00.034) 0:00:17.132 ******* included: /WORKDIR/git-ansible-lint-test-2.16k9210qw6/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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Monday 25 December 2023 21:48:15 +0000 (0:00:00.036) 0:00:17.169 ******* 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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Monday 25 December 2023 21:48:15 +0000 (0:00:00.027) 0:00:17.196 ******* 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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Monday 25 December 2023 21:48:15 +0000 (0:00:00.021) 0:00:17.218 ******* 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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Monday 25 December 2023 21:48:15 +0000 (0:00:00.021) 0:00:17.239 ******* 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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Monday 25 December 2023 21:48:17 +0000 (0:00:02.139) 0:00:19.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 : Print network provider] ********************* task path: /WORKDIR/git-ansible-lint-test-2.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:7 Monday 25 December 2023 21:48:18 +0000 (0:00:00.957) 0:00:20.336 ******* 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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:11 Monday 25 December 2023 21:48:18 +0000 (0:00:00.029) 0:00:20.366 ******* 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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:19 Monday 25 December 2023 21:48:18 +0000 (0:00:00.021) 0:00:20.387 ******* 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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:30 Monday 25 December 2023 21:48:18 +0000 (0:00:00.042) 0:00:20.429 ******* 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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:40 Monday 25 December 2023 21:48:18 +0000 (0:00:00.136) 0:00:20.565 ******* 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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:55 Monday 25 December 2023 21:48:18 +0000 (0:00:00.048) 0:00:20.614 ******* 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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:71 Monday 25 December 2023 21:48:19 +0000 (0:00:00.035) 0:00:20.649 ******* 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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:85 Monday 25 December 2023 21:48:19 +0000 (0:00:00.030) 0:00:20.679 ******* 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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:96 Monday 25 December 2023 21:48:19 +0000 (0:00:00.590) 0:00:21.270 ******* 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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:105 Monday 25 December 2023 21:48:19 +0000 (0:00:00.031) 0:00:21.301 ******* 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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:113 Monday 25 December 2023 21:48:19 +0000 (0:00:00.028) 0:00:21.329 ******* 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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:122 Monday 25 December 2023 21:48:19 +0000 (0:00:00.048) 0:00:21.377 ******* 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, 8d15f2cf-51af-4a6e-8eb9-a21048747455 [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 8d15f2cf-51af-4a6e-8eb9-a21048747455 (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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:134 Monday 25 December 2023 21:48:20 +0000 (0:00:00.399) 0:00:21.777 ******* 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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:140 Monday 25 December 2023 21:48:20 +0000 (0:00:00.040) 0:00:21.817 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': update connection testnic1, 8d15f2cf-51af-4a6e-8eb9-a21048747455", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 8d15f2cf-51af-4a6e-8eb9-a21048747455 (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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:144 Monday 25 December 2023 21:48:20 +0000 (0:00:00.028) 0:00:21.846 ******* 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, 8d15f2cf-51af-4a6e-8eb9-a21048747455\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 8d15f2cf-51af-4a6e-8eb9-a21048747455 (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, 8d15f2cf-51af-4a6e-8eb9-a21048747455", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 8d15f2cf-51af-4a6e-8eb9-a21048747455 (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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:149 Monday 25 December 2023 21:48:20 +0000 (0:00:00.027) 0:00:21.873 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ansible-lint-test-2.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:155 Monday 25 December 2023 21:48:20 +0000 (0:00:00.022) 0:00:21.896 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:true] ****************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16k9210qw6/tests/tests_change_indication_on_repeat_run.yml:67 Monday 25 December 2023 21:48:20 +0000 (0:00:00.218) 0:00:22.114 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-ansible-lint-test-2.16k9210qw6/tests/tests_change_indication_on_repeat_run.yml:70 Monday 25 December 2023 21:48:20 +0000 (0:00:00.030) 0:00:22.145 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ansible-lint-test-2.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:4 Monday 25 December 2023 21:48:20 +0000 (0:00:00.038) 0:00:22.183 ******* included: /WORKDIR/git-ansible-lint-test-2.16k9210qw6/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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Monday 25 December 2023 21:48:20 +0000 (0:00:00.038) 0:00:22.222 ******* 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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Monday 25 December 2023 21:48:20 +0000 (0:00:00.033) 0:00:22.255 ******* 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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Monday 25 December 2023 21:48:20 +0000 (0:00:00.034) 0:00:22.289 ******* 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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Monday 25 December 2023 21:48:20 +0000 (0:00:00.034) 0:00:22.324 ******* 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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Monday 25 December 2023 21:48:22 +0000 (0:00:02.169) 0:00:24.494 ******* 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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:7 Monday 25 December 2023 21:48:23 +0000 (0:00:00.893) 0:00:25.387 ******* 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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:11 Monday 25 December 2023 21:48:23 +0000 (0:00:00.028) 0:00:25.416 ******* 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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:19 Monday 25 December 2023 21:48:23 +0000 (0:00:00.021) 0:00:25.437 ******* 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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:30 Monday 25 December 2023 21:48:23 +0000 (0:00:00.042) 0:00:25.480 ******* 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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:40 Monday 25 December 2023 21:48:23 +0000 (0:00:00.059) 0:00:25.540 ******* 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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:55 Monday 25 December 2023 21:48:23 +0000 (0:00:00.032) 0:00:25.573 ******* 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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:71 Monday 25 December 2023 21:48:24 +0000 (0:00:00.050) 0:00:25.623 ******* 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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:85 Monday 25 December 2023 21:48:24 +0000 (0:00:00.025) 0:00:25.649 ******* 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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:96 Monday 25 December 2023 21:48:24 +0000 (0:00:00.599) 0:00:26.248 ******* 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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:105 Monday 25 December 2023 21:48:24 +0000 (0:00:00.064) 0:00:26.312 ******* 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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:113 Monday 25 December 2023 21:48:24 +0000 (0:00:00.029) 0:00:26.342 ******* 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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:122 Monday 25 December 2023 21:48:24 +0000 (0:00:00.042) 0:00:26.384 ******* 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, 8d15f2cf-51af-4a6e-8eb9-a21048747455 already up to date [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 8d15f2cf-51af-4a6e-8eb9-a21048747455 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-ansible-lint-test-2.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:134 Monday 25 December 2023 21:48:25 +0000 (0:00:00.406) 0:00:26.791 ******* 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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:140 Monday 25 December 2023 21:48:25 +0000 (0:00:00.024) 0:00:26.816 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 8d15f2cf-51af-4a6e-8eb9-a21048747455 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 8d15f2cf-51af-4a6e-8eb9-a21048747455 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ansible-lint-test-2.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:144 Monday 25 December 2023 21:48:25 +0000 (0:00:00.041) 0:00:26.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": false, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 8d15f2cf-51af-4a6e-8eb9-a21048747455 already up to date\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 8d15f2cf-51af-4a6e-8eb9-a21048747455 skipped because already active\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 8d15f2cf-51af-4a6e-8eb9-a21048747455 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 8d15f2cf-51af-4a6e-8eb9-a21048747455 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-ansible-lint-test-2.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:149 Monday 25 December 2023 21:48:25 +0000 (0:00:00.036) 0:00:26.894 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ansible-lint-test-2.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:155 Monday 25 December 2023 21:48:25 +0000 (0:00:00.035) 0:00:26.930 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:false] ***************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16k9210qw6/tests/tests_change_indication_on_repeat_run.yml:74 Monday 25 December 2023 21:48:25 +0000 (0:00:00.259) 0:00:27.189 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-ansible-lint-test-2.16k9210qw6/tests/tests_change_indication_on_repeat_run.yml:82 Monday 25 December 2023 21:48:25 +0000 (0:00:00.021) 0:00:27.211 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ansible-lint-test-2.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:4 Monday 25 December 2023 21:48:25 +0000 (0:00:00.038) 0:00:27.249 ******* included: /WORKDIR/git-ansible-lint-test-2.16k9210qw6/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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Monday 25 December 2023 21:48:25 +0000 (0:00:00.035) 0:00:27.285 ******* 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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Monday 25 December 2023 21:48:25 +0000 (0:00:00.026) 0:00:27.311 ******* 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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Monday 25 December 2023 21:48:25 +0000 (0:00:00.021) 0:00:27.333 ******* 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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Monday 25 December 2023 21:48:25 +0000 (0:00:00.021) 0:00:27.355 ******* 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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Monday 25 December 2023 21:48:27 +0000 (0:00:02.137) 0:00:29.492 ******* 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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:7 Monday 25 December 2023 21:48:28 +0000 (0:00:00.932) 0:00:30.425 ******* 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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:11 Monday 25 December 2023 21:48:28 +0000 (0:00:00.072) 0:00:30.497 ******* 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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:19 Monday 25 December 2023 21:48:28 +0000 (0:00:00.117) 0:00:30.614 ******* 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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:30 Monday 25 December 2023 21:48:29 +0000 (0:00:00.025) 0:00:30.640 ******* 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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:40 Monday 25 December 2023 21:48:29 +0000 (0:00:00.128) 0:00:30.769 ******* 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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:55 Monday 25 December 2023 21:48:29 +0000 (0:00:00.035) 0:00:30.804 ******* 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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:71 Monday 25 December 2023 21:48:29 +0000 (0:00:00.041) 0:00:30.845 ******* 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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:85 Monday 25 December 2023 21:48:29 +0000 (0:00:00.071) 0:00:30.917 ******* 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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:96 Monday 25 December 2023 21:48:29 +0000 (0:00:00.618) 0:00:31.535 ******* 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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:105 Monday 25 December 2023 21:48:29 +0000 (0:00:00.040) 0:00:31.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 : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-ansible-lint-test-2.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:113 Monday 25 December 2023 21:48:29 +0000 (0:00:00.031) 0:00:31.608 ******* 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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:122 Monday 25 December 2023 21:48:30 +0000 (0:00:00.028) 0:00:31.636 ******* 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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:134 Monday 25 December 2023 21:48:30 +0000 (0:00:00.461) 0:00:32.097 ******* 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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:140 Monday 25 December 2023 21:48:30 +0000 (0:00:00.022) 0:00:32.120 ******* 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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:144 Monday 25 December 2023 21:48:30 +0000 (0:00:00.022) 0:00:32.142 ******* 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.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:149 Monday 25 December 2023 21:48:30 +0000 (0:00:00.023) 0:00:32.166 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ansible-lint-test-2.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:155 Monday 25 December 2023 21:48:30 +0000 (0:00:00.022) 0:00:32.188 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-ansible-lint-test-2.16k9210qw6/tests/tests_change_indication_on_repeat_run.yml:91 Monday 25 December 2023 21:48:30 +0000 (0:00:00.222) 0:00:32.411 ******* included: /WORKDIR/git-ansible-lint-test-2.16k9210qw6/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-ansible-lint-test-2.16k9210qw6/tests/tasks/manage_test_interface.yml:3 Monday 25 December 2023 21:48:30 +0000 (0:00:00.043) 0:00:32.454 ******* 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.16k9210qw6/tests/tasks/manage_test_interface.yml:8 Monday 25 December 2023 21:48:30 +0000 (0:00:00.035) 0:00:32.489 ******* 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.16k9210qw6/tests/tasks/manage_test_interface.yml:13 Monday 25 December 2023 21:48:30 +0000 (0:00:00.055) 0:00:32.545 ******* included: /WORKDIR/git-ansible-lint-test-2.16k9210qw6/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ansible-lint-test-2.16k9210qw6/tests/tasks/show_interfaces.yml:3 Monday 25 December 2023 21:48:30 +0000 (0:00:00.036) 0:00:32.581 ******* included: /WORKDIR/git-ansible-lint-test-2.16k9210qw6/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ansible-lint-test-2.16k9210qw6/tests/tasks/get_current_interfaces.yml:3 Monday 25 December 2023 21:48:31 +0000 (0:00:00.045) 0:00:32.626 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003515", "end": "2023-12-25 21:48:31.191453", "rc": 0, "start": "2023-12-25 21:48:31.187938" } STDOUT: bonding_masters eth0 lo peertestnic1 testnic1 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16k9210qw6/tests/tasks/get_current_interfaces.yml:9 Monday 25 December 2023 21:48:31 +0000 (0:00:00.219) 0:00:32.846 ******* 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.16k9210qw6/tests/tasks/show_interfaces.yml:5 Monday 25 December 2023 21:48:31 +0000 (0:00:00.022) 0:00:32.868 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peertestnic1', 'testnic1'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-ansible-lint-test-2.16k9210qw6/tests/tasks/manage_test_interface.yml:16 Monday 25 December 2023 21:48:31 +0000 (0:00:00.021) 0:00:32.890 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface testnic1] ****************************************** task path: /WORKDIR/git-ansible-lint-test-2.16k9210qw6/tests/tasks/manage_test_interface.yml:24 Monday 25 December 2023 21:48:33 +0000 (0:00:02.340) 0:00:35.230 ******* 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.16k9210qw6/tests/tasks/manage_test_interface.yml:33 Monday 25 December 2023 21:48:33 +0000 (0:00:00.049) 0:00:35.280 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-ansible-lint-test-2.16k9210qw6/tests/tasks/manage_test_interface.yml:41 Monday 25 December 2023 21:48:33 +0000 (0:00:00.026) 0:00:35.307 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "testnic1", "type", "veth" ], "delta": "0:00:00.021935", "end": "2023-12-25 21:48:33.910694", "rc": 0, "start": "2023-12-25 21:48:33.888759" } TASK [Create dummy interface testnic1] ***************************************** task path: /WORKDIR/git-ansible-lint-test-2.16k9210qw6/tests/tasks/manage_test_interface.yml:48 Monday 25 December 2023 21:48:33 +0000 (0:00:00.273) 0:00:35.581 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /WORKDIR/git-ansible-lint-test-2.16k9210qw6/tests/tasks/manage_test_interface.yml:54 Monday 25 December 2023 21:48:33 +0000 (0:00:00.037) 0:00:35.618 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /WORKDIR/git-ansible-lint-test-2.16k9210qw6/tests/tasks/manage_test_interface.yml:61 Monday 25 December 2023 21:48:34 +0000 (0:00:00.022) 0:00:35.641 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /WORKDIR/git-ansible-lint-test-2.16k9210qw6/tests/tasks/manage_test_interface.yml:67 Monday 25 December 2023 21:48:34 +0000 (0:00:00.059) 0:00:35.700 ******* 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 Monday 25 December 2023 21:48:34 +0000 (0:00:00.032) 0:00:35.733 ******* =============================================================================== Install iproute --------------------------------------------------------- 2.64s /WORKDIR/git-ansible-lint-test-2.16k9210qw6/tests/tasks/manage_test_interface.yml:16 linux-system-roles.network : Enable and start NetworkManager ------------ 2.49s /WORKDIR/git-ansible-lint-test-2.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:85 Install iproute --------------------------------------------------------- 2.34s /WORKDIR/git-ansible-lint-test-2.16k9210qw6/tests/tasks/manage_test_interface.yml:16 linux-system-roles.network : Check which services are running ----------- 2.21s /WORKDIR/git-ansible-lint-test-2.16k9210qw6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 2.18s /WORKDIR/git-ansible-lint-test-2.16k9210qw6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 2.17s /WORKDIR/git-ansible-lint-test-2.16k9210qw6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 2.14s /WORKDIR/git-ansible-lint-test-2.16k9210qw6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 2.14s /WORKDIR/git-ansible-lint-test-2.16k9210qw6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Configure networking connection profiles --- 1.87s /WORKDIR/git-ansible-lint-test-2.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:122 linux-system-roles.network : Check which packages are installed --------- 1.24s /WORKDIR/git-ansible-lint-test-2.16k9210qw6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Re-test connectivity ----------------------- 0.97s /WORKDIR/git-ansible-lint-test-2.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:155 linux-system-roles.network : Check which packages are installed --------- 0.96s /WORKDIR/git-ansible-lint-test-2.16k9210qw6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.96s /WORKDIR/git-ansible-lint-test-2.16k9210qw6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.93s /WORKDIR/git-ansible-lint-test-2.16k9210qw6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.89s /WORKDIR/git-ansible-lint-test-2.16k9210qw6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Gathering Facts --------------------------------------------------------- 0.89s /WORKDIR/git-ansible-lint-test-2.16k9210qw6/tests/tests_change_indication_on_repeat_run.yml:4 Create veth interface testnic1 ------------------------------------------ 0.79s /WORKDIR/git-ansible-lint-test-2.16k9210qw6/tests/tasks/manage_test_interface.yml:24 linux-system-roles.network : Enable and start NetworkManager ------------ 0.62s /WORKDIR/git-ansible-lint-test-2.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:85 linux-system-roles.network : Configure networking connection profiles --- 0.46s /WORKDIR/git-ansible-lint-test-2.16k9210qw6/tests/roles/linux-system-roles.network/tasks/main.yml:122 Check if system is ostree ----------------------------------------------- 0.37s /WORKDIR/git-ansible-lint-test-2.16k9210qw6/tests/tests_change_indication_on_repeat_run.yml:13 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---