# 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-ci1o0c8apx/.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-ci1o0c8apx/tests/tests_add_rm.yml PLAY [Test creating, modifying, and removing kernels] ************************** TASK [Skip on s390x architecture] ********************************************** task path: /WORKDIR/git-weekly-ci1o0c8apx/tests/tests_add_rm.yml:13 Saturday 06 July 2024 18:29:18 +0000 (0:00:00.013) 0:00:00.013 ********* included: /WORKDIR/git-weekly-ci1o0c8apx/tests/tasks/skip_on_s390x.yml for sut TASK [Gather architecture facts] *********************************************** task path: /WORKDIR/git-weekly-ci1o0c8apx/tests/tasks/skip_on_s390x.yml:3 Saturday 06 July 2024 18:29:18 +0000 (0:00:00.009) 0:00:00.022 ********* ok: [sut] TASK [End host on s390x architecture] ****************************************** task path: /WORKDIR/git-weekly-ci1o0c8apx/tests/tasks/skip_on_s390x.yml:8 Saturday 06 July 2024 18:29:20 +0000 (0:00:01.995) 0:00:02.017 ********* 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 [Get bootloader_facts] **************************************************** task path: /WORKDIR/git-weekly-ci1o0c8apx/tests/tests_add_rm.yml:16 Saturday 06 July 2024 18:29:20 +0000 (0:00:00.003) 0:00:02.021 ********* TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 06 July 2024 18:29:20 +0000 (0:00:00.025) 0:00:02.046 ********* included: /WORKDIR/git-weekly-ci1o0c8apx/.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-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 06 July 2024 18:29:20 +0000 (0:00:00.010) 0:00:02.056 ********* 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-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 06 July 2024 18:29:20 +0000 (0:00:00.016) 0:00:02.073 ********* 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-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 06 July 2024 18:29:21 +0000 (0:00:00.288) 0:00:02.361 ********* 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-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 06 July 2024 18:29:21 +0000 (0:00:00.016) 0:00:02.377 ********* 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=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.bootloader : Fail on s390x architecture] ******* task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 06 July 2024 18:29:21 +0000 (0:00:00.030) 0:00:02.408 ********* skipping: [sut] => { "changed": false, "false_condition": "ansible_architecture == 's390x'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 Saturday 06 July 2024 18:29:21 +0000 (0:00:00.011) 0:00:02.419 ********* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19 Saturday 06 July 2024 18:29:22 +0000 (0:00:01.591) 0:00:04.011 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1718880943.8660934, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "e6fe4e5d2ca4a70405c4ae8eb7ec68aec89decbb", "ctime": 1718880549.1940935, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 1280, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1718880549.1940935, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 310, "uid": 0, "version": "2164516502", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Get bootloader args of the default kernel] *** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:27 Saturday 06 July 2024 18:29:23 +0000 (0:00:00.241) 0:00:04.253 ********* skipping: [sut] => { "changed": false, "false_condition": "not __bootloader_default_grub_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Generate /etc/default/grub] ******* task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:34 Saturday 06 July 2024 18:29:23 +0000 (0:00:00.008) 0:00:04.261 ********* skipping: [sut] => { "changed": false, "false_condition": "not __bootloader_default_grub_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Determine platform type] ********** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:44 Saturday 06 July 2024 18:29:23 +0000 (0:00:00.007) 0:00:04.269 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:49 Saturday 06 July 2024 18:29:23 +0000 (0:00:00.222) 0:00:04.491 ********* 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-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:60 Saturday 06 July 2024 18:29:23 +0000 (0:00:00.023) 0:00:04.514 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720290563.0706804, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "e6fe4e5d2ca4a70405c4ae8eb7ec68aec89decbb", "ctime": 1718880549.1940935, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 1280, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1718880549.1940935, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 310, "uid": 0, "version": "2164516502", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Get stat of /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65 Saturday 06 July 2024 18:29:23 +0000 (0:00:00.238) 0:00:04.752 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1718879387.421, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "c245ec045827f106de95a3ffa3fa8dbc8c0b1ca1", "ctime": 1718879387.421, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 358, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1718879387.421, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6787, "uid": 0, "version": "2694684483", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Verify if there is a stab config in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73 Saturday 06 July 2024 18:29:23 +0000 (0:00:00.241) 0:00:04.994 ********* ok: [sut] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.005067", "end": "2024-07-06 18:29:24.123905", "rc": 0, "start": "2024-07-06 18:29:24.118838" } TASK [fedora.linux_system_roles.bootloader : Use a general grub and user conf path if UEFI path has a stub config] *** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:79 Saturday 06 July 2024 18:29:24 +0000 (0:00:00.297) 0:00:05.292 ********* skipping: [sut] => { "changed": false, "false_condition": "__bootloader_grep_configfile.stdout | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:87 Saturday 06 July 2024 18:29:24 +0000 (0:00:00.018) 0:00:05.310 ********* ok: [sut] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:95 Saturday 06 July 2024 18:29:24 +0000 (0:00:00.289) 0:00:05.600 ********* changed: [sut] => { "changed": true, "rc": 0 } MSG: 6 replacements made TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 Saturday 06 July 2024 18:29:24 +0000 (0:00:00.239) 0:00:05.840 ********* ok: [sut] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:112 Saturday 06 July 2024 18:29:24 +0000 (0:00:00.283) 0:00:06.123 ********* 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-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 06 July 2024 18:29:24 +0000 (0:00:00.013) 0:00:06.137 ********* 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-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:132 Saturday 06 July 2024 18:29:25 +0000 (0:00:00.010) 0:00:06.148 ********* 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-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139 Saturday 06 July 2024 18:29:25 +0000 (0:00:00.014) 0:00:06.162 ********* ok: [sut] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro crashkernel=auto net.ifnames=0 rhgb console=tty0 console=ttyS0,115200n8", "default": true, "id": "0af2b190b92143c6919c33428dd00d7a-6.9.4-200.fc40.x86_64", "index": "0", "initrd": "/boot/initramfs-6.9.4-200.fc40.x86_64.img", "kernel": "/boot/vmlinuz-6.9.4-200.fc40.x86_64", "root": "UUID=d41e114e-2033-4553-824b-87c952ea3ae7", "title": "Fedora Linux (6.9.4-200.fc40.x86_64) 40 (Forty)" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb console=tty0 console=ttyS0,115200n8", "default": false, "id": "0af2b190b92143c6919c33428dd00d7a-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-0af2b190b92143c6919c33428dd00d7a.img", "kernel": "/boot/vmlinuz-0-rescue-0af2b190b92143c6919c33428dd00d7a", "root": "UUID=d41e114e-2033-4553-824b-87c952ea3ae7", "title": "Fedora Linux (0-rescue-0af2b190b92143c6919c33428dd00d7a) 40 (Forty)" } ] }, "changed": false } TASK [Skip test on ostree systems] ********************************************* task path: /WORKDIR/git-weekly-ci1o0c8apx/tests/tests_add_rm.yml:22 Saturday 06 July 2024 18:29:25 +0000 (0:00:00.504) 0:00:06.666 ********* 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-ci1o0c8apx/tests/tests_add_rm.yml:29 Saturday 06 July 2024 18:29:25 +0000 (0:00:00.002) 0:00:06.669 ********* META: triggered running handlers for sut TASK [Clone kernel to Clone1] ************************************************** task path: /WORKDIR/git-weekly-ci1o0c8apx/tests/tests_add_rm.yml:32 Saturday 06 July 2024 18:29:25 +0000 (0:00:00.001) 0:00:06.670 ********* included: /WORKDIR/git-weekly-ci1o0c8apx/tests/tasks/clone_kernel.yml for sut TASK [Set fact with the default kernel to use for clones] ********************** task path: /WORKDIR/git-weekly-ci1o0c8apx/tests/tasks/clone_kernel.yml:3 Saturday 06 July 2024 18:29:25 +0000 (0:00:00.013) 0:00:06.684 ********* ok: [sut] => { "ansible_facts": { "test_kernel": { "args": "ro crashkernel=auto net.ifnames=0 rhgb console=tty0 console=ttyS0,115200n8", "default": true, "id": "0af2b190b92143c6919c33428dd00d7a-6.9.4-200.fc40.x86_64", "index": "0", "initrd": "/boot/initramfs-6.9.4-200.fc40.x86_64.img", "kernel": "/boot/vmlinuz-6.9.4-200.fc40.x86_64", "root": "UUID=d41e114e-2033-4553-824b-87c952ea3ae7", "title": "Fedora Linux (6.9.4-200.fc40.x86_64) 40 (Forty)" } }, "changed": false } TASK [Clone test_kernel kernel and initrd for test purposes] ******************* task path: /WORKDIR/git-weekly-ci1o0c8apx/tests/tasks/clone_kernel.yml:7 Saturday 06 July 2024 18:29:25 +0000 (0:00:00.019) 0:00:06.704 ********* changed: [sut] => (item={'src': '/boot/vmlinuz-6.9.4-200.fc40.x86_64', 'dest': '/boot/vmlinuz-6.9.4-200.fc40.x86_64_clone1'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "bc715c26600bf68e63946af3340e9aa7088e1e97", "dest": "/boot/vmlinuz-6.9.4-200.fc40.x86_64_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-6.9.4-200.fc40.x86_64_clone1", "src": "/boot/vmlinuz-6.9.4-200.fc40.x86_64" }, "md5sum": "970779d402d662bedc218273eec72c93", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 15890792, "src": "/boot/vmlinuz-6.9.4-200.fc40.x86_64", "state": "file", "uid": 0 } changed: [sut] => (item={'src': '/boot/initramfs-6.9.4-200.fc40.x86_64.img', 'dest': '/boot/initramfs-6.9.4-200.fc40.x86_64.img_clone1'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "508888eea6861b22aece25dd977b65673220b288", "dest": "/boot/initramfs-6.9.4-200.fc40.x86_64.img_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-6.9.4-200.fc40.x86_64.img_clone1", "src": "/boot/initramfs-6.9.4-200.fc40.x86_64.img" }, "md5sum": "52f04d937aa67944f1c95633c4423041", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 22541435, "src": "/boot/initramfs-6.9.4-200.fc40.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone1] **************************************************** task path: /WORKDIR/git-weekly-ci1o0c8apx/tests/tasks/clone_kernel.yml:21 Saturday 06 July 2024 18:29:26 +0000 (0:00:01.211) 0:00:07.916 ********* TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 06 July 2024 18:29:26 +0000 (0:00:00.022) 0:00:07.938 ********* included: /WORKDIR/git-weekly-ci1o0c8apx/.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-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 06 July 2024 18:29:26 +0000 (0:00:00.020) 0:00:07.959 ********* 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-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 06 July 2024 18:29:26 +0000 (0:00:00.024) 0:00:07.983 ********* 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-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 06 July 2024 18:29:26 +0000 (0:00:00.011) 0:00:07.994 ********* 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-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 06 July 2024 18:29:26 +0000 (0:00:00.010) 0:00:08.005 ********* 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=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.bootloader : Fail on s390x architecture] ******* task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 06 July 2024 18:29:26 +0000 (0:00:00.019) 0:00:08.024 ********* skipping: [sut] => { "changed": false, "false_condition": "ansible_architecture == 's390x'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 Saturday 06 July 2024 18:29:26 +0000 (0:00:00.007) 0:00:08.031 ********* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19 Saturday 06 July 2024 18:29:28 +0000 (0:00:01.462) 0:00:09.494 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720290563.0706804, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "e6fe4e5d2ca4a70405c4ae8eb7ec68aec89decbb", "ctime": 1718880549.1940935, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 1280, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1718880549.1940935, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 310, "uid": 0, "version": "2164516502", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Get bootloader args of the default kernel] *** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:27 Saturday 06 July 2024 18:29:28 +0000 (0:00:00.239) 0:00:09.733 ********* skipping: [sut] => { "changed": false, "false_condition": "not __bootloader_default_grub_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Generate /etc/default/grub] ******* task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:34 Saturday 06 July 2024 18:29:28 +0000 (0:00:00.008) 0:00:09.742 ********* skipping: [sut] => { "changed": false, "false_condition": "not __bootloader_default_grub_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Determine platform type] ********** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:44 Saturday 06 July 2024 18:29:28 +0000 (0:00:00.006) 0:00:09.749 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:49 Saturday 06 July 2024 18:29:28 +0000 (0:00:00.224) 0:00:09.974 ********* 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-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:60 Saturday 06 July 2024 18:29:28 +0000 (0:00:00.022) 0:00:09.997 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720290563.0706804, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "e6fe4e5d2ca4a70405c4ae8eb7ec68aec89decbb", "ctime": 1718880549.1940935, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 1280, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1718880549.1940935, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 310, "uid": 0, "version": "2164516502", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Get stat of /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65 Saturday 06 July 2024 18:29:29 +0000 (0:00:00.238) 0:00:10.236 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720290564.6716106, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "2a655d31d873729c1fdd989aa47397a520f5ebec", "ctime": 1720290564.6716106, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 262220, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1720290564.6716106, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6760, "uid": 0, "version": "1693895901", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Verify if there is a stab config in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73 Saturday 06 July 2024 18:29:29 +0000 (0:00:00.242) 0:00:10.478 ********* ok: [sut] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.005126", "end": "2024-07-06 18:29:29.548887", "rc": 0, "start": "2024-07-06 18:29:29.543761" } TASK [fedora.linux_system_roles.bootloader : Use a general grub and user conf path if UEFI path has a stub config] *** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:79 Saturday 06 July 2024 18:29:29 +0000 (0:00:00.238) 0:00:10.717 ********* skipping: [sut] => { "changed": false, "false_condition": "__bootloader_grep_configfile.stdout | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:87 Saturday 06 July 2024 18:29:29 +0000 (0:00:00.017) 0:00:10.735 ********* ok: [sut] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:95 Saturday 06 July 2024 18:29:29 +0000 (0:00:00.235) 0:00:10.970 ********* ok: [sut] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 Saturday 06 July 2024 18:29:30 +0000 (0:00:00.235) 0:00:11.206 ********* Notification for handler Fix default kernel boot parameters has been saved. Notification for handler Reboot system has been saved. changed: [sut] => { "actions": [ "grubby --initrd=/boot/initramfs-6.9.4-200.fc40.x86_64.img_clone1 --add-kernel=/boot/vmlinuz-6.9.4-200.fc40.x86_64_clone1 --title=Clone1 --args=test=kernel --copy-default" ], "changed": true } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:112 Saturday 06 July 2024 18:29:30 +0000 (0:00:00.465) 0:00:11.672 ********* 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-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 06 July 2024 18:29:30 +0000 (0:00:00.011) 0:00:11.683 ********* 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-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:132 Saturday 06 July 2024 18:29:30 +0000 (0:00:00.010) 0:00:11.693 ********* 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-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139 Saturday 06 July 2024 18:29:30 +0000 (0:00:00.014) 0:00:11.707 ********* skipping: [sut] => { "changed": false, "false_condition": "bootloader_gather_facts | bool", "skip_reason": "Conditional result was False" } TASK [Flush handlers] ********************************************************** task path: /WORKDIR/git-weekly-ci1o0c8apx/tests/tasks/clone_kernel.yml:36 Saturday 06 July 2024 18:29:30 +0000 (0:00:00.014) 0:00:11.722 ********* 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-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 Saturday 06 July 2024 18:29:30 +0000 (0:00:00.001) 0:00:11.724 ********* 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.154745", "end": "2024-07-06 18:29:30.945908", "rc": 0, "start": "2024-07-06 18:29:30.791163" } STDOUT: args="ro crashkernel=auto net.ifnames=0 rhgb console=tty0 console=ttyS0,115200n8" GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console serial" GRUB_CMDLINE_LINUX="crashkernel=auto net.ifnames=0 rhgb console=tty0 console=ttyS0,115200n8" 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 serial" GRUB_CMDLINE_LINUX="ro crashkernel=auto net.ifnames=0 rhgb console=tty0 console=ttyS0,115200n8" GRUB_DISABLE_RECOVERY="true" GRUB_ENABLE_BLSCFG=true RUNNING HANDLER [fedora.linux_system_roles.bootloader : Reboot system] ********* task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15 Saturday 06 July 2024 18:29:30 +0000 (0:00:00.390) 0:00:12.115 ********* included: /WORKDIR/git-weekly-ci1o0c8apx/.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-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 Saturday 06 July 2024 18:29:30 +0000 (0:00:00.009) 0:00:12.124 ********* changed: [sut] => { "changed": true, "elapsed": 53, "rebooted": true } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] *** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7 Saturday 06 July 2024 18:30:27 +0000 (0:00:56.053) 0:01:08.178 ********* skipping: [sut] => { "false_condition": "not bootloader_reboot_ok" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] *** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14 Saturday 06 July 2024 18:30:27 +0000 (0:00:00.008) 0:01:08.187 ********* 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-ci1o0c8apx/tests/tasks/clone_kernel.yml:39 Saturday 06 July 2024 18:30:27 +0000 (0:00:00.010) 0:01:08.197 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /WORKDIR/git-weekly-ci1o0c8apx/tests/tasks/clone_kernel.yml:43 Saturday 06 July 2024 18:30:27 +0000 (0:00:00.007) 0:01:08.205 ********* TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 06 July 2024 18:30:27 +0000 (0:00:00.032) 0:01:08.237 ********* included: /WORKDIR/git-weekly-ci1o0c8apx/.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-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 06 July 2024 18:30:27 +0000 (0:00:00.010) 0:01:08.248 ********* 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-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 06 July 2024 18:30:27 +0000 (0:00:00.018) 0:01:08.266 ********* 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-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 06 July 2024 18:30:27 +0000 (0:00:00.010) 0:01:08.277 ********* 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-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 06 July 2024 18:30:27 +0000 (0:00:00.010) 0:01:08.287 ********* 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=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.bootloader : Fail on s390x architecture] ******* task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 06 July 2024 18:30:27 +0000 (0:00:00.017) 0:01:08.304 ********* skipping: [sut] => { "changed": false, "false_condition": "ansible_architecture == 's390x'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 Saturday 06 July 2024 18:30:27 +0000 (0:00:00.007) 0:01:08.311 ********* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19 Saturday 06 July 2024 18:30:29 +0000 (0:00:02.652) 0:01:10.964 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720290570.9453368, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "87bc042bb64e052b477f838cd2049c097dca4287", "ctime": 1720290570.944337, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 149484, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1720290570.943337, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 313, "uid": 0, "version": "243888130", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Get bootloader args of the default kernel] *** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:27 Saturday 06 July 2024 18:30:30 +0000 (0:00:00.278) 0:01:11.242 ********* skipping: [sut] => { "changed": false, "false_condition": "not __bootloader_default_grub_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Generate /etc/default/grub] ******* task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:34 Saturday 06 July 2024 18:30:30 +0000 (0:00:00.008) 0:01:11.251 ********* skipping: [sut] => { "changed": false, "false_condition": "not __bootloader_default_grub_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Determine platform type] ********** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:44 Saturday 06 July 2024 18:30:30 +0000 (0:00:00.007) 0:01:11.259 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:49 Saturday 06 July 2024 18:30:30 +0000 (0:00:00.220) 0:01:11.479 ********* 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-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:60 Saturday 06 July 2024 18:30:30 +0000 (0:00:00.022) 0:01:11.502 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720290570.9453368, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "87bc042bb64e052b477f838cd2049c097dca4287", "ctime": 1720290570.944337, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 149484, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1720290570.943337, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 313, "uid": 0, "version": "243888130", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Get stat of /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65 Saturday 06 July 2024 18:30:30 +0000 (0:00:00.236) 0:01:11.738 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720290569.2934089, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "2a655d31d873729c1fdd989aa47397a520f5ebec", "ctime": 1720290564.6716106, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 262220, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1720290564.6716106, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6760, "uid": 0, "version": "1693895901", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Verify if there is a stab config in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73 Saturday 06 July 2024 18:30:30 +0000 (0:00:00.242) 0:01:11.981 ********* ok: [sut] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004912", "end": "2024-07-06 18:30:31.051691", "rc": 0, "start": "2024-07-06 18:30:31.046779" } TASK [fedora.linux_system_roles.bootloader : Use a general grub and user conf path if UEFI path has a stub config] *** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:79 Saturday 06 July 2024 18:30:31 +0000 (0:00:00.239) 0:01:12.220 ********* skipping: [sut] => { "changed": false, "false_condition": "__bootloader_grep_configfile.stdout | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:87 Saturday 06 July 2024 18:30:31 +0000 (0:00:00.017) 0:01:12.238 ********* ok: [sut] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:95 Saturday 06 July 2024 18:30:31 +0000 (0:00:00.233) 0:01:12.472 ********* ok: [sut] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 Saturday 06 July 2024 18:30:31 +0000 (0:00:00.258) 0:01:12.730 ********* ok: [sut] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:112 Saturday 06 July 2024 18:30:31 +0000 (0:00:00.225) 0:01:12.956 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.bootloader : Put boot loader password to /boot/grub2/user.cfg] *** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 06 July 2024 18:30:31 +0000 (0:00:00.012) 0:01:12.968 ********* 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-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:132 Saturday 06 July 2024 18:30:31 +0000 (0:00:00.010) 0:01:12.978 ********* 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-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139 Saturday 06 July 2024 18:30:31 +0000 (0:00:00.014) 0:01:12.993 ********* ok: [sut] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro crashkernel=auto net.ifnames=0 rhgb console=tty0 console=ttyS0,115200n8 test=kernel", "default": false, "id": "ec26e3eef830cfda06c99edbb33d0774-6.9.4-200.fc40.x86_64_clone1", "index": "0", "initrd": "/boot/initramfs-6.9.4-200.fc40.x86_64.img_clone1", "kernel": "/boot/vmlinuz-6.9.4-200.fc40.x86_64_clone1", "root": "UUID=d41e114e-2033-4553-824b-87c952ea3ae7", "title": "Clone1" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb console=tty0 console=ttyS0,115200n8", "default": true, "id": "0af2b190b92143c6919c33428dd00d7a-6.9.4-200.fc40.x86_64", "index": "1", "initrd": "/boot/initramfs-6.9.4-200.fc40.x86_64.img", "kernel": "/boot/vmlinuz-6.9.4-200.fc40.x86_64", "root": "UUID=d41e114e-2033-4553-824b-87c952ea3ae7", "title": "Fedora Linux (6.9.4-200.fc40.x86_64) 40 (Forty)" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb console=tty0 console=ttyS0,115200n8", "default": false, "id": "0af2b190b92143c6919c33428dd00d7a-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-0af2b190b92143c6919c33428dd00d7a.img", "kernel": "/boot/vmlinuz-0-rescue-0af2b190b92143c6919c33428dd00d7a", "root": "UUID=d41e114e-2033-4553-824b-87c952ea3ae7", "title": "Fedora Linux (0-rescue-0af2b190b92143c6919c33428dd00d7a) 40 (Forty)" } ] }, "changed": false } TASK [Verify settings] ********************************************************* task path: /WORKDIR/git-weekly-ci1o0c8apx/tests/tests_add_rm.yml:38 Saturday 06 July 2024 18:30:32 +0000 (0:00:00.394) 0:01:13.387 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Remove Clone1 kernel with 3 kernel keys] ********************************* task path: /WORKDIR/git-weekly-ci1o0c8apx/tests/tests_add_rm.yml:47 Saturday 06 July 2024 18:30:32 +0000 (0:00:00.022) 0:01:13.409 ********* TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 06 July 2024 18:30:32 +0000 (0:00:00.030) 0:01:13.439 ********* included: /WORKDIR/git-weekly-ci1o0c8apx/.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-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 06 July 2024 18:30:32 +0000 (0:00:00.010) 0:01:13.450 ********* 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-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 06 July 2024 18:30:32 +0000 (0:00:00.016) 0:01:13.467 ********* 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-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 06 July 2024 18:30:32 +0000 (0:00:00.010) 0:01:13.477 ********* 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-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 06 July 2024 18:30:32 +0000 (0:00:00.010) 0:01:13.487 ********* 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=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.bootloader : Fail on s390x architecture] ******* task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 06 July 2024 18:30:32 +0000 (0:00:00.017) 0:01:13.504 ********* skipping: [sut] => { "changed": false, "false_condition": "ansible_architecture == 's390x'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 Saturday 06 July 2024 18:30:32 +0000 (0:00:00.007) 0:01:13.511 ********* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19 Saturday 06 July 2024 18:30:33 +0000 (0:00:01.456) 0:01:14.968 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720290570.9453368, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "87bc042bb64e052b477f838cd2049c097dca4287", "ctime": 1720290570.944337, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 149484, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1720290570.943337, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 313, "uid": 0, "version": "243888130", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Get bootloader args of the default kernel] *** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:27 Saturday 06 July 2024 18:30:34 +0000 (0:00:00.238) 0:01:15.206 ********* skipping: [sut] => { "changed": false, "false_condition": "not __bootloader_default_grub_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Generate /etc/default/grub] ******* task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:34 Saturday 06 July 2024 18:30:34 +0000 (0:00:00.009) 0:01:15.215 ********* skipping: [sut] => { "changed": false, "false_condition": "not __bootloader_default_grub_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Determine platform type] ********** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:44 Saturday 06 July 2024 18:30:34 +0000 (0:00:00.007) 0:01:15.222 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:49 Saturday 06 July 2024 18:30:34 +0000 (0:00:00.221) 0:01:15.444 ********* 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-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:60 Saturday 06 July 2024 18:30:34 +0000 (0:00:00.021) 0:01:15.466 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720290570.9453368, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "87bc042bb64e052b477f838cd2049c097dca4287", "ctime": 1720290570.944337, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 149484, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1720290570.943337, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 313, "uid": 0, "version": "243888130", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Get stat of /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65 Saturday 06 July 2024 18:30:34 +0000 (0:00:00.239) 0:01:15.705 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720290569.2934089, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "2a655d31d873729c1fdd989aa47397a520f5ebec", "ctime": 1720290564.6716106, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 262220, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1720290564.6716106, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6760, "uid": 0, "version": "1693895901", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Verify if there is a stab config in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73 Saturday 06 July 2024 18:30:34 +0000 (0:00:00.266) 0:01:15.971 ********* ok: [sut] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.005066", "end": "2024-07-06 18:30:35.043393", "rc": 0, "start": "2024-07-06 18:30:35.038327" } TASK [fedora.linux_system_roles.bootloader : Use a general grub and user conf path if UEFI path has a stub config] *** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:79 Saturday 06 July 2024 18:30:35 +0000 (0:00:00.241) 0:01:16.213 ********* skipping: [sut] => { "changed": false, "false_condition": "__bootloader_grep_configfile.stdout | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:87 Saturday 06 July 2024 18:30:35 +0000 (0:00:00.017) 0:01:16.230 ********* ok: [sut] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:95 Saturday 06 July 2024 18:30:35 +0000 (0:00:00.239) 0:01:16.470 ********* ok: [sut] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 Saturday 06 July 2024 18:30:35 +0000 (0:00:00.236) 0:01:16.706 ********* 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-6.9.4-200.fc40.x86_64_clone1" ], "changed": true } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:112 Saturday 06 July 2024 18:30:36 +0000 (0:00:00.492) 0:01:17.198 ********* 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-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 06 July 2024 18:30:36 +0000 (0:00:00.012) 0:01:17.211 ********* 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-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:132 Saturday 06 July 2024 18:30:36 +0000 (0:00:00.011) 0:01:17.222 ********* 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-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139 Saturday 06 July 2024 18:30:36 +0000 (0:00:00.014) 0:01:17.237 ********* ok: [sut] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro crashkernel=auto net.ifnames=0 rhgb console=tty0 console=ttyS0,115200n8", "default": true, "id": "0af2b190b92143c6919c33428dd00d7a-6.9.4-200.fc40.x86_64", "index": "0", "initrd": "/boot/initramfs-6.9.4-200.fc40.x86_64.img", "kernel": "/boot/vmlinuz-6.9.4-200.fc40.x86_64", "root": "UUID=d41e114e-2033-4553-824b-87c952ea3ae7", "title": "Fedora Linux (6.9.4-200.fc40.x86_64) 40 (Forty)" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb console=tty0 console=ttyS0,115200n8", "default": false, "id": "0af2b190b92143c6919c33428dd00d7a-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-0af2b190b92143c6919c33428dd00d7a.img", "kernel": "/boot/vmlinuz-0-rescue-0af2b190b92143c6919c33428dd00d7a", "root": "UUID=d41e114e-2033-4553-824b-87c952ea3ae7", "title": "Fedora Linux (0-rescue-0af2b190b92143c6919c33428dd00d7a) 40 (Forty)" } ] }, "changed": false } TASK [Verify that Clone1 kernel is removed] ************************************ task path: /WORKDIR/git-weekly-ci1o0c8apx/tests/tests_add_rm.yml:64 Saturday 06 July 2024 18:30:36 +0000 (0:00:00.346) 0:01:17.583 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Clone kernel to Clone2] ************************************************** task path: /WORKDIR/git-weekly-ci1o0c8apx/tests/tests_add_rm.yml:68 Saturday 06 July 2024 18:30:36 +0000 (0:00:00.021) 0:01:17.605 ********* included: /WORKDIR/git-weekly-ci1o0c8apx/tests/tasks/clone_kernel.yml for sut TASK [Set fact with the default kernel to use for clones] ********************** task path: /WORKDIR/git-weekly-ci1o0c8apx/tests/tasks/clone_kernel.yml:3 Saturday 06 July 2024 18:30:36 +0000 (0:00:00.017) 0:01:17.622 ********* ok: [sut] => { "ansible_facts": { "test_kernel": { "args": "ro crashkernel=auto net.ifnames=0 rhgb console=tty0 console=ttyS0,115200n8", "default": true, "id": "0af2b190b92143c6919c33428dd00d7a-6.9.4-200.fc40.x86_64", "index": "0", "initrd": "/boot/initramfs-6.9.4-200.fc40.x86_64.img", "kernel": "/boot/vmlinuz-6.9.4-200.fc40.x86_64", "root": "UUID=d41e114e-2033-4553-824b-87c952ea3ae7", "title": "Fedora Linux (6.9.4-200.fc40.x86_64) 40 (Forty)" } }, "changed": false } TASK [Clone test_kernel kernel and initrd for test purposes] ******************* task path: /WORKDIR/git-weekly-ci1o0c8apx/tests/tasks/clone_kernel.yml:7 Saturday 06 July 2024 18:30:36 +0000 (0:00:00.020) 0:01:17.643 ********* changed: [sut] => (item={'src': '/boot/vmlinuz-6.9.4-200.fc40.x86_64', 'dest': '/boot/vmlinuz-6.9.4-200.fc40.x86_64_clone2'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "bc715c26600bf68e63946af3340e9aa7088e1e97", "dest": "/boot/vmlinuz-6.9.4-200.fc40.x86_64_clone2", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-6.9.4-200.fc40.x86_64_clone2", "src": "/boot/vmlinuz-6.9.4-200.fc40.x86_64" }, "md5sum": "970779d402d662bedc218273eec72c93", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 15890792, "src": "/boot/vmlinuz-6.9.4-200.fc40.x86_64", "state": "file", "uid": 0 } changed: [sut] => (item={'src': '/boot/initramfs-6.9.4-200.fc40.x86_64.img', 'dest': '/boot/initramfs-6.9.4-200.fc40.x86_64.img_clone2'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "508888eea6861b22aece25dd977b65673220b288", "dest": "/boot/initramfs-6.9.4-200.fc40.x86_64.img_clone2", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-6.9.4-200.fc40.x86_64.img_clone2", "src": "/boot/initramfs-6.9.4-200.fc40.x86_64.img" }, "md5sum": "52f04d937aa67944f1c95633c4423041", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 22541435, "src": "/boot/initramfs-6.9.4-200.fc40.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone2] **************************************************** task path: /WORKDIR/git-weekly-ci1o0c8apx/tests/tasks/clone_kernel.yml:21 Saturday 06 July 2024 18:30:37 +0000 (0:00:01.016) 0:01:18.660 ********* TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 06 July 2024 18:30:37 +0000 (0:00:00.022) 0:01:18.682 ********* included: /WORKDIR/git-weekly-ci1o0c8apx/.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-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 06 July 2024 18:30:37 +0000 (0:00:00.011) 0:01:18.693 ********* 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-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 06 July 2024 18:30:37 +0000 (0:00:00.016) 0:01:18.710 ********* 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-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 06 July 2024 18:30:37 +0000 (0:00:00.010) 0:01:18.721 ********* 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-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 06 July 2024 18:30:37 +0000 (0:00:00.010) 0:01:18.731 ********* 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=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.bootloader : Fail on s390x architecture] ******* task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 06 July 2024 18:30:37 +0000 (0:00:00.018) 0:01:18.750 ********* skipping: [sut] => { "changed": false, "false_condition": "ansible_architecture == 's390x'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 Saturday 06 July 2024 18:30:37 +0000 (0:00:00.006) 0:01:18.757 ********* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19 Saturday 06 July 2024 18:30:39 +0000 (0:00:01.476) 0:01:20.233 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720290570.9453368, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "87bc042bb64e052b477f838cd2049c097dca4287", "ctime": 1720290570.944337, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 149484, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1720290570.943337, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 313, "uid": 0, "version": "243888130", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Get bootloader args of the default kernel] *** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:27 Saturday 06 July 2024 18:30:39 +0000 (0:00:00.240) 0:01:20.473 ********* skipping: [sut] => { "changed": false, "false_condition": "not __bootloader_default_grub_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Generate /etc/default/grub] ******* task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:34 Saturday 06 July 2024 18:30:39 +0000 (0:00:00.009) 0:01:20.482 ********* skipping: [sut] => { "changed": false, "false_condition": "not __bootloader_default_grub_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Determine platform type] ********** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:44 Saturday 06 July 2024 18:30:39 +0000 (0:00:00.007) 0:01:20.490 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:49 Saturday 06 July 2024 18:30:39 +0000 (0:00:00.220) 0:01:20.711 ********* 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-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:60 Saturday 06 July 2024 18:30:39 +0000 (0:00:00.022) 0:01:20.733 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720290570.9453368, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "87bc042bb64e052b477f838cd2049c097dca4287", "ctime": 1720290570.944337, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 149484, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1720290570.943337, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 313, "uid": 0, "version": "243888130", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Get stat of /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65 Saturday 06 July 2024 18:30:39 +0000 (0:00:00.237) 0:01:20.971 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720290569.2934089, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "2a655d31d873729c1fdd989aa47397a520f5ebec", "ctime": 1720290564.6716106, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 262220, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1720290564.6716106, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6760, "uid": 0, "version": "1693895901", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Verify if there is a stab config in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73 Saturday 06 July 2024 18:30:40 +0000 (0:00:00.241) 0:01:21.212 ********* ok: [sut] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.005468", "end": "2024-07-06 18:30:40.282030", "rc": 0, "start": "2024-07-06 18:30:40.276562" } TASK [fedora.linux_system_roles.bootloader : Use a general grub and user conf path if UEFI path has a stub config] *** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:79 Saturday 06 July 2024 18:30:40 +0000 (0:00:00.240) 0:01:21.453 ********* skipping: [sut] => { "changed": false, "false_condition": "__bootloader_grep_configfile.stdout | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:87 Saturday 06 July 2024 18:30:40 +0000 (0:00:00.018) 0:01:21.472 ********* ok: [sut] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:95 Saturday 06 July 2024 18:30:40 +0000 (0:00:00.235) 0:01:21.707 ********* ok: [sut] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 Saturday 06 July 2024 18:30:40 +0000 (0:00:00.232) 0:01:21.940 ********* Notification for handler Fix default kernel boot parameters has been saved. Notification for handler Reboot system has been saved. changed: [sut] => { "actions": [ "grubby --initrd=/boot/initramfs-6.9.4-200.fc40.x86_64.img_clone2 --add-kernel=/boot/vmlinuz-6.9.4-200.fc40.x86_64_clone2 --title=Clone2 --args=test=kernel" ], "changed": true } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:112 Saturday 06 July 2024 18:30:41 +0000 (0:00:00.491) 0:01:22.431 ********* 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-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 06 July 2024 18:30:41 +0000 (0:00:00.012) 0:01:22.443 ********* 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-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:132 Saturday 06 July 2024 18:30:41 +0000 (0:00:00.010) 0:01:22.454 ********* 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-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139 Saturday 06 July 2024 18:30:41 +0000 (0:00:00.014) 0:01:22.468 ********* skipping: [sut] => { "changed": false, "false_condition": "bootloader_gather_facts | bool", "skip_reason": "Conditional result was False" } TASK [Flush handlers] ********************************************************** task path: /WORKDIR/git-weekly-ci1o0c8apx/tests/tasks/clone_kernel.yml:36 Saturday 06 July 2024 18:30:41 +0000 (0:00:00.015) 0:01:22.484 ********* 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-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 Saturday 06 July 2024 18:30:41 +0000 (0:00:00.002) 0:01:22.486 ********* 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.152914", "end": "2024-07-06 18:30:41.694843", "rc": 0, "start": "2024-07-06 18:30:41.541929" } STDOUT: args="ro crashkernel=auto net.ifnames=0 rhgb console=tty0 console=ttyS0,115200n8" GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console serial" GRUB_CMDLINE_LINUX="ro crashkernel=auto net.ifnames=0 rhgb console=tty0 console=ttyS0,115200n8" 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 serial" GRUB_CMDLINE_LINUX="ro crashkernel=auto net.ifnames=0 rhgb console=tty0 console=ttyS0,115200n8" GRUB_DISABLE_RECOVERY="true" GRUB_ENABLE_BLSCFG=true RUNNING HANDLER [fedora.linux_system_roles.bootloader : Reboot system] ********* task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15 Saturday 06 July 2024 18:30:41 +0000 (0:00:00.378) 0:01:22.864 ********* included: /WORKDIR/git-weekly-ci1o0c8apx/.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-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 Saturday 06 July 2024 18:30:41 +0000 (0:00:00.008) 0:01:22.873 ********* changed: [sut] => { "changed": true, "elapsed": 51, "rebooted": true } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] *** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7 Saturday 06 July 2024 18:31:34 +0000 (0:00:53.257) 0:02:16.131 ********* skipping: [sut] => { "false_condition": "not bootloader_reboot_ok" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] *** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14 Saturday 06 July 2024 18:31:34 +0000 (0:00:00.008) 0:02:16.139 ********* 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-ci1o0c8apx/tests/tasks/clone_kernel.yml:39 Saturday 06 July 2024 18:31:35 +0000 (0:00:00.009) 0:02:16.149 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /WORKDIR/git-weekly-ci1o0c8apx/tests/tasks/clone_kernel.yml:43 Saturday 06 July 2024 18:31:35 +0000 (0:00:00.008) 0:02:16.157 ********* TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 06 July 2024 18:31:35 +0000 (0:00:00.031) 0:02:16.189 ********* included: /WORKDIR/git-weekly-ci1o0c8apx/.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-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 06 July 2024 18:31:35 +0000 (0:00:00.010) 0:02:16.199 ********* 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-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 06 July 2024 18:31:35 +0000 (0:00:00.016) 0:02:16.216 ********* 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-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 06 July 2024 18:31:35 +0000 (0:00:00.010) 0:02:16.226 ********* 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-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 06 July 2024 18:31:35 +0000 (0:00:00.010) 0:02:16.236 ********* 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=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.bootloader : Fail on s390x architecture] ******* task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 06 July 2024 18:31:35 +0000 (0:00:00.017) 0:02:16.254 ********* skipping: [sut] => { "changed": false, "false_condition": "ansible_architecture == 's390x'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 Saturday 06 July 2024 18:31:35 +0000 (0:00:00.007) 0:02:16.261 ********* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19 Saturday 06 July 2024 18:31:37 +0000 (0:00:02.844) 0:02:19.106 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720290641.6941838, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "87bc042bb64e052b477f838cd2049c097dca4287", "ctime": 1720290641.692184, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 203576, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1720290641.692184, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 313, "uid": 0, "version": "487585016", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Get bootloader args of the default kernel] *** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:27 Saturday 06 July 2024 18:31:38 +0000 (0:00:00.284) 0:02:19.391 ********* skipping: [sut] => { "changed": false, "false_condition": "not __bootloader_default_grub_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Generate /etc/default/grub] ******* task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:34 Saturday 06 July 2024 18:31:38 +0000 (0:00:00.009) 0:02:19.400 ********* skipping: [sut] => { "changed": false, "false_condition": "not __bootloader_default_grub_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Determine platform type] ********** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:44 Saturday 06 July 2024 18:31:38 +0000 (0:00:00.008) 0:02:19.409 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:49 Saturday 06 July 2024 18:31:38 +0000 (0:00:00.229) 0:02:19.638 ********* 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-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:60 Saturday 06 July 2024 18:31:38 +0000 (0:00:00.022) 0:02:19.660 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720290641.6941838, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "87bc042bb64e052b477f838cd2049c097dca4287", "ctime": 1720290641.692184, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 203576, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1720290641.692184, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 313, "uid": 0, "version": "487585016", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Get stat of /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65 Saturday 06 July 2024 18:31:38 +0000 (0:00:00.244) 0:02:19.904 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720290569.2934089, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "2a655d31d873729c1fdd989aa47397a520f5ebec", "ctime": 1720290564.6716106, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 262220, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1720290564.6716106, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6760, "uid": 0, "version": "1693895901", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Verify if there is a stab config in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73 Saturday 06 July 2024 18:31:39 +0000 (0:00:00.276) 0:02:20.181 ********* ok: [sut] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.005030", "end": "2024-07-06 18:31:39.256790", "rc": 0, "start": "2024-07-06 18:31:39.251760" } TASK [fedora.linux_system_roles.bootloader : Use a general grub and user conf path if UEFI path has a stub config] *** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:79 Saturday 06 July 2024 18:31:39 +0000 (0:00:00.244) 0:02:20.426 ********* skipping: [sut] => { "changed": false, "false_condition": "__bootloader_grep_configfile.stdout | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:87 Saturday 06 July 2024 18:31:39 +0000 (0:00:00.018) 0:02:20.444 ********* ok: [sut] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:95 Saturday 06 July 2024 18:31:39 +0000 (0:00:00.241) 0:02:20.685 ********* ok: [sut] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 Saturday 06 July 2024 18:31:39 +0000 (0:00:00.239) 0:02:20.925 ********* ok: [sut] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:112 Saturday 06 July 2024 18:31:40 +0000 (0:00:00.231) 0:02:21.156 ********* 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-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 06 July 2024 18:31:40 +0000 (0:00:00.012) 0:02:21.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-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:132 Saturday 06 July 2024 18:31:40 +0000 (0:00:00.010) 0:02:21.179 ********* 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-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139 Saturday 06 July 2024 18:31:40 +0000 (0:00:00.014) 0:02:21.194 ********* ok: [sut] => { "ansible_facts": { "bootloader_facts": [ { "args": "test=kernel", "default": false, "id": "ec26e3eef830cfda06c99edbb33d0774-6.9.4-200.fc40.x86_64_clone2", "index": "0", "initrd": "/boot/initramfs-6.9.4-200.fc40.x86_64.img_clone2", "kernel": "/boot/vmlinuz-6.9.4-200.fc40.x86_64_clone2", "title": "Clone2" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb console=tty0 console=ttyS0,115200n8", "default": true, "id": "0af2b190b92143c6919c33428dd00d7a-6.9.4-200.fc40.x86_64", "index": "1", "initrd": "/boot/initramfs-6.9.4-200.fc40.x86_64.img", "kernel": "/boot/vmlinuz-6.9.4-200.fc40.x86_64", "root": "UUID=d41e114e-2033-4553-824b-87c952ea3ae7", "title": "Fedora Linux (6.9.4-200.fc40.x86_64) 40 (Forty)" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb console=tty0 console=ttyS0,115200n8", "default": false, "id": "0af2b190b92143c6919c33428dd00d7a-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-0af2b190b92143c6919c33428dd00d7a.img", "kernel": "/boot/vmlinuz-0-rescue-0af2b190b92143c6919c33428dd00d7a", "root": "UUID=d41e114e-2033-4553-824b-87c952ea3ae7", "title": "Fedora Linux (0-rescue-0af2b190b92143c6919c33428dd00d7a) 40 (Forty)" } ] }, "changed": false } TASK [Verify settings] ********************************************************* task path: /WORKDIR/git-weekly-ci1o0c8apx/tests/tests_add_rm.yml:74 Saturday 06 July 2024 18:31:40 +0000 (0:00:00.395) 0:02:21.589 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Remove Clone2 kernel with kernel path] *********************************** task path: /WORKDIR/git-weekly-ci1o0c8apx/tests/tests_add_rm.yml:81 Saturday 06 July 2024 18:31:40 +0000 (0:00:00.022) 0:02:21.611 ********* TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 06 July 2024 18:31:40 +0000 (0:00:00.039) 0:02:21.651 ********* included: /WORKDIR/git-weekly-ci1o0c8apx/.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-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 06 July 2024 18:31:40 +0000 (0:00:00.011) 0:02:21.663 ********* 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-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 06 July 2024 18:31:40 +0000 (0:00:00.017) 0:02:21.680 ********* 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-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 06 July 2024 18:31:40 +0000 (0:00:00.011) 0:02:21.692 ********* 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-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 06 July 2024 18:31:40 +0000 (0:00:00.011) 0:02:21.703 ********* 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=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.bootloader : Fail on s390x architecture] ******* task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 06 July 2024 18:31:40 +0000 (0:00:00.017) 0:02:21.721 ********* skipping: [sut] => { "changed": false, "false_condition": "ansible_architecture == 's390x'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 Saturday 06 July 2024 18:31:40 +0000 (0:00:00.007) 0:02:21.728 ********* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19 Saturday 06 July 2024 18:31:42 +0000 (0:00:01.518) 0:02:23.246 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720290641.6941838, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "87bc042bb64e052b477f838cd2049c097dca4287", "ctime": 1720290641.692184, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 203576, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1720290641.692184, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 313, "uid": 0, "version": "487585016", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Get bootloader args of the default kernel] *** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:27 Saturday 06 July 2024 18:31:42 +0000 (0:00:00.242) 0:02:23.489 ********* skipping: [sut] => { "changed": false, "false_condition": "not __bootloader_default_grub_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Generate /etc/default/grub] ******* task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:34 Saturday 06 July 2024 18:31:42 +0000 (0:00:00.009) 0:02:23.498 ********* skipping: [sut] => { "changed": false, "false_condition": "not __bootloader_default_grub_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Determine platform type] ********** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:44 Saturday 06 July 2024 18:31:42 +0000 (0:00:00.008) 0:02:23.506 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:49 Saturday 06 July 2024 18:31:42 +0000 (0:00:00.228) 0:02:23.735 ********* 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-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:60 Saturday 06 July 2024 18:31:42 +0000 (0:00:00.023) 0:02:23.758 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720290641.6941838, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "87bc042bb64e052b477f838cd2049c097dca4287", "ctime": 1720290641.692184, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 203576, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1720290641.692184, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 313, "uid": 0, "version": "487585016", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Get stat of /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65 Saturday 06 July 2024 18:31:42 +0000 (0:00:00.243) 0:02:24.002 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720290569.2934089, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "2a655d31d873729c1fdd989aa47397a520f5ebec", "ctime": 1720290564.6716106, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 262220, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1720290564.6716106, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6760, "uid": 0, "version": "1693895901", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Verify if there is a stab config in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73 Saturday 06 July 2024 18:31:43 +0000 (0:00:00.247) 0:02:24.249 ********* ok: [sut] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.005081", "end": "2024-07-06 18:31:43.324358", "rc": 0, "start": "2024-07-06 18:31:43.319277" } TASK [fedora.linux_system_roles.bootloader : Use a general grub and user conf path if UEFI path has a stub config] *** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:79 Saturday 06 July 2024 18:31:43 +0000 (0:00:00.244) 0:02:24.494 ********* skipping: [sut] => { "changed": false, "false_condition": "__bootloader_grep_configfile.stdout | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:87 Saturday 06 July 2024 18:31:43 +0000 (0:00:00.018) 0:02:24.512 ********* ok: [sut] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:95 Saturday 06 July 2024 18:31:43 +0000 (0:00:00.240) 0:02:24.753 ********* ok: [sut] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 Saturday 06 July 2024 18:31:43 +0000 (0:00:00.240) 0:02:24.993 ********* 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-6.9.4-200.fc40.x86_64_clone2" ], "changed": true } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:112 Saturday 06 July 2024 18:31:44 +0000 (0:00:00.487) 0:02:25.481 ********* 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-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 06 July 2024 18:31:44 +0000 (0:00:00.013) 0:02:25.495 ********* 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-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:132 Saturday 06 July 2024 18:31:44 +0000 (0:00:00.012) 0:02:25.507 ********* 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-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139 Saturday 06 July 2024 18:31:44 +0000 (0:00:00.017) 0:02:25.524 ********* ok: [sut] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro crashkernel=auto net.ifnames=0 rhgb console=tty0 console=ttyS0,115200n8", "default": true, "id": "0af2b190b92143c6919c33428dd00d7a-6.9.4-200.fc40.x86_64", "index": "0", "initrd": "/boot/initramfs-6.9.4-200.fc40.x86_64.img", "kernel": "/boot/vmlinuz-6.9.4-200.fc40.x86_64", "root": "UUID=d41e114e-2033-4553-824b-87c952ea3ae7", "title": "Fedora Linux (6.9.4-200.fc40.x86_64) 40 (Forty)" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb console=tty0 console=ttyS0,115200n8", "default": false, "id": "0af2b190b92143c6919c33428dd00d7a-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-0af2b190b92143c6919c33428dd00d7a.img", "kernel": "/boot/vmlinuz-0-rescue-0af2b190b92143c6919c33428dd00d7a", "root": "UUID=d41e114e-2033-4553-824b-87c952ea3ae7", "title": "Fedora Linux (0-rescue-0af2b190b92143c6919c33428dd00d7a) 40 (Forty)" } ] }, "changed": false } TASK [Verify that Clone2 kernel is removed] ************************************ task path: /WORKDIR/git-weekly-ci1o0c8apx/tests/tests_add_rm.yml:91 Saturday 06 July 2024 18:31:44 +0000 (0:00:00.356) 0:02:25.881 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Remove cloned kernels] *************************************************** task path: /WORKDIR/git-weekly-ci1o0c8apx/tests/tests_add_rm.yml:95 Saturday 06 July 2024 18:31:44 +0000 (0:00:00.022) 0:02:25.903 ********* changed: [sut] => (item=1) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "grubby", "--remove-kernel=/boot/vmlinuz-6.9.4-200.fc40.x86_64_clone1" ], "delta": "0:00:00.052169", "end": "2024-07-06 18:31:45.017079", "failed_when_result": false, "item": 1, "rc": 1, "start": "2024-07-06 18:31:44.964910" } STDERR: The param /boot/vmlinuz-6.9.4-200.fc40.x86_64_clone1 is incorrect MSG: non-zero return code changed: [sut] => (item=2) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "grubby", "--remove-kernel=/boot/vmlinuz-6.9.4-200.fc40.x86_64_clone2" ], "delta": "0:00:00.078122", "end": "2024-07-06 18:31:45.315684", "failed_when_result": false, "item": 2, "rc": 1, "start": "2024-07-06 18:31:45.237562" } STDERR: The param /boot/vmlinuz-6.9.4-200.fc40.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-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 Saturday 06 July 2024 18:31:45 +0000 (0:00:00.582) 0:02:26.485 ********* 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.123835", "end": "2024-07-06 18:31:45.671619", "rc": 0, "start": "2024-07-06 18:31:45.547784" } STDOUT: args="ro crashkernel=auto net.ifnames=0 rhgb console=tty0 console=ttyS0,115200n8" GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console serial" GRUB_CMDLINE_LINUX="ro crashkernel=auto net.ifnames=0 rhgb console=tty0 console=ttyS0,115200n8" 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 serial" GRUB_CMDLINE_LINUX="ro crashkernel=auto net.ifnames=0 rhgb console=tty0 console=ttyS0,115200n8" GRUB_DISABLE_RECOVERY="true" GRUB_ENABLE_BLSCFG=true RUNNING HANDLER [fedora.linux_system_roles.bootloader : Reboot system] ********* task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15 Saturday 06 July 2024 18:31:45 +0000 (0:00:00.355) 0:02:26.841 ********* included: /WORKDIR/git-weekly-ci1o0c8apx/.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-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 Saturday 06 July 2024 18:31:45 +0000 (0:00:00.008) 0:02:26.850 ********* changed: [sut] => { "changed": true, "elapsed": 54, "rebooted": true } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] *** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7 Saturday 06 July 2024 18:32:40 +0000 (0:00:55.244) 0:03:22.094 ********* skipping: [sut] => { "false_condition": "not bootloader_reboot_ok" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] *** task path: /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14 Saturday 06 July 2024 18:32:40 +0000 (0:00:00.008) 0:03:22.103 ********* ok: [sut] => { "ansible_facts": { "bootloader_reboot_required": false }, "changed": false } PLAY RECAP ********************************************************************* sut : ok=111 changed=14 unreachable=0 failed=0 skipped=80 rescued=0 ignored=0 Saturday 06 July 2024 18:32:40 +0000 (0:00:00.011) 0:03:22.115 ********* =============================================================================== fedora.linux_system_roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 56.05s /WORKDIR/git-weekly-ci1o0c8apx/.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 -- 55.24s /WORKDIR/git-weekly-ci1o0c8apx/.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 -- 53.26s /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 2.84s /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 2.65s /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 Gather architecture facts ----------------------------------------------- 2.00s /WORKDIR/git-weekly-ci1o0c8apx/tests/tasks/skip_on_s390x.yml:3 ---------------- fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.59s /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.52s /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.48s /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.46s /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.46s /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 Clone test_kernel kernel and initrd for test purposes ------------------- 1.21s /WORKDIR/git-weekly-ci1o0c8apx/tests/tasks/clone_kernel.yml:7 ----------------- Clone test_kernel kernel and initrd for test purposes ------------------- 1.02s /WORKDIR/git-weekly-ci1o0c8apx/tests/tasks/clone_kernel.yml:7 ----------------- Remove cloned kernels --------------------------------------------------- 0.58s /WORKDIR/git-weekly-ci1o0c8apx/tests/tests_add_rm.yml:95 ---------------------- fedora.linux_system_roles.bootloader : Collect bootloader facts --------- 0.50s /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139 fedora.linux_system_roles.bootloader : Ensure boot loader settings ------ 0.49s /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 fedora.linux_system_roles.bootloader : Ensure boot loader settings ------ 0.49s /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 fedora.linux_system_roles.bootloader : Ensure boot loader settings ------ 0.49s /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 fedora.linux_system_roles.bootloader : Ensure boot loader settings ------ 0.47s /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 fedora.linux_system_roles.bootloader : Collect bootloader facts --------- 0.40s /WORKDIR/git-weekly-ci1o0c8apx/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139 ---^---^---^---^---^--- # 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. ---^---^---^---^---^---