# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.16.0] config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.16/lib/python3.11/site-packages/ansible ansible collection location = /WORKDIR/git-weekly-ciorgdvou4/.collection executable location = /opt/ansible-2.16/bin/ansible-playbook python version = 3.11.5 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] (/opt/ansible-2.16/bin/python) jinja version = 3.1.2 libyaml = True Using /etc/ansible/ansible.cfg as config file Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_ssh_reboot.yml ************************************************* 1 plays in /WORKDIR/git-weekly-ciorgdvou4/tests/tests_ssh_reboot.yml PLAY [Ensure that the rule runs with ssh] ************************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ciorgdvou4/tests/tests_ssh_reboot.yml:2 Saturday 13 April 2024 09:25:38 +0000 (0:00:00.012) 0:00:00.012 ******** ok: [sut] TASK [Gather facts from sut] *************************************************** task path: /WORKDIR/git-weekly-ciorgdvou4/tests/tests_ssh_reboot.yml:58 Saturday 13 April 2024 09:25:39 +0000 (0:00:00.765) 0:00:00.778 ******** ok: [sut] TASK [Create a kdump user on kdump_ssh_server] ********************************* task path: /WORKDIR/git-weekly-ciorgdvou4/tests/tests_ssh_reboot.yml:63 Saturday 13 April 2024 09:25:40 +0000 (0:00:00.502) 0:00:01.280 ******** changed: [sut] => { "changed": true, "comment": "", "create_home": true, "group": 1189, "home": "/home/kdump_ssh_user", "name": "kdump_ssh_user", "shell": "/bin/bash", "state": "present", "system": false, "uid": 1189 } TASK [Set kdump_ssh_user, sshkey, auth keys] *********************************** task path: /WORKDIR/git-weekly-ciorgdvou4/tests/tests_ssh_reboot.yml:70 Saturday 13 April 2024 09:25:40 +0000 (0:00:00.355) 0:00:01.635 ******** ok: [sut] => { "ansible_facts": { "__authorized_keys_path": "/home/kdump_ssh_user/.ssh/authorized_keys", "__ssh_dir": "/home/kdump_ssh_user/.ssh", "kdump_ssh_user": "kdump_ssh_user" }, "changed": false } TASK [Print message that this test is skipped on EL 6] ************************* task path: /WORKDIR/git-weekly-ciorgdvou4/tests/tests_ssh_reboot.yml:76 Saturday 13 April 2024 09:25:40 +0000 (0:00:00.010) 0:00:01.646 ******** skipping: [sut] => { "false_condition": "ansible_distribution_major_version == '6'" } TASK [Skip the test on EL 6 when control node == managed node] ***************** task path: /WORKDIR/git-weekly-ciorgdvou4/tests/tests_ssh_reboot.yml:86 Saturday 13 April 2024 09:25:40 +0000 (0:00:00.007) 0:00:01.653 ******** META: end_host conditional evaluated to False, continuing execution for sut skipping: [sut] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for sut" } MSG: end_host conditional evaluated to false, continuing execution for sut TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ciorgdvou4/tests/tests_ssh_reboot.yml:96 Saturday 13 April 2024 09:25:40 +0000 (0:00:00.004) 0:00:01.657 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-ciorgdvou4/tests/tests_ssh_reboot.yml:101 Saturday 13 April 2024 09:25:40 +0000 (0:00:00.177) 0:00:01.835 ******** ok: [sut] => { "ansible_facts": { "__kdump_is_ostree": false }, "changed": false } TASK [Skip the test on ostree systems] ***************************************** task path: /WORKDIR/git-weekly-ciorgdvou4/tests/tests_ssh_reboot.yml:105 Saturday 13 April 2024 09:25:40 +0000 (0:00:00.014) 0:00:01.849 ******** META: end_host conditional evaluated to False, continuing execution for sut skipping: [sut] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for sut" } MSG: end_host conditional evaluated to false, continuing execution for sut TASK [Run the role and reboot if necessary] ************************************ task path: /WORKDIR/git-weekly-ciorgdvou4/tests/tests_ssh_reboot.yml:109 Saturday 13 April 2024 09:25:40 +0000 (0:00:00.010) 0:00:01.860 ******** TASK [fedora.linux_system_roles.kdump : Ensure ansible_facts used by role] ***** task path: /WORKDIR/git-weekly-ciorgdvou4/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:2 Saturday 13 April 2024 09:25:40 +0000 (0:00:00.021) 0:00:01.882 ******** included: /WORKDIR/git-weekly-ciorgdvou4/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.kdump : Ensure ansible_facts used by role] ***** task path: /WORKDIR/git-weekly-ciorgdvou4/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:2 Saturday 13 April 2024 09:25:40 +0000 (0:00:00.013) 0:00:01.896 ******** skipping: [sut] => { "changed": false, "false_condition": "__kdump_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Check if system is ostree] ************* task path: /WORKDIR/git-weekly-ciorgdvou4/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10 Saturday 13 April 2024 09:25:40 +0000 (0:00:00.011) 0:00:01.907 ******** skipping: [sut] => { "changed": false, "false_condition": "not __kdump_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciorgdvou4/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:15 Saturday 13 April 2024 09:25:40 +0000 (0:00:00.011) 0:00:01.919 ******** skipping: [sut] => { "changed": false, "false_condition": "not __kdump_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Install required packages] ************* task path: /WORKDIR/git-weekly-ciorgdvou4/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 Saturday 13 April 2024 09:25:40 +0000 (0:00:00.012) 0:00:01.931 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [ "grubby-8.28-26.el7.x86_64 providing grubby is already installed", "iproute-4.11.0-30.el7.x86_64 providing iproute is already installed", "kexec-tools-2.0.15-51.el7_9.3.x86_64 providing kexec-tools is already installed", "openssh-clients-7.4p1-23.el7_9.x86_64 providing openssh-clients is already installed" ] } lsrpackages: grubby iproute kexec-tools openssh-clients TASK [fedora.linux_system_roles.kdump : Ensure that kdump is enabled] ********** task path: /WORKDIR/git-weekly-ciorgdvou4/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 Saturday 13 April 2024 09:25:41 +0000 (0:00:00.426) 0:00:02.358 ******** ok: [sut] => { "changed": false, "enabled": true, "name": "kdump", "status": { "ActiveEnterTimestamp": "Sat 2024-04-13 09:25:34 UTC", "ActiveEnterTimestampMonotonic": "1316380212", "ActiveExitTimestamp": "Sat 2024-04-13 09:25:13 UTC", "ActiveExitTimestampMonotonic": "1295040353", "ActiveState": "active", "After": "remote-fs.target system.slice basic.target systemd-journald.socket network.target network-online.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-04-13 09:25:13 UTC", "AssertTimestampMonotonic": "1295071313", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-04-13 09:25:13 UTC", "ConditionTimestampMonotonic": "1295071311", "ControlPID": "0", "DefaultDependencies": "no", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2024-04-13 09:25:34 UTC", "ExecMainExitTimestampMonotonic": "1316379895", "ExecMainPID": "18809", "ExecMainStartTimestamp": "Sat 2024-04-13 09:25:13 UTC", "ExecMainStartTimestampMonotonic": "1295071979", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-04-13 09:25:13 UTC] ; stop_time=[Sat 2024-04-13 09:25:34 UTC] ; pid=18809 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-04-13 09:25:13 UTC] ; stop_time=[Sat 2024-04-13 09:25:13 UTC] ; pid=18800 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-04-13 09:25:13 UTC", "InactiveEnterTimestampMonotonic": "1295070171", "InactiveExitTimestamp": "Sat 2024-04-13 09:25:13 UTC", "InactiveExitTimestampMonotonic": "1295072032", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "0", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "kdump.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "yes", "Requires": "system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "0", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.kdump : Include SSH tasks] ********************* task path: /WORKDIR/git-weekly-ciorgdvou4/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:16 Saturday 13 April 2024 09:25:41 +0000 (0:00:00.367) 0:00:02.725 ******** included: /WORKDIR/git-weekly-ciorgdvou4/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml for sut TASK [fedora.linux_system_roles.kdump : Create key if it does not exist] ******* task path: /WORKDIR/git-weekly-ciorgdvou4/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 Saturday 13 April 2024 09:25:41 +0000 (0:00:00.028) 0:00:02.754 ******** ok: [sut] => { "changed": false, "cmd": [ "/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", "" ], "delta": null, "end": null, "rc": 0, "start": null } STDOUT: skipped, since /root/.ssh/kdump_id_rsa exists MSG: Did not run command since '/root/.ssh/kdump_id_rsa' exists TASK [fedora.linux_system_roles.kdump : Fetch key] ***************************** task path: /WORKDIR/git-weekly-ciorgdvou4/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 Saturday 13 April 2024 09:25:41 +0000 (0:00:00.178) 0:00:02.932 ******** ok: [sut] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCQVFEeDg1bUN1ZWR4aWVhcjJVUHhvNm9zTlF1Z3FZMGJDSjk1c21UOWFNZGl6NXlUTmlTRXBYVDZidFNOZnVaWWlHN1hqQlBZOXY2bld4SlFaNnk3REtUYjFJdEM3UWRZSEkzVXlRN3h2c1BvUFNkbzF3ZVFhQ2wwdFFJSGZJcGdLeDd5ZVpWV1I3RmtQS0Q5RGZYbnBiWHc2a2hrc1VjeFBtRGlHSE1XWHhPYlF0MXJwMXNxQ2QxTStDV0tteXA2SW1oRUdZQVV5ZkhuWVdGaDBRMHhaM2g4Ymp1bFAxc1crdHViZ0JGNzR5Q2dkQ1hNQ29lWmpTeEFtN0lkS0tmVExJTXpTOXJVbFY1cE9BbTI2amNycUw1Wk8zWjJ3SXpSVU1rZm5lRUs4dVJ6eThzUnFTMXkyQ2dKQXNjaXhvdjRSSmtpb1RnZlZpR2hWY200M1lVNzQxMEYgcm9vdEA0NTEyMmI1Ni04ODI0LTQwOWUtYWRjZS00NzYyZjZjYTk3MjIudGVzdGluZy1mYXJtCg==", "encoding": "base64", "source": "/root/.ssh/kdump_id_rsa.pub" } TASK [fedora.linux_system_roles.kdump : Get userinfo for kdump_ssh_user] ******* task path: /WORKDIR/git-weekly-ciorgdvou4/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:19 Saturday 13 April 2024 09:25:41 +0000 (0:00:00.172) 0:00:03.105 ******** ok: [sut] => { "append": false, "changed": false, "comment": "", "group": 1189, "home": "/home/kdump_ssh_user", "move_home": false, "name": "kdump_ssh_user", "shell": "/bin/bash", "state": "present", "uid": 1189 } TASK [fedora.linux_system_roles.kdump : Get the ssh directory for the user] **** task path: /WORKDIR/git-weekly-ciorgdvou4/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:25 Saturday 13 April 2024 09:25:42 +0000 (0:00:00.169) 0:00:03.274 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.kdump : Get the authorized_keys file for the user] *** task path: /WORKDIR/git-weekly-ciorgdvou4/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:30 Saturday 13 April 2024 09:25:42 +0000 (0:00:00.122) 0:00:03.396 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.kdump : Ensure ssh directory for authorized_keys if needed] *** task path: /WORKDIR/git-weekly-ciorgdvou4/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35 Saturday 13 April 2024 09:25:42 +0000 (0:00:00.128) 0:00:03.525 ******** changed: [sut] => { "changed": true, "gid": 1189, "group": "kdump_ssh_user", "mode": "0700", "owner": "kdump_ssh_user", "path": "/home/kdump_ssh_user/.ssh", "secontext": "unconfined_u:object_r:ssh_home_t:s0", "size": 4096, "state": "directory", "uid": 1189 } TASK [fedora.linux_system_roles.kdump : Write new authorized_keys if needed] *** task path: /WORKDIR/git-weekly-ciorgdvou4/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 Saturday 13 April 2024 09:25:42 +0000 (0:00:00.202) 0:00:03.728 ******** changed: [sut] => { "backup": "", "changed": true } MSG: line added and ownership, perms or SE linux context changed TASK [fedora.linux_system_roles.kdump : Fetch the servers public key] ********** task path: /WORKDIR/git-weekly-ciorgdvou4/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:53 Saturday 13 April 2024 09:25:42 +0000 (0:00:00.199) 0:00:03.927 ******** ok: [sut] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCQVFDaUdRTExrcExsemlyN0ZySVlmWFpKSGtGS1RFOUhDN1JEdGNaVkNmSVU5RGxVcEF5OHRod0w5MU1tSCt0TUc3Q3Byb3J6bGFSeWlWUDlVbXlESG9STjBBeTlyV0lmK2tDMktSS09PMml5RFlKVEtWK0Y2a2hZQjFpTDk0N0grWnhVTC9JQkI2KzlvdWpxSXlRaHR6MENuQ0JreFM4OGpYcDhJTmU3YWpQQ2t2TWpCUUo4SFU1eGtvOHBHc1RNRm1aZzAzdG0xVUtkMm1VcGNRNGQxNTRMelNKQ2E1Tk5zQzdEQkh0MVo1bkhueWZ3M0w2aUkvRXoyL3ZwVzhJWUZsVDBmL3ZHajVUQkNzOVQybEt1SmFHazNZUkovTE1vM0lRT0FqQWFudk1SNFpmUmhFRks2RkZlbVNFRnJ4OWZWTXByd2NMQTY3Y0RUMkJvak5ZbHJJNWYgCg==", "encoding": "base64", "source": "/etc/ssh/ssh_host_rsa_key.pub" } TASK [fedora.linux_system_roles.kdump : Add the servers public key to known_hosts on managed node] *** task path: /WORKDIR/git-weekly-ciorgdvou4/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:59 Saturday 13 April 2024 09:25:42 +0000 (0:00:00.136) 0:00:04.063 ******** ok: [sut] => { "changed": false, "gid": 0, "group": "root", "hash_host": false, "key": "10.31.11.51 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCiGQLLkpLlzir7FrIYfXZJHkFKTE9HC7RDtcZVCfIU9DlUpAy8thwL91MmH+tMG7CprorzlaRyiVP9UmyDHoRN0Ay9rWIf+kC2KRKOO2iyDYJTKV+F6khYB1iL947H+ZxUL/IBB6+9oujqIyQhtz0CnCBkxS88jXp8INe7ajPCkvMjBQJ8HU5xko8pGsTMFmZg03tm1UKd2mUpcQ4d154LzSJCa5NNsC7DBHt1Z5nHnyfw3L6iI/Ez2/vpW8IYFlT0f/vGj5TBCs9T2lKuJaGk3YRJ/LMo3IQOAjAanvMR4ZfRhEFK6FFemSEFrx9fVMprwcLA67cDT2BojNYlrI5f \n", "mode": "0644", "name": "10.31.11.51", "owner": "root", "path": "/etc/ssh/ssh_known_hosts", "secontext": "system_u:object_r:etc_t:s0", "size": 394, "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.kdump : Get mode of /etc/kdump.conf if it exists] *** task path: /WORKDIR/git-weekly-ciorgdvou4/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:21 Saturday 13 April 2024 09:25:43 +0000 (0:00:00.251) 0:00:04.314 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1713000313.0540197, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "050b6162897a6144ab2fc08859a7f7f1837df1cb", "ctime": 1713000312.2300236, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 263352, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1713000312.0320246, "nlink": 1, "path": "/etc/kdump.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 103, "uid": 0, "version": "565011864", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.kdump : Generate /etc/kdump.conf] ************** task path: /WORKDIR/git-weekly-ciorgdvou4/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 Saturday 13 April 2024 09:25:43 +0000 (0:00:00.138) 0:00:04.453 ******** Notification for handler Restart kdump has been saved. changed: [sut] => { "backup_file": "/etc/kdump.conf.25948.2024-04-13@09:25:43~", "changed": true, "checksum": "e1ceba070ecaba75160cd7f400d7ea4439670792", "dest": "/etc/kdump.conf", "gid": 0, "group": "root", "md5sum": "9ef313796fde4889074c812f5f57dca8", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:kdump_etc_t:s0", "size": 120, "src": "/root/.ansible/tmp/ansible-tmp-1713000343.2442605-2624-201811934647291/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.kdump : Find out reserved memory for the crash kernel] *** task path: /WORKDIR/git-weekly-ciorgdvou4/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:34 Saturday 13 April 2024 09:25:43 +0000 (0:00:00.482) 0:00:04.936 ******** ok: [sut] => { "attempts": 1, "changed": false, "content": "MTY4ODIwNzM2Cg==", "encoding": "base64", "source": "/sys/kernel/kexec_crash_size" } TASK [fedora.linux_system_roles.kdump : Set the kdump_reboot_required fact] **** task path: /WORKDIR/git-weekly-ciorgdvou4/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:40 Saturday 13 April 2024 09:25:43 +0000 (0:00:00.126) 0:00:05.063 ******** ok: [sut] => { "ansible_facts": { "kdump_reboot_required": false }, "changed": false } TASK [fedora.linux_system_roles.kdump : Use kdumpctl reset-crashkernel if needed] *** task path: /WORKDIR/git-weekly-ciorgdvou4/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:49 Saturday 13 April 2024 09:25:43 +0000 (0:00:00.014) 0:00:05.077 ******** skipping: [sut] => { "changed": false, "false_condition": "kdump_reboot_required | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Use grubby to update crashkernel=auto if needed] *** task path: /WORKDIR/git-weekly-ciorgdvou4/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:54 Saturday 13 April 2024 09:25:43 +0000 (0:00:00.009) 0:00:05.087 ******** skipping: [sut] => { "changed": false, "false_condition": "kdump_reboot_required | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Fail if reboot is required and kdump_reboot_ok is false] *** task path: /WORKDIR/git-weekly-ciorgdvou4/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:59 Saturday 13 April 2024 09:25:43 +0000 (0:00:00.008) 0:00:05.095 ******** skipping: [sut] => { "changed": false, "false_condition": "kdump_reboot_required | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Reboot the managed node] *************** task path: /WORKDIR/git-weekly-ciorgdvou4/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:68 Saturday 13 April 2024 09:25:43 +0000 (0:00:00.008) 0:00:05.104 ******** skipping: [sut] => { "changed": false, "false_condition": "kdump_reboot_required | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Clear the kdump_reboot_required flag] *** task path: /WORKDIR/git-weekly-ciorgdvou4/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:74 Saturday 13 April 2024 09:25:43 +0000 (0:00:00.008) 0:00:05.112 ******** skipping: [sut] => { "changed": false, "false_condition": "kdump_reboot_required | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Ensure that kdump is started] ********** task path: /WORKDIR/git-weekly-ciorgdvou4/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84 Saturday 13 April 2024 09:25:43 +0000 (0:00:00.010) 0:00:05.122 ******** ok: [sut] => { "changed": false, "name": "kdump", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-04-13 09:25:34 UTC", "ActiveEnterTimestampMonotonic": "1316380212", "ActiveExitTimestamp": "Sat 2024-04-13 09:25:13 UTC", "ActiveExitTimestampMonotonic": "1295040353", "ActiveState": "active", "After": "remote-fs.target system.slice basic.target systemd-journald.socket network.target network-online.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-04-13 09:25:13 UTC", "AssertTimestampMonotonic": "1295071313", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-04-13 09:25:13 UTC", "ConditionTimestampMonotonic": "1295071311", "ControlPID": "0", "DefaultDependencies": "no", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2024-04-13 09:25:34 UTC", "ExecMainExitTimestampMonotonic": "1316379895", "ExecMainPID": "18809", "ExecMainStartTimestamp": "Sat 2024-04-13 09:25:13 UTC", "ExecMainStartTimestampMonotonic": "1295071979", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-04-13 09:25:13 UTC] ; stop_time=[Sat 2024-04-13 09:25:34 UTC] ; pid=18809 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-04-13 09:25:13 UTC] ; stop_time=[Sat 2024-04-13 09:25:13 UTC] ; pid=18800 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-04-13 09:25:13 UTC", "InactiveEnterTimestampMonotonic": "1295070171", "InactiveExitTimestamp": "Sat 2024-04-13 09:25:13 UTC", "InactiveExitTimestampMonotonic": "1295072032", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "0", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "kdump.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "yes", "Requires": "system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "0", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [Flush handlers] ********************************************************** task path: /WORKDIR/git-weekly-ciorgdvou4/tests/tests_ssh_reboot.yml:113 Saturday 13 April 2024 09:25:44 +0000 (0:00:00.204) 0:00:05.326 ******** NOTIFIED HANDLER fedora.linux_system_roles.kdump : Restart kdump for sut META: triggered running handlers for sut RUNNING HANDLER [fedora.linux_system_roles.kdump : Restart kdump] ************** task path: /WORKDIR/git-weekly-ciorgdvou4/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2 Saturday 13 April 2024 09:25:44 +0000 (0:00:00.002) 0:00:05.329 ******** changed: [sut] => { "changed": true, "name": "kdump", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-04-13 09:25:34 UTC", "ActiveEnterTimestampMonotonic": "1316380212", "ActiveExitTimestamp": "Sat 2024-04-13 09:25:13 UTC", "ActiveExitTimestampMonotonic": "1295040353", "ActiveState": "active", "After": "remote-fs.target system.slice basic.target systemd-journald.socket network.target network-online.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-04-13 09:25:13 UTC", "AssertTimestampMonotonic": "1295071313", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-04-13 09:25:13 UTC", "ConditionTimestampMonotonic": "1295071311", "ControlPID": "0", "DefaultDependencies": "no", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2024-04-13 09:25:34 UTC", "ExecMainExitTimestampMonotonic": "1316379895", "ExecMainPID": "18809", "ExecMainStartTimestamp": "Sat 2024-04-13 09:25:13 UTC", "ExecMainStartTimestampMonotonic": "1295071979", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-04-13 09:25:13 UTC] ; stop_time=[Sat 2024-04-13 09:25:34 UTC] ; pid=18809 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-04-13 09:25:13 UTC] ; stop_time=[Sat 2024-04-13 09:25:13 UTC] ; pid=18800 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-04-13 09:25:13 UTC", "InactiveEnterTimestampMonotonic": "1295070171", "InactiveExitTimestamp": "Sat 2024-04-13 09:25:13 UTC", "InactiveExitTimestampMonotonic": "1295072032", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "0", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "kdump.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "yes", "Requires": "system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "0", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [Get the ssh dir for the user] ******************************************** task path: /WORKDIR/git-weekly-ciorgdvou4/tests/tests_ssh_reboot.yml:116 Saturday 13 April 2024 09:26:05 +0000 (0:00:21.179) 0:00:26.509 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1713000342.4568808, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1713000342.65388, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 1189, "gr_name": "kdump_ssh_user", "inode": 263359, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1713000342.65388, "nlink": 2, "path": "/home/kdump_ssh_user/.ssh", "pw_name": "kdump_ssh_user", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 4096, "uid": 1189, "version": "565013032", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": true } } TASK [Get the authorized_keys file for the user] ******************************* task path: /WORKDIR/git-weekly-ciorgdvou4/tests/tests_ssh_reboot.yml:122 Saturday 13 April 2024 09:26:05 +0000 (0:00:00.141) 0:00:26.650 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1713000344.4278715, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "faaeb5558989b61f83765d4595025f419309c018", "ctime": 1713000342.6548798, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 1189, "gr_name": "kdump_ssh_user", "inode": 263361, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1713000342.6508799, "nlink": 1, "path": "/home/kdump_ssh_user/.ssh/authorized_keys", "pw_name": "kdump_ssh_user", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 436, "uid": 1189, "version": "565013037", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Get the authorized_keys contents] **************************************** task path: /WORKDIR/git-weekly-ciorgdvou4/tests/tests_ssh_reboot.yml:128 Saturday 13 April 2024 09:26:05 +0000 (0:00:00.148) 0:00:26.799 ******** ok: [sut] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCQVFEeDg1bUN1ZWR4aWVhcjJVUHhvNm9zTlF1Z3FZMGJDSjk1c21UOWFNZGl6NXlUTmlTRXBYVDZidFNOZnVaWWlHN1hqQlBZOXY2bld4SlFaNnk3REtUYjFJdEM3UWRZSEkzVXlRN3h2c1BvUFNkbzF3ZVFhQ2wwdFFJSGZJcGdLeDd5ZVpWV1I3RmtQS0Q5RGZYbnBiWHc2a2hrc1VjeFBtRGlHSE1XWHhPYlF0MXJwMXNxQ2QxTStDV0tteXA2SW1oRUdZQVV5ZkhuWVdGaDBRMHhaM2g4Ymp1bFAxc1crdHViZ0JGNzR5Q2dkQ1hNQ29lWmpTeEFtN0lkS0tmVExJTXpTOXJVbFY1cE9BbTI2amNycUw1Wk8zWjJ3SXpSVU1rZm5lRUs4dVJ6eThzUnFTMXkyQ2dKQXNjaXhvdjRSSmtpb1RnZlZpR2hWY200M1lVNzQxMEYgcm9vdEA0NTEyMmI1Ni04ODI0LTQwOWUtYWRjZS00NzYyZjZjYTk3MjIudGVzdGluZy1mYXJtCg==", "encoding": "base64", "source": "/home/kdump_ssh_user/.ssh/authorized_keys" } TASK [Run the role again] ****************************************************** task path: /WORKDIR/git-weekly-ciorgdvou4/tests/tests_ssh_reboot.yml:134 Saturday 13 April 2024 09:26:05 +0000 (0:00:00.128) 0:00:26.927 ******** TASK [fedora.linux_system_roles.kdump : Ensure ansible_facts used by role] ***** task path: /WORKDIR/git-weekly-ciorgdvou4/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:2 Saturday 13 April 2024 09:26:05 +0000 (0:00:00.023) 0:00:26.950 ******** included: /WORKDIR/git-weekly-ciorgdvou4/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.kdump : Ensure ansible_facts used by role] ***** task path: /WORKDIR/git-weekly-ciorgdvou4/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:2 Saturday 13 April 2024 09:26:05 +0000 (0:00:00.011) 0:00:26.962 ******** skipping: [sut] => { "changed": false, "false_condition": "__kdump_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Check if system is ostree] ************* task path: /WORKDIR/git-weekly-ciorgdvou4/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10 Saturday 13 April 2024 09:26:05 +0000 (0:00:00.011) 0:00:26.974 ******** skipping: [sut] => { "changed": false, "false_condition": "not __kdump_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciorgdvou4/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:15 Saturday 13 April 2024 09:26:05 +0000 (0:00:00.011) 0:00:26.985 ******** skipping: [sut] => { "changed": false, "false_condition": "not __kdump_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Install required packages] ************* task path: /WORKDIR/git-weekly-ciorgdvou4/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 Saturday 13 April 2024 09:26:05 +0000 (0:00:00.011) 0:00:26.996 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [ "grubby-8.28-26.el7.x86_64 providing grubby is already installed", "iproute-4.11.0-30.el7.x86_64 providing iproute is already installed", "kexec-tools-2.0.15-51.el7_9.3.x86_64 providing kexec-tools is already installed", "openssh-clients-7.4p1-23.el7_9.x86_64 providing openssh-clients is already installed" ] } lsrpackages: grubby iproute kexec-tools openssh-clients TASK [fedora.linux_system_roles.kdump : Ensure that kdump is enabled] ********** task path: /WORKDIR/git-weekly-ciorgdvou4/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 Saturday 13 April 2024 09:26:06 +0000 (0:00:00.305) 0:00:27.302 ******** ok: [sut] => { "changed": false, "enabled": true, "name": "kdump", "status": { "ActiveEnterTimestamp": "Sat 2024-04-13 09:26:05 UTC", "ActiveEnterTimestampMonotonic": "1347256092", "ActiveExitTimestamp": "Sat 2024-04-13 09:25:44 UTC", "ActiveExitTimestampMonotonic": "1326287651", "ActiveState": "active", "After": "remote-fs.target system.slice basic.target systemd-journald.socket network.target network-online.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-04-13 09:25:44 UTC", "AssertTimestampMonotonic": "1326317917", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-04-13 09:25:44 UTC", "ConditionTimestampMonotonic": "1326317915", "ControlPID": "0", "DefaultDependencies": "no", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2024-04-13 09:26:05 UTC", "ExecMainExitTimestampMonotonic": "1347255576", "ExecMainPID": "26004", "ExecMainStartTimestamp": "Sat 2024-04-13 09:25:44 UTC", "ExecMainStartTimestampMonotonic": "1326318597", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-04-13 09:25:44 UTC] ; stop_time=[Sat 2024-04-13 09:26:05 UTC] ; pid=26004 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-04-13 09:25:44 UTC] ; stop_time=[Sat 2024-04-13 09:25:44 UTC] ; pid=25994 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-04-13 09:25:44 UTC", "InactiveEnterTimestampMonotonic": "1326317106", "InactiveExitTimestamp": "Sat 2024-04-13 09:25:44 UTC", "InactiveExitTimestampMonotonic": "1326318654", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "0", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "kdump.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "yes", "Requires": "system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "0", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.kdump : Include SSH tasks] ********************* task path: /WORKDIR/git-weekly-ciorgdvou4/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:16 Saturday 13 April 2024 09:26:06 +0000 (0:00:00.208) 0:00:27.510 ******** included: /WORKDIR/git-weekly-ciorgdvou4/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml for sut TASK [fedora.linux_system_roles.kdump : Create key if it does not exist] ******* task path: /WORKDIR/git-weekly-ciorgdvou4/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 Saturday 13 April 2024 09:26:06 +0000 (0:00:00.028) 0:00:27.538 ******** ok: [sut] => { "changed": false, "cmd": [ "/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", "" ], "delta": null, "end": null, "rc": 0, "start": null } STDOUT: skipped, since /root/.ssh/kdump_id_rsa exists MSG: Did not run command since '/root/.ssh/kdump_id_rsa' exists TASK [fedora.linux_system_roles.kdump : Fetch key] ***************************** task path: /WORKDIR/git-weekly-ciorgdvou4/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 Saturday 13 April 2024 09:26:06 +0000 (0:00:00.123) 0:00:27.662 ******** ok: [sut] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCQVFEeDg1bUN1ZWR4aWVhcjJVUHhvNm9zTlF1Z3FZMGJDSjk1c21UOWFNZGl6NXlUTmlTRXBYVDZidFNOZnVaWWlHN1hqQlBZOXY2bld4SlFaNnk3REtUYjFJdEM3UWRZSEkzVXlRN3h2c1BvUFNkbzF3ZVFhQ2wwdFFJSGZJcGdLeDd5ZVpWV1I3RmtQS0Q5RGZYbnBiWHc2a2hrc1VjeFBtRGlHSE1XWHhPYlF0MXJwMXNxQ2QxTStDV0tteXA2SW1oRUdZQVV5ZkhuWVdGaDBRMHhaM2g4Ymp1bFAxc1crdHViZ0JGNzR5Q2dkQ1hNQ29lWmpTeEFtN0lkS0tmVExJTXpTOXJVbFY1cE9BbTI2amNycUw1Wk8zWjJ3SXpSVU1rZm5lRUs4dVJ6eThzUnFTMXkyQ2dKQXNjaXhvdjRSSmtpb1RnZlZpR2hWY200M1lVNzQxMEYgcm9vdEA0NTEyMmI1Ni04ODI0LTQwOWUtYWRjZS00NzYyZjZjYTk3MjIudGVzdGluZy1mYXJtCg==", "encoding": "base64", "source": "/root/.ssh/kdump_id_rsa.pub" } TASK [fedora.linux_system_roles.kdump : Get userinfo for kdump_ssh_user] ******* task path: /WORKDIR/git-weekly-ciorgdvou4/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:19 Saturday 13 April 2024 09:26:06 +0000 (0:00:00.127) 0:00:27.790 ******** ok: [sut] => { "append": false, "changed": false, "comment": "", "group": 1189, "home": "/home/kdump_ssh_user", "move_home": false, "name": "kdump_ssh_user", "shell": "/bin/bash", "state": "present", "uid": 1189 } TASK [fedora.linux_system_roles.kdump : Get the ssh directory for the user] **** task path: /WORKDIR/git-weekly-ciorgdvou4/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:25 Saturday 13 April 2024 09:26:06 +0000 (0:00:00.173) 0:00:27.963 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1713000342.4568808, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1713000342.65388, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 1189, "gr_name": "kdump_ssh_user", "inode": 263359, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1713000342.65388, "nlink": 2, "path": "/home/kdump_ssh_user/.ssh", "pw_name": "kdump_ssh_user", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 4096, "uid": 1189, "version": "565013032", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": true } } TASK [fedora.linux_system_roles.kdump : Get the authorized_keys file for the user] *** task path: /WORKDIR/git-weekly-ciorgdvou4/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:30 Saturday 13 April 2024 09:26:06 +0000 (0:00:00.131) 0:00:28.095 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1713000344.4278715, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "faaeb5558989b61f83765d4595025f419309c018", "ctime": 1713000342.6548798, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 1189, "gr_name": "kdump_ssh_user", "inode": 263361, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1713000342.6508799, "nlink": 1, "path": "/home/kdump_ssh_user/.ssh/authorized_keys", "pw_name": "kdump_ssh_user", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 436, "uid": 1189, "version": "565013037", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.kdump : Ensure ssh directory for authorized_keys if needed] *** task path: /WORKDIR/git-weekly-ciorgdvou4/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35 Saturday 13 April 2024 09:26:06 +0000 (0:00:00.139) 0:00:28.234 ******** ok: [sut] => { "changed": false, "gid": 1189, "group": "kdump_ssh_user", "mode": "0700", "owner": "kdump_ssh_user", "path": "/home/kdump_ssh_user/.ssh", "secontext": "unconfined_u:object_r:ssh_home_t:s0", "size": 4096, "state": "directory", "uid": 1189 } TASK [fedora.linux_system_roles.kdump : Write new authorized_keys if needed] *** task path: /WORKDIR/git-weekly-ciorgdvou4/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 Saturday 13 April 2024 09:26:07 +0000 (0:00:00.141) 0:00:28.376 ******** ok: [sut] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.kdump : Fetch the servers public key] ********** task path: /WORKDIR/git-weekly-ciorgdvou4/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:53 Saturday 13 April 2024 09:26:07 +0000 (0:00:00.137) 0:00:28.514 ******** ok: [sut] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCQVFDaUdRTExrcExsemlyN0ZySVlmWFpKSGtGS1RFOUhDN1JEdGNaVkNmSVU5RGxVcEF5OHRod0w5MU1tSCt0TUc3Q3Byb3J6bGFSeWlWUDlVbXlESG9STjBBeTlyV0lmK2tDMktSS09PMml5RFlKVEtWK0Y2a2hZQjFpTDk0N0grWnhVTC9JQkI2KzlvdWpxSXlRaHR6MENuQ0JreFM4OGpYcDhJTmU3YWpQQ2t2TWpCUUo4SFU1eGtvOHBHc1RNRm1aZzAzdG0xVUtkMm1VcGNRNGQxNTRMelNKQ2E1Tk5zQzdEQkh0MVo1bkhueWZ3M0w2aUkvRXoyL3ZwVzhJWUZsVDBmL3ZHajVUQkNzOVQybEt1SmFHazNZUkovTE1vM0lRT0FqQWFudk1SNFpmUmhFRks2RkZlbVNFRnJ4OWZWTXByd2NMQTY3Y0RUMkJvak5ZbHJJNWYgCg==", "encoding": "base64", "source": "/etc/ssh/ssh_host_rsa_key.pub" } TASK [fedora.linux_system_roles.kdump : Add the servers public key to known_hosts on managed node] *** task path: /WORKDIR/git-weekly-ciorgdvou4/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:59 Saturday 13 April 2024 09:26:07 +0000 (0:00:00.122) 0:00:28.636 ******** ok: [sut] => { "changed": false, "gid": 0, "group": "root", "hash_host": false, "key": "10.31.11.51 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCiGQLLkpLlzir7FrIYfXZJHkFKTE9HC7RDtcZVCfIU9DlUpAy8thwL91MmH+tMG7CprorzlaRyiVP9UmyDHoRN0Ay9rWIf+kC2KRKOO2iyDYJTKV+F6khYB1iL947H+ZxUL/IBB6+9oujqIyQhtz0CnCBkxS88jXp8INe7ajPCkvMjBQJ8HU5xko8pGsTMFmZg03tm1UKd2mUpcQ4d154LzSJCa5NNsC7DBHt1Z5nHnyfw3L6iI/Ez2/vpW8IYFlT0f/vGj5TBCs9T2lKuJaGk3YRJ/LMo3IQOAjAanvMR4ZfRhEFK6FFemSEFrx9fVMprwcLA67cDT2BojNYlrI5f \n", "mode": "0644", "name": "10.31.11.51", "owner": "root", "path": "/etc/ssh/ssh_known_hosts", "secontext": "system_u:object_r:etc_t:s0", "size": 394, "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.kdump : Get mode of /etc/kdump.conf if it exists] *** task path: /WORKDIR/git-weekly-ciorgdvou4/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:21 Saturday 13 April 2024 09:26:07 +0000 (0:00:00.158) 0:00:28.795 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1713000344.300872, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "e1ceba070ecaba75160cd7f400d7ea4439670792", "ctime": 1713000343.6398752, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 262515, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1713000343.440876, "nlink": 1, "path": "/etc/kdump.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 120, "uid": 0, "version": "565013052", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.kdump : Generate /etc/kdump.conf] ************** task path: /WORKDIR/git-weekly-ciorgdvou4/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 Saturday 13 April 2024 09:26:07 +0000 (0:00:00.132) 0:00:28.928 ******** ok: [sut] => { "changed": false, "checksum": "e1ceba070ecaba75160cd7f400d7ea4439670792", "dest": "/etc/kdump.conf", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/etc/kdump.conf", "secontext": "system_u:object_r:kdump_etc_t:s0", "size": 120, "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.kdump : Find out reserved memory for the crash kernel] *** task path: /WORKDIR/git-weekly-ciorgdvou4/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:34 Saturday 13 April 2024 09:26:08 +0000 (0:00:00.342) 0:00:29.270 ******** ok: [sut] => { "attempts": 1, "changed": false, "content": "MTY4ODIwNzM2Cg==", "encoding": "base64", "source": "/sys/kernel/kexec_crash_size" } TASK [fedora.linux_system_roles.kdump : Set the kdump_reboot_required fact] **** task path: /WORKDIR/git-weekly-ciorgdvou4/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:40 Saturday 13 April 2024 09:26:08 +0000 (0:00:00.123) 0:00:29.393 ******** ok: [sut] => { "ansible_facts": { "kdump_reboot_required": false }, "changed": false } TASK [fedora.linux_system_roles.kdump : Use kdumpctl reset-crashkernel if needed] *** task path: /WORKDIR/git-weekly-ciorgdvou4/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:49 Saturday 13 April 2024 09:26:08 +0000 (0:00:00.014) 0:00:29.408 ******** skipping: [sut] => { "changed": false, "false_condition": "kdump_reboot_required | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Use grubby to update crashkernel=auto if needed] *** task path: /WORKDIR/git-weekly-ciorgdvou4/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:54 Saturday 13 April 2024 09:26:08 +0000 (0:00:00.010) 0:00:29.418 ******** skipping: [sut] => { "changed": false, "false_condition": "kdump_reboot_required | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Fail if reboot is required and kdump_reboot_ok is false] *** task path: /WORKDIR/git-weekly-ciorgdvou4/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:59 Saturday 13 April 2024 09:26:08 +0000 (0:00:00.010) 0:00:29.429 ******** skipping: [sut] => { "changed": false, "false_condition": "kdump_reboot_required | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Reboot the managed node] *************** task path: /WORKDIR/git-weekly-ciorgdvou4/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:68 Saturday 13 April 2024 09:26:08 +0000 (0:00:00.009) 0:00:29.439 ******** skipping: [sut] => { "changed": false, "false_condition": "kdump_reboot_required | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Clear the kdump_reboot_required flag] *** task path: /WORKDIR/git-weekly-ciorgdvou4/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:74 Saturday 13 April 2024 09:26:08 +0000 (0:00:00.009) 0:00:29.448 ******** skipping: [sut] => { "changed": false, "false_condition": "kdump_reboot_required | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Ensure that kdump is started] ********** task path: /WORKDIR/git-weekly-ciorgdvou4/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84 Saturday 13 April 2024 09:26:08 +0000 (0:00:00.009) 0:00:29.458 ******** ok: [sut] => { "changed": false, "name": "kdump", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-04-13 09:26:05 UTC", "ActiveEnterTimestampMonotonic": "1347256092", "ActiveExitTimestamp": "Sat 2024-04-13 09:25:44 UTC", "ActiveExitTimestampMonotonic": "1326287651", "ActiveState": "active", "After": "remote-fs.target system.slice basic.target systemd-journald.socket network.target network-online.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-04-13 09:25:44 UTC", "AssertTimestampMonotonic": "1326317917", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-04-13 09:25:44 UTC", "ConditionTimestampMonotonic": "1326317915", "ControlPID": "0", "DefaultDependencies": "no", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2024-04-13 09:26:05 UTC", "ExecMainExitTimestampMonotonic": "1347255576", "ExecMainPID": "26004", "ExecMainStartTimestamp": "Sat 2024-04-13 09:25:44 UTC", "ExecMainStartTimestampMonotonic": "1326318597", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-04-13 09:25:44 UTC] ; stop_time=[Sat 2024-04-13 09:26:05 UTC] ; pid=26004 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-04-13 09:25:44 UTC] ; stop_time=[Sat 2024-04-13 09:25:44 UTC] ; pid=25994 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-04-13 09:25:44 UTC", "InactiveEnterTimestampMonotonic": "1326317106", "InactiveExitTimestamp": "Sat 2024-04-13 09:25:44 UTC", "InactiveExitTimestampMonotonic": "1326318654", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "0", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "kdump.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "yes", "Requires": "system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "0", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [Get the authorized_keys contents after] ********************************** task path: /WORKDIR/git-weekly-ciorgdvou4/tests/tests_ssh_reboot.yml:138 Saturday 13 April 2024 09:26:08 +0000 (0:00:00.201) 0:00:29.660 ******** ok: [sut] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCQVFEeDg1bUN1ZWR4aWVhcjJVUHhvNm9zTlF1Z3FZMGJDSjk1c21UOWFNZGl6NXlUTmlTRXBYVDZidFNOZnVaWWlHN1hqQlBZOXY2bld4SlFaNnk3REtUYjFJdEM3UWRZSEkzVXlRN3h2c1BvUFNkbzF3ZVFhQ2wwdFFJSGZJcGdLeDd5ZVpWV1I3RmtQS0Q5RGZYbnBiWHc2a2hrc1VjeFBtRGlHSE1XWHhPYlF0MXJwMXNxQ2QxTStDV0tteXA2SW1oRUdZQVV5ZkhuWVdGaDBRMHhaM2g4Ymp1bFAxc1crdHViZ0JGNzR5Q2dkQ1hNQ29lWmpTeEFtN0lkS0tmVExJTXpTOXJVbFY1cE9BbTI2amNycUw1Wk8zWjJ3SXpSVU1rZm5lRUs4dVJ6eThzUnFTMXkyQ2dKQXNjaXhvdjRSSmtpb1RnZlZpR2hWY200M1lVNzQxMEYgcm9vdEA0NTEyMmI1Ni04ODI0LTQwOWUtYWRjZS00NzYyZjZjYTk3MjIudGVzdGluZy1mYXJtCg==", "encoding": "base64", "source": "/home/kdump_ssh_user/.ssh/authorized_keys" } TASK [Assert no changes to authorized_keys] ************************************ task path: /WORKDIR/git-weekly-ciorgdvou4/tests/tests_ssh_reboot.yml:144 Saturday 13 April 2024 09:26:08 +0000 (0:00:00.119) 0:00:29.779 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get the ssh dir for the user after] ************************************** task path: /WORKDIR/git-weekly-ciorgdvou4/tests/tests_ssh_reboot.yml:148 Saturday 13 April 2024 09:26:08 +0000 (0:00:00.010) 0:00:29.789 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1713000342.4568808, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1713000342.65388, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 1189, "gr_name": "kdump_ssh_user", "inode": 263359, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1713000342.65388, "nlink": 2, "path": "/home/kdump_ssh_user/.ssh", "pw_name": "kdump_ssh_user", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 4096, "uid": 1189, "version": "565013032", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": true } } TASK [Assert no changes to ssh dir] ******************************************** task path: /WORKDIR/git-weekly-ciorgdvou4/tests/tests_ssh_reboot.yml:154 Saturday 13 April 2024 09:26:08 +0000 (0:00:00.130) 0:00:29.920 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Delete user] ************************************************************* task path: /WORKDIR/git-weekly-ciorgdvou4/tests/tests_ssh_reboot.yml:161 Saturday 13 April 2024 09:26:08 +0000 (0:00:00.012) 0:00:29.933 ******** changed: [sut] => { "attempts": 1, "changed": true, "force": false, "name": "kdump_ssh_user", "remove": false, "state": "absent" } TASK [Cleanup kdump_path] ****************************************************** task path: /WORKDIR/git-weekly-ciorgdvou4/tests/tests_ssh_reboot.yml:168 Saturday 13 April 2024 09:26:08 +0000 (0:00:00.239) 0:00:30.172 ******** changed: [sut] => { "changed": true, "path": "/tmp/tests_ssh_reboot", "state": "absent" } PLAY RECAP ********************************************************************* sut : ok=52 changed=7 unreachable=0 failed=0 skipped=17 rescued=0 ignored=0 Saturday 13 April 2024 09:26:09 +0000 (0:00:00.135) 0:00:30.308 ******** =============================================================================== fedora.linux_system_roles.kdump : Restart kdump ------------------------ 21.18s /WORKDIR/git-weekly-ciorgdvou4/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2 Gathering Facts --------------------------------------------------------- 0.77s /WORKDIR/git-weekly-ciorgdvou4/tests/tests_ssh_reboot.yml:2 ------------------- Gather facts from sut --------------------------------------------------- 0.50s /WORKDIR/git-weekly-ciorgdvou4/tests/tests_ssh_reboot.yml:58 ------------------ fedora.linux_system_roles.kdump : Generate /etc/kdump.conf -------------- 0.48s /WORKDIR/git-weekly-ciorgdvou4/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 fedora.linux_system_roles.kdump : Install required packages ------------- 0.43s /WORKDIR/git-weekly-ciorgdvou4/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 fedora.linux_system_roles.kdump : Ensure that kdump is enabled ---------- 0.37s /WORKDIR/git-weekly-ciorgdvou4/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 Create a kdump user on kdump_ssh_server --------------------------------- 0.36s /WORKDIR/git-weekly-ciorgdvou4/tests/tests_ssh_reboot.yml:63 ------------------ fedora.linux_system_roles.kdump : Generate /etc/kdump.conf -------------- 0.34s /WORKDIR/git-weekly-ciorgdvou4/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 fedora.linux_system_roles.kdump : Install required packages ------------- 0.31s /WORKDIR/git-weekly-ciorgdvou4/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 fedora.linux_system_roles.kdump : Add the servers public key to known_hosts on managed node --- 0.25s /WORKDIR/git-weekly-ciorgdvou4/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:59 Delete user ------------------------------------------------------------- 0.24s /WORKDIR/git-weekly-ciorgdvou4/tests/tests_ssh_reboot.yml:161 ----------------- fedora.linux_system_roles.kdump : Ensure that kdump is enabled ---------- 0.21s /WORKDIR/git-weekly-ciorgdvou4/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 fedora.linux_system_roles.kdump : Ensure that kdump is started ---------- 0.20s /WORKDIR/git-weekly-ciorgdvou4/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84 fedora.linux_system_roles.kdump : Ensure ssh directory for authorized_keys if needed --- 0.20s /WORKDIR/git-weekly-ciorgdvou4/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35 fedora.linux_system_roles.kdump : Ensure that kdump is started ---------- 0.20s /WORKDIR/git-weekly-ciorgdvou4/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84 fedora.linux_system_roles.kdump : Write new authorized_keys if needed --- 0.20s /WORKDIR/git-weekly-ciorgdvou4/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 fedora.linux_system_roles.kdump : Create key if it does not exist ------- 0.18s /WORKDIR/git-weekly-ciorgdvou4/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 Check if system is ostree ----------------------------------------------- 0.18s /WORKDIR/git-weekly-ciorgdvou4/tests/tests_ssh_reboot.yml:96 ------------------ fedora.linux_system_roles.kdump : Get userinfo for kdump_ssh_user ------- 0.17s /WORKDIR/git-weekly-ciorgdvou4/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:19 fedora.linux_system_roles.kdump : Fetch key ----------------------------- 0.17s /WORKDIR/git-weekly-ciorgdvou4/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---