# 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-cib6p8gnes/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-cib6p8gnes/tests/tests_auto_gateway_initscripts.yml:5 Saturday 20 January 2024 13:27:07 +0000 (0:00:00.014) 0:00:00.014 ****** ok: [sut] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-cib6p8gnes/tests/tests_auto_gateway_initscripts.yml:8 Saturday 20 January 2024 13:27:08 +0000 (0:00:01.542) 0:00:01.556 ****** included: /WORKDIR/git-weekly-cib6p8gnes/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-cib6p8gnes/tests/tasks/el_repo_setup.yml:3 Saturday 20 January 2024 13:27:08 +0000 (0:00:00.014) 0:00:01.570 ****** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-cib6p8gnes/tests/tasks/el_repo_setup.yml:19 Saturday 20 January 2024 13:27:08 +0000 (0:00:00.247) 0:00:01.818 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-cib6p8gnes/tests/tasks/el_repo_setup.yml:24 Saturday 20 January 2024 13:27:09 +0000 (0:00:00.211) 0:00:02.030 ****** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-cib6p8gnes/tests/tasks/el_repo_setup.yml:28 Saturday 20 January 2024 13:27:09 +0000 (0:00:00.038) 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-cib6p8gnes/tests/tasks/el_repo_setup.yml:53 Saturday 20 January 2024 13:27:09 +0000 (0:00:00.055) 0:00:02.123 ****** included: /WORKDIR/git-weekly-cib6p8gnes/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-cib6p8gnes/tests/tasks/enable_epel.yml:8 Saturday 20 January 2024 13:27:09 +0000 (0:00:00.067) 0:00:02.191 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-weekly-cib6p8gnes/tests/tasks/enable_epel.yml:24 Saturday 20 January 2024 13:27:09 +0000 (0:00:00.011) 0:00:02.202 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-weekly-cib6p8gnes/tests/tasks/enable_epel.yml:30 Saturday 20 January 2024 13:27:09 +0000 (0:00:00.011) 0:00:02.214 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-cib6p8gnes/tests/tasks/enable_epel.yml:35 Saturday 20 January 2024 13:27:09 +0000 (0:00:00.011) 0:00:02.226 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-cib6p8gnes/tests/tasks/enable_epel.yml:40 Saturday 20 January 2024 13:27:09 +0000 (0:00:00.011) 0:00:02.237 ****** 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-1705757229.2945483-2364-184948755337575/source", "state": "file", "uid": 0 } TASK [Set network provider to 'initscripts'] *********************************** task path: /WORKDIR/git-weekly-cib6p8gnes/tests/tests_auto_gateway_initscripts.yml:10 Saturday 20 January 2024 13:27:09 +0000 (0:00:00.496) 0:00:02.733 ****** 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-cib6p8gnes/tests/playbooks/tests_auto_gateway.yml:3 Saturday 20 January 2024 13:27:09 +0000 (0:00:00.027) 0:00:02.761 ****** ok: [sut] META: ran handlers TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tests_auto_gateway.yml:9 Saturday 20 January 2024 13:27:10 +0000 (0:00:00.755) 0:00:03.516 ****** included: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 20 January 2024 13:27:10 +0000 (0:00:00.032) 0:00:03.549 ****** included: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 20 January 2024 13:27:10 +0000 (0:00:00.018) 0:00:03.567 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003044", "end": "2024-01-20 13:27:10.819973", "rc": 0, "start": "2024-01-20 13:27:10.816929" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 20 January 2024 13:27:10 +0000 (0:00:00.211) 0:00:03.779 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 20 January 2024 13:27:10 +0000 (0:00:00.018) 0:00:03.797 ****** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tests_auto_gateway.yml:11 Saturday 20 January 2024 13:27:10 +0000 (0:00:00.024) 0:00:03.821 ****** included: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 20 January 2024 13:27:10 +0000 (0:00:00.033) 0:00:03.854 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 20 January 2024 13:27:10 +0000 (0:00:00.013) 0:00:03.868 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 20 January 2024 13:27:10 +0000 (0:00:00.049) 0:00:03.917 ****** included: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 20 January 2024 13:27:10 +0000 (0:00:00.026) 0:00:03.943 ****** included: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 20 January 2024 13:27:10 +0000 (0:00:00.016) 0:00:03.960 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003105", "end": "2024-01-20 13:27:11.149007", "rc": 0, "start": "2024-01-20 13:27:11.145902" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 20 January 2024 13:27:11 +0000 (0:00:00.160) 0:00:04.121 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 20 January 2024 13:27:11 +0000 (0:00:00.021) 0:00:04.142 ****** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 20 January 2024 13:27:11 +0000 (0:00:00.034) 0:00:04.177 ****** 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-cib6p8gnes/tests/playbooks/tasks/manage_test_interface.yml:24 Saturday 20 January 2024 13:27:11 +0000 (0:00:00.599) 0:00:04.776 ****** 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.147643", "end": "2024-01-20 13:27:12.095100", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2024-01-20 13:27:11.947457" } ok: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.002895", "end": "2024-01-20 13:27:12.283567", "item": "ip link set peerveth0 up", "rc": 0, "start": "2024-01-20 13:27:12.280672" } ok: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.003215", "end": "2024-01-20 13:27:12.407352", "item": "ip link set veth0 up", "rc": 0, "start": "2024-01-20 13:27:12.404137" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/manage_test_interface.yml:33 Saturday 20 January 2024 13:27:12 +0000 (0:00:00.597) 0:00:05.373 ****** 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-cib6p8gnes/tests/playbooks/tasks/manage_test_interface.yml:41 Saturday 20 January 2024 13:27:12 +0000 (0:00:00.180) 0:00:05.554 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/manage_test_interface.yml:48 Saturday 20 January 2024 13:27:12 +0000 (0:00:00.015) 0:00:05.570 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/manage_test_interface.yml:54 Saturday 20 January 2024 13:27:12 +0000 (0:00:00.015) 0:00:05.586 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/manage_test_interface.yml:61 Saturday 20 January 2024 13:27:12 +0000 (0:00:00.070) 0:00:05.657 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/manage_test_interface.yml:67 Saturday 20 January 2024 13:27:12 +0000 (0:00:00.051) 0:00:05.708 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tests_auto_gateway.yml:15 Saturday 20 January 2024 13:27:12 +0000 (0:00:00.037) 0:00:05.746 ****** included: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 20 January 2024 13:27:12 +0000 (0:00:00.045) 0:00:05.791 ****** included: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 20 January 2024 13:27:12 +0000 (0:00:00.048) 0:00:05.840 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705757232.1127844, "block_size": 4096, "blocks": 0, "ctime": 1705757232.1117842, "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": 1705757232.1117842, "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-cib6p8gnes/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 20 January 2024 13:27:13 +0000 (0:00:00.148) 0:00:05.988 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEST: I can configure an interface with auto_gateway enabled] ************ task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tests_auto_gateway.yml:17 Saturday 20 January 2024 13:27:13 +0000 (0:00:00.040) 0:00:06.028 ****** ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 20 January 2024 13:27:13 +0000 (0:00:00.014) 0:00:06.043 ****** included: /WORKDIR/git-weekly-cib6p8gnes/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-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 20 January 2024 13:27:13 +0000 (0:00:00.093) 0:00:06.136 ****** 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-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 20 January 2024 13:27:13 +0000 (0:00:00.027) 0:00:06.164 ****** 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-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 20 January 2024 13:27:13 +0000 (0:00:00.039) 0:00:06.204 ****** 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-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 20 January 2024 13:27:13 +0000 (0:00:00.034) 0:00:06.239 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-weekly-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 20 January 2024 13:27:14 +0000 (0:00:01.625) 0:00:07.865 ****** 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-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 20 January 2024 13:27:15 +0000 (0:00:00.796) 0:00:08.661 ****** 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-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 20 January 2024 13:27:15 +0000 (0:00:00.023) 0:00:08.684 ****** 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-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 20 January 2024 13:27:15 +0000 (0:00:00.037) 0:00:08.722 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 20 January 2024 13:27:15 +0000 (0:00:00.022) 0:00:08.744 ****** 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-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/main.yml:40 Saturday 20 January 2024 13:27:15 +0000 (0:00:00.068) 0:00:08.812 ****** 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-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/main.yml:55 Saturday 20 January 2024 13:27:15 +0000 (0:00:00.021) 0:00:08.834 ****** 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-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/main.yml:71 Saturday 20 January 2024 13:27:15 +0000 (0:00:00.022) 0:00:08.856 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/main.yml:85 Saturday 20 January 2024 13:27:15 +0000 (0:00:00.024) 0:00:08.881 ****** 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-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/main.yml:96 Saturday 20 January 2024 13:27:15 +0000 (0:00:00.023) 0:00:08.904 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 20 January 2024 13:27:15 +0000 (0:00:00.022) 0:00:08.926 ****** 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-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/main.yml:113 Saturday 20 January 2024 13:27:16 +0000 (0:00:00.275) 0:00:09.202 ****** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-2322sgbdti_g/tmp9czjwg23" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 20 January 2024 13:27:16 +0000 (0:00:00.185) 0:00:09.388 ****** 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-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/main.yml:134 Saturday 20 January 2024 13:27:20 +0000 (0:00:04.462) 0:00:13.850 ****** 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-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/main.yml:140 Saturday 20 January 2024 13:27:20 +0000 (0:00:00.024) 0:00:13.875 ****** 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-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/main.yml:144 Saturday 20 January 2024 13:27:20 +0000 (0:00:00.023) 0:00:13.898 ****** 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-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/main.yml:149 Saturday 20 January 2024 13:27:20 +0000 (0:00:00.024) 0:00:13.922 ****** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/main.yml:155 Saturday 20 January 2024 13:27:20 +0000 (0:00:00.030) 0:00:13.953 ****** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tests_auto_gateway.yml:42 Saturday 20 January 2024 13:27:21 +0000 (0:00:00.234) 0:00:14.187 ****** included: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 20 January 2024 13:27:21 +0000 (0:00:00.050) 0:00:14.238 ****** included: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 20 January 2024 13:27:21 +0000 (0:00:00.067) 0:00:14.305 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705757232.1127844, "block_size": 4096, "blocks": 0, "ctime": 1705757232.1117842, "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": 1705757232.1117842, "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-cib6p8gnes/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 20 January 2024 13:27:21 +0000 (0:00:00.204) 0:00:14.510 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tests_auto_gateway.yml:44 Saturday 20 January 2024 13:27:21 +0000 (0:00:00.066) 0:00:14.576 ****** included: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/assert_profile_present.yml:3 Saturday 20 January 2024 13:27:21 +0000 (0:00:00.074) 0:00:14.650 ****** included: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 20 January 2024 13:27:21 +0000 (0:00:00.050) 0:00:14.700 ****** 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-cib6p8gnes/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 20 January 2024 13:27:21 +0000 (0:00:00.035) 0:00:14.736 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705757236.7767842, "block_size": 4096, "blocks": 8, "ctime": 1705757236.7657843, "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": 1705757236.7657843, "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-cib6p8gnes/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 20 January 2024 13:27:21 +0000 (0:00:00.135) 0:00:14.871 ****** ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 20 January 2024 13:27:21 +0000 (0:00:00.029) 0:00:14.900 ****** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.004833", "end": "2024-01-20 13:27:22.097024", "rc": 1, "start": "2024-01-20 13:27:22.092191" } 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-cib6p8gnes/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 20 January 2024 13:27:22 +0000 (0:00:00.174) 0:00:15.074 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-veth0] ************************** task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 20 January 2024 13:27:22 +0000 (0:00:00.024) 0:00:15.099 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^# Ansible managed", "/etc/sysconfig/network-scripts/ifcfg-veth0" ], "delta": "0:00:00.002858", "end": "2024-01-20 13:27:22.270288", "rc": 0, "start": "2024-01-20 13:27:22.267430" } STDOUT: # Ansible managed TASK [Verify the ansible_managed comment in ifcfg-veth0] *********************** task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 20 January 2024 13:27:22 +0000 (0:00:00.140) 0:00:15.239 ****** 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-cib6p8gnes/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 20 January 2024 13:27:22 +0000 (0:00:00.045) 0:00:15.284 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^# system_role:network", "/etc/sysconfig/network-scripts/ifcfg-veth0" ], "delta": "0:00:00.002871", "end": "2024-01-20 13:27:22.470092", "rc": 0, "start": "2024-01-20 13:27:22.467221" } STDOUT: # system_role:network TASK [Verify the fingerprint comment in ifcfg-veth0] *************************** task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 20 January 2024 13:27:22 +0000 (0:00:00.175) 0:00:15.460 ****** ok: [sut] => { "ansible_facts": { "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Assert that the profile is present - 'veth0'] **************************** task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/assert_profile_present.yml:5 Saturday 20 January 2024 13:27:22 +0000 (0:00:00.062) 0:00:15.522 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'veth0'] *********** task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/assert_profile_present.yml:10 Saturday 20 January 2024 13:27:22 +0000 (0:00:00.049) 0:00:15.572 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/assert_profile_present.yml:15 Saturday 20 January 2024 13:27:22 +0000 (0:00:00.068) 0:00:15.640 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tests_auto_gateway.yml:48 Saturday 20 January 2024 13:27:22 +0000 (0:00:00.029) 0:00:15.670 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.003062", "end": "2024-01-20 13:27:22.844077", "rc": 0, "start": "2024-01-20 13:27:22.841015" } 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.12.31 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-cib6p8gnes/tests/playbooks/tests_auto_gateway.yml:52 Saturday 20 January 2024 13:27:22 +0000 (0:00:00.145) 0:00:15.815 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tests_auto_gateway.yml:58 Saturday 20 January 2024 13:27:22 +0000 (0:00:00.023) 0:00:15.839 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.002963", "end": "2024-01-20 13:27:23.003842", "rc": 0, "start": "2024-01-20 13:27:23.000879" } 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-cib6p8gnes/tests/playbooks/tests_auto_gateway.yml:62 Saturday 20 January 2024 13:27:23 +0000 (0:00:00.136) 0:00:15.975 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tests_auto_gateway.yml:69 Saturday 20 January 2024 13:27:23 +0000 (0:00:00.027) 0:00:16.003 ****** ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 20 January 2024 13:27:23 +0000 (0:00:00.029) 0:00:16.032 ****** included: /WORKDIR/git-weekly-cib6p8gnes/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-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 20 January 2024 13:27:23 +0000 (0:00:00.043) 0:00:16.076 ****** 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-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 20 January 2024 13:27:23 +0000 (0:00:00.027) 0:00:16.103 ****** 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-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 20 January 2024 13:27:23 +0000 (0:00:00.022) 0:00:16.126 ****** 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-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 20 January 2024 13:27:23 +0000 (0:00:00.024) 0:00:16.151 ****** 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-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 20 January 2024 13:27:24 +0000 (0:00:01.448) 0:00:17.600 ****** 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-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 20 January 2024 13:27:25 +0000 (0:00:00.595) 0:00:18.195 ****** 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-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 20 January 2024 13:27:25 +0000 (0:00:00.037) 0:00:18.233 ****** 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-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 20 January 2024 13:27:25 +0000 (0:00:00.035) 0:00:18.268 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 20 January 2024 13:27:25 +0000 (0:00:00.034) 0:00:18.302 ****** 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-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/main.yml:40 Saturday 20 January 2024 13:27:25 +0000 (0:00:00.044) 0:00:18.347 ****** 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-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/main.yml:55 Saturday 20 January 2024 13:27:25 +0000 (0:00:00.026) 0:00:18.373 ****** 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-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/main.yml:71 Saturday 20 January 2024 13:27:25 +0000 (0:00:00.040) 0:00:18.414 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/main.yml:85 Saturday 20 January 2024 13:27:25 +0000 (0:00:00.048) 0:00:18.462 ****** 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-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/main.yml:96 Saturday 20 January 2024 13:27:25 +0000 (0:00:00.025) 0:00:18.488 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 20 January 2024 13:27:25 +0000 (0:00:00.023) 0:00:18.511 ****** 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-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/main.yml:113 Saturday 20 January 2024 13:27:25 +0000 (0:00:00.233) 0:00:18.744 ****** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-2322sgbdti_g/tmpm_te9u39" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 20 January 2024 13:27:25 +0000 (0:00:00.191) 0:00:18.936 ****** 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-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/main.yml:134 Saturday 20 January 2024 13:27:26 +0000 (0:00:00.412) 0:00:19.348 ****** 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-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/main.yml:140 Saturday 20 January 2024 13:27:26 +0000 (0:00:00.023) 0:00:19.371 ****** 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-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/main.yml:144 Saturday 20 January 2024 13:27:26 +0000 (0:00:00.028) 0:00:19.400 ****** 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-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/main.yml:149 Saturday 20 January 2024 13:27:26 +0000 (0:00:00.026) 0:00:19.426 ****** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/main.yml:155 Saturday 20 January 2024 13:27:26 +0000 (0:00:00.024) 0:00:19.450 ****** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tests_auto_gateway.yml:81 Saturday 20 January 2024 13:27:26 +0000 (0:00:00.124) 0:00:19.575 ****** included: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 20 January 2024 13:27:26 +0000 (0:00:00.050) 0:00:19.625 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 20 January 2024 13:27:26 +0000 (0:00:00.021) 0:00:19.647 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 20 January 2024 13:27:26 +0000 (0:00:00.022) 0:00:19.670 ****** included: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 20 January 2024 13:27:26 +0000 (0:00:00.036) 0:00:19.707 ****** included: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 20 January 2024 13:27:26 +0000 (0:00:00.037) 0:00:19.744 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002991", "end": "2024-01-20 13:27:26.923992", "rc": 0, "start": "2024-01-20 13:27:26.921001" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 20 January 2024 13:27:26 +0000 (0:00:00.194) 0:00:19.939 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 20 January 2024 13:27:27 +0000 (0:00:00.030) 0:00:19.969 ****** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 20 January 2024 13:27:27 +0000 (0:00:00.023) 0:00:19.992 ****** 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-cib6p8gnes/tests/playbooks/tasks/manage_test_interface.yml:24 Saturday 20 January 2024 13:27:27 +0000 (0:00:00.399) 0:00:20.392 ****** 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-cib6p8gnes/tests/playbooks/tasks/manage_test_interface.yml:33 Saturday 20 January 2024 13:27:27 +0000 (0:00:00.037) 0:00:20.430 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/manage_test_interface.yml:41 Saturday 20 January 2024 13:27:27 +0000 (0:00:00.025) 0:00:20.455 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.057255", "end": "2024-01-20 13:27:27.686752", "rc": 0, "start": "2024-01-20 13:27:27.629497" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/manage_test_interface.yml:48 Saturday 20 January 2024 13:27:27 +0000 (0:00:00.215) 0:00:20.671 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/manage_test_interface.yml:54 Saturday 20 January 2024 13:27:27 +0000 (0:00:00.067) 0:00:20.739 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/manage_test_interface.yml:61 Saturday 20 January 2024 13:27:27 +0000 (0:00:00.023) 0:00:20.763 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/manage_test_interface.yml:67 Saturday 20 January 2024 13:27:27 +0000 (0:00:00.023) 0:00:20.786 ****** 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-cib6p8gnes/tests/playbooks/tests_auto_gateway.yml:85 Saturday 20 January 2024 13:27:27 +0000 (0:00:00.024) 0:00:20.811 ****** ok: [sut] => {} MSG: ################################################## TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tests_auto_gateway.yml:89 Saturday 20 January 2024 13:27:27 +0000 (0:00:00.023) 0:00:20.834 ****** included: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 20 January 2024 13:27:27 +0000 (0:00:00.055) 0:00:20.890 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 20 January 2024 13:27:27 +0000 (0:00:00.027) 0:00:20.917 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 20 January 2024 13:27:28 +0000 (0:00:00.068) 0:00:20.985 ****** included: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 20 January 2024 13:27:28 +0000 (0:00:00.039) 0:00:21.025 ****** included: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 20 January 2024 13:27:28 +0000 (0:00:00.038) 0:00:21.063 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003030", "end": "2024-01-20 13:27:28.239455", "rc": 0, "start": "2024-01-20 13:27:28.236425" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 20 January 2024 13:27:28 +0000 (0:00:00.139) 0:00:21.203 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 20 January 2024 13:27:28 +0000 (0:00:00.024) 0:00:21.228 ****** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 20 January 2024 13:27:28 +0000 (0:00:00.022) 0:00:21.251 ****** 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-cib6p8gnes/tests/playbooks/tasks/manage_test_interface.yml:24 Saturday 20 January 2024 13:27:28 +0000 (0:00:00.368) 0:00:21.619 ****** 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.003837", "end": "2024-01-20 13:27:28.789554", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2024-01-20 13:27:28.785717" } ok: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.002889", "end": "2024-01-20 13:27:28.932445", "item": "ip link set peerveth0 up", "rc": 0, "start": "2024-01-20 13:27:28.929556" } ok: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.003267", "end": "2024-01-20 13:27:29.042333", "item": "ip link set veth0 up", "rc": 0, "start": "2024-01-20 13:27:29.039066" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/manage_test_interface.yml:33 Saturday 20 January 2024 13:27:29 +0000 (0:00:00.387) 0:00:22.007 ****** 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-cib6p8gnes/tests/playbooks/tasks/manage_test_interface.yml:41 Saturday 20 January 2024 13:27:29 +0000 (0:00:00.130) 0:00:22.137 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/manage_test_interface.yml:48 Saturday 20 January 2024 13:27:29 +0000 (0:00:00.023) 0:00:22.160 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/manage_test_interface.yml:54 Saturday 20 January 2024 13:27:29 +0000 (0:00:00.023) 0:00:22.184 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/manage_test_interface.yml:61 Saturday 20 January 2024 13:27:29 +0000 (0:00:00.024) 0:00:22.208 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/manage_test_interface.yml:67 Saturday 20 January 2024 13:27:29 +0000 (0:00:00.027) 0:00:22.236 ****** 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-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 20 January 2024 13:27:29 +0000 (0:00:00.072) 0:00:22.309 ****** included: /WORKDIR/git-weekly-cib6p8gnes/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-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 20 January 2024 13:27:29 +0000 (0:00:00.043) 0:00:22.353 ****** 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-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 20 January 2024 13:27:29 +0000 (0:00:00.029) 0:00:22.383 ****** 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-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 20 January 2024 13:27:29 +0000 (0:00:00.023) 0:00:22.407 ****** 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-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 20 January 2024 13:27:29 +0000 (0:00:00.023) 0:00:22.430 ****** 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-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 20 January 2024 13:27:30 +0000 (0:00:01.431) 0:00:23.861 ****** 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-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 20 January 2024 13:27:31 +0000 (0:00:00.598) 0:00:24.460 ****** 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-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 20 January 2024 13:27:31 +0000 (0:00:00.023) 0:00:24.483 ****** 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-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 20 January 2024 13:27:31 +0000 (0:00:00.021) 0:00:24.505 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 20 January 2024 13:27:31 +0000 (0:00:00.021) 0:00:24.527 ****** 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-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/main.yml:40 Saturday 20 January 2024 13:27:31 +0000 (0:00:00.042) 0:00:24.569 ****** 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-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/main.yml:55 Saturday 20 January 2024 13:27:31 +0000 (0:00:00.022) 0:00:24.592 ****** 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-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/main.yml:71 Saturday 20 January 2024 13:27:31 +0000 (0:00:00.021) 0:00:24.613 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/main.yml:85 Saturday 20 January 2024 13:27:31 +0000 (0:00:00.026) 0:00:24.639 ****** 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-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/main.yml:96 Saturday 20 January 2024 13:27:31 +0000 (0:00:00.021) 0:00:24.661 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 20 January 2024 13:27:31 +0000 (0:00:00.021) 0:00:24.682 ****** 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-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/main.yml:113 Saturday 20 January 2024 13:27:31 +0000 (0:00:00.194) 0:00:24.877 ****** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-2322sgbdti_g/tmpy8f0yl0_" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 20 January 2024 13:27:32 +0000 (0:00:00.229) 0:00:25.106 ****** 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-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/main.yml:134 Saturday 20 January 2024 13:27:36 +0000 (0:00:04.341) 0:00:29.448 ****** 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-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/main.yml:140 Saturday 20 January 2024 13:27:36 +0000 (0:00:00.022) 0:00:29.470 ****** 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-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/main.yml:144 Saturday 20 January 2024 13:27:36 +0000 (0:00:00.022) 0:00:29.492 ****** 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-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/main.yml:149 Saturday 20 January 2024 13:27:36 +0000 (0:00:00.023) 0:00:29.516 ****** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/main.yml:155 Saturday 20 January 2024 13:27:36 +0000 (0:00:00.021) 0:00:29.537 ****** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tests_auto_gateway.yml:110 Saturday 20 January 2024 13:27:36 +0000 (0:00:00.121) 0:00:29.659 ****** included: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 20 January 2024 13:27:36 +0000 (0:00:00.052) 0:00:29.711 ****** included: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 20 January 2024 13:27:36 +0000 (0:00:00.069) 0:00:29.781 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705757248.8167844, "block_size": 4096, "blocks": 0, "ctime": 1705757248.7947843, "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": 1705757248.7947843, "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-cib6p8gnes/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 20 January 2024 13:27:36 +0000 (0:00:00.125) 0:00:29.907 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tests_auto_gateway.yml:112 Saturday 20 January 2024 13:27:36 +0000 (0:00:00.025) 0:00:29.933 ****** included: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/assert_profile_present.yml:3 Saturday 20 January 2024 13:27:37 +0000 (0:00:00.053) 0:00:29.986 ****** included: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 20 January 2024 13:27:37 +0000 (0:00:00.036) 0:00:30.023 ****** 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-cib6p8gnes/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 20 January 2024 13:27:37 +0000 (0:00:00.023) 0:00:30.047 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705757252.3847842, "block_size": 4096, "blocks": 8, "ctime": 1705757252.3737843, "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": 1705757252.3737843, "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-cib6p8gnes/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 20 January 2024 13:27:37 +0000 (0:00:00.124) 0:00:30.171 ****** ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 20 January 2024 13:27:37 +0000 (0:00:00.022) 0:00:30.193 ****** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.004879", "end": "2024-01-20 13:27:37.358589", "rc": 1, "start": "2024-01-20 13:27:37.353710" } 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-cib6p8gnes/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 20 January 2024 13:27:37 +0000 (0:00:00.127) 0:00:30.321 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-veth0] ************************** task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 20 January 2024 13:27:37 +0000 (0:00:00.022) 0:00:30.344 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^# Ansible managed", "/etc/sysconfig/network-scripts/ifcfg-veth0" ], "delta": "0:00:00.002796", "end": "2024-01-20 13:27:37.510478", "rc": 0, "start": "2024-01-20 13:27:37.507682" } STDOUT: # Ansible managed TASK [Verify the ansible_managed comment in ifcfg-veth0] *********************** task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 20 January 2024 13:27:37 +0000 (0:00:00.130) 0:00:30.474 ****** 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-cib6p8gnes/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 20 January 2024 13:27:37 +0000 (0:00:00.026) 0:00:30.501 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^# system_role:network", "/etc/sysconfig/network-scripts/ifcfg-veth0" ], "delta": "0:00:00.002833", "end": "2024-01-20 13:27:37.666449", "rc": 0, "start": "2024-01-20 13:27:37.663616" } STDOUT: # system_role:network TASK [Verify the fingerprint comment in ifcfg-veth0] *************************** task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 20 January 2024 13:27:37 +0000 (0:00:00.167) 0:00:30.668 ****** ok: [sut] => { "ansible_facts": { "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Assert that the profile is present - 'veth0'] **************************** task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/assert_profile_present.yml:5 Saturday 20 January 2024 13:27:37 +0000 (0:00:00.028) 0:00:30.697 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'veth0'] *********** task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/assert_profile_present.yml:10 Saturday 20 January 2024 13:27:37 +0000 (0:00:00.023) 0:00:30.721 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/assert_profile_present.yml:15 Saturday 20 January 2024 13:27:37 +0000 (0:00:00.024) 0:00:30.746 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tests_auto_gateway.yml:116 Saturday 20 January 2024 13:27:37 +0000 (0:00:00.022) 0:00:30.768 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.002810", "end": "2024-01-20 13:27:37.932248", "rc": 0, "start": "2024-01-20 13:27:37.929438" } 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.12.31 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-cib6p8gnes/tests/playbooks/tests_auto_gateway.yml:120 Saturday 20 January 2024 13:27:37 +0000 (0:00:00.127) 0:00:30.896 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tests_auto_gateway.yml:126 Saturday 20 January 2024 13:27:37 +0000 (0:00:00.026) 0:00:30.923 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.002792", "end": "2024-01-20 13:27:38.087031", "rc": 0, "start": "2024-01-20 13:27:38.084239" } 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-cib6p8gnes/tests/playbooks/tests_auto_gateway.yml:130 Saturday 20 January 2024 13:27:38 +0000 (0:00:00.128) 0:00:31.052 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tests_auto_gateway.yml:137 Saturday 20 January 2024 13:27:38 +0000 (0:00:00.021) 0:00:31.073 ****** ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 20 January 2024 13:27:38 +0000 (0:00:00.022) 0:00:31.096 ****** included: /WORKDIR/git-weekly-cib6p8gnes/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-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 20 January 2024 13:27:38 +0000 (0:00:00.037) 0:00:31.133 ****** 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-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 20 January 2024 13:27:38 +0000 (0:00:00.027) 0:00:31.161 ****** 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-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 20 January 2024 13:27:38 +0000 (0:00:00.021) 0:00:31.183 ****** 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-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 20 January 2024 13:27:38 +0000 (0:00:00.021) 0:00:31.204 ****** 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-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 20 January 2024 13:27:39 +0000 (0:00:01.434) 0:00:32.639 ****** 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-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 20 January 2024 13:27:40 +0000 (0:00:00.561) 0:00:33.200 ****** 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-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 20 January 2024 13:27:40 +0000 (0:00:00.024) 0:00:33.225 ****** 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-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 20 January 2024 13:27:40 +0000 (0:00:00.022) 0:00:33.248 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 20 January 2024 13:27:40 +0000 (0:00:00.022) 0:00:33.270 ****** 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-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/main.yml:40 Saturday 20 January 2024 13:27:40 +0000 (0:00:00.044) 0:00:33.315 ****** 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-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/main.yml:55 Saturday 20 January 2024 13:27:40 +0000 (0:00:00.022) 0:00:33.338 ****** 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-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/main.yml:71 Saturday 20 January 2024 13:27:40 +0000 (0:00:00.022) 0:00:33.360 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/main.yml:85 Saturday 20 January 2024 13:27:40 +0000 (0:00:00.026) 0:00:33.386 ****** 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-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/main.yml:96 Saturday 20 January 2024 13:27:40 +0000 (0:00:00.071) 0:00:33.457 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 20 January 2024 13:27:40 +0000 (0:00:00.025) 0:00:33.483 ****** 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-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/main.yml:113 Saturday 20 January 2024 13:27:40 +0000 (0:00:00.184) 0:00:33.667 ****** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-2322sgbdti_g/tmptj3d3a69" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 20 January 2024 13:27:40 +0000 (0:00:00.198) 0:00:33.865 ****** 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-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/main.yml:134 Saturday 20 January 2024 13:27:41 +0000 (0:00:00.337) 0:00:34.202 ****** 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-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/main.yml:140 Saturday 20 January 2024 13:27:41 +0000 (0:00:00.021) 0:00:34.224 ****** 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-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/main.yml:144 Saturday 20 January 2024 13:27:41 +0000 (0:00:00.022) 0:00:34.247 ****** 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-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/main.yml:149 Saturday 20 January 2024 13:27:41 +0000 (0:00:00.023) 0:00:34.270 ****** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/main.yml:155 Saturday 20 January 2024 13:27:41 +0000 (0:00:00.021) 0:00:34.291 ****** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tests_auto_gateway.yml:149 Saturday 20 January 2024 13:27:41 +0000 (0:00:00.121) 0:00:34.413 ****** included: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 20 January 2024 13:27:41 +0000 (0:00:00.053) 0:00:34.466 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 20 January 2024 13:27:41 +0000 (0:00:00.021) 0:00:34.488 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 20 January 2024 13:27:41 +0000 (0:00:00.021) 0:00:34.509 ****** included: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 20 January 2024 13:27:41 +0000 (0:00:00.077) 0:00:34.587 ****** included: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 20 January 2024 13:27:41 +0000 (0:00:00.034) 0:00:34.621 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003124", "end": "2024-01-20 13:27:41.786499", "rc": 0, "start": "2024-01-20 13:27:41.783375" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 20 January 2024 13:27:41 +0000 (0:00:00.130) 0:00:34.752 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 20 January 2024 13:27:41 +0000 (0:00:00.022) 0:00:34.774 ****** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 20 January 2024 13:27:41 +0000 (0:00:00.023) 0:00:34.798 ****** 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-cib6p8gnes/tests/playbooks/tasks/manage_test_interface.yml:24 Saturday 20 January 2024 13:27:42 +0000 (0:00:00.366) 0:00:35.165 ****** 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-cib6p8gnes/tests/playbooks/tasks/manage_test_interface.yml:33 Saturday 20 January 2024 13:27:42 +0000 (0:00:00.032) 0:00:35.198 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/manage_test_interface.yml:41 Saturday 20 January 2024 13:27:42 +0000 (0:00:00.022) 0:00:35.220 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.045639", "end": "2024-01-20 13:27:42.430179", "rc": 0, "start": "2024-01-20 13:27:42.384540" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/manage_test_interface.yml:48 Saturday 20 January 2024 13:27:42 +0000 (0:00:00.181) 0:00:35.401 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/manage_test_interface.yml:54 Saturday 20 January 2024 13:27:42 +0000 (0:00:00.024) 0:00:35.426 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/manage_test_interface.yml:61 Saturday 20 January 2024 13:27:42 +0000 (0:00:00.023) 0:00:35.450 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/manage_test_interface.yml:67 Saturday 20 January 2024 13:27:42 +0000 (0:00:00.024) 0:00:35.475 ****** 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 20 January 2024 13:27:42 +0000 (0:00:00.009) 0:00:35.484 ****** =============================================================================== linux-system-roles.network : Configure networking connection profiles --- 4.46s /WORKDIR/git-weekly-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/main.yml:122 linux-system-roles.network : Configure networking connection profiles --- 4.34s /WORKDIR/git-weekly-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/main.yml:122 linux-system-roles.network : Check which services are running ----------- 1.63s /WORKDIR/git-weekly-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Gathering Facts --------------------------------------------------------- 1.54s /WORKDIR/git-weekly-cib6p8gnes/tests/tests_auto_gateway_initscripts.yml:5 ----- linux-system-roles.network : Check which services are running ----------- 1.45s /WORKDIR/git-weekly-cib6p8gnes/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-cib6p8gnes/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-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which packages are installed --------- 0.80s /WORKDIR/git-weekly-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Gathering Facts --------------------------------------------------------- 0.76s /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tests_auto_gateway.yml:3 ------- linux-system-roles.network : Configure networking connection profiles --- 0.75s /WORKDIR/git-weekly-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/main.yml:122 Install iproute --------------------------------------------------------- 0.60s /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/manage_test_interface.yml:16 linux-system-roles.network : Check which packages are installed --------- 0.60s /WORKDIR/git-weekly-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Create veth interface veth0 --------------------------------------------- 0.60s /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/manage_test_interface.yml:24 linux-system-roles.network : Check which packages are installed --------- 0.60s /WORKDIR/git-weekly-cib6p8gnes/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-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Enable EPEL 6 ----------------------------------------------------------- 0.50s /WORKDIR/git-weekly-cib6p8gnes/tests/tasks/enable_epel.yml:40 ----------------- linux-system-roles.network : Enable network service --------------------- 0.42s /WORKDIR/git-weekly-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/main.yml:105 Install iproute --------------------------------------------------------- 0.40s /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/manage_test_interface.yml:16 linux-system-roles.network : Ensure initscripts network file dependency is present --- 0.39s /WORKDIR/git-weekly-cib6p8gnes/tests/roles/linux-system-roles.network/tasks/main.yml:113 Create veth interface veth0 --------------------------------------------- 0.39s /WORKDIR/git-weekly-cib6p8gnes/tests/playbooks/tasks/manage_test_interface.yml:24 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---