# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.14.4] 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.14/lib/python3.9/site-packages/ansible ansible collection location = /WORKDIR/git-weekly-ci7pg__w46/.collection executable location = /opt/ansible-2.14/bin/ansible-playbook python version = 3.9.16 (main, Jan 17 2023, 18:53:15) [GCC 8.5.0 20210514 (Red Hat 8.5.0-18)] (/opt/ansible-2.14/bin/python3.9) jinja version = 3.1.2 libyaml = True Using /etc/ansible/ansible.cfg as config file statically imported: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/tasks/create_test_interfaces_with_dhcp.yml statically imported: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/tasks/assert_device_present.yml statically imported: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/tasks/assert_device_present.yml statically imported: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/tasks/assert_device_present.yml statically imported: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/tasks/remove_test_interfaces_with_dhcp.yml Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_bond_options_nm.yml ******************************************** 2 plays in /WORKDIR/git-weekly-ci7pg__w46/tests/tests_bond_options_nm.yml PLAY [Run playbook 'playbooks/tests_bond_options.yml' with nm as provider] ***** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tests_bond_options_nm.yml:5 Saturday 27 May 2023 19:53:44 +0000 (0:00:00.023) 0:00:00.023 ********** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tests_bond_options_nm.yml:9 Saturday 27 May 2023 19:53:45 +0000 (0:00:00.936) 0:00:00.959 ********** included: /WORKDIR/git-weekly-ci7pg__w46/tests/tasks/el_repo_setup.yml for sut TASK [Gather the minimum subset of ansible_facts required by the network role test] *** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tasks/el_repo_setup.yml:3 Saturday 27 May 2023 19:53:45 +0000 (0:00:00.027) 0:00:00.987 ********** ok: [sut] TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tasks/el_repo_setup.yml:14 Saturday 27 May 2023 19:53:45 +0000 (0:00:00.381) 0:00:01.369 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tasks/el_repo_setup.yml:39 Saturday 27 May 2023 19:53:45 +0000 (0:00:00.019) 0:00:01.389 ********** included: /WORKDIR/git-weekly-ci7pg__w46/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 36] ********************************************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tasks/enable_epel.yml:8 Saturday 27 May 2023 19:53:45 +0000 (0:00:00.029) 0:00:01.418 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tasks/enable_epel.yml:24 Saturday 27 May 2023 19:53:45 +0000 (0:00:00.020) 0:00:01.439 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tasks/enable_epel.yml:29 Saturday 27 May 2023 19:53:45 +0000 (0:00:00.020) 0:00:01.460 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tasks/enable_epel.yml:34 Saturday 27 May 2023 19:53:45 +0000 (0:00:00.019) 0:00:01.479 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tests_bond_options_nm.yml:11 Saturday 27 May 2023 19:53:45 +0000 (0:00:00.021) 0:00:01.501 ********** ok: [sut] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } PLAY [Play for testing bond options] ******************************************* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/tests_bond_options.yml:3 Saturday 27 May 2023 19:53:45 +0000 (0:00:00.061) 0:00:01.562 ********** ok: [sut] TASK [INIT Prepare setup] ****************************************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/tests_bond_options.yml:15 Saturday 27 May 2023 19:53:46 +0000 (0:00:00.617) 0:00:02.180 ********** ok: [sut] => {} MSG: ################################################## TASK [Install dnsmasq] ********************************************************* task path: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/tasks/create_test_interfaces_with_dhcp.yml:3 Saturday 27 May 2023 19:53:46 +0000 (0:00:00.022) 0:00:02.202 ********** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: dnsmasq-2.86-10.fc36.x86_64" ] } TASK [Install pgrep, sysctl] *************************************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/tasks/create_test_interfaces_with_dhcp.yml:8 Saturday 27 May 2023 19:53:50 +0000 (0:00:04.125) 0:00:06.328 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Install pgrep, sysctl] *************************************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/tasks/create_test_interfaces_with_dhcp.yml:16 Saturday 27 May 2023 19:53:50 +0000 (0:00:00.022) 0:00:06.351 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create test interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/tasks/create_test_interfaces_with_dhcp.yml:24 Saturday 27 May 2023 19:53:55 +0000 (0:00:04.544) 0:00:10.895 ********** ok: [sut] => { "changed": false, "cmd": "set -euo pipefail\nip link add test1 type veth peer name test1p\nip link add test2 type veth peer name test2p\nif [ -n \"$(pgrep NetworkManager)\" ];then\n nmcli d set test1 managed true\n nmcli d set test2 managed true\n # NetworkManager should not manage DHCP server ports\n nmcli d set test1p managed false\n nmcli d set test2p managed false\nfi\nip link set test1p up\nip link set test2p up\n\n# Create the 'testbr' - providing both 10.x ipv4 and 2620:52:0 ipv6 dhcp\nip link add name testbr type bridge forward_delay 0\nif [ -n \"$(pgrep NetworkManager)\" ];then\n # NetworkManager should not manage DHCP server ports\n nmcli d set testbr managed false\nfi\nip link set testbr up\ntimer=0\n# The while loop following is a workaround for the NM bug, which can be\n# tracked in https://bugzilla.redhat.com/show_bug.cgi?id=2079642\nwhile ! ip addr show testbr | grep -q 'inet [1-9]'\ndo\n let \"timer+=1\"\n if [ $timer -eq 30 ]; then break; fi\n sleep 1\n ip addr add 192.0.2.1/24 dev testbr\n ip -6 addr add 2001:DB8::1/32 dev testbr\ndone\n\nif grep 'release 6' /etc/redhat-release; then\n # We need bridge-utils and radvd only in rhel6\n if ! rpm -q --quiet radvd; then yum -y install radvd; fi\n if ! rpm -q --quiet bridge-utils; then yum -y install bridge-utils; fi\n\n # We need to add iptables rule to allow dhcp request\n iptables -I INPUT -i testbr -p udp --dport 67:68 --sport 67:68 -j ACCEPT\n\n # Add test1, test2 peers into the testbr\n brctl addif testbr test1p\n brctl addif testbr test2p\n\n # in RHEL6 /run is not present\n mkdir -p /run\n\n # and dnsmasq does not support ipv6\n dnsmasq --pid-file=/run/dhcp_testbr.pid --dhcp-leasefile=/run/dhcp_testbr.lease --dhcp-range=192.0.2.1,192.0.2.254,240 --interface=testbr --bind-interfaces\n\n # start radvd for ipv6\n echo 'interface testbr {' > /etc/radvd.conf\n echo ' AdvSendAdvert on;' >> /etc/radvd.conf\n echo ' prefix 2001:DB8::/64 { ' >> /etc/radvd.conf\n echo ' AdvOnLink on; }; ' >> /etc/radvd.conf\n echo ' }; ' >> /etc/radvd.conf\n\n # enable ipv6 forwarding\n sysctl -w net.ipv6.conf.all.forwarding=1\n service radvd restart\n\nelse\n ip link set test1p master testbr\n ip link set test2p master testbr\n # Run joint DHCP4/DHCP6 server with RA enabled in veth namespace\n dnsmasq --pid-file=/run/dhcp_testbr.pid --dhcp-leasefile=/run/dhcp_testbr.lease --dhcp-range=192.0.2.1,192.0.2.254,240 --dhcp-range=2001:DB8::10,2001:DB8::1FF,slaac,64,240 --enable-ra --interface=testbr --bind-interfaces\nfi\n", "delta": "0:00:01.554166", "end": "2023-05-27 19:53:57.030108", "rc": 0, "start": "2023-05-27 19:53:55.475942" } TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 27 May 2023 19:53:57 +0000 (0:00:01.882) 0:00:12.777 ********** included: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface test1] ******************************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 27 May 2023 19:53:57 +0000 (0:00:00.027) 0:00:12.805 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1685217235.5382872, "block_size": 4096, "blocks": 0, "ctime": 1685217235.5382872, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 25506, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/test1", "lnk_target": "../../devices/virtual/net/test1", "mode": "0777", "mtime": 1685217235.5382872, "nlink": 1, "path": "/sys/class/net/test1", "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 - 'test1'] ************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 27 May 2023 19:53:57 +0000 (0:00:00.330) 0:00:13.135 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 27 May 2023 19:53:57 +0000 (0:00:00.028) 0:00:13.163 ********** included: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface test2] ******************************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 27 May 2023 19:53:57 +0000 (0:00:00.029) 0:00:13.193 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1685217235.5475724, "block_size": 4096, "blocks": 0, "ctime": 1685217235.5475724, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 26092, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/test2", "lnk_target": "../../devices/virtual/net/test2", "mode": "0777", "mtime": 1685217235.5475724, "nlink": 1, "path": "/sys/class/net/test2", "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 - 'test2'] ************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 27 May 2023 19:53:57 +0000 (0:00:00.215) 0:00:13.409 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEST Add Bond with 2 ports] ********************************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/tests_bond_options.yml:30 Saturday 27 May 2023 19:53:57 +0000 (0:00:00.028) 0:00:13.437 ********** ok: [sut] => {} MSG: ################################################## TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 27 May 2023 19:53:57 +0000 (0:00:00.024) 0:00:13.462 ********** included: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 27 May 2023 19:53:57 +0000 (0:00:00.044) 0:00:13.506 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 Saturday 27 May 2023 19:53:58 +0000 (0:00:00.382) 0:00:13.889 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 Saturday 27 May 2023 19:54:00 +0000 (0:00:02.196) 0:00:16.085 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 27 May 2023 19:54:01 +0000 (0:00:00.938) 0:00:17.024 ********** ok: [sut] => {} MSG: Using network provider: nm TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 27 May 2023 19:54:01 +0000 (0:00:00.046) 0:00:17.070 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 27 May 2023 19:54:01 +0000 (0:00:00.045) 0:00:17.116 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Saturday 27 May 2023 19:54:01 +0000 (0:00:00.042) 0:00:17.159 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:35 Saturday 27 May 2023 19:54:02 +0000 (0:00:00.610) 0:00:17.770 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:45 Saturday 27 May 2023 19:54:02 +0000 (0:00:00.050) 0:00:17.820 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:56 Saturday 27 May 2023 19:54:02 +0000 (0:00:00.047) 0:00:17.867 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:69 Saturday 27 May 2023 19:54:02 +0000 (0:00:00.171) 0:00:18.039 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:80 Saturday 27 May 2023 19:54:03 +0000 (0:00:01.135) 0:00:19.174 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:89 Saturday 27 May 2023 19:54:03 +0000 (0:00:00.156) 0:00:19.331 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:97 Saturday 27 May 2023 19:54:03 +0000 (0:00:00.033) 0:00:19.365 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106 Saturday 27 May 2023 19:54:03 +0000 (0:00:00.035) 0:00:19.400 ********** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "bond": { "ad_actor_sys_prio": 65535, "ad_actor_system": "00:00:5e:00:53:5d", "ad_select": "stable", "ad_user_port_key": 1023, "all_ports_active": true, "downdelay": 0, "lacp_rate": "slow", "lp_interval": 128, "miimon": 110, "min_links": 0, "mode": "802.3ad", "num_grat_arp": 64, "primary_reselect": "better", "resend_igmp": 225, "updelay": 0, "use_carrier": true, "xmit_hash_policy": "encap2+3" }, "interface_name": "nm-bond", "ip": { "route_metric4": 65535 }, "name": "bond0", "state": "up", "type": "bond" }, { "controller": "bond0", "interface_name": "test1", "name": "bond0.0", "state": "up", "type": "ethernet" }, { "controller": "bond0", "interface_name": "test2", "name": "bond0.1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [007] #0, state:up persistent_state:present, 'bond0': add connection bond0, f1c77baf-82d5-4753-b114-4cd6ba3b69e4 [008] #1, state:up persistent_state:present, 'bond0.0': add connection bond0.0, 76f0c949-701e-4860-905d-e345782c68fe [009] #2, state:up persistent_state:present, 'bond0.1': add connection bond0.1, 1d338c04-c776-464d-b8e4-f9948f817aea [010] #0, state:up persistent_state:present, 'bond0': up connection bond0, f1c77baf-82d5-4753-b114-4cd6ba3b69e4 (is-modified) [011] #1, state:up persistent_state:present, 'bond0.0': up connection bond0.0, 76f0c949-701e-4860-905d-e345782c68fe (not-active) [012] #2, state:up persistent_state:present, 'bond0.1': up connection bond0.1, 1d338c04-c776-464d-b8e4-f9948f817aea (not-active) TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:118 Saturday 27 May 2023 19:54:04 +0000 (0:00:01.047) 0:00:20.448 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Saturday 27 May 2023 19:54:04 +0000 (0:00:00.041) 0:00:20.489 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[007] #0, state:up persistent_state:present, 'bond0': add connection bond0, f1c77baf-82d5-4753-b114-4cd6ba3b69e4", "[008] #1, state:up persistent_state:present, 'bond0.0': add connection bond0.0, 76f0c949-701e-4860-905d-e345782c68fe", "[009] #2, state:up persistent_state:present, 'bond0.1': add connection bond0.1, 1d338c04-c776-464d-b8e4-f9948f817aea", "[010] #0, state:up persistent_state:present, 'bond0': up connection bond0, f1c77baf-82d5-4753-b114-4cd6ba3b69e4 (is-modified)", "[011] #1, state:up persistent_state:present, 'bond0.0': up connection bond0.0, 76f0c949-701e-4860-905d-e345782c68fe (not-active)", "[012] #2, state:up persistent_state:present, 'bond0.1': up connection bond0.1, 1d338c04-c776-464d-b8e4-f9948f817aea (not-active)" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:128 Saturday 27 May 2023 19:54:04 +0000 (0:00:00.040) 0:00:20.530 ********** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "bond": { "ad_actor_sys_prio": 65535, "ad_actor_system": "00:00:5e:00:53:5d", "ad_select": "stable", "ad_user_port_key": 1023, "all_ports_active": true, "downdelay": 0, "lacp_rate": "slow", "lp_interval": 128, "miimon": 110, "min_links": 0, "mode": "802.3ad", "num_grat_arp": 64, "primary_reselect": "better", "resend_igmp": 225, "updelay": 0, "use_carrier": true, "xmit_hash_policy": "encap2+3" }, "interface_name": "nm-bond", "ip": { "route_metric4": 65535 }, "name": "bond0", "state": "up", "type": "bond" }, { "controller": "bond0", "interface_name": "test1", "name": "bond0.0", "state": "up", "type": "ethernet" }, { "controller": "bond0", "interface_name": "test2", "name": "bond0.1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[007] #0, state:up persistent_state:present, 'bond0': add connection bond0, f1c77baf-82d5-4753-b114-4cd6ba3b69e4\n[008] #1, state:up persistent_state:present, 'bond0.0': add connection bond0.0, 76f0c949-701e-4860-905d-e345782c68fe\n[009] #2, state:up persistent_state:present, 'bond0.1': add connection bond0.1, 1d338c04-c776-464d-b8e4-f9948f817aea\n[010] #0, state:up persistent_state:present, 'bond0': up connection bond0, f1c77baf-82d5-4753-b114-4cd6ba3b69e4 (is-modified)\n[011] #1, state:up persistent_state:present, 'bond0.0': up connection bond0.0, 76f0c949-701e-4860-905d-e345782c68fe (not-active)\n[012] #2, state:up persistent_state:present, 'bond0.1': up connection bond0.1, 1d338c04-c776-464d-b8e4-f9948f817aea (not-active)\n", "stderr_lines": [ "[007] #0, state:up persistent_state:present, 'bond0': add connection bond0, f1c77baf-82d5-4753-b114-4cd6ba3b69e4", "[008] #1, state:up persistent_state:present, 'bond0.0': add connection bond0.0, 76f0c949-701e-4860-905d-e345782c68fe", "[009] #2, state:up persistent_state:present, 'bond0.1': add connection bond0.1, 1d338c04-c776-464d-b8e4-f9948f817aea", "[010] #0, state:up persistent_state:present, 'bond0': up connection bond0, f1c77baf-82d5-4753-b114-4cd6ba3b69e4 (is-modified)", "[011] #1, state:up persistent_state:present, 'bond0.0': up connection bond0.0, 76f0c949-701e-4860-905d-e345782c68fe (not-active)", "[012] #2, state:up persistent_state:present, 'bond0.1': up connection bond0.1, 1d338c04-c776-464d-b8e4-f9948f817aea (not-active)" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 27 May 2023 19:54:04 +0000 (0:00:00.043) 0:00:20.574 ********** skipping: [sut] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Saturday 27 May 2023 19:54:04 +0000 (0:00:00.041) 0:00:20.615 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 27 May 2023 19:54:05 +0000 (0:00:00.380) 0:00:20.996 ********** included: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface nm-bond] ****************************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 27 May 2023 19:54:05 +0000 (0:00:00.055) 0:00:21.051 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1685217244.5149312, "block_size": 4096, "blocks": 0, "ctime": 1685217244.5149312, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 26807, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/nm-bond", "lnk_target": "../../devices/virtual/net/nm-bond", "mode": "0777", "mtime": 1685217244.5149312, "nlink": 1, "path": "/sys/class/net/nm-bond", "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 - 'nm-bond'] ************************ task path: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 27 May 2023 19:54:05 +0000 (0:00:00.230) 0:00:21.282 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/tests_bond_options.yml:80 Saturday 27 May 2023 19:54:05 +0000 (0:00:00.043) 0:00:21.325 ********** included: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/tasks/assert_profile_present.yml for sut => (item=bond0) included: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/tasks/assert_profile_present.yml for sut => (item=bond0.0) included: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/tasks/assert_profile_present.yml for sut => (item=bond0.1) TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/tasks/assert_profile_present.yml:3 Saturday 27 May 2023 19:54:05 +0000 (0:00:00.102) 0:00:21.428 ********** included: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 27 May 2023 19:54:05 +0000 (0:00:00.064) 0:00:21.492 ********** ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": false, "lsr_net_profile_exists": false, "lsr_net_profile_fingerprint": false }, "changed": false } TASK [Stat profile file] ******************************************************* task path: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 27 May 2023 19:54:05 +0000 (0:00:00.041) 0:00:21.533 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 27 May 2023 19:54:06 +0000 (0:00:00.227) 0:00:21.761 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 27 May 2023 19:54:06 +0000 (0:00:00.042) 0:00:21.804 ********** ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep bond0 | grep /etc", "delta": "0:00:00.025155", "end": "2023-05-27 19:54:06.298381", "rc": 0, "start": "2023-05-27 19:54:06.273226" } STDOUT: bond0 /etc/NetworkManager/system-connections/bond0.nmconnection bond0.0 /etc/NetworkManager/system-connections/bond0.0.nmconnection bond0.1 /etc/NetworkManager/system-connections/bond0.1.nmconnection TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 27 May 2023 19:54:06 +0000 (0:00:00.262) 0:00:22.067 ********** ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true, "lsr_net_profile_exists": true, "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Get the ansible_managed comment in ifcfg-bond0] ************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 27 May 2023 19:54:06 +0000 (0:00:00.068) 0:00:22.135 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-bond0] *********************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 27 May 2023 19:54:06 +0000 (0:00:00.033) 0:00:22.169 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-bond0] ****************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 27 May 2023 19:54:06 +0000 (0:00:00.036) 0:00:22.205 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-bond0] *************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 27 May 2023 19:54:06 +0000 (0:00:00.035) 0:00:22.241 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'bond0'] **************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/tasks/assert_profile_present.yml:5 Saturday 27 May 2023 19:54:06 +0000 (0:00:00.035) 0:00:22.277 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'bond0'] *********** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/tasks/assert_profile_present.yml:10 Saturday 27 May 2023 19:54:06 +0000 (0:00:00.042) 0:00:22.319 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in bond0] ***************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/tasks/assert_profile_present.yml:15 Saturday 27 May 2023 19:54:06 +0000 (0:00:00.040) 0:00:22.359 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/tasks/assert_profile_present.yml:3 Saturday 27 May 2023 19:54:06 +0000 (0:00:00.039) 0:00:22.399 ********** included: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 27 May 2023 19:54:06 +0000 (0:00:00.060) 0:00:22.460 ********** ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": false, "lsr_net_profile_exists": false, "lsr_net_profile_fingerprint": false }, "changed": false } TASK [Stat profile file] ******************************************************* task path: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 27 May 2023 19:54:06 +0000 (0:00:00.038) 0:00:22.498 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 27 May 2023 19:54:07 +0000 (0:00:00.225) 0:00:22.723 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 27 May 2023 19:54:07 +0000 (0:00:00.033) 0:00:22.757 ********** ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep bond0.0 | grep /etc", "delta": "0:00:00.025745", "end": "2023-05-27 19:54:07.250413", "rc": 0, "start": "2023-05-27 19:54:07.224668" } STDOUT: bond0.0 /etc/NetworkManager/system-connections/bond0.0.nmconnection TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 27 May 2023 19:54:07 +0000 (0:00:00.253) 0:00:23.011 ********** ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true, "lsr_net_profile_exists": true, "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Get the ansible_managed comment in ifcfg-bond0.0] ************************ task path: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 27 May 2023 19:54:07 +0000 (0:00:00.077) 0:00:23.089 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-bond0.0] ********************* task path: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 27 May 2023 19:54:07 +0000 (0:00:00.036) 0:00:23.126 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-bond0.0] **************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 27 May 2023 19:54:07 +0000 (0:00:00.034) 0:00:23.160 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-bond0.0] ************************* task path: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 27 May 2023 19:54:07 +0000 (0:00:00.034) 0:00:23.195 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'bond0.0'] ************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/tasks/assert_profile_present.yml:5 Saturday 27 May 2023 19:54:07 +0000 (0:00:00.038) 0:00:23.233 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'bond0.0'] ********* task path: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/tasks/assert_profile_present.yml:10 Saturday 27 May 2023 19:54:07 +0000 (0:00:00.048) 0:00:23.281 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in bond0.0] *************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/tasks/assert_profile_present.yml:15 Saturday 27 May 2023 19:54:07 +0000 (0:00:00.042) 0:00:23.324 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/tasks/assert_profile_present.yml:3 Saturday 27 May 2023 19:54:07 +0000 (0:00:00.040) 0:00:23.365 ********** included: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 27 May 2023 19:54:07 +0000 (0:00:00.059) 0:00:23.424 ********** ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": false, "lsr_net_profile_exists": false, "lsr_net_profile_fingerprint": false }, "changed": false } TASK [Stat profile file] ******************************************************* task path: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 27 May 2023 19:54:07 +0000 (0:00:00.038) 0:00:23.463 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 27 May 2023 19:54:07 +0000 (0:00:00.224) 0:00:23.688 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 27 May 2023 19:54:08 +0000 (0:00:00.034) 0:00:23.722 ********** ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep bond0.1 | grep /etc", "delta": "0:00:00.033522", "end": "2023-05-27 19:54:08.249893", "rc": 0, "start": "2023-05-27 19:54:08.216371" } STDOUT: bond0.1 /etc/NetworkManager/system-connections/bond0.1.nmconnection TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 27 May 2023 19:54:08 +0000 (0:00:00.289) 0:00:24.011 ********** ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true, "lsr_net_profile_exists": true, "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Get the ansible_managed comment in ifcfg-bond0.1] ************************ task path: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 27 May 2023 19:54:08 +0000 (0:00:00.075) 0:00:24.087 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-bond0.1] ********************* task path: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 27 May 2023 19:54:08 +0000 (0:00:00.046) 0:00:24.133 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-bond0.1] **************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 27 May 2023 19:54:08 +0000 (0:00:00.045) 0:00:24.179 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-bond0.1] ************************* task path: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 27 May 2023 19:54:08 +0000 (0:00:00.038) 0:00:24.218 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'bond0.1'] ************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/tasks/assert_profile_present.yml:5 Saturday 27 May 2023 19:54:08 +0000 (0:00:00.037) 0:00:24.255 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'bond0.1'] ********* task path: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/tasks/assert_profile_present.yml:10 Saturday 27 May 2023 19:54:08 +0000 (0:00:00.040) 0:00:24.296 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in bond0.1] *************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/tasks/assert_profile_present.yml:15 Saturday 27 May 2023 19:54:08 +0000 (0:00:00.036) 0:00:24.332 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [** TEST check bond settings] ********************************************* task path: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/tests_bond_options.yml:89 Saturday 27 May 2023 19:54:08 +0000 (0:00:00.035) 0:00:24.367 ********** ok: [sut] => (item={'key': 'mode', 'value': '802.3ad'}) => { "ansible_loop_var": "item", "attempts": 1, "changed": false, "cmd": [ "cat", "/sys/class/net/nm-bond/bonding/mode" ], "delta": "0:00:00.003319", "end": "2023-05-27 19:54:08.837972", "item": { "key": "mode", "value": "802.3ad" }, "rc": 0, "start": "2023-05-27 19:54:08.834653" } STDOUT: 802.3ad 4 ok: [sut] => (item={'key': 'ad_actor_sys_prio', 'value': '65535'}) => { "ansible_loop_var": "item", "attempts": 1, "changed": false, "cmd": [ "cat", "/sys/class/net/nm-bond/bonding/ad_actor_sys_prio" ], "delta": "0:00:00.003283", "end": "2023-05-27 19:54:09.039747", "item": { "key": "ad_actor_sys_prio", "value": "65535" }, "rc": 0, "start": "2023-05-27 19:54:09.036464" } STDOUT: 65535 ok: [sut] => (item={'key': 'ad_actor_system', 'value': '00:00:5e:00:53:5d'}) => { "ansible_loop_var": "item", "attempts": 1, "changed": false, "cmd": [ "cat", "/sys/class/net/nm-bond/bonding/ad_actor_system" ], "delta": "0:00:00.003487", "end": "2023-05-27 19:54:09.241421", "item": { "key": "ad_actor_system", "value": "00:00:5e:00:53:5d" }, "rc": 0, "start": "2023-05-27 19:54:09.237934" } STDOUT: 00:00:5e:00:53:5d ok: [sut] => (item={'key': 'ad_select', 'value': 'stable'}) => { "ansible_loop_var": "item", "attempts": 1, "changed": false, "cmd": [ "cat", "/sys/class/net/nm-bond/bonding/ad_select" ], "delta": "0:00:00.003226", "end": "2023-05-27 19:54:09.444369", "item": { "key": "ad_select", "value": "stable" }, "rc": 0, "start": "2023-05-27 19:54:09.441143" } STDOUT: stable 0 ok: [sut] => (item={'key': 'ad_user_port_key', 'value': '1023'}) => { "ansible_loop_var": "item", "attempts": 1, "changed": false, "cmd": [ "cat", "/sys/class/net/nm-bond/bonding/ad_user_port_key" ], "delta": "0:00:00.003356", "end": "2023-05-27 19:54:09.647359", "item": { "key": "ad_user_port_key", "value": "1023" }, "rc": 0, "start": "2023-05-27 19:54:09.644003" } STDOUT: 1023 ok: [sut] => (item={'key': 'all_slaves_active', 'value': '1'}) => { "ansible_loop_var": "item", "attempts": 1, "changed": false, "cmd": [ "cat", "/sys/class/net/nm-bond/bonding/all_slaves_active" ], "delta": "0:00:00.003338", "end": "2023-05-27 19:54:09.849063", "item": { "key": "all_slaves_active", "value": "1" }, "rc": 0, "start": "2023-05-27 19:54:09.845725" } STDOUT: 1 ok: [sut] => (item={'key': 'downdelay', 'value': '0'}) => { "ansible_loop_var": "item", "attempts": 1, "changed": false, "cmd": [ "cat", "/sys/class/net/nm-bond/bonding/downdelay" ], "delta": "0:00:00.003351", "end": "2023-05-27 19:54:10.051955", "item": { "key": "downdelay", "value": "0" }, "rc": 0, "start": "2023-05-27 19:54:10.048604" } STDOUT: 0 ok: [sut] => (item={'key': 'lacp_rate', 'value': 'slow'}) => { "ansible_loop_var": "item", "attempts": 1, "changed": false, "cmd": [ "cat", "/sys/class/net/nm-bond/bonding/lacp_rate" ], "delta": "0:00:00.003316", "end": "2023-05-27 19:54:10.253756", "item": { "key": "lacp_rate", "value": "slow" }, "rc": 0, "start": "2023-05-27 19:54:10.250440" } STDOUT: slow 0 ok: [sut] => (item={'key': 'lp_interval', 'value': '128'}) => { "ansible_loop_var": "item", "attempts": 1, "changed": false, "cmd": [ "cat", "/sys/class/net/nm-bond/bonding/lp_interval" ], "delta": "0:00:00.003335", "end": "2023-05-27 19:54:10.456658", "item": { "key": "lp_interval", "value": "128" }, "rc": 0, "start": "2023-05-27 19:54:10.453323" } STDOUT: 128 ok: [sut] => (item={'key': 'miimon', 'value': '110'}) => { "ansible_loop_var": "item", "attempts": 1, "changed": false, "cmd": [ "cat", "/sys/class/net/nm-bond/bonding/miimon" ], "delta": "0:00:00.003282", "end": "2023-05-27 19:54:10.659064", "item": { "key": "miimon", "value": "110" }, "rc": 0, "start": "2023-05-27 19:54:10.655782" } STDOUT: 110 ok: [sut] => (item={'key': 'num_grat_arp', 'value': '64'}) => { "ansible_loop_var": "item", "attempts": 1, "changed": false, "cmd": [ "cat", "/sys/class/net/nm-bond/bonding/num_grat_arp" ], "delta": "0:00:00.003374", "end": "2023-05-27 19:54:10.862297", "item": { "key": "num_grat_arp", "value": "64" }, "rc": 0, "start": "2023-05-27 19:54:10.858923" } STDOUT: 64 ok: [sut] => (item={'key': 'resend_igmp', 'value': '225'}) => { "ansible_loop_var": "item", "attempts": 1, "changed": false, "cmd": [ "cat", "/sys/class/net/nm-bond/bonding/resend_igmp" ], "delta": "0:00:00.003336", "end": "2023-05-27 19:54:11.065769", "item": { "key": "resend_igmp", "value": "225" }, "rc": 0, "start": "2023-05-27 19:54:11.062433" } STDOUT: 225 ok: [sut] => (item={'key': 'updelay', 'value': '0'}) => { "ansible_loop_var": "item", "attempts": 1, "changed": false, "cmd": [ "cat", "/sys/class/net/nm-bond/bonding/updelay" ], "delta": "0:00:00.003309", "end": "2023-05-27 19:54:11.266783", "item": { "key": "updelay", "value": "0" }, "rc": 0, "start": "2023-05-27 19:54:11.263474" } STDOUT: 0 ok: [sut] => (item={'key': 'use_carrier', 'value': '1'}) => { "ansible_loop_var": "item", "attempts": 1, "changed": false, "cmd": [ "cat", "/sys/class/net/nm-bond/bonding/use_carrier" ], "delta": "0:00:00.003281", "end": "2023-05-27 19:54:11.468146", "item": { "key": "use_carrier", "value": "1" }, "rc": 0, "start": "2023-05-27 19:54:11.464865" } STDOUT: 1 ok: [sut] => (item={'key': 'xmit_hash_policy', 'value': 'encap2+3'}) => { "ansible_loop_var": "item", "attempts": 1, "changed": false, "cmd": [ "cat", "/sys/class/net/nm-bond/bonding/xmit_hash_policy" ], "delta": "0:00:00.003267", "end": "2023-05-27 19:54:11.671075", "item": { "key": "xmit_hash_policy", "value": "encap2+3" }, "rc": 0, "start": "2023-05-27 19:54:11.667808" } STDOUT: encap2+3 3 TASK [** TEST check IPv4] ****************************************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/tests_bond_options.yml:112 Saturday 27 May 2023 19:54:11 +0000 (0:00:03.075) 0:00:27.443 ********** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "ip", "-4", "a", "s", "nm-bond" ], "delta": "0:00:00.003852", "end": "2023-05-27 19:54:11.912899", "rc": 0, "start": "2023-05-27 19:54:11.909047" } STDOUT: 8: nm-bond: mtu 1500 qdisc noqueue state UP group default qlen 1000 inet 192.0.2.62/24 brd 192.0.2.255 scope global dynamic noprefixroute nm-bond valid_lft 236sec preferred_lft 236sec TASK [** TEST check IPv6] ****************************************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/tests_bond_options.yml:119 Saturday 27 May 2023 19:54:11 +0000 (0:00:00.239) 0:00:27.683 ********** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "ip", "-6", "a", "s", "nm-bond" ], "delta": "0:00:00.003939", "end": "2023-05-27 19:54:12.153092", "rc": 0, "start": "2023-05-27 19:54:12.149153" } STDOUT: 8: nm-bond: mtu 1500 qdisc noqueue state UP group default qlen 1000 inet6 2001:db8::18c/128 scope global dynamic noprefixroute valid_lft 236sec preferred_lft 236sec inet6 2001:db8::9c6e:928:8c4e:f404/64 scope global dynamic noprefixroute valid_lft 1795sec preferred_lft 1795sec inet6 fe80::6978:c5d2:4bfa:2b03/64 scope link noprefixroute valid_lft forever preferred_lft forever TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 27 May 2023 19:54:12 +0000 (0:00:00.237) 0:00:27.920 ********** included: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 27 May 2023 19:54:12 +0000 (0:00:00.077) 0:00:27.998 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 Saturday 27 May 2023 19:54:12 +0000 (0:00:00.415) 0:00:28.414 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 Saturday 27 May 2023 19:54:14 +0000 (0:00:02.068) 0:00:30.483 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 27 May 2023 19:54:15 +0000 (0:00:00.675) 0:00:31.158 ********** ok: [sut] => {} MSG: Using network provider: nm TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 27 May 2023 19:54:15 +0000 (0:00:00.044) 0:00:31.203 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 27 May 2023 19:54:15 +0000 (0:00:00.041) 0:00:31.245 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Saturday 27 May 2023 19:54:15 +0000 (0:00:00.041) 0:00:31.286 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:35 Saturday 27 May 2023 19:54:16 +0000 (0:00:00.506) 0:00:31.792 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:45 Saturday 27 May 2023 19:54:16 +0000 (0:00:00.041) 0:00:31.834 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:56 Saturday 27 May 2023 19:54:16 +0000 (0:00:00.039) 0:00:31.873 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:69 Saturday 27 May 2023 19:54:16 +0000 (0:00:00.164) 0:00:32.038 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:80 Saturday 27 May 2023 19:54:17 +0000 (0:00:00.917) 0:00:32.955 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:89 Saturday 27 May 2023 19:54:17 +0000 (0:00:00.165) 0:00:33.121 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:97 Saturday 27 May 2023 19:54:17 +0000 (0:00:00.041) 0:00:33.162 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106 Saturday 27 May 2023 19:54:17 +0000 (0:00:00.038) 0:00:33.201 ********** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "bond": { "arp_interval": 60, "arp_ip_target": "192.0.2.128", "arp_validate": "none", "mode": "active-backup", "primary": "test1" }, "interface_name": "nm-bond", "ip": { "route_metric4": 65535 }, "name": "bond0", "state": "up", "type": "bond" }, { "controller": "bond0", "interface_name": "test1", "name": "bond0.0", "state": "up", "type": "ethernet" }, { "controller": "bond0", "interface_name": "test2", "name": "bond0.1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [007] #0, state:up persistent_state:present, 'bond0': update connection bond0, f1c77baf-82d5-4753-b114-4cd6ba3b69e4 [008] #1, state:up persistent_state:present, 'bond0.0': connection bond0.0, 76f0c949-701e-4860-905d-e345782c68fe already up to date [009] #2, state:up persistent_state:present, 'bond0.1': connection bond0.1, 1d338c04-c776-464d-b8e4-f9948f817aea already up to date [010] #0, state:up persistent_state:present, 'bond0': up connection bond0, f1c77baf-82d5-4753-b114-4cd6ba3b69e4 (is-modified) [011] #0, state:up persistent_state:present, 'bond0': connection reapply failed: failure to reapply checkpoint: nm-device-error-quark: Can't reapply 'mode' bond option (3): {'error': "nm-device-error-quark: Can't reapply 'mode' bond option (3)", 'success': None} [012] #1, state:up persistent_state:present, 'bond0.0': up connection bond0.0, 76f0c949-701e-4860-905d-e345782c68fe (not-active) [013] #2, state:up persistent_state:present, 'bond0.1': up connection bond0.1, 1d338c04-c776-464d-b8e4-f9948f817aea (is-modified) [014] #2, state:up persistent_state:present, 'bond0.1': connection reapplied TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:118 Saturday 27 May 2023 19:54:18 +0000 (0:00:00.655) 0:00:33.856 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Saturday 27 May 2023 19:54:18 +0000 (0:00:00.044) 0:00:33.901 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[007] #0, state:up persistent_state:present, 'bond0': update connection bond0, f1c77baf-82d5-4753-b114-4cd6ba3b69e4", "[008] #1, state:up persistent_state:present, 'bond0.0': connection bond0.0, 76f0c949-701e-4860-905d-e345782c68fe already up to date", "[009] #2, state:up persistent_state:present, 'bond0.1': connection bond0.1, 1d338c04-c776-464d-b8e4-f9948f817aea already up to date", "[010] #0, state:up persistent_state:present, 'bond0': up connection bond0, f1c77baf-82d5-4753-b114-4cd6ba3b69e4 (is-modified)", "[011] #0, state:up persistent_state:present, 'bond0': connection reapply failed: failure to reapply checkpoint: nm-device-error-quark: Can't reapply 'mode' bond option (3): {'error': \"nm-device-error-quark: Can't reapply 'mode' bond option (3)\", 'success': None}", "[012] #1, state:up persistent_state:present, 'bond0.0': up connection bond0.0, 76f0c949-701e-4860-905d-e345782c68fe (not-active)", "[013] #2, state:up persistent_state:present, 'bond0.1': up connection bond0.1, 1d338c04-c776-464d-b8e4-f9948f817aea (is-modified)", "[014] #2, state:up persistent_state:present, 'bond0.1': connection reapplied" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:128 Saturday 27 May 2023 19:54:18 +0000 (0:00:00.052) 0:00:33.954 ********** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "bond": { "arp_interval": 60, "arp_ip_target": "192.0.2.128", "arp_validate": "none", "mode": "active-backup", "primary": "test1" }, "interface_name": "nm-bond", "ip": { "route_metric4": 65535 }, "name": "bond0", "state": "up", "type": "bond" }, { "controller": "bond0", "interface_name": "test1", "name": "bond0.0", "state": "up", "type": "ethernet" }, { "controller": "bond0", "interface_name": "test2", "name": "bond0.1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[007] #0, state:up persistent_state:present, 'bond0': update connection bond0, f1c77baf-82d5-4753-b114-4cd6ba3b69e4\n[008] #1, state:up persistent_state:present, 'bond0.0': connection bond0.0, 76f0c949-701e-4860-905d-e345782c68fe already up to date\n[009] #2, state:up persistent_state:present, 'bond0.1': connection bond0.1, 1d338c04-c776-464d-b8e4-f9948f817aea already up to date\n[010] #0, state:up persistent_state:present, 'bond0': up connection bond0, f1c77baf-82d5-4753-b114-4cd6ba3b69e4 (is-modified)\n[011] #0, state:up persistent_state:present, 'bond0': connection reapply failed: failure to reapply checkpoint: nm-device-error-quark: Can't reapply 'mode' bond option (3): {'error': \"nm-device-error-quark: Can't reapply 'mode' bond option (3)\", 'success': None}\n[012] #1, state:up persistent_state:present, 'bond0.0': up connection bond0.0, 76f0c949-701e-4860-905d-e345782c68fe (not-active)\n[013] #2, state:up persistent_state:present, 'bond0.1': up connection bond0.1, 1d338c04-c776-464d-b8e4-f9948f817aea (is-modified)\n[014] #2, state:up persistent_state:present, 'bond0.1': connection reapplied\n", "stderr_lines": [ "[007] #0, state:up persistent_state:present, 'bond0': update connection bond0, f1c77baf-82d5-4753-b114-4cd6ba3b69e4", "[008] #1, state:up persistent_state:present, 'bond0.0': connection bond0.0, 76f0c949-701e-4860-905d-e345782c68fe already up to date", "[009] #2, state:up persistent_state:present, 'bond0.1': connection bond0.1, 1d338c04-c776-464d-b8e4-f9948f817aea already up to date", "[010] #0, state:up persistent_state:present, 'bond0': up connection bond0, f1c77baf-82d5-4753-b114-4cd6ba3b69e4 (is-modified)", "[011] #0, state:up persistent_state:present, 'bond0': connection reapply failed: failure to reapply checkpoint: nm-device-error-quark: Can't reapply 'mode' bond option (3): {'error': \"nm-device-error-quark: Can't reapply 'mode' bond option (3)\", 'success': None}", "[012] #1, state:up persistent_state:present, 'bond0.0': up connection bond0.0, 76f0c949-701e-4860-905d-e345782c68fe (not-active)", "[013] #2, state:up persistent_state:present, 'bond0.1': up connection bond0.1, 1d338c04-c776-464d-b8e4-f9948f817aea (is-modified)", "[014] #2, state:up persistent_state:present, 'bond0.1': connection reapplied" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 27 May 2023 19:54:18 +0000 (0:00:00.042) 0:00:33.996 ********** skipping: [sut] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Saturday 27 May 2023 19:54:18 +0000 (0:00:00.045) 0:00:34.042 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [** TEST check bond settings] ********************************************* task path: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/tests_bond_options.yml:157 Saturday 27 May 2023 19:54:18 +0000 (0:00:00.254) 0:00:34.296 ********** ok: [sut] => (item={'key': 'mode', 'value': 'active-backup'}) => { "ansible_loop_var": "item", "attempts": 1, "changed": false, "cmd": [ "cat", "/sys/class/net/nm-bond/bonding/mode" ], "delta": "0:00:00.003260", "end": "2023-05-27 19:54:18.769390", "item": { "key": "mode", "value": "active-backup" }, "rc": 0, "start": "2023-05-27 19:54:18.766130" } STDOUT: active-backup 1 ok: [sut] => (item={'key': 'arp_interval', 'value': '60'}) => { "ansible_loop_var": "item", "attempts": 1, "changed": false, "cmd": [ "cat", "/sys/class/net/nm-bond/bonding/arp_interval" ], "delta": "0:00:00.003350", "end": "2023-05-27 19:54:18.970389", "item": { "key": "arp_interval", "value": "60" }, "rc": 0, "start": "2023-05-27 19:54:18.967039" } STDOUT: 60 ok: [sut] => (item={'key': 'arp_ip_target', 'value': '192.0.2.128'}) => { "ansible_loop_var": "item", "attempts": 1, "changed": false, "cmd": [ "cat", "/sys/class/net/nm-bond/bonding/arp_ip_target" ], "delta": "0:00:00.003339", "end": "2023-05-27 19:54:19.173038", "item": { "key": "arp_ip_target", "value": "192.0.2.128" }, "rc": 0, "start": "2023-05-27 19:54:19.169699" } STDOUT: 192.0.2.128 ok: [sut] => (item={'key': 'arp_validate', 'value': 'none'}) => { "ansible_loop_var": "item", "attempts": 1, "changed": false, "cmd": [ "cat", "/sys/class/net/nm-bond/bonding/arp_validate" ], "delta": "0:00:00.003333", "end": "2023-05-27 19:54:19.377449", "item": { "key": "arp_validate", "value": "none" }, "rc": 0, "start": "2023-05-27 19:54:19.374116" } STDOUT: none 0 ok: [sut] => (item={'key': 'primary', 'value': 'test1'}) => { "ansible_loop_var": "item", "attempts": 1, "changed": false, "cmd": [ "cat", "/sys/class/net/nm-bond/bonding/primary" ], "delta": "0:00:00.003347", "end": "2023-05-27 19:54:19.593482", "item": { "key": "primary", "value": "test1" }, "rc": 0, "start": "2023-05-27 19:54:19.590135" } STDOUT: test1 TASK [** TEST check IPv4] ****************************************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/tests_bond_options.yml:169 Saturday 27 May 2023 19:54:19 +0000 (0:00:01.064) 0:00:35.361 ********** FAILED - RETRYING: [sut]: ** TEST check IPv4 (20 retries left). FAILED - RETRYING: [sut]: ** TEST check IPv4 (19 retries left). ok: [sut] => { "attempts": 3, "changed": false, "cmd": [ "ip", "-4", "a", "s", "nm-bond" ], "delta": "0:00:00.003890", "end": "2023-05-27 19:54:24.231986", "rc": 0, "start": "2023-05-27 19:54:24.228096" } STDOUT: 8: nm-bond: mtu 1500 qdisc noqueue state UP group default qlen 1000 inet 192.0.2.246/24 brd 192.0.2.255 scope global dynamic noprefixroute nm-bond valid_lft 238sec preferred_lft 238sec TASK [** TEST check IPv6] ****************************************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/tests_bond_options.yml:176 Saturday 27 May 2023 19:54:24 +0000 (0:00:04.632) 0:00:39.993 ********** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "ip", "-6", "a", "s", "nm-bond" ], "delta": "0:00:00.004142", "end": "2023-05-27 19:54:24.464887", "rc": 0, "start": "2023-05-27 19:54:24.460745" } STDOUT: 8: nm-bond: mtu 1500 qdisc noqueue state UP group default qlen 1000 inet6 2001:db8::18c/128 scope global dynamic noprefixroute valid_lft 235sec preferred_lft 235sec inet6 2001:db8::9c6e:928:8c4e:f404/64 scope global dynamic noprefixroute valid_lft 1796sec preferred_lft 1796sec inet6 fe80::6978:c5d2:4bfa:2b03/64 scope link noprefixroute valid_lft forever preferred_lft forever TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 27 May 2023 19:54:24 +0000 (0:00:00.233) 0:00:40.227 ********** included: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 27 May 2023 19:54:24 +0000 (0:00:00.075) 0:00:40.303 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 Saturday 27 May 2023 19:54:24 +0000 (0:00:00.416) 0:00:40.719 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 Saturday 27 May 2023 19:54:27 +0000 (0:00:02.115) 0:00:42.834 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 27 May 2023 19:54:27 +0000 (0:00:00.687) 0:00:43.522 ********** ok: [sut] => {} MSG: Using network provider: nm TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 27 May 2023 19:54:27 +0000 (0:00:00.068) 0:00:43.590 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 27 May 2023 19:54:27 +0000 (0:00:00.045) 0:00:43.636 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Saturday 27 May 2023 19:54:27 +0000 (0:00:00.052) 0:00:43.688 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:35 Saturday 27 May 2023 19:54:28 +0000 (0:00:00.502) 0:00:44.191 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:45 Saturday 27 May 2023 19:54:28 +0000 (0:00:00.042) 0:00:44.233 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:56 Saturday 27 May 2023 19:54:28 +0000 (0:00:00.042) 0:00:44.276 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:69 Saturday 27 May 2023 19:54:28 +0000 (0:00:00.157) 0:00:44.434 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:80 Saturday 27 May 2023 19:54:29 +0000 (0:00:00.898) 0:00:45.332 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:89 Saturday 27 May 2023 19:54:29 +0000 (0:00:00.145) 0:00:45.477 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:97 Saturday 27 May 2023 19:54:29 +0000 (0:00:00.070) 0:00:45.547 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106 Saturday 27 May 2023 19:54:29 +0000 (0:00:00.042) 0:00:45.590 ********** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "bond0.1", "persistent_state": "absent", "state": "down" }, { "name": "bond0.0", "persistent_state": "absent", "state": "down" }, { "name": "bond0", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:118 Saturday 27 May 2023 19:54:30 +0000 (0:00:00.814) 0:00:46.405 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Saturday 27 May 2023 19:54:30 +0000 (0:00:00.045) 0:00:46.451 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:128 Saturday 27 May 2023 19:54:30 +0000 (0:00:00.049) 0:00:46.501 ********** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "bond0.1", "persistent_state": "absent", "state": "down" }, { "name": "bond0.0", "persistent_state": "absent", "state": "down" }, { "name": "bond0", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 27 May 2023 19:54:30 +0000 (0:00:00.041) 0:00:46.543 ********** skipping: [sut] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Saturday 27 May 2023 19:54:30 +0000 (0:00:00.050) 0:00:46.593 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Delete the device 'nm-bond'] ********************************************* task path: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/tests_bond_options.yml:204 Saturday 27 May 2023 19:54:31 +0000 (0:00:00.255) 0:00:46.849 ********** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "nm-bond" ], "delta": "0:00:00.008325", "end": "2023-05-27 19:54:31.321920", "failed_when_result": false, "rc": 1, "start": "2023-05-27 19:54:31.313595" } STDERR: Cannot find device "nm-bond" MSG: non-zero return code TASK [Remove test interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/tasks/remove_test_interfaces_with_dhcp.yml:3 Saturday 27 May 2023 19:54:31 +0000 (0:00:00.229) 0:00:47.078 ********** ok: [sut] => { "changed": false, "cmd": "ip link delete test1\nip link delete test2\nip link delete testbr\n", "delta": "0:00:00.060648", "end": "2023-05-27 19:54:31.605299", "rc": 0, "start": "2023-05-27 19:54:31.544651" } TASK [Stop dnsmasq/radvd services] ********************************************* task path: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/tasks/remove_test_interfaces_with_dhcp.yml:11 Saturday 27 May 2023 19:54:31 +0000 (0:00:00.291) 0:00:47.369 ********** ok: [sut] => { "changed": false, "cmd": "pkill -F /run/dhcp_testbr.pid\nrm -rf /run/dhcp_testbr.pid\nrm -rf /run/dhcp_testbr.lease\nif grep 'release 6' /etc/redhat-release; then\n # Stop radvd server\n service radvd stop\n iptables -D INPUT -i testbr -p udp --dport 67:68 --sport 67:68 -j ACCEPT\n\nfi\n", "delta": "0:00:00.014156", "end": "2023-05-27 19:54:31.848885", "rc": 0, "start": "2023-05-27 19:54:31.834729" } PLAY RECAP ********************************************************************* sut : ok=86 changed=4 unreachable=0 failed=0 skipped=54 rescued=0 ignored=0 Saturday 27 May 2023 19:54:31 +0000 (0:00:00.304) 0:00:47.674 ********** =============================================================================== ** TEST check IPv4 ------------------------------------------------------ 4.63s /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/tests_bond_options.yml:169 ----- Install pgrep, sysctl --------------------------------------------------- 4.54s /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/tasks/create_test_interfaces_with_dhcp.yml:16 Install dnsmasq --------------------------------------------------------- 4.13s /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/tasks/create_test_interfaces_with_dhcp.yml:3 ** TEST check bond settings --------------------------------------------- 3.08s /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/tests_bond_options.yml:89 ------ fedora.linux_system_roles.network : Check which services are running ---- 2.20s /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 fedora.linux_system_roles.network : Check which services are running ---- 2.12s /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 fedora.linux_system_roles.network : Check which services are running ---- 2.07s /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 Create test interfaces -------------------------------------------------- 1.88s /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/tasks/create_test_interfaces_with_dhcp.yml:24 fedora.linux_system_roles.network : Enable and start NetworkManager ----- 1.14s /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:69 ** TEST check bond settings --------------------------------------------- 1.06s /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/tests_bond_options.yml:157 ----- fedora.linux_system_roles.network : Configure networking connection profiles --- 1.05s /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106 fedora.linux_system_roles.network : Check which packages are installed --- 0.94s /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 Gathering Facts --------------------------------------------------------- 0.94s /WORKDIR/git-weekly-ci7pg__w46/tests/tests_bond_options_nm.yml:5 -------------- fedora.linux_system_roles.network : Enable and start NetworkManager ----- 0.92s /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:69 fedora.linux_system_roles.network : Enable and start NetworkManager ----- 0.90s /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:69 fedora.linux_system_roles.network : Configure networking connection profiles --- 0.81s /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106 fedora.linux_system_roles.network : Check which packages are installed --- 0.69s /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 fedora.linux_system_roles.network : Check which packages are installed --- 0.68s /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 fedora.linux_system_roles.network : Configure networking connection profiles --- 0.66s /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106 Gathering Facts --------------------------------------------------------- 0.62s /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/tests_bond_options.yml:3 ------- ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ item.value }}' in result.stdout [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ item.value }}' in result.stdout ---^---^---^---^---^---