# 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.16bq136tr8/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.16bq136tr8/tests/tests_change_indication_on_repeat_run.yml:4 Wednesday 20 December 2023 03:53:53 +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.16bq136tr8/tests/tests_change_indication_on_repeat_run.yml:13 Wednesday 20 December 2023 03:53:54 +0000 (0:00:00.684) 0:00:00.696 **** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-ansible-lint-test-2.16bq136tr8/tests/tests_change_indication_on_repeat_run.yml:18 Wednesday 20 December 2023 03:53:54 +0000 (0:00:00.286) 0:00:00.983 **** 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.16bq136tr8/tests/tests_change_indication_on_repeat_run.yml:21 Wednesday 20 December 2023 03:53:54 +0000 (0:00:00.020) 0:00:01.003 **** included: /WORKDIR/git-ansible-lint-test-2.16bq136tr8/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-ansible-lint-test-2.16bq136tr8/tests/tasks/manage_test_interface.yml:3 Wednesday 20 December 2023 03:53:54 +0000 (0:00:00.012) 0:00:01.016 **** 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.16bq136tr8/tests/tasks/manage_test_interface.yml:8 Wednesday 20 December 2023 03:53:54 +0000 (0:00:00.017) 0:00:01.033 **** 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.16bq136tr8/tests/tasks/manage_test_interface.yml:13 Wednesday 20 December 2023 03:53:54 +0000 (0:00:00.016) 0:00:01.050 **** included: /WORKDIR/git-ansible-lint-test-2.16bq136tr8/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ansible-lint-test-2.16bq136tr8/tests/tasks/show_interfaces.yml:3 Wednesday 20 December 2023 03:53:54 +0000 (0:00:00.010) 0:00:01.061 **** included: /WORKDIR/git-ansible-lint-test-2.16bq136tr8/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ansible-lint-test-2.16bq136tr8/tests/tasks/get_current_interfaces.yml:3 Wednesday 20 December 2023 03:53:54 +0000 (0:00:00.011) 0:00:01.073 **** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003252", "end": "2023-12-20 03:53:54.624633", "rc": 0, "start": "2023-12-20 03:53:54.621381" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16bq136tr8/tests/tasks/get_current_interfaces.yml:9 Wednesday 20 December 2023 03:53:54 +0000 (0:00:00.246) 0:00:01.320 **** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ansible-lint-test-2.16bq136tr8/tests/tasks/show_interfaces.yml:5 Wednesday 20 December 2023 03:53:54 +0000 (0:00:00.018) 0:00:01.339 **** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-ansible-lint-test-2.16bq136tr8/tests/tasks/manage_test_interface.yml:16 Wednesday 20 December 2023 03:53:54 +0000 (0:00:00.017) 0:00:01.356 **** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface testnic1] ****************************************** task path: /WORKDIR/git-ansible-lint-test-2.16bq136tr8/tests/tasks/manage_test_interface.yml:24 Wednesday 20 December 2023 03:53:57 +0000 (0:00:03.296) 0:00:04.653 **** 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.013601", "end": "2023-12-20 03:53:58.157520", "item": "ip link add testnic1 type veth peer name peertestnic1", "rc": 0, "start": "2023-12-20 03:53:58.143919" } ok: [sut] => (item=ip link set peertestnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peertestnic1", "up" ], "delta": "0:00:00.003671", "end": "2023-12-20 03:53:58.377922", "item": "ip link set peertestnic1 up", "rc": 0, "start": "2023-12-20 03:53:58.374251" } ok: [sut] => (item=ip link set testnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "testnic1", "up" ], "delta": "0:00:00.004020", "end": "2023-12-20 03:53:58.557821", "item": "ip link set testnic1 up", "rc": 0, "start": "2023-12-20 03:53:58.553801" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-ansible-lint-test-2.16bq136tr8/tests/tasks/manage_test_interface.yml:33 Wednesday 20 December 2023 03:53:58 +0000 (0:00:00.601) 0:00:05.255 **** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "testnic1", "managed", "true" ], "delta": "0:00:00.023818", "end": "2023-12-20 03:53:58.766673", "rc": 0, "start": "2023-12-20 03:53:58.742855" } TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-ansible-lint-test-2.16bq136tr8/tests/tasks/manage_test_interface.yml:41 Wednesday 20 December 2023 03:53:58 +0000 (0:00:00.208) 0:00:05.463 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface testnic1] ***************************************** task path: /WORKDIR/git-ansible-lint-test-2.16bq136tr8/tests/tasks/manage_test_interface.yml:48 Wednesday 20 December 2023 03:53:58 +0000 (0:00:00.011) 0:00:05.475 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /WORKDIR/git-ansible-lint-test-2.16bq136tr8/tests/tasks/manage_test_interface.yml:54 Wednesday 20 December 2023 03:53:58 +0000 (0:00:00.010) 0:00:05.485 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /WORKDIR/git-ansible-lint-test-2.16bq136tr8/tests/tasks/manage_test_interface.yml:61 Wednesday 20 December 2023 03:53:58 +0000 (0:00:00.009) 0:00:05.494 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /WORKDIR/git-ansible-lint-test-2.16bq136tr8/tests/tasks/manage_test_interface.yml:67 Wednesday 20 December 2023 03:53:58 +0000 (0:00:00.010) 0:00:05.505 **** 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.16bq136tr8/tests/tests_change_indication_on_repeat_run.yml:25 Wednesday 20 December 2023 03:53:58 +0000 (0:00:00.009) 0:00:05.514 **** included: /WORKDIR/git-ansible-lint-test-2.16bq136tr8/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-ansible-lint-test-2.16bq136tr8/tests/tasks/assert_device_present.yml:3 Wednesday 20 December 2023 03:53:58 +0000 (0:00:00.010) 0:00:05.525 **** included: /WORKDIR/git-ansible-lint-test-2.16bq136tr8/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface testnic1] ***************************************** task path: /WORKDIR/git-ansible-lint-test-2.16bq136tr8/tests/tasks/get_interface_stat.yml:3 Wednesday 20 December 2023 03:53:58 +0000 (0:00:00.010) 0:00:05.535 **** ok: [sut] => { "changed": false, "stat": { "atime": 1703044438.147701, "block_size": 4096, "blocks": 0, "ctime": 1703044438.147701, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 29601, "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": 1703044438.147701, "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.16bq136tr8/tests/tasks/assert_device_present.yml:5 Wednesday 20 December 2023 03:53:59 +0000 (0:00:00.184) 0:00:05.720 **** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-ansible-lint-test-2.16bq136tr8/tests/tests_change_indication_on_repeat_run.yml:39 Wednesday 20 December 2023 03:53:59 +0000 (0:00:00.010) 0:00:05.731 **** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ansible-lint-test-2.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:4 Wednesday 20 December 2023 03:53:59 +0000 (0:00:00.028) 0:00:05.759 **** included: /WORKDIR/git-ansible-lint-test-2.16bq136tr8/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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Wednesday 20 December 2023 03:53:59 +0000 (0:00:00.063) 0:00:05.823 **** 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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Wednesday 20 December 2023 03:53:59 +0000 (0:00:00.010) 0:00:05.833 **** 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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Wednesday 20 December 2023 03:53:59 +0000 (0:00:00.010) 0:00:05.844 **** 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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Wednesday 20 December 2023 03:53:59 +0000 (0:00:00.010) 0:00:05.854 **** 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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Wednesday 20 December 2023 03:54:00 +0000 (0:00:01.654) 0:00:07.508 **** 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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:7 Wednesday 20 December 2023 03:54:02 +0000 (0:00:01.457) 0:00:08.966 **** 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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:11 Wednesday 20 December 2023 03:54:02 +0000 (0:00:00.027) 0:00:08.994 **** 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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:19 Wednesday 20 December 2023 03:54:02 +0000 (0:00:00.019) 0:00:09.013 **** 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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:30 Wednesday 20 December 2023 03:54:02 +0000 (0:00:00.019) 0:00:09.033 **** 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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:40 Wednesday 20 December 2023 03:54:02 +0000 (0:00:00.047) 0:00:09.081 **** 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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:55 Wednesday 20 December 2023 03:54:02 +0000 (0:00:00.020) 0:00:09.101 **** 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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:71 Wednesday 20 December 2023 03:54:02 +0000 (0:00:00.021) 0:00:09.123 **** 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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:85 Wednesday 20 December 2023 03:54:02 +0000 (0:00:00.025) 0:00:09.148 **** 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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:96 Wednesday 20 December 2023 03:54:02 +0000 (0:00:00.499) 0:00:09.647 **** 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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:105 Wednesday 20 December 2023 03:54:02 +0000 (0:00:00.029) 0:00:09.676 **** 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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:113 Wednesday 20 December 2023 03:54:03 +0000 (0:00:00.027) 0:00:09.703 **** 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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:122 Wednesday 20 December 2023 03:54:03 +0000 (0:00:00.026) 0:00:09.729 **** 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, 747390f3-7248-41ae-b881-3c70b9be1537 [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 747390f3-7248-41ae-b881-3c70b9be1537 (not-active) TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-ansible-lint-test-2.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:134 Wednesday 20 December 2023 03:54:03 +0000 (0:00:00.521) 0:00:10.251 **** 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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:140 Wednesday 20 December 2023 03:54:03 +0000 (0:00:00.042) 0:00:10.294 **** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, 747390f3-7248-41ae-b881-3c70b9be1537", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 747390f3-7248-41ae-b881-3c70b9be1537 (not-active)" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ansible-lint-test-2.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:144 Wednesday 20 December 2023 03:54:03 +0000 (0:00:00.022) 0:00:10.316 **** 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, 747390f3-7248-41ae-b881-3c70b9be1537\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 747390f3-7248-41ae-b881-3c70b9be1537 (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, 747390f3-7248-41ae-b881-3c70b9be1537", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 747390f3-7248-41ae-b881-3c70b9be1537 (not-active)" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-ansible-lint-test-2.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:149 Wednesday 20 December 2023 03:54:03 +0000 (0:00:00.020) 0:00:10.337 **** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ansible-lint-test-2.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:155 Wednesday 20 December 2023 03:54:03 +0000 (0:00:00.019) 0:00:10.356 **** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:true] ****************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16bq136tr8/tests/tests_change_indication_on_repeat_run.yml:43 Wednesday 20 December 2023 03:54:03 +0000 (0:00:00.240) 0:00:10.596 **** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-ansible-lint-test-2.16bq136tr8/tests/tests_change_indication_on_repeat_run.yml:46 Wednesday 20 December 2023 03:54:03 +0000 (0:00:00.021) 0:00:10.618 **** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ansible-lint-test-2.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:4 Wednesday 20 December 2023 03:54:03 +0000 (0:00:00.034) 0:00:10.653 **** included: /WORKDIR/git-ansible-lint-test-2.16bq136tr8/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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Wednesday 20 December 2023 03:54:04 +0000 (0:00:00.035) 0:00:10.688 **** 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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Wednesday 20 December 2023 03:54:04 +0000 (0:00:00.025) 0:00:10.713 **** 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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Wednesday 20 December 2023 03:54:04 +0000 (0:00:00.021) 0:00:10.735 **** 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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Wednesday 20 December 2023 03:54:04 +0000 (0:00:00.021) 0:00:10.756 **** 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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Wednesday 20 December 2023 03:54:05 +0000 (0:00:01.554) 0:00:12.311 **** 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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:7 Wednesday 20 December 2023 03:54:06 +0000 (0:00:01.300) 0:00:13.611 **** 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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:11 Wednesday 20 December 2023 03:54:06 +0000 (0:00:00.028) 0:00:13.639 **** 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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:19 Wednesday 20 December 2023 03:54:06 +0000 (0:00:00.021) 0:00:13.661 **** 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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:30 Wednesday 20 December 2023 03:54:07 +0000 (0:00:00.021) 0:00:13.682 **** 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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:40 Wednesday 20 December 2023 03:54:07 +0000 (0:00:00.095) 0:00:13.777 **** 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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:55 Wednesday 20 December 2023 03:54:07 +0000 (0:00:00.021) 0:00:13.799 **** 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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:71 Wednesday 20 December 2023 03:54:07 +0000 (0:00:00.021) 0:00:13.820 **** 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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:85 Wednesday 20 December 2023 03:54:07 +0000 (0:00:00.023) 0:00:13.844 **** 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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:96 Wednesday 20 December 2023 03:54:07 +0000 (0:00:00.355) 0:00:14.199 **** 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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:105 Wednesday 20 December 2023 03:54:07 +0000 (0:00:00.029) 0:00:14.229 **** 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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:113 Wednesday 20 December 2023 03:54:07 +0000 (0:00:00.026) 0:00:14.255 **** 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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:122 Wednesday 20 December 2023 03:54:07 +0000 (0:00:00.026) 0:00:14.282 **** 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, 747390f3-7248-41ae-b881-3c70b9be1537 already up to date [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 747390f3-7248-41ae-b881-3c70b9be1537 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-ansible-lint-test-2.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:134 Wednesday 20 December 2023 03:54:07 +0000 (0:00:00.352) 0:00:14.634 **** 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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:140 Wednesday 20 December 2023 03:54:07 +0000 (0:00:00.021) 0:00:14.655 **** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 747390f3-7248-41ae-b881-3c70b9be1537 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 747390f3-7248-41ae-b881-3c70b9be1537 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ansible-lint-test-2.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:144 Wednesday 20 December 2023 03:54:08 +0000 (0:00:00.022) 0:00:14.678 **** 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, 747390f3-7248-41ae-b881-3c70b9be1537 already up to date\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 747390f3-7248-41ae-b881-3c70b9be1537 skipped because already active\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 747390f3-7248-41ae-b881-3c70b9be1537 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 747390f3-7248-41ae-b881-3c70b9be1537 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-ansible-lint-test-2.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:149 Wednesday 20 December 2023 03:54:08 +0000 (0:00:00.034) 0:00:14.712 **** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ansible-lint-test-2.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:155 Wednesday 20 December 2023 03:54:08 +0000 (0:00:00.024) 0:00:14.736 **** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:false] ***************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16bq136tr8/tests/tests_change_indication_on_repeat_run.yml:50 Wednesday 20 December 2023 03:54:08 +0000 (0:00:00.212) 0:00:14.949 **** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-ansible-lint-test-2.16bq136tr8/tests/tests_change_indication_on_repeat_run.yml:63 Wednesday 20 December 2023 03:54:08 +0000 (0:00:00.022) 0:00:14.971 **** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ansible-lint-test-2.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:4 Wednesday 20 December 2023 03:54:08 +0000 (0:00:00.052) 0:00:15.024 **** included: /WORKDIR/git-ansible-lint-test-2.16bq136tr8/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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Wednesday 20 December 2023 03:54:08 +0000 (0:00:00.035) 0:00:15.060 **** 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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Wednesday 20 December 2023 03:54:08 +0000 (0:00:00.025) 0:00:15.085 **** 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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Wednesday 20 December 2023 03:54:08 +0000 (0:00:00.021) 0:00:15.107 **** 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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Wednesday 20 December 2023 03:54:08 +0000 (0:00:00.020) 0:00:15.127 **** 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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Wednesday 20 December 2023 03:54:09 +0000 (0:00:01.539) 0:00:16.667 **** 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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:7 Wednesday 20 December 2023 03:54:11 +0000 (0:00:01.333) 0:00:18.000 **** 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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:11 Wednesday 20 December 2023 03:54:11 +0000 (0:00:00.029) 0:00:18.030 **** 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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:19 Wednesday 20 December 2023 03:54:11 +0000 (0:00:00.048) 0:00:18.079 **** 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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:30 Wednesday 20 December 2023 03:54:11 +0000 (0:00:00.046) 0:00:18.126 **** 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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:40 Wednesday 20 December 2023 03:54:11 +0000 (0:00:00.052) 0:00:18.178 **** 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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:55 Wednesday 20 December 2023 03:54:11 +0000 (0:00:00.021) 0:00:18.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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:71 Wednesday 20 December 2023 03:54:11 +0000 (0:00:00.021) 0:00:18.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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:85 Wednesday 20 December 2023 03:54:11 +0000 (0:00:00.028) 0:00:18.249 **** 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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:96 Wednesday 20 December 2023 03:54:11 +0000 (0:00:00.377) 0:00:18.627 **** 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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:105 Wednesday 20 December 2023 03:54:11 +0000 (0:00:00.031) 0:00:18.659 **** 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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:113 Wednesday 20 December 2023 03:54:12 +0000 (0:00:00.026) 0:00:18.685 **** 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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:122 Wednesday 20 December 2023 03:54:12 +0000 (0:00:00.027) 0:00:18.712 **** 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, 747390f3-7248-41ae-b881-3c70b9be1537 [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 747390f3-7248-41ae-b881-3c70b9be1537 (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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:134 Wednesday 20 December 2023 03:54:12 +0000 (0:00:00.362) 0:00:19.075 **** 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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:140 Wednesday 20 December 2023 03:54:12 +0000 (0:00:00.021) 0:00:19.096 **** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': update connection testnic1, 747390f3-7248-41ae-b881-3c70b9be1537", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 747390f3-7248-41ae-b881-3c70b9be1537 (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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:144 Wednesday 20 December 2023 03:54:12 +0000 (0:00:00.042) 0:00:19.138 **** 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, 747390f3-7248-41ae-b881-3c70b9be1537\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 747390f3-7248-41ae-b881-3c70b9be1537 (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, 747390f3-7248-41ae-b881-3c70b9be1537", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 747390f3-7248-41ae-b881-3c70b9be1537 (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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:149 Wednesday 20 December 2023 03:54:12 +0000 (0:00:00.051) 0:00:19.190 **** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ansible-lint-test-2.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:155 Wednesday 20 December 2023 03:54:12 +0000 (0:00:00.032) 0:00:19.222 **** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:true] ****************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16bq136tr8/tests/tests_change_indication_on_repeat_run.yml:67 Wednesday 20 December 2023 03:54:12 +0000 (0:00:00.209) 0:00:19.432 **** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-ansible-lint-test-2.16bq136tr8/tests/tests_change_indication_on_repeat_run.yml:70 Wednesday 20 December 2023 03:54:12 +0000 (0:00:00.029) 0:00:19.461 **** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ansible-lint-test-2.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:4 Wednesday 20 December 2023 03:54:12 +0000 (0:00:00.052) 0:00:19.513 **** included: /WORKDIR/git-ansible-lint-test-2.16bq136tr8/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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Wednesday 20 December 2023 03:54:12 +0000 (0:00:00.079) 0:00:19.593 **** 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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Wednesday 20 December 2023 03:54:12 +0000 (0:00:00.027) 0:00:19.620 **** 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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Wednesday 20 December 2023 03:54:12 +0000 (0:00:00.021) 0:00:19.642 **** 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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Wednesday 20 December 2023 03:54:12 +0000 (0:00:00.020) 0:00:19.662 **** 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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Wednesday 20 December 2023 03:54:14 +0000 (0:00:01.544) 0:00:21.206 **** 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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:7 Wednesday 20 December 2023 03:54:15 +0000 (0:00:01.318) 0:00:22.524 **** 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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:11 Wednesday 20 December 2023 03:54:15 +0000 (0:00:00.028) 0:00:22.552 **** 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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:19 Wednesday 20 December 2023 03:54:15 +0000 (0:00:00.021) 0:00:22.574 **** 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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:30 Wednesday 20 December 2023 03:54:15 +0000 (0:00:00.019) 0:00:22.593 **** 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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:40 Wednesday 20 December 2023 03:54:15 +0000 (0:00:00.047) 0:00:22.641 **** 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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:55 Wednesday 20 December 2023 03:54:15 +0000 (0:00:00.020) 0:00:22.661 **** 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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:71 Wednesday 20 December 2023 03:54:16 +0000 (0:00:00.020) 0:00:22.682 **** 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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:85 Wednesday 20 December 2023 03:54:16 +0000 (0:00:00.024) 0:00:22.706 **** 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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:96 Wednesday 20 December 2023 03:54:16 +0000 (0:00:00.349) 0:00:23.055 **** 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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:105 Wednesday 20 December 2023 03:54:16 +0000 (0:00:00.033) 0:00:23.089 **** 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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:113 Wednesday 20 December 2023 03:54:16 +0000 (0:00:00.026) 0:00:23.116 **** 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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:122 Wednesday 20 December 2023 03:54:16 +0000 (0:00:00.026) 0:00:23.142 **** 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, 747390f3-7248-41ae-b881-3c70b9be1537 already up to date [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 747390f3-7248-41ae-b881-3c70b9be1537 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-ansible-lint-test-2.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:134 Wednesday 20 December 2023 03:54:16 +0000 (0:00:00.412) 0:00:23.554 **** 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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:140 Wednesday 20 December 2023 03:54:16 +0000 (0:00:00.023) 0:00:23.577 **** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 747390f3-7248-41ae-b881-3c70b9be1537 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 747390f3-7248-41ae-b881-3c70b9be1537 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ansible-lint-test-2.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:144 Wednesday 20 December 2023 03:54:16 +0000 (0:00:00.023) 0:00:23.601 **** 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, 747390f3-7248-41ae-b881-3c70b9be1537 already up to date\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 747390f3-7248-41ae-b881-3c70b9be1537 skipped because already active\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 747390f3-7248-41ae-b881-3c70b9be1537 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 747390f3-7248-41ae-b881-3c70b9be1537 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-ansible-lint-test-2.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:149 Wednesday 20 December 2023 03:54:16 +0000 (0:00:00.023) 0:00:23.625 **** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ansible-lint-test-2.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:155 Wednesday 20 December 2023 03:54:16 +0000 (0:00:00.022) 0:00:23.648 **** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:false] ***************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16bq136tr8/tests/tests_change_indication_on_repeat_run.yml:74 Wednesday 20 December 2023 03:54:17 +0000 (0:00:00.190) 0:00:23.838 **** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-ansible-lint-test-2.16bq136tr8/tests/tests_change_indication_on_repeat_run.yml:82 Wednesday 20 December 2023 03:54:17 +0000 (0:00:00.021) 0:00:23.860 **** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ansible-lint-test-2.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:4 Wednesday 20 December 2023 03:54:17 +0000 (0:00:00.037) 0:00:23.897 **** included: /WORKDIR/git-ansible-lint-test-2.16bq136tr8/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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Wednesday 20 December 2023 03:54:17 +0000 (0:00:00.035) 0:00:23.932 **** 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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Wednesday 20 December 2023 03:54:17 +0000 (0:00:00.026) 0:00:23.958 **** 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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Wednesday 20 December 2023 03:54:17 +0000 (0:00:00.020) 0:00:23.979 **** 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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Wednesday 20 December 2023 03:54:17 +0000 (0:00:00.019) 0:00:23.999 **** 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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Wednesday 20 December 2023 03:54:18 +0000 (0:00:01.560) 0:00:25.560 **** 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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:7 Wednesday 20 December 2023 03:54:20 +0000 (0:00:01.301) 0:00:26.861 **** 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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:11 Wednesday 20 December 2023 03:54:20 +0000 (0:00:00.029) 0:00:26.890 **** 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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:19 Wednesday 20 December 2023 03:54:20 +0000 (0:00:00.021) 0:00:26.912 **** 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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:30 Wednesday 20 December 2023 03:54:20 +0000 (0:00:00.043) 0:00:26.956 **** 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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:40 Wednesday 20 December 2023 03:54:20 +0000 (0:00:00.049) 0:00:27.005 **** 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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:55 Wednesday 20 December 2023 03:54:20 +0000 (0:00:00.020) 0:00:27.026 **** 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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:71 Wednesday 20 December 2023 03:54:20 +0000 (0:00:00.020) 0:00:27.046 **** 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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:85 Wednesday 20 December 2023 03:54:20 +0000 (0:00:00.028) 0:00:27.074 **** 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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:96 Wednesday 20 December 2023 03:54:20 +0000 (0:00:00.354) 0:00:27.429 **** 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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:105 Wednesday 20 December 2023 03:54:20 +0000 (0:00:00.046) 0:00:27.476 **** 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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:113 Wednesday 20 December 2023 03:54:20 +0000 (0:00:00.058) 0:00:27.534 **** 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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:122 Wednesday 20 December 2023 03:54:20 +0000 (0:00:00.048) 0:00:27.582 **** 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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:134 Wednesday 20 December 2023 03:54:21 +0000 (0:00:00.436) 0:00:28.019 **** 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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:140 Wednesday 20 December 2023 03:54:21 +0000 (0:00:00.039) 0:00:28.059 **** 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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:144 Wednesday 20 December 2023 03:54:21 +0000 (0:00:00.041) 0:00:28.100 **** 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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:149 Wednesday 20 December 2023 03:54:21 +0000 (0:00:00.044) 0:00:28.145 **** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ansible-lint-test-2.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:155 Wednesday 20 December 2023 03:54:21 +0000 (0:00:00.030) 0:00:28.175 **** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-ansible-lint-test-2.16bq136tr8/tests/tests_change_indication_on_repeat_run.yml:91 Wednesday 20 December 2023 03:54:21 +0000 (0:00:00.251) 0:00:28.427 **** included: /WORKDIR/git-ansible-lint-test-2.16bq136tr8/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-ansible-lint-test-2.16bq136tr8/tests/tasks/manage_test_interface.yml:3 Wednesday 20 December 2023 03:54:21 +0000 (0:00:00.069) 0:00:28.496 **** 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.16bq136tr8/tests/tasks/manage_test_interface.yml:8 Wednesday 20 December 2023 03:54:21 +0000 (0:00:00.048) 0:00:28.545 **** 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.16bq136tr8/tests/tasks/manage_test_interface.yml:13 Wednesday 20 December 2023 03:54:21 +0000 (0:00:00.050) 0:00:28.595 **** included: /WORKDIR/git-ansible-lint-test-2.16bq136tr8/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ansible-lint-test-2.16bq136tr8/tests/tasks/show_interfaces.yml:3 Wednesday 20 December 2023 03:54:22 +0000 (0:00:00.094) 0:00:28.689 **** included: /WORKDIR/git-ansible-lint-test-2.16bq136tr8/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ansible-lint-test-2.16bq136tr8/tests/tasks/get_current_interfaces.yml:3 Wednesday 20 December 2023 03:54:22 +0000 (0:00:00.074) 0:00:28.764 **** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003066", "end": "2023-12-20 03:54:22.294695", "rc": 0, "start": "2023-12-20 03:54:22.291629" } STDOUT: bonding_masters eth0 lo peertestnic1 testnic1 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16bq136tr8/tests/tasks/get_current_interfaces.yml:9 Wednesday 20 December 2023 03:54:22 +0000 (0:00:00.258) 0:00:29.022 **** 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.16bq136tr8/tests/tasks/show_interfaces.yml:5 Wednesday 20 December 2023 03:54:22 +0000 (0:00:00.039) 0:00:29.061 **** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peertestnic1', 'testnic1'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-ansible-lint-test-2.16bq136tr8/tests/tasks/manage_test_interface.yml:16 Wednesday 20 December 2023 03:54:22 +0000 (0:00:00.043) 0:00:29.105 **** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface testnic1] ****************************************** task path: /WORKDIR/git-ansible-lint-test-2.16bq136tr8/tests/tasks/manage_test_interface.yml:24 Wednesday 20 December 2023 03:54:25 +0000 (0:00:03.023) 0:00:32.129 **** 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.16bq136tr8/tests/tasks/manage_test_interface.yml:33 Wednesday 20 December 2023 03:54:25 +0000 (0:00:00.028) 0:00:32.157 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-ansible-lint-test-2.16bq136tr8/tests/tasks/manage_test_interface.yml:41 Wednesday 20 December 2023 03:54:25 +0000 (0:00:00.021) 0:00:32.178 **** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "testnic1", "type", "veth" ], "delta": "0:00:00.015093", "end": "2023-12-20 03:54:25.682305", "rc": 0, "start": "2023-12-20 03:54:25.667212" } TASK [Create dummy interface testnic1] ***************************************** task path: /WORKDIR/git-ansible-lint-test-2.16bq136tr8/tests/tasks/manage_test_interface.yml:48 Wednesday 20 December 2023 03:54:25 +0000 (0:00:00.221) 0:00:32.400 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /WORKDIR/git-ansible-lint-test-2.16bq136tr8/tests/tasks/manage_test_interface.yml:54 Wednesday 20 December 2023 03:54:25 +0000 (0:00:00.030) 0:00:32.430 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /WORKDIR/git-ansible-lint-test-2.16bq136tr8/tests/tasks/manage_test_interface.yml:61 Wednesday 20 December 2023 03:54:25 +0000 (0:00:00.043) 0:00:32.473 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /WORKDIR/git-ansible-lint-test-2.16bq136tr8/tests/tasks/manage_test_interface.yml:67 Wednesday 20 December 2023 03:54:25 +0000 (0:00:00.022) 0:00:32.495 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=73 changed=3 unreachable=0 failed=0 skipped=85 rescued=0 ignored=0 Wednesday 20 December 2023 03:54:25 +0000 (0:00:00.007) 0:00:32.502 **** =============================================================================== Install iproute --------------------------------------------------------- 3.30s /WORKDIR/git-ansible-lint-test-2.16bq136tr8/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 3.02s /WORKDIR/git-ansible-lint-test-2.16bq136tr8/tests/tasks/manage_test_interface.yml:16 linux-system-roles.network : Check which services are running ----------- 1.65s /WORKDIR/git-ansible-lint-test-2.16bq136tr8/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Configure networking connection profiles --- 1.65s /WORKDIR/git-ansible-lint-test-2.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:122 linux-system-roles.network : Enable and start NetworkManager ------------ 1.58s /WORKDIR/git-ansible-lint-test-2.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:85 linux-system-roles.network : Check which services are running ----------- 1.56s /WORKDIR/git-ansible-lint-test-2.16bq136tr8/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.55s /WORKDIR/git-ansible-lint-test-2.16bq136tr8/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.54s /WORKDIR/git-ansible-lint-test-2.16bq136tr8/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.54s /WORKDIR/git-ansible-lint-test-2.16bq136tr8/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which packages are installed --------- 1.46s /WORKDIR/git-ansible-lint-test-2.16bq136tr8/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.33s /WORKDIR/git-ansible-lint-test-2.16bq136tr8/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.32s /WORKDIR/git-ansible-lint-test-2.16bq136tr8/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.30s /WORKDIR/git-ansible-lint-test-2.16bq136tr8/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.30s /WORKDIR/git-ansible-lint-test-2.16bq136tr8/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Re-test connectivity ----------------------- 0.85s /WORKDIR/git-ansible-lint-test-2.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:155 Gathering Facts --------------------------------------------------------- 0.68s /WORKDIR/git-ansible-lint-test-2.16bq136tr8/tests/tests_change_indication_on_repeat_run.yml:4 Create veth interface testnic1 ------------------------------------------ 0.60s /WORKDIR/git-ansible-lint-test-2.16bq136tr8/tests/tasks/manage_test_interface.yml:24 linux-system-roles.network : Configure networking connection profiles --- 0.44s /WORKDIR/git-ansible-lint-test-2.16bq136tr8/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.16bq136tr8/tests/roles/linux-system-roles.network/tasks/main.yml:85 Check if system is ostree ----------------------------------------------- 0.29s /WORKDIR/git-ansible-lint-test-2.16bq136tr8/tests/tests_change_indication_on_repeat_run.yml:13 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---