# 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_add_rm.yml ***************************************************** 1 plays in /WORKDIR/git-weekly-ci_96z9na4/tests/tests_add_rm.yml PLAY [Test creating, modifying, and removing kernels] ************************** META: ran handlers TASK [Get bootloader_facts] **************************************************** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/tests_add_rm.yml:13 Saturday 17 February 2024 21:28:22 +0000 (0:00:00.013) 0:00:00.013 ***** TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Saturday 17 February 2024 21:28:22 +0000 (0:00:00.025) 0:00:00.039 ***** included: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml for sut TASK [linux-system-roles.bootloader : Ensure ansible_facts used by role] ******* task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Saturday 17 February 2024 21:28:22 +0000 (0:00:00.012) 0:00:00.052 ***** ok: [sut] TASK [linux-system-roles.bootloader : Check if system is ostree] *************** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Saturday 17 February 2024 21:28:23 +0000 (0:00:01.295) 0:00:01.347 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Saturday 17 February 2024 21:28:24 +0000 (0:00:00.274) 0:00:01.622 ***** ok: [sut] => { "ansible_facts": { "__bootloader_is_ostree": false }, "changed": false } TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Saturday 17 February 2024 21:28:24 +0000 (0:00:00.019) 0:00:01.642 ***** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Saturday 17 February 2024 21:28:24 +0000 (0:00:00.028) 0:00:01.670 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [linux-system-roles.bootloader : Ensure boot loader settings] ************* task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Saturday 17 February 2024 21:30:27 +0000 (0:02:03.284) 0:02:04.955 ***** ok: [sut] => { "actions": [], "changed": false } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 Saturday 17 February 2024 21:30:27 +0000 (0:00:00.283) 0:02:05.238 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:25 Saturday 17 February 2024 21:30:27 +0000 (0:00:00.207) 0:02:05.446 ***** ok: [sut] => { "ansible_facts": { "__bootloader_grub_conf": "/boot/grub2/grub.cfg", "__bootloader_user_conf": "/boot/grub2/user.cfg" }, "changed": false } TASK [linux-system-roles.bootloader : Get stat of /etc/default/grub] *********** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:36 Saturday 17 February 2024 21:30:27 +0000 (0:00:00.029) 0:02:05.476 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1707816601.637, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "65375c9d7916928165c702c8dcb2c96c01b575b3", "ctime": 1707816726.162, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 165511, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1707816601.035, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 273, "uid": 0, "version": "2413519738", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:41 Saturday 17 February 2024 21:30:28 +0000 (0:00:00.231) 0:02:05.707 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg] ******** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 Saturday 17 February 2024 21:30:28 +0000 (0:00:00.275) 0:02:05.983 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1707816603.788, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "a348e8e6124c87c3713cfbc6efa6b7f9a7b81f42", "ctime": 1707816603.788, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 357, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1707816603.788, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6787, "uid": 0, "version": "1838523550", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:55 Saturday 17 February 2024 21:30:28 +0000 (0:00:00.233) 0:02:06.217 ***** changed: [sut] => { "changed": true } MSG: 6 replacements made TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:66 Saturday 17 February 2024 21:30:28 +0000 (0:00:00.209) 0:02:06.426 ***** 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.bootloader : Put boot loader password to /boot/grub2/user.cfg] *** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:78 Saturday 17 February 2024 21:30:28 +0000 (0:00:00.008) 0:02:06.434 ***** 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.bootloader : Remove boot loader password configuration] *** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:86 Saturday 17 February 2024 21:30:28 +0000 (0:00:00.007) 0:02:06.442 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:93 Saturday 17 February 2024 21:30:28 +0000 (0:00:00.007) 0:02:06.449 ***** ok: [sut] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet", "default": true, "id": "f47e24fac04c45e78ce937ff5feed466-6.7.4-100.fc38.x86_64", "index": "0", "initrd": "/boot/initramfs-6.7.4-100.fc38.x86_64.img", "kernel": "/boot/vmlinuz-6.7.4-100.fc38.x86_64", "root": "UUID=c71fd54f-7883-4130-80ef-4e0ad51c00e2", "title": "Fedora Linux (6.7.4-100.fc38.x86_64) 38 (Thirty Eight)" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet", "default": false, "id": "f47e24fac04c45e78ce937ff5feed466-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-f47e24fac04c45e78ce937ff5feed466.img", "kernel": "/boot/vmlinuz-0-rescue-f47e24fac04c45e78ce937ff5feed466", "root": "UUID=c71fd54f-7883-4130-80ef-4e0ad51c00e2", "title": "Fedora Linux (0-rescue-f47e24fac04c45e78ce937ff5feed466) 38 (Thirty Eight)" } ] }, "changed": false } META: end_host conditional evaluated to false, continuing execution for sut META: ran handlers TASK [Clone kernel to Clone1] ************************************************** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/tests_add_rm.yml:29 Saturday 17 February 2024 21:30:29 +0000 (0:00:00.512) 0:02:06.962 ***** included: /WORKDIR/git-weekly-ci_96z9na4/tests/tasks/clone_kernel.yml for sut TASK [Set fact with the default kernel to use for clones] ********************** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/tasks/clone_kernel.yml:3 Saturday 17 February 2024 21:30:29 +0000 (0:00:00.011) 0:02:06.973 ***** ok: [sut] => { "ansible_facts": { "test_kernel": { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet", "default": true, "id": "f47e24fac04c45e78ce937ff5feed466-6.7.4-100.fc38.x86_64", "index": "0", "initrd": "/boot/initramfs-6.7.4-100.fc38.x86_64.img", "kernel": "/boot/vmlinuz-6.7.4-100.fc38.x86_64", "root": "UUID=c71fd54f-7883-4130-80ef-4e0ad51c00e2", "title": "Fedora Linux (6.7.4-100.fc38.x86_64) 38 (Thirty Eight)" } }, "changed": false } TASK [Clone test_kernel kernel and initrd for test purposes] ******************* task path: /WORKDIR/git-weekly-ci_96z9na4/tests/tasks/clone_kernel.yml:8 Saturday 17 February 2024 21:30:29 +0000 (0:00:00.009) 0:02:06.983 ***** changed: [sut] => (item={'src': '/boot/vmlinuz-6.7.4-100.fc38.x86_64', 'dest': '/boot/vmlinuz-6.7.4-100.fc38.x86_64_clone1'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "07e5eaee2ecbe02b351e23cdbc7954b6199e59a2", "dest": "/boot/vmlinuz-6.7.4-100.fc38.x86_64_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-6.7.4-100.fc38.x86_64_clone1", "src": "/boot/vmlinuz-6.7.4-100.fc38.x86_64" }, "md5sum": "903e178e5d1b463322f6b8ae00c3b0fd", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 14806856, "src": "/boot/vmlinuz-6.7.4-100.fc38.x86_64", "state": "file", "uid": 0 } changed: [sut] => (item={'src': '/boot/initramfs-6.7.4-100.fc38.x86_64.img', 'dest': '/boot/initramfs-6.7.4-100.fc38.x86_64.img_clone1'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "6340f15e240de04bec89f1a0c11fc4a6a3e2c8cd", "dest": "/boot/initramfs-6.7.4-100.fc38.x86_64.img_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-6.7.4-100.fc38.x86_64.img_clone1", "src": "/boot/initramfs-6.7.4-100.fc38.x86_64.img" }, "md5sum": "e78d3e1522b4cd5453bd19928d7659cf", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 20386989, "src": "/boot/initramfs-6.7.4-100.fc38.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone1] **************************************************** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/tasks/clone_kernel.yml:22 Saturday 17 February 2024 21:30:30 +0000 (0:00:01.521) 0:02:08.505 ***** TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Saturday 17 February 2024 21:30:30 +0000 (0:00:00.015) 0:02:08.520 ***** included: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml for sut TASK [linux-system-roles.bootloader : Ensure ansible_facts used by role] ******* task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Saturday 17 February 2024 21:30:30 +0000 (0:00:00.010) 0:02:08.531 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Check if system is ostree] *************** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Saturday 17 February 2024 21:30:30 +0000 (0:00:00.008) 0:02:08.539 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Saturday 17 February 2024 21:30:31 +0000 (0:00:00.007) 0:02:08.547 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Saturday 17 February 2024 21:30:31 +0000 (0:00:00.007) 0:02:08.554 ***** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Saturday 17 February 2024 21:30:31 +0000 (0:00:00.018) 0:02:08.572 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [linux-system-roles.bootloader : Ensure boot loader settings] ************* task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Saturday 17 February 2024 21:32:34 +0000 (0:02:03.140) 0:04:11.713 ***** NOTIFIED HANDLER linux-system-roles.bootloader : Fix default kernel boot parameters for sut NOTIFIED HANDLER linux-system-roles.bootloader : Reboot system for sut changed: [sut] => { "actions": [ "grubby --add-kernel=/boot/vmlinuz-6.7.4-100.fc38.x86_64_clone1 --initrd=/boot/initramfs-6.7.4-100.fc38.x86_64.img_clone1 --title=Clone1 --args=test=kernel --copy-default" ], "changed": true } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 Saturday 17 February 2024 21:32:34 +0000 (0:00:00.452) 0:04:12.165 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:25 Saturday 17 February 2024 21:32:34 +0000 (0:00:00.206) 0:04:12.372 ***** ok: [sut] => { "ansible_facts": { "__bootloader_grub_conf": "/boot/grub2/grub.cfg", "__bootloader_user_conf": "/boot/grub2/user.cfg" }, "changed": false } TASK [linux-system-roles.bootloader : Get stat of /etc/default/grub] *********** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:36 Saturday 17 February 2024 21:32:34 +0000 (0:00:00.014) 0:04:12.386 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708205428.1255445, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "65375c9d7916928165c702c8dcb2c96c01b575b3", "ctime": 1707816726.162, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 165511, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1707816601.035, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 273, "uid": 0, "version": "2413519738", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:41 Saturday 17 February 2024 21:32:35 +0000 (0:00:00.224) 0:04:12.611 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg] ******** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 Saturday 17 February 2024 21:32:35 +0000 (0:00:00.215) 0:04:12.826 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708205428.8585398, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "d6a43f5a67b30f0fbc1ae4799272c7b4b3f3e638", "ctime": 1708205428.8585398, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 262274, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1708205428.8585398, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6760, "uid": 0, "version": "3142496079", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:55 Saturday 17 February 2024 21:32:35 +0000 (0:00:00.228) 0:04:13.055 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:66 Saturday 17 February 2024 21:32:35 +0000 (0:00:00.212) 0:04:13.268 ***** 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.bootloader : Put boot loader password to /boot/grub2/user.cfg] *** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:78 Saturday 17 February 2024 21:32:35 +0000 (0:00:00.009) 0:04:13.278 ***** 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.bootloader : Remove boot loader password configuration] *** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:86 Saturday 17 February 2024 21:32:35 +0000 (0:00:00.007) 0:04:13.285 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:93 Saturday 17 February 2024 21:32:35 +0000 (0:00:00.007) 0:04:13.292 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } RUNNING HANDLER [linux-system-roles.bootloader : Fix default kernel boot parameters] *** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/handlers/main.yml:4 Saturday 17 February 2024 21:32:35 +0000 (0:00:00.006) 0:04:13.299 ***** changed: [sut] => { "changed": true, "cmd": "set -o pipefail\ngrubby --info=DEFAULT | awk '/^args/ {print $0}'\ncat /etc/default/grub\neval $(grubby --info=DEFAULT | awk '/^args/ {print $0}')\nsed -i -e \"s|^GRUB_CMDLINE_LINUX=.*|GRUB_CMDLINE_LINUX=\\\"$args\\\"|\" /etc/default/grub\ncat /etc/default/grub", "delta": "0:00:00.158975", "end": "2024-02-17 21:32:36.164507", "rc": 0, "start": "2024-02-17 21:32:36.005532" } STDOUT: args="ro crashkernel=auto net.ifnames=0 rhgb quiet" GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console" GRUB_CMDLINE_LINUX="crashkernel=auto net.ifnames=0 rhgb quiet" GRUB_DISABLE_RECOVERY="true" GRUB_ENABLE_BLSCFG=true GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console" GRUB_CMDLINE_LINUX="ro crashkernel=auto net.ifnames=0 rhgb quiet" GRUB_DISABLE_RECOVERY="true" GRUB_ENABLE_BLSCFG=true RUNNING HANDLER [linux-system-roles.bootloader : Reboot system] **************** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/handlers/main.yml:15 Saturday 17 February 2024 21:32:36 +0000 (0:00:00.432) 0:04:13.731 ***** included: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml for sut RUNNING HANDLER [linux-system-roles.bootloader : Reboot system when bootloader_reboot_ok is true] *** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 Saturday 17 February 2024 21:32:36 +0000 (0:00:00.009) 0:04:13.741 ***** changed: [sut] => { "changed": true, "elapsed": 40, "rebooted": true } RUNNING HANDLER [linux-system-roles.bootloader : Notify about reboot] ********** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:7 Saturday 17 February 2024 21:33:17 +0000 (0:00:41.011) 0:04:54.753 ***** skipping: [sut] => {} RUNNING HANDLER [linux-system-roles.bootloader : Set bootloader_reboot_required] *** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:14 Saturday 17 February 2024 21:33:17 +0000 (0:00:00.010) 0:04:54.764 ***** ok: [sut] => { "ansible_facts": { "bootloader_reboot_required": false }, "changed": false } META: ran handlers TASK [Ensure bootloader_reboot_required is not set to true] ******************** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/tasks/clone_kernel.yml:41 Saturday 17 February 2024 21:33:17 +0000 (0:00:00.012) 0:04:54.776 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/tasks/clone_kernel.yml:45 Saturday 17 February 2024 21:33:17 +0000 (0:00:00.010) 0:04:54.786 ***** TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Saturday 17 February 2024 21:33:17 +0000 (0:00:00.016) 0:04:54.803 ***** included: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml for sut TASK [linux-system-roles.bootloader : Ensure ansible_facts used by role] ******* task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Saturday 17 February 2024 21:33:17 +0000 (0:00:00.011) 0:04:54.814 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Check if system is ostree] *************** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Saturday 17 February 2024 21:33:17 +0000 (0:00:00.009) 0:04:54.824 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Saturday 17 February 2024 21:33:17 +0000 (0:00:00.008) 0:04:54.833 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Saturday 17 February 2024 21:33:17 +0000 (0:00:00.007) 0:04:54.840 ***** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Saturday 17 February 2024 21:33:17 +0000 (0:00:00.020) 0:04:54.861 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [linux-system-roles.bootloader : Ensure boot loader settings] ************* task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Saturday 17 February 2024 21:35:23 +0000 (0:02:06.406) 0:07:01.268 ***** ok: [sut] => { "actions": [], "changed": false } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 Saturday 17 February 2024 21:35:23 +0000 (0:00:00.210) 0:07:01.478 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:25 Saturday 17 February 2024 21:35:24 +0000 (0:00:00.207) 0:07:01.686 ***** ok: [sut] => { "ansible_facts": { "__bootloader_grub_conf": "/boot/grub2/grub.cfg", "__bootloader_user_conf": "/boot/grub2/user.cfg" }, "changed": false } TASK [linux-system-roles.bootloader : Get stat of /etc/default/grub] *********** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:36 Saturday 17 February 2024 21:35:24 +0000 (0:00:00.014) 0:07:01.701 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708205556.1627076, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "ab82c1aa5fb3a99221134fa04b24db43399d87df", "ctime": 1708205556.1617076, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 151594, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1708205556.1617076, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 276, "uid": 0, "version": "3062959381", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:41 Saturday 17 February 2024 21:35:24 +0000 (0:00:00.252) 0:07:01.953 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg] ******** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 Saturday 17 February 2024 21:35:24 +0000 (0:00:00.214) 0:07:02.167 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708205555.4697123, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "d6a43f5a67b30f0fbc1ae4799272c7b4b3f3e638", "ctime": 1708205428.8585398, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 262274, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1708205428.8585398, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6760, "uid": 0, "version": "3142496079", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:55 Saturday 17 February 2024 21:35:24 +0000 (0:00:00.229) 0:07:02.397 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:66 Saturday 17 February 2024 21:35:25 +0000 (0:00:00.211) 0:07:02.608 ***** 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.bootloader : Put boot loader password to /boot/grub2/user.cfg] *** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:78 Saturday 17 February 2024 21:35:25 +0000 (0:00:00.009) 0:07:02.618 ***** 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.bootloader : Remove boot loader password configuration] *** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:86 Saturday 17 February 2024 21:35:25 +0000 (0:00:00.007) 0:07:02.626 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:93 Saturday 17 February 2024 21:35:25 +0000 (0:00:00.007) 0:07:02.633 ***** ok: [sut] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet", "default": true, "id": "f47e24fac04c45e78ce937ff5feed466-6.7.4-100.fc38.x86_64", "index": "0", "initrd": "/boot/initramfs-6.7.4-100.fc38.x86_64.img", "kernel": "/boot/vmlinuz-6.7.4-100.fc38.x86_64", "root": "UUID=c71fd54f-7883-4130-80ef-4e0ad51c00e2", "title": "Fedora Linux (6.7.4-100.fc38.x86_64) 38 (Thirty Eight)" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet", "default": false, "id": "f47e24fac04c45e78ce937ff5feed466-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-f47e24fac04c45e78ce937ff5feed466.img", "kernel": "/boot/vmlinuz-0-rescue-f47e24fac04c45e78ce937ff5feed466", "root": "UUID=c71fd54f-7883-4130-80ef-4e0ad51c00e2", "title": "Fedora Linux (0-rescue-f47e24fac04c45e78ce937ff5feed466) 38 (Thirty Eight)" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet test=kernel", "default": false, "id": "f1e12ea3e4d448b5a5e02a3c3b6490ea-6.7.4-100.fc38.x86_64_clone1", "index": "2", "initrd": "/boot/initramfs-6.7.4-100.fc38.x86_64.img_clone1", "kernel": "/boot/vmlinuz-6.7.4-100.fc38.x86_64_clone1", "root": "UUID=c71fd54f-7883-4130-80ef-4e0ad51c00e2", "title": "Clone1" } ] }, "changed": false } TASK [Verify settings] ********************************************************* task path: /WORKDIR/git-weekly-ci_96z9na4/tests/tests_add_rm.yml:35 Saturday 17 February 2024 21:35:25 +0000 (0:00:00.382) 0:07:03.015 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Remove Clone1 kernel with 3 kernel keys] ********************************* task path: /WORKDIR/git-weekly-ci_96z9na4/tests/tests_add_rm.yml:47 Saturday 17 February 2024 21:35:25 +0000 (0:00:00.011) 0:07:03.026 ***** TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Saturday 17 February 2024 21:35:25 +0000 (0:00:00.019) 0:07:03.046 ***** included: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml for sut TASK [linux-system-roles.bootloader : Ensure ansible_facts used by role] ******* task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Saturday 17 February 2024 21:35:25 +0000 (0:00:00.010) 0:07:03.057 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Check if system is ostree] *************** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Saturday 17 February 2024 21:35:25 +0000 (0:00:00.008) 0:07:03.065 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Saturday 17 February 2024 21:35:25 +0000 (0:00:00.007) 0:07:03.072 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Saturday 17 February 2024 21:35:25 +0000 (0:00:00.007) 0:07:03.080 ***** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Saturday 17 February 2024 21:35:25 +0000 (0:00:00.018) 0:07:03.098 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [linux-system-roles.bootloader : Ensure boot loader settings] ************* task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Saturday 17 February 2024 21:37:28 +0000 (0:02:03.146) 0:09:06.245 ***** NOTIFIED HANDLER linux-system-roles.bootloader : Fix default kernel boot parameters for sut NOTIFIED HANDLER linux-system-roles.bootloader : Reboot system for sut changed: [sut] => { "actions": [ "grubby --remove-kernel=/boot/vmlinuz-6.7.4-100.fc38.x86_64_clone1" ], "changed": true } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 Saturday 17 February 2024 21:37:29 +0000 (0:00:00.481) 0:09:06.726 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:25 Saturday 17 February 2024 21:37:29 +0000 (0:00:00.205) 0:09:06.931 ***** ok: [sut] => { "ansible_facts": { "__bootloader_grub_conf": "/boot/grub2/grub.cfg", "__bootloader_user_conf": "/boot/grub2/user.cfg" }, "changed": false } TASK [linux-system-roles.bootloader : Get stat of /etc/default/grub] *********** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:36 Saturday 17 February 2024 21:37:29 +0000 (0:00:00.014) 0:09:06.945 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708205556.1627076, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "ab82c1aa5fb3a99221134fa04b24db43399d87df", "ctime": 1708205556.1617076, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 151594, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1708205556.1617076, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 276, "uid": 0, "version": "3062959381", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:41 Saturday 17 February 2024 21:37:29 +0000 (0:00:00.227) 0:09:07.173 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg] ******** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 Saturday 17 February 2024 21:37:29 +0000 (0:00:00.213) 0:09:07.386 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708205555.4697123, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "d6a43f5a67b30f0fbc1ae4799272c7b4b3f3e638", "ctime": 1708205428.8585398, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 262274, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1708205428.8585398, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6760, "uid": 0, "version": "3142496079", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:55 Saturday 17 February 2024 21:37:30 +0000 (0:00:00.228) 0:09:07.614 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:66 Saturday 17 February 2024 21:37:30 +0000 (0:00:00.213) 0:09:07.828 ***** 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.bootloader : Put boot loader password to /boot/grub2/user.cfg] *** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:78 Saturday 17 February 2024 21:37:30 +0000 (0:00:00.010) 0:09:07.838 ***** 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.bootloader : Remove boot loader password configuration] *** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:86 Saturday 17 February 2024 21:37:30 +0000 (0:00:00.007) 0:09:07.846 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:93 Saturday 17 February 2024 21:37:30 +0000 (0:00:00.007) 0:09:07.854 ***** ok: [sut] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet", "default": true, "id": "f47e24fac04c45e78ce937ff5feed466-6.7.4-100.fc38.x86_64", "index": "0", "initrd": "/boot/initramfs-6.7.4-100.fc38.x86_64.img", "kernel": "/boot/vmlinuz-6.7.4-100.fc38.x86_64", "root": "UUID=c71fd54f-7883-4130-80ef-4e0ad51c00e2", "title": "Fedora Linux (6.7.4-100.fc38.x86_64) 38 (Thirty Eight)" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet", "default": false, "id": "f47e24fac04c45e78ce937ff5feed466-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-f47e24fac04c45e78ce937ff5feed466.img", "kernel": "/boot/vmlinuz-0-rescue-f47e24fac04c45e78ce937ff5feed466", "root": "UUID=c71fd54f-7883-4130-80ef-4e0ad51c00e2", "title": "Fedora Linux (0-rescue-f47e24fac04c45e78ce937ff5feed466) 38 (Thirty Eight)" } ] }, "changed": false } TASK [Verify that Clone1 kernel is removed] ************************************ task path: /WORKDIR/git-weekly-ci_96z9na4/tests/tests_add_rm.yml:65 Saturday 17 February 2024 21:37:30 +0000 (0:00:00.329) 0:09:08.183 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Clone kernel to Clone2] ************************************************** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/tests_add_rm.yml:71 Saturday 17 February 2024 21:37:30 +0000 (0:00:00.010) 0:09:08.194 ***** included: /WORKDIR/git-weekly-ci_96z9na4/tests/tasks/clone_kernel.yml for sut TASK [Set fact with the default kernel to use for clones] ********************** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/tasks/clone_kernel.yml:3 Saturday 17 February 2024 21:37:30 +0000 (0:00:00.014) 0:09:08.209 ***** ok: [sut] => { "ansible_facts": { "test_kernel": { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet", "default": true, "id": "f47e24fac04c45e78ce937ff5feed466-6.7.4-100.fc38.x86_64", "index": "0", "initrd": "/boot/initramfs-6.7.4-100.fc38.x86_64.img", "kernel": "/boot/vmlinuz-6.7.4-100.fc38.x86_64", "root": "UUID=c71fd54f-7883-4130-80ef-4e0ad51c00e2", "title": "Fedora Linux (6.7.4-100.fc38.x86_64) 38 (Thirty Eight)" } }, "changed": false } TASK [Clone test_kernel kernel and initrd for test purposes] ******************* task path: /WORKDIR/git-weekly-ci_96z9na4/tests/tasks/clone_kernel.yml:8 Saturday 17 February 2024 21:37:30 +0000 (0:00:00.009) 0:09:08.219 ***** changed: [sut] => (item={'src': '/boot/vmlinuz-6.7.4-100.fc38.x86_64', 'dest': '/boot/vmlinuz-6.7.4-100.fc38.x86_64_clone2'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "07e5eaee2ecbe02b351e23cdbc7954b6199e59a2", "dest": "/boot/vmlinuz-6.7.4-100.fc38.x86_64_clone2", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-6.7.4-100.fc38.x86_64_clone2", "src": "/boot/vmlinuz-6.7.4-100.fc38.x86_64" }, "md5sum": "903e178e5d1b463322f6b8ae00c3b0fd", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 14806856, "src": "/boot/vmlinuz-6.7.4-100.fc38.x86_64", "state": "file", "uid": 0 } changed: [sut] => (item={'src': '/boot/initramfs-6.7.4-100.fc38.x86_64.img', 'dest': '/boot/initramfs-6.7.4-100.fc38.x86_64.img_clone2'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "6340f15e240de04bec89f1a0c11fc4a6a3e2c8cd", "dest": "/boot/initramfs-6.7.4-100.fc38.x86_64.img_clone2", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-6.7.4-100.fc38.x86_64.img_clone2", "src": "/boot/initramfs-6.7.4-100.fc38.x86_64.img" }, "md5sum": "e78d3e1522b4cd5453bd19928d7659cf", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 20386989, "src": "/boot/initramfs-6.7.4-100.fc38.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone2] **************************************************** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/tasks/clone_kernel.yml:22 Saturday 17 February 2024 21:37:31 +0000 (0:00:01.003) 0:09:09.222 ***** TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Saturday 17 February 2024 21:37:31 +0000 (0:00:00.012) 0:09:09.234 ***** included: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml for sut TASK [linux-system-roles.bootloader : Ensure ansible_facts used by role] ******* task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Saturday 17 February 2024 21:37:31 +0000 (0:00:00.011) 0:09:09.246 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Check if system is ostree] *************** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Saturday 17 February 2024 21:37:31 +0000 (0:00:00.010) 0:09:09.256 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Saturday 17 February 2024 21:37:31 +0000 (0:00:00.007) 0:09:09.263 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Saturday 17 February 2024 21:37:31 +0000 (0:00:00.007) 0:09:09.271 ***** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Saturday 17 February 2024 21:37:31 +0000 (0:00:00.020) 0:09:09.291 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [linux-system-roles.bootloader : Ensure boot loader settings] ************* task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Saturday 17 February 2024 21:39:34 +0000 (0:02:03.193) 0:11:12.484 ***** NOTIFIED HANDLER linux-system-roles.bootloader : Fix default kernel boot parameters for sut NOTIFIED HANDLER linux-system-roles.bootloader : Reboot system for sut changed: [sut] => { "actions": [ "grubby --add-kernel=/boot/vmlinuz-6.7.4-100.fc38.x86_64_clone2 --initrd=/boot/initramfs-6.7.4-100.fc38.x86_64.img_clone2 --title=Clone2 --args=test=kernel" ], "changed": true } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 Saturday 17 February 2024 21:39:35 +0000 (0:00:00.431) 0:11:12.916 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:25 Saturday 17 February 2024 21:39:35 +0000 (0:00:00.196) 0:11:13.113 ***** ok: [sut] => { "ansible_facts": { "__bootloader_grub_conf": "/boot/grub2/grub.cfg", "__bootloader_user_conf": "/boot/grub2/user.cfg" }, "changed": false } TASK [linux-system-roles.bootloader : Get stat of /etc/default/grub] *********** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:36 Saturday 17 February 2024 21:39:35 +0000 (0:00:00.014) 0:11:13.127 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708205556.1627076, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "ab82c1aa5fb3a99221134fa04b24db43399d87df", "ctime": 1708205556.1617076, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 151594, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1708205556.1617076, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 276, "uid": 0, "version": "3062959381", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:41 Saturday 17 February 2024 21:39:35 +0000 (0:00:00.210) 0:11:13.337 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg] ******** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 Saturday 17 February 2024 21:39:35 +0000 (0:00:00.199) 0:11:13.537 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708205555.4697123, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "d6a43f5a67b30f0fbc1ae4799272c7b4b3f3e638", "ctime": 1708205428.8585398, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 262274, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1708205428.8585398, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6760, "uid": 0, "version": "3142496079", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:55 Saturday 17 February 2024 21:39:36 +0000 (0:00:00.216) 0:11:13.753 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:66 Saturday 17 February 2024 21:39:36 +0000 (0:00:00.202) 0:11:13.956 ***** 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.bootloader : Put boot loader password to /boot/grub2/user.cfg] *** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:78 Saturday 17 February 2024 21:39:36 +0000 (0:00:00.010) 0:11:13.966 ***** 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.bootloader : Remove boot loader password configuration] *** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:86 Saturday 17 February 2024 21:39:36 +0000 (0:00:00.008) 0:11:13.975 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:93 Saturday 17 February 2024 21:39:36 +0000 (0:00:00.008) 0:11:13.984 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } RUNNING HANDLER [linux-system-roles.bootloader : Fix default kernel boot parameters] *** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/handlers/main.yml:4 Saturday 17 February 2024 21:39:36 +0000 (0:00:00.007) 0:11:13.991 ***** changed: [sut] => { "changed": true, "cmd": "set -o pipefail\ngrubby --info=DEFAULT | awk '/^args/ {print $0}'\ncat /etc/default/grub\neval $(grubby --info=DEFAULT | awk '/^args/ {print $0}')\nsed -i -e \"s|^GRUB_CMDLINE_LINUX=.*|GRUB_CMDLINE_LINUX=\\\"$args\\\"|\" /etc/default/grub\ncat /etc/default/grub", "delta": "0:00:00.150042", "end": "2024-02-17 21:39:36.778340", "rc": 0, "start": "2024-02-17 21:39:36.628298" } STDOUT: args="ro crashkernel=auto net.ifnames=0 rhgb quiet" GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console" GRUB_CMDLINE_LINUX="ro crashkernel=auto net.ifnames=0 rhgb quiet" GRUB_DISABLE_RECOVERY="true" GRUB_ENABLE_BLSCFG=true GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console" GRUB_CMDLINE_LINUX="ro crashkernel=auto net.ifnames=0 rhgb quiet" GRUB_DISABLE_RECOVERY="true" GRUB_ENABLE_BLSCFG=true RUNNING HANDLER [linux-system-roles.bootloader : Reboot system] **************** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/handlers/main.yml:15 Saturday 17 February 2024 21:39:36 +0000 (0:00:00.352) 0:11:14.344 ***** included: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml for sut RUNNING HANDLER [linux-system-roles.bootloader : Reboot system when bootloader_reboot_ok is true] *** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 Saturday 17 February 2024 21:39:36 +0000 (0:00:00.007) 0:11:14.352 ***** changed: [sut] => { "changed": true, "elapsed": 40, "rebooted": true } RUNNING HANDLER [linux-system-roles.bootloader : Notify about reboot] ********** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:7 Saturday 17 February 2024 21:40:18 +0000 (0:00:41.646) 0:11:55.998 ***** skipping: [sut] => {} RUNNING HANDLER [linux-system-roles.bootloader : Set bootloader_reboot_required] *** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:14 Saturday 17 February 2024 21:40:18 +0000 (0:00:00.007) 0:11:56.006 ***** ok: [sut] => { "ansible_facts": { "bootloader_reboot_required": false }, "changed": false } RUNNING HANDLER [linux-system-roles.bootloader : Fix default kernel boot parameters] *** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/handlers/main.yml:4 Saturday 17 February 2024 21:40:18 +0000 (0:00:00.008) 0:11:56.015 ***** changed: [sut] => { "changed": true, "cmd": "set -o pipefail\ngrubby --info=DEFAULT | awk '/^args/ {print $0}'\ncat /etc/default/grub\neval $(grubby --info=DEFAULT | awk '/^args/ {print $0}')\nsed -i -e \"s|^GRUB_CMDLINE_LINUX=.*|GRUB_CMDLINE_LINUX=\\\"$args\\\"|\" /etc/default/grub\ncat /etc/default/grub", "delta": "0:00:00.162747", "end": "2024-02-17 21:40:18.848855", "rc": 0, "start": "2024-02-17 21:40:18.686108" } STDOUT: args="ro crashkernel=auto net.ifnames=0 rhgb quiet" GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console" GRUB_CMDLINE_LINUX="ro crashkernel=auto net.ifnames=0 rhgb quiet" GRUB_DISABLE_RECOVERY="true" GRUB_ENABLE_BLSCFG=true GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console" GRUB_CMDLINE_LINUX="ro crashkernel=auto net.ifnames=0 rhgb quiet" GRUB_DISABLE_RECOVERY="true" GRUB_ENABLE_BLSCFG=true RUNNING HANDLER [linux-system-roles.bootloader : Reboot system] **************** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/handlers/main.yml:15 Saturday 17 February 2024 21:40:18 +0000 (0:00:00.389) 0:11:56.404 ***** included: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml for sut RUNNING HANDLER [linux-system-roles.bootloader : Reboot system when bootloader_reboot_ok is true] *** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 Saturday 17 February 2024 21:40:18 +0000 (0:00:00.007) 0:11:56.412 ***** changed: [sut] => { "changed": true, "elapsed": 44, "rebooted": true } RUNNING HANDLER [linux-system-roles.bootloader : Notify about reboot] ********** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:7 Saturday 17 February 2024 21:41:03 +0000 (0:00:45.015) 0:12:41.427 ***** skipping: [sut] => {} RUNNING HANDLER [linux-system-roles.bootloader : Set bootloader_reboot_required] *** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:14 Saturday 17 February 2024 21:41:03 +0000 (0:00:00.009) 0:12:41.436 ***** ok: [sut] => { "ansible_facts": { "bootloader_reboot_required": false }, "changed": false } META: ran handlers TASK [Ensure bootloader_reboot_required is not set to true] ******************** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/tasks/clone_kernel.yml:41 Saturday 17 February 2024 21:41:03 +0000 (0:00:00.011) 0:12:41.448 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/tasks/clone_kernel.yml:45 Saturday 17 February 2024 21:41:03 +0000 (0:00:00.008) 0:12:41.457 ***** TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Saturday 17 February 2024 21:41:03 +0000 (0:00:00.016) 0:12:41.473 ***** included: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml for sut TASK [linux-system-roles.bootloader : Ensure ansible_facts used by role] ******* task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Saturday 17 February 2024 21:41:03 +0000 (0:00:00.011) 0:12:41.484 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Check if system is ostree] *************** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Saturday 17 February 2024 21:41:03 +0000 (0:00:00.008) 0:12:41.493 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Saturday 17 February 2024 21:41:03 +0000 (0:00:00.008) 0:12:41.501 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Saturday 17 February 2024 21:41:03 +0000 (0:00:00.007) 0:12:41.509 ***** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Saturday 17 February 2024 21:41:03 +0000 (0:00:00.018) 0:12:41.527 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [linux-system-roles.bootloader : Ensure boot loader settings] ************* task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Saturday 17 February 2024 21:43:10 +0000 (0:02:06.560) 0:14:48.088 ***** ok: [sut] => { "actions": [], "changed": false } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 Saturday 17 February 2024 21:43:10 +0000 (0:00:00.210) 0:14:48.299 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:25 Saturday 17 February 2024 21:43:10 +0000 (0:00:00.208) 0:14:48.507 ***** ok: [sut] => { "ansible_facts": { "__bootloader_grub_conf": "/boot/grub2/grub.cfg", "__bootloader_user_conf": "/boot/grub2/user.cfg" }, "changed": false } TASK [linux-system-roles.bootloader : Get stat of /etc/default/grub] *********** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:36 Saturday 17 February 2024 21:43:10 +0000 (0:00:00.014) 0:14:48.521 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708206018.847044, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "ab82c1aa5fb3a99221134fa04b24db43399d87df", "ctime": 1708206018.846044, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 151594, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1708206018.846044, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 276, "uid": 0, "version": "1011724864", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:41 Saturday 17 February 2024 21:43:11 +0000 (0:00:00.273) 0:14:48.795 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg] ******** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 Saturday 17 February 2024 21:43:11 +0000 (0:00:00.204) 0:14:49.000 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708205555.4697123, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "d6a43f5a67b30f0fbc1ae4799272c7b4b3f3e638", "ctime": 1708205428.8585398, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 262274, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1708205428.8585398, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6760, "uid": 0, "version": "3142496079", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:55 Saturday 17 February 2024 21:43:11 +0000 (0:00:00.217) 0:14:49.218 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:66 Saturday 17 February 2024 21:43:11 +0000 (0:00:00.201) 0:14:49.420 ***** 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.bootloader : Put boot loader password to /boot/grub2/user.cfg] *** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:78 Saturday 17 February 2024 21:43:11 +0000 (0:00:00.009) 0:14:49.429 ***** 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.bootloader : Remove boot loader password configuration] *** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:86 Saturday 17 February 2024 21:43:11 +0000 (0:00:00.008) 0:14:49.438 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:93 Saturday 17 February 2024 21:43:11 +0000 (0:00:00.007) 0:14:49.446 ***** ok: [sut] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet", "default": true, "id": "f47e24fac04c45e78ce937ff5feed466-6.7.4-100.fc38.x86_64", "index": "0", "initrd": "/boot/initramfs-6.7.4-100.fc38.x86_64.img", "kernel": "/boot/vmlinuz-6.7.4-100.fc38.x86_64", "root": "UUID=c71fd54f-7883-4130-80ef-4e0ad51c00e2", "title": "Fedora Linux (6.7.4-100.fc38.x86_64) 38 (Thirty Eight)" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet", "default": false, "id": "f47e24fac04c45e78ce937ff5feed466-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-f47e24fac04c45e78ce937ff5feed466.img", "kernel": "/boot/vmlinuz-0-rescue-f47e24fac04c45e78ce937ff5feed466", "root": "UUID=c71fd54f-7883-4130-80ef-4e0ad51c00e2", "title": "Fedora Linux (0-rescue-f47e24fac04c45e78ce937ff5feed466) 38 (Thirty Eight)" }, { "args": "test=kernel", "default": false, "id": "f1e12ea3e4d448b5a5e02a3c3b6490ea-6.7.4-100.fc38.x86_64_clone2", "index": "2", "initrd": "/boot/initramfs-6.7.4-100.fc38.x86_64.img_clone2", "kernel": "/boot/vmlinuz-6.7.4-100.fc38.x86_64_clone2", "root": "UUID=c71fd54f-7883-4130-80ef-4e0ad51c00e2", "title": "Clone2" } ] }, "changed": false } TASK [Verify settings] ********************************************************* task path: /WORKDIR/git-weekly-ci_96z9na4/tests/tests_add_rm.yml:77 Saturday 17 February 2024 21:43:12 +0000 (0:00:00.360) 0:14:49.806 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Remove Clone2 kernel with kernel path] *********************************** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/tests_add_rm.yml:84 Saturday 17 February 2024 21:43:12 +0000 (0:00:00.011) 0:14:49.818 ***** TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Saturday 17 February 2024 21:43:12 +0000 (0:00:00.025) 0:14:49.843 ***** included: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml for sut TASK [linux-system-roles.bootloader : Ensure ansible_facts used by role] ******* task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Saturday 17 February 2024 21:43:12 +0000 (0:00:00.011) 0:14:49.854 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Check if system is ostree] *************** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Saturday 17 February 2024 21:43:12 +0000 (0:00:00.008) 0:14:49.863 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Saturday 17 February 2024 21:43:12 +0000 (0:00:00.007) 0:14:49.870 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Saturday 17 February 2024 21:43:12 +0000 (0:00:00.007) 0:14:49.878 ***** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Saturday 17 February 2024 21:43:12 +0000 (0:00:00.019) 0:14:49.897 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [linux-system-roles.bootloader : Ensure boot loader settings] ************* task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Saturday 17 February 2024 21:45:15 +0000 (0:02:03.089) 0:16:52.987 ***** NOTIFIED HANDLER linux-system-roles.bootloader : Fix default kernel boot parameters for sut NOTIFIED HANDLER linux-system-roles.bootloader : Reboot system for sut changed: [sut] => { "actions": [ "grubby --remove-kernel=/boot/vmlinuz-6.7.4-100.fc38.x86_64_clone2" ], "changed": true } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 Saturday 17 February 2024 21:45:15 +0000 (0:00:00.480) 0:16:53.468 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:25 Saturday 17 February 2024 21:45:16 +0000 (0:00:00.206) 0:16:53.674 ***** ok: [sut] => { "ansible_facts": { "__bootloader_grub_conf": "/boot/grub2/grub.cfg", "__bootloader_user_conf": "/boot/grub2/user.cfg" }, "changed": false } TASK [linux-system-roles.bootloader : Get stat of /etc/default/grub] *********** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:36 Saturday 17 February 2024 21:45:16 +0000 (0:00:00.014) 0:16:53.688 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708206018.847044, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "ab82c1aa5fb3a99221134fa04b24db43399d87df", "ctime": 1708206018.846044, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 151594, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1708206018.846044, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 276, "uid": 0, "version": "1011724864", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:41 Saturday 17 February 2024 21:45:16 +0000 (0:00:00.224) 0:16:53.913 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg] ******** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 Saturday 17 February 2024 21:45:16 +0000 (0:00:00.209) 0:16:54.123 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708205555.4697123, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "d6a43f5a67b30f0fbc1ae4799272c7b4b3f3e638", "ctime": 1708205428.8585398, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 262274, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1708205428.8585398, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6760, "uid": 0, "version": "3142496079", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:55 Saturday 17 February 2024 21:45:16 +0000 (0:00:00.228) 0:16:54.351 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:66 Saturday 17 February 2024 21:45:17 +0000 (0:00:00.212) 0:16:54.563 ***** 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.bootloader : Put boot loader password to /boot/grub2/user.cfg] *** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:78 Saturday 17 February 2024 21:45:17 +0000 (0:00:00.009) 0:16:54.573 ***** 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.bootloader : Remove boot loader password configuration] *** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:86 Saturday 17 February 2024 21:45:17 +0000 (0:00:00.007) 0:16:54.581 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:93 Saturday 17 February 2024 21:45:17 +0000 (0:00:00.007) 0:16:54.589 ***** ok: [sut] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet", "default": true, "id": "f47e24fac04c45e78ce937ff5feed466-6.7.4-100.fc38.x86_64", "index": "0", "initrd": "/boot/initramfs-6.7.4-100.fc38.x86_64.img", "kernel": "/boot/vmlinuz-6.7.4-100.fc38.x86_64", "root": "UUID=c71fd54f-7883-4130-80ef-4e0ad51c00e2", "title": "Fedora Linux (6.7.4-100.fc38.x86_64) 38 (Thirty Eight)" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet", "default": false, "id": "f47e24fac04c45e78ce937ff5feed466-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-f47e24fac04c45e78ce937ff5feed466.img", "kernel": "/boot/vmlinuz-0-rescue-f47e24fac04c45e78ce937ff5feed466", "root": "UUID=c71fd54f-7883-4130-80ef-4e0ad51c00e2", "title": "Fedora Linux (0-rescue-f47e24fac04c45e78ce937ff5feed466) 38 (Thirty Eight)" } ] }, "changed": false } TASK [Verify that Clone2 kernel is removed] ************************************ task path: /WORKDIR/git-weekly-ci_96z9na4/tests/tests_add_rm.yml:94 Saturday 17 February 2024 21:45:17 +0000 (0:00:00.327) 0:16:54.916 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Remove cloned kernels] *************************************************** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/tests_add_rm.yml:100 Saturday 17 February 2024 21:45:17 +0000 (0:00:00.011) 0:16:54.928 ***** changed: [sut] => (item=1) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "grubby", "--remove-kernel=/boot/vmlinuz-6.7.4-100.fc38.x86_64_clone1" ], "delta": "0:00:00.052272", "end": "2024-02-17 21:45:17.623462", "failed_when_result": false, "item": 1, "rc": 1, "start": "2024-02-17 21:45:17.571190" } STDERR: The param /boot/vmlinuz-6.7.4-100.fc38.x86_64_clone1 is incorrect MSG: non-zero return code changed: [sut] => (item=2) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "grubby", "--remove-kernel=/boot/vmlinuz-6.7.4-100.fc38.x86_64_clone2" ], "delta": "0:00:00.052999", "end": "2024-02-17 21:45:17.878196", "failed_when_result": false, "item": 2, "rc": 1, "start": "2024-02-17 21:45:17.825197" } STDERR: The param /boot/vmlinuz-6.7.4-100.fc38.x86_64_clone2 is incorrect MSG: non-zero return code RUNNING HANDLER [linux-system-roles.bootloader : Fix default kernel boot parameters] *** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/handlers/main.yml:4 Saturday 17 February 2024 21:45:17 +0000 (0:00:00.515) 0:16:55.443 ***** changed: [sut] => { "changed": true, "cmd": "set -o pipefail\ngrubby --info=DEFAULT | awk '/^args/ {print $0}'\ncat /etc/default/grub\neval $(grubby --info=DEFAULT | awk '/^args/ {print $0}')\nsed -i -e \"s|^GRUB_CMDLINE_LINUX=.*|GRUB_CMDLINE_LINUX=\\\"$args\\\"|\" /etc/default/grub\ncat /etc/default/grub", "delta": "0:00:00.125679", "end": "2024-02-17 21:45:18.212535", "rc": 0, "start": "2024-02-17 21:45:18.086856" } STDOUT: args="ro crashkernel=auto net.ifnames=0 rhgb quiet" GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console" GRUB_CMDLINE_LINUX="ro crashkernel=auto net.ifnames=0 rhgb quiet" GRUB_DISABLE_RECOVERY="true" GRUB_ENABLE_BLSCFG=true GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console" GRUB_CMDLINE_LINUX="ro crashkernel=auto net.ifnames=0 rhgb quiet" GRUB_DISABLE_RECOVERY="true" GRUB_ENABLE_BLSCFG=true RUNNING HANDLER [linux-system-roles.bootloader : Reboot system] **************** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/handlers/main.yml:15 Saturday 17 February 2024 21:45:18 +0000 (0:00:00.334) 0:16:55.778 ***** included: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml for sut RUNNING HANDLER [linux-system-roles.bootloader : Reboot system when bootloader_reboot_ok is true] *** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 Saturday 17 February 2024 21:45:18 +0000 (0:00:00.007) 0:16:55.786 ***** changed: [sut] => { "changed": true, "elapsed": 40, "rebooted": true } RUNNING HANDLER [linux-system-roles.bootloader : Notify about reboot] ********** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:7 Saturday 17 February 2024 21:46:00 +0000 (0:00:41.782) 0:17:37.569 ***** skipping: [sut] => {} RUNNING HANDLER [linux-system-roles.bootloader : Set bootloader_reboot_required] *** task path: /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:14 Saturday 17 February 2024 21:46:00 +0000 (0:00:00.009) 0:17:37.578 ***** ok: [sut] => { "ansible_facts": { "bootloader_reboot_required": false }, "changed": false } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=100 changed=16 unreachable=0 failed=0 skipped=52 rescued=0 ignored=0 Saturday 17 February 2024 21:46:00 +0000 (0:00:00.009) 0:17:37.587 ***** =============================================================================== linux-system-roles.bootloader : Ensure required packages are installed - 376.25s /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 linux-system-roles.bootloader : Ensure required packages are installed - 246.33s /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 linux-system-roles.bootloader : Ensure required packages are installed - 123.15s /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 linux-system-roles.bootloader : Ensure required packages are installed - 123.09s /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 linux-system-roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 45.02s /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 linux-system-roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 41.78s /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 linux-system-roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 41.65s /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 linux-system-roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 41.01s /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 Clone test_kernel kernel and initrd for test purposes ------------------- 1.52s /WORKDIR/git-weekly-ci_96z9na4/tests/tasks/clone_kernel.yml:8 ----------------- linux-system-roles.bootloader : Ensure ansible_facts used by role ------- 1.30s /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 linux-system-roles.bootloader : Collect bootloader facts ---------------- 1.26s /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:93 Clone test_kernel kernel and initrd for test purposes ------------------- 1.00s /WORKDIR/git-weekly-ci_96z9na4/tests/tasks/clone_kernel.yml:8 ----------------- linux-system-roles.bootloader : Ensure boot loader settings ------------- 0.88s /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 linux-system-roles.bootloader : Fix default kernel boot parameters ------ 0.78s /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/handlers/main.yml:4 linux-system-roles.bootloader : Get stat of /etc/default/grub ----------- 0.76s /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:36 linux-system-roles.bootloader : Ensure boot loader settings ------------- 0.70s /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 linux-system-roles.bootloader : Update boot loader timeout configuration in /etc/default/grub --- 0.70s /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:41 linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg -------- 0.68s /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 linux-system-roles.bootloader : Determine platform type ----------------- 0.62s /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 linux-system-roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg --- 0.62s /WORKDIR/git-weekly-ci_96z9na4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:55 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: Distribution fedora 38 on host sut should use /usr/bin/python3, but is using /usr/bin/python for backward compatibility with prior Ansible releases. A future Ansible release will default to using the discovered platform python for this host. See https://docs.ansible.com/ansible/ 2.9/reference_appendices/interpreter_discovery.html for more information. This feature will be removed in version 2.12. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---