# 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-route_typejuh9rwt9/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-route_typejuh9rwt9/tests/tests_auto_gateway_initscripts.yml:5 Friday 12 January 2024 20:10:47 +0000 (0:00:00.011) 0:00:00.011 ******** ok: [sut] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-route_typejuh9rwt9/tests/tests_auto_gateway_initscripts.yml:8 Friday 12 January 2024 20:10:48 +0000 (0:00:00.848) 0:00:00.859 ******** included: /WORKDIR/git-route_typejuh9rwt9/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-route_typejuh9rwt9/tests/tasks/el_repo_setup.yml:3 Friday 12 January 2024 20:10:48 +0000 (0:00:00.013) 0:00:00.873 ******** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-route_typejuh9rwt9/tests/tasks/el_repo_setup.yml:19 Friday 12 January 2024 20:10:48 +0000 (0:00:00.334) 0:00:01.207 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-route_typejuh9rwt9/tests/tasks/el_repo_setup.yml:24 Friday 12 January 2024 20:10:48 +0000 (0:00:00.169) 0:00:01.377 ******** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-route_typejuh9rwt9/tests/tasks/el_repo_setup.yml:28 Friday 12 January 2024 20:10:48 +0000 (0:00:00.023) 0:00:01.401 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-route_typejuh9rwt9/tests/tasks/el_repo_setup.yml:53 Friday 12 January 2024 20:10:48 +0000 (0:00:00.019) 0:00:01.420 ******** included: /WORKDIR/git-route_typejuh9rwt9/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 6] *********************************************************** task path: /WORKDIR/git-route_typejuh9rwt9/tests/tasks/enable_epel.yml:8 Friday 12 January 2024 20:10:48 +0000 (0:00:00.036) 0:00:01.457 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-route_typejuh9rwt9/tests/tasks/enable_epel.yml:24 Friday 12 January 2024 20:10:48 +0000 (0:00:00.013) 0:00:01.471 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-route_typejuh9rwt9/tests/tasks/enable_epel.yml:30 Friday 12 January 2024 20:10:48 +0000 (0:00:00.013) 0:00:01.484 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-route_typejuh9rwt9/tests/tasks/enable_epel.yml:35 Friday 12 January 2024 20:10:48 +0000 (0:00:00.011) 0:00:01.495 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-route_typejuh9rwt9/tests/tasks/enable_epel.yml:40 Friday 12 January 2024 20:10:48 +0000 (0:00:00.011) 0:00:01.506 ******** 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-1705090249.0264971-2396-179138481130306/source", "state": "file", "uid": 0 } TASK [Set network provider to 'initscripts'] *********************************** task path: /WORKDIR/git-route_typejuh9rwt9/tests/tests_auto_gateway_initscripts.yml:10 Friday 12 January 2024 20:10:49 +0000 (0:00:00.544) 0:00:02.051 ******** 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-route_typejuh9rwt9/tests/playbooks/tests_auto_gateway.yml:3 Friday 12 January 2024 20:10:49 +0000 (0:00:00.031) 0:00:02.082 ******** ok: [sut] META: ran handlers TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tests_auto_gateway.yml:9 Friday 12 January 2024 20:10:50 +0000 (0:00:00.725) 0:00:02.807 ******** included: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/show_interfaces.yml:3 Friday 12 January 2024 20:10:50 +0000 (0:00:00.030) 0:00:02.838 ******** included: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/get_current_interfaces.yml:3 Friday 12 January 2024 20:10:50 +0000 (0:00:00.018) 0:00:02.856 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003137", "end": "2024-01-12 20:10:50.566017", "rc": 0, "start": "2024-01-12 20:10:50.562880" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/get_current_interfaces.yml:9 Friday 12 January 2024 20:10:50 +0000 (0:00:00.270) 0:00:03.127 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/show_interfaces.yml:5 Friday 12 January 2024 20:10:50 +0000 (0:00:00.015) 0:00:03.142 ******** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tests_auto_gateway.yml:11 Friday 12 January 2024 20:10:50 +0000 (0:00:00.029) 0:00:03.171 ******** included: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/manage_test_interface.yml:3 Friday 12 January 2024 20:10:50 +0000 (0:00:00.032) 0:00:03.204 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/manage_test_interface.yml:8 Friday 12 January 2024 20:10:50 +0000 (0:00:00.013) 0:00:03.217 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/manage_test_interface.yml:13 Friday 12 January 2024 20:10:50 +0000 (0:00:00.024) 0:00:03.242 ******** included: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/show_interfaces.yml:3 Friday 12 January 2024 20:10:50 +0000 (0:00:00.022) 0:00:03.265 ******** included: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/get_current_interfaces.yml:3 Friday 12 January 2024 20:10:50 +0000 (0:00:00.038) 0:00:03.304 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003128", "end": "2024-01-12 20:10:50.935730", "rc": 0, "start": "2024-01-12 20:10:50.932602" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/get_current_interfaces.yml:9 Friday 12 January 2024 20:10:50 +0000 (0:00:00.165) 0:00:03.469 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/show_interfaces.yml:5 Friday 12 January 2024 20:10:50 +0000 (0:00:00.033) 0:00:03.502 ******** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/manage_test_interface.yml:16 Friday 12 January 2024 20:10:50 +0000 (0:00:00.017) 0:00:03.520 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [ "iproute-2.6.32-57.el6.x86_64 providing iproute is already installed" ] } TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/manage_test_interface.yml:24 Friday 12 January 2024 20:10:51 +0000 (0:00:00.524) 0:00:04.044 ******** 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.144378", "end": "2024-01-12 20:10:51.798473", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2024-01-12 20:10:51.654095" } ok: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.009466", "end": "2024-01-12 20:10:51.965946", "item": "ip link set peerveth0 up", "rc": 0, "start": "2024-01-12 20:10:51.956480" } ok: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.003349", "end": "2024-01-12 20:10:52.086946", "item": "ip link set veth0 up", "rc": 0, "start": "2024-01-12 20:10:52.083597" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/manage_test_interface.yml:33 Friday 12 January 2024 20:10:52 +0000 (0:00:00.578) 0:00:04.623 ******** 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-route_typejuh9rwt9/tests/playbooks/tasks/manage_test_interface.yml:41 Friday 12 January 2024 20:10:52 +0000 (0:00:00.122) 0:00:04.745 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/manage_test_interface.yml:48 Friday 12 January 2024 20:10:52 +0000 (0:00:00.013) 0:00:04.758 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/manage_test_interface.yml:54 Friday 12 January 2024 20:10:52 +0000 (0:00:00.013) 0:00:04.772 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/manage_test_interface.yml:61 Friday 12 January 2024 20:10:52 +0000 (0:00:00.012) 0:00:04.785 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/manage_test_interface.yml:67 Friday 12 January 2024 20:10:52 +0000 (0:00:00.019) 0:00:04.804 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tests_auto_gateway.yml:15 Friday 12 January 2024 20:10:52 +0000 (0:00:00.027) 0:00:04.831 ******** included: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/assert_device_present.yml:3 Friday 12 January 2024 20:10:52 +0000 (0:00:00.036) 0:00:04.867 ******** included: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/get_interface_stat.yml:3 Friday 12 January 2024 20:10:52 +0000 (0:00:00.023) 0:00:04.891 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1705090251.9393349, "block_size": 4096, "blocks": 0, "ctime": 1705090251.920335, "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": 1705090251.920335, "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-route_typejuh9rwt9/tests/playbooks/tasks/assert_device_present.yml:5 Friday 12 January 2024 20:10:52 +0000 (0:00:00.117) 0:00:05.009 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEST: I can configure an interface with auto_gateway enabled] ************ task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tests_auto_gateway.yml:17 Friday 12 January 2024 20:10:52 +0000 (0:00:00.013) 0:00:05.023 ******** ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/main.yml:4 Friday 12 January 2024 20:10:52 +0000 (0:00:00.012) 0:00:05.036 ******** included: /WORKDIR/git-route_typejuh9rwt9/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-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Friday 12 January 2024 20:10:52 +0000 (0:00:00.072) 0:00:05.108 ******** 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-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Friday 12 January 2024 20:10:52 +0000 (0:00:00.016) 0:00:05.125 ******** 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-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Friday 12 January 2024 20:10:52 +0000 (0:00:00.013) 0:00:05.138 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Friday 12 January 2024 20:10:52 +0000 (0:00:00.019) 0:00:05.158 ******** 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-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Friday 12 January 2024 20:10:54 +0000 (0:00:01.635) 0:00:06.793 ******** 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-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/main.yml:7 Friday 12 January 2024 20:10:55 +0000 (0:00:00.775) 0:00:07.569 ******** 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-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/main.yml:11 Friday 12 January 2024 20:10:55 +0000 (0:00:00.044) 0:00:07.614 ******** 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-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/main.yml:19 Friday 12 January 2024 20:10:55 +0000 (0:00:00.044) 0:00:07.658 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/main.yml:30 Friday 12 January 2024 20:10:55 +0000 (0:00:00.049) 0:00:07.708 ******** 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-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/main.yml:40 Friday 12 January 2024 20:10:55 +0000 (0:00:00.052) 0:00:07.760 ******** 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-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/main.yml:55 Friday 12 January 2024 20:10:55 +0000 (0:00:00.024) 0:00:07.785 ******** 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-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/main.yml:71 Friday 12 January 2024 20:10:55 +0000 (0:00:00.031) 0:00:07.817 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/main.yml:85 Friday 12 January 2024 20:10:55 +0000 (0:00:00.036) 0:00:07.854 ******** 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-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/main.yml:96 Friday 12 January 2024 20:10:55 +0000 (0:00:00.045) 0:00:07.899 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/main.yml:105 Friday 12 January 2024 20:10:55 +0000 (0:00:00.064) 0:00:07.964 ******** 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-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/main.yml:113 Friday 12 January 2024 20:10:55 +0000 (0:00:00.348) 0:00:08.312 ******** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-2333dkgutsis/tmpzuhib0ym" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/main.yml:122 Friday 12 January 2024 20:10:56 +0000 (0:00:00.278) 0:00:08.591 ******** 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-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/main.yml:134 Friday 12 January 2024 20:11:00 +0000 (0:00:04.615) 0:00:13.206 ******** 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-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/main.yml:140 Friday 12 January 2024 20:11:00 +0000 (0:00:00.023) 0:00:13.230 ******** 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-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/main.yml:144 Friday 12 January 2024 20:11:00 +0000 (0:00:00.023) 0:00:13.253 ******** 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-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/main.yml:149 Friday 12 January 2024 20:11:00 +0000 (0:00:00.029) 0:00:13.283 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/main.yml:155 Friday 12 January 2024 20:11:00 +0000 (0:00:00.027) 0:00:13.310 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tests_auto_gateway.yml:42 Friday 12 January 2024 20:11:01 +0000 (0:00:00.220) 0:00:13.530 ******** included: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/assert_device_present.yml:3 Friday 12 January 2024 20:11:01 +0000 (0:00:00.048) 0:00:13.579 ******** included: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/get_interface_stat.yml:3 Friday 12 January 2024 20:11:01 +0000 (0:00:00.056) 0:00:13.635 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1705090251.9393349, "block_size": 4096, "blocks": 0, "ctime": 1705090251.920335, "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": 1705090251.920335, "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-route_typejuh9rwt9/tests/playbooks/tasks/assert_device_present.yml:5 Friday 12 January 2024 20:11:01 +0000 (0:00:00.134) 0:00:13.770 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tests_auto_gateway.yml:44 Friday 12 January 2024 20:11:01 +0000 (0:00:00.024) 0:00:13.795 ******** included: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/assert_profile_present.yml:3 Friday 12 January 2024 20:11:01 +0000 (0:00:00.048) 0:00:13.843 ******** included: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/get_profile_stat.yml:3 Friday 12 January 2024 20:11:01 +0000 (0:00:00.035) 0:00:13.879 ******** 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-route_typejuh9rwt9/tests/playbooks/tasks/get_profile_stat.yml:9 Friday 12 January 2024 20:11:01 +0000 (0:00:00.021) 0:00:13.900 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1705090256.540335, "block_size": 4096, "blocks": 8, "ctime": 1705090256.539335, "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": 1705090256.539335, "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-route_typejuh9rwt9/tests/playbooks/tasks/get_profile_stat.yml:17 Friday 12 January 2024 20:11:01 +0000 (0:00:00.126) 0:00:14.027 ******** ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/get_profile_stat.yml:25 Friday 12 January 2024 20:11:01 +0000 (0:00:00.021) 0:00:14.049 ******** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.005200", "end": "2024-01-12 20:11:01.638612", "rc": 1, "start": "2024-01-12 20:11:01.633412" } 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-route_typejuh9rwt9/tests/playbooks/tasks/get_profile_stat.yml:35 Friday 12 January 2024 20:11:01 +0000 (0:00:00.131) 0:00:14.180 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-veth0] ************************** task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/get_profile_stat.yml:49 Friday 12 January 2024 20:11:01 +0000 (0:00:00.024) 0:00:14.204 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^# Ansible managed", "/etc/sysconfig/network-scripts/ifcfg-veth0" ], "delta": "0:00:00.003139", "end": "2024-01-12 20:11:01.797075", "rc": 0, "start": "2024-01-12 20:11:01.793936" } STDOUT: # Ansible managed TASK [Verify the ansible_managed comment in ifcfg-veth0] *********************** task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/get_profile_stat.yml:56 Friday 12 January 2024 20:11:01 +0000 (0:00:00.136) 0:00:14.341 ******** ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true }, "changed": false } TASK [Get the fingerprint comment in ifcfg-veth0] ****************************** task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/get_profile_stat.yml:62 Friday 12 January 2024 20:11:01 +0000 (0:00:00.026) 0:00:14.368 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^# system_role:network", "/etc/sysconfig/network-scripts/ifcfg-veth0" ], "delta": "0:00:00.003018", "end": "2024-01-12 20:11:01.960496", "rc": 0, "start": "2024-01-12 20:11:01.957478" } STDOUT: # system_role:network TASK [Verify the fingerprint comment in ifcfg-veth0] *************************** task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/get_profile_stat.yml:69 Friday 12 January 2024 20:11:01 +0000 (0:00:00.134) 0:00:14.503 ******** ok: [sut] => { "ansible_facts": { "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Assert that the profile is present - 'veth0'] **************************** task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/assert_profile_present.yml:5 Friday 12 January 2024 20:11:02 +0000 (0:00:00.058) 0:00:14.561 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'veth0'] *********** task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/assert_profile_present.yml:10 Friday 12 January 2024 20:11:02 +0000 (0:00:00.023) 0:00:14.585 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/assert_profile_present.yml:15 Friday 12 January 2024 20:11:02 +0000 (0:00:00.022) 0:00:14.608 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tests_auto_gateway.yml:48 Friday 12 January 2024 20:11:02 +0000 (0:00:00.022) 0:00:14.630 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.003040", "end": "2024-01-12 20:11:02.216905", "rc": 0, "start": "2024-01-12 20:11:02.213865" } STDOUT: 203.0.113.0/24 dev veth0 proto kernel scope link src 203.0.113.2 10.31.8.0/22 dev eth0 proto kernel scope link src 10.31.8.124 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.8.1 dev eth0 default via 203.0.113.1 dev veth0 metric 65535 TASK [Assert default ipv4 route is present] ************************************ task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tests_auto_gateway.yml:52 Friday 12 January 2024 20:11:02 +0000 (0:00:00.129) 0:00:14.759 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tests_auto_gateway.yml:58 Friday 12 January 2024 20:11:02 +0000 (0:00:00.023) 0:00:14.783 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.002842", "end": "2024-01-12 20:11:02.368966", "rc": 0, "start": "2024-01-12 20:11:02.366124" } 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-route_typejuh9rwt9/tests/playbooks/tests_auto_gateway.yml:62 Friday 12 January 2024 20:11:02 +0000 (0:00:00.127) 0:00:14.911 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tests_auto_gateway.yml:69 Friday 12 January 2024 20:11:02 +0000 (0:00:00.026) 0:00:14.937 ******** ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/main.yml:4 Friday 12 January 2024 20:11:02 +0000 (0:00:00.023) 0:00:14.960 ******** included: /WORKDIR/git-route_typejuh9rwt9/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-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Friday 12 January 2024 20:11:02 +0000 (0:00:00.038) 0:00:14.999 ******** 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-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Friday 12 January 2024 20:11:02 +0000 (0:00:00.026) 0:00:15.026 ******** 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-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Friday 12 January 2024 20:11:02 +0000 (0:00:00.022) 0:00:15.048 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Friday 12 January 2024 20:11:02 +0000 (0:00:00.021) 0:00:15.070 ******** 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-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Friday 12 January 2024 20:11:03 +0000 (0:00:01.414) 0:00:16.485 ******** 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-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/main.yml:7 Friday 12 January 2024 20:11:04 +0000 (0:00:00.557) 0:00:17.042 ******** 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-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/main.yml:11 Friday 12 January 2024 20:11:04 +0000 (0:00:00.022) 0:00:17.065 ******** 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-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/main.yml:19 Friday 12 January 2024 20:11:04 +0000 (0:00:00.021) 0:00:17.086 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/main.yml:30 Friday 12 January 2024 20:11:04 +0000 (0:00:00.023) 0:00:17.109 ******** 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-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/main.yml:40 Friday 12 January 2024 20:11:04 +0000 (0:00:00.043) 0:00:17.153 ******** 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-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/main.yml:55 Friday 12 January 2024 20:11:04 +0000 (0:00:00.022) 0:00:17.175 ******** 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-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/main.yml:71 Friday 12 January 2024 20:11:04 +0000 (0:00:00.022) 0:00:17.197 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/main.yml:85 Friday 12 January 2024 20:11:04 +0000 (0:00:00.024) 0:00:17.221 ******** 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-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/main.yml:96 Friday 12 January 2024 20:11:04 +0000 (0:00:00.021) 0:00:17.243 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/main.yml:105 Friday 12 January 2024 20:11:04 +0000 (0:00:00.021) 0:00:17.264 ******** 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-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/main.yml:113 Friday 12 January 2024 20:11:04 +0000 (0:00:00.215) 0:00:17.479 ******** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-2333dkgutsis/tmpj0jxt39e" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/main.yml:122 Friday 12 January 2024 20:11:05 +0000 (0:00:00.197) 0:00:17.676 ******** 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-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/main.yml:134 Friday 12 January 2024 20:11:05 +0000 (0:00:00.396) 0:00:18.073 ******** 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-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/main.yml:140 Friday 12 January 2024 20:11:05 +0000 (0:00:00.021) 0:00:18.094 ******** 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-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/main.yml:144 Friday 12 January 2024 20:11:05 +0000 (0:00:00.022) 0:00:18.116 ******** 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-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/main.yml:149 Friday 12 January 2024 20:11:05 +0000 (0:00:00.022) 0:00:18.139 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/main.yml:155 Friday 12 January 2024 20:11:05 +0000 (0:00:00.020) 0:00:18.160 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tests_auto_gateway.yml:81 Friday 12 January 2024 20:11:05 +0000 (0:00:00.126) 0:00:18.286 ******** included: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/manage_test_interface.yml:3 Friday 12 January 2024 20:11:05 +0000 (0:00:00.051) 0:00:18.338 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/manage_test_interface.yml:8 Friday 12 January 2024 20:11:05 +0000 (0:00:00.024) 0:00:18.362 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/manage_test_interface.yml:13 Friday 12 January 2024 20:11:05 +0000 (0:00:00.021) 0:00:18.383 ******** included: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/show_interfaces.yml:3 Friday 12 January 2024 20:11:05 +0000 (0:00:00.035) 0:00:18.418 ******** included: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/get_current_interfaces.yml:3 Friday 12 January 2024 20:11:05 +0000 (0:00:00.072) 0:00:18.490 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003017", "end": "2024-01-12 20:11:06.086021", "rc": 0, "start": "2024-01-12 20:11:06.083004" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/get_current_interfaces.yml:9 Friday 12 January 2024 20:11:06 +0000 (0:00:00.138) 0:00:18.629 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/show_interfaces.yml:5 Friday 12 January 2024 20:11:06 +0000 (0:00:00.024) 0:00:18.654 ******** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/manage_test_interface.yml:16 Friday 12 January 2024 20:11:06 +0000 (0:00:00.023) 0:00:18.677 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [ "iproute-2.6.32-57.el6.x86_64 providing iproute is already installed" ] } TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/manage_test_interface.yml:24 Friday 12 January 2024 20:11:06 +0000 (0:00:00.375) 0:00:19.053 ******** 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-route_typejuh9rwt9/tests/playbooks/tasks/manage_test_interface.yml:33 Friday 12 January 2024 20:11:06 +0000 (0:00:00.052) 0:00:19.105 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/manage_test_interface.yml:41 Friday 12 January 2024 20:11:06 +0000 (0:00:00.025) 0:00:19.131 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.051347", "end": "2024-01-12 20:11:06.774959", "rc": 0, "start": "2024-01-12 20:11:06.723612" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/manage_test_interface.yml:48 Friday 12 January 2024 20:11:06 +0000 (0:00:00.199) 0:00:19.330 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/manage_test_interface.yml:54 Friday 12 January 2024 20:11:06 +0000 (0:00:00.023) 0:00:19.353 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/manage_test_interface.yml:61 Friday 12 January 2024 20:11:06 +0000 (0:00:00.032) 0:00:19.385 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/manage_test_interface.yml:67 Friday 12 January 2024 20:11:06 +0000 (0:00:00.057) 0:00:19.442 ******** 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-route_typejuh9rwt9/tests/playbooks/tests_auto_gateway.yml:85 Friday 12 January 2024 20:11:06 +0000 (0:00:00.025) 0:00:19.468 ******** ok: [sut] => {} MSG: ################################################## TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tests_auto_gateway.yml:89 Friday 12 January 2024 20:11:06 +0000 (0:00:00.022) 0:00:19.490 ******** included: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/manage_test_interface.yml:3 Friday 12 January 2024 20:11:07 +0000 (0:00:00.126) 0:00:19.616 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/manage_test_interface.yml:8 Friday 12 January 2024 20:11:07 +0000 (0:00:00.039) 0:00:19.655 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/manage_test_interface.yml:13 Friday 12 January 2024 20:11:07 +0000 (0:00:00.033) 0:00:19.689 ******** included: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/show_interfaces.yml:3 Friday 12 January 2024 20:11:07 +0000 (0:00:00.052) 0:00:19.741 ******** included: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/get_current_interfaces.yml:3 Friday 12 January 2024 20:11:07 +0000 (0:00:00.047) 0:00:19.789 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003105", "end": "2024-01-12 20:11:07.418799", "rc": 0, "start": "2024-01-12 20:11:07.415694" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/get_current_interfaces.yml:9 Friday 12 January 2024 20:11:07 +0000 (0:00:00.178) 0:00:19.967 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/show_interfaces.yml:5 Friday 12 January 2024 20:11:07 +0000 (0:00:00.022) 0:00:19.990 ******** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/manage_test_interface.yml:16 Friday 12 January 2024 20:11:07 +0000 (0:00:00.025) 0:00:20.015 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [ "iproute-2.6.32-57.el6.x86_64 providing iproute is already installed" ] } TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/manage_test_interface.yml:24 Friday 12 January 2024 20:11:07 +0000 (0:00:00.400) 0:00:20.416 ******** 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.003706", "end": "2024-01-12 20:11:08.007624", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2024-01-12 20:11:08.003918" } ok: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.003319", "end": "2024-01-12 20:11:08.159960", "item": "ip link set peerveth0 up", "rc": 0, "start": "2024-01-12 20:11:08.156641" } ok: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.003443", "end": "2024-01-12 20:11:08.285477", "item": "ip link set veth0 up", "rc": 0, "start": "2024-01-12 20:11:08.282034" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/manage_test_interface.yml:33 Friday 12 January 2024 20:11:08 +0000 (0:00:00.413) 0:00:20.829 ******** 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-route_typejuh9rwt9/tests/playbooks/tasks/manage_test_interface.yml:41 Friday 12 January 2024 20:11:08 +0000 (0:00:00.134) 0:00:20.963 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/manage_test_interface.yml:48 Friday 12 January 2024 20:11:08 +0000 (0:00:00.022) 0:00:20.986 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/manage_test_interface.yml:54 Friday 12 January 2024 20:11:08 +0000 (0:00:00.051) 0:00:21.037 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/manage_test_interface.yml:61 Friday 12 January 2024 20:11:08 +0000 (0:00:00.024) 0:00:21.062 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/manage_test_interface.yml:67 Friday 12 January 2024 20:11:08 +0000 (0:00:00.022) 0:00:21.085 ******** 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-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/main.yml:4 Friday 12 January 2024 20:11:08 +0000 (0:00:00.022) 0:00:21.107 ******** included: /WORKDIR/git-route_typejuh9rwt9/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-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Friday 12 January 2024 20:11:08 +0000 (0:00:00.038) 0:00:21.145 ******** 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-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Friday 12 January 2024 20:11:08 +0000 (0:00:00.027) 0:00:21.173 ******** 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-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Friday 12 January 2024 20:11:08 +0000 (0:00:00.020) 0:00:21.194 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Friday 12 January 2024 20:11:08 +0000 (0:00:00.021) 0:00:21.215 ******** 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-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Friday 12 January 2024 20:11:10 +0000 (0:00:01.438) 0:00:22.654 ******** 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-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/main.yml:7 Friday 12 January 2024 20:11:10 +0000 (0:00:00.635) 0:00:23.289 ******** 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-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/main.yml:11 Friday 12 January 2024 20:11:10 +0000 (0:00:00.055) 0:00:23.345 ******** 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-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/main.yml:19 Friday 12 January 2024 20:11:10 +0000 (0:00:00.036) 0:00:23.381 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/main.yml:30 Friday 12 January 2024 20:11:10 +0000 (0:00:00.051) 0:00:23.433 ******** 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-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/main.yml:40 Friday 12 January 2024 20:11:10 +0000 (0:00:00.065) 0:00:23.498 ******** 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-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/main.yml:55 Friday 12 January 2024 20:11:10 +0000 (0:00:00.023) 0:00:23.522 ******** 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-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/main.yml:71 Friday 12 January 2024 20:11:11 +0000 (0:00:00.029) 0:00:23.551 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/main.yml:85 Friday 12 January 2024 20:11:11 +0000 (0:00:00.026) 0:00:23.578 ******** 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-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/main.yml:96 Friday 12 January 2024 20:11:11 +0000 (0:00:00.028) 0:00:23.606 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/main.yml:105 Friday 12 January 2024 20:11:11 +0000 (0:00:00.027) 0:00:23.634 ******** 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-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/main.yml:113 Friday 12 January 2024 20:11:11 +0000 (0:00:00.187) 0:00:23.822 ******** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-2333dkgutsis/tmpp03y1zlt" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/main.yml:122 Friday 12 January 2024 20:11:11 +0000 (0:00:00.185) 0:00:24.007 ******** 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-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/main.yml:134 Friday 12 January 2024 20:11:15 +0000 (0:00:04.391) 0:00:28.398 ******** 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-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/main.yml:140 Friday 12 January 2024 20:11:15 +0000 (0:00:00.042) 0:00:28.441 ******** 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-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/main.yml:144 Friday 12 January 2024 20:11:15 +0000 (0:00:00.033) 0:00:28.475 ******** 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-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/main.yml:149 Friday 12 January 2024 20:11:15 +0000 (0:00:00.036) 0:00:28.512 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/main.yml:155 Friday 12 January 2024 20:11:16 +0000 (0:00:00.031) 0:00:28.543 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tests_auto_gateway.yml:110 Friday 12 January 2024 20:11:16 +0000 (0:00:00.123) 0:00:28.666 ******** included: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/assert_device_present.yml:3 Friday 12 January 2024 20:11:16 +0000 (0:00:00.053) 0:00:28.719 ******** included: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/get_interface_stat.yml:3 Friday 12 January 2024 20:11:16 +0000 (0:00:00.075) 0:00:28.795 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1705090268.035335, "block_size": 4096, "blocks": 0, "ctime": 1705090268.011335, "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": 1705090268.011335, "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-route_typejuh9rwt9/tests/playbooks/tasks/assert_device_present.yml:5 Friday 12 January 2024 20:11:16 +0000 (0:00:00.128) 0:00:28.923 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tests_auto_gateway.yml:112 Friday 12 January 2024 20:11:16 +0000 (0:00:00.025) 0:00:28.949 ******** included: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/assert_profile_present.yml:3 Friday 12 January 2024 20:11:16 +0000 (0:00:00.053) 0:00:29.002 ******** included: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/get_profile_stat.yml:3 Friday 12 January 2024 20:11:16 +0000 (0:00:00.035) 0:00:29.038 ******** 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-route_typejuh9rwt9/tests/playbooks/tasks/get_profile_stat.yml:9 Friday 12 January 2024 20:11:16 +0000 (0:00:00.023) 0:00:29.061 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1705090271.725335, "block_size": 4096, "blocks": 8, "ctime": 1705090271.724335, "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": 1705090271.724335, "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-route_typejuh9rwt9/tests/playbooks/tasks/get_profile_stat.yml:17 Friday 12 January 2024 20:11:16 +0000 (0:00:00.150) 0:00:29.212 ******** ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/get_profile_stat.yml:25 Friday 12 January 2024 20:11:16 +0000 (0:00:00.032) 0:00:29.244 ******** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.004965", "end": "2024-01-12 20:11:16.847486", "rc": 1, "start": "2024-01-12 20:11:16.842521" } 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-route_typejuh9rwt9/tests/playbooks/tasks/get_profile_stat.yml:35 Friday 12 January 2024 20:11:16 +0000 (0:00:00.142) 0:00:29.387 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-veth0] ************************** task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/get_profile_stat.yml:49 Friday 12 January 2024 20:11:16 +0000 (0:00:00.022) 0:00:29.410 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^# Ansible managed", "/etc/sysconfig/network-scripts/ifcfg-veth0" ], "delta": "0:00:00.002958", "end": "2024-01-12 20:11:16.998678", "rc": 0, "start": "2024-01-12 20:11:16.995720" } STDOUT: # Ansible managed TASK [Verify the ansible_managed comment in ifcfg-veth0] *********************** task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/get_profile_stat.yml:56 Friday 12 January 2024 20:11:17 +0000 (0:00:00.131) 0:00:29.541 ******** ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true }, "changed": false } TASK [Get the fingerprint comment in ifcfg-veth0] ****************************** task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/get_profile_stat.yml:62 Friday 12 January 2024 20:11:17 +0000 (0:00:00.025) 0:00:29.567 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^# system_role:network", "/etc/sysconfig/network-scripts/ifcfg-veth0" ], "delta": "0:00:00.002959", "end": "2024-01-12 20:11:17.158393", "rc": 0, "start": "2024-01-12 20:11:17.155434" } STDOUT: # system_role:network TASK [Verify the fingerprint comment in ifcfg-veth0] *************************** task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/get_profile_stat.yml:69 Friday 12 January 2024 20:11:17 +0000 (0:00:00.144) 0:00:29.712 ******** ok: [sut] => { "ansible_facts": { "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Assert that the profile is present - 'veth0'] **************************** task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/assert_profile_present.yml:5 Friday 12 January 2024 20:11:17 +0000 (0:00:00.028) 0:00:29.740 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'veth0'] *********** task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/assert_profile_present.yml:10 Friday 12 January 2024 20:11:17 +0000 (0:00:00.023) 0:00:29.764 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/assert_profile_present.yml:15 Friday 12 January 2024 20:11:17 +0000 (0:00:00.027) 0:00:29.791 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tests_auto_gateway.yml:116 Friday 12 January 2024 20:11:17 +0000 (0:00:00.024) 0:00:29.816 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.003036", "end": "2024-01-12 20:11:17.409040", "rc": 0, "start": "2024-01-12 20:11:17.406004" } STDOUT: 203.0.113.0/24 dev veth0 proto kernel scope link src 203.0.113.2 10.31.8.0/22 dev eth0 proto kernel scope link src 10.31.8.124 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.8.1 dev eth0 TASK [Assert default ipv4 route is absent] ************************************* task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tests_auto_gateway.yml:120 Friday 12 January 2024 20:11:17 +0000 (0:00:00.689) 0:00:30.505 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tests_auto_gateway.yml:126 Friday 12 January 2024 20:11:18 +0000 (0:00:00.039) 0:00:30.544 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.002894", "end": "2024-01-12 20:11:18.134244", "rc": 0, "start": "2024-01-12 20:11:18.131350" } 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-route_typejuh9rwt9/tests/playbooks/tests_auto_gateway.yml:130 Friday 12 January 2024 20:11:18 +0000 (0:00:00.131) 0:00:30.676 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tests_auto_gateway.yml:137 Friday 12 January 2024 20:11:18 +0000 (0:00:00.025) 0:00:30.701 ******** ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/main.yml:4 Friday 12 January 2024 20:11:18 +0000 (0:00:00.041) 0:00:30.743 ******** included: /WORKDIR/git-route_typejuh9rwt9/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-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Friday 12 January 2024 20:11:18 +0000 (0:00:00.071) 0:00:30.814 ******** 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-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Friday 12 January 2024 20:11:18 +0000 (0:00:00.061) 0:00:30.875 ******** 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-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Friday 12 January 2024 20:11:18 +0000 (0:00:00.038) 0:00:30.914 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Friday 12 January 2024 20:11:18 +0000 (0:00:00.107) 0:00:31.021 ******** 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-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Friday 12 January 2024 20:11:19 +0000 (0:00:01.432) 0:00:32.453 ******** 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-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/main.yml:7 Friday 12 January 2024 20:11:20 +0000 (0:00:00.565) 0:00:33.018 ******** 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-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/main.yml:11 Friday 12 January 2024 20:11:20 +0000 (0:00:00.025) 0:00:33.044 ******** 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-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/main.yml:19 Friday 12 January 2024 20:11:20 +0000 (0:00:00.021) 0:00:33.066 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/main.yml:30 Friday 12 January 2024 20:11:20 +0000 (0:00:00.023) 0:00:33.090 ******** 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-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/main.yml:40 Friday 12 January 2024 20:11:20 +0000 (0:00:00.049) 0:00:33.140 ******** 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-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/main.yml:55 Friday 12 January 2024 20:11:20 +0000 (0:00:00.024) 0:00:33.165 ******** 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-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/main.yml:71 Friday 12 January 2024 20:11:20 +0000 (0:00:00.089) 0:00:33.254 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/main.yml:85 Friday 12 January 2024 20:11:20 +0000 (0:00:00.054) 0:00:33.308 ******** 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-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/main.yml:96 Friday 12 January 2024 20:11:20 +0000 (0:00:00.027) 0:00:33.336 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/main.yml:105 Friday 12 January 2024 20:11:20 +0000 (0:00:00.024) 0:00:33.361 ******** 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-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/main.yml:113 Friday 12 January 2024 20:11:21 +0000 (0:00:00.238) 0:00:33.599 ******** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-2333dkgutsis/tmpax8hpnw_" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/main.yml:122 Friday 12 January 2024 20:11:21 +0000 (0:00:00.229) 0:00:33.829 ******** 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-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/main.yml:134 Friday 12 January 2024 20:11:21 +0000 (0:00:00.350) 0:00:34.179 ******** 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-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/main.yml:140 Friday 12 January 2024 20:11:21 +0000 (0:00:00.022) 0:00:34.202 ******** 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-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/main.yml:144 Friday 12 January 2024 20:11:21 +0000 (0:00:00.024) 0:00:34.226 ******** 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-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/main.yml:149 Friday 12 January 2024 20:11:21 +0000 (0:00:00.034) 0:00:34.260 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/main.yml:155 Friday 12 January 2024 20:11:21 +0000 (0:00:00.031) 0:00:34.292 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tests_auto_gateway.yml:149 Friday 12 January 2024 20:11:21 +0000 (0:00:00.141) 0:00:34.434 ******** included: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/manage_test_interface.yml:3 Friday 12 January 2024 20:11:21 +0000 (0:00:00.057) 0:00:34.492 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/manage_test_interface.yml:8 Friday 12 January 2024 20:11:22 +0000 (0:00:00.088) 0:00:34.580 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/manage_test_interface.yml:13 Friday 12 January 2024 20:11:22 +0000 (0:00:00.027) 0:00:34.608 ******** included: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/show_interfaces.yml:3 Friday 12 January 2024 20:11:22 +0000 (0:00:00.046) 0:00:34.655 ******** included: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/get_current_interfaces.yml:3 Friday 12 January 2024 20:11:22 +0000 (0:00:00.034) 0:00:34.689 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003124", "end": "2024-01-12 20:11:22.278053", "rc": 0, "start": "2024-01-12 20:11:22.274929" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/get_current_interfaces.yml:9 Friday 12 January 2024 20:11:22 +0000 (0:00:00.137) 0:00:34.827 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/show_interfaces.yml:5 Friday 12 January 2024 20:11:22 +0000 (0:00:00.025) 0:00:34.852 ******** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/manage_test_interface.yml:16 Friday 12 January 2024 20:11:22 +0000 (0:00:00.028) 0:00:34.881 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [ "iproute-2.6.32-57.el6.x86_64 providing iproute is already installed" ] } TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/manage_test_interface.yml:24 Friday 12 January 2024 20:11:22 +0000 (0:00:00.376) 0:00:35.258 ******** 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-route_typejuh9rwt9/tests/playbooks/tasks/manage_test_interface.yml:33 Friday 12 January 2024 20:11:22 +0000 (0:00:00.071) 0:00:35.329 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/manage_test_interface.yml:41 Friday 12 January 2024 20:11:22 +0000 (0:00:00.059) 0:00:35.389 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.040986", "end": "2024-01-12 20:11:23.037019", "rc": 0, "start": "2024-01-12 20:11:22.996033" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/manage_test_interface.yml:48 Friday 12 January 2024 20:11:23 +0000 (0:00:00.216) 0:00:35.606 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/manage_test_interface.yml:54 Friday 12 January 2024 20:11:23 +0000 (0:00:00.037) 0:00:35.644 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/manage_test_interface.yml:61 Friday 12 January 2024 20:11:23 +0000 (0:00:00.024) 0:00:35.669 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/manage_test_interface.yml:67 Friday 12 January 2024 20:11:23 +0000 (0:00:00.093) 0:00:35.762 ******** 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 Friday 12 January 2024 20:11:23 +0000 (0:00:00.009) 0:00:35.772 ******** =============================================================================== linux-system-roles.network : Configure networking connection profiles --- 4.62s /WORKDIR/git-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/main.yml:122 linux-system-roles.network : Configure networking connection profiles --- 4.39s /WORKDIR/git-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/main.yml:122 linux-system-roles.network : Check which services are running ----------- 1.64s /WORKDIR/git-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.44s /WORKDIR/git-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.43s /WORKDIR/git-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.41s /WORKDIR/git-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Gathering Facts --------------------------------------------------------- 0.85s /WORKDIR/git-route_typejuh9rwt9/tests/tests_auto_gateway_initscripts.yml:5 ---- linux-system-roles.network : Check which packages are installed --------- 0.78s /WORKDIR/git-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Configure networking connection profiles --- 0.75s /WORKDIR/git-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/main.yml:122 Gathering Facts --------------------------------------------------------- 0.73s /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tests_auto_gateway.yml:3 ------ Show ipv4 routes -------------------------------------------------------- 0.69s /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tests_auto_gateway.yml:116 ---- linux-system-roles.network : Check which packages are installed --------- 0.64s /WORKDIR/git-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Create veth interface veth0 --------------------------------------------- 0.58s /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/manage_test_interface.yml:24 linux-system-roles.network : Check which packages are installed --------- 0.57s /WORKDIR/git-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.56s /WORKDIR/git-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Enable EPEL 6 ----------------------------------------------------------- 0.54s /WORKDIR/git-route_typejuh9rwt9/tests/tasks/enable_epel.yml:40 ---------------- Install iproute --------------------------------------------------------- 0.52s /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/manage_test_interface.yml:16 linux-system-roles.network : Enable network service --------------------- 0.45s /WORKDIR/git-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/main.yml:105 linux-system-roles.network : Ensure initscripts network file dependency is present --- 0.43s /WORKDIR/git-route_typejuh9rwt9/tests/roles/linux-system-roles.network/tasks/main.yml:113 Create veth interface veth0 --------------------------------------------- 0.41s /WORKDIR/git-route_typejuh9rwt9/tests/playbooks/tasks/manage_test_interface.yml:24 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---