# 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-ciouhcgqju/.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-ciouhcgqju/tests/tests_ssh_reboot.yml PLAY [Ensure that the rule runs with ssh] ************************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ciouhcgqju/tests/tests_ssh_reboot.yml:2 Saturday 18 May 2024 07:41:38 +0000 (0:00:00.012) 0:00:00.012 ********** ok: [sut] TASK [Gather facts from sut] *************************************************** task path: /WORKDIR/git-weekly-ciouhcgqju/tests/tests_ssh_reboot.yml:58 Saturday 18 May 2024 07:41:39 +0000 (0:00:00.992) 0:00:01.005 ********** ok: [sut] TASK [Create a kdump user on kdump_ssh_server] ********************************* task path: /WORKDIR/git-weekly-ciouhcgqju/tests/tests_ssh_reboot.yml:63 Saturday 18 May 2024 07:41:39 +0000 (0:00:00.655) 0:00:01.660 ********** 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-ciouhcgqju/tests/tests_ssh_reboot.yml:70 Saturday 18 May 2024 07:41:40 +0000 (0:00:00.445) 0:00:02.106 ********** 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-ciouhcgqju/tests/tests_ssh_reboot.yml:76 Saturday 18 May 2024 07:41:40 +0000 (0:00:00.011) 0:00:02.117 ********** 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-ciouhcgqju/tests/tests_ssh_reboot.yml:86 Saturday 18 May 2024 07:41:40 +0000 (0:00:00.009) 0:00:02.127 ********** 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-ciouhcgqju/tests/tests_ssh_reboot.yml:96 Saturday 18 May 2024 07:41:40 +0000 (0:00:00.004) 0:00:02.131 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-ciouhcgqju/tests/tests_ssh_reboot.yml:101 Saturday 18 May 2024 07:41:40 +0000 (0:00:00.260) 0:00:02.391 ********** ok: [sut] => { "ansible_facts": { "__kdump_is_ostree": false }, "changed": false } TASK [Skip the test on ostree systems] ***************************************** task path: /WORKDIR/git-weekly-ciouhcgqju/tests/tests_ssh_reboot.yml:105 Saturday 18 May 2024 07:41:40 +0000 (0:00:00.014) 0:00:02.406 ********** 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-ciouhcgqju/tests/tests_ssh_reboot.yml:109 Saturday 18 May 2024 07:41:40 +0000 (0:00:00.010) 0:00:02.417 ********** TASK [fedora.linux_system_roles.kdump : Ensure ansible_facts used by role] ***** task path: /WORKDIR/git-weekly-ciouhcgqju/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:2 Saturday 18 May 2024 07:41:40 +0000 (0:00:00.022) 0:00:02.440 ********** included: /WORKDIR/git-weekly-ciouhcgqju/.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-ciouhcgqju/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:2 Saturday 18 May 2024 07:41:40 +0000 (0:00:00.015) 0:00:02.455 ********** 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-ciouhcgqju/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10 Saturday 18 May 2024 07:41:40 +0000 (0:00:00.014) 0:00:02.469 ********** 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-ciouhcgqju/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:15 Saturday 18 May 2024 07:41:40 +0000 (0:00:00.012) 0:00:02.482 ********** 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-ciouhcgqju/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 Saturday 18 May 2024 07:41:40 +0000 (0:00:00.013) 0:00:02.495 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby iproute kexec-tools openssh-clients TASK [fedora.linux_system_roles.kdump : Ensure that kdump is enabled] ********** task path: /WORKDIR/git-weekly-ciouhcgqju/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 Saturday 18 May 2024 07:41:43 +0000 (0:00:02.606) 0:00:05.102 ********** ok: [sut] => { "changed": false, "enabled": true, "name": "kdump", "status": { "ActiveEnterTimestamp": "Sat 2024-05-18 07:41:34 UTC", "ActiveEnterTimestampMonotonic": "817289881", "ActiveExitTimestamp": "Sat 2024-05-18 07:41:12 UTC", "ActiveExitTimestampMonotonic": "795617914", "ActiveState": "active", "After": "network-online.target systemd-journald.socket remote-fs.target network.target system.slice basic.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-05-18 07:41:12 UTC", "AssertTimestampMonotonic": "795641527", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-05-18 07:41:12 UTC", "ConditionTimestampMonotonic": "795641465", "ConfigurationDirectoryMode": "0755", "ControlPID": "0", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2024-05-18 07:41:34 UTC", "ExecMainExitTimestampMonotonic": "817289245", "ExecMainPID": "14954", "ExecMainStartTimestamp": "Sat 2024-05-18 07:41:12 UTC", "ExecMainStartTimestampMonotonic": "795642430", "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-05-18 07:41:12 UTC] ; stop_time=[Sat 2024-05-18 07:41:34 UTC] ; pid=14954 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-05-18 07:41:12 UTC] ; stop_time=[Sat 2024-05-18 07:41:12 UTC] ; pid=14946 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-05-18 07:41:12 UTC", "InactiveEnterTimestampMonotonic": "795640471", "InactiveExitTimestamp": "Sat 2024-05-18 07:41:12 UTC", "InactiveExitTimestampMonotonic": "795642557", "InvocationID": "a3241de8d10e4b0cac982d760b041213", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "kdump.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-05-18 07:41:34 UTC", "StateChangeTimestampMonotonic": "817289881", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.kdump : Include SSH tasks] ********************* task path: /WORKDIR/git-weekly-ciouhcgqju/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:16 Saturday 18 May 2024 07:41:43 +0000 (0:00:00.506) 0:00:05.608 ********** included: /WORKDIR/git-weekly-ciouhcgqju/.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-ciouhcgqju/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 Saturday 18 May 2024 07:41:43 +0000 (0:00:00.027) 0:00:05.636 ********** 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-ciouhcgqju/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 Saturday 18 May 2024 07:41:43 +0000 (0:00:00.251) 0:00:05.887 ********** ok: [sut] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEa2kvMFo3T003S2lXd0VOSUl1UThXZEpQR1lNY1puMm1qRkhIRk9QNTZwaENRWldWODlhMUZUS1hwaVNQL2piU3FaQm5VSkZoK1hIRFloVmEybmZPREtSR25YM2F4MVV0Y3pSZm9yNDlodnBUY2JpRktpUTNsM3A1elAvVUVuaS9zUWE2YURRQUdRcVVaeGlGZGdlYjNVNkRmbzRYdDVjTjQ4cFVESFNrUCtYR1YvbnBHNVhxU1Nxbk4xUDV0blZYKzQ0YnNtREMzc2N3dFB1ZHlSenZPTlJPbHhJanZKTEJ6WlBuSlZBZ0d2YytkVm1BamZyK3ZFSGZvYXpwOWhhenlVdjI2QmwwSW1lQkZENGlUWkRjNm9Mb3VpVXFscktTeTBSMzdOek9SVGNqcTlrMCs0NTVxNklCaWZNc1NuRmhEVld0cUVrSUNGRzcwNHJwb3crcncvc0lYSjhrQnpTK2FoelowUHJKaVRrS3lSd1ZFUnhzWTRHUEVQdjNwTG5pejRkVTBSc0NrQVlCSEw4MnpHRHVZdmk3NjFyakxoUTFtWU8vN0swYmRlUTVEa3pSbU0rTG5CT0s4ejdOc2UySnFMUUxiN25paDVHZnRKNjVOeGxYaVhRZnB5R25OVklsNlZVOHh3d0VZVFNMcEY5c09zdE5ORTg0cnkzTHNidms9IHJvb3RAMjRlMTI4N2YtODdiNi00ZDkxLWIxMDEtZGI1ODY2NDk4ZDVmLnRlc3RpbmctZmFybQo=", "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-ciouhcgqju/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:19 Saturday 18 May 2024 07:41:44 +0000 (0:00:00.246) 0:00:06.134 ********** 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-ciouhcgqju/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:25 Saturday 18 May 2024 07:41:44 +0000 (0:00:00.249) 0:00:06.384 ********** 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-ciouhcgqju/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:30 Saturday 18 May 2024 07:41:44 +0000 (0:00:00.194) 0:00:06.578 ********** 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-ciouhcgqju/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35 Saturday 18 May 2024 07:41:44 +0000 (0:00:00.192) 0:00:06.770 ********** 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": 6, "state": "directory", "uid": 1189 } TASK [fedora.linux_system_roles.kdump : Write new authorized_keys if needed] *** task path: /WORKDIR/git-weekly-ciouhcgqju/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 Saturday 18 May 2024 07:41:45 +0000 (0:00:00.271) 0:00:07.041 ********** 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-ciouhcgqju/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:53 Saturday 18 May 2024 07:41:45 +0000 (0:00:00.265) 0:00:07.307 ********** ok: [sut] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FETzc5V05BeDdtU2ttc3JNdDQxek1PanlqVFhtQTVRNG8rK2oweUdPdnBnaFduOFEyeSsxUzdJcU0wL1N2YWhObU9paFRxdmdwUDY2VGhpSTFHc1luUjMrVW8yVDZaUUNCaUxIOEN1dUR5RTFOdVhHeFZSY2F0R3FieFpmRzd5dEF0Q3RJSGViT1NpaVVPL3ZYbWVwMnFjeVFYWFBudVphZnR0ZVlpZHVieVpOY2RuWmp2cDZOckJmWUNPRDA2MWhQUUQwV1lucEtKSHpOcllYRElQdWNZNlh6MUpvaWVBckd3eHJXUlZTYzZWdzRWcXlHMHkySkpsdXY5aElzcEtmY1gydTdVcDB3T1hMbkV6bzRESHAyVTAzRzV2cFJvMTd4MWRmS2lhSzFjcUpxaHRJdW5BMXAvcVovU0UxZG4wSWJIZkpJaWxlNzVZWVUxcS9wSHV6R2JoZjlYUGpTMzcrd2oyNGQ3NWNmMUVMNHVqaWZqU1Rubkg5R1pVQUh2Sk0wZ2dIZ2hhWEVXWG1DRUxXK2N5OW1TZFdvcC95YVcyc3F0YlVFcndWcUFkNHpxMlJvM0x1OGRTRk13UHJHczFrUmE5ZFcxVUNzbGxYdHJNZlVyZjY0bm5SdTJDc2hGam0zb2ErWlNCa2FibXVSb1hya0hPeFFoV3Q0VXFnNThYeDg9IHJvb3RAaXAtMTAtMzEtNDAtMjIxLnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "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-ciouhcgqju/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:59 Saturday 18 May 2024 07:41:45 +0000 (0:00:00.192) 0:00:07.500 ********** ok: [sut] => { "changed": false, "gid": 0, "group": "root", "hash_host": false, "key": "10.31.40.221 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDO79WNAx7mSkmsrMt41zMOjyjTXmA5Q4o++j0yGOvpghWn8Q2y+1S7IqM0/SvahNmOihTqvgpP66ThiI1GsYnR3+Uo2T6ZQCBiLH8CuuDyE1NuXGxVRcatGqbxZfG7ytAtCtIHebOSiiUO/vXmep2qcyQXXPnuZaftteYidubyZNcdnZjvp6NrBfYCOD061hPQD0WYnpKJHzNrYXDIPucY6Xz1JoieArGwxrWRVSc6Vw4VqyG0y2JJluv9hIspKfcX2u7Up0wOXLnEzo4DHp2U03G5vpRo17x1dfKiaK1cqJqhtIunA1p/qZ/SE1dn0IbHfJIile75YYU1q/pHuzGbhf9XPjS37+wj24d75cf1EL4ujifjSTnnH9GZUAHvJM0ggHghaXEWXmCELW+cy9mSdWop/yaW2sqtbUErwVqAd4zq2Ro3Lu8dSFMwPrGs1kRa9dW1UCsllXtrMfUrf64nnRu2CshFjm3oa+ZSBkabmuRoXrkHOxQhWt4Uqg58Xx8= root@ip-10-31-40-221.us-east-1.aws.redhat.com\n", "mode": "0644", "name": "10.31.40.221", "owner": "root", "path": "/etc/ssh/ssh_known_hosts", "secontext": "system_u:object_r:etc_t:s0", "size": 612, "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.kdump : Get mode of /etc/kdump.conf if it exists] *** task path: /WORKDIR/git-weekly-ciouhcgqju/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:21 Saturday 18 May 2024 07:41:45 +0000 (0:00:00.283) 0:00:07.784 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716018072.555217, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "078b0f248ed9a1c476247637bbaafb832300a5ee", "ctime": 1716018071.309255, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 379584773, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1716018071.038263, "nlink": 1, "path": "/etc/kdump.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 104, "uid": 0, "version": "2845875328", "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-ciouhcgqju/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 Saturday 18 May 2024 07:41:46 +0000 (0:00:00.202) 0:00:07.986 ********** Notification for handler Restart kdump has been saved. changed: [sut] => { "backup_file": "/etc/kdump.conf.19320.2024-05-18@07:41:46~", "changed": true, "checksum": "99899e526ba04b02ceba900785d9facd6a8d0a01", "dest": "/etc/kdump.conf", "gid": 0, "group": "root", "md5sum": "5262bdccf2773b557a1e8400234b8d43", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:kdump_etc_t:s0", "size": 121, "src": "/root/.ansible/tmp/ansible-tmp-1716018106.1160498-2170-264248153592549/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.kdump : Find out reserved memory for the crash kernel] *** task path: /WORKDIR/git-weekly-ciouhcgqju/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:34 Saturday 18 May 2024 07:41:46 +0000 (0:00:00.626) 0:00:08.613 ********** ok: [sut] => { "attempts": 1, "changed": false, "content": "MjAxMzI2NTkyCg==", "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-ciouhcgqju/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:40 Saturday 18 May 2024 07:41:46 +0000 (0:00:00.190) 0:00:08.804 ********** 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-ciouhcgqju/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:49 Saturday 18 May 2024 07:41:46 +0000 (0:00:00.014) 0:00:08.818 ********** 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-ciouhcgqju/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:54 Saturday 18 May 2024 07:41:46 +0000 (0:00:00.009) 0:00:08.828 ********** 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-ciouhcgqju/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:59 Saturday 18 May 2024 07:41:46 +0000 (0:00:00.008) 0:00:08.837 ********** 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-ciouhcgqju/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:68 Saturday 18 May 2024 07:41:46 +0000 (0:00:00.009) 0:00:08.847 ********** 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-ciouhcgqju/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:74 Saturday 18 May 2024 07:41:46 +0000 (0:00:00.008) 0:00:08.855 ********** 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-ciouhcgqju/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84 Saturday 18 May 2024 07:41:46 +0000 (0:00:00.009) 0:00:08.864 ********** ok: [sut] => { "changed": false, "name": "kdump", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-05-18 07:41:34 UTC", "ActiveEnterTimestampMonotonic": "817289881", "ActiveExitTimestamp": "Sat 2024-05-18 07:41:12 UTC", "ActiveExitTimestampMonotonic": "795617914", "ActiveState": "active", "After": "network-online.target systemd-journald.socket remote-fs.target network.target system.slice basic.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-05-18 07:41:12 UTC", "AssertTimestampMonotonic": "795641527", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-05-18 07:41:12 UTC", "ConditionTimestampMonotonic": "795641465", "ConfigurationDirectoryMode": "0755", "ControlPID": "0", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2024-05-18 07:41:34 UTC", "ExecMainExitTimestampMonotonic": "817289245", "ExecMainPID": "14954", "ExecMainStartTimestamp": "Sat 2024-05-18 07:41:12 UTC", "ExecMainStartTimestampMonotonic": "795642430", "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-05-18 07:41:12 UTC] ; stop_time=[Sat 2024-05-18 07:41:34 UTC] ; pid=14954 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-05-18 07:41:12 UTC] ; stop_time=[Sat 2024-05-18 07:41:12 UTC] ; pid=14946 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-05-18 07:41:12 UTC", "InactiveEnterTimestampMonotonic": "795640471", "InactiveExitTimestamp": "Sat 2024-05-18 07:41:12 UTC", "InactiveExitTimestampMonotonic": "795642557", "InvocationID": "a3241de8d10e4b0cac982d760b041213", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "kdump.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-05-18 07:41:34 UTC", "StateChangeTimestampMonotonic": "817289881", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [Flush handlers] ********************************************************** task path: /WORKDIR/git-weekly-ciouhcgqju/tests/tests_ssh_reboot.yml:113 Saturday 18 May 2024 07:41:47 +0000 (0:00:00.332) 0:00:09.197 ********** 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-ciouhcgqju/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2 Saturday 18 May 2024 07:41:47 +0000 (0:00:00.002) 0:00:09.200 ********** changed: [sut] => { "changed": true, "name": "kdump", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-05-18 07:41:34 UTC", "ActiveEnterTimestampMonotonic": "817289881", "ActiveExitTimestamp": "Sat 2024-05-18 07:41:12 UTC", "ActiveExitTimestampMonotonic": "795617914", "ActiveState": "active", "After": "network-online.target systemd-journald.socket remote-fs.target network.target system.slice basic.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-05-18 07:41:12 UTC", "AssertTimestampMonotonic": "795641527", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-05-18 07:41:12 UTC", "ConditionTimestampMonotonic": "795641465", "ConfigurationDirectoryMode": "0755", "ControlPID": "0", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2024-05-18 07:41:34 UTC", "ExecMainExitTimestampMonotonic": "817289245", "ExecMainPID": "14954", "ExecMainStartTimestamp": "Sat 2024-05-18 07:41:12 UTC", "ExecMainStartTimestampMonotonic": "795642430", "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-05-18 07:41:12 UTC] ; stop_time=[Sat 2024-05-18 07:41:34 UTC] ; pid=14954 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-05-18 07:41:12 UTC] ; stop_time=[Sat 2024-05-18 07:41:12 UTC] ; pid=14946 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-05-18 07:41:12 UTC", "InactiveEnterTimestampMonotonic": "795640471", "InactiveExitTimestamp": "Sat 2024-05-18 07:41:12 UTC", "InactiveExitTimestampMonotonic": "795642557", "InvocationID": "a3241de8d10e4b0cac982d760b041213", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "kdump.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-05-18 07:41:34 UTC", "StateChangeTimestampMonotonic": "817289881", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [Get the ssh dir for the user] ******************************************** task path: /WORKDIR/git-weekly-ciouhcgqju/tests/tests_ssh_reboot.yml:116 Saturday 18 May 2024 07:42:08 +0000 (0:00:21.387) 0:00:30.587 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716018105.116248, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1716018105.3812404, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 1189, "gr_name": "kdump_ssh_user", "inode": 209715584, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1716018105.3812404, "nlink": 2, "path": "/home/kdump_ssh_user/.ssh", "pw_name": "kdump_ssh_user", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 29, "uid": 1189, "version": "2795173973", "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-ciouhcgqju/tests/tests_ssh_reboot.yml:122 Saturday 18 May 2024 07:42:08 +0000 (0:00:00.214) 0:00:30.802 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716018107.756172, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "c2361f92b3a679849beadf530a503a65627a40a2", "ctime": 1716018105.3832402, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 1189, "gr_name": "kdump_ssh_user", "inode": 213909889, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1716018105.3792403, "nlink": 1, "path": "/home/kdump_ssh_user/.ssh/authorized_keys", "pw_name": "kdump_ssh_user", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 608, "uid": 1189, "version": "3893442678", "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-ciouhcgqju/tests/tests_ssh_reboot.yml:128 Saturday 18 May 2024 07:42:09 +0000 (0:00:00.206) 0:00:31.009 ********** ok: [sut] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEa2kvMFo3T003S2lXd0VOSUl1UThXZEpQR1lNY1puMm1qRkhIRk9QNTZwaENRWldWODlhMUZUS1hwaVNQL2piU3FaQm5VSkZoK1hIRFloVmEybmZPREtSR25YM2F4MVV0Y3pSZm9yNDlodnBUY2JpRktpUTNsM3A1elAvVUVuaS9zUWE2YURRQUdRcVVaeGlGZGdlYjNVNkRmbzRYdDVjTjQ4cFVESFNrUCtYR1YvbnBHNVhxU1Nxbk4xUDV0blZYKzQ0YnNtREMzc2N3dFB1ZHlSenZPTlJPbHhJanZKTEJ6WlBuSlZBZ0d2YytkVm1BamZyK3ZFSGZvYXpwOWhhenlVdjI2QmwwSW1lQkZENGlUWkRjNm9Mb3VpVXFscktTeTBSMzdOek9SVGNqcTlrMCs0NTVxNklCaWZNc1NuRmhEVld0cUVrSUNGRzcwNHJwb3crcncvc0lYSjhrQnpTK2FoelowUHJKaVRrS3lSd1ZFUnhzWTRHUEVQdjNwTG5pejRkVTBSc0NrQVlCSEw4MnpHRHVZdmk3NjFyakxoUTFtWU8vN0swYmRlUTVEa3pSbU0rTG5CT0s4ejdOc2UySnFMUUxiN25paDVHZnRKNjVOeGxYaVhRZnB5R25OVklsNlZVOHh3d0VZVFNMcEY5c09zdE5ORTg0cnkzTHNidms9IHJvb3RAMjRlMTI4N2YtODdiNi00ZDkxLWIxMDEtZGI1ODY2NDk4ZDVmLnRlc3RpbmctZmFybQo=", "encoding": "base64", "source": "/home/kdump_ssh_user/.ssh/authorized_keys" } TASK [Run the role again] ****************************************************** task path: /WORKDIR/git-weekly-ciouhcgqju/tests/tests_ssh_reboot.yml:134 Saturday 18 May 2024 07:42:09 +0000 (0:00:00.195) 0:00:31.205 ********** TASK [fedora.linux_system_roles.kdump : Ensure ansible_facts used by role] ***** task path: /WORKDIR/git-weekly-ciouhcgqju/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:2 Saturday 18 May 2024 07:42:09 +0000 (0:00:00.027) 0:00:31.232 ********** included: /WORKDIR/git-weekly-ciouhcgqju/.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-ciouhcgqju/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:2 Saturday 18 May 2024 07:42:09 +0000 (0:00:00.013) 0:00:31.246 ********** 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-ciouhcgqju/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10 Saturday 18 May 2024 07:42:09 +0000 (0:00:00.013) 0:00:31.260 ********** 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-ciouhcgqju/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:15 Saturday 18 May 2024 07:42:09 +0000 (0:00:00.014) 0:00:31.274 ********** 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-ciouhcgqju/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 Saturday 18 May 2024 07:42:09 +0000 (0:00:00.012) 0:00:31.287 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby iproute kexec-tools openssh-clients TASK [fedora.linux_system_roles.kdump : Ensure that kdump is enabled] ********** task path: /WORKDIR/git-weekly-ciouhcgqju/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 Saturday 18 May 2024 07:42:11 +0000 (0:00:02.516) 0:00:33.804 ********** ok: [sut] => { "changed": false, "enabled": true, "name": "kdump", "status": { "ActiveEnterTimestamp": "Sat 2024-05-18 07:42:08 UTC", "ActiveEnterTimestampMonotonic": "851755449", "ActiveExitTimestamp": "Sat 2024-05-18 07:41:47 UTC", "ActiveExitTimestampMonotonic": "830716918", "ActiveState": "active", "After": "network-online.target systemd-journald.socket remote-fs.target network.target system.slice basic.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-05-18 07:41:47 UTC", "AssertTimestampMonotonic": "830740924", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-05-18 07:41:47 UTC", "ConditionTimestampMonotonic": "830740897", "ConfigurationDirectoryMode": "0755", "ControlPID": "0", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2024-05-18 07:42:08 UTC", "ExecMainExitTimestampMonotonic": "851754881", "ExecMainPID": "19421", "ExecMainStartTimestamp": "Sat 2024-05-18 07:41:47 UTC", "ExecMainStartTimestampMonotonic": "830742119", "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-05-18 07:41:47 UTC] ; stop_time=[Sat 2024-05-18 07:42:08 UTC] ; pid=19421 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-05-18 07:41:47 UTC] ; stop_time=[Sat 2024-05-18 07:41:47 UTC] ; pid=19412 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-05-18 07:41:47 UTC", "InactiveEnterTimestampMonotonic": "830739905", "InactiveExitTimestamp": "Sat 2024-05-18 07:41:47 UTC", "InactiveExitTimestampMonotonic": "830742163", "InvocationID": "56cc2af8ce1446deb504d0103ee39582", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "kdump.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-05-18 07:42:08 UTC", "StateChangeTimestampMonotonic": "851755449", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.kdump : Include SSH tasks] ********************* task path: /WORKDIR/git-weekly-ciouhcgqju/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:16 Saturday 18 May 2024 07:42:12 +0000 (0:00:00.348) 0:00:34.153 ********** included: /WORKDIR/git-weekly-ciouhcgqju/.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-ciouhcgqju/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 Saturday 18 May 2024 07:42:12 +0000 (0:00:00.030) 0:00:34.183 ********** 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-ciouhcgqju/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 Saturday 18 May 2024 07:42:12 +0000 (0:00:00.201) 0:00:34.384 ********** ok: [sut] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEa2kvMFo3T003S2lXd0VOSUl1UThXZEpQR1lNY1puMm1qRkhIRk9QNTZwaENRWldWODlhMUZUS1hwaVNQL2piU3FaQm5VSkZoK1hIRFloVmEybmZPREtSR25YM2F4MVV0Y3pSZm9yNDlodnBUY2JpRktpUTNsM3A1elAvVUVuaS9zUWE2YURRQUdRcVVaeGlGZGdlYjNVNkRmbzRYdDVjTjQ4cFVESFNrUCtYR1YvbnBHNVhxU1Nxbk4xUDV0blZYKzQ0YnNtREMzc2N3dFB1ZHlSenZPTlJPbHhJanZKTEJ6WlBuSlZBZ0d2YytkVm1BamZyK3ZFSGZvYXpwOWhhenlVdjI2QmwwSW1lQkZENGlUWkRjNm9Mb3VpVXFscktTeTBSMzdOek9SVGNqcTlrMCs0NTVxNklCaWZNc1NuRmhEVld0cUVrSUNGRzcwNHJwb3crcncvc0lYSjhrQnpTK2FoelowUHJKaVRrS3lSd1ZFUnhzWTRHUEVQdjNwTG5pejRkVTBSc0NrQVlCSEw4MnpHRHVZdmk3NjFyakxoUTFtWU8vN0swYmRlUTVEa3pSbU0rTG5CT0s4ejdOc2UySnFMUUxiN25paDVHZnRKNjVOeGxYaVhRZnB5R25OVklsNlZVOHh3d0VZVFNMcEY5c09zdE5ORTg0cnkzTHNidms9IHJvb3RAMjRlMTI4N2YtODdiNi00ZDkxLWIxMDEtZGI1ODY2NDk4ZDVmLnRlc3RpbmctZmFybQo=", "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-ciouhcgqju/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:19 Saturday 18 May 2024 07:42:12 +0000 (0:00:00.200) 0:00:34.584 ********** 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-ciouhcgqju/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:25 Saturday 18 May 2024 07:42:12 +0000 (0:00:00.246) 0:00:34.831 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716018105.116248, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1716018105.3812404, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 1189, "gr_name": "kdump_ssh_user", "inode": 209715584, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1716018105.3812404, "nlink": 2, "path": "/home/kdump_ssh_user/.ssh", "pw_name": "kdump_ssh_user", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 29, "uid": 1189, "version": "2795173973", "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-ciouhcgqju/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:30 Saturday 18 May 2024 07:42:13 +0000 (0:00:00.201) 0:00:35.032 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716018107.756172, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "c2361f92b3a679849beadf530a503a65627a40a2", "ctime": 1716018105.3832402, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 1189, "gr_name": "kdump_ssh_user", "inode": 213909889, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1716018105.3792403, "nlink": 1, "path": "/home/kdump_ssh_user/.ssh/authorized_keys", "pw_name": "kdump_ssh_user", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 608, "uid": 1189, "version": "3893442678", "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-ciouhcgqju/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35 Saturday 18 May 2024 07:42:13 +0000 (0:00:00.207) 0:00:35.239 ********** 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": 29, "state": "directory", "uid": 1189 } TASK [fedora.linux_system_roles.kdump : Write new authorized_keys if needed] *** task path: /WORKDIR/git-weekly-ciouhcgqju/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 Saturday 18 May 2024 07:42:13 +0000 (0:00:00.208) 0:00:35.448 ********** ok: [sut] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.kdump : Fetch the servers public key] ********** task path: /WORKDIR/git-weekly-ciouhcgqju/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:53 Saturday 18 May 2024 07:42:13 +0000 (0:00:00.203) 0:00:35.651 ********** ok: [sut] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FETzc5V05BeDdtU2ttc3JNdDQxek1PanlqVFhtQTVRNG8rK2oweUdPdnBnaFduOFEyeSsxUzdJcU0wL1N2YWhObU9paFRxdmdwUDY2VGhpSTFHc1luUjMrVW8yVDZaUUNCaUxIOEN1dUR5RTFOdVhHeFZSY2F0R3FieFpmRzd5dEF0Q3RJSGViT1NpaVVPL3ZYbWVwMnFjeVFYWFBudVphZnR0ZVlpZHVieVpOY2RuWmp2cDZOckJmWUNPRDA2MWhQUUQwV1lucEtKSHpOcllYRElQdWNZNlh6MUpvaWVBckd3eHJXUlZTYzZWdzRWcXlHMHkySkpsdXY5aElzcEtmY1gydTdVcDB3T1hMbkV6bzRESHAyVTAzRzV2cFJvMTd4MWRmS2lhSzFjcUpxaHRJdW5BMXAvcVovU0UxZG4wSWJIZkpJaWxlNzVZWVUxcS9wSHV6R2JoZjlYUGpTMzcrd2oyNGQ3NWNmMUVMNHVqaWZqU1Rubkg5R1pVQUh2Sk0wZ2dIZ2hhWEVXWG1DRUxXK2N5OW1TZFdvcC95YVcyc3F0YlVFcndWcUFkNHpxMlJvM0x1OGRTRk13UHJHczFrUmE5ZFcxVUNzbGxYdHJNZlVyZjY0bm5SdTJDc2hGam0zb2ErWlNCa2FibXVSb1hya0hPeFFoV3Q0VXFnNThYeDg9IHJvb3RAaXAtMTAtMzEtNDAtMjIxLnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "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-ciouhcgqju/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:59 Saturday 18 May 2024 07:42:13 +0000 (0:00:00.189) 0:00:35.840 ********** ok: [sut] => { "changed": false, "gid": 0, "group": "root", "hash_host": false, "key": "10.31.40.221 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDO79WNAx7mSkmsrMt41zMOjyjTXmA5Q4o++j0yGOvpghWn8Q2y+1S7IqM0/SvahNmOihTqvgpP66ThiI1GsYnR3+Uo2T6ZQCBiLH8CuuDyE1NuXGxVRcatGqbxZfG7ytAtCtIHebOSiiUO/vXmep2qcyQXXPnuZaftteYidubyZNcdnZjvp6NrBfYCOD061hPQD0WYnpKJHzNrYXDIPucY6Xz1JoieArGwxrWRVSc6Vw4VqyG0y2JJluv9hIspKfcX2u7Up0wOXLnEzo4DHp2U03G5vpRo17x1dfKiaK1cqJqhtIunA1p/qZ/SE1dn0IbHfJIile75YYU1q/pHuzGbhf9XPjS37+wj24d75cf1EL4ujifjSTnnH9GZUAHvJM0ggHghaXEWXmCELW+cy9mSdWop/yaW2sqtbUErwVqAd4zq2Ro3Lu8dSFMwPrGs1kRa9dW1UCsllXtrMfUrf64nnRu2CshFjm3oa+ZSBkabmuRoXrkHOxQhWt4Uqg58Xx8= root@ip-10-31-40-221.us-east-1.aws.redhat.com\n", "mode": "0644", "name": "10.31.40.221", "owner": "root", "path": "/etc/ssh/ssh_known_hosts", "secontext": "system_u:object_r:etc_t:s0", "size": 612, "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.kdump : Get mode of /etc/kdump.conf if it exists] *** task path: /WORKDIR/git-weekly-ciouhcgqju/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:21 Saturday 18 May 2024 07:42:14 +0000 (0:00:00.219) 0:00:36.060 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716018107.6541748, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "99899e526ba04b02ceba900785d9facd6a8d0a01", "ctime": 1716018106.6552036, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 222298497, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1716018106.3862114, "nlink": 1, "path": "/etc/kdump.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 121, "uid": 0, "version": "2499972653", "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-ciouhcgqju/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 Saturday 18 May 2024 07:42:14 +0000 (0:00:00.200) 0:00:36.261 ********** ok: [sut] => { "changed": false, "checksum": "99899e526ba04b02ceba900785d9facd6a8d0a01", "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": 121, "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.kdump : Find out reserved memory for the crash kernel] *** task path: /WORKDIR/git-weekly-ciouhcgqju/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:34 Saturday 18 May 2024 07:42:14 +0000 (0:00:00.495) 0:00:36.756 ********** ok: [sut] => { "attempts": 1, "changed": false, "content": "MjAxMzI2NTkyCg==", "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-ciouhcgqju/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:40 Saturday 18 May 2024 07:42:15 +0000 (0:00:00.195) 0:00:36.951 ********** 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-ciouhcgqju/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:49 Saturday 18 May 2024 07:42:15 +0000 (0:00:00.014) 0:00:36.966 ********** 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-ciouhcgqju/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:54 Saturday 18 May 2024 07:42:15 +0000 (0:00:00.010) 0:00:36.976 ********** 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-ciouhcgqju/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:59 Saturday 18 May 2024 07:42:15 +0000 (0:00:00.009) 0:00:36.986 ********** 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-ciouhcgqju/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:68 Saturday 18 May 2024 07:42:15 +0000 (0:00:00.012) 0:00:36.998 ********** 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-ciouhcgqju/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:74 Saturday 18 May 2024 07:42:15 +0000 (0:00:00.012) 0:00:37.010 ********** 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-ciouhcgqju/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84 Saturday 18 May 2024 07:42:15 +0000 (0:00:00.010) 0:00:37.021 ********** ok: [sut] => { "changed": false, "name": "kdump", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-05-18 07:42:08 UTC", "ActiveEnterTimestampMonotonic": "851755449", "ActiveExitTimestamp": "Sat 2024-05-18 07:41:47 UTC", "ActiveExitTimestampMonotonic": "830716918", "ActiveState": "active", "After": "network-online.target systemd-journald.socket remote-fs.target network.target system.slice basic.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-05-18 07:41:47 UTC", "AssertTimestampMonotonic": "830740924", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-05-18 07:41:47 UTC", "ConditionTimestampMonotonic": "830740897", "ConfigurationDirectoryMode": "0755", "ControlPID": "0", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2024-05-18 07:42:08 UTC", "ExecMainExitTimestampMonotonic": "851754881", "ExecMainPID": "19421", "ExecMainStartTimestamp": "Sat 2024-05-18 07:41:47 UTC", "ExecMainStartTimestampMonotonic": "830742119", "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-05-18 07:41:47 UTC] ; stop_time=[Sat 2024-05-18 07:42:08 UTC] ; pid=19421 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-05-18 07:41:47 UTC] ; stop_time=[Sat 2024-05-18 07:41:47 UTC] ; pid=19412 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-05-18 07:41:47 UTC", "InactiveEnterTimestampMonotonic": "830739905", "InactiveExitTimestamp": "Sat 2024-05-18 07:41:47 UTC", "InactiveExitTimestampMonotonic": "830742163", "InvocationID": "56cc2af8ce1446deb504d0103ee39582", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "kdump.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-05-18 07:42:08 UTC", "StateChangeTimestampMonotonic": "851755449", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [Get the authorized_keys contents after] ********************************** task path: /WORKDIR/git-weekly-ciouhcgqju/tests/tests_ssh_reboot.yml:138 Saturday 18 May 2024 07:42:15 +0000 (0:00:00.337) 0:00:37.358 ********** ok: [sut] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEa2kvMFo3T003S2lXd0VOSUl1UThXZEpQR1lNY1puMm1qRkhIRk9QNTZwaENRWldWODlhMUZUS1hwaVNQL2piU3FaQm5VSkZoK1hIRFloVmEybmZPREtSR25YM2F4MVV0Y3pSZm9yNDlodnBUY2JpRktpUTNsM3A1elAvVUVuaS9zUWE2YURRQUdRcVVaeGlGZGdlYjNVNkRmbzRYdDVjTjQ4cFVESFNrUCtYR1YvbnBHNVhxU1Nxbk4xUDV0blZYKzQ0YnNtREMzc2N3dFB1ZHlSenZPTlJPbHhJanZKTEJ6WlBuSlZBZ0d2YytkVm1BamZyK3ZFSGZvYXpwOWhhenlVdjI2QmwwSW1lQkZENGlUWkRjNm9Mb3VpVXFscktTeTBSMzdOek9SVGNqcTlrMCs0NTVxNklCaWZNc1NuRmhEVld0cUVrSUNGRzcwNHJwb3crcncvc0lYSjhrQnpTK2FoelowUHJKaVRrS3lSd1ZFUnhzWTRHUEVQdjNwTG5pejRkVTBSc0NrQVlCSEw4MnpHRHVZdmk3NjFyakxoUTFtWU8vN0swYmRlUTVEa3pSbU0rTG5CT0s4ejdOc2UySnFMUUxiN25paDVHZnRKNjVOeGxYaVhRZnB5R25OVklsNlZVOHh3d0VZVFNMcEY5c09zdE5ORTg0cnkzTHNidms9IHJvb3RAMjRlMTI4N2YtODdiNi00ZDkxLWIxMDEtZGI1ODY2NDk4ZDVmLnRlc3RpbmctZmFybQo=", "encoding": "base64", "source": "/home/kdump_ssh_user/.ssh/authorized_keys" } TASK [Assert no changes to authorized_keys] ************************************ task path: /WORKDIR/git-weekly-ciouhcgqju/tests/tests_ssh_reboot.yml:144 Saturday 18 May 2024 07:42:15 +0000 (0:00:00.190) 0:00:37.548 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get the ssh dir for the user after] ************************************** task path: /WORKDIR/git-weekly-ciouhcgqju/tests/tests_ssh_reboot.yml:148 Saturday 18 May 2024 07:42:15 +0000 (0:00:00.010) 0:00:37.559 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716018105.116248, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1716018105.3812404, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 1189, "gr_name": "kdump_ssh_user", "inode": 209715584, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1716018105.3812404, "nlink": 2, "path": "/home/kdump_ssh_user/.ssh", "pw_name": "kdump_ssh_user", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 29, "uid": 1189, "version": "2795173973", "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-ciouhcgqju/tests/tests_ssh_reboot.yml:154 Saturday 18 May 2024 07:42:15 +0000 (0:00:00.199) 0:00:37.758 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Delete user] ************************************************************* task path: /WORKDIR/git-weekly-ciouhcgqju/tests/tests_ssh_reboot.yml:161 Saturday 18 May 2024 07:42:15 +0000 (0:00:00.012) 0:00:37.771 ********** 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-ciouhcgqju/tests/tests_ssh_reboot.yml:168 Saturday 18 May 2024 07:42:16 +0000 (0:00:00.305) 0:00:38.076 ********** 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 18 May 2024 07:42:16 +0000 (0:00:00.203) 0:00:38.280 ********** =============================================================================== fedora.linux_system_roles.kdump : Restart kdump ------------------------ 21.39s /WORKDIR/git-weekly-ciouhcgqju/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2 fedora.linux_system_roles.kdump : Install required packages ------------- 2.61s /WORKDIR/git-weekly-ciouhcgqju/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 fedora.linux_system_roles.kdump : Install required packages ------------- 2.52s /WORKDIR/git-weekly-ciouhcgqju/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 Gathering Facts --------------------------------------------------------- 0.99s /WORKDIR/git-weekly-ciouhcgqju/tests/tests_ssh_reboot.yml:2 ------------------- Gather facts from sut --------------------------------------------------- 0.66s /WORKDIR/git-weekly-ciouhcgqju/tests/tests_ssh_reboot.yml:58 ------------------ fedora.linux_system_roles.kdump : Generate /etc/kdump.conf -------------- 0.63s /WORKDIR/git-weekly-ciouhcgqju/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 fedora.linux_system_roles.kdump : Ensure that kdump is enabled ---------- 0.51s /WORKDIR/git-weekly-ciouhcgqju/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 fedora.linux_system_roles.kdump : Generate /etc/kdump.conf -------------- 0.50s /WORKDIR/git-weekly-ciouhcgqju/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 Create a kdump user on kdump_ssh_server --------------------------------- 0.45s /WORKDIR/git-weekly-ciouhcgqju/tests/tests_ssh_reboot.yml:63 ------------------ fedora.linux_system_roles.kdump : Ensure that kdump is enabled ---------- 0.35s /WORKDIR/git-weekly-ciouhcgqju/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 fedora.linux_system_roles.kdump : Ensure that kdump is started ---------- 0.34s /WORKDIR/git-weekly-ciouhcgqju/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84 fedora.linux_system_roles.kdump : Ensure that kdump is started ---------- 0.33s /WORKDIR/git-weekly-ciouhcgqju/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84 Delete user ------------------------------------------------------------- 0.31s /WORKDIR/git-weekly-ciouhcgqju/tests/tests_ssh_reboot.yml:161 ----------------- fedora.linux_system_roles.kdump : Add the servers public key to known_hosts on managed node --- 0.28s /WORKDIR/git-weekly-ciouhcgqju/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:59 fedora.linux_system_roles.kdump : Ensure ssh directory for authorized_keys if needed --- 0.27s /WORKDIR/git-weekly-ciouhcgqju/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35 fedora.linux_system_roles.kdump : Write new authorized_keys if needed --- 0.27s /WORKDIR/git-weekly-ciouhcgqju/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 Check if system is ostree ----------------------------------------------- 0.26s /WORKDIR/git-weekly-ciouhcgqju/tests/tests_ssh_reboot.yml:96 ------------------ fedora.linux_system_roles.kdump : Create key if it does not exist ------- 0.25s /WORKDIR/git-weekly-ciouhcgqju/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 fedora.linux_system_roles.kdump : Get userinfo for kdump_ssh_user ------- 0.25s /WORKDIR/git-weekly-ciouhcgqju/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:19 fedora.linux_system_roles.kdump : Get userinfo for kdump_ssh_user ------- 0.25s /WORKDIR/git-weekly-ciouhcgqju/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:19 ---^---^---^---^---^--- # 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. ---^---^---^---^---^---