# 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_auto_gateway_initscripts.yml *********************************** 2 plays in /WORKDIR/git-weekly-cik62lcujr/tests/tests_auto_gateway_initscripts.yml PLAY [Run playbook 'playbooks/tests_auto_gateway.yml' with initscripts as provider] *** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/tests_auto_gateway_initscripts.yml:5 Saturday 27 January 2024 13:31:01 +0000 (0:00:00.012) 0:00:00.012 ****** ok: [sut] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-cik62lcujr/tests/tests_auto_gateway_initscripts.yml:8 Saturday 27 January 2024 13:31:02 +0000 (0:00:01.571) 0:00:01.584 ****** included: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/el_repo_setup.yml for sut TASK [Gather the minimum subset of ansible_facts required by the network role test] *** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/el_repo_setup.yml:3 Saturday 27 January 2024 13:31:02 +0000 (0:00:00.016) 0:00:01.600 ****** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/el_repo_setup.yml:19 Saturday 27 January 2024 13:31:02 +0000 (0:00:00.275) 0:00:01.876 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/el_repo_setup.yml:24 Saturday 27 January 2024 13:31:03 +0000 (0:00:00.168) 0:00:02.045 ****** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/el_repo_setup.yml:28 Saturday 27 January 2024 13:31:03 +0000 (0:00:00.022) 0:00:02.068 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/el_repo_setup.yml:53 Saturday 27 January 2024 13:31:03 +0000 (0:00:00.025) 0:00:02.093 ****** included: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/enable_epel.yml:8 Saturday 27 January 2024 13:31:03 +0000 (0:00:00.037) 0:00:02.130 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/enable_epel.yml:24 Saturday 27 January 2024 13:31:03 +0000 (0:00:00.015) 0:00:02.146 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/enable_epel.yml:30 Saturday 27 January 2024 13:31:03 +0000 (0:00:00.019) 0:00:02.165 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/enable_epel.yml:35 Saturday 27 January 2024 13:31:03 +0000 (0:00:00.032) 0:00:02.197 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/enable_epel.yml:40 Saturday 27 January 2024 13:31:03 +0000 (0:00:00.011) 0:00:02.209 ****** changed: [sut] => { "changed": true, "checksum": "4bafddfe7badb0971135c888f25df1308b193622", "dest": "/etc/yum.repos.d/epel.repo", "gid": 0, "group": "root", "md5sum": "12399e686d606599d8958688eeeed500", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 155, "src": "/root/.ansible/tmp/ansible-tmp-1706362263.2876322-2350-260196890984090/source", "state": "file", "uid": 0 } TASK [Set network provider to 'initscripts'] *********************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tests_auto_gateway_initscripts.yml:10 Saturday 27 January 2024 13:31:03 +0000 (0:00:00.601) 0:00:02.811 ****** ok: [sut] => { "ansible_facts": { "network_provider": "initscripts" }, "changed": false } META: ran handlers META: ran handlers PLAY [Play for testing auto_gateway setting] *********************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tests_auto_gateway.yml:3 Saturday 27 January 2024 13:31:03 +0000 (0:00:00.033) 0:00:02.844 ****** ok: [sut] META: ran handlers TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tests_auto_gateway.yml:9 Saturday 27 January 2024 13:31:04 +0000 (0:00:00.802) 0:00:03.647 ****** included: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 27 January 2024 13:31:04 +0000 (0:00:00.028) 0:00:03.675 ****** included: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 27 January 2024 13:31:04 +0000 (0:00:00.023) 0:00:03.699 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003079", "end": "2024-01-27 13:31:05.276297", "rc": 0, "start": "2024-01-27 13:31:05.273218" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 27 January 2024 13:31:04 +0000 (0:00:00.194) 0:00:03.894 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 27 January 2024 13:31:04 +0000 (0:00:00.018) 0:00:03.912 ****** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tests_auto_gateway.yml:11 Saturday 27 January 2024 13:31:04 +0000 (0:00:00.013) 0:00:03.925 ****** included: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 27 January 2024 13:31:04 +0000 (0:00:00.030) 0:00:03.956 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 27 January 2024 13:31:04 +0000 (0:00:00.011) 0:00:03.968 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 27 January 2024 13:31:04 +0000 (0:00:00.010) 0:00:03.978 ****** included: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 27 January 2024 13:31:04 +0000 (0:00:00.015) 0:00:03.994 ****** included: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 27 January 2024 13:31:05 +0000 (0:00:00.015) 0:00:04.010 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002991", "end": "2024-01-27 13:31:05.511500", "rc": 0, "start": "2024-01-27 13:31:05.508509" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 27 January 2024 13:31:05 +0000 (0:00:00.145) 0:00:04.156 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 27 January 2024 13:31:05 +0000 (0:00:00.019) 0:00:04.176 ****** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 27 January 2024 13:31:05 +0000 (0:00:00.017) 0:00:04.193 ****** 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 veth0] ********************************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/manage_test_interface.yml:24 Saturday 27 January 2024 13:31:05 +0000 (0:00:00.485) 0:00:04.679 ****** ok: [sut] => (item=ip link add veth0 type veth peer name peerveth0) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "add", "veth0", "type", "veth", "peer", "name", "peerveth0" ], "delta": "0:00:00.165967", "end": "2024-01-27 13:31:06.358304", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2024-01-27 13:31:06.192337" } ok: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.004178", "end": "2024-01-27 13:31:06.527202", "item": "ip link set peerveth0 up", "rc": 0, "start": "2024-01-27 13:31:06.523024" } ok: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.003187", "end": "2024-01-27 13:31:06.663290", "item": "ip link set veth0 up", "rc": 0, "start": "2024-01-27 13:31:06.660103" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/manage_test_interface.yml:33 Saturday 27 January 2024 13:31:06 +0000 (0:00:00.604) 0:00:05.283 ****** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli d set veth0 managed true", "rc": 2 } MSG: [Errno 2] No such file or directory ...ignoring TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/manage_test_interface.yml:41 Saturday 27 January 2024 13:31:06 +0000 (0:00:00.130) 0:00:05.414 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/manage_test_interface.yml:48 Saturday 27 January 2024 13:31:06 +0000 (0:00:00.020) 0:00:05.435 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/manage_test_interface.yml:54 Saturday 27 January 2024 13:31:06 +0000 (0:00:00.024) 0:00:05.459 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/manage_test_interface.yml:61 Saturday 27 January 2024 13:31:06 +0000 (0:00:00.030) 0:00:05.489 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/manage_test_interface.yml:67 Saturday 27 January 2024 13:31:06 +0000 (0:00:00.021) 0:00:05.511 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tests_auto_gateway.yml:15 Saturday 27 January 2024 13:31:06 +0000 (0:00:00.023) 0:00:05.535 ****** included: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 27 January 2024 13:31:06 +0000 (0:00:00.055) 0:00:05.590 ****** included: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 27 January 2024 13:31:06 +0000 (0:00:00.036) 0:00:05.627 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1706362266.377765, "block_size": 4096, "blocks": 0, "ctime": 1706362266.3767655, "dev": 0, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6447, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/veth0", "lnk_target": "../../devices/virtual/net/veth0", "mode": "0777", "mtime": 1706362266.3767655, "nlink": 1, "path": "/sys/class/net/veth0", "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 - 'veth0'] ************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 27 January 2024 13:31:06 +0000 (0:00:00.151) 0:00:05.778 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEST: I can configure an interface with auto_gateway enabled] ************ task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tests_auto_gateway.yml:17 Saturday 27 January 2024 13:31:06 +0000 (0:00:00.043) 0:00:05.821 ****** ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cik62lcujr/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 27 January 2024 13:31:06 +0000 (0:00:00.032) 0:00:05.854 ****** included: /WORKDIR/git-weekly-cik62lcujr/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-cik62lcujr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 27 January 2024 13:31:06 +0000 (0:00:00.078) 0:00:05.933 ****** 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-cik62lcujr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 27 January 2024 13:31:06 +0000 (0:00:00.050) 0:00:05.983 ****** 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-cik62lcujr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 27 January 2024 13:31:07 +0000 (0:00:00.040) 0:00:06.023 ****** 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-cik62lcujr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 27 January 2024 13:31:07 +0000 (0:00:00.047) 0:00:06.071 ****** 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-cik62lcujr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 27 January 2024 13:31:08 +0000 (0:00:01.632) 0:00:07.703 ****** 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-cik62lcujr/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 27 January 2024 13:31:09 +0000 (0:00:00.799) 0:00:08.502 ****** 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-cik62lcujr/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 27 January 2024 13:31:09 +0000 (0:00:00.026) 0:00:08.528 ****** 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-cik62lcujr/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 27 January 2024 13:31:09 +0000 (0:00:00.031) 0:00:08.560 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 27 January 2024 13:31:09 +0000 (0:00:00.042) 0:00:08.602 ****** 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-cik62lcujr/tests/roles/linux-system-roles.network/tasks/main.yml:40 Saturday 27 January 2024 13:31:09 +0000 (0:00:00.069) 0:00:08.671 ****** 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-cik62lcujr/tests/roles/linux-system-roles.network/tasks/main.yml:55 Saturday 27 January 2024 13:31:09 +0000 (0:00:00.047) 0:00:08.719 ****** 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-cik62lcujr/tests/roles/linux-system-roles.network/tasks/main.yml:71 Saturday 27 January 2024 13:31:09 +0000 (0:00:00.022) 0:00:08.741 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cik62lcujr/tests/roles/linux-system-roles.network/tasks/main.yml:85 Saturday 27 January 2024 13:31:09 +0000 (0:00:00.025) 0:00:08.767 ****** 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-cik62lcujr/tests/roles/linux-system-roles.network/tasks/main.yml:96 Saturday 27 January 2024 13:31:09 +0000 (0:00:00.020) 0:00:08.787 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 27 January 2024 13:31:09 +0000 (0:00:00.021) 0:00:08.809 ****** 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-cik62lcujr/tests/roles/linux-system-roles.network/tasks/main.yml:113 Saturday 27 January 2024 13:31:10 +0000 (0:00:00.282) 0:00:09.092 ****** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-2320_gth6vjf/tmp2vjpay98" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cik62lcujr/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 27 January 2024 13:31:10 +0000 (0:00:00.196) 0:00:09.288 ****** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "2001:db8::2/64", "203.0.113.2/24" ], "auto6": false, "auto_gateway": true, "dhcp4": false, "gateway4": "203.0.113.1", "gateway6": "2001:db8::1", "route_metric4": 65535 }, "name": "veth0", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true } STDERR: [003] #0, state:up persistent_state:present, 'veth0': add ifcfg-rh profile 'veth0' [004] #0, state:up persistent_state:present, 'veth0': up connection veth0 (is-modified) [005] #0, state:up persistent_state:present, 'veth0': call 'ifup veth0': rc=0, out='Determining if ip address 203.0.113.2 is already in use for device veth0... ', err='' TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/roles/linux-system-roles.network/tasks/main.yml:134 Saturday 27 January 2024 13:31:14 +0000 (0:00:04.471) 0:00:13.760 ****** 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-cik62lcujr/tests/roles/linux-system-roles.network/tasks/main.yml:140 Saturday 27 January 2024 13:31:14 +0000 (0:00:00.058) 0:00:13.818 ****** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add ifcfg-rh profile 'veth0'", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0 (is-modified)", "[005] #0, state:up persistent_state:present, 'veth0': call 'ifup veth0': rc=0, out='Determining if ip address 203.0.113.2 is already in use for device veth0...", "', err=''" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cik62lcujr/tests/roles/linux-system-roles.network/tasks/main.yml:144 Saturday 27 January 2024 13:31:14 +0000 (0:00:00.035) 0:00:13.854 ****** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "2001:db8::2/64", "203.0.113.2/24" ], "auto6": false, "auto_gateway": true, "dhcp4": false, "gateway4": "203.0.113.1", "gateway6": "2001:db8::1", "route_metric4": 65535 }, "name": "veth0", "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, 'veth0': add ifcfg-rh profile 'veth0'\n[004] #0, state:up persistent_state:present, 'veth0': up connection veth0 (is-modified)\n[005] #0, state:up persistent_state:present, 'veth0': call 'ifup veth0': rc=0, out='Determining if ip address 203.0.113.2 is already in use for device veth0...\n', err=''\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add ifcfg-rh profile 'veth0'", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0 (is-modified)", "[005] #0, state:up persistent_state:present, 'veth0': call 'ifup veth0': rc=0, out='Determining if ip address 203.0.113.2 is already in use for device veth0...", "', err=''" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cik62lcujr/tests/roles/linux-system-roles.network/tasks/main.yml:149 Saturday 27 January 2024 13:31:14 +0000 (0:00:00.029) 0:00:13.883 ****** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/roles/linux-system-roles.network/tasks/main.yml:155 Saturday 27 January 2024 13:31:14 +0000 (0:00:00.060) 0:00:13.944 ****** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tests_auto_gateway.yml:42 Saturday 27 January 2024 13:31:15 +0000 (0:00:00.214) 0:00:14.158 ****** included: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 27 January 2024 13:31:15 +0000 (0:00:00.073) 0:00:14.232 ****** included: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 27 January 2024 13:31:15 +0000 (0:00:00.053) 0:00:14.286 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1706362266.377765, "block_size": 4096, "blocks": 0, "ctime": 1706362266.3767655, "dev": 0, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6447, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/veth0", "lnk_target": "../../devices/virtual/net/veth0", "mode": "0777", "mtime": 1706362266.3767655, "nlink": 1, "path": "/sys/class/net/veth0", "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 - 'veth0'] ************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 27 January 2024 13:31:15 +0000 (0:00:00.132) 0:00:14.418 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tests_auto_gateway.yml:44 Saturday 27 January 2024 13:31:15 +0000 (0:00:00.037) 0:00:14.456 ****** included: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/assert_profile_present.yml:3 Saturday 27 January 2024 13:31:15 +0000 (0:00:00.070) 0:00:14.526 ****** included: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 27 January 2024 13:31:15 +0000 (0:00:00.040) 0:00:14.567 ****** ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": false, "lsr_net_profile_exists": false, "lsr_net_profile_fingerprint": false }, "changed": false } TASK [Stat profile file] ******************************************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 27 January 2024 13:31:15 +0000 (0:00:00.024) 0:00:14.591 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1706362271.00545, "block_size": 4096, "blocks": 8, "ctime": 1706362270.9934561, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 3668, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1706362270.9934561, "nlink": 1, "path": "/etc/sysconfig/network-scripts/ifcfg-veth0", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 277, "uid": 0, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 27 January 2024 13:31:15 +0000 (0:00:00.179) 0:00:14.770 ****** ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 27 January 2024 13:31:15 +0000 (0:00:00.049) 0:00:14.820 ****** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.004726", "end": "2024-01-27 13:31:16.331057", "rc": 1, "start": "2024-01-27 13:31:16.326331" } STDERR: /bin/sh: nmcli: command not found MSG: non-zero return code ...ignoring TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 27 January 2024 13:31:15 +0000 (0:00:00.162) 0:00:14.982 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-veth0] ************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 27 January 2024 13:31:16 +0000 (0:00:00.031) 0:00:15.014 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^# Ansible managed", "/etc/sysconfig/network-scripts/ifcfg-veth0" ], "delta": "0:00:00.002961", "end": "2024-01-27 13:31:16.523300", "rc": 0, "start": "2024-01-27 13:31:16.520339" } STDOUT: # Ansible managed TASK [Verify the ansible_managed comment in ifcfg-veth0] *********************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 27 January 2024 13:31:16 +0000 (0:00:00.144) 0:00:15.158 ****** ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true }, "changed": false } TASK [Get the fingerprint comment in ifcfg-veth0] ****************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 27 January 2024 13:31:16 +0000 (0:00:00.110) 0:00:15.269 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^# system_role:network", "/etc/sysconfig/network-scripts/ifcfg-veth0" ], "delta": "0:00:00.002989", "end": "2024-01-27 13:31:16.773732", "rc": 0, "start": "2024-01-27 13:31:16.770743" } STDOUT: # system_role:network TASK [Verify the fingerprint comment in ifcfg-veth0] *************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 27 January 2024 13:31:16 +0000 (0:00:00.145) 0:00:15.415 ****** ok: [sut] => { "ansible_facts": { "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Assert that the profile is present - 'veth0'] **************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/assert_profile_present.yml:5 Saturday 27 January 2024 13:31:16 +0000 (0:00:00.043) 0:00:15.459 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'veth0'] *********** task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/assert_profile_present.yml:10 Saturday 27 January 2024 13:31:16 +0000 (0:00:00.036) 0:00:15.495 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/assert_profile_present.yml:15 Saturday 27 January 2024 13:31:16 +0000 (0:00:00.026) 0:00:15.521 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tests_auto_gateway.yml:48 Saturday 27 January 2024 13:31:16 +0000 (0:00:00.046) 0:00:15.568 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.002957", "end": "2024-01-27 13:31:17.077039", "rc": 0, "start": "2024-01-27 13:31:17.074082" } STDOUT: 203.0.113.0/24 dev veth0 proto kernel scope link src 203.0.113.2 10.31.12.0/22 dev eth0 proto kernel scope link src 10.31.14.249 169.254.0.0/16 dev eth0 scope link metric 1002 169.254.0.0/16 dev veth0 scope link metric 1004 default via 10.31.12.1 dev eth0 default via 203.0.113.1 dev veth0 metric 65535 TASK [Assert default ipv4 route is present] ************************************ task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tests_auto_gateway.yml:52 Saturday 27 January 2024 13:31:16 +0000 (0:00:00.151) 0:00:15.719 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tests_auto_gateway.yml:58 Saturday 27 January 2024 13:31:16 +0000 (0:00:00.052) 0:00:15.771 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.002969", "end": "2024-01-27 13:31:17.271911", "rc": 0, "start": "2024-01-27 13:31:17.268942" } STDOUT: unreachable ::/96 dev lo metric 1024 error -113 mtu 65536 unreachable ::ffff:0.0.0.0/96 dev lo metric 1024 error -113 mtu 65536 2001:db8::/64 dev veth0 proto kernel metric 256 mtu 1500 unreachable 2002:a00::/24 dev lo metric 1024 error -113 mtu 65536 unreachable 2002:7f00::/24 dev lo metric 1024 error -113 mtu 65536 unreachable 2002:a9fe::/32 dev lo metric 1024 error -113 mtu 65536 unreachable 2002:ac10::/28 dev lo metric 1024 error -113 mtu 65536 unreachable 2002:c0a8::/32 dev lo metric 1024 error -113 mtu 65536 unreachable 2002:e000::/19 dev lo metric 1024 error -113 mtu 65536 unreachable 3ffe:ffff::/32 dev lo metric 1024 error -113 mtu 65536 fe80::/64 dev eth0 proto kernel metric 256 mtu 9001 fe80::/64 dev veth0 proto kernel metric 256 mtu 1500 fe80::/64 dev peerveth0 proto kernel metric 256 mtu 1500 default via 2001:db8::1 dev veth0 metric 1 mtu 1500 TASK [Assert default ipv6 route is present] ************************************ task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tests_auto_gateway.yml:62 Saturday 27 January 2024 13:31:16 +0000 (0:00:00.139) 0:00:15.911 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tests_auto_gateway.yml:69 Saturday 27 January 2024 13:31:16 +0000 (0:00:00.022) 0:00:15.934 ****** ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cik62lcujr/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 27 January 2024 13:31:16 +0000 (0:00:00.029) 0:00:15.964 ****** included: /WORKDIR/git-weekly-cik62lcujr/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-cik62lcujr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 27 January 2024 13:31:17 +0000 (0:00:00.040) 0:00:16.004 ****** 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-cik62lcujr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 27 January 2024 13:31:17 +0000 (0:00:00.028) 0:00:16.032 ****** 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-cik62lcujr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 27 January 2024 13:31:17 +0000 (0:00:00.024) 0:00:16.057 ****** 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-cik62lcujr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 27 January 2024 13:31:17 +0000 (0:00:00.065) 0:00:16.122 ****** 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-cik62lcujr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 27 January 2024 13:31:18 +0000 (0:00:01.452) 0:00:17.575 ****** 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-cik62lcujr/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 27 January 2024 13:31:19 +0000 (0:00:00.601) 0:00:18.176 ****** 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-cik62lcujr/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 27 January 2024 13:31:19 +0000 (0:00:00.023) 0:00:18.199 ****** 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-cik62lcujr/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 27 January 2024 13:31:19 +0000 (0:00:00.021) 0:00:18.221 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 27 January 2024 13:31:19 +0000 (0:00:00.021) 0:00:18.242 ****** 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-cik62lcujr/tests/roles/linux-system-roles.network/tasks/main.yml:40 Saturday 27 January 2024 13:31:19 +0000 (0:00:00.043) 0:00:18.286 ****** 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-cik62lcujr/tests/roles/linux-system-roles.network/tasks/main.yml:55 Saturday 27 January 2024 13:31:19 +0000 (0:00:00.021) 0:00:18.307 ****** 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-cik62lcujr/tests/roles/linux-system-roles.network/tasks/main.yml:71 Saturday 27 January 2024 13:31:19 +0000 (0:00:00.021) 0:00:18.329 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cik62lcujr/tests/roles/linux-system-roles.network/tasks/main.yml:85 Saturday 27 January 2024 13:31:19 +0000 (0:00:00.024) 0:00:18.354 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-cik62lcujr/tests/roles/linux-system-roles.network/tasks/main.yml:96 Saturday 27 January 2024 13:31:19 +0000 (0:00:00.021) 0:00:18.376 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 27 January 2024 13:31:19 +0000 (0:00:00.026) 0:00:18.402 ****** 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-cik62lcujr/tests/roles/linux-system-roles.network/tasks/main.yml:113 Saturday 27 January 2024 13:31:19 +0000 (0:00:00.223) 0:00:18.625 ****** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-2320_gth6vjf/tmpgxj_u3b7" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cik62lcujr/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 27 January 2024 13:31:19 +0000 (0:00:00.193) 0:00:18.819 ****** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "veth0", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true } STDERR: [003] #0, state:down persistent_state:absent, 'veth0': up connection veth0 (active) [004] #0, state:down persistent_state:absent, 'veth0': call 'ifdown veth0': rc=0, out='', err='' [005] #0, state:down persistent_state:absent, 'veth0': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-veth0' TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/roles/linux-system-roles.network/tasks/main.yml:134 Saturday 27 January 2024 13:31:20 +0000 (0:00:00.374) 0:00:19.193 ****** 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-cik62lcujr/tests/roles/linux-system-roles.network/tasks/main.yml:140 Saturday 27 January 2024 13:31:20 +0000 (0:00:00.031) 0:00:19.225 ****** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:down persistent_state:absent, 'veth0': up connection veth0 (active)", "[004] #0, state:down persistent_state:absent, 'veth0': call 'ifdown veth0': rc=0, out='', err=''", "[005] #0, state:down persistent_state:absent, 'veth0': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-veth0'" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cik62lcujr/tests/roles/linux-system-roles.network/tasks/main.yml:144 Saturday 27 January 2024 13:31:20 +0000 (0:00:00.029) 0:00:19.255 ****** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "veth0", "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, 'veth0': up connection veth0 (active)\n[004] #0, state:down persistent_state:absent, 'veth0': call 'ifdown veth0': rc=0, out='', err=''\n[005] #0, state:down persistent_state:absent, 'veth0': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-veth0'\n", "stderr_lines": [ "[003] #0, state:down persistent_state:absent, 'veth0': up connection veth0 (active)", "[004] #0, state:down persistent_state:absent, 'veth0': call 'ifdown veth0': rc=0, out='', err=''", "[005] #0, state:down persistent_state:absent, 'veth0': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-veth0'" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cik62lcujr/tests/roles/linux-system-roles.network/tasks/main.yml:149 Saturday 27 January 2024 13:31:20 +0000 (0:00:00.025) 0:00:19.280 ****** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/roles/linux-system-roles.network/tasks/main.yml:155 Saturday 27 January 2024 13:31:20 +0000 (0:00:00.021) 0:00:19.302 ****** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tests_auto_gateway.yml:81 Saturday 27 January 2024 13:31:20 +0000 (0:00:00.147) 0:00:19.449 ****** included: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 27 January 2024 13:31:20 +0000 (0:00:00.055) 0:00:19.504 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 27 January 2024 13:31:20 +0000 (0:00:00.021) 0:00:19.526 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 27 January 2024 13:31:20 +0000 (0:00:00.021) 0:00:19.547 ****** included: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 27 January 2024 13:31:20 +0000 (0:00:00.034) 0:00:19.582 ****** included: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 27 January 2024 13:31:20 +0000 (0:00:00.067) 0:00:19.650 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002912", "end": "2024-01-27 13:31:21.145911", "rc": 0, "start": "2024-01-27 13:31:21.142999" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 27 January 2024 13:31:20 +0000 (0:00:00.129) 0:00:19.780 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 27 January 2024 13:31:20 +0000 (0:00:00.026) 0:00:19.806 ****** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 27 January 2024 13:31:20 +0000 (0:00:00.026) 0:00:19.832 ****** 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 veth0] ********************************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/manage_test_interface.yml:24 Saturday 27 January 2024 13:31:21 +0000 (0:00:00.391) 0:00:20.224 ****** skipping: [sut] => (item=ip link add veth0 type veth peer name peerveth0) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add veth0 type veth peer name peerveth0", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peerveth0 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set veth0 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/manage_test_interface.yml:33 Saturday 27 January 2024 13:31:21 +0000 (0:00:00.042) 0:00:20.267 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/manage_test_interface.yml:41 Saturday 27 January 2024 13:31:21 +0000 (0:00:00.024) 0:00:20.291 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.048817", "end": "2024-01-27 13:31:21.855570", "rc": 0, "start": "2024-01-27 13:31:21.806753" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/manage_test_interface.yml:48 Saturday 27 January 2024 13:31:21 +0000 (0:00:00.218) 0:00:20.509 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/manage_test_interface.yml:54 Saturday 27 January 2024 13:31:21 +0000 (0:00:00.025) 0:00:20.535 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/manage_test_interface.yml:61 Saturday 27 January 2024 13:31:21 +0000 (0:00:00.025) 0:00:20.561 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/manage_test_interface.yml:67 Saturday 27 January 2024 13:31:21 +0000 (0:00:00.036) 0:00:20.597 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [TEST: I can configure an interface with auto_gateway disabled] *********** task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tests_auto_gateway.yml:85 Saturday 27 January 2024 13:31:21 +0000 (0:00:00.024) 0:00:20.621 ****** ok: [sut] => {} MSG: ################################################## TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tests_auto_gateway.yml:89 Saturday 27 January 2024 13:31:21 +0000 (0:00:00.022) 0:00:20.643 ****** included: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 27 January 2024 13:31:21 +0000 (0:00:00.120) 0:00:20.764 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 27 January 2024 13:31:21 +0000 (0:00:00.023) 0:00:20.788 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 27 January 2024 13:31:21 +0000 (0:00:00.022) 0:00:20.811 ****** included: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 27 January 2024 13:31:21 +0000 (0:00:00.038) 0:00:20.849 ****** included: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 27 January 2024 13:31:21 +0000 (0:00:00.038) 0:00:20.887 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003101", "end": "2024-01-27 13:31:22.384261", "rc": 0, "start": "2024-01-27 13:31:22.381160" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 27 January 2024 13:31:22 +0000 (0:00:00.139) 0:00:21.026 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 27 January 2024 13:31:22 +0000 (0:00:00.031) 0:00:21.058 ****** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 27 January 2024 13:31:22 +0000 (0:00:00.024) 0:00:21.082 ****** 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 veth0] ********************************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/manage_test_interface.yml:24 Saturday 27 January 2024 13:31:22 +0000 (0:00:00.414) 0:00:21.497 ****** ok: [sut] => (item=ip link add veth0 type veth peer name peerveth0) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "add", "veth0", "type", "veth", "peer", "name", "peerveth0" ], "delta": "0:00:00.004082", "end": "2024-01-27 13:31:22.998079", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2024-01-27 13:31:22.993997" } ok: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.002932", "end": "2024-01-27 13:31:23.166012", "item": "ip link set peerveth0 up", "rc": 0, "start": "2024-01-27 13:31:23.163080" } ok: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.003310", "end": "2024-01-27 13:31:23.278974", "item": "ip link set veth0 up", "rc": 0, "start": "2024-01-27 13:31:23.275664" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/manage_test_interface.yml:33 Saturday 27 January 2024 13:31:22 +0000 (0:00:00.417) 0:00:21.914 ****** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli d set veth0 managed true", "rc": 2 } MSG: [Errno 2] No such file or directory ...ignoring TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/manage_test_interface.yml:41 Saturday 27 January 2024 13:31:23 +0000 (0:00:00.130) 0:00:22.045 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/manage_test_interface.yml:48 Saturday 27 January 2024 13:31:23 +0000 (0:00:00.027) 0:00:22.073 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/manage_test_interface.yml:54 Saturday 27 January 2024 13:31:23 +0000 (0:00:00.076) 0:00:22.149 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/manage_test_interface.yml:61 Saturday 27 January 2024 13:31:23 +0000 (0:00:00.026) 0:00:22.175 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/manage_test_interface.yml:67 Saturday 27 January 2024 13:31:23 +0000 (0:00:00.028) 0:00:22.204 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cik62lcujr/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 27 January 2024 13:31:23 +0000 (0:00:00.029) 0:00:22.234 ****** included: /WORKDIR/git-weekly-cik62lcujr/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-cik62lcujr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 27 January 2024 13:31:23 +0000 (0:00:00.040) 0:00:22.275 ****** 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-cik62lcujr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 27 January 2024 13:31:23 +0000 (0:00:00.027) 0:00:22.302 ****** 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-cik62lcujr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 27 January 2024 13:31:23 +0000 (0:00:00.035) 0:00:22.338 ****** 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-cik62lcujr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 27 January 2024 13:31:23 +0000 (0:00:00.035) 0:00:22.374 ****** 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-cik62lcujr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 27 January 2024 13:31:24 +0000 (0:00:01.437) 0:00:23.811 ****** 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-cik62lcujr/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 27 January 2024 13:31:25 +0000 (0:00:00.670) 0:00:24.481 ****** 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-cik62lcujr/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 27 January 2024 13:31:25 +0000 (0:00:00.026) 0:00:24.507 ****** 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-cik62lcujr/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 27 January 2024 13:31:25 +0000 (0:00:00.024) 0:00:24.532 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 27 January 2024 13:31:25 +0000 (0:00:00.038) 0:00:24.570 ****** 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-cik62lcujr/tests/roles/linux-system-roles.network/tasks/main.yml:40 Saturday 27 January 2024 13:31:25 +0000 (0:00:00.047) 0:00:24.618 ****** 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-cik62lcujr/tests/roles/linux-system-roles.network/tasks/main.yml:55 Saturday 27 January 2024 13:31:25 +0000 (0:00:00.022) 0:00:24.641 ****** 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-cik62lcujr/tests/roles/linux-system-roles.network/tasks/main.yml:71 Saturday 27 January 2024 13:31:25 +0000 (0:00:00.023) 0:00:24.664 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cik62lcujr/tests/roles/linux-system-roles.network/tasks/main.yml:85 Saturday 27 January 2024 13:31:25 +0000 (0:00:00.025) 0:00:24.689 ****** 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-cik62lcujr/tests/roles/linux-system-roles.network/tasks/main.yml:96 Saturday 27 January 2024 13:31:25 +0000 (0:00:00.024) 0:00:24.714 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 27 January 2024 13:31:25 +0000 (0:00:00.027) 0:00:24.741 ****** 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-cik62lcujr/tests/roles/linux-system-roles.network/tasks/main.yml:113 Saturday 27 January 2024 13:31:25 +0000 (0:00:00.184) 0:00:24.926 ****** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-2320_gth6vjf/tmp3sr5phnw" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cik62lcujr/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 27 January 2024 13:31:26 +0000 (0:00:00.185) 0:00:25.112 ****** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "2001:db8::2/64", "203.0.113.2/24" ], "auto6": false, "auto_gateway": false, "dhcp4": false, "gateway4": "203.0.113.1", "gateway6": "2001:db8::1" }, "name": "veth0", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true } STDERR: [003] #0, state:up persistent_state:present, 'veth0': add ifcfg-rh profile 'veth0' [004] #0, state:up persistent_state:present, 'veth0': up connection veth0 (is-modified) [005] #0, state:up persistent_state:present, 'veth0': call 'ifup veth0': rc=0, out='Determining if ip address 203.0.113.2 is already in use for device veth0... ', err='' TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/roles/linux-system-roles.network/tasks/main.yml:134 Saturday 27 January 2024 13:31:30 +0000 (0:00:04.346) 0:00:29.458 ****** 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-cik62lcujr/tests/roles/linux-system-roles.network/tasks/main.yml:140 Saturday 27 January 2024 13:31:30 +0000 (0:00:00.022) 0:00:29.481 ****** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add ifcfg-rh profile 'veth0'", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0 (is-modified)", "[005] #0, state:up persistent_state:present, 'veth0': call 'ifup veth0': rc=0, out='Determining if ip address 203.0.113.2 is already in use for device veth0...", "', err=''" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cik62lcujr/tests/roles/linux-system-roles.network/tasks/main.yml:144 Saturday 27 January 2024 13:31:30 +0000 (0:00:00.022) 0:00:29.504 ****** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "2001:db8::2/64", "203.0.113.2/24" ], "auto6": false, "auto_gateway": false, "dhcp4": false, "gateway4": "203.0.113.1", "gateway6": "2001:db8::1" }, "name": "veth0", "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, 'veth0': add ifcfg-rh profile 'veth0'\n[004] #0, state:up persistent_state:present, 'veth0': up connection veth0 (is-modified)\n[005] #0, state:up persistent_state:present, 'veth0': call 'ifup veth0': rc=0, out='Determining if ip address 203.0.113.2 is already in use for device veth0...\n', err=''\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add ifcfg-rh profile 'veth0'", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0 (is-modified)", "[005] #0, state:up persistent_state:present, 'veth0': call 'ifup veth0': rc=0, out='Determining if ip address 203.0.113.2 is already in use for device veth0...", "', err=''" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cik62lcujr/tests/roles/linux-system-roles.network/tasks/main.yml:149 Saturday 27 January 2024 13:31:30 +0000 (0:00:00.025) 0:00:29.529 ****** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/roles/linux-system-roles.network/tasks/main.yml:155 Saturday 27 January 2024 13:31:30 +0000 (0:00:00.021) 0:00:29.551 ****** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tests_auto_gateway.yml:110 Saturday 27 January 2024 13:31:30 +0000 (0:00:00.121) 0:00:29.672 ****** included: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 27 January 2024 13:31:30 +0000 (0:00:00.084) 0:00:29.756 ****** included: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 27 January 2024 13:31:30 +0000 (0:00:00.035) 0:00:29.792 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1706362282.9984505, "block_size": 4096, "blocks": 0, "ctime": 1706362282.997451, "dev": 0, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6447, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/veth0", "lnk_target": "../../devices/virtual/net/veth0", "mode": "0777", "mtime": 1706362282.997451, "nlink": 1, "path": "/sys/class/net/veth0", "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 - 'veth0'] ************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 27 January 2024 13:31:30 +0000 (0:00:00.126) 0:00:29.918 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tests_auto_gateway.yml:112 Saturday 27 January 2024 13:31:30 +0000 (0:00:00.025) 0:00:29.944 ****** included: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/assert_profile_present.yml:3 Saturday 27 January 2024 13:31:31 +0000 (0:00:00.060) 0:00:30.005 ****** included: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 27 January 2024 13:31:31 +0000 (0:00:00.053) 0:00:30.058 ****** ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": false, "lsr_net_profile_exists": false, "lsr_net_profile_fingerprint": false }, "changed": false } TASK [Stat profile file] ******************************************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 27 January 2024 13:31:31 +0000 (0:00:00.033) 0:00:30.092 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1706362286.715591, "block_size": 4096, "blocks": 8, "ctime": 1706362286.703597, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 3668, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1706362286.703597, "nlink": 1, "path": "/etc/sysconfig/network-scripts/ifcfg-veth0", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 263, "uid": 0, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 27 January 2024 13:31:31 +0000 (0:00:00.131) 0:00:30.224 ****** ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 27 January 2024 13:31:31 +0000 (0:00:00.024) 0:00:30.248 ****** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.004974", "end": "2024-01-27 13:31:31.741817", "rc": 1, "start": "2024-01-27 13:31:31.736843" } STDERR: /bin/sh: nmcli: command not found MSG: non-zero return code ...ignoring TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 27 January 2024 13:31:31 +0000 (0:00:00.131) 0:00:30.380 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-veth0] ************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 27 January 2024 13:31:31 +0000 (0:00:00.023) 0:00:30.403 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^# Ansible managed", "/etc/sysconfig/network-scripts/ifcfg-veth0" ], "delta": "0:00:00.002947", "end": "2024-01-27 13:31:31.895826", "rc": 0, "start": "2024-01-27 13:31:31.892879" } STDOUT: # Ansible managed TASK [Verify the ansible_managed comment in ifcfg-veth0] *********************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 27 January 2024 13:31:31 +0000 (0:00:00.133) 0:00:30.536 ****** ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true }, "changed": false } TASK [Get the fingerprint comment in ifcfg-veth0] ****************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 27 January 2024 13:31:31 +0000 (0:00:00.076) 0:00:30.613 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^# system_role:network", "/etc/sysconfig/network-scripts/ifcfg-veth0" ], "delta": "0:00:00.003015", "end": "2024-01-27 13:31:32.108471", "rc": 0, "start": "2024-01-27 13:31:32.105456" } STDOUT: # system_role:network TASK [Verify the fingerprint comment in ifcfg-veth0] *************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 27 January 2024 13:31:31 +0000 (0:00:00.137) 0:00:30.750 ****** ok: [sut] => { "ansible_facts": { "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Assert that the profile is present - 'veth0'] **************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/assert_profile_present.yml:5 Saturday 27 January 2024 13:31:31 +0000 (0:00:00.028) 0:00:30.779 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'veth0'] *********** task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/assert_profile_present.yml:10 Saturday 27 January 2024 13:31:31 +0000 (0:00:00.024) 0:00:30.803 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/assert_profile_present.yml:15 Saturday 27 January 2024 13:31:31 +0000 (0:00:00.027) 0:00:30.831 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tests_auto_gateway.yml:116 Saturday 27 January 2024 13:31:31 +0000 (0:00:00.025) 0:00:30.856 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.002911", "end": "2024-01-27 13:31:32.345829", "rc": 0, "start": "2024-01-27 13:31:32.342918" } STDOUT: 203.0.113.0/24 dev veth0 proto kernel scope link src 203.0.113.2 10.31.12.0/22 dev eth0 proto kernel scope link src 10.31.14.249 169.254.0.0/16 dev eth0 scope link metric 1002 169.254.0.0/16 dev veth0 scope link metric 1006 default via 10.31.12.1 dev eth0 TASK [Assert default ipv4 route is absent] ************************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tests_auto_gateway.yml:120 Saturday 27 January 2024 13:31:31 +0000 (0:00:00.128) 0:00:30.984 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tests_auto_gateway.yml:126 Saturday 27 January 2024 13:31:32 +0000 (0:00:00.025) 0:00:31.010 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.002911", "end": "2024-01-27 13:31:32.498713", "rc": 0, "start": "2024-01-27 13:31:32.495802" } STDOUT: unreachable ::/96 dev lo metric 1024 error -113 mtu 65536 unreachable ::ffff:0.0.0.0/96 dev lo metric 1024 error -113 mtu 65536 2001:db8::/64 dev veth0 proto kernel metric 256 mtu 1500 unreachable 2002:a00::/24 dev lo metric 1024 error -113 mtu 65536 unreachable 2002:7f00::/24 dev lo metric 1024 error -113 mtu 65536 unreachable 2002:a9fe::/32 dev lo metric 1024 error -113 mtu 65536 unreachable 2002:ac10::/28 dev lo metric 1024 error -113 mtu 65536 unreachable 2002:c0a8::/32 dev lo metric 1024 error -113 mtu 65536 unreachable 2002:e000::/19 dev lo metric 1024 error -113 mtu 65536 unreachable 3ffe:ffff::/32 dev lo metric 1024 error -113 mtu 65536 fe80::/64 dev eth0 proto kernel metric 256 mtu 9001 fe80::/64 dev veth0 proto kernel metric 256 mtu 1500 fe80::/64 dev peerveth0 proto kernel metric 256 mtu 1500 default via 2001:db8::1 dev veth0 metric 1 mtu 1500 TASK [Assert default ipv6 route is absent] ************************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tests_auto_gateway.yml:130 Saturday 27 January 2024 13:31:32 +0000 (0:00:00.127) 0:00:31.137 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tests_auto_gateway.yml:137 Saturday 27 January 2024 13:31:32 +0000 (0:00:00.021) 0:00:31.159 ****** ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cik62lcujr/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 27 January 2024 13:31:32 +0000 (0:00:00.021) 0:00:31.181 ****** included: /WORKDIR/git-weekly-cik62lcujr/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-cik62lcujr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 27 January 2024 13:31:32 +0000 (0:00:00.039) 0:00:31.220 ****** 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-cik62lcujr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 27 January 2024 13:31:32 +0000 (0:00:00.027) 0:00:31.248 ****** 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-cik62lcujr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 27 January 2024 13:31:32 +0000 (0:00:00.021) 0:00:31.270 ****** 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-cik62lcujr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 27 January 2024 13:31:32 +0000 (0:00:00.021) 0:00:31.291 ****** 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-cik62lcujr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 27 January 2024 13:31:33 +0000 (0:00:01.428) 0:00:32.719 ****** 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-cik62lcujr/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 27 January 2024 13:31:34 +0000 (0:00:00.560) 0:00:33.279 ****** 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-cik62lcujr/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 27 January 2024 13:31:34 +0000 (0:00:00.024) 0:00:33.304 ****** 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-cik62lcujr/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 27 January 2024 13:31:34 +0000 (0:00:00.021) 0:00:33.326 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 27 January 2024 13:31:34 +0000 (0:00:00.022) 0:00:33.348 ****** 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-cik62lcujr/tests/roles/linux-system-roles.network/tasks/main.yml:40 Saturday 27 January 2024 13:31:34 +0000 (0:00:00.042) 0:00:33.391 ****** 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-cik62lcujr/tests/roles/linux-system-roles.network/tasks/main.yml:55 Saturday 27 January 2024 13:31:34 +0000 (0:00:00.022) 0:00:33.414 ****** 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-cik62lcujr/tests/roles/linux-system-roles.network/tasks/main.yml:71 Saturday 27 January 2024 13:31:34 +0000 (0:00:00.023) 0:00:33.437 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cik62lcujr/tests/roles/linux-system-roles.network/tasks/main.yml:85 Saturday 27 January 2024 13:31:34 +0000 (0:00:00.107) 0:00:33.545 ****** 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-cik62lcujr/tests/roles/linux-system-roles.network/tasks/main.yml:96 Saturday 27 January 2024 13:31:34 +0000 (0:00:00.023) 0:00:33.568 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 27 January 2024 13:31:34 +0000 (0:00:00.022) 0:00:33.591 ****** 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-cik62lcujr/tests/roles/linux-system-roles.network/tasks/main.yml:113 Saturday 27 January 2024 13:31:34 +0000 (0:00:00.186) 0:00:33.777 ****** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-2320_gth6vjf/tmpxw0xokf5" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cik62lcujr/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 27 January 2024 13:31:34 +0000 (0:00:00.193) 0:00:33.970 ****** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "veth0", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true } STDERR: [003] #0, state:down persistent_state:absent, 'veth0': up connection veth0 (active) [004] #0, state:down persistent_state:absent, 'veth0': call 'ifdown veth0': rc=0, out='', err='' [005] #0, state:down persistent_state:absent, 'veth0': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-veth0' TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/roles/linux-system-roles.network/tasks/main.yml:134 Saturday 27 January 2024 13:31:35 +0000 (0:00:00.353) 0:00:34.324 ****** 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-cik62lcujr/tests/roles/linux-system-roles.network/tasks/main.yml:140 Saturday 27 January 2024 13:31:35 +0000 (0:00:00.023) 0:00:34.348 ****** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:down persistent_state:absent, 'veth0': up connection veth0 (active)", "[004] #0, state:down persistent_state:absent, 'veth0': call 'ifdown veth0': rc=0, out='', err=''", "[005] #0, state:down persistent_state:absent, 'veth0': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-veth0'" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cik62lcujr/tests/roles/linux-system-roles.network/tasks/main.yml:144 Saturday 27 January 2024 13:31:35 +0000 (0:00:00.024) 0:00:34.372 ****** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "veth0", "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, 'veth0': up connection veth0 (active)\n[004] #0, state:down persistent_state:absent, 'veth0': call 'ifdown veth0': rc=0, out='', err=''\n[005] #0, state:down persistent_state:absent, 'veth0': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-veth0'\n", "stderr_lines": [ "[003] #0, state:down persistent_state:absent, 'veth0': up connection veth0 (active)", "[004] #0, state:down persistent_state:absent, 'veth0': call 'ifdown veth0': rc=0, out='', err=''", "[005] #0, state:down persistent_state:absent, 'veth0': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-veth0'" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cik62lcujr/tests/roles/linux-system-roles.network/tasks/main.yml:149 Saturday 27 January 2024 13:31:35 +0000 (0:00:00.023) 0:00:34.395 ****** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/roles/linux-system-roles.network/tasks/main.yml:155 Saturday 27 January 2024 13:31:35 +0000 (0:00:00.021) 0:00:34.417 ****** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tests_auto_gateway.yml:149 Saturday 27 January 2024 13:31:35 +0000 (0:00:00.125) 0:00:34.542 ****** included: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 27 January 2024 13:31:35 +0000 (0:00:00.054) 0:00:34.597 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 27 January 2024 13:31:35 +0000 (0:00:00.062) 0:00:34.659 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 27 January 2024 13:31:35 +0000 (0:00:00.021) 0:00:34.681 ****** included: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 27 January 2024 13:31:35 +0000 (0:00:00.035) 0:00:34.717 ****** included: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 27 January 2024 13:31:35 +0000 (0:00:00.034) 0:00:34.751 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003150", "end": "2024-01-27 13:31:36.263284", "rc": 0, "start": "2024-01-27 13:31:36.260134" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 27 January 2024 13:31:35 +0000 (0:00:00.154) 0:00:34.905 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 27 January 2024 13:31:35 +0000 (0:00:00.034) 0:00:34.940 ****** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 27 January 2024 13:31:35 +0000 (0:00:00.026) 0:00:34.966 ****** 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 veth0] ********************************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/manage_test_interface.yml:24 Saturday 27 January 2024 13:31:36 +0000 (0:00:00.368) 0:00:35.335 ****** skipping: [sut] => (item=ip link add veth0 type veth peer name peerveth0) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add veth0 type veth peer name peerveth0", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peerveth0 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set veth0 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/manage_test_interface.yml:33 Saturday 27 January 2024 13:31:36 +0000 (0:00:00.031) 0:00:35.366 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/manage_test_interface.yml:41 Saturday 27 January 2024 13:31:36 +0000 (0:00:00.024) 0:00:35.390 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.036118", "end": "2024-01-27 13:31:36.913620", "rc": 0, "start": "2024-01-27 13:31:36.877502" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/manage_test_interface.yml:48 Saturday 27 January 2024 13:31:36 +0000 (0:00:00.184) 0:00:35.575 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/manage_test_interface.yml:54 Saturday 27 January 2024 13:31:36 +0000 (0:00:00.025) 0:00:35.601 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/manage_test_interface.yml:61 Saturday 27 January 2024 13:31:36 +0000 (0:00:00.022) 0:00:35.623 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/manage_test_interface.yml:67 Saturday 27 January 2024 13:31:36 +0000 (0:00:00.021) 0:00:35.645 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=136 changed=5 unreachable=0 failed=0 skipped=91 rescued=0 ignored=4 Saturday 27 January 2024 13:31:36 +0000 (0:00:00.009) 0:00:35.654 ****** =============================================================================== linux-system-roles.network : Configure networking connection profiles --- 4.47s /WORKDIR/git-weekly-cik62lcujr/tests/roles/linux-system-roles.network/tasks/main.yml:122 linux-system-roles.network : Configure networking connection profiles --- 4.35s /WORKDIR/git-weekly-cik62lcujr/tests/roles/linux-system-roles.network/tasks/main.yml:122 linux-system-roles.network : Check which services are running ----------- 1.63s /WORKDIR/git-weekly-cik62lcujr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Gathering Facts --------------------------------------------------------- 1.57s /WORKDIR/git-weekly-cik62lcujr/tests/tests_auto_gateway_initscripts.yml:5 ----- linux-system-roles.network : Check which services are running ----------- 1.45s /WORKDIR/git-weekly-cik62lcujr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.44s /WORKDIR/git-weekly-cik62lcujr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.43s /WORKDIR/git-weekly-cik62lcujr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Gathering Facts --------------------------------------------------------- 0.80s /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tests_auto_gateway.yml:3 ------- linux-system-roles.network : Check which packages are installed --------- 0.80s /WORKDIR/git-weekly-cik62lcujr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Configure networking connection profiles --- 0.73s /WORKDIR/git-weekly-cik62lcujr/tests/roles/linux-system-roles.network/tasks/main.yml:122 linux-system-roles.network : Check which packages are installed --------- 0.67s /WORKDIR/git-weekly-cik62lcujr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Create veth interface veth0 --------------------------------------------- 0.60s /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/manage_test_interface.yml:24 Enable EPEL 6 ----------------------------------------------------------- 0.60s /WORKDIR/git-weekly-cik62lcujr/tests/tasks/enable_epel.yml:40 ----------------- linux-system-roles.network : Check which packages are installed --------- 0.60s /WORKDIR/git-weekly-cik62lcujr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.56s /WORKDIR/git-weekly-cik62lcujr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Install iproute --------------------------------------------------------- 0.49s /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/manage_test_interface.yml:16 Create veth interface veth0 --------------------------------------------- 0.42s /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/manage_test_interface.yml:24 Install iproute --------------------------------------------------------- 0.41s /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/manage_test_interface.yml:16 linux-system-roles.network : Enable network service --------------------- 0.41s /WORKDIR/git-weekly-cik62lcujr/tests/roles/linux-system-roles.network/tasks/main.yml:105 Install iproute --------------------------------------------------------- 0.39s /WORKDIR/git-weekly-cik62lcujr/tests/playbooks/tasks/manage_test_interface.yml:16 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---