# STDOUT: ---v---v---v---v---v--- ansible-playbook 2.9.27 config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.9/lib/python3.9/site-packages/ansible executable location = /opt/ansible-2.9/bin/ansible-playbook python version = 3.9.18 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] Using /etc/ansible/ansible.cfg as config file Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_add_rm.yml ***************************************************** 1 plays in /WORKDIR/git-weekly-civmael8n4/tests/tests_add_rm.yml PLAY [Test creating, modifying, and removing kernels] ************************** META: ran handlers TASK [Get bootloader_facts] **************************************************** task path: /WORKDIR/git-weekly-civmael8n4/tests/tests_add_rm.yml:13 Saturday 10 February 2024 13:54:35 +0000 (0:00:00.013) 0:00:00.013 ***** TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Saturday 10 February 2024 13:54:35 +0000 (0:00:00.026) 0:00:00.039 ***** included: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml for sut TASK [linux-system-roles.bootloader : Ensure ansible_facts used by role] ******* task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Saturday 10 February 2024 13:54:35 +0000 (0:00:00.013) 0:00:00.052 ***** ok: [sut] TASK [linux-system-roles.bootloader : Check if system is ostree] *************** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Saturday 10 February 2024 13:54:35 +0000 (0:00:00.816) 0:00:00.869 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Saturday 10 February 2024 13:54:36 +0000 (0:00:00.189) 0:00:01.058 ***** ok: [sut] => { "ansible_facts": { "__bootloader_is_ostree": false }, "changed": false } TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Saturday 10 February 2024 13:54:36 +0000 (0:00:00.022) 0:00:01.081 ***** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_7.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Saturday 10 February 2024 13:54:36 +0000 (0:00:00.029) 0:00:01.110 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [ "grubby-8.28-26.el7.x86_64 providing grubby is already installed" ] } lsrpackages: grubby TASK [linux-system-roles.bootloader : Ensure boot loader settings] ************* task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Saturday 10 February 2024 13:54:37 +0000 (0:00:01.178) 0:00:02.288 ***** ok: [sut] => { "actions": [], "changed": false } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 Saturday 10 February 2024 13:54:37 +0000 (0:00:00.173) 0:00:02.462 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:25 Saturday 10 February 2024 13:54:37 +0000 (0:00:00.116) 0:00:02.578 ***** ok: [sut] => { "ansible_facts": { "__bootloader_grub_conf": "/boot/grub2/grub.cfg", "__bootloader_user_conf": "/boot/grub2/user.cfg" }, "changed": false } TASK [linux-system-roles.bootloader : Get stat of /etc/default/grub] *********** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:36 Saturday 10 February 2024 13:54:37 +0000 (0:00:00.032) 0:00:02.611 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1706607935.8855374, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d45f560efc7eafef37bf56677f0fab9fc0276c8b", "ctime": 1706607935.8865373, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 144314, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1706607935.8865373, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 249, "uid": 0, "version": "18446744071905069793", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:41 Saturday 10 February 2024 13:54:37 +0000 (0:00:00.188) 0:00:02.800 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg] ******** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 Saturday 10 February 2024 13:54:38 +0000 (0:00:00.174) 0:00:02.975 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1706608003.1385374, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "14df68f593d29a628cd21fc1e4c4ff870aca89f6", "ctime": 1706608459.4955373, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 134058, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1706608003.1435373, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4942, "uid": 0, "version": "18446744071905082088", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:55 Saturday 10 February 2024 13:54:38 +0000 (0:00:00.143) 0:00:03.118 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:66 Saturday 10 February 2024 13:54:38 +0000 (0:00:00.118) 0:00:03.236 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.bootloader : Put boot loader password to /boot/grub2/user.cfg] *** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:78 Saturday 10 February 2024 13:54:38 +0000 (0:00:00.010) 0:00:03.246 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.bootloader : Remove boot loader password configuration] *** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:86 Saturday 10 February 2024 13:54:38 +0000 (0:00:00.008) 0:00:03.255 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:93 Saturday 10 February 2024 13:54:38 +0000 (0:00:00.008) 0:00:03.264 ***** ok: [sut] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet LANG=en_US.UTF-8", "default": true, "index": "0", "initrd": "/boot/initramfs-3.10.0-1160.108.1.el7.x86_64.img", "kernel": "/boot/vmlinuz-3.10.0-1160.108.1.el7.x86_64", "root": "UUID=6859697e-3d7c-4233-8ff7-5f3216805e7f", "title": "CentOS Linux (3.10.0-1160.108.1.el7.x86_64) 7 (Core)" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet LANG=en_US.UTF-8", "default": false, "index": "1", "initrd": "/boot/initramfs-3.10.0-1160.el7.x86_64.img", "kernel": "/boot/vmlinuz-3.10.0-1160.el7.x86_64", "root": "UUID=6859697e-3d7c-4233-8ff7-5f3216805e7f", "title": "CentOS Linux (3.10.0-1160.el7.x86_64) 7 (Core)" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet", "default": false, "index": "2", "initrd": "/boot/initramfs-0-rescue-83b425bb48e84cc48533f874e856dc71.img", "kernel": "/boot/vmlinuz-0-rescue-83b425bb48e84cc48533f874e856dc71", "root": "UUID=6859697e-3d7c-4233-8ff7-5f3216805e7f", "title": "CentOS Linux (0-rescue-83b425bb48e84cc48533f874e856dc71) 7 (Core)" }, { "default": false, "index": "3", "kernel": "non linux entry" } ] }, "changed": false } META: end_host conditional evaluated to false, continuing execution for sut META: ran handlers TASK [Clone kernel to Clone1] ************************************************** task path: /WORKDIR/git-weekly-civmael8n4/tests/tests_add_rm.yml:29 Saturday 10 February 2024 13:54:38 +0000 (0:00:00.302) 0:00:03.566 ***** included: /WORKDIR/git-weekly-civmael8n4/tests/tasks/clone_kernel.yml for sut TASK [Set fact with the default kernel to use for clones] ********************** task path: /WORKDIR/git-weekly-civmael8n4/tests/tasks/clone_kernel.yml:3 Saturday 10 February 2024 13:54:38 +0000 (0:00:00.014) 0:00:03.580 ***** ok: [sut] => { "ansible_facts": { "test_kernel": { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet LANG=en_US.UTF-8", "default": true, "index": "0", "initrd": "/boot/initramfs-3.10.0-1160.108.1.el7.x86_64.img", "kernel": "/boot/vmlinuz-3.10.0-1160.108.1.el7.x86_64", "root": "UUID=6859697e-3d7c-4233-8ff7-5f3216805e7f", "title": "CentOS Linux (3.10.0-1160.108.1.el7.x86_64) 7 (Core)" } }, "changed": false } TASK [Clone test_kernel kernel and initrd for test purposes] ******************* task path: /WORKDIR/git-weekly-civmael8n4/tests/tasks/clone_kernel.yml:8 Saturday 10 February 2024 13:54:38 +0000 (0:00:00.011) 0:00:03.592 ***** changed: [sut] => (item={'src': '/boot/vmlinuz-3.10.0-1160.108.1.el7.x86_64', 'dest': '/boot/vmlinuz-3.10.0-1160.108.1.el7.x86_64_clone1'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "7e267bb07bdbe47e03dba2ca4fa87b806f2efdc0", "dest": "/boot/vmlinuz-3.10.0-1160.108.1.el7.x86_64_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-3.10.0-1160.108.1.el7.x86_64_clone1", "src": "/boot/vmlinuz-3.10.0-1160.108.1.el7.x86_64" }, "md5sum": "dec26597b8b86b04d30d24eff81c1a68", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 7051880, "src": "/boot/vmlinuz-3.10.0-1160.108.1.el7.x86_64", "state": "file", "uid": 0 } changed: [sut] => (item={'src': '/boot/initramfs-3.10.0-1160.108.1.el7.x86_64.img', 'dest': '/boot/initramfs-3.10.0-1160.108.1.el7.x86_64.img_clone1'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "916b0b05e4e2d21e848f47afc76e46dbc2356100", "dest": "/boot/initramfs-3.10.0-1160.108.1.el7.x86_64.img_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-3.10.0-1160.108.1.el7.x86_64.img_clone1", "src": "/boot/initramfs-3.10.0-1160.108.1.el7.x86_64.img" }, "md5sum": "d38d39002c906aace4a0860d4e1175cf", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 20154601, "src": "/boot/initramfs-3.10.0-1160.108.1.el7.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone1] **************************************************** task path: /WORKDIR/git-weekly-civmael8n4/tests/tasks/clone_kernel.yml:22 Saturday 10 February 2024 13:54:39 +0000 (0:00:00.597) 0:00:04.190 ***** TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Saturday 10 February 2024 13:54:39 +0000 (0:00:00.016) 0:00:04.207 ***** included: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml for sut TASK [linux-system-roles.bootloader : Ensure ansible_facts used by role] ******* task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Saturday 10 February 2024 13:54:39 +0000 (0:00:00.011) 0:00:04.218 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Check if system is ostree] *************** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Saturday 10 February 2024 13:54:39 +0000 (0:00:00.009) 0:00:04.228 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Saturday 10 February 2024 13:54:39 +0000 (0:00:00.008) 0:00:04.236 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Saturday 10 February 2024 13:54:39 +0000 (0:00:00.007) 0:00:04.244 ***** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_7.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Saturday 10 February 2024 13:54:39 +0000 (0:00:00.020) 0:00:04.264 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [ "grubby-8.28-26.el7.x86_64 providing grubby is already installed" ] } lsrpackages: grubby TASK [linux-system-roles.bootloader : Ensure boot loader settings] ************* task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Saturday 10 February 2024 13:54:39 +0000 (0:00:00.569) 0:00:04.833 ***** NOTIFIED HANDLER linux-system-roles.bootloader : Fix default kernel boot parameters for sut NOTIFIED HANDLER linux-system-roles.bootloader : Reboot system for sut changed: [sut] => { "actions": [ "grubby --add-kernel=/boot/vmlinuz-3.10.0-1160.108.1.el7.x86_64_clone1 --initrd=/boot/initramfs-3.10.0-1160.108.1.el7.x86_64.img_clone1 --title=Clone1 --args=test=kernel --copy-default" ], "changed": true } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 Saturday 10 February 2024 13:54:40 +0000 (0:00:00.372) 0:00:05.206 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:25 Saturday 10 February 2024 13:54:40 +0000 (0:00:00.113) 0:00:05.320 ***** ok: [sut] => { "ansible_facts": { "__bootloader_grub_conf": "/boot/grub2/grub.cfg", "__bootloader_user_conf": "/boot/grub2/user.cfg" }, "changed": false } TASK [linux-system-roles.bootloader : Get stat of /etc/default/grub] *********** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:36 Saturday 10 February 2024 13:54:40 +0000 (0:00:00.017) 0:00:05.337 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1707573277.8484142, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d45f560efc7eafef37bf56677f0fab9fc0276c8b", "ctime": 1706607935.8865373, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 144314, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1706607935.8865373, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 249, "uid": 0, "version": "18446744071905069793", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:41 Saturday 10 February 2024 13:54:40 +0000 (0:00:00.127) 0:00:05.465 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg] ******** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 Saturday 10 February 2024 13:54:40 +0000 (0:00:00.121) 0:00:05.586 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1707573280.264291, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "19a4b545b59e3049ba5e4a123cd6fb4cd9b63796", "ctime": 1707573280.2722907, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 169703, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1707573280.2722907, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 5725, "uid": 0, "version": "18446744072446308738", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:55 Saturday 10 February 2024 13:54:40 +0000 (0:00:00.131) 0:00:05.717 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:66 Saturday 10 February 2024 13:54:40 +0000 (0:00:00.118) 0:00:05.836 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.bootloader : Put boot loader password to /boot/grub2/user.cfg] *** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:78 Saturday 10 February 2024 13:54:40 +0000 (0:00:00.009) 0:00:05.846 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.bootloader : Remove boot loader password configuration] *** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:86 Saturday 10 February 2024 13:54:40 +0000 (0:00:00.009) 0:00:05.855 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:93 Saturday 10 February 2024 13:54:40 +0000 (0:00:00.009) 0:00:05.865 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } RUNNING HANDLER [linux-system-roles.bootloader : Fix default kernel boot parameters] *** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/handlers/main.yml:4 Saturday 10 February 2024 13:54:40 +0000 (0:00:00.009) 0:00:05.874 ***** 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.027505", "end": "2024-02-10 13:54:41.161258", "rc": 0, "start": "2024-02-10 13:54:41.133753" } STDOUT: args="ro crashkernel=auto net.ifnames=0 rhgb quiet LANG=en_US.UTF-8" GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console" GRUB_CMDLINE_LINUX="crashkernel=auto net.ifnames=0 rhgb quiet" GRUB_DISABLE_RECOVERY="true" GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console" GRUB_CMDLINE_LINUX="ro crashkernel=auto net.ifnames=0 rhgb quiet LANG=en_US.UTF-8" GRUB_DISABLE_RECOVERY="true" RUNNING HANDLER [linux-system-roles.bootloader : Reboot system] **************** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/handlers/main.yml:15 Saturday 10 February 2024 13:54:41 +0000 (0:00:00.216) 0:00:06.091 ***** included: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml for sut RUNNING HANDLER [linux-system-roles.bootloader : Reboot system when bootloader_reboot_ok is true] *** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 Saturday 10 February 2024 13:54:41 +0000 (0:00:00.009) 0:00:06.100 ***** changed: [sut] => { "changed": true, "elapsed": 37, "rebooted": true } RUNNING HANDLER [linux-system-roles.bootloader : Notify about reboot] ********** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:7 Saturday 10 February 2024 13:55:19 +0000 (0:00:38.317) 0:00:44.417 ***** skipping: [sut] => {} RUNNING HANDLER [linux-system-roles.bootloader : Set bootloader_reboot_required] *** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:14 Saturday 10 February 2024 13:55:19 +0000 (0:00:00.010) 0:00:44.427 ***** ok: [sut] => { "ansible_facts": { "bootloader_reboot_required": false }, "changed": false } META: ran handlers TASK [Ensure bootloader_reboot_required is not set to true] ******************** task path: /WORKDIR/git-weekly-civmael8n4/tests/tasks/clone_kernel.yml:41 Saturday 10 February 2024 13:55:19 +0000 (0:00:00.011) 0:00:44.439 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /WORKDIR/git-weekly-civmael8n4/tests/tasks/clone_kernel.yml:45 Saturday 10 February 2024 13:55:19 +0000 (0:00:00.010) 0:00:44.449 ***** TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Saturday 10 February 2024 13:55:19 +0000 (0:00:00.019) 0:00:44.468 ***** included: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml for sut TASK [linux-system-roles.bootloader : Ensure ansible_facts used by role] ******* task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Saturday 10 February 2024 13:55:19 +0000 (0:00:00.014) 0:00:44.483 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Check if system is ostree] *************** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Saturday 10 February 2024 13:55:19 +0000 (0:00:00.012) 0:00:44.495 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Saturday 10 February 2024 13:55:19 +0000 (0:00:00.009) 0:00:44.504 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Saturday 10 February 2024 13:55:19 +0000 (0:00:00.008) 0:00:44.513 ***** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_7.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Saturday 10 February 2024 13:55:19 +0000 (0:00:00.018) 0:00:44.531 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [ "grubby-8.28-26.el7.x86_64 providing grubby is already installed" ] } lsrpackages: grubby TASK [linux-system-roles.bootloader : Ensure boot loader settings] ************* task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Saturday 10 February 2024 13:55:20 +0000 (0:00:00.892) 0:00:45.424 ***** ok: [sut] => { "actions": [], "changed": false } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 Saturday 10 February 2024 13:55:20 +0000 (0:00:00.118) 0:00:45.542 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:25 Saturday 10 February 2024 13:55:20 +0000 (0:00:00.113) 0:00:45.656 ***** ok: [sut] => { "ansible_facts": { "__bootloader_grub_conf": "/boot/grub2/grub.cfg", "__bootloader_user_conf": "/boot/grub2/user.cfg" }, "changed": false } TASK [linux-system-roles.bootloader : Get stat of /etc/default/grub] *********** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:36 Saturday 10 February 2024 13:55:20 +0000 (0:00:00.016) 0:00:45.672 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1707573281.1602454, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "cf43705221868bc9154ad25ed6cfdab53fc5c77a", "ctime": 1707573281.1542456, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 134058, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1707573281.1532457, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 269, "uid": 0, "version": "18446744072446308757", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:41 Saturday 10 February 2024 13:55:20 +0000 (0:00:00.144) 0:00:45.817 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg] ******** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 Saturday 10 February 2024 13:55:21 +0000 (0:00:00.119) 0:00:45.936 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1707573280.7712653, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "19a4b545b59e3049ba5e4a123cd6fb4cd9b63796", "ctime": 1707573280.2722907, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 169703, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1707573280.2722907, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 5725, "uid": 0, "version": "18446744072446308738", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:55 Saturday 10 February 2024 13:55:21 +0000 (0:00:00.134) 0:00:46.071 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:66 Saturday 10 February 2024 13:55:21 +0000 (0:00:00.119) 0:00:46.190 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.bootloader : Put boot loader password to /boot/grub2/user.cfg] *** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:78 Saturday 10 February 2024 13:55:21 +0000 (0:00:00.011) 0:00:46.202 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.bootloader : Remove boot loader password configuration] *** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:86 Saturday 10 February 2024 13:55:21 +0000 (0:00:00.009) 0:00:46.211 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:93 Saturday 10 February 2024 13:55:21 +0000 (0:00:00.007) 0:00:46.219 ***** ok: [sut] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet LANG=en_US.UTF-8 test=kernel", "default": false, "index": "0", "initrd": "/boot/initramfs-3.10.0-1160.108.1.el7.x86_64.img_clone1", "kernel": "/boot/vmlinuz-3.10.0-1160.108.1.el7.x86_64_clone1", "root": "UUID=6859697e-3d7c-4233-8ff7-5f3216805e7f", "title": "Clone1" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet LANG=en_US.UTF-8", "default": true, "index": "1", "initrd": "/boot/initramfs-3.10.0-1160.108.1.el7.x86_64.img", "kernel": "/boot/vmlinuz-3.10.0-1160.108.1.el7.x86_64", "root": "UUID=6859697e-3d7c-4233-8ff7-5f3216805e7f", "title": "CentOS Linux (3.10.0-1160.108.1.el7.x86_64) 7 (Core)" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet LANG=en_US.UTF-8", "default": false, "index": "2", "initrd": "/boot/initramfs-3.10.0-1160.el7.x86_64.img", "kernel": "/boot/vmlinuz-3.10.0-1160.el7.x86_64", "root": "UUID=6859697e-3d7c-4233-8ff7-5f3216805e7f", "title": "CentOS Linux (3.10.0-1160.el7.x86_64) 7 (Core)" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet", "default": false, "index": "3", "initrd": "/boot/initramfs-0-rescue-83b425bb48e84cc48533f874e856dc71.img", "kernel": "/boot/vmlinuz-0-rescue-83b425bb48e84cc48533f874e856dc71", "root": "UUID=6859697e-3d7c-4233-8ff7-5f3216805e7f", "title": "CentOS Linux (0-rescue-83b425bb48e84cc48533f874e856dc71) 7 (Core)" }, { "default": false, "index": "4", "kernel": "non linux entry" } ] }, "changed": false } TASK [Verify settings] ********************************************************* task path: /WORKDIR/git-weekly-civmael8n4/tests/tests_add_rm.yml:35 Saturday 10 February 2024 13:55:21 +0000 (0:00:00.159) 0:00:46.378 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Remove Clone1 kernel with 3 kernel keys] ********************************* task path: /WORKDIR/git-weekly-civmael8n4/tests/tests_add_rm.yml:47 Saturday 10 February 2024 13:55:21 +0000 (0:00:00.013) 0:00:46.392 ***** TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Saturday 10 February 2024 13:55:21 +0000 (0:00:00.021) 0:00:46.414 ***** included: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml for sut TASK [linux-system-roles.bootloader : Ensure ansible_facts used by role] ******* task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Saturday 10 February 2024 13:55:21 +0000 (0:00:00.011) 0:00:46.426 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Check if system is ostree] *************** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Saturday 10 February 2024 13:55:21 +0000 (0:00:00.008) 0:00:46.435 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Saturday 10 February 2024 13:55:21 +0000 (0:00:00.008) 0:00:46.443 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Saturday 10 February 2024 13:55:21 +0000 (0:00:00.008) 0:00:46.452 ***** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_7.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Saturday 10 February 2024 13:55:21 +0000 (0:00:00.021) 0:00:46.473 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [ "grubby-8.28-26.el7.x86_64 providing grubby is already installed" ] } lsrpackages: grubby TASK [linux-system-roles.bootloader : Ensure boot loader settings] ************* task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Saturday 10 February 2024 13:55:22 +0000 (0:00:00.556) 0:00:47.029 ***** NOTIFIED HANDLER linux-system-roles.bootloader : Fix default kernel boot parameters for sut NOTIFIED HANDLER linux-system-roles.bootloader : Reboot system for sut changed: [sut] => { "actions": [ "grubby --remove-kernel=/boot/vmlinuz-3.10.0-1160.108.1.el7.x86_64_clone1" ], "changed": true } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 Saturday 10 February 2024 13:55:22 +0000 (0:00:00.150) 0:00:47.180 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:25 Saturday 10 February 2024 13:55:22 +0000 (0:00:00.116) 0:00:47.296 ***** ok: [sut] => { "ansible_facts": { "__bootloader_grub_conf": "/boot/grub2/grub.cfg", "__bootloader_user_conf": "/boot/grub2/user.cfg" }, "changed": false } TASK [linux-system-roles.bootloader : Get stat of /etc/default/grub] *********** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:36 Saturday 10 February 2024 13:55:22 +0000 (0:00:00.015) 0:00:47.312 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1707573281.1602454, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "cf43705221868bc9154ad25ed6cfdab53fc5c77a", "ctime": 1707573281.1542456, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 134058, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1707573281.1532457, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 269, "uid": 0, "version": "18446744072446308757", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:41 Saturday 10 February 2024 13:55:22 +0000 (0:00:00.126) 0:00:47.439 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg] ******** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 Saturday 10 February 2024 13:55:22 +0000 (0:00:00.122) 0:00:47.561 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1707573322.2374725, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "14df68f593d29a628cd21fc1e4c4ff870aca89f6", "ctime": 1707573322.2454717, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 144314, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1707573322.2454717, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4942, "uid": 0, "version": "1756962724", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:55 Saturday 10 February 2024 13:55:22 +0000 (0:00:00.134) 0:00:47.695 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:66 Saturday 10 February 2024 13:55:22 +0000 (0:00:00.119) 0:00:47.815 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.bootloader : Put boot loader password to /boot/grub2/user.cfg] *** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:78 Saturday 10 February 2024 13:55:22 +0000 (0:00:00.010) 0:00:47.825 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.bootloader : Remove boot loader password configuration] *** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:86 Saturday 10 February 2024 13:55:22 +0000 (0:00:00.009) 0:00:47.835 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:93 Saturday 10 February 2024 13:55:22 +0000 (0:00:00.008) 0:00:47.843 ***** ok: [sut] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet LANG=en_US.UTF-8", "default": true, "index": "0", "initrd": "/boot/initramfs-3.10.0-1160.108.1.el7.x86_64.img", "kernel": "/boot/vmlinuz-3.10.0-1160.108.1.el7.x86_64", "root": "UUID=6859697e-3d7c-4233-8ff7-5f3216805e7f", "title": "CentOS Linux (3.10.0-1160.108.1.el7.x86_64) 7 (Core)" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet LANG=en_US.UTF-8", "default": false, "index": "1", "initrd": "/boot/initramfs-3.10.0-1160.el7.x86_64.img", "kernel": "/boot/vmlinuz-3.10.0-1160.el7.x86_64", "root": "UUID=6859697e-3d7c-4233-8ff7-5f3216805e7f", "title": "CentOS Linux (3.10.0-1160.el7.x86_64) 7 (Core)" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet", "default": false, "index": "2", "initrd": "/boot/initramfs-0-rescue-83b425bb48e84cc48533f874e856dc71.img", "kernel": "/boot/vmlinuz-0-rescue-83b425bb48e84cc48533f874e856dc71", "root": "UUID=6859697e-3d7c-4233-8ff7-5f3216805e7f", "title": "CentOS Linux (0-rescue-83b425bb48e84cc48533f874e856dc71) 7 (Core)" }, { "default": false, "index": "3", "kernel": "non linux entry" } ] }, "changed": false } TASK [Verify that Clone1 kernel is removed] ************************************ task path: /WORKDIR/git-weekly-civmael8n4/tests/tests_add_rm.yml:65 Saturday 10 February 2024 13:55:23 +0000 (0:00:00.131) 0:00:47.975 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Clone kernel to Clone2] ************************************************** task path: /WORKDIR/git-weekly-civmael8n4/tests/tests_add_rm.yml:71 Saturday 10 February 2024 13:55:23 +0000 (0:00:00.012) 0:00:47.988 ***** included: /WORKDIR/git-weekly-civmael8n4/tests/tasks/clone_kernel.yml for sut TASK [Set fact with the default kernel to use for clones] ********************** task path: /WORKDIR/git-weekly-civmael8n4/tests/tasks/clone_kernel.yml:3 Saturday 10 February 2024 13:55:23 +0000 (0:00:00.016) 0:00:48.004 ***** ok: [sut] => { "ansible_facts": { "test_kernel": { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet LANG=en_US.UTF-8", "default": true, "index": "0", "initrd": "/boot/initramfs-3.10.0-1160.108.1.el7.x86_64.img", "kernel": "/boot/vmlinuz-3.10.0-1160.108.1.el7.x86_64", "root": "UUID=6859697e-3d7c-4233-8ff7-5f3216805e7f", "title": "CentOS Linux (3.10.0-1160.108.1.el7.x86_64) 7 (Core)" } }, "changed": false } TASK [Clone test_kernel kernel and initrd for test purposes] ******************* task path: /WORKDIR/git-weekly-civmael8n4/tests/tasks/clone_kernel.yml:8 Saturday 10 February 2024 13:55:23 +0000 (0:00:00.014) 0:00:48.018 ***** changed: [sut] => (item={'src': '/boot/vmlinuz-3.10.0-1160.108.1.el7.x86_64', 'dest': '/boot/vmlinuz-3.10.0-1160.108.1.el7.x86_64_clone2'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "7e267bb07bdbe47e03dba2ca4fa87b806f2efdc0", "dest": "/boot/vmlinuz-3.10.0-1160.108.1.el7.x86_64_clone2", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-3.10.0-1160.108.1.el7.x86_64_clone2", "src": "/boot/vmlinuz-3.10.0-1160.108.1.el7.x86_64" }, "md5sum": "dec26597b8b86b04d30d24eff81c1a68", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 7051880, "src": "/boot/vmlinuz-3.10.0-1160.108.1.el7.x86_64", "state": "file", "uid": 0 } changed: [sut] => (item={'src': '/boot/initramfs-3.10.0-1160.108.1.el7.x86_64.img', 'dest': '/boot/initramfs-3.10.0-1160.108.1.el7.x86_64.img_clone2'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "916b0b05e4e2d21e848f47afc76e46dbc2356100", "dest": "/boot/initramfs-3.10.0-1160.108.1.el7.x86_64.img_clone2", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-3.10.0-1160.108.1.el7.x86_64.img_clone2", "src": "/boot/initramfs-3.10.0-1160.108.1.el7.x86_64.img" }, "md5sum": "d38d39002c906aace4a0860d4e1175cf", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 20154601, "src": "/boot/initramfs-3.10.0-1160.108.1.el7.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone2] **************************************************** task path: /WORKDIR/git-weekly-civmael8n4/tests/tasks/clone_kernel.yml:22 Saturday 10 February 2024 13:55:23 +0000 (0:00:00.496) 0:00:48.515 ***** TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Saturday 10 February 2024 13:55:23 +0000 (0:00:00.011) 0:00:48.527 ***** included: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml for sut TASK [linux-system-roles.bootloader : Ensure ansible_facts used by role] ******* task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Saturday 10 February 2024 13:55:23 +0000 (0:00:00.011) 0:00:48.538 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Check if system is ostree] *************** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Saturday 10 February 2024 13:55:23 +0000 (0:00:00.008) 0:00:48.546 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Saturday 10 February 2024 13:55:23 +0000 (0:00:00.009) 0:00:48.556 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Saturday 10 February 2024 13:55:23 +0000 (0:00:00.009) 0:00:48.565 ***** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_7.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Saturday 10 February 2024 13:55:23 +0000 (0:00:00.021) 0:00:48.587 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [ "grubby-8.28-26.el7.x86_64 providing grubby is already installed" ] } lsrpackages: grubby TASK [linux-system-roles.bootloader : Ensure boot loader settings] ************* task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Saturday 10 February 2024 13:55:24 +0000 (0:00:00.559) 0:00:49.146 ***** NOTIFIED HANDLER linux-system-roles.bootloader : Fix default kernel boot parameters for sut NOTIFIED HANDLER linux-system-roles.bootloader : Reboot system for sut changed: [sut] => { "actions": [ "grubby --add-kernel=/boot/vmlinuz-3.10.0-1160.108.1.el7.x86_64_clone2 --initrd=/boot/initramfs-3.10.0-1160.108.1.el7.x86_64.img_clone2 --title=Clone2 --args=test=kernel" ], "changed": true } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 Saturday 10 February 2024 13:55:24 +0000 (0:00:00.158) 0:00:49.305 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:25 Saturday 10 February 2024 13:55:24 +0000 (0:00:00.111) 0:00:49.417 ***** ok: [sut] => { "ansible_facts": { "__bootloader_grub_conf": "/boot/grub2/grub.cfg", "__bootloader_user_conf": "/boot/grub2/user.cfg" }, "changed": false } TASK [linux-system-roles.bootloader : Get stat of /etc/default/grub] *********** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:36 Saturday 10 February 2024 13:55:24 +0000 (0:00:00.015) 0:00:49.433 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1707573281.1602454, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "cf43705221868bc9154ad25ed6cfdab53fc5c77a", "ctime": 1707573281.1542456, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 134058, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1707573281.1532457, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 269, "uid": 0, "version": "18446744072446308757", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:41 Saturday 10 February 2024 13:55:24 +0000 (0:00:00.127) 0:00:49.560 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg] ******** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 Saturday 10 February 2024 13:55:24 +0000 (0:00:00.121) 0:00:49.681 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1707573324.3552942, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "b6c3a9d5ae68dae3ccdc4761111c11f58d89d5f6", "ctime": 1707573324.3712928, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 169806, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1707573324.3712928, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 5143, "uid": 0, "version": "1756962763", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:55 Saturday 10 February 2024 13:55:24 +0000 (0:00:00.133) 0:00:49.815 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:66 Saturday 10 February 2024 13:55:25 +0000 (0:00:00.118) 0:00:49.934 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.bootloader : Put boot loader password to /boot/grub2/user.cfg] *** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:78 Saturday 10 February 2024 13:55:25 +0000 (0:00:00.010) 0:00:49.945 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.bootloader : Remove boot loader password configuration] *** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:86 Saturday 10 February 2024 13:55:25 +0000 (0:00:00.009) 0:00:49.954 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:93 Saturday 10 February 2024 13:55:25 +0000 (0:00:00.010) 0:00:49.965 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } RUNNING HANDLER [linux-system-roles.bootloader : Fix default kernel boot parameters] *** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/handlers/main.yml:4 Saturday 10 February 2024 13:55:25 +0000 (0:00:00.008) 0:00:49.973 ***** 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.017548", "end": "2024-02-10 13:55:25.177594", "rc": 0, "start": "2024-02-10 13:55:25.160046" } STDOUT: args="ro crashkernel=auto net.ifnames=0 rhgb quiet LANG=en_US.UTF-8" GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console" GRUB_CMDLINE_LINUX="ro crashkernel=auto net.ifnames=0 rhgb quiet LANG=en_US.UTF-8" GRUB_DISABLE_RECOVERY="true" GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console" GRUB_CMDLINE_LINUX="ro crashkernel=auto net.ifnames=0 rhgb quiet LANG=en_US.UTF-8" GRUB_DISABLE_RECOVERY="true" RUNNING HANDLER [linux-system-roles.bootloader : Reboot system] **************** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/handlers/main.yml:15 Saturday 10 February 2024 13:55:25 +0000 (0:00:00.135) 0:00:50.108 ***** included: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml for sut RUNNING HANDLER [linux-system-roles.bootloader : Reboot system when bootloader_reboot_ok is true] *** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 Saturday 10 February 2024 13:55:25 +0000 (0:00:00.008) 0:00:50.117 ***** changed: [sut] => { "changed": true, "elapsed": 38, "rebooted": true } RUNNING HANDLER [linux-system-roles.bootloader : Notify about reboot] ********** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:7 Saturday 10 February 2024 13:56:03 +0000 (0:00:38.608) 0:01:28.725 ***** skipping: [sut] => {} RUNNING HANDLER [linux-system-roles.bootloader : Set bootloader_reboot_required] *** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:14 Saturday 10 February 2024 13:56:03 +0000 (0:00:00.009) 0:01:28.735 ***** ok: [sut] => { "ansible_facts": { "bootloader_reboot_required": false }, "changed": false } RUNNING HANDLER [linux-system-roles.bootloader : Fix default kernel boot parameters] *** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/handlers/main.yml:4 Saturday 10 February 2024 13:56:03 +0000 (0:00:00.010) 0:01:28.745 ***** 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.048050", "end": "2024-02-10 13:56:04.031254", "rc": 0, "start": "2024-02-10 13:56:03.983204" } STDOUT: args="ro crashkernel=auto net.ifnames=0 rhgb quiet LANG=en_US.UTF-8" GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console" GRUB_CMDLINE_LINUX="ro crashkernel=auto net.ifnames=0 rhgb quiet LANG=en_US.UTF-8" GRUB_DISABLE_RECOVERY="true" GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console" GRUB_CMDLINE_LINUX="ro crashkernel=auto net.ifnames=0 rhgb quiet LANG=en_US.UTF-8" GRUB_DISABLE_RECOVERY="true" RUNNING HANDLER [linux-system-roles.bootloader : Reboot system] **************** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/handlers/main.yml:15 Saturday 10 February 2024 13:56:04 +0000 (0:00:00.193) 0:01:28.939 ***** included: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml for sut RUNNING HANDLER [linux-system-roles.bootloader : Reboot system when bootloader_reboot_ok is true] *** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 Saturday 10 February 2024 13:56:04 +0000 (0:00:00.009) 0:01:28.949 ***** changed: [sut] => { "changed": true, "elapsed": 39, "rebooted": true } RUNNING HANDLER [linux-system-roles.bootloader : Notify about reboot] ********** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:7 Saturday 10 February 2024 13:56:44 +0000 (0:00:40.039) 0:02:08.988 ***** skipping: [sut] => {} RUNNING HANDLER [linux-system-roles.bootloader : Set bootloader_reboot_required] *** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:14 Saturday 10 February 2024 13:56:44 +0000 (0:00:00.009) 0:02:08.997 ***** ok: [sut] => { "ansible_facts": { "bootloader_reboot_required": false }, "changed": false } META: ran handlers TASK [Ensure bootloader_reboot_required is not set to true] ******************** task path: /WORKDIR/git-weekly-civmael8n4/tests/tasks/clone_kernel.yml:41 Saturday 10 February 2024 13:56:44 +0000 (0:00:00.012) 0:02:09.010 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /WORKDIR/git-weekly-civmael8n4/tests/tasks/clone_kernel.yml:45 Saturday 10 February 2024 13:56:44 +0000 (0:00:00.011) 0:02:09.022 ***** TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Saturday 10 February 2024 13:56:44 +0000 (0:00:00.018) 0:02:09.041 ***** included: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml for sut TASK [linux-system-roles.bootloader : Ensure ansible_facts used by role] ******* task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Saturday 10 February 2024 13:56:44 +0000 (0:00:00.014) 0:02:09.055 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Check if system is ostree] *************** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Saturday 10 February 2024 13:56:44 +0000 (0:00:00.011) 0:02:09.066 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Saturday 10 February 2024 13:56:44 +0000 (0:00:00.011) 0:02:09.078 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Saturday 10 February 2024 13:56:44 +0000 (0:00:00.009) 0:02:09.087 ***** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_7.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Saturday 10 February 2024 13:56:44 +0000 (0:00:00.021) 0:02:09.109 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [ "grubby-8.28-26.el7.x86_64 providing grubby is already installed" ] } lsrpackages: grubby TASK [linux-system-roles.bootloader : Ensure boot loader settings] ************* task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Saturday 10 February 2024 13:56:45 +0000 (0:00:01.378) 0:02:10.487 ***** ok: [sut] => { "actions": [], "changed": false } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 Saturday 10 February 2024 13:56:45 +0000 (0:00:00.115) 0:02:10.603 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:25 Saturday 10 February 2024 13:56:45 +0000 (0:00:00.113) 0:02:10.717 ***** ok: [sut] => { "ansible_facts": { "__bootloader_grub_conf": "/boot/grub2/grub.cfg", "__bootloader_user_conf": "/boot/grub2/user.cfg" }, "changed": false } TASK [linux-system-roles.bootloader : Get stat of /etc/default/grub] *********** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:36 Saturday 10 February 2024 13:56:45 +0000 (0:00:00.016) 0:02:10.734 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1707573364.0302064, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "cf43705221868bc9154ad25ed6cfdab53fc5c77a", "ctime": 1707573364.0292897, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 134058, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1707573364.0283732, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 269, "uid": 0, "version": "639870532", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:41 Saturday 10 February 2024 13:56:45 +0000 (0:00:00.129) 0:02:10.864 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg] ******** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 Saturday 10 February 2024 13:56:46 +0000 (0:00:00.120) 0:02:10.984 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1707573324.8672512, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "b6c3a9d5ae68dae3ccdc4761111c11f58d89d5f6", "ctime": 1707573324.3712928, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 169806, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1707573324.3712928, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 5143, "uid": 0, "version": "1756962763", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:55 Saturday 10 February 2024 13:56:46 +0000 (0:00:00.133) 0:02:11.118 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:66 Saturday 10 February 2024 13:56:46 +0000 (0:00:00.118) 0:02:11.236 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.bootloader : Put boot loader password to /boot/grub2/user.cfg] *** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:78 Saturday 10 February 2024 13:56:46 +0000 (0:00:00.010) 0:02:11.246 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.bootloader : Remove boot loader password configuration] *** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:86 Saturday 10 February 2024 13:56:46 +0000 (0:00:00.009) 0:02:11.255 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:93 Saturday 10 February 2024 13:56:46 +0000 (0:00:00.009) 0:02:11.265 ***** ok: [sut] => { "ansible_facts": { "bootloader_facts": [ { "args": "test=kernel", "default": false, "index": "0", "initrd": "/boot/initramfs-3.10.0-1160.108.1.el7.x86_64.img_clone2", "kernel": "/boot/vmlinuz-3.10.0-1160.108.1.el7.x86_64_clone2", "title": "Clone2" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet LANG=en_US.UTF-8", "default": true, "index": "1", "initrd": "/boot/initramfs-3.10.0-1160.108.1.el7.x86_64.img", "kernel": "/boot/vmlinuz-3.10.0-1160.108.1.el7.x86_64", "root": "UUID=6859697e-3d7c-4233-8ff7-5f3216805e7f", "title": "CentOS Linux (3.10.0-1160.108.1.el7.x86_64) 7 (Core)" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet LANG=en_US.UTF-8", "default": false, "index": "2", "initrd": "/boot/initramfs-3.10.0-1160.el7.x86_64.img", "kernel": "/boot/vmlinuz-3.10.0-1160.el7.x86_64", "root": "UUID=6859697e-3d7c-4233-8ff7-5f3216805e7f", "title": "CentOS Linux (3.10.0-1160.el7.x86_64) 7 (Core)" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet", "default": false, "index": "3", "initrd": "/boot/initramfs-0-rescue-83b425bb48e84cc48533f874e856dc71.img", "kernel": "/boot/vmlinuz-0-rescue-83b425bb48e84cc48533f874e856dc71", "root": "UUID=6859697e-3d7c-4233-8ff7-5f3216805e7f", "title": "CentOS Linux (0-rescue-83b425bb48e84cc48533f874e856dc71) 7 (Core)" }, { "default": false, "index": "4", "kernel": "non linux entry" } ] }, "changed": false } TASK [Verify settings] ********************************************************* task path: /WORKDIR/git-weekly-civmael8n4/tests/tests_add_rm.yml:77 Saturday 10 February 2024 13:56:46 +0000 (0:00:00.138) 0:02:11.404 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Remove Clone2 kernel with kernel path] *********************************** task path: /WORKDIR/git-weekly-civmael8n4/tests/tests_add_rm.yml:84 Saturday 10 February 2024 13:56:46 +0000 (0:00:00.011) 0:02:11.415 ***** TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Saturday 10 February 2024 13:56:46 +0000 (0:00:00.026) 0:02:11.442 ***** included: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml for sut TASK [linux-system-roles.bootloader : Ensure ansible_facts used by role] ******* task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Saturday 10 February 2024 13:56:46 +0000 (0:00:00.012) 0:02:11.455 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Check if system is ostree] *************** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Saturday 10 February 2024 13:56:46 +0000 (0:00:00.010) 0:02:11.465 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Saturday 10 February 2024 13:56:46 +0000 (0:00:00.010) 0:02:11.476 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Saturday 10 February 2024 13:56:46 +0000 (0:00:00.009) 0:02:11.486 ***** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_7.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Saturday 10 February 2024 13:56:46 +0000 (0:00:00.021) 0:02:11.507 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [ "grubby-8.28-26.el7.x86_64 providing grubby is already installed" ] } lsrpackages: grubby TASK [linux-system-roles.bootloader : Ensure boot loader settings] ************* task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Saturday 10 February 2024 13:56:47 +0000 (0:00:00.552) 0:02:12.059 ***** NOTIFIED HANDLER linux-system-roles.bootloader : Fix default kernel boot parameters for sut NOTIFIED HANDLER linux-system-roles.bootloader : Reboot system for sut changed: [sut] => { "actions": [ "grubby --remove-kernel=/boot/vmlinuz-3.10.0-1160.108.1.el7.x86_64_clone2" ], "changed": true } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 Saturday 10 February 2024 13:56:47 +0000 (0:00:00.148) 0:02:12.208 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:25 Saturday 10 February 2024 13:56:47 +0000 (0:00:00.113) 0:02:12.322 ***** ok: [sut] => { "ansible_facts": { "__bootloader_grub_conf": "/boot/grub2/grub.cfg", "__bootloader_user_conf": "/boot/grub2/user.cfg" }, "changed": false } TASK [linux-system-roles.bootloader : Get stat of /etc/default/grub] *********** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:36 Saturday 10 February 2024 13:56:47 +0000 (0:00:00.015) 0:02:12.338 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1707573364.0302064, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "cf43705221868bc9154ad25ed6cfdab53fc5c77a", "ctime": 1707573364.0292897, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 134058, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1707573364.0283732, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 269, "uid": 0, "version": "639870532", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:41 Saturday 10 February 2024 13:56:47 +0000 (0:00:00.126) 0:02:12.464 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg] ******** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 Saturday 10 February 2024 13:56:47 +0000 (0:00:00.119) 0:02:12.584 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1707573407.2662547, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "14df68f593d29a628cd21fc1e4c4ff870aca89f6", "ctime": 1707573407.2752542, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 144314, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1707573407.2752542, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4942, "uid": 0, "version": "18446744072259885721", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:55 Saturday 10 February 2024 13:56:47 +0000 (0:00:00.130) 0:02:12.715 ***** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:66 Saturday 10 February 2024 13:56:47 +0000 (0:00:00.118) 0:02:12.833 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.bootloader : Put boot loader password to /boot/grub2/user.cfg] *** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:78 Saturday 10 February 2024 13:56:47 +0000 (0:00:00.010) 0:02:12.843 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.bootloader : Remove boot loader password configuration] *** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:86 Saturday 10 February 2024 13:56:47 +0000 (0:00:00.009) 0:02:12.853 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:93 Saturday 10 February 2024 13:56:47 +0000 (0:00:00.009) 0:02:12.863 ***** ok: [sut] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet LANG=en_US.UTF-8", "default": true, "index": "0", "initrd": "/boot/initramfs-3.10.0-1160.108.1.el7.x86_64.img", "kernel": "/boot/vmlinuz-3.10.0-1160.108.1.el7.x86_64", "root": "UUID=6859697e-3d7c-4233-8ff7-5f3216805e7f", "title": "CentOS Linux (3.10.0-1160.108.1.el7.x86_64) 7 (Core)" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet LANG=en_US.UTF-8", "default": false, "index": "1", "initrd": "/boot/initramfs-3.10.0-1160.el7.x86_64.img", "kernel": "/boot/vmlinuz-3.10.0-1160.el7.x86_64", "root": "UUID=6859697e-3d7c-4233-8ff7-5f3216805e7f", "title": "CentOS Linux (3.10.0-1160.el7.x86_64) 7 (Core)" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet", "default": false, "index": "2", "initrd": "/boot/initramfs-0-rescue-83b425bb48e84cc48533f874e856dc71.img", "kernel": "/boot/vmlinuz-0-rescue-83b425bb48e84cc48533f874e856dc71", "root": "UUID=6859697e-3d7c-4233-8ff7-5f3216805e7f", "title": "CentOS Linux (0-rescue-83b425bb48e84cc48533f874e856dc71) 7 (Core)" }, { "default": false, "index": "3", "kernel": "non linux entry" } ] }, "changed": false } TASK [Verify that Clone2 kernel is removed] ************************************ task path: /WORKDIR/git-weekly-civmael8n4/tests/tests_add_rm.yml:94 Saturday 10 February 2024 13:56:48 +0000 (0:00:00.130) 0:02:12.993 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Remove cloned kernels] *************************************************** task path: /WORKDIR/git-weekly-civmael8n4/tests/tests_add_rm.yml:100 Saturday 10 February 2024 13:56:48 +0000 (0:00:00.013) 0:02:13.006 ***** changed: [sut] => (item=1) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "grubby", "--remove-kernel=/boot/vmlinuz-3.10.0-1160.108.1.el7.x86_64_clone1" ], "delta": "0:00:00.015287", "end": "2024-02-10 13:56:48.205194", "failed_when_result": false, "item": 1, "rc": 0, "start": "2024-02-10 13:56:48.189907" } changed: [sut] => (item=2) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "grubby", "--remove-kernel=/boot/vmlinuz-3.10.0-1160.108.1.el7.x86_64_clone2" ], "delta": "0:00:00.017920", "end": "2024-02-10 13:56:48.330393", "failed_when_result": false, "item": 2, "rc": 0, "start": "2024-02-10 13:56:48.312473" } RUNNING HANDLER [linux-system-roles.bootloader : Fix default kernel boot parameters] *** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/handlers/main.yml:4 Saturday 10 February 2024 13:56:48 +0000 (0:00:00.254) 0:02:13.260 ***** 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.017409", "end": "2024-02-10 13:56:48.463185", "rc": 0, "start": "2024-02-10 13:56:48.445776" } STDOUT: args="ro crashkernel=auto net.ifnames=0 rhgb quiet LANG=en_US.UTF-8" GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console" GRUB_CMDLINE_LINUX="ro crashkernel=auto net.ifnames=0 rhgb quiet LANG=en_US.UTF-8" GRUB_DISABLE_RECOVERY="true" GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console" GRUB_CMDLINE_LINUX="ro crashkernel=auto net.ifnames=0 rhgb quiet LANG=en_US.UTF-8" GRUB_DISABLE_RECOVERY="true" RUNNING HANDLER [linux-system-roles.bootloader : Reboot system] **************** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/handlers/main.yml:15 Saturday 10 February 2024 13:56:48 +0000 (0:00:00.133) 0:02:13.393 ***** included: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml for sut RUNNING HANDLER [linux-system-roles.bootloader : Reboot system when bootloader_reboot_ok is true] *** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 Saturday 10 February 2024 13:56:48 +0000 (0:00:00.009) 0:02:13.403 ***** changed: [sut] => { "changed": true, "elapsed": 32, "rebooted": true } RUNNING HANDLER [linux-system-roles.bootloader : Notify about reboot] ********** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:7 Saturday 10 February 2024 13:57:21 +0000 (0:00:32.642) 0:02:46.046 ***** skipping: [sut] => {} RUNNING HANDLER [linux-system-roles.bootloader : Set bootloader_reboot_required] *** task path: /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:14 Saturday 10 February 2024 13:57:21 +0000 (0:00:00.010) 0:02:46.056 ***** ok: [sut] => { "ansible_facts": { "bootloader_reboot_required": false }, "changed": false } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=100 changed=15 unreachable=0 failed=0 skipped=52 rescued=0 ignored=0 Saturday 10 February 2024 13:57:21 +0000 (0:00:00.011) 0:02:46.068 ***** =============================================================================== linux-system-roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 40.04s /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 linux-system-roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 38.61s /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 linux-system-roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 38.32s /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 linux-system-roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 32.64s /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 linux-system-roles.bootloader : Ensure required packages are installed --- 3.45s /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 linux-system-roles.bootloader : Ensure required packages are installed --- 1.13s /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 linux-system-roles.bootloader : Ensure ansible_facts used by role ------- 0.82s /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 linux-system-roles.bootloader : Collect bootloader facts ---------------- 0.60s /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:93 Clone test_kernel kernel and initrd for test purposes ------------------- 0.60s /WORKDIR/git-weekly-civmael8n4/tests/tasks/clone_kernel.yml:8 ----------------- linux-system-roles.bootloader : Ensure required packages are installed --- 0.56s /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 linux-system-roles.bootloader : Ensure required packages are installed --- 0.55s /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 linux-system-roles.bootloader : Ensure boot loader settings ------------- 0.53s /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Clone test_kernel kernel and initrd for test purposes ------------------- 0.50s /WORKDIR/git-weekly-civmael8n4/tests/tasks/clone_kernel.yml:8 ----------------- linux-system-roles.bootloader : Get stat of /etc/default/grub ----------- 0.46s /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:36 linux-system-roles.bootloader : Update boot loader timeout configuration in /etc/default/grub --- 0.41s /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:41 linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg -------- 0.41s /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 linux-system-roles.bootloader : Ensure boot loader settings ------------- 0.41s /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 linux-system-roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg --- 0.36s /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:55 linux-system-roles.bootloader : Fix default kernel boot parameters ------ 0.35s /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/handlers/main.yml:4 linux-system-roles.bootloader : Determine platform type ----------------- 0.34s /WORKDIR/git-weekly-civmael8n4/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---