# 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-civjanx3o8/.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_wrapper.yml ************************************************ 3 plays in /WORKDIR/git-weekly-civjanx3o8/tests/tests_ssh_wrapper.yml PLAY [Create static inventory from hostvars] *********************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-civjanx3o8/tests/tests_ssh_wrapper.yml:2 Saturday 16 March 2024 10:27:44 +0000 (0:00:00.011) 0:00:00.011 ******** ok: [sut] TASK [Create temporary file] *************************************************** task path: /WORKDIR/git-weekly-civjanx3o8/tests/tests_ssh_wrapper.yml:7 Saturday 16 March 2024 10:27:45 +0000 (0:00:00.974) 0:00:00.986 ******** changed: [sut -> localhost] => { "changed": true, "gid": 1001, "group": "jenkins", "mode": "0600", "owner": "jenkins", "path": "/tmp/ansible.t1pv0io_.inventory.yaml", "size": 0, "state": "file", "uid": 1000090000 } TASK [Create static inventory from hostvars] *********************************** task path: /WORKDIR/git-weekly-civjanx3o8/tests/tests_ssh_wrapper.yml:14 Saturday 16 March 2024 10:27:45 +0000 (0:00:00.174) 0:00:01.161 ******** changed: [sut -> localhost] => { "changed": true, "checksum": "f2a6ed7a28bbb40ea3a7450229ea42a073377faf", "dest": "/tmp/ansible.t1pv0io_.inventory.yaml", "gid": 1001, "group": "jenkins", "md5sum": "4c039543224efafc72c7d22426aff9ed", "mode": "0644", "owner": "jenkins", "size": 35478, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1710584865.316507-2746-136750214553333/source", "state": "file", "uid": 1000090000 } PLAY [Ensure that the rule runs with ssh] ************************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-civjanx3o8/tests/tests_ssh.yml:2 Saturday 16 March 2024 10:27:45 +0000 (0:00:00.451) 0:00:01.612 ******** ok: [sut] TASK [Gather facts from sut] *************************************************** task path: /WORKDIR/git-weekly-civjanx3o8/tests/tests_ssh.yml:56 Saturday 16 March 2024 10:27:46 +0000 (0:00:00.761) 0:00:02.374 ******** ok: [sut] TASK [Print message that this test is skipped on EL 6] ************************* task path: /WORKDIR/git-weekly-civjanx3o8/tests/tests_ssh.yml:61 Saturday 16 March 2024 10:27:47 +0000 (0:00:00.725) 0:00:03.099 ******** 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-civjanx3o8/tests/tests_ssh.yml:71 Saturday 16 March 2024 10:27:47 +0000 (0:00:00.008) 0:00:03.108 ******** 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. If reboot is not required - the play succeeds.] ************ task path: /WORKDIR/git-weekly-civjanx3o8/tests/tests_ssh.yml:82 Saturday 16 March 2024 10:27:47 +0000 (0:00:00.004) 0:00:03.112 ******** TASK [fedora.linux_system_roles.kdump : Ensure ansible_facts used by role] ***** task path: /WORKDIR/git-weekly-civjanx3o8/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:2 Saturday 16 March 2024 10:27:47 +0000 (0:00:00.021) 0:00:03.134 ******** included: /WORKDIR/git-weekly-civjanx3o8/.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-civjanx3o8/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:2 Saturday 16 March 2024 10:27:47 +0000 (0:00:00.013) 0:00:03.147 ******** 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-civjanx3o8/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10 Saturday 16 March 2024 10:27:47 +0000 (0:00:00.019) 0:00:03.167 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.kdump : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-civjanx3o8/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:15 Saturday 16 March 2024 10:27:47 +0000 (0:00:00.207) 0:00:03.374 ******** ok: [sut] => { "ansible_facts": { "__kdump_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.kdump : Install required packages] ************* task path: /WORKDIR/git-weekly-civjanx3o8/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 Saturday 16 March 2024 10:27:47 +0000 (0:00:00.015) 0:00:03.389 ******** 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-civjanx3o8/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 Saturday 16 March 2024 10:27:49 +0000 (0:00:02.344) 0:00:05.733 ******** ok: [sut] => { "changed": false, "enabled": true, "name": "kdump", "status": { "AccessSELinuxContext": "system_u:object_r:kdump_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2024-03-16 10:27:38 UTC", "ActiveEnterTimestampMonotonic": "47486180", "ActiveExitTimestamp": "Sat 2024-03-16 10:27:37 UTC", "ActiveExitTimestampMonotonic": "46230383", "ActiveState": "active", "After": "network.target system.slice remote-fs.target systemd-journald.socket basic.target network-online.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-03-16 10:27:37 UTC", "AssertTimestampMonotonic": "46257807", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "1201771000", "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-03-16 10:27:37 UTC", "ConditionTimestampMonotonic": "46257751", "ConfigurationDirectoryMode": "0755", "ControlGroupId": "4160", "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-03-16 10:27:38 UTC", "ExecMainExitTimestampMonotonic": "47480939", "ExecMainPID": "5953", "ExecMainStartTimestamp": "Sat 2024-03-16 10:27:37 UTC", "ExecMainStartTimestampMonotonic": "46265319", "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-03-16 10:27:37 UTC] ; stop_time=[Sat 2024-03-16 10:27:38 UTC] ; pid=5953 ; code=exited ; status=0 }", "ExecStartEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; flags= ; start_time=[Sat 2024-03-16 10:27:37 UTC] ; stop_time=[Sat 2024-03-16 10:27:38 UTC] ; pid=5953 ; 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-03-16 10:27:37 UTC", "InactiveEnterTimestampMonotonic": "46248818", "InactiveExitTimestamp": "Sat 2024-03-16 10:27:37 UTC", "InactiveExitTimestampMonotonic": "46265708", "InvocationID": "c46c2f091e9a4e0f8906100d52bb684e", "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": "14004", "LimitNPROCSoft": "14004", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14004", "LimitSIGPENDINGSoft": "14004", "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-03-16 10:27:38 UTC", "StateChangeTimestampMonotonic": "47486180", "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": "4201", "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": "0" } } TASK [fedora.linux_system_roles.kdump : Include SSH tasks] ********************* task path: /WORKDIR/git-weekly-civjanx3o8/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:16 Saturday 16 March 2024 10:27:50 +0000 (0:00:00.541) 0:00:06.274 ******** included: /WORKDIR/git-weekly-civjanx3o8/.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-civjanx3o8/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 Saturday 16 March 2024 10:27:50 +0000 (0:00:00.038) 0:00:06.313 ******** changed: [sut] => { "changed": true, "cmd": [ "/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", "" ], "delta": "0:00:01.552017", "end": "2024-03-16 10:27:52.250331", "rc": 0, "start": "2024-03-16 10:27:50.698314" } STDOUT: Generating public/private rsa key pair. Your identification has been saved in /root/.ssh/kdump_id_rsa Your public key has been saved in /root/.ssh/kdump_id_rsa.pub The key fingerprint is: SHA256:fje6Z8pG3oxzS8GHxfbzJRnMPDlpBI7S3NvcDmseiIs root@1e77316b-8132-431a-abaa-55cd4c3b28f1.testing-farm The key's randomart image is: +---[RSA 3072]----+ | ... | | o + * o | | . + o # | | . . O B | | S = B.+| | . .. + =+| | .oo+= + o| | +==*+ . | | E.*B... | +----[SHA256]-----+ TASK [fedora.linux_system_roles.kdump : Fetch key] ***************************** task path: /WORKDIR/git-weekly-civjanx3o8/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 Saturday 16 March 2024 10:27:52 +0000 (0:00:01.815) 0:00:08.128 ******** ok: [sut] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDdVl3WUZaWitBNndjTlhUSTFlVkNXeWxyV1ZUOEQzTmM3aDdYdmFRMzJGbGlHQktJYmpEOFUyc0hjR3NOdGpJYUhpdTRkSW5qVXRTK2E3Y3VzWUxxeWFCWVIzVDRmaE9YWjR0cHBvcTYzZVFtYnVtdzBBTGxIdWNWak9jV3I1VnhJd2cwTWpvY0E2NzhaVVNxUWFPMi9CT2Fibm1tcFd1azhtR0N4cDl1d0tqUkhqL1dRdzN0dmhXUTEwa2IrV0pCOVJRVkpTODBldmV6Yi9Lb2N2SkZpNEV5Z2hVOWlTeEIzb3M3Znp0VWdKaEFOcTl5TmVaNDlkcFVOaFlBYzFBWHVZZ0NTZXdTTVJtSEJkU095SjNZL2NYSFRtbjVVN1B1SmErdGlFd0RFT0kxVUdnWDhjZzZjL2toM1NYZWdqQWw1YUFEZXhOTWo5cER0ZW9SQkUvWDFpb1FxWEJ1TlI5RTU4aUdOSEN3TzRLU1lTTFl0Wkw4RHNVczdSdGk4ZXVuekZ1YjBEalgwUCt3UGl2NThyN3FRdUVUWUZ4d2svajVqM28rR3d1dEF2cndaeFVRdEVtOTBSY3Z3WU05TVVNdTlLdSt1MTdmRzNSUEl3a0w4eFRzKysyTmRlWG51TmRKVWVhOWNteXlkb3p4M2xyM2hYaE96Q0ZRYnZsRjZncE09IHJvb3RAMWU3NzMxNmItODEzMi00MzFhLWFiYWEtNTVjZDRjM2IyOGYxLnRlc3RpbmctZmFybQo=", "encoding": "base64", "source": "/root/.ssh/kdump_id_rsa.pub" } TASK [fedora.linux_system_roles.kdump : Get userinfo for root] ***************** task path: /WORKDIR/git-weekly-civjanx3o8/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:19 Saturday 16 March 2024 10:27:52 +0000 (0:00:00.257) 0:00:08.386 ******** ok: [sut] => { "append": false, "changed": false, "comment": "Super User", "group": 0, "home": "/root", "move_home": false, "name": "root", "shell": "/bin/bash", "state": "present", "uid": 0 } TASK [fedora.linux_system_roles.kdump : Get the ssh directory for the user] **** task path: /WORKDIR/git-weekly-civjanx3o8/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:25 Saturday 16 March 2024 10:27:52 +0000 (0:00:00.383) 0:00:08.770 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1710583997.8442218, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 16, "charset": "binary", "ctime": 1710584872.2484245, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 457, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1710584872.2484245, "nlink": 2, "path": "/root/.ssh", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 4096, "uid": 0, "version": "1071215977", "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-civjanx3o8/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:30 Saturday 16 March 2024 10:27:53 +0000 (0:00:00.215) 0:00:08.985 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1710584085.43453, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "73fa8017a2d86a54aaa3b7cf4504a005b0d33e52", "ctime": 1710583997.842222, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 7126, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1710583997.842222, "nlink": 1, "path": "/root/.ssh/authorized_keys", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 990, "uid": 0, "version": "4087760115", "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-civjanx3o8/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35 Saturday 16 March 2024 10:27:53 +0000 (0:00:00.218) 0:00:09.204 ******** ok: [sut] => { "changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/root/.ssh", "secontext": "system_u:object_r:ssh_home_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.kdump : Write new authorized_keys if needed] *** task path: /WORKDIR/git-weekly-civjanx3o8/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 Saturday 16 March 2024 10:27:53 +0000 (0:00:00.300) 0:00:09.504 ******** changed: [sut] => { "backup": "", "changed": true } MSG: line added TASK [fedora.linux_system_roles.kdump : Fetch the servers public key] ********** task path: /WORKDIR/git-weekly-civjanx3o8/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:53 Saturday 16 March 2024 10:27:53 +0000 (0:00:00.316) 0:00:09.820 ******** ok: [sut] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEZzBFZEN5U0k2VHA5b0Rwb0tBWXlVZ2xicmRHQkRBTGxMVFN1NFN2ZE1JVlNCSmRxbW1ZdTZlTWpzZ2daQ21vL3RkU21xU1dFMExXclRraUxXaEFwWTRwU2lFZjhHSnQ4ZE9sVll2dnMzZFA2OEh6UU1yUXNtNWtUSHRrM2RTMi9tbU85LzR5cWlCZlRacUEyWEZpME9xWlRvRWdkMjZtTGR4VUxvSGxLZ0ZrUkJ3dTdzRGxac01YMU5VazZnQUpWUm0xeEtOcVpGZnRHSFFXTy82bTF5ZlZ2eDgzTDUxNnprSU5wS2VScmFIKzRuNTJjYmplRTFzSHN6K0t5d09pN3lJajJzdVlad01VRGcwUnRiU3FzZTlQWnp1NXdROEkxZDJLZ245Q3JtQlJTRzIvL0o4dThmdkNXczJzYUVYWTJTVFJYQWtUbWFDdHRma29kdC9jQ2RBZlpUVWFBZk4wOWJsTVhZTWtYTmlmYzIvemJ1K3N6ZStvZVdsYktLNlR1OHZPYitOTmc0a0hPN2NvanpOSnRIL3JCQyszNk9JZlBUWXkzVjhrVXhlM1MyT1lXVk1FbUExTHI2bFNhY0ZwOWxUMmYrVTcraCtHT1dGZ1ZYeDdhR29WNFp3Wm4wWFYxb1pBU1hSc29RQVJHSERBYnB0bGhZaDZETTViWlNLUWs9IHJvb3RAaXAtMTAtMzEtMTEtNzgudXMtZWFzdC0xLmF3cy5yZWRoYXQuY29tCg==", "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-civjanx3o8/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:59 Saturday 16 March 2024 10:27:54 +0000 (0:00:00.215) 0:00:10.036 ******** changed: [sut] => { "changed": true, "gid": 0, "group": "root", "hash_host": false, "key": "10.31.11.78 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDg0EdCySI6Tp9oDpoKAYyUglbrdGBDALlLTSu4SvdMIVSBJdqmmYu6eMjsggZCmo/tdSmqSWE0LWrTkiLWhApY4pSiEf8GJt8dOlVYvvs3dP68HzQMrQsm5kTHtk3dS2/mmO9/4yqiBfTZqA2XFi0OqZToEgd26mLdxULoHlKgFkRBwu7sDlZsMX1NUk6gAJVRm1xKNqZFftGHQWO/6m1yfVvx83L516zkINpKeRraH+4n52cbjeE1sHsz+KywOi7yIj2suYZwMUDg0RtbSqse9PZzu5wQ8I1d2Kgn9CrmBRSG2//J8u8fvCWs2saEXY2STRXAkTmaCttfkodt/cCdAfZTUaAfN09blMXYMkXNifc2/zbu+sze+oeWlbKK6Tu8vOb+NNg4kHO7cojzNJtH/rBC+36OIfPTYy3V8kUxe3S2OYWVMEmA1Lr6lSacFp9lT2f+U7+h+GOWFgVXx7aGoV4ZwZn0XV1oZASXRsoQARGHDAbptlhYh6DM5bZSKQk= root@ip-10-31-11-78.us-east-1.aws.redhat.com\n", "mode": "0644", "name": "10.31.11.78", "owner": "root", "path": "/etc/ssh/ssh_known_hosts", "secontext": "system_u:object_r:etc_t:s0", "size": 610, "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.kdump : Get mode of /etc/kdump.conf if it exists] *** task path: /WORKDIR/git-weekly-civjanx3o8/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:21 Saturday 16 March 2024 10:27:54 +0000 (0:00:00.323) 0:00:10.360 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1710584855.1735473, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "52ab5ccb1a92ce63a4794b0ffded7db8947b5bb1", "ctime": 1710584854.2605538, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 262518, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1710584854.0415554, "nlink": 1, "path": "/etc/kdump.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 138, "uid": 0, "version": "1828936565", "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-civjanx3o8/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 Saturday 16 March 2024 10:27:54 +0000 (0:00:00.213) 0:00:10.573 ******** Notification for handler Restart kdump has been saved. changed: [sut] => { "backup_file": "/etc/kdump.conf.7220.2024-03-16@10:27:55~", "changed": true, "checksum": "b46f46741bf9f77592deadbeae208d0ea57bbd54", "dest": "/etc/kdump.conf", "gid": 0, "group": "root", "md5sum": "b2881822aeff026daf60bc1d019cd339", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:kdump_etc_t:s0", "size": 137, "src": "/root/.ansible/tmp/ansible-tmp-1710584874.761319-2802-40300962931911/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.kdump : Find out reserved memory for the crash kernel] *** task path: /WORKDIR/git-weekly-civjanx3o8/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:34 Saturday 16 March 2024 10:27:55 +0000 (0:00:00.685) 0:00:11.258 ******** 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-civjanx3o8/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:40 Saturday 16 March 2024 10:27:55 +0000 (0:00:00.210) 0:00:11.469 ******** 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-civjanx3o8/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:49 Saturday 16 March 2024 10:27:55 +0000 (0:00:00.023) 0:00:11.493 ******** 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-civjanx3o8/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:54 Saturday 16 March 2024 10:27:55 +0000 (0:00:00.029) 0:00:11.522 ******** 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-civjanx3o8/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:59 Saturday 16 March 2024 10:27:55 +0000 (0:00:00.016) 0:00:11.539 ******** 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-civjanx3o8/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:68 Saturday 16 March 2024 10:27:55 +0000 (0:00:00.017) 0:00:11.556 ******** 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-civjanx3o8/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:74 Saturday 16 March 2024 10:27:55 +0000 (0:00:00.015) 0:00:11.572 ******** 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-civjanx3o8/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84 Saturday 16 March 2024 10:27:55 +0000 (0:00:00.019) 0:00:11.592 ******** ok: [sut] => { "changed": false, "name": "kdump", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:kdump_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2024-03-16 10:27:38 UTC", "ActiveEnterTimestampMonotonic": "47486180", "ActiveExitTimestamp": "Sat 2024-03-16 10:27:37 UTC", "ActiveExitTimestampMonotonic": "46230383", "ActiveState": "active", "After": "network.target system.slice remote-fs.target systemd-journald.socket basic.target network-online.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-03-16 10:27:37 UTC", "AssertTimestampMonotonic": "46257807", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "1201771000", "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-03-16 10:27:37 UTC", "ConditionTimestampMonotonic": "46257751", "ConfigurationDirectoryMode": "0755", "ControlGroupId": "4160", "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-03-16 10:27:38 UTC", "ExecMainExitTimestampMonotonic": "47480939", "ExecMainPID": "5953", "ExecMainStartTimestamp": "Sat 2024-03-16 10:27:37 UTC", "ExecMainStartTimestampMonotonic": "46265319", "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-03-16 10:27:37 UTC] ; stop_time=[Sat 2024-03-16 10:27:38 UTC] ; pid=5953 ; code=exited ; status=0 }", "ExecStartEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; flags= ; start_time=[Sat 2024-03-16 10:27:37 UTC] ; stop_time=[Sat 2024-03-16 10:27:38 UTC] ; pid=5953 ; 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-03-16 10:27:37 UTC", "InactiveEnterTimestampMonotonic": "46248818", "InactiveExitTimestamp": "Sat 2024-03-16 10:27:37 UTC", "InactiveExitTimestampMonotonic": "46265708", "InvocationID": "c46c2f091e9a4e0f8906100d52bb684e", "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": "14004", "LimitNPROCSoft": "14004", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14004", "LimitSIGPENDINGSoft": "14004", "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-03-16 10:27:38 UTC", "StateChangeTimestampMonotonic": "47486180", "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": "4201", "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": "0" } } TASK [Cleanup kdump_path] ****************************************************** task path: /WORKDIR/git-weekly-civjanx3o8/tests/tests_ssh.yml:94 Saturday 16 March 2024 10:27:56 +0000 (0:00:00.366) 0:00:11.959 ******** ok: [sut] => { "changed": false, "path": "/tmp/tests_ssh", "state": "absent" } NOTIFIED HANDLER fedora.linux_system_roles.kdump : Restart kdump for sut RUNNING HANDLER [fedora.linux_system_roles.kdump : Restart kdump] ************** task path: /WORKDIR/git-weekly-civjanx3o8/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2 Saturday 16 March 2024 10:27:56 +0000 (0:00:00.217) 0:00:12.176 ******** changed: [sut] => { "changed": true, "name": "kdump", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:kdump_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2024-03-16 10:27:38 UTC", "ActiveEnterTimestampMonotonic": "47486180", "ActiveExitTimestamp": "Sat 2024-03-16 10:27:37 UTC", "ActiveExitTimestampMonotonic": "46230383", "ActiveState": "active", "After": "network.target system.slice remote-fs.target systemd-journald.socket basic.target network-online.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-03-16 10:27:37 UTC", "AssertTimestampMonotonic": "46257807", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "1201771000", "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-03-16 10:27:37 UTC", "ConditionTimestampMonotonic": "46257751", "ConfigurationDirectoryMode": "0755", "ControlGroupId": "4160", "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-03-16 10:27:38 UTC", "ExecMainExitTimestampMonotonic": "47480939", "ExecMainPID": "5953", "ExecMainStartTimestamp": "Sat 2024-03-16 10:27:37 UTC", "ExecMainStartTimestampMonotonic": "46265319", "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-03-16 10:27:37 UTC] ; stop_time=[Sat 2024-03-16 10:27:38 UTC] ; pid=5953 ; code=exited ; status=0 }", "ExecStartEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; flags= ; start_time=[Sat 2024-03-16 10:27:37 UTC] ; stop_time=[Sat 2024-03-16 10:27:38 UTC] ; pid=5953 ; 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-03-16 10:27:37 UTC", "InactiveEnterTimestampMonotonic": "46248818", "InactiveExitTimestamp": "Sat 2024-03-16 10:27:37 UTC", "InactiveExitTimestampMonotonic": "46265708", "InvocationID": "c46c2f091e9a4e0f8906100d52bb684e", "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": "14004", "LimitNPROCSoft": "14004", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14004", "LimitSIGPENDINGSoft": "14004", "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-03-16 10:27:38 UTC", "StateChangeTimestampMonotonic": "47486180", "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": "4201", "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": "0" } } PLAY [Run tests_ssh.yml in check_mode] ***************************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-civjanx3o8/tests/tests_ssh_wrapper.yml:27 Saturday 16 March 2024 10:28:11 +0000 (0:00:14.992) 0:00:27.168 ******** ok: [sut] TASK [Run ansible-playbook with tests_ssh.yml in check mode] ******************* task path: /WORKDIR/git-weekly-civjanx3o8/tests/tests_ssh_wrapper.yml:34 Saturday 16 March 2024 10:28:12 +0000 (0:00:00.725) 0:00:27.894 ******** ok: [sut -> localhost] => { "changed": false, "cmd": [ "ansible-playbook", "-vvv", "-i", "/tmp/ansible.t1pv0io_.inventory.yaml", "--check", "tests_ssh.yml" ], "delta": "0:00:10.716495", "end": "2024-03-16 10:28:22.859391", "rc": 0, "start": "2024-03-16 10:28:12.142896" } STDOUT: ansible-playbook [core 2.14.7] 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/gluetool/lib/python3.9/site-packages/ansible ansible collection location = /WORKDIR/git-weekly-civjanx3o8/.collection executable location = /opt/gluetool/bin/ansible-playbook python version = 3.9.18 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] (/opt/gluetool/bin/python) jinja version = 3.1.2 libyaml = True Using /etc/ansible/ansible.cfg as config file host_list declined parsing /tmp/ansible.t1pv0io_.inventory.yaml as it did not pass its verify_file() method script declined parsing /tmp/ansible.t1pv0io_.inventory.yaml as it did not pass its verify_file() method Parsed /tmp/ansible.t1pv0io_.inventory.yaml inventory source with yaml plugin 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.yml ******************************************************** 1 plays in tests_ssh.yml PLAY [Ensure that the rule runs with ssh] ************************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-civjanx3o8/tests/tests_ssh.yml:2 Saturday 16 March 2024 10:28:12 +0000 (0:00:00.030) 0:00:00.030 ******** Attempting python interpreter discovery <10.31.11.78> ESTABLISH SSH CONNECTION FOR USER: root <10.31.11.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="root"' -o ConnectTimeout=10 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o 'ControlPath="/home/jenkins/.ansible/cp/8401ee864c"' 10.31.11.78 '/bin/sh -c '"'"'echo PLATFORM; uname; echo FOUND; command -v '"'"'"'"'"'"'"'"'python3.11'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.10'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.9'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.8'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.7'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.6'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.5'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'/usr/bin/python3'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'/usr/libexec/platform-python'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python2.7'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'/usr/bin/python'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python'"'"'"'"'"'"'"'"'; echo ENDFOUND && sleep 0'"'"'' <10.31.11.78> (0, b'PLATFORM\nLinux\nFOUND\n/usr/bin/python3.11\n/usr/bin/python3\n/usr/bin/python\n/usr/bin/python\nENDFOUND\n', b'') <10.31.11.78> ESTABLISH SSH CONNECTION FOR USER: root <10.31.11.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="root"' -o ConnectTimeout=10 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o 'ControlPath="/home/jenkins/.ansible/cp/8401ee864c"' 10.31.11.78 '/bin/sh -c '"'"'/usr/bin/python3.11 && sleep 0'"'"'' <10.31.11.78> (0, b'{"platform_dist_result": [], "osrelease_content": "NAME=\\"Fedora Linux\\"\\nVERSION=\\"38 (Thirty Eight)\\"\\nID=fedora\\nVERSION_ID=38\\nVERSION_CODENAME=\\"\\"\\nPLATFORM_ID=\\"platform:f38\\"\\nPRETTY_NAME=\\"Fedora Linux 38 (Thirty Eight)\\"\\nANSI_COLOR=\\"0;38;2;60;110;180\\"\\nLOGO=fedora-logo-icon\\nCPE_NAME=\\"cpe:/o:fedoraproject:fedora:38\\"\\nDEFAULT_HOSTNAME=\\"fedora\\"\\nHOME_URL=\\"https://fedoraproject.org/\\"\\nDOCUMENTATION_URL=\\"https://docs.fedoraproject.org/en-US/fedora/f38/system-administrators-guide/\\"\\nSUPPORT_URL=\\"https://ask.fedoraproject.org/\\"\\nBUG_REPORT_URL=\\"https://bugzilla.redhat.com/\\"\\nREDHAT_BUGZILLA_PRODUCT=\\"Fedora\\"\\nREDHAT_BUGZILLA_PRODUCT_VERSION=38\\nREDHAT_SUPPORT_PRODUCT=\\"Fedora\\"\\nREDHAT_SUPPORT_PRODUCT_VERSION=38\\nSUPPORT_END=2024-05-14\\n"}\n', b'') Using module file /opt/gluetool/lib/python3.9/site-packages/ansible/modules/setup.py Pipelining is enabled. <10.31.11.78> ESTABLISH SSH CONNECTION FOR USER: root <10.31.11.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="root"' -o ConnectTimeout=10 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o 'ControlPath="/home/jenkins/.ansible/cp/8401ee864c"' 10.31.11.78 '/bin/sh -c '"'"'/usr/bin/python3 && sleep 0'"'"'' <10.31.11.78> (0, b'\n{"ansible_facts": {"ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "Super User", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_distribution": "Fedora", "ansible_distribution_release": "", "ansible_distribution_version": "38", "ansible_distribution_major_version": "38", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_distribution_file_variety": "RedHat", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAP0/5840X0PBqL+0TXAc6tLe3vAuWS2de7QMPCng7eyUOsbuhQQPQ47qh23h53yqqTti+XUYL1MpirKfQFZ6nmAJ5itc8zJQjMVVmAhxxyaBfTrxvil+f4AMJcsjGrbMDTMIBhv2vmg4Mgn6Cx1IcTlgMPTRy+uDSOclBLHfxbHTAAAAFQCR/YZ2H6Uv6R/YrJ0rrIIDnQi2cwAAAIEAiUtC5WkL1fPcu2UGMvu7LRaDUVVoIMJnkF5YvooUJdVXaowTf4SW+Vm4Fokhk4XadbdweOhmz8hXqBaTwfn31QwCIfo+RCx5oDbd0wlYGrpy217y1UxLhMGN1/PimSHMs8fhUAyftgwAW3Nz94wYItdNpsguNK2/BiDfDvIGgVAAAACBANtpUkWrjPmiUt5tDBx1Z6UoMydxseLeMHqbBffqi+MqGyCltosrW1xxFGNru+TYL5LiVh2p0aYcX55C1ONxRdI+w4CeVemQGj6Ba/6hkC5KKM9Hmxi9S4Ra22q2dXyXPzKqmwNGHL/z3HG8oZBW7Pf+3GBCjxWo+0IYayEYU14t", "ansible_ssh_host_key_dsa_public_keytype": "ssh-dss", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDg0EdCySI6Tp9oDpoKAYyUglbrdGBDALlLTSu4SvdMIVSBJdqmmYu6eMjsggZCmo/tdSmqSWE0LWrTkiLWhApY4pSiEf8GJt8dOlVYvvs3dP68HzQMrQsm5kTHtk3dS2/mmO9/4yqiBfTZqA2XFi0OqZToEgd26mLdxULoHlKgFkRBwu7sDlZsMX1NUk6gAJVRm1xKNqZFftGHQWO/6m1yfVvx83L516zkINpKeRraH+4n52cbjeE1sHsz+KywOi7yIj2suYZwMUDg0RtbSqse9PZzu5wQ8I1d2Kgn9CrmBRSG2//J8u8fvCWs2saEXY2STRXAkTmaCttfkodt/cCdAfZTUaAfN09blMXYMkXNifc2/zbu+sze+oeWlbKK6Tu8vOb+NNg4kHO7cojzNJtH/rBC+36OIfPTYy3V8kUxe3S2OYWVMEmA1Lr6lSacFp9lT2f+U7+h+GOWFgVXx7aGoV4ZwZn0XV1oZASXRsoQARGHDAbptlhYh6DM5bZSKQk=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJZ9YgCmFB99lJDRCtfsE8OhCnIL5DLc3SlUcfWUMxIu/qqt/s5IefYLtJSIyhYFDvukRbvG5oYBtd3dWFGi6/c=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIAui91UlSAhk3iyMfzQhBQ8ecxOh602kTfHMdUuslN8A", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_env": {"SHELL": "/bin/bash", "EDITOR": "/usr/bin/vim", "PWD": "/root", "LOGNAME": "root", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3", "MOTD_SHOWN": "pam", "HOME": "/root", "LANG": "en_US.UTF-8", "SSH_CONNECTION": "10.29.163.173 59660 10.31.11.78 22", "XDG_SESSION_CLASS": "user", "SELINUX_ROLE_REQUESTED": "", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "USER": "root", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "1", "XDG_SESSION_ID": "1", "XDG_RUNTIME_DIR": "/run/user/0", "SSH_CLIENT": "10.29.163.173 59660 22", "DEBUGINFOD_URLS": "https://debuginfod.fedoraproject.org/ ", "PATH": "/root/.local/bin:/root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "SELINUX_LEVEL_REQUESTED": "", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus"}, "ansible_date_time": {"year": "2024", "month": "03", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "11", "day": "16", "hour": "10", "minute": "28", "second": "13", "epoch": "1710584893", "epoch_int": "1710584893", "date": "2024-03-16", "time": "10:28:13", "iso8601_micro": "2024-03-16T10:28:13.292644Z", "iso8601": "2024-03-16T10:28:13Z", "iso8601_basic": "20240316T102813292644", "iso8601_basic_short": "20240316T102813", "tz": "UTC", "tz_dst": "UTC", "tz_offset": "+0000"}, "ansible_hostnqn": "", "ansible_system": "Linux", "ansible_kernel": "6.7.7-100.fc38.x86_64", "ansible_kernel_version": "#1 SMP PREEMPT_DYNAMIC Fri Mar 1 16:51:49 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.11.8", "ansible_fqdn": "1e77316b-8132-431a-abaa-55cd4c3b28f1.testing-farm", "ansible_hostname": "1e77316b-8132-431a-abaa-55cd4c3b28f1", "ansible_nodename": "1e77316b-8132-431a-abaa-55cd4c3b28f1.testing-farm", "ansible_domain": "testing-farm", "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_userspace_architecture": "x86_64", "ansible_machine_id": "3b1f8d551285433a8b673d1dfd810632", "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_is_chroot": false, "ansible_fips": false, "ansible_apparmor": {"status": "disabled"}, "ansible_dns": {"nameservers": ["127.0.0.53"], "options": {"edns0": true, "trust-ad": true}, "search": ["us-east-1.aws.redhat.com"]}, "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_fibre_channel_wwn": [], "ansible_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.7.7-100.fc38.x86_64", "root": "UUID=7edc224a-9332-4cda-9c64-11dd8d1c6cdc", "ro": true, "net.ifnames": "0", "rhgb": true, "quiet": true, "crashkernel": "1G-4G:192M,4G-64G:256M,64G-:512M"}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.7.7-100.fc38.x86_64", "root": "UUID=7edc224a-9332-4cda-9c64-11dd8d1c6cdc", "ro": true, "net.ifnames": "0", "rhgb": true, "quiet": true, "crashkernel": "1G-4G:192M,4G-64G:256M,64G-:512M"}, "ansible_loadavg": {"1m": 1.4140625, "5m": 0.57958984375, "15m": 0.21484375}, "ansible_iscsi_iqn": "", "ansible_local": {}, "ansible_python": {"version": {"major": 3, "minor": 11, "micro": 8, "releaselevel": "final", "serial": 0}, "version_info": [3, 11, 8, "final", 0], "executable": "/usr/bin/python3", "has_sslcontext": true, "type": "cpython"}, "ansible_lsb": {}, "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_processor_nproc": 2, "ansible_memtotal_mb": 3528, "ansible_memfree_mb": 2690, "ansible_swaptotal_mb": 3527, "ansible_swapfree_mb": 3527, "ansible_memory_mb": {"real": {"total": 3528, "used": 838, "free": 2690}, "nocache": {"free": 3281, "used": 247}, "swap": {"total": 3527, "free": 3527, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_vendor": "Xen", "ansible_bios_version": "4.11.amazon", "ansible_board_asset_tag": "NA", "ansible_board_name": "NA", "ansible_board_serial": "NA", "ansible_board_vendor": "NA", "ansible_board_version": "NA", "ansible_chassis_asset_tag": "NA", "ansible_chassis_serial": "NA", "ansible_chassis_vendor": "Xen", "ansible_chassis_version": "NA", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec2b4bcf-a725-361b-c618-baaee46809a0", "ansible_product_uuid": "ec2b4bcf-a725-361b-c618-baaee46809a0", "ansible_product_version": "4.11.amazon", "ansible_system_vendor": "Xen", "ansible_devices": {"xvda": {"virtual": 1, "links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "0", "partitions": {"xvda2": {"links": {"ids": [], "uuids": ["7edc224a-9332-4cda-9c64-11dd8d1c6cdc"], "labels": [], "masters": []}, "start": "4096", "sectors": "524283871", "sectorsize": 512, "size": "250.00 GB", "uuid": "7edc224a-9332-4cda-9c64-11dd8d1c6cdc", "holders": []}, "xvda1": {"links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "start": "2048", "sectors": "2048", "sectorsize": 512, "size": "1.00 MB", "uuid": null, "holders": []}}, "rotational": "0", "scheduler_mode": "mq-deadline", "sectors": "524288000", "sectorsize": "512", "size": "250.00 GB", "host": "", "holders": []}, "zram0": {"virtual": 1, "links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "4096", "partitions": {}, "rotational": "0", "scheduler_mode": "", "sectors": "7225344", "sectorsize": "4096", "size": "3.45 GB", "host": "", "holders": []}}, "ansible_device_links": {"ids": {}, "uuids": {"xvda2": ["7edc224a-9332-4cda-9c64-11dd8d1c6cdc"]}, "labels": {}, "masters": {}}, "ansible_uptime_seconds": 82, "ansible_lvm": {"lvs": {}, "vgs": {}, "pvs": {}}, "ansible_mounts": [{"mount": "/", "device": "/dev/xvda2", "fstype": "ext4", "options": "rw,seclabel,relatime", "size_total": 264124022784, "size_available": 250969219072, "block_size": 4096, "block_total": 64483404, "block_available": 61271782, "block_used": 3211622, "inode_total": 16384000, "inode_available": 16303769, "inode_used": 80231, "uuid": "7edc224a-9332-4cda-9c64-11dd8d1c6cdc"}], "ansible_interfaces": ["lo", "eth0"], "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "prefix": "8"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_eth0": {"device": "eth0", "macaddress": "12:f4:88:d6:b1:33", "mtu": 1500, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.11.78", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0", "prefix": "22"}, "ipv6": [{"address": "fe80::10f4:88ff:fed6:b133", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.8.1", "interface": "eth0", "address": "10.31.11.78", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0", "prefix": "22", "macaddress": "12:f4:88:d6:b1:33", "mtu": 1500, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.11.78"], "ansible_all_ipv6_addresses": ["fe80::10f4:88ff:fed6:b133"], "ansible_pkg_mgr": "dnf", "ansible_service_mgr": "systemd", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}}\n', b'') ok: [sut] TASK [Gather facts from sut] *************************************************** task path: /WORKDIR/git-weekly-civjanx3o8/tests/tests_ssh.yml:56 Saturday 16 March 2024 10:28:13 +0000 (0:00:00.998) 0:00:01.028 ******** Using module file /opt/gluetool/lib/python3.9/site-packages/ansible/modules/setup.py Pipelining is enabled. <10.31.11.78> ESTABLISH SSH CONNECTION FOR USER: root <10.31.11.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="root"' -o ConnectTimeout=10 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o 'ControlPath="/home/jenkins/.ansible/cp/8401ee864c"' 10.31.11.78 '/bin/sh -c '"'"'/usr/bin/python3 && sleep 0'"'"'' <10.31.11.78> (0, b'\n{"ansible_facts": {"ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAP0/5840X0PBqL+0TXAc6tLe3vAuWS2de7QMPCng7eyUOsbuhQQPQ47qh23h53yqqTti+XUYL1MpirKfQFZ6nmAJ5itc8zJQjMVVmAhxxyaBfTrxvil+f4AMJcsjGrbMDTMIBhv2vmg4Mgn6Cx1IcTlgMPTRy+uDSOclBLHfxbHTAAAAFQCR/YZ2H6Uv6R/YrJ0rrIIDnQi2cwAAAIEAiUtC5WkL1fPcu2UGMvu7LRaDUVVoIMJnkF5YvooUJdVXaowTf4SW+Vm4Fokhk4XadbdweOhmz8hXqBaTwfn31QwCIfo+RCx5oDbd0wlYGrpy217y1UxLhMGN1/PimSHMs8fhUAyftgwAW3Nz94wYItdNpsguNK2/BiDfDvIGgVAAAACBANtpUkWrjPmiUt5tDBx1Z6UoMydxseLeMHqbBffqi+MqGyCltosrW1xxFGNru+TYL5LiVh2p0aYcX55C1ONxRdI+w4CeVemQGj6Ba/6hkC5KKM9Hmxi9S4Ra22q2dXyXPzKqmwNGHL/z3HG8oZBW7Pf+3GBCjxWo+0IYayEYU14t", "ansible_ssh_host_key_dsa_public_keytype": "ssh-dss", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDg0EdCySI6Tp9oDpoKAYyUglbrdGBDALlLTSu4SvdMIVSBJdqmmYu6eMjsggZCmo/tdSmqSWE0LWrTkiLWhApY4pSiEf8GJt8dOlVYvvs3dP68HzQMrQsm5kTHtk3dS2/mmO9/4yqiBfTZqA2XFi0OqZToEgd26mLdxULoHlKgFkRBwu7sDlZsMX1NUk6gAJVRm1xKNqZFftGHQWO/6m1yfVvx83L516zkINpKeRraH+4n52cbjeE1sHsz+KywOi7yIj2suYZwMUDg0RtbSqse9PZzu5wQ8I1d2Kgn9CrmBRSG2//J8u8fvCWs2saEXY2STRXAkTmaCttfkodt/cCdAfZTUaAfN09blMXYMkXNifc2/zbu+sze+oeWlbKK6Tu8vOb+NNg4kHO7cojzNJtH/rBC+36OIfPTYy3V8kUxe3S2OYWVMEmA1Lr6lSacFp9lT2f+U7+h+GOWFgVXx7aGoV4ZwZn0XV1oZASXRsoQARGHDAbptlhYh6DM5bZSKQk=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJZ9YgCmFB99lJDRCtfsE8OhCnIL5DLc3SlUcfWUMxIu/qqt/s5IefYLtJSIyhYFDvukRbvG5oYBtd3dWFGi6/c=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIAui91UlSAhk3iyMfzQhBQ8ecxOh602kTfHMdUuslN8A", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_dns": {"nameservers": ["127.0.0.53"], "options": {"edns0": true, "trust-ad": true}, "search": ["us-east-1.aws.redhat.com"]}, "ansible_fips": false, "ansible_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.7.7-100.fc38.x86_64", "root": "UUID=7edc224a-9332-4cda-9c64-11dd8d1c6cdc", "ro": true, "net.ifnames": "0", "rhgb": true, "quiet": true, "crashkernel": "1G-4G:192M,4G-64G:256M,64G-:512M"}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.7.7-100.fc38.x86_64", "root": "UUID=7edc224a-9332-4cda-9c64-11dd8d1c6cdc", "ro": true, "net.ifnames": "0", "rhgb": true, "quiet": true, "crashkernel": "1G-4G:192M,4G-64G:256M,64G-:512M"}, "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_env": {"SHELL": "/bin/bash", "EDITOR": "/usr/bin/vim", "PWD": "/root", "LOGNAME": "root", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3", "MOTD_SHOWN": "pam", "HOME": "/root", "LANG": "en_US.UTF-8", "SSH_CONNECTION": "10.29.163.173 59660 10.31.11.78 22", "XDG_SESSION_CLASS": "user", "SELINUX_ROLE_REQUESTED": "", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "USER": "root", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "1", "XDG_SESSION_ID": "1", "XDG_RUNTIME_DIR": "/run/user/0", "SSH_CLIENT": "10.29.163.173 59660 22", "DEBUGINFOD_URLS": "https://debuginfod.fedoraproject.org/ ", "PATH": "/root/.local/bin:/root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "SELINUX_LEVEL_REQUESTED": "", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus"}, "ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "Super User", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_distribution": "Fedora", "ansible_distribution_release": "", "ansible_distribution_version": "38", "ansible_distribution_major_version": "38", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_distribution_file_variety": "RedHat", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_is_chroot": false, "ansible_lsb": {}, "ansible_system": "Linux", "ansible_kernel": "6.7.7-100.fc38.x86_64", "ansible_kernel_version": "#1 SMP PREEMPT_DYNAMIC Fri Mar 1 16:51:49 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.11.8", "ansible_fqdn": "1e77316b-8132-431a-abaa-55cd4c3b28f1.testing-farm", "ansible_hostname": "1e77316b-8132-431a-abaa-55cd4c3b28f1", "ansible_nodename": "1e77316b-8132-431a-abaa-55cd4c3b28f1.testing-farm", "ansible_domain": "testing-farm", "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_userspace_architecture": "x86_64", "ansible_machine_id": "3b1f8d551285433a8b673d1dfd810632", "ansible_date_time": {"year": "2024", "month": "03", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "11", "day": "16", "hour": "10", "minute": "28", "second": "14", "epoch": "1710584894", "epoch_int": "1710584894", "date": "2024-03-16", "time": "10:28:14", "iso8601_micro": "2024-03-16T10:28:14.028038Z", "iso8601": "2024-03-16T10:28:14Z", "iso8601_basic": "20240316T102814028038", "iso8601_basic_short": "20240316T102814", "tz": "UTC", "tz_dst": "UTC", "tz_offset": "+0000"}, "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_local": {}, "ansible_apparmor": {"status": "disabled"}, "ansible_iscsi_iqn": "", "ansible_fibre_channel_wwn": [], "ansible_loadavg": {"1m": 1.4140625, "5m": 0.57958984375, "15m": 0.21484375}, "ansible_python": {"version": {"major": 3, "minor": 11, "micro": 8, "releaselevel": "final", "serial": 0}, "version_info": [3, 11, 8, "final", 0], "executable": "/usr/bin/python3", "has_sslcontext": true, "type": "cpython"}, "ansible_hostnqn": "", "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_interfaces": ["lo", "eth0"], "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "prefix": "8"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_eth0": {"device": "eth0", "macaddress": "12:f4:88:d6:b1:33", "mtu": 1500, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.11.78", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0", "prefix": "22"}, "ipv6": [{"address": "fe80::10f4:88ff:fed6:b133", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.8.1", "interface": "eth0", "address": "10.31.11.78", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0", "prefix": "22", "macaddress": "12:f4:88:d6:b1:33", "mtu": 1500, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.11.78"], "ansible_all_ipv6_addresses": ["fe80::10f4:88ff:fed6:b133"], "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_processor_nproc": 2, "ansible_memtotal_mb": 3528, "ansible_memfree_mb": 2700, "ansible_swaptotal_mb": 3527, "ansible_swapfree_mb": 3527, "ansible_memory_mb": {"real": {"total": 3528, "used": 828, "free": 2700}, "nocache": {"free": 3291, "used": 237}, "swap": {"total": 3527, "free": 3527, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_vendor": "Xen", "ansible_bios_version": "4.11.amazon", "ansible_board_asset_tag": "NA", "ansible_board_name": "NA", "ansible_board_serial": "NA", "ansible_board_vendor": "NA", "ansible_board_version": "NA", "ansible_chassis_asset_tag": "NA", "ansible_chassis_serial": "NA", "ansible_chassis_vendor": "Xen", "ansible_chassis_version": "NA", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec2b4bcf-a725-361b-c618-baaee46809a0", "ansible_product_uuid": "ec2b4bcf-a725-361b-c618-baaee46809a0", "ansible_product_version": "4.11.amazon", "ansible_system_vendor": "Xen", "ansible_devices": {"xvda": {"virtual": 1, "links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "0", "partitions": {"xvda2": {"links": {"ids": [], "uuids": ["7edc224a-9332-4cda-9c64-11dd8d1c6cdc"], "labels": [], "masters": []}, "start": "4096", "sectors": "524283871", "sectorsize": 512, "size": "250.00 GB", "uuid": "7edc224a-9332-4cda-9c64-11dd8d1c6cdc", "holders": []}, "xvda1": {"links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "start": "2048", "sectors": "2048", "sectorsize": 512, "size": "1.00 MB", "uuid": null, "holders": []}}, "rotational": "0", "scheduler_mode": "mq-deadline", "sectors": "524288000", "sectorsize": "512", "size": "250.00 GB", "host": "", "holders": []}, "zram0": {"virtual": 1, "links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "4096", "partitions": {}, "rotational": "0", "scheduler_mode": "", "sectors": "7225344", "sectorsize": "4096", "size": "3.45 GB", "host": "", "holders": []}}, "ansible_device_links": {"ids": {}, "uuids": {"xvda2": ["7edc224a-9332-4cda-9c64-11dd8d1c6cdc"]}, "labels": {}, "masters": {}}, "ansible_uptime_seconds": 83, "ansible_lvm": {"lvs": {}, "vgs": {}, "pvs": {}}, "ansible_mounts": [{"mount": "/", "device": "/dev/xvda2", "fstype": "ext4", "options": "rw,seclabel,relatime", "size_total": 264124022784, "size_available": 250969219072, "block_size": 4096, "block_total": 64483404, "block_available": 61271782, "block_used": 3211622, "inode_total": 16384000, "inode_available": 16303769, "inode_used": 80231, "uuid": "7edc224a-9332-4cda-9c64-11dd8d1c6cdc"}], "ansible_pkg_mgr": "dnf", "ansible_service_mgr": "systemd", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}}\n', b'') ok: [sut] TASK [Print message that this test is skipped on EL 6] ************************* task path: /WORKDIR/git-weekly-civjanx3o8/tests/tests_ssh.yml:61 Saturday 16 March 2024 10:28:14 +0000 (0:00:00.721) 0:00:01.750 ******** skipping: [sut] => {} TASK [Skip the test on EL 6 when control node == managed node] ***************** task path: /WORKDIR/git-weekly-civjanx3o8/tests/tests_ssh.yml:71 Saturday 16 March 2024 10:28:14 +0000 (0:00:00.014) 0:00:01.764 ******** 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. If reboot is not required - the play succeeds.] ************ task path: /WORKDIR/git-weekly-civjanx3o8/tests/tests_ssh.yml:82 Saturday 16 March 2024 10:28:14 +0000 (0:00:00.007) 0:00:01.772 ******** TASK [fedora.linux_system_roles.kdump : Ensure ansible_facts used by role] ***** task path: /WORKDIR/git-weekly-civjanx3o8/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:2 Saturday 16 March 2024 10:28:14 +0000 (0:00:00.033) 0:00:01.805 ******** included: /WORKDIR/git-weekly-civjanx3o8/.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-civjanx3o8/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:2 Saturday 16 March 2024 10:28:14 +0000 (0:00:00.023) 0:00:01.829 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Check if system is ostree] ************* task path: /WORKDIR/git-weekly-civjanx3o8/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10 Saturday 16 March 2024 10:28:14 +0000 (0:00:00.045) 0:00:01.874 ******** Using module file /opt/gluetool/lib/python3.9/site-packages/ansible/modules/stat.py Pipelining is enabled. <10.31.11.78> ESTABLISH SSH CONNECTION FOR USER: root <10.31.11.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="root"' -o ConnectTimeout=10 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o 'ControlPath="/home/jenkins/.ansible/cp/8401ee864c"' 10.31.11.78 '/bin/sh -c '"'"'/usr/bin/python3 && sleep 0'"'"'' <10.31.11.78> (0, b'\n{"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/run/ostree-booted", "follow": false, "get_md5": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\n', b'') ok: [sut] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": false, "get_mime": true, "path": "/run/ostree-booted" } }, "stat": { "exists": false } } TASK [fedora.linux_system_roles.kdump : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-civjanx3o8/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:15 Saturday 16 March 2024 10:28:14 +0000 (0:00:00.322) 0:00:02.197 ******** ok: [sut] => { "ansible_facts": { "__kdump_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.kdump : Install required packages] ************* task path: /WORKDIR/git-weekly-civjanx3o8/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 Saturday 16 March 2024 10:28:14 +0000 (0:00:00.029) 0:00:02.226 ******** Using module file /opt/gluetool/lib/python3.9/site-packages/ansible/modules/dnf.py Pipelining is enabled. <10.31.11.78> ESTABLISH SSH CONNECTION FOR USER: root <10.31.11.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="root"' -o ConnectTimeout=10 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o 'ControlPath="/home/jenkins/.ansible/cp/8401ee864c"' 10.31.11.78 '/bin/sh -c '"'"'/usr/bin/python3 && sleep 0'"'"'' <10.31.11.78> (0, b'\n{"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["grubby", "iproute", "kexec-tools", "openssh-clients"], "state": "present", "allow_downgrade": false, "autoremove": false, "bugfix": false, "cacheonly": false, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "installroot": "/", "install_repoquery": true, "install_weak_deps": true, "security": false, "skip_broken": false, "update_cache": false, "update_only": false, "validate_certs": true, "sslverify": true, "lock_timeout": 30, "allowerasing": false, "nobest": false, "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "releasever": null}}}\n', b'') ok: [sut] => { "changed": false, "invocation": { "module_args": { "allow_downgrade": false, "allowerasing": false, "autoremove": false, "bugfix": false, "cacheonly": false, "conf_file": null, "disable_excludes": null, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_dir": null, "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "install_repoquery": true, "install_weak_deps": true, "installroot": "/", "list": null, "lock_timeout": 30, "name": [ "grubby", "iproute", "kexec-tools", "openssh-clients" ], "nobest": false, "releasever": null, "security": false, "skip_broken": false, "sslverify": true, "state": "present", "update_cache": false, "update_only": false, "validate_certs": true } }, "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-civjanx3o8/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 Saturday 16 March 2024 10:28:17 +0000 (0:00:02.495) 0:00:04.722 ******** Using module file /opt/gluetool/lib/python3.9/site-packages/ansible/modules/systemd.py Pipelining is enabled. <10.31.11.78> ESTABLISH SSH CONNECTION FOR USER: root <10.31.11.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="root"' -o ConnectTimeout=10 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o 'ControlPath="/home/jenkins/.ansible/cp/8401ee864c"' 10.31.11.78 '/bin/sh -c '"'"'/usr/bin/python3 && sleep 0'"'"'' <10.31.11.78> (0, b'\n{"name": "kdump", "changed": false, "status": {"Type": "oneshot", "ExitType": "main", "Restart": "no", "NotifyAccess": "none", "RestartUSec": "100ms", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "45s", "TimeoutAbortUSec": "45s", "TimeoutStartFailureMode": "terminate", "TimeoutStopFailureMode": "abort", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "RootDirectoryStartOnly": "no", "RemainAfterExit": "yes", "GuessMainPID": "yes", "MainPID": "0", "ControlPID": "0", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "StatusErrno": "0", "Result": "success", "ReloadResult": "success", "CleanResult": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "OOMPolicy": "stop", "ReloadSignal": "1", "ExecMainStartTimestamp": "Sat 2024-03-16 10:27:56 UTC", "ExecMainStartTimestampMonotonic": "65658309", "ExecMainExitTimestamp": "Sat 2024-03-16 10:28:11 UTC", "ExecMainExitTimestampMonotonic": "80216976", "ExecMainPID": "7319", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-03-16 10:27:56 UTC] ; stop_time=[Sat 2024-03-16 10:28:11 UTC] ; pid=7319 ; code=exited ; status=0 }", "ExecStartEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; flags= ; start_time=[Sat 2024-03-16 10:27:56 UTC] ; stop_time=[Sat 2024-03-16 10:28:11 UTC] ; pid=7319 ; code=exited ; status=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 }", "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 }", "Slice": "system.slice", "ControlGroupId": "4342", "MemoryCurrent": "[not set]", "MemoryAvailable": "infinity", "CPUUsageNSec": "20615098000", "TasksCurrent": "[not set]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "Delegate": "no", "CPUAccounting": "yes", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "4201", "IPAccounting": "no", "ManagedOOMSwap": "auto", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "14004", "LimitNPROCSoft": "14004", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14004", "LimitSIGPENDINGSoft": "14004", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "CoredumpFilter": "0x33", "Nice": "0", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "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", "DynamicUser": "no", "RemoveIPC": "no", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectClock": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectKernelLogs": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "PrivateIPC": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "2147483646", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "TimeoutCleanUSec": "infinity", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "ProtectProc": "default", "ProcSubset": "all", "ProtectHostname": "no", "KillMode": "control-group", "KillSignal": "15", "RestartKillSignal": "15", "FinalKillSignal": "9", "SendSIGKILL": "yes", "SendSIGHUP": "no", "WatchdogSignal": "6", "Id": "kdump.service", "Names": "kdump.service", "Requires": "system.slice", "WantedBy": "multi-user.target", "After": "network.target system.slice remote-fs.target systemd-journald.socket basic.target network-online.target", "Description": "Crash recovery kernel arming", "AccessSELinuxContext": "system_u:object_r:kdump_unit_file_t:s0", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "UnitFileState": "enabled", "UnitFilePreset": "disabled", "StateChangeTimestamp": "Sat 2024-03-16 10:28:11 UTC", "StateChangeTimestampMonotonic": "80225145", "InactiveExitTimestamp": "Sat 2024-03-16 10:27:56 UTC", "InactiveExitTimestampMonotonic": "65658667", "ActiveEnterTimestamp": "Sat 2024-03-16 10:28:11 UTC", "ActiveEnterTimestampMonotonic": "80225145", "ActiveExitTimestamp": "Sat 2024-03-16 10:27:56 UTC", "ActiveExitTimestampMonotonic": "65621365", "InactiveEnterTimestamp": "Sat 2024-03-16 10:27:56 UTC", "InactiveEnterTimestampMonotonic": "65640636", "CanStart": "yes", "CanStop": "yes", "CanReload": "yes", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "no", "OnSuccessJobMode": "fail", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Sat 2024-03-16 10:27:56 UTC", "ConditionTimestampMonotonic": "65650733", "AssertTimestamp": "Sat 2024-03-16 10:27:56 UTC", "AssertTimestampMonotonic": "65650795", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "09333a4350c645c488bf1211e30ce0cd", "CollectMode": "inactive"}, "enabled": true, "invocation": {"module_args": {"name": "kdump", "enabled": true, "daemon_reload": false, "daemon_reexec": false, "scope": "system", "no_block": false, "state": null, "force": null, "masked": null}}}\n', b'') ok: [sut] => { "changed": false, "enabled": true, "invocation": { "module_args": { "daemon_reexec": false, "daemon_reload": false, "enabled": true, "force": null, "masked": null, "name": "kdump", "no_block": false, "scope": "system", "state": null } }, "name": "kdump", "status": { "AccessSELinuxContext": "system_u:object_r:kdump_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2024-03-16 10:28:11 UTC", "ActiveEnterTimestampMonotonic": "80225145", "ActiveExitTimestamp": "Sat 2024-03-16 10:27:56 UTC", "ActiveExitTimestampMonotonic": "65621365", "ActiveState": "active", "After": "network.target system.slice remote-fs.target systemd-journald.socket basic.target network-online.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-03-16 10:27:56 UTC", "AssertTimestampMonotonic": "65650795", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "20615098000", "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-03-16 10:27:56 UTC", "ConditionTimestampMonotonic": "65650733", "ConfigurationDirectoryMode": "0755", "ControlGroupId": "4342", "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-03-16 10:28:11 UTC", "ExecMainExitTimestampMonotonic": "80216976", "ExecMainPID": "7319", "ExecMainStartTimestamp": "Sat 2024-03-16 10:27:56 UTC", "ExecMainStartTimestampMonotonic": "65658309", "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-03-16 10:27:56 UTC] ; stop_time=[Sat 2024-03-16 10:28:11 UTC] ; pid=7319 ; code=exited ; status=0 }", "ExecStartEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; flags= ; start_time=[Sat 2024-03-16 10:27:56 UTC] ; stop_time=[Sat 2024-03-16 10:28:11 UTC] ; pid=7319 ; 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-03-16 10:27:56 UTC", "InactiveEnterTimestampMonotonic": "65640636", "InactiveExitTimestamp": "Sat 2024-03-16 10:27:56 UTC", "InactiveExitTimestampMonotonic": "65658667", "InvocationID": "09333a4350c645c488bf1211e30ce0cd", "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": "14004", "LimitNPROCSoft": "14004", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14004", "LimitSIGPENDINGSoft": "14004", "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-03-16 10:28:11 UTC", "StateChangeTimestampMonotonic": "80225145", "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": "4201", "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": "0" } } TASK [fedora.linux_system_roles.kdump : Include SSH tasks] ********************* task path: /WORKDIR/git-weekly-civjanx3o8/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:16 Saturday 16 March 2024 10:28:17 +0000 (0:00:00.567) 0:00:05.289 ******** included: /WORKDIR/git-weekly-civjanx3o8/.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-civjanx3o8/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 Saturday 16 March 2024 10:28:18 +0000 (0:00:00.061) 0:00:05.351 ******** Using module file /opt/gluetool/lib/python3.9/site-packages/ansible/modules/command.py Pipelining is enabled. <10.31.11.78> ESTABLISH SSH CONNECTION FOR USER: root <10.31.11.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="root"' -o ConnectTimeout=10 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o 'ControlPath="/home/jenkins/.ansible/cp/8401ee864c"' 10.31.11.78 '/bin/sh -c '"'"'/usr/bin/python3 && sleep 0'"'"'' <10.31.11.78> (0, b'\n{"changed": false, "stdout": "skipped, since /root/.ssh/kdump_id_rsa exists", "stderr": "", "rc": 0, "cmd": ["/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", ""], "start": null, "end": null, "delta": null, "msg": "Would not run command since \'/root/.ssh/kdump_id_rsa\' exists", "invocation": {"module_args": {"creates": "/root/.ssh/kdump_id_rsa", "_raw_params": "/usr/bin/ssh-keygen -t rsa -f /root/.ssh/kdump_id_rsa -N \'\' ", "_uses_shell": false, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "removes": null, "stdin": null}}}\n', b'') ok: [sut] => { "changed": false, "cmd": [ "/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", "" ], "delta": null, "end": null, "invocation": { "module_args": { "_raw_params": "/usr/bin/ssh-keygen -t rsa -f /root/.ssh/kdump_id_rsa -N '' ", "_uses_shell": false, "argv": null, "chdir": null, "creates": "/root/.ssh/kdump_id_rsa", "executable": null, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true } }, "rc": 0, "start": null } STDOUT: skipped, since /root/.ssh/kdump_id_rsa exists MSG: Would not run command since '/root/.ssh/kdump_id_rsa' exists TASK [fedora.linux_system_roles.kdump : Fetch key] ***************************** task path: /WORKDIR/git-weekly-civjanx3o8/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 Saturday 16 March 2024 10:28:18 +0000 (0:00:00.302) 0:00:05.653 ******** Using module file /opt/gluetool/lib/python3.9/site-packages/ansible/modules/slurp.py Pipelining is enabled. <10.31.11.78> ESTABLISH SSH CONNECTION FOR USER: root <10.31.11.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="root"' -o ConnectTimeout=10 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o 'ControlPath="/home/jenkins/.ansible/cp/8401ee864c"' 10.31.11.78 '/bin/sh -c '"'"'/usr/bin/python3 && sleep 0'"'"'' <10.31.11.78> (0, b'\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDdVl3WUZaWitBNndjTlhUSTFlVkNXeWxyV1ZUOEQzTmM3aDdYdmFRMzJGbGlHQktJYmpEOFUyc0hjR3NOdGpJYUhpdTRkSW5qVXRTK2E3Y3VzWUxxeWFCWVIzVDRmaE9YWjR0cHBvcTYzZVFtYnVtdzBBTGxIdWNWak9jV3I1VnhJd2cwTWpvY0E2NzhaVVNxUWFPMi9CT2Fibm1tcFd1azhtR0N4cDl1d0tqUkhqL1dRdzN0dmhXUTEwa2IrV0pCOVJRVkpTODBldmV6Yi9Lb2N2SkZpNEV5Z2hVOWlTeEIzb3M3Znp0VWdKaEFOcTl5TmVaNDlkcFVOaFlBYzFBWHVZZ0NTZXdTTVJtSEJkU095SjNZL2NYSFRtbjVVN1B1SmErdGlFd0RFT0kxVUdnWDhjZzZjL2toM1NYZWdqQWw1YUFEZXhOTWo5cER0ZW9SQkUvWDFpb1FxWEJ1TlI5RTU4aUdOSEN3TzRLU1lTTFl0Wkw4RHNVczdSdGk4ZXVuekZ1YjBEalgwUCt3UGl2NThyN3FRdUVUWUZ4d2svajVqM28rR3d1dEF2cndaeFVRdEVtOTBSY3Z3WU05TVVNdTlLdSt1MTdmRzNSUEl3a0w4eFRzKysyTmRlWG51TmRKVWVhOWNteXlkb3p4M2xyM2hYaE96Q0ZRYnZsRjZncE09IHJvb3RAMWU3NzMxNmItODEzMi00MzFhLWFiYWEtNTVjZDRjM2IyOGYxLnRlc3RpbmctZmFybQo=", "source": "/root/.ssh/kdump_id_rsa.pub", "encoding": "base64", "invocation": {"module_args": {"src": "/root/.ssh/kdump_id_rsa.pub"}}}\n', b'') ok: [sut] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDdVl3WUZaWitBNndjTlhUSTFlVkNXeWxyV1ZUOEQzTmM3aDdYdmFRMzJGbGlHQktJYmpEOFUyc0hjR3NOdGpJYUhpdTRkSW5qVXRTK2E3Y3VzWUxxeWFCWVIzVDRmaE9YWjR0cHBvcTYzZVFtYnVtdzBBTGxIdWNWak9jV3I1VnhJd2cwTWpvY0E2NzhaVVNxUWFPMi9CT2Fibm1tcFd1azhtR0N4cDl1d0tqUkhqL1dRdzN0dmhXUTEwa2IrV0pCOVJRVkpTODBldmV6Yi9Lb2N2SkZpNEV5Z2hVOWlTeEIzb3M3Znp0VWdKaEFOcTl5TmVaNDlkcFVOaFlBYzFBWHVZZ0NTZXdTTVJtSEJkU095SjNZL2NYSFRtbjVVN1B1SmErdGlFd0RFT0kxVUdnWDhjZzZjL2toM1NYZWdqQWw1YUFEZXhOTWo5cER0ZW9SQkUvWDFpb1FxWEJ1TlI5RTU4aUdOSEN3TzRLU1lTTFl0Wkw4RHNVczdSdGk4ZXVuekZ1YjBEalgwUCt3UGl2NThyN3FRdUVUWUZ4d2svajVqM28rR3d1dEF2cndaeFVRdEVtOTBSY3Z3WU05TVVNdTlLdSt1MTdmRzNSUEl3a0w4eFRzKysyTmRlWG51TmRKVWVhOWNteXlkb3p4M2xyM2hYaE96Q0ZRYnZsRjZncE09IHJvb3RAMWU3NzMxNmItODEzMi00MzFhLWFiYWEtNTVjZDRjM2IyOGYxLnRlc3RpbmctZmFybQo=", "encoding": "base64", "invocation": { "module_args": { "src": "/root/.ssh/kdump_id_rsa.pub" } }, "source": "/root/.ssh/kdump_id_rsa.pub" } TASK [fedora.linux_system_roles.kdump : Get userinfo for root] ***************** task path: /WORKDIR/git-weekly-civjanx3o8/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:19 Saturday 16 March 2024 10:28:18 +0000 (0:00:00.319) 0:00:05.973 ******** Using module file /opt/gluetool/lib/python3.9/site-packages/ansible/modules/user.py Pipelining is enabled. <10.31.11.78> ESTABLISH SSH CONNECTION FOR USER: root <10.31.11.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="root"' -o ConnectTimeout=10 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o 'ControlPath="/home/jenkins/.ansible/cp/8401ee864c"' 10.31.11.78 '/bin/sh -c '"'"'/usr/bin/python3 && sleep 0'"'"'' <10.31.11.78> (0, b'\n{"name": "root", "state": "present", "append": false, "move_home": false, "changed": false, "uid": 0, "group": 0, "comment": "Super User", "home": "/root", "shell": "/bin/bash", "invocation": {"module_args": {"name": "root", "state": "present", "non_unique": false, "force": false, "remove": false, "create_home": true, "system": false, "move_home": false, "append": false, "ssh_key_bits": 0, "ssh_key_type": "rsa", "ssh_key_comment": "ansible-generated on 1e77316b-8132-431a-abaa-55cd4c3b28f1.testing-farm", "update_password": "always", "uid": null, "group": null, "groups": null, "comment": null, "home": null, "shell": null, "password": null, "login_class": null, "password_expire_max": null, "password_expire_min": null, "hidden": null, "seuser": null, "skeleton": null, "generate_ssh_key": null, "ssh_key_file": null, "ssh_key_passphrase": null, "expires": null, "password_lock": null, "local": null, "profile": null, "authorization": null, "role": null, "umask": null}}}\n', b'') ok: [sut] => { "append": false, "changed": false, "comment": "Super User", "group": 0, "home": "/root", "invocation": { "module_args": { "append": false, "authorization": null, "comment": null, "create_home": true, "expires": null, "force": false, "generate_ssh_key": null, "group": null, "groups": null, "hidden": null, "home": null, "local": null, "login_class": null, "move_home": false, "name": "root", "non_unique": false, "password": null, "password_expire_max": null, "password_expire_min": null, "password_lock": null, "profile": null, "remove": false, "role": null, "seuser": null, "shell": null, "skeleton": null, "ssh_key_bits": 0, "ssh_key_comment": "ansible-generated on 1e77316b-8132-431a-abaa-55cd4c3b28f1.testing-farm", "ssh_key_file": null, "ssh_key_passphrase": null, "ssh_key_type": "rsa", "state": "present", "system": false, "uid": null, "umask": null, "update_password": "always" } }, "move_home": false, "name": "root", "shell": "/bin/bash", "state": "present", "uid": 0 } TASK [fedora.linux_system_roles.kdump : Get the ssh directory for the user] **** task path: /WORKDIR/git-weekly-civjanx3o8/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:25 Saturday 16 March 2024 10:28:19 +0000 (0:00:00.412) 0:00:06.386 ******** Using module file /opt/gluetool/lib/python3.9/site-packages/ansible/modules/stat.py Pipelining is enabled. <10.31.11.78> ESTABLISH SSH CONNECTION FOR USER: root <10.31.11.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="root"' -o ConnectTimeout=10 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o 'ControlPath="/home/jenkins/.ansible/cp/8401ee864c"' 10.31.11.78 '/bin/sh -c '"'"'/usr/bin/python3 && sleep 0'"'"'' <10.31.11.78> (0, b'\n{"changed": false, "stat": {"exists": true, "path": "/root/.ssh", "mode": "0700", "isdir": true, "ischr": false, "isblk": false, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 4096, "inode": 457, "dev": 51714, "nlink": 2, "atime": 1710583997.8442218, "mtime": 1710584873.9404123, "ctime": 1710584873.9404123, "wusr": true, "rusr": true, "xusr": true, "wgrp": false, "rgrp": false, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 16, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": true, "pw_name": "root", "gr_name": "root", "mimetype": "inode/directory", "charset": "binary", "version": "1071215977", "attributes": ["extents"], "attr_flags": "e"}, "invocation": {"module_args": {"path": "/root/.ssh", "follow": false, "get_md5": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\n', b'') ok: [sut] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": false, "get_mime": true, "path": "/root/.ssh" } }, "stat": { "atime": 1710583997.8442218, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 16, "charset": "binary", "ctime": 1710584873.9404123, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 457, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1710584873.9404123, "nlink": 2, "path": "/root/.ssh", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 4096, "uid": 0, "version": "1071215977", "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-civjanx3o8/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:30 Saturday 16 March 2024 10:28:19 +0000 (0:00:00.244) 0:00:06.630 ******** Using module file /opt/gluetool/lib/python3.9/site-packages/ansible/modules/stat.py Pipelining is enabled. <10.31.11.78> ESTABLISH SSH CONNECTION FOR USER: root <10.31.11.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="root"' -o ConnectTimeout=10 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o 'ControlPath="/home/jenkins/.ansible/cp/8401ee864c"' 10.31.11.78 '/bin/sh -c '"'"'/usr/bin/python3 && sleep 0'"'"'' <10.31.11.78> (0, b'\n{"changed": false, "stat": {"exists": true, "path": "/root/.ssh/authorized_keys", "mode": "0600", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 1598, "inode": 262513, "dev": 51714, "nlink": 1, "atime": 1710584877.287388, "mtime": 1710584873.9404123, "ctime": 1710584873.9404123, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": false, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "4853ee046b4f1b19d70a63eec113bcb867602938", "mimetype": "text/plain", "charset": "us-ascii", "version": "2091708634", "attributes": ["extents"], "attr_flags": "e"}, "invocation": {"module_args": {"path": "/root/.ssh/authorized_keys", "follow": false, "get_md5": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\n', b'') ok: [sut] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": false, "get_mime": true, "path": "/root/.ssh/authorized_keys" } }, "stat": { "atime": 1710584877.287388, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "4853ee046b4f1b19d70a63eec113bcb867602938", "ctime": 1710584873.9404123, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 262513, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1710584873.9404123, "nlink": 1, "path": "/root/.ssh/authorized_keys", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 1598, "uid": 0, "version": "2091708634", "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-civjanx3o8/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35 Saturday 16 March 2024 10:28:19 +0000 (0:00:00.254) 0:00:06.885 ******** Using module file /opt/gluetool/lib/python3.9/site-packages/ansible/modules/file.py Pipelining is enabled. <10.31.11.78> ESTABLISH SSH CONNECTION FOR USER: root <10.31.11.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="root"' -o ConnectTimeout=10 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o 'ControlPath="/home/jenkins/.ansible/cp/8401ee864c"' 10.31.11.78 '/bin/sh -c '"'"'/usr/bin/python3 && sleep 0'"'"'' <10.31.11.78> (0, b'\n{"path": "/root/.ssh", "changed": false, "diff": {"before": {"path": "/root/.ssh"}, "after": {"path": "/root/.ssh"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0700", "state": "directory", "secontext": "system_u:object_r:ssh_home_t:s0", "size": 4096, "invocation": {"module_args": {"path": "/root/.ssh", "state": "directory", "group": "root", "owner": "root", "mode": "0700", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}}\n', b'') ok: [sut] => { "changed": false, "diff": { "after": { "path": "/root/.ssh" }, "before": { "path": "/root/.ssh" } }, "gid": 0, "group": "root", "invocation": { "module_args": { "_diff_peek": null, "_original_basename": null, "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "follow": true, "force": false, "group": "root", "mode": "0700", "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": "root", "path": "/root/.ssh", "recurse": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "directory", "unsafe_writes": false } }, "mode": "0700", "owner": "root", "path": "/root/.ssh", "secontext": "system_u:object_r:ssh_home_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.kdump : Write new authorized_keys if needed] *** task path: /WORKDIR/git-weekly-civjanx3o8/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 Saturday 16 March 2024 10:28:19 +0000 (0:00:00.407) 0:00:07.293 ******** Using module file /opt/gluetool/lib/python3.9/site-packages/ansible/modules/lineinfile.py Pipelining is enabled. <10.31.11.78> ESTABLISH SSH CONNECTION FOR USER: root <10.31.11.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="root"' -o ConnectTimeout=10 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o 'ControlPath="/home/jenkins/.ansible/cp/8401ee864c"' 10.31.11.78 '/bin/sh -c '"'"'/usr/bin/python3 && sleep 0'"'"'' <10.31.11.78> (0, b'\n{"changed": false, "msg": "", "backup": "", "diff": [{"before": "", "after": "", "before_header": "/root/.ssh/authorized_keys (content)", "after_header": "/root/.ssh/authorized_keys (content)"}, {"before_header": "/root/.ssh/authorized_keys (file attributes)", "after_header": "/root/.ssh/authorized_keys (file attributes)"}], "invocation": {"module_args": {"line": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCuYwYFZZ+A6wcNXTI1eVCWylrWVT8D3Nc7h7XvaQ32FliGBKIbjD8U2sHcGsNtjIaHiu4dInjUtS+a7cusYLqyaBYR3T4fhOXZ4tppoq63eQmbumw0ALlHucVjOcWr5VxIwg0MjocA678ZUSqQaO2/BOabnmmpWuk8mGCxp9uwKjRHj/WQw3tvhWQ10kb+WJB9RQVJS80evezb/KocvJFi4EyghU9iSxB3os7fztUgJhANq9yNeZ49dpUNhYAc1AXuYgCSewSMRmHBdSOyJ3Y/cXHTmn5U7PuJa+tiEwDEOI1UGgX8cg6c/kh3SXegjAl5aADexNMj9pDteoRBE/X1ioQqXBuNR9E58iGNHCwO4KSYSLYtZL8DsUs7Rti8eunzFub0DjX0P+wPiv58r7qQuETYFxwk/j5j3o+GwutAvrwZxUQtEm90RcvwYM9MUMu9Ku+u17fG3RPIwkL8xTs++2NdeXnuNdJUea9cmyydozx3lr3hXhOzCFQbvlF6gpM= root@1e77316b-8132-431a-abaa-55cd4c3b28f1.testing-farm", "state": "present", "create": true, "path": "/root/.ssh/authorized_keys", "group": "root", "owner": "root", "mode": "0600", "backrefs": false, "backup": false, "firstmatch": false, "unsafe_writes": false, "regexp": null, "search_string": null, "insertafter": null, "insertbefore": null, "validate": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}}\n', b'') ok: [sut] => { "backup": "", "changed": false, "diff": [ { "after": "", "after_header": "/root/.ssh/authorized_keys (content)", "before": "", "before_header": "/root/.ssh/authorized_keys (content)" }, { "after_header": "/root/.ssh/authorized_keys (file attributes)", "before_header": "/root/.ssh/authorized_keys (file attributes)" } ], "invocation": { "module_args": { "attributes": null, "backrefs": false, "backup": false, "create": true, "firstmatch": false, "group": "root", "insertafter": null, "insertbefore": null, "line": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCuYwYFZZ+A6wcNXTI1eVCWylrWVT8D3Nc7h7XvaQ32FliGBKIbjD8U2sHcGsNtjIaHiu4dInjUtS+a7cusYLqyaBYR3T4fhOXZ4tppoq63eQmbumw0ALlHucVjOcWr5VxIwg0MjocA678ZUSqQaO2/BOabnmmpWuk8mGCxp9uwKjRHj/WQw3tvhWQ10kb+WJB9RQVJS80evezb/KocvJFi4EyghU9iSxB3os7fztUgJhANq9yNeZ49dpUNhYAc1AXuYgCSewSMRmHBdSOyJ3Y/cXHTmn5U7PuJa+tiEwDEOI1UGgX8cg6c/kh3SXegjAl5aADexNMj9pDteoRBE/X1ioQqXBuNR9E58iGNHCwO4KSYSLYtZL8DsUs7Rti8eunzFub0DjX0P+wPiv58r7qQuETYFxwk/j5j3o+GwutAvrwZxUQtEm90RcvwYM9MUMu9Ku+u17fG3RPIwkL8xTs++2NdeXnuNdJUea9cmyydozx3lr3hXhOzCFQbvlF6gpM= root@1e77316b-8132-431a-abaa-55cd4c3b28f1.testing-farm", "mode": "0600", "owner": "root", "path": "/root/.ssh/authorized_keys", "regexp": null, "search_string": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "state": "present", "unsafe_writes": false, "validate": null } } } TASK [fedora.linux_system_roles.kdump : Fetch the servers public key] ********** task path: /WORKDIR/git-weekly-civjanx3o8/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:53 Saturday 16 March 2024 10:28:20 +0000 (0:00:00.343) 0:00:07.636 ******** Using module file /opt/gluetool/lib/python3.9/site-packages/ansible/modules/slurp.py Pipelining is enabled. <10.31.11.78> ESTABLISH SSH CONNECTION FOR USER: root <10.31.11.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="root"' -o ConnectTimeout=10 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o 'ControlPath="/home/jenkins/.ansible/cp/8401ee864c"' 10.31.11.78 '/bin/sh -c '"'"'/usr/bin/python3 && sleep 0'"'"'' <10.31.11.78> (0, b'\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEZzBFZEN5U0k2VHA5b0Rwb0tBWXlVZ2xicmRHQkRBTGxMVFN1NFN2ZE1JVlNCSmRxbW1ZdTZlTWpzZ2daQ21vL3RkU21xU1dFMExXclRraUxXaEFwWTRwU2lFZjhHSnQ4ZE9sVll2dnMzZFA2OEh6UU1yUXNtNWtUSHRrM2RTMi9tbU85LzR5cWlCZlRacUEyWEZpME9xWlRvRWdkMjZtTGR4VUxvSGxLZ0ZrUkJ3dTdzRGxac01YMU5VazZnQUpWUm0xeEtOcVpGZnRHSFFXTy82bTF5ZlZ2eDgzTDUxNnprSU5wS2VScmFIKzRuNTJjYmplRTFzSHN6K0t5d09pN3lJajJzdVlad01VRGcwUnRiU3FzZTlQWnp1NXdROEkxZDJLZ245Q3JtQlJTRzIvL0o4dThmdkNXczJzYUVYWTJTVFJYQWtUbWFDdHRma29kdC9jQ2RBZlpUVWFBZk4wOWJsTVhZTWtYTmlmYzIvemJ1K3N6ZStvZVdsYktLNlR1OHZPYitOTmc0a0hPN2NvanpOSnRIL3JCQyszNk9JZlBUWXkzVjhrVXhlM1MyT1lXVk1FbUExTHI2bFNhY0ZwOWxUMmYrVTcraCtHT1dGZ1ZYeDdhR29WNFp3Wm4wWFYxb1pBU1hSc29RQVJHSERBYnB0bGhZaDZETTViWlNLUWs9IHJvb3RAaXAtMTAtMzEtMTEtNzgudXMtZWFzdC0xLmF3cy5yZWRoYXQuY29tCg==", "source": "/etc/ssh/ssh_host_rsa_key.pub", "encoding": "base64", "invocation": {"module_args": {"src": "/etc/ssh/ssh_host_rsa_key.pub"}}}\n', b'') ok: [sut] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FEZzBFZEN5U0k2VHA5b0Rwb0tBWXlVZ2xicmRHQkRBTGxMVFN1NFN2ZE1JVlNCSmRxbW1ZdTZlTWpzZ2daQ21vL3RkU21xU1dFMExXclRraUxXaEFwWTRwU2lFZjhHSnQ4ZE9sVll2dnMzZFA2OEh6UU1yUXNtNWtUSHRrM2RTMi9tbU85LzR5cWlCZlRacUEyWEZpME9xWlRvRWdkMjZtTGR4VUxvSGxLZ0ZrUkJ3dTdzRGxac01YMU5VazZnQUpWUm0xeEtOcVpGZnRHSFFXTy82bTF5ZlZ2eDgzTDUxNnprSU5wS2VScmFIKzRuNTJjYmplRTFzSHN6K0t5d09pN3lJajJzdVlad01VRGcwUnRiU3FzZTlQWnp1NXdROEkxZDJLZ245Q3JtQlJTRzIvL0o4dThmdkNXczJzYUVYWTJTVFJYQWtUbWFDdHRma29kdC9jQ2RBZlpUVWFBZk4wOWJsTVhZTWtYTmlmYzIvemJ1K3N6ZStvZVdsYktLNlR1OHZPYitOTmc0a0hPN2NvanpOSnRIL3JCQyszNk9JZlBUWXkzVjhrVXhlM1MyT1lXVk1FbUExTHI2bFNhY0ZwOWxUMmYrVTcraCtHT1dGZ1ZYeDdhR29WNFp3Wm4wWFYxb1pBU1hSc29RQVJHSERBYnB0bGhZaDZETTViWlNLUWs9IHJvb3RAaXAtMTAtMzEtMTEtNzgudXMtZWFzdC0xLmF3cy5yZWRoYXQuY29tCg==", "encoding": "base64", "invocation": { "module_args": { "src": "/etc/ssh/ssh_host_rsa_key.pub" } }, "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-civjanx3o8/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:59 Saturday 16 March 2024 10:28:20 +0000 (0:00:00.212) 0:00:07.848 ******** Using module file /opt/gluetool/lib/python3.9/site-packages/ansible/modules/known_hosts.py Pipelining is enabled. <10.31.11.78> ESTABLISH SSH CONNECTION FOR USER: root <10.31.11.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="root"' -o ConnectTimeout=10 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o 'ControlPath="/home/jenkins/.ansible/cp/8401ee864c"' 10.31.11.78 '/bin/sh -c '"'"'/usr/bin/python3 && sleep 0'"'"'' <10.31.11.78> (0, b'\n{"changed": false, "diff": {"before_header": "/etc/ssh/ssh_known_hosts", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.11.78 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDg0EdCySI6Tp9oDpoKAYyUglbrdGBDALlLTSu4SvdMIVSBJdqmmYu6eMjsggZCmo/tdSmqSWE0LWrTkiLWhApY4pSiEf8GJt8dOlVYvvs3dP68HzQMrQsm5kTHtk3dS2/mmO9/4yqiBfTZqA2XFi0OqZToEgd26mLdxULoHlKgFkRBwu7sDlZsMX1NUk6gAJVRm1xKNqZFftGHQWO/6m1yfVvx83L516zkINpKeRraH+4n52cbjeE1sHsz+KywOi7yIj2suYZwMUDg0RtbSqse9PZzu5wQ8I1d2Kgn9CrmBRSG2//J8u8fvCWs2saEXY2STRXAkTmaCttfkodt/cCdAfZTUaAfN09blMXYMkXNifc2/zbu+sze+oeWlbKK6Tu8vOb+NNg4kHO7cojzNJtH/rBC+36OIfPTYy3V8kUxe3S2OYWVMEmA1Lr6lSacFp9lT2f+U7+h+GOWFgVXx7aGoV4ZwZn0XV1oZASXRsoQARGHDAbptlhYh6DM5bZSKQk= root@ip-10-31-11-78.us-east-1.aws.redhat.com\\n", "after": "10.31.11.78 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDg0EdCySI6Tp9oDpoKAYyUglbrdGBDALlLTSu4SvdMIVSBJdqmmYu6eMjsggZCmo/tdSmqSWE0LWrTkiLWhApY4pSiEf8GJt8dOlVYvvs3dP68HzQMrQsm5kTHtk3dS2/mmO9/4yqiBfTZqA2XFi0OqZToEgd26mLdxULoHlKgFkRBwu7sDlZsMX1NUk6gAJVRm1xKNqZFftGHQWO/6m1yfVvx83L516zkINpKeRraH+4n52cbjeE1sHsz+KywOi7yIj2suYZwMUDg0RtbSqse9PZzu5wQ8I1d2Kgn9CrmBRSG2//J8u8fvCWs2saEXY2STRXAkTmaCttfkodt/cCdAfZTUaAfN09blMXYMkXNifc2/zbu+sze+oeWlbKK6Tu8vOb+NNg4kHO7cojzNJtH/rBC+36OIfPTYy3V8kUxe3S2OYWVMEmA1Lr6lSacFp9lT2f+U7+h+GOWFgVXx7aGoV4ZwZn0XV1oZASXRsoQARGHDAbptlhYh6DM5bZSKQk= root@ip-10-31-11-78.us-east-1.aws.redhat.com\\n"}, "invocation": {"module_args": {"key": "10.31.11.78 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDg0EdCySI6Tp9oDpoKAYyUglbrdGBDALlLTSu4SvdMIVSBJdqmmYu6eMjsggZCmo/tdSmqSWE0LWrTkiLWhApY4pSiEf8GJt8dOlVYvvs3dP68HzQMrQsm5kTHtk3dS2/mmO9/4yqiBfTZqA2XFi0OqZToEgd26mLdxULoHlKgFkRBwu7sDlZsMX1NUk6gAJVRm1xKNqZFftGHQWO/6m1yfVvx83L516zkINpKeRraH+4n52cbjeE1sHsz+KywOi7yIj2suYZwMUDg0RtbSqse9PZzu5wQ8I1d2Kgn9CrmBRSG2//J8u8fvCWs2saEXY2STRXAkTmaCttfkodt/cCdAfZTUaAfN09blMXYMkXNifc2/zbu+sze+oeWlbKK6Tu8vOb+NNg4kHO7cojzNJtH/rBC+36OIfPTYy3V8kUxe3S2OYWVMEmA1Lr6lSacFp9lT2f+U7+h+GOWFgVXx7aGoV4ZwZn0XV1oZASXRsoQARGHDAbptlhYh6DM5bZSKQk= root@ip-10-31-11-78.us-east-1.aws.redhat.com\\n", "name": "10.31.11.78", "path": "/etc/ssh/ssh_known_hosts", "hash_host": false, "state": "present", "diff": {"before_header": "/etc/ssh/ssh_known_hosts", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.11.78 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDg0EdCySI6Tp9oDpoKAYyUglbrdGBDALlLTSu4SvdMIVSBJdqmmYu6eMjsggZCmo/tdSmqSWE0LWrTkiLWhApY4pSiEf8GJt8dOlVYvvs3dP68HzQMrQsm5kTHtk3dS2/mmO9/4yqiBfTZqA2XFi0OqZToEgd26mLdxULoHlKgFkRBwu7sDlZsMX1NUk6gAJVRm1xKNqZFftGHQWO/6m1yfVvx83L516zkINpKeRraH+4n52cbjeE1sHsz+KywOi7yIj2suYZwMUDg0RtbSqse9PZzu5wQ8I1d2Kgn9CrmBRSG2//J8u8fvCWs2saEXY2STRXAkTmaCttfkodt/cCdAfZTUaAfN09blMXYMkXNifc2/zbu+sze+oeWlbKK6Tu8vOb+NNg4kHO7cojzNJtH/rBC+36OIfPTYy3V8kUxe3S2OYWVMEmA1Lr6lSacFp9lT2f+U7+h+GOWFgVXx7aGoV4ZwZn0XV1oZASXRsoQARGHDAbptlhYh6DM5bZSKQk= root@ip-10-31-11-78.us-east-1.aws.redhat.com\\n", "after": "10.31.11.78 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDg0EdCySI6Tp9oDpoKAYyUglbrdGBDALlLTSu4SvdMIVSBJdqmmYu6eMjsggZCmo/tdSmqSWE0LWrTkiLWhApY4pSiEf8GJt8dOlVYvvs3dP68HzQMrQsm5kTHtk3dS2/mmO9/4yqiBfTZqA2XFi0OqZToEgd26mLdxULoHlKgFkRBwu7sDlZsMX1NUk6gAJVRm1xKNqZFftGHQWO/6m1yfVvx83L516zkINpKeRraH+4n52cbjeE1sHsz+KywOi7yIj2suYZwMUDg0RtbSqse9PZzu5wQ8I1d2Kgn9CrmBRSG2//J8u8fvCWs2saEXY2STRXAkTmaCttfkodt/cCdAfZTUaAfN09blMXYMkXNifc2/zbu+sze+oeWlbKK6Tu8vOb+NNg4kHO7cojzNJtH/rBC+36OIfPTYy3V8kUxe3S2OYWVMEmA1Lr6lSacFp9lT2f+U7+h+GOWFgVXx7aGoV4ZwZn0XV1oZASXRsoQARGHDAbptlhYh6DM5bZSKQk= root@ip-10-31-11-78.us-east-1.aws.redhat.com\\n"}}}}\n', b'') ok: [sut] => { "changed": false, "diff": { "after": "10.31.11.78 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDg0EdCySI6Tp9oDpoKAYyUglbrdGBDALlLTSu4SvdMIVSBJdqmmYu6eMjsggZCmo/tdSmqSWE0LWrTkiLWhApY4pSiEf8GJt8dOlVYvvs3dP68HzQMrQsm5kTHtk3dS2/mmO9/4yqiBfTZqA2XFi0OqZToEgd26mLdxULoHlKgFkRBwu7sDlZsMX1NUk6gAJVRm1xKNqZFftGHQWO/6m1yfVvx83L516zkINpKeRraH+4n52cbjeE1sHsz+KywOi7yIj2suYZwMUDg0RtbSqse9PZzu5wQ8I1d2Kgn9CrmBRSG2//J8u8fvCWs2saEXY2STRXAkTmaCttfkodt/cCdAfZTUaAfN09blMXYMkXNifc2/zbu+sze+oeWlbKK6Tu8vOb+NNg4kHO7cojzNJtH/rBC+36OIfPTYy3V8kUxe3S2OYWVMEmA1Lr6lSacFp9lT2f+U7+h+GOWFgVXx7aGoV4ZwZn0XV1oZASXRsoQARGHDAbptlhYh6DM5bZSKQk= root@ip-10-31-11-78.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.11.78 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDg0EdCySI6Tp9oDpoKAYyUglbrdGBDALlLTSu4SvdMIVSBJdqmmYu6eMjsggZCmo/tdSmqSWE0LWrTkiLWhApY4pSiEf8GJt8dOlVYvvs3dP68HzQMrQsm5kTHtk3dS2/mmO9/4yqiBfTZqA2XFi0OqZToEgd26mLdxULoHlKgFkRBwu7sDlZsMX1NUk6gAJVRm1xKNqZFftGHQWO/6m1yfVvx83L516zkINpKeRraH+4n52cbjeE1sHsz+KywOi7yIj2suYZwMUDg0RtbSqse9PZzu5wQ8I1d2Kgn9CrmBRSG2//J8u8fvCWs2saEXY2STRXAkTmaCttfkodt/cCdAfZTUaAfN09blMXYMkXNifc2/zbu+sze+oeWlbKK6Tu8vOb+NNg4kHO7cojzNJtH/rBC+36OIfPTYy3V8kUxe3S2OYWVMEmA1Lr6lSacFp9lT2f+U7+h+GOWFgVXx7aGoV4ZwZn0XV1oZASXRsoQARGHDAbptlhYh6DM5bZSKQk= root@ip-10-31-11-78.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "invocation": { "module_args": { "diff": { "after": "10.31.11.78 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDg0EdCySI6Tp9oDpoKAYyUglbrdGBDALlLTSu4SvdMIVSBJdqmmYu6eMjsggZCmo/tdSmqSWE0LWrTkiLWhApY4pSiEf8GJt8dOlVYvvs3dP68HzQMrQsm5kTHtk3dS2/mmO9/4yqiBfTZqA2XFi0OqZToEgd26mLdxULoHlKgFkRBwu7sDlZsMX1NUk6gAJVRm1xKNqZFftGHQWO/6m1yfVvx83L516zkINpKeRraH+4n52cbjeE1sHsz+KywOi7yIj2suYZwMUDg0RtbSqse9PZzu5wQ8I1d2Kgn9CrmBRSG2//J8u8fvCWs2saEXY2STRXAkTmaCttfkodt/cCdAfZTUaAfN09blMXYMkXNifc2/zbu+sze+oeWlbKK6Tu8vOb+NNg4kHO7cojzNJtH/rBC+36OIfPTYy3V8kUxe3S2OYWVMEmA1Lr6lSacFp9lT2f+U7+h+GOWFgVXx7aGoV4ZwZn0XV1oZASXRsoQARGHDAbptlhYh6DM5bZSKQk= root@ip-10-31-11-78.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.11.78 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDg0EdCySI6Tp9oDpoKAYyUglbrdGBDALlLTSu4SvdMIVSBJdqmmYu6eMjsggZCmo/tdSmqSWE0LWrTkiLWhApY4pSiEf8GJt8dOlVYvvs3dP68HzQMrQsm5kTHtk3dS2/mmO9/4yqiBfTZqA2XFi0OqZToEgd26mLdxULoHlKgFkRBwu7sDlZsMX1NUk6gAJVRm1xKNqZFftGHQWO/6m1yfVvx83L516zkINpKeRraH+4n52cbjeE1sHsz+KywOi7yIj2suYZwMUDg0RtbSqse9PZzu5wQ8I1d2Kgn9CrmBRSG2//J8u8fvCWs2saEXY2STRXAkTmaCttfkodt/cCdAfZTUaAfN09blMXYMkXNifc2/zbu+sze+oeWlbKK6Tu8vOb+NNg4kHO7cojzNJtH/rBC+36OIfPTYy3V8kUxe3S2OYWVMEmA1Lr6lSacFp9lT2f+U7+h+GOWFgVXx7aGoV4ZwZn0XV1oZASXRsoQARGHDAbptlhYh6DM5bZSKQk= root@ip-10-31-11-78.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "hash_host": false, "key": "10.31.11.78 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDg0EdCySI6Tp9oDpoKAYyUglbrdGBDALlLTSu4SvdMIVSBJdqmmYu6eMjsggZCmo/tdSmqSWE0LWrTkiLWhApY4pSiEf8GJt8dOlVYvvs3dP68HzQMrQsm5kTHtk3dS2/mmO9/4yqiBfTZqA2XFi0OqZToEgd26mLdxULoHlKgFkRBwu7sDlZsMX1NUk6gAJVRm1xKNqZFftGHQWO/6m1yfVvx83L516zkINpKeRraH+4n52cbjeE1sHsz+KywOi7yIj2suYZwMUDg0RtbSqse9PZzu5wQ8I1d2Kgn9CrmBRSG2//J8u8fvCWs2saEXY2STRXAkTmaCttfkodt/cCdAfZTUaAfN09blMXYMkXNifc2/zbu+sze+oeWlbKK6Tu8vOb+NNg4kHO7cojzNJtH/rBC+36OIfPTYy3V8kUxe3S2OYWVMEmA1Lr6lSacFp9lT2f+U7+h+GOWFgVXx7aGoV4ZwZn0XV1oZASXRsoQARGHDAbptlhYh6DM5bZSKQk= root@ip-10-31-11-78.us-east-1.aws.redhat.com\n", "name": "10.31.11.78", "path": "/etc/ssh/ssh_known_hosts", "state": "present" } } } TASK [fedora.linux_system_roles.kdump : Get mode of /etc/kdump.conf if it exists] *** task path: /WORKDIR/git-weekly-civjanx3o8/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:21 Saturday 16 March 2024 10:28:20 +0000 (0:00:00.361) 0:00:08.210 ******** Using module file /opt/gluetool/lib/python3.9/site-packages/ansible/modules/stat.py Pipelining is enabled. <10.31.11.78> ESTABLISH SSH CONNECTION FOR USER: root <10.31.11.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="root"' -o ConnectTimeout=10 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o 'ControlPath="/home/jenkins/.ansible/cp/8401ee864c"' 10.31.11.78 '/bin/sh -c '"'"'/usr/bin/python3 && sleep 0'"'"'' <10.31.11.78> (0, b'\n{"changed": false, "stat": {"exists": true, "path": "/etc/kdump.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 137, "inode": 262514, "dev": 51714, "nlink": 1, "atime": 1710584876.7223923, "mtime": 1710584875.0444043, "ctime": 1710584875.3394022, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": true, "xgrp": false, "woth": false, "roth": true, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "b46f46741bf9f77592deadbeae208d0ea57bbd54", "mimetype": "text/plain", "charset": "us-ascii", "version": "704897195", "attributes": ["extents"], "attr_flags": "e"}, "invocation": {"module_args": {"path": "/etc/kdump.conf", "follow": false, "get_md5": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\n', b'') ok: [sut] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": false, "get_mime": true, "path": "/etc/kdump.conf" } }, "stat": { "atime": 1710584876.7223923, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b46f46741bf9f77592deadbeae208d0ea57bbd54", "ctime": 1710584875.3394022, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 262514, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1710584875.0444043, "nlink": 1, "path": "/etc/kdump.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 137, "uid": 0, "version": "704897195", "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-civjanx3o8/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 Saturday 16 March 2024 10:28:21 +0000 (0:00:00.231) 0:00:08.441 ******** <10.31.11.78> ESTABLISH SSH CONNECTION FOR USER: root <10.31.11.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="root"' -o ConnectTimeout=10 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o 'ControlPath="/home/jenkins/.ansible/cp/8401ee864c"' 10.31.11.78 '/bin/sh -c '"'"'echo ~root && sleep 0'"'"'' <10.31.11.78> (0, b'/root\n', b'') <10.31.11.78> ESTABLISH SSH CONNECTION FOR USER: root <10.31.11.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="root"' -o ConnectTimeout=10 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o 'ControlPath="/home/jenkins/.ansible/cp/8401ee864c"' 10.31.11.78 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1710584901.1727815-2949-214200763853745 `" && echo ansible-tmp-1710584901.1727815-2949-214200763853745="` echo /root/.ansible/tmp/ansible-tmp-1710584901.1727815-2949-214200763853745 `" ) && sleep 0'"'"'' <10.31.11.78> (0, b'ansible-tmp-1710584901.1727815-2949-214200763853745=/root/.ansible/tmp/ansible-tmp-1710584901.1727815-2949-214200763853745\n', b'') Using module file /opt/gluetool/lib/python3.9/site-packages/ansible/modules/stat.py Pipelining is enabled. <10.31.11.78> ESTABLISH SSH CONNECTION FOR USER: root <10.31.11.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="root"' -o ConnectTimeout=10 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o 'ControlPath="/home/jenkins/.ansible/cp/8401ee864c"' 10.31.11.78 '/bin/sh -c '"'"'/usr/bin/python3 && sleep 0'"'"'' <10.31.11.78> (0, b'\n{"changed": false, "stat": {"exists": true, "path": "/etc/kdump.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 137, "inode": 262514, "dev": 51714, "nlink": 1, "atime": 1710584876.7223923, "mtime": 1710584875.0444043, "ctime": 1710584875.3394022, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": true, "xgrp": false, "woth": false, "roth": true, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "b46f46741bf9f77592deadbeae208d0ea57bbd54", "mimetype": "text/plain", "charset": "us-ascii", "version": "704897195", "attributes": ["extents"], "attr_flags": "e"}, "invocation": {"module_args": {"path": "/etc/kdump.conf", "follow": false, "get_checksum": true, "checksum_algorithm": "sha1", "get_md5": false, "get_mime": true, "get_attributes": true}}}\n', b'') Using module file /opt/gluetool/lib/python3.9/site-packages/ansible/modules/file.py Pipelining is enabled. <10.31.11.78> ESTABLISH SSH CONNECTION FOR USER: root <10.31.11.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="root"' -o ConnectTimeout=10 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o 'ControlPath="/home/jenkins/.ansible/cp/8401ee864c"' 10.31.11.78 '/bin/sh -c '"'"'/usr/bin/python3 && sleep 0'"'"'' <10.31.11.78> (0, b'\n{"path": "/etc/kdump.conf", "changed": false, "diff": {"before": {"path": "/etc/kdump.conf"}, "after": {"path": "/etc/kdump.conf"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0644", "state": "file", "secontext": "system_u:object_r:kdump_etc_t:s0", "size": 137, "invocation": {"module_args": {"mode": "0644", "dest": "/etc/kdump.conf", "_original_basename": "kdump.conf.j2", "recurse": false, "state": "file", "path": "/etc/kdump.conf", "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}}\n', b'') <10.31.11.78> ESTABLISH SSH CONNECTION FOR USER: root <10.31.11.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="root"' -o ConnectTimeout=10 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o 'ControlPath="/home/jenkins/.ansible/cp/8401ee864c"' 10.31.11.78 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1710584901.1727815-2949-214200763853745/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.11.78> (0, b'', b'') ok: [sut] => { "changed": false, "checksum": "b46f46741bf9f77592deadbeae208d0ea57bbd54", "dest": "/etc/kdump.conf", "diff": { "after": { "path": "/etc/kdump.conf" }, "before": { "path": "/etc/kdump.conf" } }, "gid": 0, "group": "root", "invocation": { "module_args": { "_diff_peek": null, "_original_basename": "kdump.conf.j2", "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "dest": "/etc/kdump.conf", "follow": true, "force": false, "group": null, "mode": "0644", "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": null, "path": "/etc/kdump.conf", "recurse": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "file", "unsafe_writes": false } }, "mode": "0644", "owner": "root", "path": "/etc/kdump.conf", "secontext": "system_u:object_r:kdump_etc_t:s0", "size": 137, "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.kdump : Find out reserved memory for the crash kernel] *** task path: /WORKDIR/git-weekly-civjanx3o8/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:34 Saturday 16 March 2024 10:28:21 +0000 (0:00:00.585) 0:00:09.026 ******** Using module file /opt/gluetool/lib/python3.9/site-packages/ansible/modules/slurp.py Pipelining is enabled. <10.31.11.78> ESTABLISH SSH CONNECTION FOR USER: root <10.31.11.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="root"' -o ConnectTimeout=10 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o 'ControlPath="/home/jenkins/.ansible/cp/8401ee864c"' 10.31.11.78 '/bin/sh -c '"'"'/usr/bin/python3 && sleep 0'"'"'' <10.31.11.78> (0, b'\n{"content": "MjAxMzI2NTkyCg==", "source": "/sys/kernel/kexec_crash_size", "encoding": "base64", "invocation": {"module_args": {"src": "/sys/kernel/kexec_crash_size"}}}\n', b'') ok: [sut] => { "attempts": 1, "changed": false, "content": "MjAxMzI2NTkyCg==", "encoding": "base64", "invocation": { "module_args": { "src": "/sys/kernel/kexec_crash_size" } }, "source": "/sys/kernel/kexec_crash_size" } TASK [fedora.linux_system_roles.kdump : Set the kdump_reboot_required fact] **** task path: /WORKDIR/git-weekly-civjanx3o8/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:40 Saturday 16 March 2024 10:28:21 +0000 (0:00:00.225) 0:00:09.252 ******** 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-civjanx3o8/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:49 Saturday 16 March 2024 10:28:21 +0000 (0:00:00.035) 0:00:09.287 ******** skipping: [sut] => { "changed": false, "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-civjanx3o8/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:54 Saturday 16 March 2024 10:28:21 +0000 (0:00:00.028) 0:00:09.316 ******** skipping: [sut] => { "changed": false, "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-civjanx3o8/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:59 Saturday 16 March 2024 10:28:22 +0000 (0:00:00.028) 0:00:09.344 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Reboot the managed node] *************** task path: /WORKDIR/git-weekly-civjanx3o8/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:68 Saturday 16 March 2024 10:28:22 +0000 (0:00:00.037) 0:00:09.382 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Clear the kdump_reboot_required flag] *** task path: /WORKDIR/git-weekly-civjanx3o8/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:74 Saturday 16 March 2024 10:28:22 +0000 (0:00:00.070) 0:00:09.453 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Ensure that kdump is started] ********** task path: /WORKDIR/git-weekly-civjanx3o8/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84 Saturday 16 March 2024 10:28:22 +0000 (0:00:00.040) 0:00:09.493 ******** Using module file /opt/gluetool/lib/python3.9/site-packages/ansible/modules/systemd.py Pipelining is enabled. <10.31.11.78> ESTABLISH SSH CONNECTION FOR USER: root <10.31.11.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="root"' -o ConnectTimeout=10 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o 'ControlPath="/home/jenkins/.ansible/cp/8401ee864c"' 10.31.11.78 '/bin/sh -c '"'"'/usr/bin/python3 && sleep 0'"'"'' <10.31.11.78> (0, b'\n{"name": "kdump", "changed": false, "status": {"Type": "oneshot", "ExitType": "main", "Restart": "no", "NotifyAccess": "none", "RestartUSec": "100ms", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "45s", "TimeoutAbortUSec": "45s", "TimeoutStartFailureMode": "terminate", "TimeoutStopFailureMode": "abort", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "RootDirectoryStartOnly": "no", "RemainAfterExit": "yes", "GuessMainPID": "yes", "MainPID": "0", "ControlPID": "0", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "StatusErrno": "0", "Result": "success", "ReloadResult": "success", "CleanResult": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "OOMPolicy": "stop", "ReloadSignal": "1", "ExecMainStartTimestamp": "Sat 2024-03-16 10:27:56 UTC", "ExecMainStartTimestampMonotonic": "65658309", "ExecMainExitTimestamp": "Sat 2024-03-16 10:28:11 UTC", "ExecMainExitTimestampMonotonic": "80216976", "ExecMainPID": "7319", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-03-16 10:27:56 UTC] ; stop_time=[Sat 2024-03-16 10:28:11 UTC] ; pid=7319 ; code=exited ; status=0 }", "ExecStartEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; flags= ; start_time=[Sat 2024-03-16 10:27:56 UTC] ; stop_time=[Sat 2024-03-16 10:28:11 UTC] ; pid=7319 ; code=exited ; status=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 }", "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 }", "Slice": "system.slice", "ControlGroupId": "4342", "MemoryCurrent": "[not set]", "MemoryAvailable": "infinity", "CPUUsageNSec": "20615098000", "TasksCurrent": "[not set]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "Delegate": "no", "CPUAccounting": "yes", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "4201", "IPAccounting": "no", "ManagedOOMSwap": "auto", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "14004", "LimitNPROCSoft": "14004", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14004", "LimitSIGPENDINGSoft": "14004", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "CoredumpFilter": "0x33", "Nice": "0", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "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", "DynamicUser": "no", "RemoveIPC": "no", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectClock": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectKernelLogs": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "PrivateIPC": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "2147483646", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "TimeoutCleanUSec": "infinity", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "ProtectProc": "default", "ProcSubset": "all", "ProtectHostname": "no", "KillMode": "control-group", "KillSignal": "15", "RestartKillSignal": "15", "FinalKillSignal": "9", "SendSIGKILL": "yes", "SendSIGHUP": "no", "WatchdogSignal": "6", "Id": "kdump.service", "Names": "kdump.service", "Requires": "system.slice", "WantedBy": "multi-user.target", "After": "network.target system.slice remote-fs.target systemd-journald.socket basic.target network-online.target", "Description": "Crash recovery kernel arming", "AccessSELinuxContext": "system_u:object_r:kdump_unit_file_t:s0", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "exited", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "UnitFileState": "enabled", "UnitFilePreset": "disabled", "StateChangeTimestamp": "Sat 2024-03-16 10:28:11 UTC", "StateChangeTimestampMonotonic": "80225145", "InactiveExitTimestamp": "Sat 2024-03-16 10:27:56 UTC", "InactiveExitTimestampMonotonic": "65658667", "ActiveEnterTimestamp": "Sat 2024-03-16 10:28:11 UTC", "ActiveEnterTimestampMonotonic": "80225145", "ActiveExitTimestamp": "Sat 2024-03-16 10:27:56 UTC", "ActiveExitTimestampMonotonic": "65621365", "InactiveEnterTimestamp": "Sat 2024-03-16 10:27:56 UTC", "InactiveEnterTimestampMonotonic": "65640636", "CanStart": "yes", "CanStop": "yes", "CanReload": "yes", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "no", "OnSuccessJobMode": "fail", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Sat 2024-03-16 10:27:56 UTC", "ConditionTimestampMonotonic": "65650733", "AssertTimestamp": "Sat 2024-03-16 10:27:56 UTC", "AssertTimestampMonotonic": "65650795", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "09333a4350c645c488bf1211e30ce0cd", "CollectMode": "inactive"}, "state": "started", "invocation": {"module_args": {"name": "kdump", "state": "started", "daemon_reload": false, "daemon_reexec": false, "scope": "system", "no_block": false, "enabled": null, "force": null, "masked": null}}}\n', b'') ok: [sut] => { "changed": false, "invocation": { "module_args": { "daemon_reexec": false, "daemon_reload": false, "enabled": null, "force": null, "masked": null, "name": "kdump", "no_block": false, "scope": "system", "state": "started" } }, "name": "kdump", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:kdump_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2024-03-16 10:28:11 UTC", "ActiveEnterTimestampMonotonic": "80225145", "ActiveExitTimestamp": "Sat 2024-03-16 10:27:56 UTC", "ActiveExitTimestampMonotonic": "65621365", "ActiveState": "active", "After": "network.target system.slice remote-fs.target systemd-journald.socket basic.target network-online.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-03-16 10:27:56 UTC", "AssertTimestampMonotonic": "65650795", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "20615098000", "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-03-16 10:27:56 UTC", "ConditionTimestampMonotonic": "65650733", "ConfigurationDirectoryMode": "0755", "ControlGroupId": "4342", "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-03-16 10:28:11 UTC", "ExecMainExitTimestampMonotonic": "80216976", "ExecMainPID": "7319", "ExecMainStartTimestamp": "Sat 2024-03-16 10:27:56 UTC", "ExecMainStartTimestampMonotonic": "65658309", "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-03-16 10:27:56 UTC] ; stop_time=[Sat 2024-03-16 10:28:11 UTC] ; pid=7319 ; code=exited ; status=0 }", "ExecStartEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; flags= ; start_time=[Sat 2024-03-16 10:27:56 UTC] ; stop_time=[Sat 2024-03-16 10:28:11 UTC] ; pid=7319 ; 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-03-16 10:27:56 UTC", "InactiveEnterTimestampMonotonic": "65640636", "InactiveExitTimestamp": "Sat 2024-03-16 10:27:56 UTC", "InactiveExitTimestampMonotonic": "65658667", "InvocationID": "09333a4350c645c488bf1211e30ce0cd", "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": "14004", "LimitNPROCSoft": "14004", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14004", "LimitSIGPENDINGSoft": "14004", "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-03-16 10:28:11 UTC", "StateChangeTimestampMonotonic": "80225145", "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": "4201", "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": "0" } } TASK [Cleanup kdump_path] ****************************************************** task path: /WORKDIR/git-weekly-civjanx3o8/tests/tests_ssh.yml:94 Saturday 16 March 2024 10:28:22 +0000 (0:00:00.402) 0:00:09.896 ******** Using module file /opt/gluetool/lib/python3.9/site-packages/ansible/modules/file.py Pipelining is enabled. <10.31.11.78> ESTABLISH SSH CONNECTION FOR USER: root <10.31.11.78> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="root"' -o ConnectTimeout=10 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o 'ControlPath="/home/jenkins/.ansible/cp/8401ee864c"' 10.31.11.78 '/bin/sh -c '"'"'/usr/bin/python3 && sleep 0'"'"'' <10.31.11.78> (0, b'\n{"path": "/tmp/tests_ssh", "changed": true, "diff": {"before": {"path": "/tmp/tests_ssh", "state": "directory", "path_content": {"directories": [], "files": []}}, "after": {"path": "/tmp/tests_ssh", "state": "absent"}}, "state": "directory", "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0755", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 40, "invocation": {"module_args": {"path": "/tmp/tests_ssh", "state": "absent", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "mode": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}}\n', b'') changed: [sut] => { "changed": true, "diff": { "after": { "path": "/tmp/tests_ssh", "state": "absent" }, "before": { "path": "/tmp/tests_ssh", "path_content": { "directories": [], "files": [] }, "state": "directory" } }, "gid": 0, "group": "root", "invocation": { "module_args": { "_diff_peek": null, "_original_basename": null, "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "follow": true, "force": false, "group": null, "mode": null, "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": null, "path": "/tmp/tests_ssh", "recurse": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "absent", "unsafe_writes": false } }, "mode": "0755", "owner": "root", "path": "/tmp/tests_ssh", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 40, "state": "directory", "uid": 0 } PLAY RECAP ********************************************************************* sut : ok=23 changed=1 unreachable=0 failed=0 skipped=7 rescued=0 ignored=0 Saturday 16 March 2024 10:28:22 +0000 (0:00:00.229) 0:00:10.125 ******** =============================================================================== fedora.linux_system_roles.kdump : Install required packages ------------- 2.50s /WORKDIR/git-weekly-civjanx3o8/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 Gathering Facts --------------------------------------------------------- 1.00s /WORKDIR/git-weekly-civjanx3o8/tests/tests_ssh.yml:2 -------------------------- Gather facts from sut --------------------------------------------------- 0.72s /WORKDIR/git-weekly-civjanx3o8/tests/tests_ssh.yml:56 ------------------------- fedora.linux_system_roles.kdump : Generate /etc/kdump.conf -------------- 0.59s /WORKDIR/git-weekly-civjanx3o8/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 fedora.linux_system_roles.kdump : Ensure that kdump is enabled ---------- 0.57s /WORKDIR/git-weekly-civjanx3o8/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 fedora.linux_system_roles.kdump : Get userinfo for root ----------------- 0.41s /WORKDIR/git-weekly-civjanx3o8/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:19 fedora.linux_system_roles.kdump : Ensure ssh directory for authorized_keys if needed --- 0.41s /WORKDIR/git-weekly-civjanx3o8/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35 fedora.linux_system_roles.kdump : Ensure that kdump is started ---------- 0.40s /WORKDIR/git-weekly-civjanx3o8/.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.36s /WORKDIR/git-weekly-civjanx3o8/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:59 fedora.linux_system_roles.kdump : Write new authorized_keys if needed --- 0.34s /WORKDIR/git-weekly-civjanx3o8/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 fedora.linux_system_roles.kdump : Check if system is ostree ------------- 0.32s /WORKDIR/git-weekly-civjanx3o8/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10 fedora.linux_system_roles.kdump : Fetch key ----------------------------- 0.32s /WORKDIR/git-weekly-civjanx3o8/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 fedora.linux_system_roles.kdump : Create key if it does not exist ------- 0.30s /WORKDIR/git-weekly-civjanx3o8/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 fedora.linux_system_roles.kdump : Get the authorized_keys file for the user --- 0.25s /WORKDIR/git-weekly-civjanx3o8/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:30 fedora.linux_system_roles.kdump : Get the ssh directory for the user ---- 0.24s /WORKDIR/git-weekly-civjanx3o8/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:25 fedora.linux_system_roles.kdump : Get mode of /etc/kdump.conf if it exists --- 0.23s /WORKDIR/git-weekly-civjanx3o8/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:21 Cleanup kdump_path ------------------------------------------------------ 0.23s /WORKDIR/git-weekly-civjanx3o8/tests/tests_ssh.yml:94 ------------------------- fedora.linux_system_roles.kdump : Find out reserved memory for the crash kernel --- 0.23s /WORKDIR/git-weekly-civjanx3o8/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:34 fedora.linux_system_roles.kdump : Fetch the servers public key ---------- 0.21s /WORKDIR/git-weekly-civjanx3o8/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:53 fedora.linux_system_roles.kdump : Reboot the managed node --------------- 0.07s /WORKDIR/git-weekly-civjanx3o8/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:68 TASK [Remove the temporary file] *********************************************** task path: /WORKDIR/git-weekly-civjanx3o8/tests/tests_ssh_wrapper.yml:40 Saturday 16 March 2024 10:28:22 +0000 (0:00:10.847) 0:00:38.741 ******** changed: [sut -> localhost] => { "changed": true, "path": "/tmp/ansible.t1pv0io_.inventory.yaml", "state": "absent" } PLAY RECAP ********************************************************************* sut : ok=30 changed=8 unreachable=0 failed=0 skipped=7 rescued=0 ignored=0 Saturday 16 March 2024 10:28:23 +0000 (0:00:00.134) 0:00:38.876 ******** =============================================================================== fedora.linux_system_roles.kdump : Restart kdump ------------------------ 14.99s /WORKDIR/git-weekly-civjanx3o8/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2 Run ansible-playbook with tests_ssh.yml in check mode ------------------ 10.85s /WORKDIR/git-weekly-civjanx3o8/tests/tests_ssh_wrapper.yml:34 ----------------- fedora.linux_system_roles.kdump : Install required packages ------------- 2.34s /WORKDIR/git-weekly-civjanx3o8/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 fedora.linux_system_roles.kdump : Create key if it does not exist ------- 1.82s /WORKDIR/git-weekly-civjanx3o8/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 Gathering Facts --------------------------------------------------------- 0.97s /WORKDIR/git-weekly-civjanx3o8/tests/tests_ssh_wrapper.yml:2 ------------------ Gathering Facts --------------------------------------------------------- 0.76s /WORKDIR/git-weekly-civjanx3o8/tests/tests_ssh.yml:2 -------------------------- Gather facts from sut --------------------------------------------------- 0.73s /WORKDIR/git-weekly-civjanx3o8/tests/tests_ssh.yml:56 ------------------------- Gathering Facts --------------------------------------------------------- 0.73s /WORKDIR/git-weekly-civjanx3o8/tests/tests_ssh_wrapper.yml:27 ----------------- fedora.linux_system_roles.kdump : Generate /etc/kdump.conf -------------- 0.69s /WORKDIR/git-weekly-civjanx3o8/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 fedora.linux_system_roles.kdump : Ensure that kdump is enabled ---------- 0.54s /WORKDIR/git-weekly-civjanx3o8/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 Create static inventory from hostvars ----------------------------------- 0.45s /WORKDIR/git-weekly-civjanx3o8/tests/tests_ssh_wrapper.yml:14 ----------------- fedora.linux_system_roles.kdump : Get userinfo for root ----------------- 0.38s /WORKDIR/git-weekly-civjanx3o8/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:19 fedora.linux_system_roles.kdump : Ensure that kdump is started ---------- 0.37s /WORKDIR/git-weekly-civjanx3o8/.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.32s /WORKDIR/git-weekly-civjanx3o8/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:59 fedora.linux_system_roles.kdump : Write new authorized_keys if needed --- 0.32s /WORKDIR/git-weekly-civjanx3o8/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 fedora.linux_system_roles.kdump : Ensure ssh directory for authorized_keys if needed --- 0.30s /WORKDIR/git-weekly-civjanx3o8/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35 fedora.linux_system_roles.kdump : Fetch key ----------------------------- 0.26s /WORKDIR/git-weekly-civjanx3o8/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 fedora.linux_system_roles.kdump : Get the authorized_keys file for the user --- 0.22s /WORKDIR/git-weekly-civjanx3o8/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:30 Cleanup kdump_path ------------------------------------------------------ 0.22s /WORKDIR/git-weekly-civjanx3o8/tests/tests_ssh.yml:94 ------------------------- fedora.linux_system_roles.kdump : Fetch the servers public key ---------- 0.22s /WORKDIR/git-weekly-civjanx3o8/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:53 ---^---^---^---^---^--- # 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. ---^---^---^---^---^---