# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.16.0] 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.16/lib/python3.11/site-packages/ansible ansible collection location = /WORKDIR/git-weekly-ci12yhuwak/.collection executable location = /opt/ansible-2.16/bin/ansible-playbook python version = 3.11.5 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] (/opt/ansible-2.16/bin/python) jinja version = 3.1.2 libyaml = True Using /etc/ansible/ansible.cfg as config file 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_add_rm.yml ***************************************************** 1 plays in /WORKDIR/git-weekly-ci12yhuwak/tests/tests_add_rm.yml PLAY [Test creating, modifying, and removing kernels] ************************** TASK [Get bootloader_facts] **************************************************** task path: /WORKDIR/git-weekly-ci12yhuwak/tests/tests_add_rm.yml:13 Saturday 24 February 2024 13:32:35 +0000 (0:00:00.013) 0:00:00.013 ***** TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 24 February 2024 13:32:35 +0000 (0:00:00.021) 0:00:00.034 ***** included: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.bootloader : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 24 February 2024 13:32:35 +0000 (0:00:00.011) 0:00:00.046 ***** ok: [sut] TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 24 February 2024 13:32:35 +0000 (0:00:00.569) 0:00:00.615 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 24 February 2024 13:32:36 +0000 (0:00:00.249) 0:00:00.865 ***** ok: [sut] => { "ansible_facts": { "__bootloader_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 24 February 2024 13:32:36 +0000 (0:00:00.016) 0:00:00.882 ***** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 24 February 2024 13:32:36 +0000 (0:00:00.019) 0:00:00.902 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:12 Saturday 24 February 2024 13:32:38 +0000 (0:00:02.338) 0:00:03.241 ***** ok: [sut] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Determine platform type] ********** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19 Saturday 24 February 2024 13:32:38 +0000 (0:00:00.286) 0:00:03.527 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:24 Saturday 24 February 2024 13:32:38 +0000 (0:00:00.189) 0:00:03.716 ***** ok: [sut] => { "ansible_facts": { "__bootloader_grub_conf": "/boot/grub2/grub.cfg", "__bootloader_user_conf": "/boot/grub2/user.cfg" }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:35 Saturday 24 February 2024 13:32:38 +0000 (0:00:00.023) 0:00:03.740 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708435641.64, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "4bb08bede303990d4cc06d6283ed4aeb549389ab", "ctime": 1708435641.472, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 6730030, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1708435641.472, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 301, "uid": 0, "version": "1870048732", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:40 Saturday 24 February 2024 13:32:39 +0000 (0:00:00.215) 0:00:03.955 ***** ok: [sut] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Get stat of /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:48 Saturday 24 February 2024 13:32:39 +0000 (0:00:00.300) 0:00:04.255 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708435642.279, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "55c60a165805597c8679516c698bebeaff82c38b", "ctime": 1708435642.279, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2485714, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1708435642.279, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6755, "uid": 0, "version": "2631421142", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:53 Saturday 24 February 2024 13:32:39 +0000 (0:00:00.226) 0:00:04.482 ***** changed: [sut] => { "changed": true, "rc": 0 } MSG: 6 replacements made TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:63 Saturday 24 February 2024 13:32:39 +0000 (0:00:00.246) 0:00:04.728 ***** 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.bootloader : Put boot loader password to /boot/grub2/user.cfg] *** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:75 Saturday 24 February 2024 13:32:39 +0000 (0:00:00.035) 0:00:04.764 ***** 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.bootloader : Remove boot loader password configuration] *** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:83 Saturday 24 February 2024 13:32:39 +0000 (0:00:00.011) 0:00:04.775 ***** skipping: [sut] => { "changed": false, "false_condition": "bootloader_remove_password | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Collect bootloader facts] ********* task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:90 Saturday 24 February 2024 13:32:39 +0000 (0:00:00.015) 0:00:04.790 ***** ok: [sut] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro rhgb quiet crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0", "default": true, "id": "71214d8b09664602b3b4283b276deac0-5.14.0-419.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-419.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-419.el9.x86_64", "root": "UUID=efde4cf2-187f-450a-b932-1a74529a9891", "title": "CentOS Stream (5.14.0-419.el9.x86_64) 9" }, { "args": "ro rhgb quiet crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0", "default": false, "id": "71214d8b09664602b3b4283b276deac0-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-71214d8b09664602b3b4283b276deac0.img", "kernel": "/boot/vmlinuz-0-rescue-71214d8b09664602b3b4283b276deac0", "root": "UUID=efde4cf2-187f-450a-b932-1a74529a9891", "title": "CentOS Stream (0-rescue-71214d8b09664602b3b4283b276deac0) 9" } ] }, "changed": false } TASK [Skip test on ostree systems] ********************************************* task path: /WORKDIR/git-weekly-ci12yhuwak/tests/tests_add_rm.yml:19 Saturday 24 February 2024 13:32:40 +0000 (0:00:00.391) 0:00:05.182 ***** META: end_host conditional evaluated to False, continuing execution for sut skipping: [sut] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for sut" } MSG: end_host conditional evaluated to false, continuing execution for sut TASK [Flush handlers] ********************************************************** task path: /WORKDIR/git-weekly-ci12yhuwak/tests/tests_add_rm.yml:26 Saturday 24 February 2024 13:32:40 +0000 (0:00:00.001) 0:00:05.184 ***** META: triggered running handlers for sut TASK [Clone kernel to Clone1] ************************************************** task path: /WORKDIR/git-weekly-ci12yhuwak/tests/tests_add_rm.yml:29 Saturday 24 February 2024 13:32:40 +0000 (0:00:00.001) 0:00:05.185 ***** included: /WORKDIR/git-weekly-ci12yhuwak/tests/tasks/clone_kernel.yml for sut TASK [Set fact with the default kernel to use for clones] ********************** task path: /WORKDIR/git-weekly-ci12yhuwak/tests/tasks/clone_kernel.yml:3 Saturday 24 February 2024 13:32:40 +0000 (0:00:00.011) 0:00:05.197 ***** ok: [sut] => { "ansible_facts": { "test_kernel": { "args": "ro rhgb quiet crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0", "default": true, "id": "71214d8b09664602b3b4283b276deac0-5.14.0-419.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-419.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-419.el9.x86_64", "root": "UUID=efde4cf2-187f-450a-b932-1a74529a9891", "title": "CentOS Stream (5.14.0-419.el9.x86_64) 9" } }, "changed": false } TASK [Clone test_kernel kernel and initrd for test purposes] ******************* task path: /WORKDIR/git-weekly-ci12yhuwak/tests/tasks/clone_kernel.yml:7 Saturday 24 February 2024 13:32:40 +0000 (0:00:00.020) 0:00:05.217 ***** changed: [sut] => (item={'src': '/boot/vmlinuz-5.14.0-419.el9.x86_64', 'dest': '/boot/vmlinuz-5.14.0-419.el9.x86_64_clone1'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "02a30e3d472d69c1dee1aeaae623a82ca85ab1b5", "dest": "/boot/vmlinuz-5.14.0-419.el9.x86_64_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-5.14.0-419.el9.x86_64_clone1", "src": "/boot/vmlinuz-5.14.0-419.el9.x86_64" }, "md5sum": "a085c48cd0b6558754daa389fbf7ef11", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 13576232, "src": "/boot/vmlinuz-5.14.0-419.el9.x86_64", "state": "file", "uid": 0 } changed: [sut] => (item={'src': '/boot/initramfs-5.14.0-419.el9.x86_64.img', 'dest': '/boot/initramfs-5.14.0-419.el9.x86_64.img_clone1'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "b287ee97cfbe0014a173b499b35084c108cacd50", "dest": "/boot/initramfs-5.14.0-419.el9.x86_64.img_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-5.14.0-419.el9.x86_64.img_clone1", "src": "/boot/initramfs-5.14.0-419.el9.x86_64.img" }, "md5sum": "ff2987284ec327acecd236992f1475f6", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 34898551, "src": "/boot/initramfs-5.14.0-419.el9.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone1] **************************************************** task path: /WORKDIR/git-weekly-ci12yhuwak/tests/tasks/clone_kernel.yml:21 Saturday 24 February 2024 13:32:41 +0000 (0:00:01.044) 0:00:06.262 ***** TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 24 February 2024 13:32:41 +0000 (0:00:00.019) 0:00:06.282 ***** included: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.bootloader : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 24 February 2024 13:32:41 +0000 (0:00:00.011) 0:00:06.294 ***** skipping: [sut] => { "changed": false, "false_condition": "__bootloader_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 24 February 2024 13:32:41 +0000 (0:00:00.018) 0:00:06.312 ***** skipping: [sut] => { "changed": false, "false_condition": "not __bootloader_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 24 February 2024 13:32:41 +0000 (0:00:00.010) 0:00:06.323 ***** skipping: [sut] => { "changed": false, "false_condition": "not __bootloader_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 24 February 2024 13:32:41 +0000 (0:00:00.010) 0:00:06.333 ***** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 24 February 2024 13:32:41 +0000 (0:00:00.018) 0:00:06.352 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:12 Saturday 24 February 2024 13:32:42 +0000 (0:00:01.204) 0:00:07.556 ***** Notification for handler Fix default kernel boot parameters has been saved. Notification for handler Reboot system has been saved. changed: [sut] => { "actions": [ "grubby --add-kernel=/boot/vmlinuz-5.14.0-419.el9.x86_64_clone1 --initrd=/boot/initramfs-5.14.0-419.el9.x86_64.img_clone1 --title=Clone1 --args=test=kernel --copy-default" ], "changed": true } TASK [fedora.linux_system_roles.bootloader : Determine platform type] ********** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19 Saturday 24 February 2024 13:32:43 +0000 (0:00:00.469) 0:00:08.025 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:24 Saturday 24 February 2024 13:32:43 +0000 (0:00:00.233) 0:00:08.258 ***** ok: [sut] => { "ansible_facts": { "__bootloader_grub_conf": "/boot/grub2/grub.cfg", "__bootloader_user_conf": "/boot/grub2/user.cfg" }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:35 Saturday 24 February 2024 13:32:43 +0000 (0:00:00.042) 0:00:08.301 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708781559.0665216, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "4bb08bede303990d4cc06d6283ed4aeb549389ab", "ctime": 1708435641.472, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 6730030, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1708435641.472, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 301, "uid": 0, "version": "1870048732", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:40 Saturday 24 February 2024 13:32:43 +0000 (0:00:00.231) 0:00:08.532 ***** ok: [sut] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Get stat of /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:48 Saturday 24 February 2024 13:32:43 +0000 (0:00:00.215) 0:00:08.748 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708781559.8414972, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "34e5d1e2fed20f03f516b97b48b17919b1917e9b", "ctime": 1708781559.8424973, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 327156033, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1708781559.8414972, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "911251015", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:53 Saturday 24 February 2024 13:32:44 +0000 (0:00:00.210) 0:00:08.959 ***** ok: [sut] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:63 Saturday 24 February 2024 13:32:44 +0000 (0:00:00.199) 0:00:09.158 ***** 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.bootloader : Put boot loader password to /boot/grub2/user.cfg] *** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:75 Saturday 24 February 2024 13:32:44 +0000 (0:00:00.011) 0:00:09.169 ***** 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.bootloader : Remove boot loader password configuration] *** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:83 Saturday 24 February 2024 13:32:44 +0000 (0:00:00.011) 0:00:09.181 ***** skipping: [sut] => { "changed": false, "false_condition": "bootloader_remove_password | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Collect bootloader facts] ********* task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:90 Saturday 24 February 2024 13:32:44 +0000 (0:00:00.022) 0:00:09.203 ***** skipping: [sut] => { "changed": false, "false_condition": "bootloader_gather_facts | bool", "skip_reason": "Conditional result was False" } TASK [Flush handlers] ********************************************************** task path: /WORKDIR/git-weekly-ci12yhuwak/tests/tasks/clone_kernel.yml:36 Saturday 24 February 2024 13:32:44 +0000 (0:00:00.019) 0:00:09.223 ***** NOTIFIED HANDLER fedora.linux_system_roles.bootloader : Fix default kernel boot parameters for sut NOTIFIED HANDLER fedora.linux_system_roles.bootloader : Reboot system for sut META: triggered running handlers for sut RUNNING HANDLER [fedora.linux_system_roles.bootloader : Fix default kernel boot parameters] *** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 Saturday 24 February 2024 13:32:44 +0000 (0:00:00.001) 0:00:09.224 ***** 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.142811", "end": "2024-02-24 13:32:44.737889", "rc": 0, "start": "2024-02-24 13:32:44.595078" } STDOUT: args="ro rhgb quiet crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0" 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="rhgb quiet crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0" 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 rhgb quiet crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0" GRUB_DISABLE_RECOVERY="true" GRUB_ENABLE_BLSCFG=true RUNNING HANDLER [fedora.linux_system_roles.bootloader : Reboot system] ********* task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15 Saturday 24 February 2024 13:32:44 +0000 (0:00:00.403) 0:00:09.628 ***** included: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml for sut RUNNING HANDLER [fedora.linux_system_roles.bootloader : Reboot system when bootloader_reboot_ok is true] *** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 Saturday 24 February 2024 13:32:44 +0000 (0:00:00.015) 0:00:09.643 ***** changed: [sut] => { "changed": true, "elapsed": 45, "rebooted": true } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] *** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7 Saturday 24 February 2024 13:33:30 +0000 (0:00:45.927) 0:00:55.571 ***** skipping: [sut] => { "false_condition": "not bootloader_reboot_ok" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] *** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14 Saturday 24 February 2024 13:33:30 +0000 (0:00:00.007) 0:00:55.578 ***** ok: [sut] => { "ansible_facts": { "bootloader_reboot_required": false }, "changed": false } TASK [Ensure bootloader_reboot_required is not set to true] ******************** task path: /WORKDIR/git-weekly-ci12yhuwak/tests/tasks/clone_kernel.yml:39 Saturday 24 February 2024 13:33:30 +0000 (0:00:00.010) 0:00:55.589 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /WORKDIR/git-weekly-ci12yhuwak/tests/tasks/clone_kernel.yml:43 Saturday 24 February 2024 13:33:30 +0000 (0:00:00.009) 0:00:55.599 ***** TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 24 February 2024 13:33:30 +0000 (0:00:00.024) 0:00:55.623 ***** included: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.bootloader : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 24 February 2024 13:33:30 +0000 (0:00:00.011) 0:00:55.634 ***** skipping: [sut] => { "changed": false, "false_condition": "__bootloader_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 24 February 2024 13:33:30 +0000 (0:00:00.018) 0:00:55.653 ***** skipping: [sut] => { "changed": false, "false_condition": "not __bootloader_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 24 February 2024 13:33:30 +0000 (0:00:00.010) 0:00:55.663 ***** skipping: [sut] => { "changed": false, "false_condition": "not __bootloader_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 24 February 2024 13:33:30 +0000 (0:00:00.010) 0:00:55.673 ***** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 24 February 2024 13:33:30 +0000 (0:00:00.018) 0:00:55.691 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:12 Saturday 24 February 2024 13:33:34 +0000 (0:00:03.264) 0:00:58.956 ***** ok: [sut] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Determine platform type] ********** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19 Saturday 24 February 2024 13:33:34 +0000 (0:00:00.188) 0:00:59.145 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:24 Saturday 24 February 2024 13:33:34 +0000 (0:00:00.184) 0:00:59.329 ***** ok: [sut] => { "ansible_facts": { "__bootloader_grub_conf": "/boot/grub2/grub.cfg", "__bootloader_user_conf": "/boot/grub2/user.cfg" }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:35 Saturday 24 February 2024 13:33:34 +0000 (0:00:00.022) 0:00:59.352 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708781564.737346, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "a421fc1209588c8062d84a4cc76bcf0a2ad58010", "ctime": 1708781564.736346, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 6581827, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1708781564.736346, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 304, "uid": 0, "version": "1818875663", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:40 Saturday 24 February 2024 13:33:34 +0000 (0:00:00.225) 0:00:59.577 ***** ok: [sut] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Get stat of /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:48 Saturday 24 February 2024 13:33:34 +0000 (0:00:00.203) 0:00:59.780 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708781564.0623667, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "34e5d1e2fed20f03f516b97b48b17919b1917e9b", "ctime": 1708781559.8424973, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 327156033, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1708781559.8414972, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "911251015", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:53 Saturday 24 February 2024 13:33:35 +0000 (0:00:00.205) 0:00:59.986 ***** ok: [sut] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:63 Saturday 24 February 2024 13:33:35 +0000 (0:00:00.195) 0:01:00.182 ***** 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.bootloader : Put boot loader password to /boot/grub2/user.cfg] *** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:75 Saturday 24 February 2024 13:33:35 +0000 (0:00:00.012) 0:01:00.194 ***** 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.bootloader : Remove boot loader password configuration] *** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:83 Saturday 24 February 2024 13:33:35 +0000 (0:00:00.011) 0:01:00.206 ***** skipping: [sut] => { "changed": false, "false_condition": "bootloader_remove_password | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Collect bootloader facts] ********* task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:90 Saturday 24 February 2024 13:33:35 +0000 (0:00:00.015) 0:01:00.221 ***** ok: [sut] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro rhgb quiet crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0", "default": true, "id": "71214d8b09664602b3b4283b276deac0-5.14.0-419.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-419.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-419.el9.x86_64", "root": "UUID=efde4cf2-187f-450a-b932-1a74529a9891", "title": "CentOS Stream (5.14.0-419.el9.x86_64) 9" }, { "args": "ro rhgb quiet crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0", "default": false, "id": "71214d8b09664602b3b4283b276deac0-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-71214d8b09664602b3b4283b276deac0.img", "kernel": "/boot/vmlinuz-0-rescue-71214d8b09664602b3b4283b276deac0", "root": "UUID=efde4cf2-187f-450a-b932-1a74529a9891", "title": "CentOS Stream (0-rescue-71214d8b09664602b3b4283b276deac0) 9" }, { "args": "ro rhgb quiet crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0 test=kernel", "default": false, "id": "d652dc0862354aa2bb2455c5b15db678-5.14.0-419.el9.x86_64_clone1", "index": "2", "initrd": "/boot/initramfs-5.14.0-419.el9.x86_64.img_clone1", "kernel": "/boot/vmlinuz-5.14.0-419.el9.x86_64_clone1", "root": "UUID=efde4cf2-187f-450a-b932-1a74529a9891", "title": "Clone1" } ] }, "changed": false } TASK [Verify settings] ********************************************************* task path: /WORKDIR/git-weekly-ci12yhuwak/tests/tests_add_rm.yml:35 Saturday 24 February 2024 13:33:35 +0000 (0:00:00.380) 0:01:00.602 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Remove Clone1 kernel with 3 kernel keys] ********************************* task path: /WORKDIR/git-weekly-ci12yhuwak/tests/tests_add_rm.yml:44 Saturday 24 February 2024 13:33:35 +0000 (0:00:00.022) 0:01:00.625 ***** TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 24 February 2024 13:33:35 +0000 (0:00:00.024) 0:01:00.649 ***** included: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.bootloader : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 24 February 2024 13:33:35 +0000 (0:00:00.011) 0:01:00.661 ***** skipping: [sut] => { "changed": false, "false_condition": "__bootloader_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 24 February 2024 13:33:35 +0000 (0:00:00.017) 0:01:00.678 ***** skipping: [sut] => { "changed": false, "false_condition": "not __bootloader_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 24 February 2024 13:33:35 +0000 (0:00:00.010) 0:01:00.688 ***** skipping: [sut] => { "changed": false, "false_condition": "not __bootloader_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 24 February 2024 13:33:35 +0000 (0:00:00.010) 0:01:00.699 ***** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 24 February 2024 13:33:35 +0000 (0:00:00.019) 0:01:00.718 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:12 Saturday 24 February 2024 13:33:37 +0000 (0:00:01.201) 0:01:01.919 ***** Notification for handler Fix default kernel boot parameters has been saved. Notification for handler Reboot system has been saved. changed: [sut] => { "actions": [ "grubby --remove-kernel=/boot/vmlinuz-5.14.0-419.el9.x86_64_clone1" ], "changed": true } TASK [fedora.linux_system_roles.bootloader : Determine platform type] ********** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19 Saturday 24 February 2024 13:33:37 +0000 (0:00:00.436) 0:01:02.356 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:24 Saturday 24 February 2024 13:33:37 +0000 (0:00:00.206) 0:01:02.562 ***** ok: [sut] => { "ansible_facts": { "__bootloader_grub_conf": "/boot/grub2/grub.cfg", "__bootloader_user_conf": "/boot/grub2/user.cfg" }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:35 Saturday 24 February 2024 13:33:37 +0000 (0:00:00.023) 0:01:02.586 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708781564.737346, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "a421fc1209588c8062d84a4cc76bcf0a2ad58010", "ctime": 1708781564.736346, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 6581827, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1708781564.736346, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 304, "uid": 0, "version": "1818875663", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:40 Saturday 24 February 2024 13:33:37 +0000 (0:00:00.199) 0:01:02.786 ***** ok: [sut] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Get stat of /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:48 Saturday 24 February 2024 13:33:38 +0000 (0:00:00.197) 0:01:02.983 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708781564.0623667, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "34e5d1e2fed20f03f516b97b48b17919b1917e9b", "ctime": 1708781559.8424973, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 327156033, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1708781559.8414972, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "911251015", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:53 Saturday 24 February 2024 13:33:38 +0000 (0:00:00.201) 0:01:03.185 ***** ok: [sut] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:63 Saturday 24 February 2024 13:33:38 +0000 (0:00:00.198) 0:01:03.384 ***** 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.bootloader : Put boot loader password to /boot/grub2/user.cfg] *** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:75 Saturday 24 February 2024 13:33:38 +0000 (0:00:00.012) 0:01:03.397 ***** 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.bootloader : Remove boot loader password configuration] *** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:83 Saturday 24 February 2024 13:33:38 +0000 (0:00:00.012) 0:01:03.409 ***** skipping: [sut] => { "changed": false, "false_condition": "bootloader_remove_password | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Collect bootloader facts] ********* task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:90 Saturday 24 February 2024 13:33:38 +0000 (0:00:00.015) 0:01:03.424 ***** ok: [sut] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro rhgb quiet crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0", "default": true, "id": "71214d8b09664602b3b4283b276deac0-5.14.0-419.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-419.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-419.el9.x86_64", "root": "UUID=efde4cf2-187f-450a-b932-1a74529a9891", "title": "CentOS Stream (5.14.0-419.el9.x86_64) 9" }, { "args": "ro rhgb quiet crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0", "default": false, "id": "71214d8b09664602b3b4283b276deac0-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-71214d8b09664602b3b4283b276deac0.img", "kernel": "/boot/vmlinuz-0-rescue-71214d8b09664602b3b4283b276deac0", "root": "UUID=efde4cf2-187f-450a-b932-1a74529a9891", "title": "CentOS Stream (0-rescue-71214d8b09664602b3b4283b276deac0) 9" } ] }, "changed": false } TASK [Verify that Clone1 kernel is removed] ************************************ task path: /WORKDIR/git-weekly-ci12yhuwak/tests/tests_add_rm.yml:61 Saturday 24 February 2024 13:33:38 +0000 (0:00:00.307) 0:01:03.732 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Clone kernel to Clone2] ************************************************** task path: /WORKDIR/git-weekly-ci12yhuwak/tests/tests_add_rm.yml:65 Saturday 24 February 2024 13:33:38 +0000 (0:00:00.026) 0:01:03.758 ***** included: /WORKDIR/git-weekly-ci12yhuwak/tests/tasks/clone_kernel.yml for sut TASK [Set fact with the default kernel to use for clones] ********************** task path: /WORKDIR/git-weekly-ci12yhuwak/tests/tasks/clone_kernel.yml:3 Saturday 24 February 2024 13:33:38 +0000 (0:00:00.017) 0:01:03.776 ***** ok: [sut] => { "ansible_facts": { "test_kernel": { "args": "ro rhgb quiet crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0", "default": true, "id": "71214d8b09664602b3b4283b276deac0-5.14.0-419.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-419.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-419.el9.x86_64", "root": "UUID=efde4cf2-187f-450a-b932-1a74529a9891", "title": "CentOS Stream (5.14.0-419.el9.x86_64) 9" } }, "changed": false } TASK [Clone test_kernel kernel and initrd for test purposes] ******************* task path: /WORKDIR/git-weekly-ci12yhuwak/tests/tasks/clone_kernel.yml:7 Saturday 24 February 2024 13:33:38 +0000 (0:00:00.022) 0:01:03.798 ***** changed: [sut] => (item={'src': '/boot/vmlinuz-5.14.0-419.el9.x86_64', 'dest': '/boot/vmlinuz-5.14.0-419.el9.x86_64_clone2'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "02a30e3d472d69c1dee1aeaae623a82ca85ab1b5", "dest": "/boot/vmlinuz-5.14.0-419.el9.x86_64_clone2", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-5.14.0-419.el9.x86_64_clone2", "src": "/boot/vmlinuz-5.14.0-419.el9.x86_64" }, "md5sum": "a085c48cd0b6558754daa389fbf7ef11", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 13576232, "src": "/boot/vmlinuz-5.14.0-419.el9.x86_64", "state": "file", "uid": 0 } changed: [sut] => (item={'src': '/boot/initramfs-5.14.0-419.el9.x86_64.img', 'dest': '/boot/initramfs-5.14.0-419.el9.x86_64.img_clone2'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "b287ee97cfbe0014a173b499b35084c108cacd50", "dest": "/boot/initramfs-5.14.0-419.el9.x86_64.img_clone2", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-5.14.0-419.el9.x86_64.img_clone2", "src": "/boot/initramfs-5.14.0-419.el9.x86_64.img" }, "md5sum": "ff2987284ec327acecd236992f1475f6", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 34898551, "src": "/boot/initramfs-5.14.0-419.el9.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone2] **************************************************** task path: /WORKDIR/git-weekly-ci12yhuwak/tests/tasks/clone_kernel.yml:21 Saturday 24 February 2024 13:33:39 +0000 (0:00:00.985) 0:01:04.783 ***** TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 24 February 2024 13:33:39 +0000 (0:00:00.020) 0:01:04.804 ***** included: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.bootloader : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 24 February 2024 13:33:39 +0000 (0:00:00.014) 0:01:04.818 ***** skipping: [sut] => { "changed": false, "false_condition": "__bootloader_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 24 February 2024 13:33:39 +0000 (0:00:00.017) 0:01:04.836 ***** skipping: [sut] => { "changed": false, "false_condition": "not __bootloader_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 24 February 2024 13:33:39 +0000 (0:00:00.010) 0:01:04.847 ***** skipping: [sut] => { "changed": false, "false_condition": "not __bootloader_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 24 February 2024 13:33:39 +0000 (0:00:00.010) 0:01:04.858 ***** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 24 February 2024 13:33:40 +0000 (0:00:00.018) 0:01:04.876 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:12 Saturday 24 February 2024 13:33:41 +0000 (0:00:01.195) 0:01:06.071 ***** Notification for handler Fix default kernel boot parameters has been saved. Notification for handler Reboot system has been saved. changed: [sut] => { "actions": [ "grubby --add-kernel=/boot/vmlinuz-5.14.0-419.el9.x86_64_clone2 --initrd=/boot/initramfs-5.14.0-419.el9.x86_64.img_clone2 --title=Clone2 --args=test=kernel" ], "changed": true } TASK [fedora.linux_system_roles.bootloader : Determine platform type] ********** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19 Saturday 24 February 2024 13:33:41 +0000 (0:00:00.407) 0:01:06.479 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:24 Saturday 24 February 2024 13:33:41 +0000 (0:00:00.183) 0:01:06.662 ***** ok: [sut] => { "ansible_facts": { "__bootloader_grub_conf": "/boot/grub2/grub.cfg", "__bootloader_user_conf": "/boot/grub2/user.cfg" }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:35 Saturday 24 February 2024 13:33:41 +0000 (0:00:00.022) 0:01:06.685 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708781564.737346, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "a421fc1209588c8062d84a4cc76bcf0a2ad58010", "ctime": 1708781564.736346, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 6581827, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1708781564.736346, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 304, "uid": 0, "version": "1818875663", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:40 Saturday 24 February 2024 13:33:42 +0000 (0:00:00.215) 0:01:06.901 ***** ok: [sut] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Get stat of /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:48 Saturday 24 February 2024 13:33:42 +0000 (0:00:00.196) 0:01:07.097 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708781564.0623667, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "34e5d1e2fed20f03f516b97b48b17919b1917e9b", "ctime": 1708781559.8424973, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 327156033, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1708781559.8414972, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "911251015", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:53 Saturday 24 February 2024 13:33:42 +0000 (0:00:00.207) 0:01:07.305 ***** ok: [sut] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:63 Saturday 24 February 2024 13:33:42 +0000 (0:00:00.194) 0:01:07.500 ***** 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.bootloader : Put boot loader password to /boot/grub2/user.cfg] *** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:75 Saturday 24 February 2024 13:33:42 +0000 (0:00:00.012) 0:01:07.512 ***** 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.bootloader : Remove boot loader password configuration] *** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:83 Saturday 24 February 2024 13:33:42 +0000 (0:00:00.010) 0:01:07.522 ***** skipping: [sut] => { "changed": false, "false_condition": "bootloader_remove_password | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Collect bootloader facts] ********* task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:90 Saturday 24 February 2024 13:33:42 +0000 (0:00:00.014) 0:01:07.537 ***** skipping: [sut] => { "changed": false, "false_condition": "bootloader_gather_facts | bool", "skip_reason": "Conditional result was False" } TASK [Flush handlers] ********************************************************** task path: /WORKDIR/git-weekly-ci12yhuwak/tests/tasks/clone_kernel.yml:36 Saturday 24 February 2024 13:33:42 +0000 (0:00:00.015) 0:01:07.552 ***** NOTIFIED HANDLER fedora.linux_system_roles.bootloader : Fix default kernel boot parameters for sut NOTIFIED HANDLER fedora.linux_system_roles.bootloader : Reboot system for sut META: triggered running handlers for sut RUNNING HANDLER [fedora.linux_system_roles.bootloader : Fix default kernel boot parameters] *** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 Saturday 24 February 2024 13:33:42 +0000 (0:00:00.001) 0:01:07.553 ***** 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.141240", "end": "2024-02-24 13:33:43.003800", "rc": 0, "start": "2024-02-24 13:33:42.862560" } STDOUT: args="ro rhgb quiet crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0" 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 rhgb quiet crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0" 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 rhgb quiet crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0" GRUB_DISABLE_RECOVERY="true" GRUB_ENABLE_BLSCFG=true RUNNING HANDLER [fedora.linux_system_roles.bootloader : Reboot system] ********* task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15 Saturday 24 February 2024 13:33:43 +0000 (0:00:00.327) 0:01:07.880 ***** included: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml for sut RUNNING HANDLER [fedora.linux_system_roles.bootloader : Reboot system when bootloader_reboot_ok is true] *** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 Saturday 24 February 2024 13:33:43 +0000 (0:00:00.008) 0:01:07.889 ***** changed: [sut] => { "changed": true, "elapsed": 36, "rebooted": true } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] *** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7 Saturday 24 February 2024 13:34:19 +0000 (0:00:36.737) 0:01:44.626 ***** skipping: [sut] => { "false_condition": "not bootloader_reboot_ok" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] *** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14 Saturday 24 February 2024 13:34:19 +0000 (0:00:00.013) 0:01:44.640 ***** ok: [sut] => { "ansible_facts": { "bootloader_reboot_required": false }, "changed": false } TASK [Ensure bootloader_reboot_required is not set to true] ******************** task path: /WORKDIR/git-weekly-ci12yhuwak/tests/tasks/clone_kernel.yml:39 Saturday 24 February 2024 13:34:19 +0000 (0:00:00.016) 0:01:44.656 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /WORKDIR/git-weekly-ci12yhuwak/tests/tasks/clone_kernel.yml:43 Saturday 24 February 2024 13:34:19 +0000 (0:00:00.015) 0:01:44.671 ***** TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 24 February 2024 13:34:19 +0000 (0:00:00.028) 0:01:44.699 ***** included: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.bootloader : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 24 February 2024 13:34:19 +0000 (0:00:00.013) 0:01:44.713 ***** skipping: [sut] => { "changed": false, "false_condition": "__bootloader_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 24 February 2024 13:34:19 +0000 (0:00:00.024) 0:01:44.738 ***** skipping: [sut] => { "changed": false, "false_condition": "not __bootloader_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 24 February 2024 13:34:19 +0000 (0:00:00.011) 0:01:44.750 ***** skipping: [sut] => { "changed": false, "false_condition": "not __bootloader_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 24 February 2024 13:34:19 +0000 (0:00:00.012) 0:01:44.762 ***** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 24 February 2024 13:34:19 +0000 (0:00:00.018) 0:01:44.781 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:12 Saturday 24 February 2024 13:34:22 +0000 (0:00:03.035) 0:01:47.816 ***** ok: [sut] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Determine platform type] ********** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19 Saturday 24 February 2024 13:34:23 +0000 (0:00:00.189) 0:01:48.005 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:24 Saturday 24 February 2024 13:34:23 +0000 (0:00:00.182) 0:01:48.188 ***** ok: [sut] => { "ansible_facts": { "__bootloader_grub_conf": "/boot/grub2/grub.cfg", "__bootloader_user_conf": "/boot/grub2/user.cfg" }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:35 Saturday 24 February 2024 13:34:23 +0000 (0:00:00.020) 0:01:48.209 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708781623.0026653, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "a421fc1209588c8062d84a4cc76bcf0a2ad58010", "ctime": 1708781623.0016654, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 6581828, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1708781623.0016654, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 304, "uid": 0, "version": "4033234130", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:40 Saturday 24 February 2024 13:34:23 +0000 (0:00:00.225) 0:01:48.434 ***** ok: [sut] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Get stat of /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:48 Saturday 24 February 2024 13:34:23 +0000 (0:00:00.196) 0:01:48.631 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708781564.0623667, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "34e5d1e2fed20f03f516b97b48b17919b1917e9b", "ctime": 1708781559.8424973, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 327156033, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1708781559.8414972, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "911251015", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:53 Saturday 24 February 2024 13:34:23 +0000 (0:00:00.201) 0:01:48.832 ***** ok: [sut] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:63 Saturday 24 February 2024 13:34:24 +0000 (0:00:00.196) 0:01:49.029 ***** 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.bootloader : Put boot loader password to /boot/grub2/user.cfg] *** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:75 Saturday 24 February 2024 13:34:24 +0000 (0:00:00.011) 0:01:49.040 ***** 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.bootloader : Remove boot loader password configuration] *** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:83 Saturday 24 February 2024 13:34:24 +0000 (0:00:00.011) 0:01:49.052 ***** skipping: [sut] => { "changed": false, "false_condition": "bootloader_remove_password | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Collect bootloader facts] ********* task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:90 Saturday 24 February 2024 13:34:24 +0000 (0:00:00.015) 0:01:49.067 ***** ok: [sut] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro rhgb quiet crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0", "default": true, "id": "71214d8b09664602b3b4283b276deac0-5.14.0-419.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-419.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-419.el9.x86_64", "root": "UUID=efde4cf2-187f-450a-b932-1a74529a9891", "title": "CentOS Stream (5.14.0-419.el9.x86_64) 9" }, { "args": "ro rhgb quiet crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0", "default": false, "id": "71214d8b09664602b3b4283b276deac0-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-71214d8b09664602b3b4283b276deac0.img", "kernel": "/boot/vmlinuz-0-rescue-71214d8b09664602b3b4283b276deac0", "root": "UUID=efde4cf2-187f-450a-b932-1a74529a9891", "title": "CentOS Stream (0-rescue-71214d8b09664602b3b4283b276deac0) 9" }, { "args": "test=kernel", "default": false, "id": "d652dc0862354aa2bb2455c5b15db678-5.14.0-419.el9.x86_64_clone2", "index": "2", "initrd": "/boot/initramfs-5.14.0-419.el9.x86_64.img_clone2", "kernel": "/boot/vmlinuz-5.14.0-419.el9.x86_64_clone2", "title": "Clone2" } ] }, "changed": false } TASK [Verify settings] ********************************************************* task path: /WORKDIR/git-weekly-ci12yhuwak/tests/tests_add_rm.yml:71 Saturday 24 February 2024 13:34:24 +0000 (0:00:00.344) 0:01:49.411 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Remove Clone2 kernel with kernel path] *********************************** task path: /WORKDIR/git-weekly-ci12yhuwak/tests/tests_add_rm.yml:78 Saturday 24 February 2024 13:34:24 +0000 (0:00:00.021) 0:01:49.433 ***** TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 24 February 2024 13:34:24 +0000 (0:00:00.030) 0:01:49.463 ***** included: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.bootloader : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 24 February 2024 13:34:24 +0000 (0:00:00.013) 0:01:49.476 ***** skipping: [sut] => { "changed": false, "false_condition": "__bootloader_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 24 February 2024 13:34:24 +0000 (0:00:00.018) 0:01:49.494 ***** skipping: [sut] => { "changed": false, "false_condition": "not __bootloader_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 24 February 2024 13:34:24 +0000 (0:00:00.010) 0:01:49.505 ***** skipping: [sut] => { "changed": false, "false_condition": "not __bootloader_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 24 February 2024 13:34:24 +0000 (0:00:00.010) 0:01:49.516 ***** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 24 February 2024 13:34:24 +0000 (0:00:00.019) 0:01:49.536 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:12 Saturday 24 February 2024 13:34:25 +0000 (0:00:01.193) 0:01:50.729 ***** Notification for handler Fix default kernel boot parameters has been saved. Notification for handler Reboot system has been saved. changed: [sut] => { "actions": [ "grubby --remove-kernel=/boot/vmlinuz-5.14.0-419.el9.x86_64_clone2" ], "changed": true } TASK [fedora.linux_system_roles.bootloader : Determine platform type] ********** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19 Saturday 24 February 2024 13:34:26 +0000 (0:00:00.428) 0:01:51.158 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:24 Saturday 24 February 2024 13:34:26 +0000 (0:00:00.184) 0:01:51.342 ***** ok: [sut] => { "ansible_facts": { "__bootloader_grub_conf": "/boot/grub2/grub.cfg", "__bootloader_user_conf": "/boot/grub2/user.cfg" }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:35 Saturday 24 February 2024 13:34:26 +0000 (0:00:00.022) 0:01:51.364 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708781623.0026653, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "a421fc1209588c8062d84a4cc76bcf0a2ad58010", "ctime": 1708781623.0016654, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 6581828, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1708781623.0016654, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 304, "uid": 0, "version": "4033234130", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:40 Saturday 24 February 2024 13:34:26 +0000 (0:00:00.199) 0:01:51.563 ***** ok: [sut] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Get stat of /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:48 Saturday 24 February 2024 13:34:26 +0000 (0:00:00.198) 0:01:51.762 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708781564.0623667, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "34e5d1e2fed20f03f516b97b48b17919b1917e9b", "ctime": 1708781559.8424973, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 327156033, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1708781559.8414972, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "911251015", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:53 Saturday 24 February 2024 13:34:27 +0000 (0:00:00.206) 0:01:51.969 ***** ok: [sut] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:63 Saturday 24 February 2024 13:34:27 +0000 (0:00:00.198) 0:01:52.168 ***** 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.bootloader : Put boot loader password to /boot/grub2/user.cfg] *** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:75 Saturday 24 February 2024 13:34:27 +0000 (0:00:00.012) 0:01:52.180 ***** 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.bootloader : Remove boot loader password configuration] *** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:83 Saturday 24 February 2024 13:34:27 +0000 (0:00:00.011) 0:01:52.191 ***** skipping: [sut] => { "changed": false, "false_condition": "bootloader_remove_password | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Collect bootloader facts] ********* task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:90 Saturday 24 February 2024 13:34:27 +0000 (0:00:00.014) 0:01:52.206 ***** ok: [sut] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro rhgb quiet crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0", "default": true, "id": "71214d8b09664602b3b4283b276deac0-5.14.0-419.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-419.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-419.el9.x86_64", "root": "UUID=efde4cf2-187f-450a-b932-1a74529a9891", "title": "CentOS Stream (5.14.0-419.el9.x86_64) 9" }, { "args": "ro rhgb quiet crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0", "default": false, "id": "71214d8b09664602b3b4283b276deac0-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-71214d8b09664602b3b4283b276deac0.img", "kernel": "/boot/vmlinuz-0-rescue-71214d8b09664602b3b4283b276deac0", "root": "UUID=efde4cf2-187f-450a-b932-1a74529a9891", "title": "CentOS Stream (0-rescue-71214d8b09664602b3b4283b276deac0) 9" } ] }, "changed": false } TASK [Verify that Clone2 kernel is removed] ************************************ task path: /WORKDIR/git-weekly-ci12yhuwak/tests/tests_add_rm.yml:88 Saturday 24 February 2024 13:34:27 +0000 (0:00:00.300) 0:01:52.507 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Remove cloned kernels] *************************************************** task path: /WORKDIR/git-weekly-ci12yhuwak/tests/tests_add_rm.yml:92 Saturday 24 February 2024 13:34:27 +0000 (0:00:00.023) 0:01:52.530 ***** changed: [sut] => (item=1) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "grubby", "--remove-kernel=/boot/vmlinuz-5.14.0-419.el9.x86_64_clone1" ], "delta": "0:00:00.052496", "end": "2024-02-24 13:34:27.421541", "failed_when_result": false, "item": 1, "rc": 1, "start": "2024-02-24 13:34:27.369045" } STDERR: The param /boot/vmlinuz-5.14.0-419.el9.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-5.14.0-419.el9.x86_64_clone2" ], "delta": "0:00:00.052142", "end": "2024-02-24 13:34:27.746661", "failed_when_result": false, "item": 2, "rc": 1, "start": "2024-02-24 13:34:27.694519" } STDERR: The param /boot/vmlinuz-5.14.0-419.el9.x86_64_clone2 is incorrect MSG: non-zero return code NOTIFIED HANDLER fedora.linux_system_roles.bootloader : Fix default kernel boot parameters for sut NOTIFIED HANDLER fedora.linux_system_roles.bootloader : Reboot system for sut RUNNING HANDLER [fedora.linux_system_roles.bootloader : Fix default kernel boot parameters] *** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 Saturday 24 February 2024 13:34:28 +0000 (0:00:00.537) 0:01:53.068 ***** 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.120982", "end": "2024-02-24 13:34:28.071254", "rc": 0, "start": "2024-02-24 13:34:27.950272" } STDOUT: args="ro rhgb quiet crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0" 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 rhgb quiet crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0" 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 rhgb quiet crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0" GRUB_DISABLE_RECOVERY="true" GRUB_ENABLE_BLSCFG=true RUNNING HANDLER [fedora.linux_system_roles.bootloader : Reboot system] ********* task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15 Saturday 24 February 2024 13:34:28 +0000 (0:00:00.299) 0:01:53.367 ***** included: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml for sut RUNNING HANDLER [fedora.linux_system_roles.bootloader : Reboot system when bootloader_reboot_ok is true] *** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 Saturday 24 February 2024 13:34:28 +0000 (0:00:00.008) 0:01:53.376 ***** changed: [sut] => { "changed": true, "elapsed": 36, "rebooted": true } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] *** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7 Saturday 24 February 2024 13:35:05 +0000 (0:00:37.330) 0:02:30.706 ***** skipping: [sut] => { "false_condition": "not bootloader_reboot_ok" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] *** task path: /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14 Saturday 24 February 2024 13:35:05 +0000 (0:00:00.008) 0:02:30.714 ***** ok: [sut] => { "ansible_facts": { "bootloader_reboot_required": false }, "changed": false } PLAY RECAP ********************************************************************* sut : ok=96 changed=14 unreachable=0 failed=0 skipped=51 rescued=0 ignored=0 Saturday 24 February 2024 13:35:05 +0000 (0:00:00.010) 0:02:30.725 ***** =============================================================================== fedora.linux_system_roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 45.93s /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 fedora.linux_system_roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 37.33s /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 fedora.linux_system_roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 36.74s /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 3.26s /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 3.04s /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 2.34s /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.20s /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.20s /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.20s /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.19s /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Clone test_kernel kernel and initrd for test purposes ------------------- 1.04s /WORKDIR/git-weekly-ci12yhuwak/tests/tasks/clone_kernel.yml:7 ----------------- Clone test_kernel kernel and initrd for test purposes ------------------- 0.99s /WORKDIR/git-weekly-ci12yhuwak/tests/tasks/clone_kernel.yml:7 ----------------- fedora.linux_system_roles.bootloader : Ensure ansible_facts used by role --- 0.57s /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Remove cloned kernels --------------------------------------------------- 0.54s /WORKDIR/git-weekly-ci12yhuwak/tests/tests_add_rm.yml:92 ---------------------- fedora.linux_system_roles.bootloader : Ensure boot loader settings ------ 0.47s /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:12 fedora.linux_system_roles.bootloader : Ensure boot loader settings ------ 0.44s /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:12 fedora.linux_system_roles.bootloader : Ensure boot loader settings ------ 0.43s /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:12 fedora.linux_system_roles.bootloader : Ensure boot loader settings ------ 0.41s /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:12 fedora.linux_system_roles.bootloader : Fix default kernel boot parameters --- 0.40s /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 fedora.linux_system_roles.bootloader : Collect bootloader facts --------- 0.39s /WORKDIR/git-weekly-ci12yhuwak/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:90 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---