# 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-cislwfw1pn/.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-cislwfw1pn/tests/tests_ssh_reboot.yml PLAY [Ensure that the rule runs with ssh] ************************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-cislwfw1pn/tests/tests_ssh_reboot.yml:2 Saturday 27 January 2024 07:34:08 +0000 (0:00:00.011) 0:00:00.011 ****** ok: [sut] TASK [Gather facts from sut] *************************************************** task path: /WORKDIR/git-weekly-cislwfw1pn/tests/tests_ssh_reboot.yml:58 Saturday 27 January 2024 07:34:09 +0000 (0:00:00.878) 0:00:00.890 ****** ok: [sut] TASK [Create a kdump user on kdump_ssh_server] ********************************* task path: /WORKDIR/git-weekly-cislwfw1pn/tests/tests_ssh_reboot.yml:63 Saturday 27 January 2024 07:34:10 +0000 (0:00:00.727) 0:00:01.617 ****** 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-cislwfw1pn/tests/tests_ssh_reboot.yml:70 Saturday 27 January 2024 07:34:11 +0000 (0:00:00.532) 0:00:02.150 ****** 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-cislwfw1pn/tests/tests_ssh_reboot.yml:76 Saturday 27 January 2024 07:34:11 +0000 (0:00:00.011) 0:00:02.161 ****** skipping: [sut] => { "false_condition": "ansible_distribution in ['CentOS','RedHat']" } TASK [Skip the test on EL 6 when control node == managed node] ***************** task path: /WORKDIR/git-weekly-cislwfw1pn/tests/tests_ssh_reboot.yml:86 Saturday 27 January 2024 07:34:11 +0000 (0:00:00.008) 0:00:02.170 ****** 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-cislwfw1pn/tests/tests_ssh_reboot.yml:96 Saturday 27 January 2024 07:34:11 +0000 (0:00:00.003) 0:00:02.174 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-cislwfw1pn/tests/tests_ssh_reboot.yml:101 Saturday 27 January 2024 07:34:11 +0000 (0:00:00.257) 0:00:02.432 ****** ok: [sut] => { "ansible_facts": { "__kdump_is_ostree": false }, "changed": false } TASK [Skip the test on ostree systems] ***************************************** task path: /WORKDIR/git-weekly-cislwfw1pn/tests/tests_ssh_reboot.yml:105 Saturday 27 January 2024 07:34:11 +0000 (0:00:00.012) 0:00:02.444 ****** 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-cislwfw1pn/tests/tests_ssh_reboot.yml:109 Saturday 27 January 2024 07:34:11 +0000 (0:00:00.015) 0:00:02.459 ****** TASK [fedora.linux_system_roles.kdump : Ensure ansible_facts used by role] ***** task path: /WORKDIR/git-weekly-cislwfw1pn/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:2 Saturday 27 January 2024 07:34:11 +0000 (0:00:00.031) 0:00:02.490 ****** included: /WORKDIR/git-weekly-cislwfw1pn/.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-cislwfw1pn/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:2 Saturday 27 January 2024 07:34:11 +0000 (0:00:00.030) 0:00:02.521 ****** 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-cislwfw1pn/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10 Saturday 27 January 2024 07:34:11 +0000 (0:00:00.022) 0:00:02.543 ****** 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-cislwfw1pn/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:15 Saturday 27 January 2024 07:34:11 +0000 (0:00:00.019) 0:00:02.562 ****** 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-cislwfw1pn/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 Saturday 27 January 2024 07:34:11 +0000 (0:00:00.011) 0:00:02.574 ****** 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-cislwfw1pn/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 Saturday 27 January 2024 07:34:13 +0000 (0:00:02.269) 0:00:04.844 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "kdump", "status": { "AccessSELinuxContext": "system_u:object_r:kdump_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "systemd-journald.socket remote-fs.target network.target network-online.target basic.target system.slice", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "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 cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "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 }", "ExecReloadEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; flags= ; 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=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "14780", "LimitNPROCSoft": "14780", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14780", "LimitSIGPENDINGSoft": "14780", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "kdump.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "system.slice", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "4434", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "infinity", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.kdump : Include SSH tasks] ********************* task path: /WORKDIR/git-weekly-cislwfw1pn/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:16 Saturday 27 January 2024 07:34:14 +0000 (0:00:00.513) 0:00:05.357 ****** included: /WORKDIR/git-weekly-cislwfw1pn/.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-cislwfw1pn/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 Saturday 27 January 2024 07:34:14 +0000 (0:00:00.026) 0:00:05.384 ****** 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-cislwfw1pn/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 Saturday 27 January 2024 07:34:14 +0000 (0:00:00.255) 0:00:05.639 ****** ok: [sut] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDZEhlcEI2SlBFNXBMN3Z5Tm94T2NwM0FCZHdSSkorN3QwaTkybVdmdDFLTDVWOUx6NEtsNkJNZDkvSE83djJ5dzdQbit4VVhVR1pHWmVEU2NnZEJiOU1kejZDVHEzcW5yc0VqU3cvaEgxNFpjNThYc0RMSjhpKzg2WmRZSmR4Nm9UWUdSQXRjYmsxY0RkTGJBOEFQK0FCUHdqZGQrQ2VrdnRvdDlVY0hGeTRpUkVQeWFjWDVhU2kzdVowL0pnbnZXK2tmWE9ySWl1VHVrZjUyRTl2Z1lPVlJSUHVBc2NtVmpOUDd3UE9uMUlwSHNYbDl4Umk5TXFxUEkvMHBNYjBNRmRCcjVoV3dXYVJFUnRGOWVIOEV3Y2syODFGbHRJN0pEMFd4Yk8zZ0c0aXNxWDZBVno1dXdod2dBS3ZzVnZvTFJOS0NMc0hNSVV3SnZpc2dvTDdJNHoyWXBNdlhxL1k5RmRsWnpuNnJSemZUNnJPcXRHWUt1ZnJMV3Vnbi9oNVVvd3Azd2hZaE16STVORlBNZit2VVdJb3hjRG9RTmxYNmpud01IOHE0bUt6Q2JvK1hkUDB1NGlrcnZTc0R1U3JJMmUwUHhJNWJqR1hmSHNIUEFHejMrQUlUMDRyZzMwcnZzdnpMNlFRWGZsUE9MUzBXbzIvZFg2MmpJZVlST3k0Sjg9IHJvb3RAYjRkMDliM2QtMTNhZS00NTM1LWI0YTQtNmFhMGQzODE2OGNhLnRlc3RpbmctZmFybQo=", "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-cislwfw1pn/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:19 Saturday 27 January 2024 07:34:14 +0000 (0:00:00.254) 0:00:05.893 ****** 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-cislwfw1pn/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:25 Saturday 27 January 2024 07:34:15 +0000 (0:00:00.253) 0:00:06.147 ****** 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-cislwfw1pn/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:30 Saturday 27 January 2024 07:34:15 +0000 (0:00:00.201) 0:00:06.348 ****** 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-cislwfw1pn/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35 Saturday 27 January 2024 07:34:15 +0000 (0:00:00.203) 0:00:06.552 ****** 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-cislwfw1pn/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 Saturday 27 January 2024 07:34:15 +0000 (0:00:00.277) 0:00:06.829 ****** 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-cislwfw1pn/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:53 Saturday 27 January 2024 07:34:16 +0000 (0:00:00.270) 0:00:07.099 ****** ok: [sut] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEY1pxbUtLaitzQ2hjNHBmUGdGR3Z5Z21xZ2hnUnJ5OHpwekJOTE5uT2pMdXpZcW5IbGozNjFESTArSm1aOEJROHd4WlpIWFVBaXhLK3JkcE5QSC8wOC83aHNZSzRyS29Ra2N4eE5Rc1I1QkMwelZXazc2K09iRG10YUFkVWZvb01oNVhoVTZpemh4Q3AxMitCcm1wSEt5L1dCMXUyTTQ4V0lrZFg5Sm14NjJMMTl2ZEI1MWp1NnVsU002eUlhWnkzVjJQWnNGVkdEY09QeXNOTndFY3g2WHV4RjMyN1hiRDZ0N2JPQWU5N0xza3JEalBSQUdMbkxESkJhYnUwRlhMcmlWUE42Y09OQ3U1R1NEdTNPdG83YWpxQXF0UEtnSWFqaWdHWmtLVlZidTFWQ2JGQUFudVV2UXcza1BENldQbCtzVmtjVTlVMnBUa3oxVmM1Tm16ak9UREFoNFluVzBKdVJaV1NMbkErNkpIVnd4VStCbTdRaTRMNXRvTjlESTNDY09NMmF5UG8vRlMyNmNGcTUwSlozWHZ4RUVVTnFYS3Flb0R2SW5aZlgrcFRsVEJoY25PQkl2VjZ6bTlNR0FXeWpVUmpubkFRcGRMVVFlMU9EQys4WGJBc1pqQ3I3dVU1SzB1RFFxZmsyODQyY1FrczZHRW1WbnNPakRlNUk4SnM9IHJvb3RAaXAtMTAtMzEtMTItMTM3LnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "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-cislwfw1pn/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:59 Saturday 27 January 2024 07:34:16 +0000 (0:00:00.197) 0:00:07.297 ****** ok: [sut] => { "changed": false, "gid": 0, "group": "root", "hash_host": false, "key": "10.31.12.137 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDcZqmKKj+sChc4pfPgFGvygmqghgRry8zpzBNLNnOjLuzYqnHlj361DI0+JmZ8BQ8wxZZHXUAixK+rdpNPH/08/7hsYK4rKoQkcxxNQsR5BC0zVWk76+ObDmtaAdUfooMh5XhU6izhxCp12+BrmpHKy/WB1u2M48WIkdX9Jmx62L19vdB51ju6ulSM6yIaZy3V2PZsFVGDcOPysNNwEcx6XuxF327XbD6t7bOAe97LskrDjPRAGLnLDJBabu0FXLriVPN6cONCu5GSDu3Oto7ajqAqtPKgIajigGZkKVVbu1VCbFAAnuUvQw3kPD6WPl+sVkcU9U2pTkz1Vc5NmzjOTDAh4YnW0JuRZWSLnA+6JHVwxU+Bm7Qi4L5toN9DI3CcOM2ayPo/FS26cFq50JZ3XvxEEUNqXKqeoDvInZfX+pTlTBhcnOBIvV6zm9MGAWyjURjnnAQpdLUQe1ODC+8XbAsZjCr7uU5K0uDQqfk2842cQks6GEmVnsOjDe5I8Js= root@ip-10-31-12-137.us-east-1.aws.redhat.com\n", "mode": "0644", "name": "10.31.12.137", "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-cislwfw1pn/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:21 Saturday 27 January 2024 07:34:16 +0000 (0:00:00.288) 0:00:07.585 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1706340841.195384, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "5660fa93e1d0a01a34c66d97307eff26de7d5214", "ctime": 1706340841.2023835, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 262505, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1706340840.9193957, "nlink": 1, "path": "/etc/kdump.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 138, "uid": 0, "version": "2348653790", "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-cislwfw1pn/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 Saturday 27 January 2024 07:34:16 +0000 (0:00:00.213) 0:00:07.799 ****** Notification for handler Restart kdump has been saved. changed: [sut] => { "backup_file": "/etc/kdump.conf.8928.2024-01-27@07:34:17~", "changed": true, "checksum": "2143ec48ed3e38757a106c091ac797d95942c507", "dest": "/etc/kdump.conf", "gid": 0, "group": "root", "md5sum": "839b1d61aede4b08b7b4584f97f8800d", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:kdump_etc_t:s0", "size": 155, "src": "/root/.ansible/tmp/ansible-tmp-1706340856.7527363-2754-59278091147509/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.kdump : Find out reserved memory for the crash kernel] *** task path: /WORKDIR/git-weekly-cislwfw1pn/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:34 Saturday 27 January 2024 07:34:17 +0000 (0:00:00.640) 0:00:08.439 ****** ok: [sut] => { "attempts": 1, "changed": false, "content": "MAo=", "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-cislwfw1pn/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:40 Saturday 27 January 2024 07:34:17 +0000 (0:00:00.205) 0:00:08.645 ****** ok: [sut] => { "ansible_facts": { "kdump_reboot_required": true }, "changed": false } TASK [fedora.linux_system_roles.kdump : Use kdumpctl reset-crashkernel if needed] *** task path: /WORKDIR/git-weekly-cislwfw1pn/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:49 Saturday 27 January 2024 07:34:17 +0000 (0:00:00.012) 0:00:08.657 ****** changed: [sut] => { "changed": true, "cmd": [ "kdumpctl", "reset-crashkernel", "--kernel=ALL" ], "delta": "0:00:00.380095", "end": "2024-01-27 07:34:18.139957", "rc": 0, "start": "2024-01-27 07:34:17.759862" } TASK [fedora.linux_system_roles.kdump : Use grubby to update crashkernel=auto if needed] *** task path: /WORKDIR/git-weekly-cislwfw1pn/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:54 Saturday 27 January 2024 07:34:18 +0000 (0:00:00.585) 0:00:09.243 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_facts['distribution_major_version'] | int <= 8", "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-cislwfw1pn/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:59 Saturday 27 January 2024 07:34:18 +0000 (0:00:00.011) 0:00:09.254 ****** skipping: [sut] => { "changed": false, "false_condition": "not kdump_reboot_ok", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Reboot the managed node] *************** task path: /WORKDIR/git-weekly-cislwfw1pn/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:68 Saturday 27 January 2024 07:34:18 +0000 (0:00:00.008) 0:00:09.262 ****** changed: [sut] => { "changed": true, "elapsed": 44, "rebooted": true } TASK [fedora.linux_system_roles.kdump : Clear the kdump_reboot_required flag] *** task path: /WORKDIR/git-weekly-cislwfw1pn/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:74 Saturday 27 January 2024 07:35:03 +0000 (0:00:45.407) 0:00:54.670 ****** ok: [sut] => { "ansible_facts": { "kdump_reboot_required": false }, "changed": false } TASK [fedora.linux_system_roles.kdump : Ensure that kdump is started] ********** task path: /WORKDIR/git-weekly-cislwfw1pn/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84 Saturday 27 January 2024 07:35:03 +0000 (0:00:00.011) 0:00:54.681 ****** ok: [sut] => { "changed": false, "name": "kdump", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:kdump_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "activating", "After": "system.slice basic.target network-online.target systemd-journald.socket network.target remote-fs.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-27 07:34:59 UTC", "AssertTimestampMonotonic": "12872693", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "1809576000", "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 cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-27 07:34:59 UTC", "ConditionTimestampMonotonic": "12872617", "ConfigurationDirectoryMode": "0755", "ControlGroup": "/system.slice/kdump.service", "ControlGroupId": "3257", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "703", "ExecMainStartTimestamp": "Sat 2024-01-27 07:34:59 UTC", "ExecMainStartTimestampMonotonic": "12876174", "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 }", "ExecReloadEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; flags= ; 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-01-27 07:34:59 UTC] ; stop_time=[n/a] ; pid=703 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; flags= ; start_time=[Sat 2024-01-27 07:34:59 UTC] ; stop_time=[n/a] ; pid=703 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-01-27 07:34:59 UTC", "InactiveExitTimestampMonotonic": "12876435", "InvocationID": "20bdb3695dec48d1adfb6d024632af8a", "Job": "243", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "14012", "LimitNPROCSoft": "14012", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14012", "LimitSIGPENDINGSoft": "14012", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "703", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "49610752", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "kdump.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "system.slice", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-27 07:34:59 UTC", "StateChangeTimestampMonotonic": "12876435", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "start", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "6", "TasksMax": "4203", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "infinity", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network-online.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [Flush handlers] ********************************************************** task path: /WORKDIR/git-weekly-cislwfw1pn/tests/tests_ssh_reboot.yml:113 Saturday 27 January 2024 07:35:04 +0000 (0:00:00.499) 0:00:55.181 ****** 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-cislwfw1pn/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2 Saturday 27 January 2024 07:35:04 +0000 (0:00:00.003) 0:00:55.184 ****** changed: [sut] => { "changed": true, "name": "kdump", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:kdump_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "activating", "After": "system.slice basic.target network-online.target systemd-journald.socket network.target remote-fs.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-27 07:34:59 UTC", "AssertTimestampMonotonic": "12872693", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "2057700000", "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 cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-27 07:34:59 UTC", "ConditionTimestampMonotonic": "12872617", "ConfigurationDirectoryMode": "0755", "ControlGroup": "/system.slice/kdump.service", "ControlGroupId": "3257", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "703", "ExecMainStartTimestamp": "Sat 2024-01-27 07:34:59 UTC", "ExecMainStartTimestampMonotonic": "12876174", "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 }", "ExecReloadEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; flags= ; 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-01-27 07:34:59 UTC] ; stop_time=[n/a] ; pid=703 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; flags= ; start_time=[Sat 2024-01-27 07:34:59 UTC] ; stop_time=[n/a] ; pid=703 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-01-27 07:34:59 UTC", "InactiveExitTimestampMonotonic": "12876435", "InvocationID": "20bdb3695dec48d1adfb6d024632af8a", "Job": "243", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "14012", "LimitNPROCSoft": "14012", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14012", "LimitSIGPENDINGSoft": "14012", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "703", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "53182464", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "kdump.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "system.slice", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-27 07:34:59 UTC", "StateChangeTimestampMonotonic": "12876435", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "start", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "7", "TasksMax": "4203", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "infinity", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network-online.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [Get the ssh dir for the user] ******************************************** task path: /WORKDIR/git-weekly-cislwfw1pn/tests/tests_ssh_reboot.yml:116 Saturday 27 January 2024 07:35:19 +0000 (0:00:15.380) 0:01:10.565 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1706340855.727766, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1706340855.9977546, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 1189, "gr_name": "kdump_ssh_user", "inode": 262508, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1706340855.9977546, "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": "2182985064", "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-cislwfw1pn/tests/tests_ssh_reboot.yml:122 Saturday 27 January 2024 07:35:19 +0000 (0:00:00.216) 0:01:10.781 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1706340900.5063684, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "65b13e588efdf04c7aef8fb090605733ef37a179", "ctime": 1706340855.9987545, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 1189, "gr_name": "kdump_ssh_user", "inode": 262510, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1706340855.9947548, "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": "3936743127", "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-cislwfw1pn/tests/tests_ssh_reboot.yml:128 Saturday 27 January 2024 07:35:19 +0000 (0:00:00.253) 0:01:11.035 ****** ok: [sut] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDZEhlcEI2SlBFNXBMN3Z5Tm94T2NwM0FCZHdSSkorN3QwaTkybVdmdDFLTDVWOUx6NEtsNkJNZDkvSE83djJ5dzdQbit4VVhVR1pHWmVEU2NnZEJiOU1kejZDVHEzcW5yc0VqU3cvaEgxNFpjNThYc0RMSjhpKzg2WmRZSmR4Nm9UWUdSQXRjYmsxY0RkTGJBOEFQK0FCUHdqZGQrQ2VrdnRvdDlVY0hGeTRpUkVQeWFjWDVhU2kzdVowL0pnbnZXK2tmWE9ySWl1VHVrZjUyRTl2Z1lPVlJSUHVBc2NtVmpOUDd3UE9uMUlwSHNYbDl4Umk5TXFxUEkvMHBNYjBNRmRCcjVoV3dXYVJFUnRGOWVIOEV3Y2syODFGbHRJN0pEMFd4Yk8zZ0c0aXNxWDZBVno1dXdod2dBS3ZzVnZvTFJOS0NMc0hNSVV3SnZpc2dvTDdJNHoyWXBNdlhxL1k5RmRsWnpuNnJSemZUNnJPcXRHWUt1ZnJMV3Vnbi9oNVVvd3Azd2hZaE16STVORlBNZit2VVdJb3hjRG9RTmxYNmpud01IOHE0bUt6Q2JvK1hkUDB1NGlrcnZTc0R1U3JJMmUwUHhJNWJqR1hmSHNIUEFHejMrQUlUMDRyZzMwcnZzdnpMNlFRWGZsUE9MUzBXbzIvZFg2MmpJZVlST3k0Sjg9IHJvb3RAYjRkMDliM2QtMTNhZS00NTM1LWI0YTQtNmFhMGQzODE2OGNhLnRlc3RpbmctZmFybQo=", "encoding": "base64", "source": "/home/kdump_ssh_user/.ssh/authorized_keys" } TASK [Run the role again] ****************************************************** task path: /WORKDIR/git-weekly-cislwfw1pn/tests/tests_ssh_reboot.yml:134 Saturday 27 January 2024 07:35:20 +0000 (0:00:00.196) 0:01:11.231 ****** TASK [fedora.linux_system_roles.kdump : Ensure ansible_facts used by role] ***** task path: /WORKDIR/git-weekly-cislwfw1pn/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:2 Saturday 27 January 2024 07:35:20 +0000 (0:00:00.024) 0:01:11.256 ****** included: /WORKDIR/git-weekly-cislwfw1pn/.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-cislwfw1pn/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:2 Saturday 27 January 2024 07:35:20 +0000 (0:00:00.011) 0:01:11.268 ****** 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-cislwfw1pn/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10 Saturday 27 January 2024 07:35:20 +0000 (0:00:00.010) 0:01:11.278 ****** 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-cislwfw1pn/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:15 Saturday 27 January 2024 07:35:20 +0000 (0:00:00.011) 0:01:11.289 ****** 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-cislwfw1pn/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 Saturday 27 January 2024 07:35:20 +0000 (0:00:00.010) 0:01:11.299 ****** 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-cislwfw1pn/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 Saturday 27 January 2024 07:35:25 +0000 (0:00:05.520) 0:01:16.820 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "kdump", "status": { "AccessSELinuxContext": "system_u:object_r:kdump_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2024-01-27 07:35:19 UTC", "ActiveEnterTimestampMonotonic": "32416211", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice basic.target network-online.target systemd-journald.socket network.target remote-fs.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-27 07:35:04 UTC", "AssertTimestampMonotonic": "17647467", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "20432565000", "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 cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-27 07:35:04 UTC", "ConditionTimestampMonotonic": "17647398", "ConfigurationDirectoryMode": "0755", "ControlGroupId": "4692", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2024-01-27 07:35:19 UTC", "ExecMainExitTimestampMonotonic": "32414921", "ExecMainPID": "2004", "ExecMainStartTimestamp": "Sat 2024-01-27 07:35:04 UTC", "ExecMainStartTimestampMonotonic": "17650374", "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 }", "ExecReloadEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; flags= ; 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-01-27 07:35:04 UTC] ; stop_time=[Sat 2024-01-27 07:35:19 UTC] ; pid=2004 ; code=exited ; status=0 }", "ExecStartEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; flags= ; start_time=[Sat 2024-01-27 07:35:04 UTC] ; stop_time=[Sat 2024-01-27 07:35:19 UTC] ; pid=2004 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-01-27 07:35:04 UTC", "InactiveEnterTimestampMonotonic": "17637320", "InactiveExitTimestamp": "Sat 2024-01-27 07:35:04 UTC", "InactiveExitTimestampMonotonic": "17650732", "InvocationID": "20abed2998ce4bbb9cb7acf61d000b03", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "14012", "LimitNPROCSoft": "14012", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14012", "LimitSIGPENDINGSoft": "14012", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "kdump.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "system.slice", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-27 07:35:19 UTC", "StateChangeTimestampMonotonic": "32416211", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "4203", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "infinity", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network-online.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.kdump : Include SSH tasks] ********************* task path: /WORKDIR/git-weekly-cislwfw1pn/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:16 Saturday 27 January 2024 07:35:26 +0000 (0:00:00.364) 0:01:17.185 ****** included: /WORKDIR/git-weekly-cislwfw1pn/.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-cislwfw1pn/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 Saturday 27 January 2024 07:35:26 +0000 (0:00:00.026) 0:01:17.211 ****** 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-cislwfw1pn/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 Saturday 27 January 2024 07:35:26 +0000 (0:00:00.201) 0:01:17.413 ****** ok: [sut] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDZEhlcEI2SlBFNXBMN3Z5Tm94T2NwM0FCZHdSSkorN3QwaTkybVdmdDFLTDVWOUx6NEtsNkJNZDkvSE83djJ5dzdQbit4VVhVR1pHWmVEU2NnZEJiOU1kejZDVHEzcW5yc0VqU3cvaEgxNFpjNThYc0RMSjhpKzg2WmRZSmR4Nm9UWUdSQXRjYmsxY0RkTGJBOEFQK0FCUHdqZGQrQ2VrdnRvdDlVY0hGeTRpUkVQeWFjWDVhU2kzdVowL0pnbnZXK2tmWE9ySWl1VHVrZjUyRTl2Z1lPVlJSUHVBc2NtVmpOUDd3UE9uMUlwSHNYbDl4Umk5TXFxUEkvMHBNYjBNRmRCcjVoV3dXYVJFUnRGOWVIOEV3Y2syODFGbHRJN0pEMFd4Yk8zZ0c0aXNxWDZBVno1dXdod2dBS3ZzVnZvTFJOS0NMc0hNSVV3SnZpc2dvTDdJNHoyWXBNdlhxL1k5RmRsWnpuNnJSemZUNnJPcXRHWUt1ZnJMV3Vnbi9oNVVvd3Azd2hZaE16STVORlBNZit2VVdJb3hjRG9RTmxYNmpud01IOHE0bUt6Q2JvK1hkUDB1NGlrcnZTc0R1U3JJMmUwUHhJNWJqR1hmSHNIUEFHejMrQUlUMDRyZzMwcnZzdnpMNlFRWGZsUE9MUzBXbzIvZFg2MmpJZVlST3k0Sjg9IHJvb3RAYjRkMDliM2QtMTNhZS00NTM1LWI0YTQtNmFhMGQzODE2OGNhLnRlc3RpbmctZmFybQo=", "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-cislwfw1pn/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:19 Saturday 27 January 2024 07:35:26 +0000 (0:00:00.198) 0:01:17.611 ****** 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-cislwfw1pn/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:25 Saturday 27 January 2024 07:35:26 +0000 (0:00:00.260) 0:01:17.871 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1706340855.727766, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1706340855.9977546, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 1189, "gr_name": "kdump_ssh_user", "inode": 262508, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1706340855.9977546, "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": "2182985064", "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-cislwfw1pn/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:30 Saturday 27 January 2024 07:35:27 +0000 (0:00:00.211) 0:01:18.083 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1706340900.5063684, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "65b13e588efdf04c7aef8fb090605733ef37a179", "ctime": 1706340855.9987545, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 1189, "gr_name": "kdump_ssh_user", "inode": 262510, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1706340855.9947548, "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": "3936743127", "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-cislwfw1pn/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35 Saturday 27 January 2024 07:35:27 +0000 (0:00:00.216) 0:01:18.300 ****** 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-cislwfw1pn/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 Saturday 27 January 2024 07:35:27 +0000 (0:00:00.216) 0:01:18.516 ****** ok: [sut] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.kdump : Fetch the servers public key] ********** task path: /WORKDIR/git-weekly-cislwfw1pn/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:53 Saturday 27 January 2024 07:35:27 +0000 (0:00:00.213) 0:01:18.730 ****** ok: [sut] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEY1pxbUtLaitzQ2hjNHBmUGdGR3Z5Z21xZ2hnUnJ5OHpwekJOTE5uT2pMdXpZcW5IbGozNjFESTArSm1aOEJROHd4WlpIWFVBaXhLK3JkcE5QSC8wOC83aHNZSzRyS29Ra2N4eE5Rc1I1QkMwelZXazc2K09iRG10YUFkVWZvb01oNVhoVTZpemh4Q3AxMitCcm1wSEt5L1dCMXUyTTQ4V0lrZFg5Sm14NjJMMTl2ZEI1MWp1NnVsU002eUlhWnkzVjJQWnNGVkdEY09QeXNOTndFY3g2WHV4RjMyN1hiRDZ0N2JPQWU5N0xza3JEalBSQUdMbkxESkJhYnUwRlhMcmlWUE42Y09OQ3U1R1NEdTNPdG83YWpxQXF0UEtnSWFqaWdHWmtLVlZidTFWQ2JGQUFudVV2UXcza1BENldQbCtzVmtjVTlVMnBUa3oxVmM1Tm16ak9UREFoNFluVzBKdVJaV1NMbkErNkpIVnd4VStCbTdRaTRMNXRvTjlESTNDY09NMmF5UG8vRlMyNmNGcTUwSlozWHZ4RUVVTnFYS3Flb0R2SW5aZlgrcFRsVEJoY25PQkl2VjZ6bTlNR0FXeWpVUmpubkFRcGRMVVFlMU9EQys4WGJBc1pqQ3I3dVU1SzB1RFFxZmsyODQyY1FrczZHRW1WbnNPakRlNUk4SnM9IHJvb3RAaXAtMTAtMzEtMTItMTM3LnVzLWVhc3QtMS5hd3MucmVkaGF0LmNvbQo=", "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-cislwfw1pn/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:59 Saturday 27 January 2024 07:35:27 +0000 (0:00:00.208) 0:01:18.938 ****** ok: [sut] => { "changed": false, "gid": 0, "group": "root", "hash_host": false, "key": "10.31.12.137 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDcZqmKKj+sChc4pfPgFGvygmqghgRry8zpzBNLNnOjLuzYqnHlj361DI0+JmZ8BQ8wxZZHXUAixK+rdpNPH/08/7hsYK4rKoQkcxxNQsR5BC0zVWk76+ObDmtaAdUfooMh5XhU6izhxCp12+BrmpHKy/WB1u2M48WIkdX9Jmx62L19vdB51ju6ulSM6yIaZy3V2PZsFVGDcOPysNNwEcx6XuxF327XbD6t7bOAe97LskrDjPRAGLnLDJBabu0FXLriVPN6cONCu5GSDu3Oto7ajqAqtPKgIajigGZkKVVbu1VCbFAAnuUvQw3kPD6WPl+sVkcU9U2pTkz1Vc5NmzjOTDAh4YnW0JuRZWSLnA+6JHVwxU+Bm7Qi4L5toN9DI3CcOM2ayPo/FS26cFq50JZ3XvxEEUNqXKqeoDvInZfX+pTlTBhcnOBIvV6zm9MGAWyjURjnnAQpdLUQe1ODC+8XbAsZjCr7uU5K0uDQqfk2842cQks6GEmVnsOjDe5I8Js= root@ip-10-31-12-137.us-east-1.aws.redhat.com\n", "mode": "0644", "name": "10.31.12.137", "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-cislwfw1pn/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:21 Saturday 27 January 2024 07:35:28 +0000 (0:00:00.237) 0:01:19.175 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1706340899.9523916, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "2143ec48ed3e38757a106c091ac797d95942c507", "ctime": 1706340857.3016992, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 262511, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1706340857.0297108, "nlink": 1, "path": "/etc/kdump.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 155, "uid": 0, "version": "4280933749", "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-cislwfw1pn/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 Saturday 27 January 2024 07:35:28 +0000 (0:00:00.212) 0:01:19.388 ****** ok: [sut] => { "changed": false, "checksum": "2143ec48ed3e38757a106c091ac797d95942c507", "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": 155, "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.kdump : Find out reserved memory for the crash kernel] *** task path: /WORKDIR/git-weekly-cislwfw1pn/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:34 Saturday 27 January 2024 07:35:28 +0000 (0:00:00.510) 0:01:19.898 ****** 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-cislwfw1pn/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:40 Saturday 27 January 2024 07:35:29 +0000 (0:00:00.199) 0:01:20.097 ****** 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-cislwfw1pn/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:49 Saturday 27 January 2024 07:35:29 +0000 (0:00:00.012) 0:01:20.110 ****** 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-cislwfw1pn/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:54 Saturday 27 January 2024 07:35:29 +0000 (0:00:00.008) 0:01:20.118 ****** 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-cislwfw1pn/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:59 Saturday 27 January 2024 07:35:29 +0000 (0:00:00.007) 0:01:20.126 ****** 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-cislwfw1pn/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:68 Saturday 27 January 2024 07:35:29 +0000 (0:00:00.007) 0:01:20.134 ****** 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-cislwfw1pn/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:74 Saturday 27 January 2024 07:35:29 +0000 (0:00:00.007) 0:01:20.141 ****** 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-cislwfw1pn/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84 Saturday 27 January 2024 07:35:29 +0000 (0:00:00.007) 0:01:20.149 ****** ok: [sut] => { "changed": false, "name": "kdump", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:kdump_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2024-01-27 07:35:19 UTC", "ActiveEnterTimestampMonotonic": "32416211", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice basic.target network-online.target systemd-journald.socket network.target remote-fs.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-27 07:35:04 UTC", "AssertTimestampMonotonic": "17647467", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "20432565000", "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 cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-27 07:35:04 UTC", "ConditionTimestampMonotonic": "17647398", "ConfigurationDirectoryMode": "0755", "ControlGroupId": "4692", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2024-01-27 07:35:19 UTC", "ExecMainExitTimestampMonotonic": "32414921", "ExecMainPID": "2004", "ExecMainStartTimestamp": "Sat 2024-01-27 07:35:04 UTC", "ExecMainStartTimestampMonotonic": "17650374", "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 }", "ExecReloadEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; flags= ; 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-01-27 07:35:04 UTC] ; stop_time=[Sat 2024-01-27 07:35:19 UTC] ; pid=2004 ; code=exited ; status=0 }", "ExecStartEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; flags= ; start_time=[Sat 2024-01-27 07:35:04 UTC] ; stop_time=[Sat 2024-01-27 07:35:19 UTC] ; pid=2004 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-01-27 07:35:04 UTC", "InactiveEnterTimestampMonotonic": "17637320", "InactiveExitTimestamp": "Sat 2024-01-27 07:35:04 UTC", "InactiveExitTimestampMonotonic": "17650732", "InvocationID": "20abed2998ce4bbb9cb7acf61d000b03", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "14012", "LimitNPROCSoft": "14012", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14012", "LimitSIGPENDINGSoft": "14012", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "kdump.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "system.slice", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-27 07:35:19 UTC", "StateChangeTimestampMonotonic": "32416211", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "4203", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "infinity", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network-online.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [Get the authorized_keys contents after] ********************************** task path: /WORKDIR/git-weekly-cislwfw1pn/tests/tests_ssh_reboot.yml:138 Saturday 27 January 2024 07:35:29 +0000 (0:00:00.356) 0:01:20.506 ****** ok: [sut] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDZEhlcEI2SlBFNXBMN3Z5Tm94T2NwM0FCZHdSSkorN3QwaTkybVdmdDFLTDVWOUx6NEtsNkJNZDkvSE83djJ5dzdQbit4VVhVR1pHWmVEU2NnZEJiOU1kejZDVHEzcW5yc0VqU3cvaEgxNFpjNThYc0RMSjhpKzg2WmRZSmR4Nm9UWUdSQXRjYmsxY0RkTGJBOEFQK0FCUHdqZGQrQ2VrdnRvdDlVY0hGeTRpUkVQeWFjWDVhU2kzdVowL0pnbnZXK2tmWE9ySWl1VHVrZjUyRTl2Z1lPVlJSUHVBc2NtVmpOUDd3UE9uMUlwSHNYbDl4Umk5TXFxUEkvMHBNYjBNRmRCcjVoV3dXYVJFUnRGOWVIOEV3Y2syODFGbHRJN0pEMFd4Yk8zZ0c0aXNxWDZBVno1dXdod2dBS3ZzVnZvTFJOS0NMc0hNSVV3SnZpc2dvTDdJNHoyWXBNdlhxL1k5RmRsWnpuNnJSemZUNnJPcXRHWUt1ZnJMV3Vnbi9oNVVvd3Azd2hZaE16STVORlBNZit2VVdJb3hjRG9RTmxYNmpud01IOHE0bUt6Q2JvK1hkUDB1NGlrcnZTc0R1U3JJMmUwUHhJNWJqR1hmSHNIUEFHejMrQUlUMDRyZzMwcnZzdnpMNlFRWGZsUE9MUzBXbzIvZFg2MmpJZVlST3k0Sjg9IHJvb3RAYjRkMDliM2QtMTNhZS00NTM1LWI0YTQtNmFhMGQzODE2OGNhLnRlc3RpbmctZmFybQo=", "encoding": "base64", "source": "/home/kdump_ssh_user/.ssh/authorized_keys" } TASK [Assert no changes to authorized_keys] ************************************ task path: /WORKDIR/git-weekly-cislwfw1pn/tests/tests_ssh_reboot.yml:144 Saturday 27 January 2024 07:35:29 +0000 (0:00:00.198) 0:01:20.704 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get the ssh dir for the user after] ************************************** task path: /WORKDIR/git-weekly-cislwfw1pn/tests/tests_ssh_reboot.yml:148 Saturday 27 January 2024 07:35:29 +0000 (0:00:00.009) 0:01:20.714 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1706340855.727766, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1706340855.9977546, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 1189, "gr_name": "kdump_ssh_user", "inode": 262508, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1706340855.9977546, "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": "2182985064", "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-cislwfw1pn/tests/tests_ssh_reboot.yml:154 Saturday 27 January 2024 07:35:29 +0000 (0:00:00.209) 0:01:20.923 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Delete user] ************************************************************* task path: /WORKDIR/git-weekly-cislwfw1pn/tests/tests_ssh_reboot.yml:161 Saturday 27 January 2024 07:35:29 +0000 (0:00:00.011) 0:01:20.934 ****** 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-cislwfw1pn/tests/tests_ssh_reboot.yml:168 Saturday 27 January 2024 07:35:30 +0000 (0:00:00.401) 0:01:21.336 ****** changed: [sut] => { "changed": true, "path": "/tmp/tests_ssh_reboot", "state": "absent" } PLAY RECAP ********************************************************************* sut : ok=55 changed=9 unreachable=0 failed=0 skipped=14 rescued=0 ignored=0 Saturday 27 January 2024 07:35:30 +0000 (0:00:00.214) 0:01:21.550 ****** =============================================================================== fedora.linux_system_roles.kdump : Reboot the managed node -------------- 45.41s /WORKDIR/git-weekly-cislwfw1pn/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:68 fedora.linux_system_roles.kdump : Restart kdump ------------------------ 15.38s /WORKDIR/git-weekly-cislwfw1pn/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2 fedora.linux_system_roles.kdump : Install required packages ------------- 5.52s /WORKDIR/git-weekly-cislwfw1pn/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 fedora.linux_system_roles.kdump : Install required packages ------------- 2.27s /WORKDIR/git-weekly-cislwfw1pn/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 Gathering Facts --------------------------------------------------------- 0.88s /WORKDIR/git-weekly-cislwfw1pn/tests/tests_ssh_reboot.yml:2 ------------------- Gather facts from sut --------------------------------------------------- 0.73s /WORKDIR/git-weekly-cislwfw1pn/tests/tests_ssh_reboot.yml:58 ------------------ fedora.linux_system_roles.kdump : Generate /etc/kdump.conf -------------- 0.64s /WORKDIR/git-weekly-cislwfw1pn/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 fedora.linux_system_roles.kdump : Use kdumpctl reset-crashkernel if needed --- 0.59s /WORKDIR/git-weekly-cislwfw1pn/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:49 Create a kdump user on kdump_ssh_server --------------------------------- 0.53s /WORKDIR/git-weekly-cislwfw1pn/tests/tests_ssh_reboot.yml:63 ------------------ fedora.linux_system_roles.kdump : Ensure that kdump is enabled ---------- 0.51s /WORKDIR/git-weekly-cislwfw1pn/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 fedora.linux_system_roles.kdump : Generate /etc/kdump.conf -------------- 0.51s /WORKDIR/git-weekly-cislwfw1pn/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 fedora.linux_system_roles.kdump : Ensure that kdump is started ---------- 0.50s /WORKDIR/git-weekly-cislwfw1pn/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84 Delete user ------------------------------------------------------------- 0.40s /WORKDIR/git-weekly-cislwfw1pn/tests/tests_ssh_reboot.yml:161 ----------------- fedora.linux_system_roles.kdump : Ensure that kdump is enabled ---------- 0.36s /WORKDIR/git-weekly-cislwfw1pn/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 fedora.linux_system_roles.kdump : Ensure that kdump is started ---------- 0.36s /WORKDIR/git-weekly-cislwfw1pn/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84 fedora.linux_system_roles.kdump : Add the servers public key to known_hosts on managed node --- 0.29s /WORKDIR/git-weekly-cislwfw1pn/.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.28s /WORKDIR/git-weekly-cislwfw1pn/.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-cislwfw1pn/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 fedora.linux_system_roles.kdump : Get userinfo for kdump_ssh_user ------- 0.26s /WORKDIR/git-weekly-cislwfw1pn/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:19 Check if system is ostree ----------------------------------------------- 0.26s /WORKDIR/git-weekly-cislwfw1pn/tests/tests_ssh_reboot.yml:96 ------------------ ---^---^---^---^---^--- # 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. ---^---^---^---^---^---