# 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-ciwv8nx0tv/tests/tests_change_indication_on_repeat_run.yml PLAY [Test change indication on repeat run] ************************************ TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/tests_change_indication_on_repeat_run.yml:4 Saturday 02 December 2023 14:22:33 +0000 (0:00:00.015) 0:00:00.015 ***** ok: [sut] META: ran handlers TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/tests_change_indication_on_repeat_run.yml:13 Saturday 02 December 2023 14:22:34 +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-ciwv8nx0tv/tests/tests_change_indication_on_repeat_run.yml:18 Saturday 02 December 2023 14:22:34 +0000 (0:00:00.216) 0:00:01.069 ***** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/tests_change_indication_on_repeat_run.yml:21 Saturday 02 December 2023 14:22:34 +0000 (0:00:00.025) 0:00:01.094 ***** included: /WORKDIR/git-weekly-ciwv8nx0tv/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/tasks/manage_test_interface.yml:3 Saturday 02 December 2023 14:22:34 +0000 (0:00:00.018) 0:00:01.113 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/tasks/manage_test_interface.yml:8 Saturday 02 December 2023 14:22:34 +0000 (0:00:00.023) 0:00:01.137 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/tasks/manage_test_interface.yml:13 Saturday 02 December 2023 14:22:34 +0000 (0:00:00.021) 0:00:01.158 ***** included: /WORKDIR/git-weekly-ciwv8nx0tv/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/tasks/show_interfaces.yml:3 Saturday 02 December 2023 14:22:34 +0000 (0:00:00.029) 0:00:01.188 ***** included: /WORKDIR/git-weekly-ciwv8nx0tv/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/tasks/get_current_interfaces.yml:3 Saturday 02 December 2023 14:22:34 +0000 (0:00:00.015) 0:00:01.203 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003390", "end": "2023-12-02 14:22:34.745106", "rc": 0, "start": "2023-12-02 14:22:34.741716" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/tasks/get_current_interfaces.yml:9 Saturday 02 December 2023 14:22:34 +0000 (0:00:00.188) 0:00:01.392 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/tasks/show_interfaces.yml:5 Saturday 02 December 2023 14:22:34 +0000 (0:00:00.025) 0:00:01.417 ***** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/tasks/manage_test_interface.yml:16 Saturday 02 December 2023 14:22:34 +0000 (0:00:00.022) 0:00:01.440 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [ "iproute-2.6.32-57.el6.x86_64 providing iproute is already installed" ] } lsrpackages: iproute TASK [Create veth interface testnic1] ****************************************** task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/tasks/manage_test_interface.yml:24 Saturday 02 December 2023 14:22:35 +0000 (0:00:00.555) 0:00:01.995 ***** 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.037036", "end": "2023-12-02 14:22:35.520973", "item": "ip link add testnic1 type veth peer name peertestnic1", "rc": 0, "start": "2023-12-02 14:22:35.483937" } ok: [sut] => (item=ip link set peertestnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peertestnic1", "up" ], "delta": "0:00:00.004769", "end": "2023-12-02 14:22:35.704072", "item": "ip link set peertestnic1 up", "rc": 0, "start": "2023-12-02 14:22:35.699303" } ok: [sut] => (item=ip link set testnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "testnic1", "up" ], "delta": "0:00:00.003784", "end": "2023-12-02 14:22:35.829554", "item": "ip link set testnic1 up", "rc": 0, "start": "2023-12-02 14:22:35.825770" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/tasks/manage_test_interface.yml:33 Saturday 02 December 2023 14:22:35 +0000 (0:00:00.481) 0:00:02.477 ***** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli d set testnic1 managed true", "rc": 2 } MSG: [Errno 2] No such file or directory ...ignoring TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/tasks/manage_test_interface.yml:41 Saturday 02 December 2023 14:22:35 +0000 (0:00:00.132) 0:00:02.610 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface testnic1] ***************************************** task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/tasks/manage_test_interface.yml:48 Saturday 02 December 2023 14:22:35 +0000 (0:00:00.013) 0:00:02.623 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/tasks/manage_test_interface.yml:54 Saturday 02 December 2023 14:22:36 +0000 (0:00:00.013) 0:00:02.637 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/tasks/manage_test_interface.yml:61 Saturday 02 December 2023 14:22:36 +0000 (0:00:00.013) 0:00:02.650 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/tasks/manage_test_interface.yml:67 Saturday 02 December 2023 14:22:36 +0000 (0:00:00.013) 0:00:02.664 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/tests_change_indication_on_repeat_run.yml:25 Saturday 02 December 2023 14:22:36 +0000 (0:00:00.012) 0:00:02.676 ***** included: /WORKDIR/git-weekly-ciwv8nx0tv/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/tasks/assert_device_present.yml:3 Saturday 02 December 2023 14:22:36 +0000 (0:00:00.017) 0:00:02.693 ***** included: /WORKDIR/git-weekly-ciwv8nx0tv/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface testnic1] ***************************************** task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/tasks/get_interface_stat.yml:3 Saturday 02 December 2023 14:22:36 +0000 (0:00:00.015) 0:00:02.709 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1701526955.5405579, "block_size": 4096, "blocks": 0, "ctime": 1701526955.539558, "dev": 0, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6581, "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": 1701526955.539558, "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-ciwv8nx0tv/tests/tasks/assert_device_present.yml:5 Saturday 02 December 2023 14:22:36 +0000 (0:00:00.132) 0:00:02.841 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/tests_change_indication_on_repeat_run.yml:39 Saturday 02 December 2023 14:22:36 +0000 (0:00:00.015) 0:00:02.856 ***** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 02 December 2023 14:22:36 +0000 (0:00:00.036) 0:00:02.893 ***** included: /WORKDIR/git-weekly-ciwv8nx0tv/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-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 02 December 2023 14:22:36 +0000 (0:00:00.082) 0:00:02.975 ***** 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-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 02 December 2023 14:22:36 +0000 (0:00:00.013) 0:00:02.989 ***** 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-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 02 December 2023 14:22:36 +0000 (0:00:00.012) 0:00:03.002 ***** 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-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 02 December 2023 14:22:36 +0000 (0:00:00.012) 0:00:03.014 ***** 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-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 02 December 2023 14:22:38 +0000 (0:00:01.828) 0:00:04.842 ***** 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-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 02 December 2023 14:22:39 +0000 (0:00:00.795) 0:00:05.638 ***** ok: [sut] => {} MSG: Using network provider: initscripts 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-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 02 December 2023 14:22:39 +0000 (0:00:00.031) 0:00:05.670 ***** 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-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 02 December 2023 14:22:39 +0000 (0:00:00.027) 0:00:05.698 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 02 December 2023 14:22:39 +0000 (0:00:00.028) 0:00:05.726 ***** 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-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:40 Saturday 02 December 2023 14:22:39 +0000 (0:00:00.062) 0:00:05.789 ***** 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-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:55 Saturday 02 December 2023 14:22:39 +0000 (0:00:00.029) 0:00:05.819 ***** 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-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:71 Saturday 02 December 2023 14:22:39 +0000 (0:00:00.025) 0:00:05.844 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:85 Saturday 02 December 2023 14:22:39 +0000 (0:00:00.030) 0:00:05.875 ***** 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 : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:96 Saturday 02 December 2023 14:22:39 +0000 (0:00:00.030) 0:00:05.906 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 02 December 2023 14:22:39 +0000 (0:00:00.030) 0:00:05.936 ***** 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 : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:113 Saturday 02 December 2023 14:22:39 +0000 (0:00:00.311) 0:00:06.248 ***** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-782447p0x_15/tmp9tvqptea" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 02 December 2023 14:22:39 +0000 (0:00:00.216) 0:00:06.465 ***** 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": "initscripts" } }, "changed": true } STDERR: [003] #0, state:up persistent_state:present, 'testnic1': add ifcfg-rh profile 'testnic1' [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified) [005] #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='Determining if ip address 192.0.2.2 is already in use for device testnic1... ', err='' TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:134 Saturday 02 December 2023 14:22:44 +0000 (0:00:04.540) 0:00:11.005 ***** 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-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:140 Saturday 02 December 2023 14:22:44 +0000 (0:00:00.023) 0:00:11.029 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add ifcfg-rh profile 'testnic1'", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)", "[005] #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='Determining if ip address 192.0.2.2 is already in use for device testnic1...", "', err=''" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:144 Saturday 02 December 2023 14:22:44 +0000 (0:00:00.026) 0:00:11.055 ***** 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": "initscripts" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'testnic1': add ifcfg-rh profile 'testnic1'\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)\n[005] #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='Determining if ip address 192.0.2.2 is already in use for device testnic1...\n', err=''\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add ifcfg-rh profile 'testnic1'", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)", "[005] #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='Determining if ip address 192.0.2.2 is already in use for device testnic1...", "', err=''" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:149 Saturday 02 December 2023 14:22:44 +0000 (0:00:00.026) 0:00:11.082 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:155 Saturday 02 December 2023 14:22:44 +0000 (0:00:00.023) 0:00:11.105 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:true] ****************************************************** task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/tests_change_indication_on_repeat_run.yml:43 Saturday 02 December 2023 14:22:44 +0000 (0:00:00.229) 0:00:11.335 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/tests_change_indication_on_repeat_run.yml:46 Saturday 02 December 2023 14:22:44 +0000 (0:00:00.026) 0:00:11.361 ***** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 02 December 2023 14:22:44 +0000 (0:00:00.043) 0:00:11.404 ***** included: /WORKDIR/git-weekly-ciwv8nx0tv/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-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 02 December 2023 14:22:44 +0000 (0:00:00.039) 0:00:11.444 ***** 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-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 02 December 2023 14:22:44 +0000 (0:00:00.028) 0:00:11.473 ***** 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-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 02 December 2023 14:22:44 +0000 (0:00:00.023) 0:00:11.497 ***** 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-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 02 December 2023 14:22:44 +0000 (0:00:00.032) 0:00:11.529 ***** 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-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 02 December 2023 14:22:46 +0000 (0:00:01.563) 0:00:13.093 ***** 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-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 02 December 2023 14:22:47 +0000 (0:00:00.625) 0:00:13.718 ***** ok: [sut] => {} MSG: Using network provider: initscripts 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-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 02 December 2023 14:22:47 +0000 (0:00:00.033) 0:00:13.751 ***** 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-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 02 December 2023 14:22:47 +0000 (0:00:00.023) 0:00:13.775 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 02 December 2023 14:22:47 +0000 (0:00:00.023) 0:00:13.798 ***** 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-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:40 Saturday 02 December 2023 14:22:47 +0000 (0:00:00.056) 0:00:13.855 ***** 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-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:55 Saturday 02 December 2023 14:22:47 +0000 (0:00:00.022) 0:00:13.878 ***** 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-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:71 Saturday 02 December 2023 14:22:47 +0000 (0:00:00.024) 0:00:13.902 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:85 Saturday 02 December 2023 14:22:47 +0000 (0:00:00.027) 0:00:13.929 ***** 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 : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:96 Saturday 02 December 2023 14:22:47 +0000 (0:00:00.032) 0:00:13.962 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 02 December 2023 14:22:47 +0000 (0:00:00.031) 0:00:13.994 ***** 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 : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:113 Saturday 02 December 2023 14:22:47 +0000 (0:00:00.218) 0:00:14.213 ***** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-782447p0x_15/tmpi6lfqsvh" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 02 December 2023 14:22:47 +0000 (0:00:00.213) 0:00:14.426 ***** 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": "initscripts" } }, "changed": false } STDERR: [003] #0, state:up persistent_state:present, 'testnic1': ifcfg-rh profile 'testnic1' already up to date [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:134 Saturday 02 December 2023 14:22:48 +0000 (0:00:00.282) 0:00:14.709 ***** 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-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:140 Saturday 02 December 2023 14:22:48 +0000 (0:00:00.024) 0:00:14.734 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': ifcfg-rh profile 'testnic1' already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:144 Saturday 02 December 2023 14:22:48 +0000 (0:00:00.024) 0:00:14.758 ***** 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": "initscripts" } }, "changed": false, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'testnic1': ifcfg-rh profile 'testnic1' already up to date\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1 skipped because already active\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': ifcfg-rh profile 'testnic1' already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:149 Saturday 02 December 2023 14:22:48 +0000 (0:00:00.024) 0:00:14.783 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:155 Saturday 02 December 2023 14:22:48 +0000 (0:00:00.023) 0:00:14.807 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:false] ***************************************************** task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/tests_change_indication_on_repeat_run.yml:50 Saturday 02 December 2023 14:22:48 +0000 (0:00:00.133) 0:00:14.941 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/tests_change_indication_on_repeat_run.yml:63 Saturday 02 December 2023 14:22:48 +0000 (0:00:00.025) 0:00:14.966 ***** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 02 December 2023 14:22:48 +0000 (0:00:00.036) 0:00:15.002 ***** included: /WORKDIR/git-weekly-ciwv8nx0tv/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-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 02 December 2023 14:22:48 +0000 (0:00:00.041) 0:00:15.043 ***** 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-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 02 December 2023 14:22:48 +0000 (0:00:00.029) 0:00:15.073 ***** 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-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 02 December 2023 14:22:48 +0000 (0:00:00.024) 0:00:15.097 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 02 December 2023 14:22:48 +0000 (0:00:00.023) 0:00:15.120 ***** 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-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 02 December 2023 14:22:49 +0000 (0:00:01.482) 0:00:16.602 ***** 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-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 02 December 2023 14:22:50 +0000 (0:00:00.601) 0:00:17.204 ***** ok: [sut] => {} MSG: Using network provider: initscripts 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-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 02 December 2023 14:22:50 +0000 (0:00:00.033) 0:00:17.238 ***** 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-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 02 December 2023 14:22:50 +0000 (0:00:00.024) 0:00:17.263 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 02 December 2023 14:22:50 +0000 (0:00:00.023) 0:00:17.286 ***** 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-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:40 Saturday 02 December 2023 14:22:50 +0000 (0:00:00.057) 0:00:17.344 ***** 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-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:55 Saturday 02 December 2023 14:22:50 +0000 (0:00:00.023) 0:00:17.367 ***** 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-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:71 Saturday 02 December 2023 14:22:50 +0000 (0:00:00.024) 0:00:17.392 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:85 Saturday 02 December 2023 14:22:50 +0000 (0:00:00.029) 0:00:17.421 ***** 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 : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:96 Saturday 02 December 2023 14:22:50 +0000 (0:00:00.029) 0:00:17.451 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 02 December 2023 14:22:50 +0000 (0:00:00.051) 0:00:17.502 ***** 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 : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:113 Saturday 02 December 2023 14:22:51 +0000 (0:00:00.217) 0:00:17.720 ***** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-782447p0x_15/tmpiai7vi2l" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 02 December 2023 14:22:51 +0000 (0:00:00.226) 0:00:17.946 ***** 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": "initscripts" } }, "changed": true } STDERR: [003] #0, state:up persistent_state:present, 'testnic1': update ifcfg-rh profile 'testnic1' [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified) [005] #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='', err='RTNETLINK answers: File exists ' TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:134 Saturday 02 December 2023 14:22:51 +0000 (0:00:00.345) 0:00:18.292 ***** 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-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:140 Saturday 02 December 2023 14:22:51 +0000 (0:00:00.026) 0:00:18.319 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': update ifcfg-rh profile 'testnic1'", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)", "[005] #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='', err='RTNETLINK answers: File exists", "'" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:144 Saturday 02 December 2023 14:22:51 +0000 (0:00:00.029) 0:00:18.348 ***** 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": "initscripts" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'testnic1': update ifcfg-rh profile 'testnic1'\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)\n[005] #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='', err='RTNETLINK answers: File exists\n'\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': update ifcfg-rh profile 'testnic1'", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)", "[005] #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='', err='RTNETLINK answers: File exists", "'" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:149 Saturday 02 December 2023 14:22:51 +0000 (0:00:00.027) 0:00:18.376 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:155 Saturday 02 December 2023 14:22:51 +0000 (0:00:00.025) 0:00:18.401 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:true] ****************************************************** task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/tests_change_indication_on_repeat_run.yml:67 Saturday 02 December 2023 14:22:51 +0000 (0:00:00.136) 0:00:18.538 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/tests_change_indication_on_repeat_run.yml:70 Saturday 02 December 2023 14:22:51 +0000 (0:00:00.025) 0:00:18.564 ***** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 02 December 2023 14:22:51 +0000 (0:00:00.045) 0:00:18.609 ***** included: /WORKDIR/git-weekly-ciwv8nx0tv/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-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 02 December 2023 14:22:52 +0000 (0:00:00.045) 0:00:18.655 ***** 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-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 02 December 2023 14:22:52 +0000 (0:00:00.061) 0:00:18.716 ***** 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-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 02 December 2023 14:22:52 +0000 (0:00:00.027) 0:00:18.744 ***** 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-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 02 December 2023 14:22:52 +0000 (0:00:00.028) 0:00:18.773 ***** 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-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 02 December 2023 14:22:53 +0000 (0:00:01.501) 0:00:20.275 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 02 December 2023 14:22:54 +0000 (0:00:00.600) 0:00:20.875 ***** ok: [sut] => {} MSG: Using network provider: initscripts 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-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 02 December 2023 14:22:54 +0000 (0:00:00.032) 0:00:20.907 ***** 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-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 02 December 2023 14:22:54 +0000 (0:00:00.022) 0:00:20.930 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 02 December 2023 14:22:54 +0000 (0:00:00.044) 0:00:20.974 ***** 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-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:40 Saturday 02 December 2023 14:22:54 +0000 (0:00:00.059) 0:00:21.033 ***** 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-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:55 Saturday 02 December 2023 14:22:54 +0000 (0:00:00.024) 0:00:21.058 ***** 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-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:71 Saturday 02 December 2023 14:22:54 +0000 (0:00:00.024) 0:00:21.082 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:85 Saturday 02 December 2023 14:22:54 +0000 (0:00:00.027) 0:00:21.110 ***** 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 : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:96 Saturday 02 December 2023 14:22:54 +0000 (0:00:00.032) 0:00:21.143 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 02 December 2023 14:22:54 +0000 (0:00:00.030) 0:00:21.173 ***** 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 : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:113 Saturday 02 December 2023 14:22:54 +0000 (0:00:00.211) 0:00:21.385 ***** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-782447p0x_15/tmpip07zubu" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 02 December 2023 14:22:54 +0000 (0:00:00.218) 0:00:21.603 ***** 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": "initscripts" } }, "changed": false } STDERR: [003] #0, state:up persistent_state:present, 'testnic1': ifcfg-rh profile 'testnic1' already up to date [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:134 Saturday 02 December 2023 14:22:55 +0000 (0:00:00.258) 0:00:21.862 ***** 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-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:140 Saturday 02 December 2023 14:22:55 +0000 (0:00:00.024) 0:00:21.887 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': ifcfg-rh profile 'testnic1' already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:144 Saturday 02 December 2023 14:22:55 +0000 (0:00:00.025) 0:00:21.912 ***** 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": "initscripts" } }, "changed": false, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'testnic1': ifcfg-rh profile 'testnic1' already up to date\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1 skipped because already active\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': ifcfg-rh profile 'testnic1' already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:149 Saturday 02 December 2023 14:22:55 +0000 (0:00:00.025) 0:00:21.937 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:155 Saturday 02 December 2023 14:22:55 +0000 (0:00:00.022) 0:00:21.960 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:false] ***************************************************** task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/tests_change_indication_on_repeat_run.yml:74 Saturday 02 December 2023 14:22:55 +0000 (0:00:00.136) 0:00:22.097 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/tests_change_indication_on_repeat_run.yml:82 Saturday 02 December 2023 14:22:55 +0000 (0:00:00.049) 0:00:22.146 ***** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 02 December 2023 14:22:55 +0000 (0:00:00.043) 0:00:22.190 ***** included: /WORKDIR/git-weekly-ciwv8nx0tv/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-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 02 December 2023 14:22:55 +0000 (0:00:00.043) 0:00:22.233 ***** 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-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 02 December 2023 14:22:55 +0000 (0:00:00.031) 0:00:22.265 ***** 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-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 02 December 2023 14:22:55 +0000 (0:00:00.026) 0:00:22.292 ***** 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-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 02 December 2023 14:22:55 +0000 (0:00:00.023) 0:00:22.315 ***** 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-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 02 December 2023 14:22:57 +0000 (0:00:01.475) 0:00:23.791 ***** 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-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 02 December 2023 14:22:57 +0000 (0:00:00.649) 0:00:24.441 ***** ok: [sut] => {} MSG: Using network provider: initscripts 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-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 02 December 2023 14:22:57 +0000 (0:00:00.032) 0:00:24.473 ***** 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-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 02 December 2023 14:22:57 +0000 (0:00:00.022) 0:00:24.496 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 02 December 2023 14:22:57 +0000 (0:00:00.023) 0:00:24.520 ***** 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-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:40 Saturday 02 December 2023 14:22:57 +0000 (0:00:00.058) 0:00:24.578 ***** 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-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:55 Saturday 02 December 2023 14:22:57 +0000 (0:00:00.023) 0:00:24.601 ***** 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-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:71 Saturday 02 December 2023 14:22:57 +0000 (0:00:00.023) 0:00:24.625 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:85 Saturday 02 December 2023 14:22:58 +0000 (0:00:00.027) 0:00:24.652 ***** 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 : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:96 Saturday 02 December 2023 14:22:58 +0000 (0:00:00.031) 0:00:24.683 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 02 December 2023 14:22:58 +0000 (0:00:00.030) 0:00:24.714 ***** 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 : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:113 Saturday 02 December 2023 14:22:58 +0000 (0:00:00.217) 0:00:24.931 ***** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-782447p0x_15/tmpu3z3b80x" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 02 December 2023 14:22:58 +0000 (0:00:00.218) 0:00:25.149 ***** 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": "initscripts" } }, "changed": true } STDERR: [003] #0, state:down persistent_state:absent, 'testnic1': up connection testnic1 (active) [004] #0, state:down persistent_state:absent, 'testnic1': call 'ifdown testnic1': rc=0, out='', err='' [005] #0, state:down persistent_state:absent, 'testnic1': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-testnic1' TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:134 Saturday 02 December 2023 14:22:58 +0000 (0:00:00.410) 0:00:25.560 ***** 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-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:140 Saturday 02 December 2023 14:22:58 +0000 (0:00:00.046) 0:00:25.606 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:down persistent_state:absent, 'testnic1': up connection testnic1 (active)", "[004] #0, state:down persistent_state:absent, 'testnic1': call 'ifdown testnic1': rc=0, out='', err=''", "[005] #0, state:down persistent_state:absent, 'testnic1': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-testnic1'" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:144 Saturday 02 December 2023 14:22:59 +0000 (0:00:00.026) 0:00:25.633 ***** 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": "initscripts" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:down persistent_state:absent, 'testnic1': up connection testnic1 (active)\n[004] #0, state:down persistent_state:absent, 'testnic1': call 'ifdown testnic1': rc=0, out='', err=''\n[005] #0, state:down persistent_state:absent, 'testnic1': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-testnic1'\n", "stderr_lines": [ "[003] #0, state:down persistent_state:absent, 'testnic1': up connection testnic1 (active)", "[004] #0, state:down persistent_state:absent, 'testnic1': call 'ifdown testnic1': rc=0, out='', err=''", "[005] #0, state:down persistent_state:absent, 'testnic1': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-testnic1'" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:149 Saturday 02 December 2023 14:22:59 +0000 (0:00:00.024) 0:00:25.658 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:155 Saturday 02 December 2023 14:22:59 +0000 (0:00:00.024) 0:00:25.682 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/tests_change_indication_on_repeat_run.yml:91 Saturday 02 December 2023 14:22:59 +0000 (0:00:00.145) 0:00:25.828 ***** included: /WORKDIR/git-weekly-ciwv8nx0tv/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/tasks/manage_test_interface.yml:3 Saturday 02 December 2023 14:22:59 +0000 (0:00:00.046) 0:00:25.874 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/tasks/manage_test_interface.yml:8 Saturday 02 December 2023 14:22:59 +0000 (0:00:00.026) 0:00:25.901 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/tasks/manage_test_interface.yml:13 Saturday 02 December 2023 14:22:59 +0000 (0:00:00.025) 0:00:25.927 ***** included: /WORKDIR/git-weekly-ciwv8nx0tv/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/tasks/show_interfaces.yml:3 Saturday 02 December 2023 14:22:59 +0000 (0:00:00.041) 0:00:25.968 ***** included: /WORKDIR/git-weekly-ciwv8nx0tv/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/tasks/get_current_interfaces.yml:3 Saturday 02 December 2023 14:22:59 +0000 (0:00:00.053) 0:00:26.022 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003531", "end": "2023-12-02 14:22:59.507991", "rc": 0, "start": "2023-12-02 14:22:59.504460" } STDOUT: eth0 lo peertestnic1 testnic1 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/tasks/get_current_interfaces.yml:9 Saturday 02 December 2023 14:22:59 +0000 (0:00:00.145) 0:00:26.167 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peertestnic1", "testnic1" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/tasks/show_interfaces.yml:5 Saturday 02 December 2023 14:22:59 +0000 (0:00:00.026) 0:00:26.193 ***** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peertestnic1', 'testnic1'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/tasks/manage_test_interface.yml:16 Saturday 02 December 2023 14:22:59 +0000 (0:00:00.026) 0:00:26.220 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [ "iproute-2.6.32-57.el6.x86_64 providing iproute is already installed" ] } lsrpackages: iproute TASK [Create veth interface testnic1] ****************************************** task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/tasks/manage_test_interface.yml:24 Saturday 02 December 2023 14:22:59 +0000 (0:00:00.405) 0:00:26.626 ***** 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-ciwv8nx0tv/tests/tasks/manage_test_interface.yml:33 Saturday 02 December 2023 14:23:00 +0000 (0:00:00.037) 0:00:26.664 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/tasks/manage_test_interface.yml:41 Saturday 02 December 2023 14:23:00 +0000 (0:00:00.028) 0:00:26.692 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "testnic1", "type", "veth" ], "delta": "0:00:00.046143", "end": "2023-12-02 14:23:00.226656", "rc": 0, "start": "2023-12-02 14:23:00.180513" } TASK [Create dummy interface testnic1] ***************************************** task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/tasks/manage_test_interface.yml:48 Saturday 02 December 2023 14:23:00 +0000 (0:00:00.208) 0:00:26.900 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/tasks/manage_test_interface.yml:54 Saturday 02 December 2023 14:23:00 +0000 (0:00:00.027) 0:00:26.927 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/tasks/manage_test_interface.yml:61 Saturday 02 December 2023 14:23:00 +0000 (0:00:00.027) 0:00:26.955 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /WORKDIR/git-weekly-ciwv8nx0tv/tests/tasks/manage_test_interface.yml:67 Saturday 02 December 2023 14:23:00 +0000 (0:00:00.025) 0:00:26.981 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=78 changed=3 unreachable=0 failed=0 skipped=80 rescued=0 ignored=1 Saturday 02 December 2023 14:23:00 +0000 (0:00:00.012) 0:00:26.993 ***** =============================================================================== linux-system-roles.network : Configure networking connection profiles --- 5.43s /WORKDIR/git-weekly-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:122 linux-system-roles.network : Check which services are running ----------- 1.83s /WORKDIR/git-weekly-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.56s /WORKDIR/git-weekly-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.50s /WORKDIR/git-weekly-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.48s /WORKDIR/git-weekly-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.48s /WORKDIR/git-weekly-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Enable network service --------------------- 0.96s /WORKDIR/git-weekly-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:105 linux-system-roles.network : Ensure initscripts network file dependency is present --- 0.88s /WORKDIR/git-weekly-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:113 Gathering Facts --------------------------------------------------------- 0.84s /WORKDIR/git-weekly-ciwv8nx0tv/tests/tests_change_indication_on_repeat_run.yml:4 linux-system-roles.network : Check which packages are installed --------- 0.80s /WORKDIR/git-weekly-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.65s /WORKDIR/git-weekly-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Re-test connectivity ----------------------- 0.64s /WORKDIR/git-weekly-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:155 linux-system-roles.network : Check which packages are installed --------- 0.63s /WORKDIR/git-weekly-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.60s /WORKDIR/git-weekly-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.60s /WORKDIR/git-weekly-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Install iproute --------------------------------------------------------- 0.56s /WORKDIR/git-weekly-ciwv8nx0tv/tests/tasks/manage_test_interface.yml:16 ------- Create veth interface testnic1 ------------------------------------------ 0.48s /WORKDIR/git-weekly-ciwv8nx0tv/tests/tasks/manage_test_interface.yml:24 ------- linux-system-roles.network : Configure networking connection profiles --- 0.41s /WORKDIR/git-weekly-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:122 Install iproute --------------------------------------------------------- 0.41s /WORKDIR/git-weekly-ciwv8nx0tv/tests/tasks/manage_test_interface.yml:16 ------- linux-system-roles.network : Install packages --------------------------- 0.24s /WORKDIR/git-weekly-ciwv8nx0tv/tests/roles/linux-system-roles.network/tasks/main.yml:30 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---