# 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-weekly-ci1dly10na/tests/tests_change_indication_on_repeat_run.yml PLAY [Test change indication on repeat run] ************************************ TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ci1dly10na/tests/tests_change_indication_on_repeat_run.yml:4 Saturday 25 May 2024 14:30:45 +0000 (0:00:00.014) 0:00:00.014 ********** ok: [sut] META: ran handlers TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ci1dly10na/tests/tests_change_indication_on_repeat_run.yml:13 Saturday 25 May 2024 14:30:46 +0000 (0:00:00.838) 0:00:00.853 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-ci1dly10na/tests/tests_change_indication_on_repeat_run.yml:18 Saturday 25 May 2024 14:30:46 +0000 (0:00:00.284) 0:00:01.137 ********** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci1dly10na/tests/tests_change_indication_on_repeat_run.yml:21 Saturday 25 May 2024 14:30:46 +0000 (0:00:00.022) 0:00:01.160 ********** included: /WORKDIR/git-weekly-ci1dly10na/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci1dly10na/tests/tasks/manage_test_interface.yml:3 Saturday 25 May 2024 14:30:46 +0000 (0:00:00.016) 0:00:01.176 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ci1dly10na/tests/tasks/manage_test_interface.yml:8 Saturday 25 May 2024 14:30:46 +0000 (0:00:00.019) 0:00:01.196 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci1dly10na/tests/tasks/manage_test_interface.yml:13 Saturday 25 May 2024 14:30:46 +0000 (0:00:00.035) 0:00:01.231 ********** included: /WORKDIR/git-weekly-ci1dly10na/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci1dly10na/tests/tasks/show_interfaces.yml:3 Saturday 25 May 2024 14:30:46 +0000 (0:00:00.013) 0:00:01.245 ********** included: /WORKDIR/git-weekly-ci1dly10na/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci1dly10na/tests/tasks/get_current_interfaces.yml:3 Saturday 25 May 2024 14:30:46 +0000 (0:00:00.044) 0:00:01.289 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003459", "end": "2024-05-25 14:30:46.746023", "rc": 0, "start": "2024-05-25 14:30:46.742564" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci1dly10na/tests/tasks/get_current_interfaces.yml:9 Saturday 25 May 2024 14:30:46 +0000 (0:00:00.297) 0:00:01.587 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci1dly10na/tests/tasks/show_interfaces.yml:5 Saturday 25 May 2024 14:30:46 +0000 (0:00:00.023) 0:00:01.611 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci1dly10na/tests/tasks/manage_test_interface.yml:16 Saturday 25 May 2024 14:30:46 +0000 (0:00:00.034) 0:00:01.645 ********** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface testnic1] ****************************************** task path: /WORKDIR/git-weekly-ci1dly10na/tests/tasks/manage_test_interface.yml:28 Saturday 25 May 2024 14:30:47 +0000 (0:00:01.024) 0:00:02.670 ********** 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.010593", "end": "2024-05-25 14:30:48.030420", "item": "ip link add testnic1 type veth peer name peertestnic1", "rc": 0, "start": "2024-05-25 14:30:48.019827" } ok: [sut] => (item=ip link set peertestnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peertestnic1", "up" ], "delta": "0:00:00.003870", "end": "2024-05-25 14:30:48.246727", "item": "ip link set peertestnic1 up", "rc": 0, "start": "2024-05-25 14:30:48.242857" } ok: [sut] => (item=ip link set testnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "testnic1", "up" ], "delta": "0:00:00.005004", "end": "2024-05-25 14:30:48.450284", "item": "ip link set testnic1 up", "rc": 0, "start": "2024-05-25 14:30:48.445280" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-ci1dly10na/tests/tasks/manage_test_interface.yml:37 Saturday 25 May 2024 14:30:48 +0000 (0:00:00.624) 0:00:03.295 ********** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "testnic1", "managed", "true" ], "delta": "0:00:00.023361", "end": "2024-05-25 14:30:48.670858", "rc": 0, "start": "2024-05-25 14:30:48.647497" } TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-weekly-ci1dly10na/tests/tasks/manage_test_interface.yml:45 Saturday 25 May 2024 14:30:48 +0000 (0:00:00.215) 0:00:03.511 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface testnic1] ***************************************** task path: /WORKDIR/git-weekly-ci1dly10na/tests/tasks/manage_test_interface.yml:52 Saturday 25 May 2024 14:30:48 +0000 (0:00:00.014) 0:00:03.525 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /WORKDIR/git-weekly-ci1dly10na/tests/tasks/manage_test_interface.yml:58 Saturday 25 May 2024 14:30:48 +0000 (0:00:00.017) 0:00:03.543 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /WORKDIR/git-weekly-ci1dly10na/tests/tasks/manage_test_interface.yml:65 Saturday 25 May 2024 14:30:48 +0000 (0:00:00.014) 0:00:03.557 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /WORKDIR/git-weekly-ci1dly10na/tests/tasks/manage_test_interface.yml:71 Saturday 25 May 2024 14:30:48 +0000 (0:00:00.017) 0:00:03.575 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ci1dly10na/tests/tests_change_indication_on_repeat_run.yml:25 Saturday 25 May 2024 14:30:48 +0000 (0:00:00.019) 0:00:03.595 ********** included: /WORKDIR/git-weekly-ci1dly10na/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci1dly10na/tests/tasks/assert_device_present.yml:3 Saturday 25 May 2024 14:30:48 +0000 (0:00:00.013) 0:00:03.608 ********** included: /WORKDIR/git-weekly-ci1dly10na/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface testnic1] ***************************************** task path: /WORKDIR/git-weekly-ci1dly10na/tests/tasks/get_interface_stat.yml:3 Saturday 25 May 2024 14:30:48 +0000 (0:00:00.015) 0:00:03.623 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716647448.023643, "block_size": 4096, "blocks": 0, "ctime": 1716647448.023643, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 30593, "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": 1716647448.023643, "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-weekly-ci1dly10na/tests/tasks/assert_device_present.yml:5 Saturday 25 May 2024 14:30:48 +0000 (0:00:00.189) 0:00:03.812 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-weekly-ci1dly10na/tests/tests_change_indication_on_repeat_run.yml:39 Saturday 25 May 2024 14:30:49 +0000 (0:00:00.016) 0:00:03.828 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 25 May 2024 14:30:49 +0000 (0:00:00.079) 0:00:03.907 ********** included: /WORKDIR/git-weekly-ci1dly10na/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-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 25 May 2024 14:30:49 +0000 (0:00:00.016) 0:00:03.923 ********** 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-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 25 May 2024 14:30:49 +0000 (0:00:00.016) 0:00:03.940 ********** 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-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 25 May 2024 14:30:49 +0000 (0:00:00.012) 0:00:03.952 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 25 May 2024 14:30:49 +0000 (0:00:00.010) 0:00:03.962 ********** 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-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 25 May 2024 14:30:50 +0000 (0:00:01.584) 0:00:05.547 ********** 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-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 25 May 2024 14:30:51 +0000 (0:00:00.925) 0:00:06.473 ********** 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-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 25 May 2024 14:30:51 +0000 (0:00:00.057) 0:00:06.530 ********** 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-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 25 May 2024 14:30:51 +0000 (0:00:00.026) 0:00:06.557 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 25 May 2024 14:30:51 +0000 (0:00:00.023) 0:00:06.580 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 25 May 2024 14:30:51 +0000 (0:00:00.027) 0:00:06.607 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 25 May 2024 14:30:51 +0000 (0:00:00.022) 0:00:06.630 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 25 May 2024 14:30:51 +0000 (0:00:00.032) 0:00:06.662 ********** 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-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 25 May 2024 14:30:51 +0000 (0:00:00.057) 0:00:06.720 ********** 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-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 25 May 2024 14:30:51 +0000 (0:00:00.021) 0:00:06.742 ********** 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-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 25 May 2024 14:30:51 +0000 (0:00:00.024) 0:00:06.766 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 25 May 2024 14:30:51 +0000 (0:00:00.041) 0:00:06.807 ********** 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-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 25 May 2024 14:30:52 +0000 (0:00:00.519) 0:00:07.327 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 25 May 2024 14:30:52 +0000 (0:00:00.031) 0:00:07.359 ********** 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-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 25 May 2024 14:30:52 +0000 (0:00:00.029) 0:00:07.388 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 25 May 2024 14:30:52 +0000 (0:00:00.028) 0:00:07.416 ********** 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, 6deb858a-bf49-406b-aea4-56db2cf71809 [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 6deb858a-bf49-406b-aea4-56db2cf71809 (not-active) TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 25 May 2024 14:30:53 +0000 (0:00:00.618) 0:00:08.035 ********** 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-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 25 May 2024 14:30:53 +0000 (0:00:00.043) 0:00:08.078 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, 6deb858a-bf49-406b-aea4-56db2cf71809", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 6deb858a-bf49-406b-aea4-56db2cf71809 (not-active)" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 25 May 2024 14:30:53 +0000 (0:00:00.074) 0:00:08.152 ********** 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, 6deb858a-bf49-406b-aea4-56db2cf71809\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 6deb858a-bf49-406b-aea4-56db2cf71809 (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, 6deb858a-bf49-406b-aea4-56db2cf71809", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 6deb858a-bf49-406b-aea4-56db2cf71809 (not-active)" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 25 May 2024 14:30:53 +0000 (0:00:00.042) 0:00:08.195 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 25 May 2024 14:30:53 +0000 (0:00:00.021) 0:00:08.216 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:true] ****************************************************** task path: /WORKDIR/git-weekly-ci1dly10na/tests/tests_change_indication_on_repeat_run.yml:43 Saturday 25 May 2024 14:30:53 +0000 (0:00:00.277) 0:00:08.494 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-weekly-ci1dly10na/tests/tests_change_indication_on_repeat_run.yml:46 Saturday 25 May 2024 14:30:53 +0000 (0:00:00.033) 0:00:08.528 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 25 May 2024 14:30:53 +0000 (0:00:00.068) 0:00:08.597 ********** included: /WORKDIR/git-weekly-ci1dly10na/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-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 25 May 2024 14:30:53 +0000 (0:00:00.048) 0:00:08.646 ********** 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-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 25 May 2024 14:30:53 +0000 (0:00:00.029) 0:00:08.675 ********** 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-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 25 May 2024 14:30:53 +0000 (0:00:00.038) 0:00:08.714 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 25 May 2024 14:30:53 +0000 (0:00:00.023) 0:00:08.737 ********** 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-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 25 May 2024 14:30:55 +0000 (0:00:01.465) 0:00:10.202 ********** 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-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 25 May 2024 14:30:55 +0000 (0:00:00.614) 0:00:10.816 ********** 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-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 25 May 2024 14:30:56 +0000 (0:00:00.035) 0:00:10.852 ********** 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-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 25 May 2024 14:30:56 +0000 (0:00:00.022) 0:00:10.875 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 25 May 2024 14:30:56 +0000 (0:00:00.021) 0:00:10.896 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 25 May 2024 14:30:56 +0000 (0:00:00.030) 0:00:10.927 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 25 May 2024 14:30:56 +0000 (0:00:00.025) 0:00:10.952 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 25 May 2024 14:30:56 +0000 (0:00:00.026) 0:00:10.979 ********** 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-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 25 May 2024 14:30:56 +0000 (0:00:00.050) 0:00:11.029 ********** 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-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 25 May 2024 14:30:56 +0000 (0:00:00.021) 0:00:11.051 ********** 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-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 25 May 2024 14:30:56 +0000 (0:00:00.047) 0:00:11.098 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 25 May 2024 14:30:56 +0000 (0:00:00.030) 0:00:11.129 ********** 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-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 25 May 2024 14:30:56 +0000 (0:00:00.389) 0:00:11.518 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 25 May 2024 14:30:56 +0000 (0:00:00.055) 0:00:11.574 ********** 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-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 25 May 2024 14:30:56 +0000 (0:00:00.047) 0:00:11.621 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 25 May 2024 14:30:56 +0000 (0:00:00.052) 0:00:11.674 ********** 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, 6deb858a-bf49-406b-aea4-56db2cf71809 already up to date [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 6deb858a-bf49-406b-aea4-56db2cf71809 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 25 May 2024 14:30:57 +0000 (0:00:00.409) 0:00:12.083 ********** 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-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 25 May 2024 14:30:57 +0000 (0:00:00.039) 0:00:12.122 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 6deb858a-bf49-406b-aea4-56db2cf71809 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 6deb858a-bf49-406b-aea4-56db2cf71809 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 25 May 2024 14:30:57 +0000 (0:00:00.049) 0:00:12.172 ********** 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, 6deb858a-bf49-406b-aea4-56db2cf71809 already up to date\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 6deb858a-bf49-406b-aea4-56db2cf71809 skipped because already active\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 6deb858a-bf49-406b-aea4-56db2cf71809 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 6deb858a-bf49-406b-aea4-56db2cf71809 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 25 May 2024 14:30:57 +0000 (0:00:00.071) 0:00:12.243 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 25 May 2024 14:30:57 +0000 (0:00:00.064) 0:00:12.308 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:false] ***************************************************** task path: /WORKDIR/git-weekly-ci1dly10na/tests/tests_change_indication_on_repeat_run.yml:50 Saturday 25 May 2024 14:30:57 +0000 (0:00:00.247) 0:00:12.556 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-weekly-ci1dly10na/tests/tests_change_indication_on_repeat_run.yml:63 Saturday 25 May 2024 14:30:57 +0000 (0:00:00.022) 0:00:12.578 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 25 May 2024 14:30:57 +0000 (0:00:00.035) 0:00:12.613 ********** included: /WORKDIR/git-weekly-ci1dly10na/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-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 25 May 2024 14:30:57 +0000 (0:00:00.076) 0:00:12.690 ********** 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-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 25 May 2024 14:30:57 +0000 (0:00:00.043) 0:00:12.733 ********** 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-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 25 May 2024 14:30:57 +0000 (0:00:00.031) 0:00:12.764 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 25 May 2024 14:30:57 +0000 (0:00:00.025) 0:00:12.789 ********** 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-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 25 May 2024 14:30:59 +0000 (0:00:01.493) 0:00:14.283 ********** 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-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 25 May 2024 14:31:00 +0000 (0:00:00.626) 0:00:14.909 ********** 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-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 25 May 2024 14:31:00 +0000 (0:00:00.031) 0:00:14.941 ********** 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-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 25 May 2024 14:31:00 +0000 (0:00:00.023) 0:00:14.965 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 25 May 2024 14:31:00 +0000 (0:00:00.050) 0:00:15.016 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 25 May 2024 14:31:00 +0000 (0:00:00.027) 0:00:15.043 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 25 May 2024 14:31:00 +0000 (0:00:00.021) 0:00:15.065 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 25 May 2024 14:31:00 +0000 (0:00:00.024) 0:00:15.089 ********** 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-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 25 May 2024 14:31:00 +0000 (0:00:00.049) 0:00:15.139 ********** 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-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 25 May 2024 14:31:00 +0000 (0:00:00.021) 0:00:15.160 ********** 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-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 25 May 2024 14:31:00 +0000 (0:00:00.022) 0:00:15.183 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 25 May 2024 14:31:00 +0000 (0:00:00.026) 0:00:15.209 ********** 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-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 25 May 2024 14:31:00 +0000 (0:00:00.387) 0:00:15.597 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 25 May 2024 14:31:00 +0000 (0:00:00.031) 0:00:15.629 ********** 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-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 25 May 2024 14:31:00 +0000 (0:00:00.035) 0:00:15.664 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 25 May 2024 14:31:00 +0000 (0:00:00.028) 0:00:15.692 ********** 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, 6deb858a-bf49-406b-aea4-56db2cf71809 [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 6deb858a-bf49-406b-aea4-56db2cf71809 (is-modified) [005] #0, state:up persistent_state:present, 'testnic1': connection reapplied TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 25 May 2024 14:31:01 +0000 (0:00:00.385) 0:00:16.078 ********** 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-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 25 May 2024 14:31:01 +0000 (0:00:00.022) 0:00:16.101 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': update connection testnic1, 6deb858a-bf49-406b-aea4-56db2cf71809", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 6deb858a-bf49-406b-aea4-56db2cf71809 (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-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 25 May 2024 14:31:01 +0000 (0:00:00.030) 0:00:16.132 ********** 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, 6deb858a-bf49-406b-aea4-56db2cf71809\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 6deb858a-bf49-406b-aea4-56db2cf71809 (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, 6deb858a-bf49-406b-aea4-56db2cf71809", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 6deb858a-bf49-406b-aea4-56db2cf71809 (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-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 25 May 2024 14:31:01 +0000 (0:00:00.023) 0:00:16.155 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 25 May 2024 14:31:01 +0000 (0:00:00.046) 0:00:16.202 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:true] ****************************************************** task path: /WORKDIR/git-weekly-ci1dly10na/tests/tests_change_indication_on_repeat_run.yml:67 Saturday 25 May 2024 14:31:01 +0000 (0:00:00.190) 0:00:16.392 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-weekly-ci1dly10na/tests/tests_change_indication_on_repeat_run.yml:70 Saturday 25 May 2024 14:31:01 +0000 (0:00:00.027) 0:00:16.419 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 25 May 2024 14:31:01 +0000 (0:00:00.060) 0:00:16.479 ********** included: /WORKDIR/git-weekly-ci1dly10na/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-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 25 May 2024 14:31:01 +0000 (0:00:00.043) 0:00:16.523 ********** 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-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 25 May 2024 14:31:01 +0000 (0:00:00.028) 0:00:16.551 ********** 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-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 25 May 2024 14:31:01 +0000 (0:00:00.025) 0:00:16.577 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 25 May 2024 14:31:01 +0000 (0:00:00.027) 0:00:16.605 ********** 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-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 25 May 2024 14:31:03 +0000 (0:00:01.510) 0:00:18.115 ********** 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-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 25 May 2024 14:31:03 +0000 (0:00:00.694) 0:00:18.809 ********** 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-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 25 May 2024 14:31:04 +0000 (0:00:00.045) 0:00:18.854 ********** 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-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 25 May 2024 14:31:04 +0000 (0:00:00.043) 0:00:18.898 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 25 May 2024 14:31:04 +0000 (0:00:00.026) 0:00:18.925 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 25 May 2024 14:31:04 +0000 (0:00:00.027) 0:00:18.953 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 25 May 2024 14:31:04 +0000 (0:00:00.022) 0:00:18.975 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 25 May 2024 14:31:04 +0000 (0:00:00.024) 0:00:19.000 ********** 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-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 25 May 2024 14:31:04 +0000 (0:00:00.048) 0:00:19.048 ********** 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-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 25 May 2024 14:31:04 +0000 (0:00:00.021) 0:00:19.069 ********** 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-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 25 May 2024 14:31:04 +0000 (0:00:00.021) 0:00:19.091 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 25 May 2024 14:31:04 +0000 (0:00:00.025) 0:00:19.116 ********** 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-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 25 May 2024 14:31:04 +0000 (0:00:00.427) 0:00:19.544 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 25 May 2024 14:31:04 +0000 (0:00:00.043) 0:00:19.587 ********** 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-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 25 May 2024 14:31:04 +0000 (0:00:00.071) 0:00:19.659 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 25 May 2024 14:31:04 +0000 (0:00:00.031) 0:00:19.690 ********** 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, 6deb858a-bf49-406b-aea4-56db2cf71809 already up to date [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 6deb858a-bf49-406b-aea4-56db2cf71809 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 25 May 2024 14:31:05 +0000 (0:00:00.393) 0:00:20.083 ********** 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-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 25 May 2024 14:31:05 +0000 (0:00:00.021) 0:00:20.105 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 6deb858a-bf49-406b-aea4-56db2cf71809 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 6deb858a-bf49-406b-aea4-56db2cf71809 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 25 May 2024 14:31:05 +0000 (0:00:00.023) 0:00:20.128 ********** 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, 6deb858a-bf49-406b-aea4-56db2cf71809 already up to date\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 6deb858a-bf49-406b-aea4-56db2cf71809 skipped because already active\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 6deb858a-bf49-406b-aea4-56db2cf71809 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 6deb858a-bf49-406b-aea4-56db2cf71809 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 25 May 2024 14:31:05 +0000 (0:00:00.028) 0:00:20.156 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 25 May 2024 14:31:05 +0000 (0:00:00.027) 0:00:20.184 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:false] ***************************************************** task path: /WORKDIR/git-weekly-ci1dly10na/tests/tests_change_indication_on_repeat_run.yml:74 Saturday 25 May 2024 14:31:05 +0000 (0:00:00.191) 0:00:20.376 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-weekly-ci1dly10na/tests/tests_change_indication_on_repeat_run.yml:82 Saturday 25 May 2024 14:31:05 +0000 (0:00:00.024) 0:00:20.400 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 25 May 2024 14:31:05 +0000 (0:00:00.039) 0:00:20.440 ********** included: /WORKDIR/git-weekly-ci1dly10na/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-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 25 May 2024 14:31:05 +0000 (0:00:00.038) 0:00:20.479 ********** 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-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 25 May 2024 14:31:05 +0000 (0:00:00.027) 0:00:20.506 ********** 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-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 25 May 2024 14:31:05 +0000 (0:00:00.022) 0:00:20.528 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 25 May 2024 14:31:05 +0000 (0:00:00.021) 0:00:20.550 ********** 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-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 25 May 2024 14:31:07 +0000 (0:00:01.526) 0:00:22.076 ********** 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-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 25 May 2024 14:31:07 +0000 (0:00:00.664) 0:00:22.741 ********** 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-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 25 May 2024 14:31:08 +0000 (0:00:00.079) 0:00:22.820 ********** 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-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 25 May 2024 14:31:08 +0000 (0:00:00.071) 0:00:22.892 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 25 May 2024 14:31:08 +0000 (0:00:00.054) 0:00:22.946 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 25 May 2024 14:31:08 +0000 (0:00:00.060) 0:00:23.006 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 25 May 2024 14:31:08 +0000 (0:00:00.029) 0:00:23.035 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 25 May 2024 14:31:08 +0000 (0:00:00.034) 0:00:23.070 ********** 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-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 25 May 2024 14:31:08 +0000 (0:00:00.104) 0:00:23.175 ********** 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-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 25 May 2024 14:31:08 +0000 (0:00:00.098) 0:00:23.274 ********** 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-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 25 May 2024 14:31:08 +0000 (0:00:00.076) 0:00:23.351 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 25 May 2024 14:31:08 +0000 (0:00:00.052) 0:00:23.403 ********** 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-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 25 May 2024 14:31:09 +0000 (0:00:00.430) 0:00:23.833 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 25 May 2024 14:31:09 +0000 (0:00:00.064) 0:00:23.898 ********** 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-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 25 May 2024 14:31:09 +0000 (0:00:00.044) 0:00:23.943 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 25 May 2024 14:31:09 +0000 (0:00:00.036) 0:00:23.980 ********** 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-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 25 May 2024 14:31:09 +0000 (0:00:00.576) 0:00:24.557 ********** 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-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 25 May 2024 14:31:09 +0000 (0:00:00.046) 0:00:24.603 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 25 May 2024 14:31:09 +0000 (0:00:00.048) 0:00:24.652 ********** 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-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 25 May 2024 14:31:09 +0000 (0:00:00.037) 0:00:24.690 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 25 May 2024 14:31:09 +0000 (0:00:00.033) 0:00:24.723 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci1dly10na/tests/tests_change_indication_on_repeat_run.yml:91 Saturday 25 May 2024 14:31:10 +0000 (0:00:00.221) 0:00:24.944 ********** included: /WORKDIR/git-weekly-ci1dly10na/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci1dly10na/tests/tasks/manage_test_interface.yml:3 Saturday 25 May 2024 14:31:10 +0000 (0:00:00.047) 0:00:24.992 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ci1dly10na/tests/tasks/manage_test_interface.yml:8 Saturday 25 May 2024 14:31:10 +0000 (0:00:00.073) 0:00:25.066 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci1dly10na/tests/tasks/manage_test_interface.yml:13 Saturday 25 May 2024 14:31:10 +0000 (0:00:00.026) 0:00:25.092 ********** included: /WORKDIR/git-weekly-ci1dly10na/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci1dly10na/tests/tasks/show_interfaces.yml:3 Saturday 25 May 2024 14:31:10 +0000 (0:00:00.041) 0:00:25.134 ********** included: /WORKDIR/git-weekly-ci1dly10na/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci1dly10na/tests/tasks/get_current_interfaces.yml:3 Saturday 25 May 2024 14:31:10 +0000 (0:00:00.040) 0:00:25.175 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003402", "end": "2024-05-25 14:31:10.526153", "rc": 0, "start": "2024-05-25 14:31:10.522751" } STDOUT: bonding_masters eth0 lo peertestnic1 testnic1 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci1dly10na/tests/tasks/get_current_interfaces.yml:9 Saturday 25 May 2024 14:31:10 +0000 (0:00:00.201) 0:00:25.376 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peertestnic1", "testnic1" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci1dly10na/tests/tasks/show_interfaces.yml:5 Saturday 25 May 2024 14:31:10 +0000 (0:00:00.027) 0:00:25.404 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peertestnic1', 'testnic1'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci1dly10na/tests/tasks/manage_test_interface.yml:16 Saturday 25 May 2024 14:31:10 +0000 (0:00:00.033) 0:00:25.438 ********** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface testnic1] ****************************************** task path: /WORKDIR/git-weekly-ci1dly10na/tests/tasks/manage_test_interface.yml:28 Saturday 25 May 2024 14:31:11 +0000 (0:00:00.869) 0:00:26.307 ********** 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-weekly-ci1dly10na/tests/tasks/manage_test_interface.yml:37 Saturday 25 May 2024 14:31:11 +0000 (0:00:00.051) 0:00:26.359 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-weekly-ci1dly10na/tests/tasks/manage_test_interface.yml:45 Saturday 25 May 2024 14:31:11 +0000 (0:00:00.030) 0:00:26.390 ********** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "testnic1", "type", "veth" ], "delta": "0:00:00.014071", "end": "2024-05-25 14:31:11.806730", "rc": 0, "start": "2024-05-25 14:31:11.792659" } TASK [Create dummy interface testnic1] ***************************************** task path: /WORKDIR/git-weekly-ci1dly10na/tests/tasks/manage_test_interface.yml:52 Saturday 25 May 2024 14:31:11 +0000 (0:00:00.290) 0:00:26.680 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /WORKDIR/git-weekly-ci1dly10na/tests/tasks/manage_test_interface.yml:58 Saturday 25 May 2024 14:31:11 +0000 (0:00:00.026) 0:00:26.707 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /WORKDIR/git-weekly-ci1dly10na/tests/tasks/manage_test_interface.yml:65 Saturday 25 May 2024 14:31:11 +0000 (0:00:00.054) 0:00:26.762 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /WORKDIR/git-weekly-ci1dly10na/tests/tasks/manage_test_interface.yml:71 Saturday 25 May 2024 14:31:11 +0000 (0:00:00.024) 0:00:26.786 ********** 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=100 rescued=0 ignored=0 Saturday 25 May 2024 14:31:11 +0000 (0:00:00.024) 0:00:26.810 ********** =============================================================================== linux-system-roles.network : Configure networking connection profiles --- 1.81s /WORKDIR/git-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:173 linux-system-roles.network : Enable and start NetworkManager ------------ 1.72s /WORKDIR/git-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:136 linux-system-roles.network : Check which services are running ----------- 1.58s /WORKDIR/git-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.53s /WORKDIR/git-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.51s /WORKDIR/git-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.49s /WORKDIR/git-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.47s /WORKDIR/git-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Install iproute --------------------------------------------------------- 1.02s /WORKDIR/git-weekly-ci1dly10na/tests/tasks/manage_test_interface.yml:16 ------- linux-system-roles.network : Check which packages are installed --------- 0.93s /WORKDIR/git-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Re-test connectivity ----------------------- 0.91s /WORKDIR/git-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:206 Install iproute --------------------------------------------------------- 0.87s /WORKDIR/git-weekly-ci1dly10na/tests/tasks/manage_test_interface.yml:16 ------- Gathering Facts --------------------------------------------------------- 0.84s /WORKDIR/git-weekly-ci1dly10na/tests/tests_change_indication_on_repeat_run.yml:4 linux-system-roles.network : Check which packages are installed --------- 0.69s /WORKDIR/git-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.66s /WORKDIR/git-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.63s /WORKDIR/git-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Create veth interface testnic1 ------------------------------------------ 0.62s /WORKDIR/git-weekly-ci1dly10na/tests/tasks/manage_test_interface.yml:28 ------- linux-system-roles.network : Check which packages are installed --------- 0.61s /WORKDIR/git-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Configure networking connection profiles --- 0.58s /WORKDIR/git-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:173 linux-system-roles.network : Enable and start NetworkManager ------------ 0.43s /WORKDIR/git-weekly-ci1dly10na/tests/roles/linux-system-roles.network/tasks/main.yml:136 Gather current interface info ------------------------------------------- 0.30s /WORKDIR/git-weekly-ci1dly10na/tests/tasks/get_current_interfaces.yml:3 ------- ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: Distribution centos 9 on host sut should use /usr/libexec/platform-python, but is using /usr/bin/python for backward compatibility with prior Ansible releases. A future Ansible release will default to using the discovered platform python for this host. See https://docs .ansible.com/ansible/2.9/reference_appendices/interpreter_discovery.html for more information. This feature will be removed in version 2.12. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---