# 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-ciwzs8uqlu/tests/tests_add_rm.yml PLAY [Test creating, modifying, and removing kernels] ************************** META: ran handlers TASK [Skip on s390x architecture] ********************************************** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/tests_add_rm.yml:13 Saturday 27 July 2024 13:36:04 +0000 (0:00:00.012) 0:00:00.012 ********* included: /WORKDIR/git-weekly-ciwzs8uqlu/tests/tasks/skip_on_s390x.yml for sut TASK [Gather architecture facts] *********************************************** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/tasks/skip_on_s390x.yml:3 Saturday 27 July 2024 13:36:04 +0000 (0:00:00.019) 0:00:00.031 ********* ok: [sut] META: end_host conditional evaluated to false, continuing execution for sut TASK [Get bootloader_facts] **************************************************** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/tests_add_rm.yml:16 Saturday 27 July 2024 13:36:05 +0000 (0:00:00.498) 0:00:00.530 ********* TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Saturday 27 July 2024 13:36:05 +0000 (0:00:00.029) 0:00:00.560 ********* included: /WORKDIR/git-weekly-ciwzs8uqlu/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-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Saturday 27 July 2024 13:36:05 +0000 (0:00:00.012) 0:00:00.573 ********* 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-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Saturday 27 July 2024 13:36:05 +0000 (0:00:00.010) 0:00:00.583 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Saturday 27 July 2024 13:36:05 +0000 (0:00:00.180) 0:00:00.763 ********* 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-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Saturday 27 July 2024 13:36:05 +0000 (0:00:00.011) 0:00:00.775 ********* 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 : Fail on s390x architecture] ************** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Saturday 27 July 2024 13:36:05 +0000 (0:00:00.021) 0:00:00.796 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Saturday 27 July 2024 13:36:05 +0000 (0:00:00.008) 0:00:00.804 ********* 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 : Get stat of /etc/default/grub] *********** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 Saturday 27 July 2024 13:36:05 +0000 (0:00:00.577) 0:00:01.381 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1718881015.7736502, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "8ab49c3273c7b6cc2f0f05364b562bad28973dd5", "ctime": 1718881011.4856503, "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": 1718881011.4826503, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 286, "uid": 0, "version": "22411331", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Get bootloader args of the default kernel] *** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:28 Saturday 27 July 2024 13:36:06 +0000 (0:00:00.136) 0:00:01.518 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Generate /etc/default/grub] ************** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:35 Saturday 27 July 2024 13:36:06 +0000 (0:00:00.011) 0:00:01.530 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:45 Saturday 27 July 2024 13:36:06 +0000 (0:00:00.008) 0:00:01.538 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 Saturday 27 July 2024 13:36:06 +0000 (0:00:00.111) 0:00:01.649 ********* 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-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:61 Saturday 27 July 2024 13:36:06 +0000 (0:00:00.016) 0:00:01.665 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722087365.9862201, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "8ab49c3273c7b6cc2f0f05364b562bad28973dd5", "ctime": 1718881011.4856503, "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": 1718881011.4826503, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 286, "uid": 0, "version": "22411331", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg] ******** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:66 Saturday 27 July 2024 13:36:06 +0000 (0:00:00.128) 0:00:01.794 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1718880548.6646502, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "7d8dd2e2e9cc294b8a73fa9034b2304cde587a08", "ctime": 1718881171.2176502, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 134061, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1718880548.6706502, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 5032, "uid": 0, "version": "22411319", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Verify if there is a stab config in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:74 Saturday 27 July 2024 13:36:06 +0000 (0:00:00.154) 0:00:01.948 ********* ok: [sut] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.006321", "end": "2024-07-27 13:36:06.600186", "rc": 0, "start": "2024-07-27 13:36:06.593865" } TASK [linux-system-roles.bootloader : Use a general grub and user conf path if UEFI path has a stub config] *** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:80 Saturday 27 July 2024 13:36:06 +0000 (0:00:00.173) 0:00:02.121 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:88 Saturday 27 July 2024 13:36:06 +0000 (0:00:00.010) 0:00:02.131 ********* ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:97 Saturday 27 July 2024 13:36:06 +0000 (0:00:00.167) 0:00:02.299 ********* ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Ensure boot loader settings] ************* task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:105 Saturday 27 July 2024 13:36:06 +0000 (0:00:00.117) 0:00:02.417 ********* ok: [sut] => { "actions": [], "changed": false } TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:115 Saturday 27 July 2024 13:36:07 +0000 (0:00:00.164) 0:00:02.582 ********* 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-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:127 Saturday 27 July 2024 13:36:07 +0000 (0:00:00.009) 0:00:02.591 ********* 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-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:135 Saturday 27 July 2024 13:36:07 +0000 (0:00:00.007) 0:00:02.599 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:142 Saturday 27 July 2024 13:36:07 +0000 (0:00:00.008) 0:00:02.608 ********* ok: [sut] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro crashkernel=auto net.ifnames=0 rhgb LANG=en_US.UTF-8 console=tty0 console=ttyS0,115200n8", "default": true, "index": "0", "initrd": "/boot/initramfs-3.10.0-1160.119.1.el7.x86_64.img", "kernel": "/boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64", "root": "UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312", "title": "CentOS Linux (3.10.0-1160.119.1.el7.x86_64) 7 (Core)" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb LANG=en_US.UTF-8 console=tty0 console=ttyS0,115200n8", "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=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312", "title": "CentOS Linux (3.10.0-1160.el7.x86_64) 7 (Core)" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb console=tty0 console=ttyS0,115200n8", "default": false, "index": "2", "initrd": "/boot/initramfs-0-rescue-7af355d356d341589d7764f759493cb6.img", "kernel": "/boot/vmlinuz-0-rescue-7af355d356d341589d7764f759493cb6", "root": "UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312", "title": "CentOS Linux (0-rescue-7af355d356d341589d7764f759493cb6) 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-ciwzs8uqlu/tests/tests_add_rm.yml:32 Saturday 27 July 2024 13:36:07 +0000 (0:00:00.198) 0:00:02.806 ********* included: /WORKDIR/git-weekly-ciwzs8uqlu/tests/tasks/clone_kernel.yml for sut TASK [Set fact with the default kernel to use for clones] ********************** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/tasks/clone_kernel.yml:3 Saturday 27 July 2024 13:36:07 +0000 (0:00:00.013) 0:00:02.820 ********* ok: [sut] => { "ansible_facts": { "test_kernel": { "args": "ro crashkernel=auto net.ifnames=0 rhgb LANG=en_US.UTF-8 console=tty0 console=ttyS0,115200n8", "default": true, "index": "0", "initrd": "/boot/initramfs-3.10.0-1160.119.1.el7.x86_64.img", "kernel": "/boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64", "root": "UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312", "title": "CentOS Linux (3.10.0-1160.119.1.el7.x86_64) 7 (Core)" } }, "changed": false } TASK [Clone test_kernel kernel and initrd for test purposes] ******************* task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/tasks/clone_kernel.yml:8 Saturday 27 July 2024 13:36:07 +0000 (0:00:00.009) 0:00:02.830 ********* changed: [sut] => (item={'src': '/boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64', 'dest': '/boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64_clone1'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "bcc96d540663b9b1764e12a7ab21389e0b9ceb0e", "dest": "/boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64_clone1", "src": "/boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64" }, "md5sum": "8d408037538856fa5672cf3f9da1ff35", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 7051880, "src": "/boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64", "state": "file", "uid": 0 } changed: [sut] => (item={'src': '/boot/initramfs-3.10.0-1160.119.1.el7.x86_64.img', 'dest': '/boot/initramfs-3.10.0-1160.119.1.el7.x86_64.img_clone1'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "a48b0c90c9b0dce76f2e1f4a861b7f3b00714982", "dest": "/boot/initramfs-3.10.0-1160.119.1.el7.x86_64.img_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-3.10.0-1160.119.1.el7.x86_64.img_clone1", "src": "/boot/initramfs-3.10.0-1160.119.1.el7.x86_64.img" }, "md5sum": "dd570b9af2ecb0d8f046a071cd868a55", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 20160196, "src": "/boot/initramfs-3.10.0-1160.119.1.el7.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone1] **************************************************** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/tasks/clone_kernel.yml:22 Saturday 27 July 2024 13:36:07 +0000 (0:00:00.594) 0:00:03.425 ********* TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Saturday 27 July 2024 13:36:07 +0000 (0:00:00.019) 0:00:03.444 ********* included: /WORKDIR/git-weekly-ciwzs8uqlu/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-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Saturday 27 July 2024 13:36:07 +0000 (0:00:00.010) 0:00:03.454 ********* 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-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Saturday 27 July 2024 13:36:07 +0000 (0:00:00.008) 0:00:03.463 ********* 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-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Saturday 27 July 2024 13:36:07 +0000 (0:00:00.007) 0:00:03.471 ********* 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-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Saturday 27 July 2024 13:36:07 +0000 (0:00:00.007) 0:00:03.478 ********* 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 : Fail on s390x architecture] ************** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Saturday 27 July 2024 13:36:07 +0000 (0:00:00.019) 0:00:03.498 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Saturday 27 July 2024 13:36:07 +0000 (0:00:00.007) 0:00:03.505 ********* 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 : Get stat of /etc/default/grub] *********** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 Saturday 27 July 2024 13:36:08 +0000 (0:00:00.372) 0:00:03.878 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722087365.9862201, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "8ab49c3273c7b6cc2f0f05364b562bad28973dd5", "ctime": 1718881011.4856503, "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": 1718881011.4826503, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 286, "uid": 0, "version": "22411331", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Get bootloader args of the default kernel] *** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:28 Saturday 27 July 2024 13:36:08 +0000 (0:00:00.135) 0:00:04.013 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Generate /etc/default/grub] ************** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:35 Saturday 27 July 2024 13:36:08 +0000 (0:00:00.010) 0:00:04.023 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:45 Saturday 27 July 2024 13:36:08 +0000 (0:00:00.007) 0:00:04.031 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 Saturday 27 July 2024 13:36:08 +0000 (0:00:00.121) 0:00:04.152 ********* 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-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:61 Saturday 27 July 2024 13:36:08 +0000 (0:00:00.014) 0:00:04.166 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722087365.9862201, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "8ab49c3273c7b6cc2f0f05364b562bad28973dd5", "ctime": 1718881011.4856503, "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": 1718881011.4826503, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 286, "uid": 0, "version": "22411331", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg] ******** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:66 Saturday 27 July 2024 13:36:08 +0000 (0:00:00.133) 0:00:04.299 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722087366.4132202, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "7d8dd2e2e9cc294b8a73fa9034b2304cde587a08", "ctime": 1718881171.2176502, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 134061, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1718880548.6706502, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 5032, "uid": 0, "version": "22411319", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Verify if there is a stab config in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:74 Saturday 27 July 2024 13:36:08 +0000 (0:00:00.139) 0:00:04.439 ********* ok: [sut] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004373", "end": "2024-07-27 13:36:09.046218", "rc": 0, "start": "2024-07-27 13:36:09.041845" } TASK [linux-system-roles.bootloader : Use a general grub and user conf path if UEFI path has a stub config] *** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:80 Saturday 27 July 2024 13:36:09 +0000 (0:00:00.129) 0:00:04.568 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:88 Saturday 27 July 2024 13:36:09 +0000 (0:00:00.010) 0:00:04.579 ********* ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:97 Saturday 27 July 2024 13:36:09 +0000 (0:00:00.128) 0:00:04.707 ********* ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Ensure boot loader settings] ************* task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:105 Saturday 27 July 2024 13:36:09 +0000 (0:00:00.124) 0:00:04.831 ********* 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 --initrd=/boot/initramfs-3.10.0-1160.119.1.el7.x86_64.img_clone1 --add-kernel=/boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64_clone1 --title=Clone1 --args=test=kernel --copy-default" ], "changed": true } TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:115 Saturday 27 July 2024 13:36:09 +0000 (0:00:00.256) 0:00:05.087 ********* 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-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:127 Saturday 27 July 2024 13:36:09 +0000 (0:00:00.008) 0:00:05.096 ********* 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-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:135 Saturday 27 July 2024 13:36:09 +0000 (0:00:00.007) 0:00:05.104 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:142 Saturday 27 July 2024 13:36:09 +0000 (0:00:00.007) 0:00:05.112 ********* 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-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/handlers/main.yml:4 Saturday 27 July 2024 13:36:09 +0000 (0:00:00.006) 0:00:05.118 ********* 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.023958", "end": "2024-07-27 13:36:09.743978", "rc": 0, "start": "2024-07-27 13:36:09.720020" } STDOUT: args="ro crashkernel=auto net.ifnames=0 rhgb LANG=en_US.UTF-8 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_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 LANG=en_US.UTF-8 console=tty0 console=ttyS0,115200n8" GRUB_DISABLE_RECOVERY="true" RUNNING HANDLER [linux-system-roles.bootloader : Reboot system] **************** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/handlers/main.yml:15 Saturday 27 July 2024 13:36:09 +0000 (0:00:00.144) 0:00:05.262 ********* included: /WORKDIR/git-weekly-ciwzs8uqlu/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-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 Saturday 27 July 2024 13:36:09 +0000 (0:00:00.008) 0:00:05.271 ********* changed: [sut] => { "changed": true, "elapsed": 21, "rebooted": true } RUNNING HANDLER [linux-system-roles.bootloader : Notify about reboot] ********** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:7 Saturday 27 July 2024 13:36:32 +0000 (0:00:22.459) 0:00:27.731 ********* skipping: [sut] => {} RUNNING HANDLER [linux-system-roles.bootloader : Set bootloader_reboot_required] *** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:14 Saturday 27 July 2024 13:36:32 +0000 (0:00:00.009) 0:00:27.740 ********* 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-ciwzs8uqlu/tests/tasks/clone_kernel.yml:41 Saturday 27 July 2024 13:36:32 +0000 (0:00:00.011) 0:00:27.752 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/tasks/clone_kernel.yml:45 Saturday 27 July 2024 13:36:32 +0000 (0:00:00.009) 0:00:27.761 ********* TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Saturday 27 July 2024 13:36:32 +0000 (0:00:00.021) 0:00:27.783 ********* included: /WORKDIR/git-weekly-ciwzs8uqlu/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-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Saturday 27 July 2024 13:36:32 +0000 (0:00:00.010) 0:00:27.794 ********* 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-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Saturday 27 July 2024 13:36:32 +0000 (0:00:00.008) 0:00:27.803 ********* 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-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Saturday 27 July 2024 13:36:32 +0000 (0:00:00.008) 0:00:27.811 ********* 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-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Saturday 27 July 2024 13:36:32 +0000 (0:00:00.007) 0:00:27.819 ********* 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 : Fail on s390x architecture] ************** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Saturday 27 July 2024 13:36:32 +0000 (0:00:00.020) 0:00:27.839 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Saturday 27 July 2024 13:36:32 +0000 (0:00:00.007) 0:00:27.847 ********* 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 : Get stat of /etc/default/grub] *********** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 Saturday 27 July 2024 13:36:32 +0000 (0:00:00.637) 0:00:28.484 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722087369.7432206, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "357716d173bd9fd9cdb1871ec82de2c0a39ffaa0", "ctime": 1722087369.7422204, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 134061, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722087369.7412205, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 306, "uid": 0, "version": "18446744073213977167", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Get bootloader args of the default kernel] *** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:28 Saturday 27 July 2024 13:36:33 +0000 (0:00:00.173) 0:00:28.657 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Generate /etc/default/grub] ************** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:35 Saturday 27 July 2024 13:36:33 +0000 (0:00:00.010) 0:00:28.667 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:45 Saturday 27 July 2024 13:36:33 +0000 (0:00:00.007) 0:00:28.675 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 Saturday 27 July 2024 13:36:33 +0000 (0:00:00.108) 0:00:28.784 ********* 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-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:61 Saturday 27 July 2024 13:36:33 +0000 (0:00:00.014) 0:00:28.798 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722087369.7432206, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "357716d173bd9fd9cdb1871ec82de2c0a39ffaa0", "ctime": 1722087369.7422204, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 134061, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722087369.7412205, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 306, "uid": 0, "version": "18446744073213977167", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg] ******** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:66 Saturday 27 July 2024 13:36:33 +0000 (0:00:00.124) 0:00:28.922 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722087369.7232203, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "8872cc65b1d7aed66393f0f22505dce4b94dfa33", "ctime": 1722087369.5642204, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 168657, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722087369.5642204, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 5845, "uid": 0, "version": "18446744073213977163", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Verify if there is a stab config in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:74 Saturday 27 July 2024 13:36:33 +0000 (0:00:00.135) 0:00:29.058 ********* ok: [sut] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004308", "end": "2024-07-27 13:36:33.571559", "rc": 0, "start": "2024-07-27 13:36:33.567251" } TASK [linux-system-roles.bootloader : Use a general grub and user conf path if UEFI path has a stub config] *** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:80 Saturday 27 July 2024 13:36:33 +0000 (0:00:00.127) 0:00:29.186 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:88 Saturday 27 July 2024 13:36:33 +0000 (0:00:00.011) 0:00:29.197 ********* ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:97 Saturday 27 July 2024 13:36:33 +0000 (0:00:00.122) 0:00:29.320 ********* ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Ensure boot loader settings] ************* task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:105 Saturday 27 July 2024 13:36:33 +0000 (0:00:00.117) 0:00:29.438 ********* ok: [sut] => { "actions": [], "changed": false } TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:115 Saturday 27 July 2024 13:36:34 +0000 (0:00:00.115) 0:00:29.553 ********* 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-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:127 Saturday 27 July 2024 13:36:34 +0000 (0:00:00.009) 0:00:29.562 ********* 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-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:135 Saturday 27 July 2024 13:36:34 +0000 (0:00:00.007) 0:00:29.570 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:142 Saturday 27 July 2024 13:36:34 +0000 (0:00:00.007) 0:00:29.578 ********* ok: [sut] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro crashkernel=auto net.ifnames=0 rhgb LANG=en_US.UTF-8 console=tty0 console=ttyS0,115200n8 test=kernel", "default": false, "index": "0", "initrd": "/boot/initramfs-3.10.0-1160.119.1.el7.x86_64.img_clone1", "kernel": "/boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64_clone1", "root": "UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312", "title": "Clone1" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb LANG=en_US.UTF-8 console=tty0 console=ttyS0,115200n8", "default": true, "index": "1", "initrd": "/boot/initramfs-3.10.0-1160.119.1.el7.x86_64.img", "kernel": "/boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64", "root": "UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312", "title": "CentOS Linux (3.10.0-1160.119.1.el7.x86_64) 7 (Core)" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb LANG=en_US.UTF-8 console=tty0 console=ttyS0,115200n8", "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=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312", "title": "CentOS Linux (3.10.0-1160.el7.x86_64) 7 (Core)" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb console=tty0 console=ttyS0,115200n8", "default": false, "index": "3", "initrd": "/boot/initramfs-0-rescue-7af355d356d341589d7764f759493cb6.img", "kernel": "/boot/vmlinuz-0-rescue-7af355d356d341589d7764f759493cb6", "root": "UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312", "title": "CentOS Linux (0-rescue-7af355d356d341589d7764f759493cb6) 7 (Core)" }, { "default": false, "index": "4", "kernel": "non linux entry" } ] }, "changed": false } TASK [Verify settings] ********************************************************* task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/tests_add_rm.yml:38 Saturday 27 July 2024 13:36:34 +0000 (0:00:00.141) 0:00:29.719 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Remove Clone1 kernel with 3 kernel keys] ********************************* task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/tests_add_rm.yml:50 Saturday 27 July 2024 13:36:34 +0000 (0:00:00.011) 0:00:29.730 ********* TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Saturday 27 July 2024 13:36:34 +0000 (0:00:00.026) 0:00:29.757 ********* included: /WORKDIR/git-weekly-ciwzs8uqlu/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-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Saturday 27 July 2024 13:36:34 +0000 (0:00:00.010) 0:00:29.768 ********* 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-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Saturday 27 July 2024 13:36:34 +0000 (0:00:00.008) 0:00:29.777 ********* 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-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Saturday 27 July 2024 13:36:34 +0000 (0:00:00.008) 0:00:29.785 ********* 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-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Saturday 27 July 2024 13:36:34 +0000 (0:00:00.007) 0:00:29.792 ********* 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 : Fail on s390x architecture] ************** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Saturday 27 July 2024 13:36:34 +0000 (0:00:00.019) 0:00:29.812 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Saturday 27 July 2024 13:36:34 +0000 (0:00:00.007) 0:00:29.819 ********* 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 : Get stat of /etc/default/grub] *********** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 Saturday 27 July 2024 13:36:34 +0000 (0:00:00.356) 0:00:30.175 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722087369.7432206, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "357716d173bd9fd9cdb1871ec82de2c0a39ffaa0", "ctime": 1722087369.7422204, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 134061, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722087369.7412205, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 306, "uid": 0, "version": "18446744073213977167", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Get bootloader args of the default kernel] *** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:28 Saturday 27 July 2024 13:36:34 +0000 (0:00:00.125) 0:00:30.301 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Generate /etc/default/grub] ************** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:35 Saturday 27 July 2024 13:36:34 +0000 (0:00:00.010) 0:00:30.311 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:45 Saturday 27 July 2024 13:36:34 +0000 (0:00:00.007) 0:00:30.319 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 Saturday 27 July 2024 13:36:34 +0000 (0:00:00.112) 0:00:30.432 ********* 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-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:61 Saturday 27 July 2024 13:36:34 +0000 (0:00:00.014) 0:00:30.447 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722087369.7432206, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "357716d173bd9fd9cdb1871ec82de2c0a39ffaa0", "ctime": 1722087369.7422204, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 134061, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722087369.7412205, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 306, "uid": 0, "version": "18446744073213977167", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg] ******** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:66 Saturday 27 July 2024 13:36:35 +0000 (0:00:00.128) 0:00:30.575 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722087369.7232203, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "8872cc65b1d7aed66393f0f22505dce4b94dfa33", "ctime": 1722087369.5642204, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 168657, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722087369.5642204, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 5845, "uid": 0, "version": "18446744073213977163", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Verify if there is a stab config in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:74 Saturday 27 July 2024 13:36:35 +0000 (0:00:00.131) 0:00:30.706 ********* ok: [sut] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004330", "end": "2024-07-27 13:36:35.216232", "rc": 0, "start": "2024-07-27 13:36:35.211902" } TASK [linux-system-roles.bootloader : Use a general grub and user conf path if UEFI path has a stub config] *** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:80 Saturday 27 July 2024 13:36:35 +0000 (0:00:00.122) 0:00:30.829 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:88 Saturday 27 July 2024 13:36:35 +0000 (0:00:00.011) 0:00:30.840 ********* ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:97 Saturday 27 July 2024 13:36:35 +0000 (0:00:00.120) 0:00:30.960 ********* ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Ensure boot loader settings] ************* task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:105 Saturday 27 July 2024 13:36:35 +0000 (0:00:00.116) 0:00:31.077 ********* 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.119.1.el7.x86_64_clone1" ], "changed": true } TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:115 Saturday 27 July 2024 13:36:35 +0000 (0:00:00.145) 0:00:31.222 ********* 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-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:127 Saturday 27 July 2024 13:36:35 +0000 (0:00:00.009) 0:00:31.232 ********* 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-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:135 Saturday 27 July 2024 13:36:35 +0000 (0:00:00.008) 0:00:31.241 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:142 Saturday 27 July 2024 13:36:35 +0000 (0:00:00.007) 0:00:31.248 ********* ok: [sut] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro crashkernel=auto net.ifnames=0 rhgb LANG=en_US.UTF-8 console=tty0 console=ttyS0,115200n8", "default": true, "index": "0", "initrd": "/boot/initramfs-3.10.0-1160.119.1.el7.x86_64.img", "kernel": "/boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64", "root": "UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312", "title": "CentOS Linux (3.10.0-1160.119.1.el7.x86_64) 7 (Core)" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb LANG=en_US.UTF-8 console=tty0 console=ttyS0,115200n8", "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=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312", "title": "CentOS Linux (3.10.0-1160.el7.x86_64) 7 (Core)" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb console=tty0 console=ttyS0,115200n8", "default": false, "index": "2", "initrd": "/boot/initramfs-0-rescue-7af355d356d341589d7764f759493cb6.img", "kernel": "/boot/vmlinuz-0-rescue-7af355d356d341589d7764f759493cb6", "root": "UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312", "title": "CentOS Linux (0-rescue-7af355d356d341589d7764f759493cb6) 7 (Core)" }, { "default": false, "index": "3", "kernel": "non linux entry" } ] }, "changed": false } TASK [Verify that Clone1 kernel is removed] ************************************ task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/tests_add_rm.yml:68 Saturday 27 July 2024 13:36:35 +0000 (0:00:00.133) 0:00:31.381 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Clone kernel to Clone2] ************************************************** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/tests_add_rm.yml:74 Saturday 27 July 2024 13:36:35 +0000 (0:00:00.011) 0:00:31.392 ********* included: /WORKDIR/git-weekly-ciwzs8uqlu/tests/tasks/clone_kernel.yml for sut TASK [Set fact with the default kernel to use for clones] ********************** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/tasks/clone_kernel.yml:3 Saturday 27 July 2024 13:36:35 +0000 (0:00:00.016) 0:00:31.409 ********* ok: [sut] => { "ansible_facts": { "test_kernel": { "args": "ro crashkernel=auto net.ifnames=0 rhgb LANG=en_US.UTF-8 console=tty0 console=ttyS0,115200n8", "default": true, "index": "0", "initrd": "/boot/initramfs-3.10.0-1160.119.1.el7.x86_64.img", "kernel": "/boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64", "root": "UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312", "title": "CentOS Linux (3.10.0-1160.119.1.el7.x86_64) 7 (Core)" } }, "changed": false } TASK [Clone test_kernel kernel and initrd for test purposes] ******************* task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/tasks/clone_kernel.yml:8 Saturday 27 July 2024 13:36:35 +0000 (0:00:00.010) 0:00:31.419 ********* changed: [sut] => (item={'src': '/boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64', 'dest': '/boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64_clone2'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "bcc96d540663b9b1764e12a7ab21389e0b9ceb0e", "dest": "/boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64_clone2", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64_clone2", "src": "/boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64" }, "md5sum": "8d408037538856fa5672cf3f9da1ff35", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 7051880, "src": "/boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64", "state": "file", "uid": 0 } changed: [sut] => (item={'src': '/boot/initramfs-3.10.0-1160.119.1.el7.x86_64.img', 'dest': '/boot/initramfs-3.10.0-1160.119.1.el7.x86_64.img_clone2'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "a48b0c90c9b0dce76f2e1f4a861b7f3b00714982", "dest": "/boot/initramfs-3.10.0-1160.119.1.el7.x86_64.img_clone2", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-3.10.0-1160.119.1.el7.x86_64.img_clone2", "src": "/boot/initramfs-3.10.0-1160.119.1.el7.x86_64.img" }, "md5sum": "dd570b9af2ecb0d8f046a071cd868a55", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 20160196, "src": "/boot/initramfs-3.10.0-1160.119.1.el7.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone2] **************************************************** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/tasks/clone_kernel.yml:22 Saturday 27 July 2024 13:36:36 +0000 (0:00:00.502) 0:00:31.922 ********* TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Saturday 27 July 2024 13:36:36 +0000 (0:00:00.013) 0:00:31.935 ********* included: /WORKDIR/git-weekly-ciwzs8uqlu/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-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Saturday 27 July 2024 13:36:36 +0000 (0:00:00.010) 0:00:31.946 ********* 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-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Saturday 27 July 2024 13:36:36 +0000 (0:00:00.008) 0:00:31.955 ********* 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-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Saturday 27 July 2024 13:36:36 +0000 (0:00:00.007) 0:00:31.963 ********* 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-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Saturday 27 July 2024 13:36:36 +0000 (0:00:00.007) 0:00:31.970 ********* 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 : Fail on s390x architecture] ************** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Saturday 27 July 2024 13:36:36 +0000 (0:00:00.019) 0:00:31.990 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Saturday 27 July 2024 13:36:36 +0000 (0:00:00.007) 0:00:31.997 ********* 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 : Get stat of /etc/default/grub] *********** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 Saturday 27 July 2024 13:36:36 +0000 (0:00:00.355) 0:00:32.353 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722087369.7432206, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "357716d173bd9fd9cdb1871ec82de2c0a39ffaa0", "ctime": 1722087369.7422204, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 134061, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722087369.7412205, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 306, "uid": 0, "version": "18446744073213977167", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Get bootloader args of the default kernel] *** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:28 Saturday 27 July 2024 13:36:36 +0000 (0:00:00.128) 0:00:32.482 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Generate /etc/default/grub] ************** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:35 Saturday 27 July 2024 13:36:36 +0000 (0:00:00.010) 0:00:32.492 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:45 Saturday 27 July 2024 13:36:36 +0000 (0:00:00.009) 0:00:32.501 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 Saturday 27 July 2024 13:36:37 +0000 (0:00:00.118) 0:00:32.619 ********* 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-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:61 Saturday 27 July 2024 13:36:37 +0000 (0:00:00.014) 0:00:32.634 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722087369.7432206, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "357716d173bd9fd9cdb1871ec82de2c0a39ffaa0", "ctime": 1722087369.7422204, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 134061, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722087369.7412205, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 306, "uid": 0, "version": "18446744073213977167", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg] ******** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:66 Saturday 27 July 2024 13:36:37 +0000 (0:00:00.132) 0:00:32.767 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722087395.7636402, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "7d8dd2e2e9cc294b8a73fa9034b2304cde587a08", "ctime": 1722087395.6076484, "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": 1722087395.6076484, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 5032, "uid": 0, "version": "18446744071915619467", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Verify if there is a stab config in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:74 Saturday 27 July 2024 13:36:37 +0000 (0:00:00.138) 0:00:32.905 ********* ok: [sut] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004683", "end": "2024-07-27 13:36:37.508404", "rc": 0, "start": "2024-07-27 13:36:37.503721" } TASK [linux-system-roles.bootloader : Use a general grub and user conf path if UEFI path has a stub config] *** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:80 Saturday 27 July 2024 13:36:37 +0000 (0:00:00.125) 0:00:33.030 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:88 Saturday 27 July 2024 13:36:37 +0000 (0:00:00.011) 0:00:33.042 ********* ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:97 Saturday 27 July 2024 13:36:37 +0000 (0:00:00.125) 0:00:33.167 ********* ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Ensure boot loader settings] ************* task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:105 Saturday 27 July 2024 13:36:37 +0000 (0:00:00.123) 0:00:33.291 ********* 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 --initrd=/boot/initramfs-3.10.0-1160.119.1.el7.x86_64.img_clone2 --add-kernel=/boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64_clone2 --title=Clone2 --args=test=kernel" ], "changed": true } TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:115 Saturday 27 July 2024 13:36:37 +0000 (0:00:00.151) 0:00:33.442 ********* 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-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:127 Saturday 27 July 2024 13:36:37 +0000 (0:00:00.010) 0:00:33.452 ********* 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-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:135 Saturday 27 July 2024 13:36:37 +0000 (0:00:00.007) 0:00:33.460 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:142 Saturday 27 July 2024 13:36:37 +0000 (0:00:00.007) 0:00:33.468 ********* 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-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/handlers/main.yml:4 Saturday 27 July 2024 13:36:37 +0000 (0:00:00.006) 0:00:33.474 ********* 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.019200", "end": "2024-07-27 13:36:38.092381", "rc": 0, "start": "2024-07-27 13:36:38.073181" } STDOUT: args="ro crashkernel=auto net.ifnames=0 rhgb LANG=en_US.UTF-8 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 LANG=en_US.UTF-8 console=tty0 console=ttyS0,115200n8" 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 serial" GRUB_CMDLINE_LINUX="ro crashkernel=auto net.ifnames=0 rhgb LANG=en_US.UTF-8 console=tty0 console=ttyS0,115200n8" GRUB_DISABLE_RECOVERY="true" RUNNING HANDLER [linux-system-roles.bootloader : Reboot system] **************** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/handlers/main.yml:15 Saturday 27 July 2024 13:36:38 +0000 (0:00:00.143) 0:00:33.618 ********* included: /WORKDIR/git-weekly-ciwzs8uqlu/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-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 Saturday 27 July 2024 13:36:38 +0000 (0:00:00.009) 0:00:33.628 ********* changed: [sut] => { "changed": true, "elapsed": 22, "rebooted": true } RUNNING HANDLER [linux-system-roles.bootloader : Notify about reboot] ********** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:7 Saturday 27 July 2024 13:37:00 +0000 (0:00:22.693) 0:00:56.321 ********* skipping: [sut] => {} RUNNING HANDLER [linux-system-roles.bootloader : Set bootloader_reboot_required] *** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:14 Saturday 27 July 2024 13:37:00 +0000 (0:00:00.009) 0:00:56.330 ********* 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-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/handlers/main.yml:4 Saturday 27 July 2024 13:37:00 +0000 (0:00:00.009) 0:00:56.339 ********* 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.026797", "end": "2024-07-27 13:37:00.295199", "rc": 0, "start": "2024-07-27 13:37:00.268402" } STDOUT: args="ro crashkernel=auto net.ifnames=0 rhgb LANG=en_US.UTF-8 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 LANG=en_US.UTF-8 console=tty0 console=ttyS0,115200n8" 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 serial" GRUB_CMDLINE_LINUX="ro crashkernel=auto net.ifnames=0 rhgb LANG=en_US.UTF-8 console=tty0 console=ttyS0,115200n8" GRUB_DISABLE_RECOVERY="true" RUNNING HANDLER [linux-system-roles.bootloader : Reboot system] **************** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/handlers/main.yml:15 Saturday 27 July 2024 13:37:00 +0000 (0:00:00.141) 0:00:56.481 ********* included: /WORKDIR/git-weekly-ciwzs8uqlu/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-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 Saturday 27 July 2024 13:37:00 +0000 (0:00:00.008) 0:00:56.489 ********* changed: [sut] => { "changed": true, "elapsed": 22, "rebooted": true } RUNNING HANDLER [linux-system-roles.bootloader : Notify about reboot] ********** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:7 Saturday 27 July 2024 13:37:24 +0000 (0:00:23.330) 0:01:19.820 ********* skipping: [sut] => {} RUNNING HANDLER [linux-system-roles.bootloader : Set bootloader_reboot_required] *** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:14 Saturday 27 July 2024 13:37:24 +0000 (0:00:00.008) 0:01:19.828 ********* 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-ciwzs8uqlu/tests/tasks/clone_kernel.yml:41 Saturday 27 July 2024 13:37:24 +0000 (0:00:00.011) 0:01:19.840 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/tasks/clone_kernel.yml:45 Saturday 27 July 2024 13:37:24 +0000 (0:00:00.009) 0:01:19.849 ********* TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Saturday 27 July 2024 13:37:24 +0000 (0:00:00.021) 0:01:19.871 ********* included: /WORKDIR/git-weekly-ciwzs8uqlu/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-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Saturday 27 July 2024 13:37:24 +0000 (0:00:00.010) 0:01:19.882 ********* 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-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Saturday 27 July 2024 13:37:24 +0000 (0:00:00.008) 0:01:19.890 ********* 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-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Saturday 27 July 2024 13:37:24 +0000 (0:00:00.007) 0:01:19.898 ********* 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-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Saturday 27 July 2024 13:37:24 +0000 (0:00:00.007) 0:01:19.906 ********* 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 : Fail on s390x architecture] ************** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Saturday 27 July 2024 13:37:24 +0000 (0:00:00.019) 0:01:19.925 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Saturday 27 July 2024 13:37:24 +0000 (0:00:00.007) 0:01:19.933 ********* 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 : Get stat of /etc/default/grub] *********** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 Saturday 27 July 2024 13:37:24 +0000 (0:00:00.459) 0:01:20.393 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722087420.2942746, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "357716d173bd9fd9cdb1871ec82de2c0a39ffaa0", "ctime": 1722087420.2932744, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 134061, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722087420.2922745, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 306, "uid": 0, "version": "18446744072409446813", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Get bootloader args of the default kernel] *** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:28 Saturday 27 July 2024 13:37:25 +0000 (0:00:00.127) 0:01:20.520 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Generate /etc/default/grub] ************** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:35 Saturday 27 July 2024 13:37:25 +0000 (0:00:00.009) 0:01:20.530 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:45 Saturday 27 July 2024 13:37:25 +0000 (0:00:00.008) 0:01:20.539 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 Saturday 27 July 2024 13:37:25 +0000 (0:00:00.109) 0:01:20.649 ********* 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-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:61 Saturday 27 July 2024 13:37:25 +0000 (0:00:00.014) 0:01:20.663 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722087420.2942746, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "357716d173bd9fd9cdb1871ec82de2c0a39ffaa0", "ctime": 1722087420.2932744, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 134061, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722087420.2922745, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 306, "uid": 0, "version": "18446744072409446813", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg] ******** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:66 Saturday 27 July 2024 13:37:25 +0000 (0:00:00.131) 0:01:20.795 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722087398.0765371, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "dd4a829b9057a88b4d1c0d9b50cfc16c28a1c3b5", "ctime": 1722087397.9205353, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 172601, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722087397.9205353, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 5233, "uid": 0, "version": "18446744071915619509", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Verify if there is a stab config in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:74 Saturday 27 July 2024 13:37:25 +0000 (0:00:00.129) 0:01:20.924 ********* ok: [sut] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.006143", "end": "2024-07-27 13:37:25.110892", "rc": 0, "start": "2024-07-27 13:37:25.104749" } TASK [linux-system-roles.bootloader : Use a general grub and user conf path if UEFI path has a stub config] *** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:80 Saturday 27 July 2024 13:37:25 +0000 (0:00:00.117) 0:01:21.042 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:88 Saturday 27 July 2024 13:37:25 +0000 (0:00:00.011) 0:01:21.053 ********* ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:97 Saturday 27 July 2024 13:37:25 +0000 (0:00:00.121) 0:01:21.175 ********* ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Ensure boot loader settings] ************* task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:105 Saturday 27 July 2024 13:37:25 +0000 (0:00:00.118) 0:01:21.293 ********* ok: [sut] => { "actions": [], "changed": false } TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:115 Saturday 27 July 2024 13:37:25 +0000 (0:00:00.123) 0:01:21.417 ********* 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-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:127 Saturday 27 July 2024 13:37:25 +0000 (0:00:00.010) 0:01:21.427 ********* 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-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:135 Saturday 27 July 2024 13:37:25 +0000 (0:00:00.007) 0:01:21.435 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:142 Saturday 27 July 2024 13:37:25 +0000 (0:00:00.008) 0:01:21.443 ********* ok: [sut] => { "ansible_facts": { "bootloader_facts": [ { "args": "test=kernel", "default": false, "index": "0", "initrd": "/boot/initramfs-3.10.0-1160.119.1.el7.x86_64.img_clone2", "kernel": "/boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64_clone2", "title": "Clone2" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb LANG=en_US.UTF-8 console=tty0 console=ttyS0,115200n8", "default": true, "index": "1", "initrd": "/boot/initramfs-3.10.0-1160.119.1.el7.x86_64.img", "kernel": "/boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64", "root": "UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312", "title": "CentOS Linux (3.10.0-1160.119.1.el7.x86_64) 7 (Core)" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb LANG=en_US.UTF-8 console=tty0 console=ttyS0,115200n8", "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=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312", "title": "CentOS Linux (3.10.0-1160.el7.x86_64) 7 (Core)" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb console=tty0 console=ttyS0,115200n8", "default": false, "index": "3", "initrd": "/boot/initramfs-0-rescue-7af355d356d341589d7764f759493cb6.img", "kernel": "/boot/vmlinuz-0-rescue-7af355d356d341589d7764f759493cb6", "root": "UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312", "title": "CentOS Linux (0-rescue-7af355d356d341589d7764f759493cb6) 7 (Core)" }, { "default": false, "index": "4", "kernel": "non linux entry" } ] }, "changed": false } TASK [Verify settings] ********************************************************* task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/tests_add_rm.yml:80 Saturday 27 July 2024 13:37:26 +0000 (0:00:00.138) 0:01:21.582 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Remove Clone2 kernel with kernel path] *********************************** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/tests_add_rm.yml:87 Saturday 27 July 2024 13:37:26 +0000 (0:00:00.010) 0:01:21.592 ********* TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Saturday 27 July 2024 13:37:26 +0000 (0:00:00.033) 0:01:21.625 ********* included: /WORKDIR/git-weekly-ciwzs8uqlu/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-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Saturday 27 July 2024 13:37:26 +0000 (0:00:00.010) 0:01:21.636 ********* 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-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Saturday 27 July 2024 13:37:26 +0000 (0:00:00.009) 0:01:21.645 ********* 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-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Saturday 27 July 2024 13:37:26 +0000 (0:00:00.007) 0:01:21.653 ********* 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-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Saturday 27 July 2024 13:37:26 +0000 (0:00:00.008) 0:01:21.662 ********* 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 : Fail on s390x architecture] ************** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Saturday 27 July 2024 13:37:26 +0000 (0:00:00.020) 0:01:21.682 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Saturday 27 July 2024 13:37:26 +0000 (0:00:00.007) 0:01:21.690 ********* 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 : Get stat of /etc/default/grub] *********** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 Saturday 27 July 2024 13:37:26 +0000 (0:00:00.357) 0:01:22.048 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722087420.2942746, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "357716d173bd9fd9cdb1871ec82de2c0a39ffaa0", "ctime": 1722087420.2932744, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 134061, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722087420.2922745, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 306, "uid": 0, "version": "18446744072409446813", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Get bootloader args of the default kernel] *** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:28 Saturday 27 July 2024 13:37:26 +0000 (0:00:00.133) 0:01:22.182 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Generate /etc/default/grub] ************** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:35 Saturday 27 July 2024 13:37:26 +0000 (0:00:00.009) 0:01:22.192 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:45 Saturday 27 July 2024 13:37:26 +0000 (0:00:00.007) 0:01:22.199 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:50 Saturday 27 July 2024 13:37:26 +0000 (0:00:00.118) 0:01:22.318 ********* 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-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:61 Saturday 27 July 2024 13:37:26 +0000 (0:00:00.014) 0:01:22.332 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722087420.2942746, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "357716d173bd9fd9cdb1871ec82de2c0a39ffaa0", "ctime": 1722087420.2932744, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 134061, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722087420.2922745, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 306, "uid": 0, "version": "18446744072409446813", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg] ******** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:66 Saturday 27 July 2024 13:37:26 +0000 (0:00:00.126) 0:01:22.459 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722087398.0765371, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "dd4a829b9057a88b4d1c0d9b50cfc16c28a1c3b5", "ctime": 1722087397.9205353, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 172601, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722087397.9205353, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 5233, "uid": 0, "version": "18446744071915619509", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Verify if there is a stab config in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:74 Saturday 27 July 2024 13:37:27 +0000 (0:00:00.132) 0:01:22.592 ********* ok: [sut] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004680", "end": "2024-07-27 13:37:26.924611", "rc": 0, "start": "2024-07-27 13:37:26.919931" } TASK [linux-system-roles.bootloader : Use a general grub and user conf path if UEFI path has a stub config] *** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:80 Saturday 27 July 2024 13:37:27 +0000 (0:00:00.125) 0:01:22.717 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:88 Saturday 27 July 2024 13:37:27 +0000 (0:00:00.011) 0:01:22.728 ********* ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:97 Saturday 27 July 2024 13:37:27 +0000 (0:00:00.122) 0:01:22.851 ********* ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Ensure boot loader settings] ************* task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:105 Saturday 27 July 2024 13:37:27 +0000 (0:00:00.126) 0:01:22.977 ********* 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.119.1.el7.x86_64_clone2" ], "changed": true } TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:115 Saturday 27 July 2024 13:37:27 +0000 (0:00:00.148) 0:01:23.125 ********* 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-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:127 Saturday 27 July 2024 13:37:27 +0000 (0:00:00.009) 0:01:23.135 ********* 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-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:135 Saturday 27 July 2024 13:37:27 +0000 (0:00:00.007) 0:01:23.143 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:142 Saturday 27 July 2024 13:37:27 +0000 (0:00:00.007) 0:01:23.151 ********* ok: [sut] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro crashkernel=auto net.ifnames=0 rhgb LANG=en_US.UTF-8 console=tty0 console=ttyS0,115200n8", "default": true, "index": "0", "initrd": "/boot/initramfs-3.10.0-1160.119.1.el7.x86_64.img", "kernel": "/boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64", "root": "UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312", "title": "CentOS Linux (3.10.0-1160.119.1.el7.x86_64) 7 (Core)" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb LANG=en_US.UTF-8 console=tty0 console=ttyS0,115200n8", "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=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312", "title": "CentOS Linux (3.10.0-1160.el7.x86_64) 7 (Core)" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb console=tty0 console=ttyS0,115200n8", "default": false, "index": "2", "initrd": "/boot/initramfs-0-rescue-7af355d356d341589d7764f759493cb6.img", "kernel": "/boot/vmlinuz-0-rescue-7af355d356d341589d7764f759493cb6", "root": "UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312", "title": "CentOS Linux (0-rescue-7af355d356d341589d7764f759493cb6) 7 (Core)" }, { "default": false, "index": "3", "kernel": "non linux entry" } ] }, "changed": false } TASK [Verify that Clone2 kernel is removed] ************************************ task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/tests_add_rm.yml:97 Saturday 27 July 2024 13:37:27 +0000 (0:00:00.126) 0:01:23.277 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Remove cloned kernels] *************************************************** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/tests_add_rm.yml:103 Saturday 27 July 2024 13:37:27 +0000 (0:00:00.011) 0:01:23.289 ********* changed: [sut] => (item=1) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "grubby", "--remove-kernel=/boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64_clone1" ], "delta": "0:00:00.015416", "end": "2024-07-27 13:37:27.686631", "failed_when_result": false, "item": 1, "rc": 0, "start": "2024-07-27 13:37:27.671215" } changed: [sut] => (item=2) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "grubby", "--remove-kernel=/boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64_clone2" ], "delta": "0:00:00.015162", "end": "2024-07-27 13:37:27.819795", "failed_when_result": false, "item": 2, "rc": 0, "start": "2024-07-27 13:37:27.804633" } RUNNING HANDLER [linux-system-roles.bootloader : Fix default kernel boot parameters] *** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/handlers/main.yml:4 Saturday 27 July 2024 13:37:28 +0000 (0:00:00.250) 0:01:23.539 ********* 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.020740", "end": "2024-07-27 13:37:27.962497", "rc": 0, "start": "2024-07-27 13:37:27.941757" } STDOUT: args="ro crashkernel=auto net.ifnames=0 rhgb LANG=en_US.UTF-8 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 LANG=en_US.UTF-8 console=tty0 console=ttyS0,115200n8" 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 serial" GRUB_CMDLINE_LINUX="ro crashkernel=auto net.ifnames=0 rhgb LANG=en_US.UTF-8 console=tty0 console=ttyS0,115200n8" GRUB_DISABLE_RECOVERY="true" RUNNING HANDLER [linux-system-roles.bootloader : Reboot system] **************** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/handlers/main.yml:15 Saturday 27 July 2024 13:37:28 +0000 (0:00:00.132) 0:01:23.672 ********* included: /WORKDIR/git-weekly-ciwzs8uqlu/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-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 Saturday 27 July 2024 13:37:28 +0000 (0:00:00.008) 0:01:23.680 ********* changed: [sut] => { "changed": true, "elapsed": 21, "rebooted": true } RUNNING HANDLER [linux-system-roles.bootloader : Notify about reboot] ********** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:7 Saturday 27 July 2024 13:37:49 +0000 (0:00:21.506) 0:01:45.186 ********* skipping: [sut] => {} RUNNING HANDLER [linux-system-roles.bootloader : Set bootloader_reboot_required] *** task path: /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:14 Saturday 27 July 2024 13:37:49 +0000 (0:00:00.008) 0:01:45.195 ********* ok: [sut] => { "ansible_facts": { "bootloader_reboot_required": false }, "changed": false } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=115 changed=15 unreachable=0 failed=0 skipped=81 rescued=0 ignored=0 Saturday 27 July 2024 13:37:49 +0000 (0:00:00.009) 0:01:45.204 ********* =============================================================================== linux-system-roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 23.33s /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 linux-system-roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 22.69s /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 linux-system-roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 22.46s /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 linux-system-roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 21.51s /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/reboot.yml:3 linux-system-roles.bootloader : Ensure required packages are installed --- 1.67s /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 linux-system-roles.bootloader : Ensure required packages are installed --- 0.73s /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Clone test_kernel kernel and initrd for test purposes ------------------- 0.59s /WORKDIR/git-weekly-ciwzs8uqlu/tests/tasks/clone_kernel.yml:8 ----------------- Clone test_kernel kernel and initrd for test purposes ------------------- 0.50s /WORKDIR/git-weekly-ciwzs8uqlu/tests/tasks/clone_kernel.yml:8 ----------------- Gather architecture facts ----------------------------------------------- 0.50s /WORKDIR/git-weekly-ciwzs8uqlu/tests/tasks/skip_on_s390x.yml:3 ---------------- linux-system-roles.bootloader : Collect bootloader facts ---------------- 0.48s /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:142 linux-system-roles.bootloader : Get stat of /etc/default/grub ----------- 0.44s /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 linux-system-roles.bootloader : Get stat of /boot/grub2/grub.cfg -------- 0.42s /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:66 linux-system-roles.bootloader : Verify if there is a stab config in /boot/grub2/grub.cfg --- 0.42s /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:74 linux-system-roles.bootloader : Update boot loader timeout configuration in /etc/default/grub --- 0.41s /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:88 linux-system-roles.bootloader : Ensure boot loader settings ------------- 0.41s /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:105 linux-system-roles.bootloader : Ensure boot loader settings ------------- 0.40s /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:105 linux-system-roles.bootloader : Get stat of /etc/default/grub ----------- 0.38s /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:61 linux-system-roles.bootloader : Ensure required packages are installed --- 0.36s /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 linux-system-roles.bootloader : Ensure required packages are installed --- 0.36s /WORKDIR/git-weekly-ciwzs8uqlu/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.35s /WORKDIR/git-weekly-ciwzs8uqlu/tests/roles/linux-system-roles.bootloader/tasks/main.yml:97 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---