# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.14.2] 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.14/lib/python3.9/site-packages/ansible ansible collection location = /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/.collection executable location = /opt/ansible-2.14/bin/ansible-playbook python version = 3.9.13 (main, Jun 24 2022, 15:32:51) [GCC 8.5.0 20210514 (Red Hat 8.5.0-13)] (/opt/ansible-2.14/bin/python3.9) 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/dist-git-kdump-weekly-ci-dz_ctxf0/tests/tests_ssh_wrapper.yml PLAY [Create static inventory from hostvars] *********************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/tests/tests_ssh_wrapper.yml:2 Saturday 11 February 2023 19:19:14 +0000 (0:00:00.031) 0:00:00.031 ***** ok: [sut] TASK [Create temporary file] *************************************************** task path: /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/tests/tests_ssh_wrapper.yml:7 Saturday 11 February 2023 19:19:15 +0000 (0:00:01.081) 0:00:01.112 ***** changed: [sut -> localhost] => { "changed": true, "gid": 1001, "group": "jenkins", "mode": "0600", "owner": "jenkins", "path": "/tmp/ansible.7x72_clw.inventory.yaml", "size": 0, "state": "file", "uid": 1000090000 } TASK [Create static inventory from hostvars] *********************************** task path: /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/tests/tests_ssh_wrapper.yml:14 Saturday 11 February 2023 19:19:16 +0000 (0:00:00.391) 0:00:01.504 ***** changed: [sut -> localhost] => { "changed": true, "checksum": "0361ae16ae386ae924c4390319a65144492d6c1f", "dest": "/tmp/ansible.7x72_clw.inventory.yaml", "gid": 1001, "group": "jenkins", "md5sum": "f775b27ee7e12d93aa9728803935a99f", "mode": "0644", "owner": "jenkins", "size": 37619, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1676143156.1290472-4662-93766444726099/source", "state": "file", "uid": 1000090000 } PLAY [Ensure that the rule runs with ssh] ************************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/tests/tests_ssh.yml:2 Saturday 11 February 2023 19:19:17 +0000 (0:00:00.910) 0:00:02.414 ***** ok: [sut] TASK [Gather facts from sut] *************************************************** task path: /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/tests/tests_ssh.yml:56 Saturday 11 February 2023 19:19:17 +0000 (0:00:00.718) 0:00:03.133 ***** ok: [sut] TASK [Print message that this test is skipped on EL 6] ************************* task path: /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/tests/tests_ssh.yml:61 Saturday 11 February 2023 19:19:18 +0000 (0:00:00.719) 0:00:03.852 ***** skipping: [sut] => {} TASK [Skip the test on EL 6 when control node == managed node] ***************** task path: /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/tests/tests_ssh.yml:71 Saturday 11 February 2023 19:19:18 +0000 (0:00:00.037) 0:00:03.890 ***** 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/dist-git-kdump-weekly-ci-dz_ctxf0/tests/tests_ssh.yml:82 Saturday 11 February 2023 19:19:18 +0000 (0:00:00.017) 0:00:03.908 ***** TASK [fedora.linux_system_roles.kdump : Ensure ansible_facts used by role] ***** task path: /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:2 Saturday 11 February 2023 19:19:18 +0000 (0:00:00.075) 0:00:03.984 ***** included: /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/.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/dist-git-kdump-weekly-ci-dz_ctxf0/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:2 Saturday 11 February 2023 19:19:18 +0000 (0:00:00.044) 0:00:04.028 ***** ok: [sut] TASK [fedora.linux_system_roles.kdump : Install required packages] ************* task path: /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 Saturday 11 February 2023 19:19:19 +0000 (0:00:00.470) 0:00:04.498 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.kdump : Ensure that kdump is enabled] ********** task path: /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:10 Saturday 11 February 2023 19:19:20 +0000 (0:00:01.112) 0:00:05.611 ***** ok: [sut] => { "changed": false, "enabled": true, "name": "kdump", "status": { "AccessSELinuxContext": "system_u:object_r:kdump_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2023-02-11 19:13:42 UTC", "ActiveEnterTimestampMonotonic": "18336908", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "remote-fs.target systemd-journald.socket system.slice network-online.target basic.target network.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-02-11 19:13:40 UTC", "AssertTimestampMonotonic": "15511133", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "1641399000", "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 2023-02-11 19:13:40 UTC", "ConditionTimestampMonotonic": "15511074", "ConfigurationDirectoryMode": "0755", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "DynamicUser": "no", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2023-02-11 19:13:42 UTC", "ExecMainExitTimestampMonotonic": "18336757", "ExecMainPID": "781", "ExecMainStartTimestamp": "Sat 2023-02-11 19:13:40 UTC", "ExecMainStartTimestampMonotonic": "15512502", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2023-02-11 19:13:40 UTC", "InactiveExitTimestampMonotonic": "15512807", "InvocationID": "6ce2d581efaa48a9b48efefc7c43e6ee", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13988", "LimitNPROCSoft": "13988", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13988", "LimitSIGPENDINGSoft": "13988", "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", "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", "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 2023-02-11 19:13:42 UTC", "StateChangeTimestampMonotonic": "18336908", "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": "22380", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "infinity", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "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/dist-git-kdump-weekly-ci-dz_ctxf0/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:15 Saturday 11 February 2023 19:19:20 +0000 (0:00:00.780) 0:00:06.392 ***** included: /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml for sut TASK [fedora.linux_system_roles.kdump : Check whether key exists] ************** task path: /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 Saturday 11 February 2023 19:19:21 +0000 (0:00:00.138) 0:00:06.530 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.kdump : Create key] **************************** task path: /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 Saturday 11 February 2023 19:19:21 +0000 (0:00:00.249) 0:00:06.780 ***** changed: [sut] => { "changed": true, "cmd": [ "/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", "" ], "delta": "0:00:00.526131", "end": "2023-02-11 19:19:22.288190", "rc": 0, "start": "2023-02-11 19:19:21.762059" } 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:Vrl7d4nnBf6DLj6Cd2llkxqwSWRaM+KpTs2wR1f7UGc root@ip-10-31-10-16.us-east-1.aws.redhat.com The key's randomart image is: +---[RSA 3072]----+ | | | . * o . E | | . B * o o | | . = = + | | B S = o o | | + = o o B...| | o . . . B.=oo| | . . o O oo+.| | . =.+. .o| +----[SHA256]-----+ TASK [fedora.linux_system_roles.kdump : Fetch key] ***************************** task path: /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:11 Saturday 11 February 2023 19:19:22 +0000 (0:00:00.952) 0:00:07.732 ***** ok: [sut] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDejZIUW9yZEY2NTZ3MkM1ZVpwaXloeGlYL3VkeXprelhYZ2R3WmxqVVlNZE52a1FDbUVTQUdHMk4yT0dvUGtXYXhBV1M1NGEzOS9scktqZnhBVGZCbmFscE9BOFFWaWYrWGxucStjaEtCeVRiNVlOeEVTakUwazFZMWF0bFU4eTA4dWZaZndqREdrd3pOSHJ2VUVJK3psOUVXcWFDMHFTZ200SUt1Ujdna2ZQMVF5bHZwQ2tPYmhOLzFqb0NBTG5zdzZWVGN6a2h3bFVsUDNmK2pxSUlONHVSdG52RHJsQVhyVXYxaU9PZmFkbWhYcFRSZDd3UTRDeDBrK2c1VzIxdWhTb0UyOFp0cEhOSHl4T3JXMDk5YnMvSVplZDBSYjJVTGJXNjdoemtnRkdwWkhaS1VaM2I1RjArbUw4ZHJrWnNDTHpRdVhLUkNpOUlmTitUQmF2RmVhRGFSTWRXa1h4WmtCaVBGeTVzZ1hDVUs0RDZUczdZb01yOVdxREJIMEdHZW1DeFBtUDZOeWNGQnl4NmgreG5RV3JoKzdMVW5BSms4OGRibW1RVDJsMW83RDRXN1l3QTNlR3poL1A4KytySEJXYml1YkZwOTc0MmM5Z3lNc1IzZ2R3QnRDZldielQ0czQ1bjdMRWIxODk3cEEvK3krUk5DVzEwMkN4bDhRZkU9IHJvb3RAaXAtMTAtMzEtMTAtMTYudXMtZWFzdC0xLmF3cy5yZWRoYXQuY29tCg==", "encoding": "base64", "source": "/root/.ssh/kdump_id_rsa.pub" } TASK [fedora.linux_system_roles.kdump : Get userinfo for root] ***************** task path: /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:16 Saturday 11 February 2023 19:19:22 +0000 (0:00:00.415) 0:00:08.147 ***** ok: [sut] => { "append": false, "changed": false, "comment": "root", "group": 0, "home": "/root", "move_home": false, "name": "root", "shell": "/bin/bash", "state": "present", "uid": 0 } TASK [fedora.linux_system_roles.kdump : Set authorized_keys file path] ********* task path: /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:23 Saturday 11 February 2023 19:19:23 +0000 (0:00:00.543) 0:00:08.691 ***** ok: [sut] => { "ansible_facts": { "__kdump_authorized_keys_path": "/root/.ssh/authorized_keys" }, "changed": false } TASK [fedora.linux_system_roles.kdump : Get the authorized_keys file for the user] *** task path: /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:27 Saturday 11 February 2023 19:19:23 +0000 (0:00:00.045) 0:00:08.737 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1676142909.7308075, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "73fa8017a2d86a54aaa3b7cf4504a005b0d33e52", "ctime": 1676142819.9755688, "dev": 51716, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 8449925, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1676142819.9745688, "nlink": 1, "path": "/root/.ssh/authorized_keys", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 990, "uid": 0, "version": "1905415321", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.kdump : Get the authorized_keys contents, if any] *** task path: /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:33 Saturday 11 February 2023 19:19:23 +0000 (0:00:00.280) 0:00:09.017 ***** ok: [sut] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCQVFDK0t3VmZOaDRFRmlSdG16U2NTbGxHWEo5cXFpWXYzR2hPcTAvYkMxZnhNbzczSExaN2NVZ3NqTm0rY2xjcWl2NjEwMXNmc0REWExzanJRVDBsdWZuVjltSFE3dmo2RU1KaGpIWjdjK0h2N2JpQ0NCckFMRUhiOVhhUHVEOEVmKzkxMmRBaDNYSnFweHVmTTlzZEgyQ1BjM0l2VmpUSFMrc1NMYThJRmNsbWVackxLeEFPcFlHVFBoMGVua2VVLzk3MUswRDBYcU9wRmtBSHFBK2dUQnFxZmNVemFYbTFHeS9NRlJBMndQTnEyMkM1RXJaYUVaSFZOYXBvSmNva1lZMXNjL0JROElBWEdyUmhlRURxMVVha2pMNDNQcGhLeDZSM05DR3F4TkpmMngwR1VmTWkrZjJpWlByNWY3Q2xGZnp6QnhIcW9oM2tHWWNvWWVVZHFuTmwgMW1pbnV0ZXRpcEByZWRoYXQuY29tCnNzaC1yc2EgQUFBQUIzTnphQzF5YzJFQUFBQURBUUFCQUFBQkFRRFdtU2VaaUlscXRZR2lQUjBjbzgrNzUwTm4vMzZZam5XZlc3WTE4UFBNanN4ZUFVRTA1RWd4Z0ZSaEFvcFVIVlFDTEpMbVFuUHM4K2ZWZWNCbVhYWVhYOW0xaEdIQmY2Q2ZwNHZyN1Y5M3RPaVBMbFRqTlplOElOUzZyVHhrNHJTN2E4cmNhK0NhSHNvTzFlMCtSdEw4SXFWRzhjT2ZhU1hWSDdKeWlpcHpGclNwQ0E2UGRrelI0dkxEVTJBSUcvR0hiUTBlTkNtUklhZCtiY3BPK3NtaG5VSlgxYWlGVDJDOVJvOE1GaXZOeDl6Ly85MjlEb2NVZVhvV1YyQXcvUUE0VGZ5WFh6SGhoTGI3UUFnSHZwVWpLRXRXYVdVdGxNaUVjSEtRcXRmK2pRd2d5QkJGWURSOFFRU1VKL0hyamFnd3U2WlRQd1VWS1A5clNvMkpaNEdWIHRmdC1hcnRlbWlzLW1hc3Rlci1rZXkKZWNkc2Etc2hhMi1uaXN0cDI1NiBBQUFBRTJWalpITmhMWE5vWVRJdGJtbHpkSEF5TlRZQUFBQUlibWx6ZEhBeU5UWUFBQUJCQklaUUY5dEFsZUo5L1NDclV5U01ZWkFlUFlMVitMS0xjbi90ZjdXQ3MxeVgydGlGNENDMUtpWWxjemI2SmRZYmhCREZzVjJvNVhBUTREVlRYdU1BN0R3PSAxbWludXRldGlwQHJlZGhhdC5jb20K", "encoding": "base64", "source": "/root/.ssh/authorized_keys" } TASK [fedora.linux_system_roles.kdump : Write new authorized_keys if needed] *** task path: /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:42 Saturday 11 February 2023 19:19:23 +0000 (0:00:00.283) 0:00:09.301 ***** changed: [sut] => { "changed": true, "checksum": "91abd5e5afd4b551d12a6ed649da3912290e5b53", "dest": "/root/.ssh/authorized_keys", "gid": 0, "group": "root", "md5sum": "28b9bf7cb91d7cabb6a6f5ed5e74361d", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:ssh_home_t:s0", "size": 1589, "src": "/root/.ansible/tmp/ansible-tmp-1676143164.151657-4726-102046237745679/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.kdump : Fetch the servers public key] ********** task path: /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:55 Saturday 11 February 2023 19:19:24 +0000 (0:00:00.870) 0:00:10.172 ***** ok: [sut] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDdWtaNTRGdFVhSVdmV3dWQ0hHWkxpajlDcldFVzRSN3puVkNQUWppRkFDaXgrMVkvbWg4QnFWNWwwcGdQOTEzU0RHTTQ5cUQ4ZElyNk9INjFUYSthTStLdGtxYWdlY004cjFuUE1ES1kybzdyUnVFVnNSWm1TQXZHSTdydlFkemxyUTVuU1ZubzlYaitsSzcvWVZFWlF0Z2xrSi85TUNaUWZ6alVmWXZQcTFQbE05M1FKK29NNkF4ZldrYm05ZXMwUTQwWE5oTkdzM3N5TWZKSGRFNWxHVjhoSW0xL1Ziblp5d3VHUlNIb2pHNlh2OUlKZDlmeWhBeSs3QVp4ZGtmLy91U1BsTHUxTTVrdWVLUnR0Zkp0N2x6UDNmcHJEUU81djVHUXExbjVua2hwTmZGRG95KzFJT3hUYnVEbTU4YVFKamxOZ1hVbHdsVGMzeEpVSUI3aTFSa2w5dDdtcStmNnZmalNpTDZmS3pnaUdaZUVmTkpBV0twMFZPREhRTG16N0lFRUpnOCsydnI1WjdyeEJSZm82Rkl3M3A5Yll2K3JnUjFSdnRZbStESStnazZUQ3I2WnNkMGRlZHd3QXNxQlM1YWhYdklYeExLWHlRd3JFeVFOM0l0UWE5ZXNydUluSEk3L3UzL1E0dmZLbThYcVRQeGkwb09LcTFOWEFWOE09IHJvb3RAaXAtMTAtMzEtMTAtMTYudXMtZWFzdC0xLmF3cy5yZWRoYXQuY29tCg==", "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/dist-git-kdump-weekly-ci-dz_ctxf0/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:61 Saturday 11 February 2023 19:19:25 +0000 (0:00:00.248) 0:00:10.421 ***** changed: [sut] => { "changed": true, "gid": 0, "group": "root", "hash_host": false, "key": "10.31.10.16 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCukZ54FtUaIWfWwVCHGZLij9CrWEW4R7znVCPQjiFACix+1Y/mh8BqV5l0pgP913SDGM49qD8dIr6OH61Ta+aM+KtkqagecM8r1nPMDKY2o7rRuEVsRZmSAvGI7rvQdzlrQ5nSVno9Xj+lK7/YVEZQtglkJ/9MCZQfzjUfYvPq1PlM93QJ+oM6AxfWkbm9es0Q40XNhNGs3syMfJHdE5lGV8hIm1/VbnZywuGRSHojG6Xv9IJd9fyhAy+7AZxdkf//uSPlLu1M5kueKRttfJt7lzP3fprDQO5v5GQq1n5nkhpNfFDoy+1IOxTbuDm58aQJjlNgXUlwlTc3xJUIB7i1Rkl9t7mq+f6vfjSiL6fKzgiGZeEfNJAWKp0VODHQLmz7IEEJg8+2vr5Z7rxBRfo6FIw3p9bYv+rgR1RvtYm+DI+gk6TCr6Zsd0dedwwAsqBS5ahXvIXxLKXyQwrEyQN3ItQa9esruInHI7/u3/Q4vfKm8XqTPxi0oOKq1NXAV8M= root@ip-10-31-10-16.us-east-1.aws.redhat.com\n", "mode": "0644", "name": "10.31.10.16", "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/dist-git-kdump-weekly-ci-dz_ctxf0/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:20 Saturday 11 February 2023 19:19:25 +0000 (0:00:00.517) 0:00:10.938 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1676142820.2285728, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 24, "charset": "us-ascii", "checksum": "008ebb5a373f9dca7be08fa27668b1cdf6268798", "ctime": 1675899263.9228282, "dev": 51716, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 13369, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1675899187.9432502, "nlink": 1, "path": "/etc/kdump.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 8979, "uid": 0, "version": "3773422267", "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/dist-git-kdump-weekly-ci-dz_ctxf0/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:25 Saturday 11 February 2023 19:19:25 +0000 (0:00:00.263) 0:00:11.201 ***** NOTIFIED HANDLER fedora.linux_system_roles.kdump : Restart kdump for sut changed: [sut] => { "backup_file": "/etc/kdump.conf.5209.2023-02-11@19:19:26~", "changed": true, "checksum": "31c018c83af65ec820a106355653de7c3ddfea82", "dest": "/etc/kdump.conf", "gid": 0, "group": "root", "md5sum": "0d11023c1647d042bd6df3a57fefd0ad", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:kdump_etc_t:s0", "size": 76, "src": "/root/.ansible/tmp/ansible-tmp-1676143165.8763776-4745-96414862382804/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.kdump : Get mode of /etc/sysconfig/kdump if it exists] *** task path: /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:33 Saturday 11 February 2023 19:19:26 +0000 (0:00:00.770) 0:00:11.972 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1676142820.1385715, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "8fbc52c3c41f3210a4614e39f58bda498b589739", "ctime": 1675899263.891828, "dev": 51716, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 13182, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1673430953.0, "nlink": 1, "path": "/etc/sysconfig/kdump", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 2516, "uid": 0, "version": "847053665", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.kdump : Generate /etc/sysconfig/kdump] ********* task path: /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:38 Saturday 11 February 2023 19:19:26 +0000 (0:00:00.268) 0:00:12.240 ***** changed: [sut] => { "backup_file": "/etc/sysconfig/kdump.5330.2023-02-11@19:19:27~", "changed": true, "checksum": "f72fdd79ebc820e4c57c8ac11d104f2a7fea10e0", "dest": "/etc/sysconfig/kdump", "gid": 0, "group": "root", "md5sum": "ea1a0b5f83daa6e4cda906836f2d2405", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 377, "src": "/root/.ansible/tmp/ansible-tmp-1676143166.913993-4758-205425726830546/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.kdump : Find out reserved memory for the crash kernel] *** task path: /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:46 Saturday 11 February 2023 19:19:27 +0000 (0:00:00.757) 0:00:12.997 ***** ok: [sut] => { "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/dist-git-kdump-weekly-ci-dz_ctxf0/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:51 Saturday 11 February 2023 19:19:27 +0000 (0:00:00.248) 0:00:13.246 ***** 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/dist-git-kdump-weekly-ci-dz_ctxf0/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:55 Saturday 11 February 2023 19:19:27 +0000 (0:00:00.066) 0:00:13.312 ***** 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/dist-git-kdump-weekly-ci-dz_ctxf0/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:62 Saturday 11 February 2023 19:19:27 +0000 (0:00:00.048) 0:00:13.361 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Reboot the managed node] *************** task path: /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:71 Saturday 11 February 2023 19:19:28 +0000 (0:00:00.047) 0:00:13.409 ***** 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/dist-git-kdump-weekly-ci-dz_ctxf0/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:77 Saturday 11 February 2023 19:19:28 +0000 (0:00:00.045) 0:00:13.455 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Ensure that kdump is started] ********** task path: /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:87 Saturday 11 February 2023 19:19:28 +0000 (0:00:00.046) 0:00:13.501 ***** ok: [sut] => { "changed": false, "name": "kdump", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:kdump_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2023-02-11 19:13:42 UTC", "ActiveEnterTimestampMonotonic": "18336908", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "remote-fs.target systemd-journald.socket system.slice network-online.target basic.target network.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-02-11 19:13:40 UTC", "AssertTimestampMonotonic": "15511133", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "1641399000", "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 2023-02-11 19:13:40 UTC", "ConditionTimestampMonotonic": "15511074", "ConfigurationDirectoryMode": "0755", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "DynamicUser": "no", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2023-02-11 19:13:42 UTC", "ExecMainExitTimestampMonotonic": "18336757", "ExecMainPID": "781", "ExecMainStartTimestamp": "Sat 2023-02-11 19:13:40 UTC", "ExecMainStartTimestampMonotonic": "15512502", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2023-02-11 19:13:40 UTC", "InactiveExitTimestampMonotonic": "15512807", "InvocationID": "6ce2d581efaa48a9b48efefc7c43e6ee", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13988", "LimitNPROCSoft": "13988", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13988", "LimitSIGPENDINGSoft": "13988", "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", "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", "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 2023-02-11 19:13:42 UTC", "StateChangeTimestampMonotonic": "18336908", "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": "22380", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "infinity", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } RUNNING HANDLER [fedora.linux_system_roles.kdump : Restart kdump] ************** task path: /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2 Saturday 11 February 2023 19:19:28 +0000 (0:00:00.472) 0:00:13.973 ***** changed: [sut] => { "changed": true, "name": "kdump", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:kdump_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2023-02-11 19:13:42 UTC", "ActiveEnterTimestampMonotonic": "18336908", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "remote-fs.target systemd-journald.socket system.slice network-online.target basic.target network.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-02-11 19:13:40 UTC", "AssertTimestampMonotonic": "15511133", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "1641399000", "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 2023-02-11 19:13:40 UTC", "ConditionTimestampMonotonic": "15511074", "ConfigurationDirectoryMode": "0755", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "DynamicUser": "no", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2023-02-11 19:13:42 UTC", "ExecMainExitTimestampMonotonic": "18336757", "ExecMainPID": "781", "ExecMainStartTimestamp": "Sat 2023-02-11 19:13:40 UTC", "ExecMainStartTimestampMonotonic": "15512502", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2023-02-11 19:13:40 UTC", "InactiveExitTimestampMonotonic": "15512807", "InvocationID": "6ce2d581efaa48a9b48efefc7c43e6ee", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13988", "LimitNPROCSoft": "13988", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13988", "LimitSIGPENDINGSoft": "13988", "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", "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", "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 2023-02-11 19:13:42 UTC", "StateChangeTimestampMonotonic": "18336908", "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": "22380", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "infinity", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "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/dist-git-kdump-weekly-ci-dz_ctxf0/tests/tests_ssh_wrapper.yml:27 Saturday 11 February 2023 19:19:46 +0000 (0:00:18.030) 0:00:32.004 ***** ok: [sut] TASK [Run ansible-playbook with tests_ssh.yml in check mode] ******************* task path: /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/tests/tests_ssh_wrapper.yml:34 Saturday 11 February 2023 19:19:47 +0000 (0:00:00.715) 0:00:32.719 ***** ok: [sut -> localhost] => { "changed": false, "cmd": [ "ansible-playbook", "-vvv", "-i", "/tmp/ansible.7x72_clw.inventory.yaml", "--check", "tests_ssh.yml" ], "delta": "0:00:11.349516", "end": "2023-02-11 19:19:58.884376", "rc": 0, "start": "2023-02-11 19:19:47.534860" } STDOUT: ansible-playbook 2.8.5 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 executable location = /opt/gluetool/bin/ansible-playbook python version = 3.9.13 (main, Jun 24 2022, 15:32:51) [GCC 8.5.0 20210514 (Red Hat 8.5.0-13)] Using /etc/ansible/ansible.cfg as config file host_list declined parsing /tmp/ansible.7x72_clw.inventory.yaml as it did not pass it's verify_file() method script declined parsing /tmp/ansible.7x72_clw.inventory.yaml as it did not pass it's verify_file() method Parsed /tmp/ansible.7x72_clw.inventory.yaml inventory source with yaml plugin PLAYBOOK: tests_ssh.yml ******************************************************** 1 plays in tests_ssh.yml PLAY [Ensure that the rule runs with ssh] ************************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/tests/tests_ssh.yml:2 Saturday 11 February 2023 19:19:48 +0000 (0:00:00.062) 0:00:00.062 ***** Using module file /opt/gluetool/lib/python3.9/site-packages/ansible/modules/system/setup.py Pipelining is enabled. <10.31.10.16> ESTABLISH SSH CONNECTION FOR USER: root <10.31.10.16> 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/da3cfe6c59 10.31.10.16 '/bin/sh -c '"'"'/usr/bin/python3 && sleep 0'"'"'' <10.31.10.16> (0, b'\n{"ansible_facts": {"ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "root", "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_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_apparmor": {"status": "disabled"}, "ansible_distribution": "RedHat", "ansible_distribution_release": "Plow", "ansible_distribution_version": "9.2", "ansible_distribution_major_version": "9", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_distribution_file_variety": "RedHat", "ansible_distribution_file_parsed": true, "ansible_distribution_file_search_string": "Red Hat", "ansible_os_family": "RedHat", "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAOx+nfldYqGMHBS1BFH320hjTb0MYowVmkBA7bwobnKGbwF40pAzhnPIBHBkRwug/IWi8JYIVrQIROhTng/wTf+DDBY6bs9CBDrWDUXTGqXH7tMGJqg033WEBcldtPwtmSaeJW2SfMaSoaoTk9SNnJqZnOiCIOYpZr2cKdnNSM3HAAAAFQDUkdCOy4rSdwONF2Tj907jt4RqEwAAAIEAi7nPAkyT/dHanktwpbutN7uTM5ubBvCbph/WstDSi7pO1jVNX48rajemyLCHBWR/PpB99fO8+WtHwloxkU7nh+Wwu5ChGhnnXDJ1UDD6gVY9rNY5Et4RwnRAbnYeo//nw1O2/vKewajEayBG+hs29nWAxJ/Blk35cuWpDpVwXt0AAACAGsVAVv61eEMVKOxMZVmcUYEOpiZp6LYReekhRFiIE3EyxcM3s/7P6SjMvBL910VnhSMCZPiFjpaktgbgxX82aLQPRdwDlpdThPy2TEsjyVztysn4FxnVKy4egHI5Sn5O1Sa3cHZxIONUeAShcI6gk8Mitqg5Y8YPNn6KQLwDI8Q=", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQCukZ54FtUaIWfWwVCHGZLij9CrWEW4R7znVCPQjiFACix+1Y/mh8BqV5l0pgP913SDGM49qD8dIr6OH61Ta+aM+KtkqagecM8r1nPMDKY2o7rRuEVsRZmSAvGI7rvQdzlrQ5nSVno9Xj+lK7/YVEZQtglkJ/9MCZQfzjUfYvPq1PlM93QJ+oM6AxfWkbm9es0Q40XNhNGs3syMfJHdE5lGV8hIm1/VbnZywuGRSHojG6Xv9IJd9fyhAy+7AZxdkf//uSPlLu1M5kueKRttfJt7lzP3fprDQO5v5GQq1n5nkhpNfFDoy+1IOxTbuDm58aQJjlNgXUlwlTc3xJUIB7i1Rkl9t7mq+f6vfjSiL6fKzgiGZeEfNJAWKp0VODHQLmz7IEEJg8+2vr5Z7rxBRfo6FIw3p9bYv+rgR1RvtYm+DI+gk6TCr6Zsd0dedwwAsqBS5ahXvIXxLKXyQwrEyQN3ItQa9esruInHI7/u3/Q4vfKm8XqTPxi0oOKq1NXAV8M=", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBM6W9uoxlbcC0WveCDoXvm8AoCp7AattzbGqIesiStJ6Gf3mGS/nzZbkxBOX4D5s0emLczSbvGCX33fACyCr/8M=", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAINTkIntG0tvPfErNs/H9Fe7GJjve++gU+hEZ/bLHTu8H", "ansible_system": "Linux", "ansible_kernel": "5.14.0-252.el9.x86_64", "ansible_machine": "x86_64", "ansible_python_version": "3.9.16", "ansible_fqdn": "ip-10-31-10-16.ec2.internal", "ansible_hostname": "ip-10-31-10-16", "ansible_nodename": "ip-10-31-10-16.us-east-1.aws.redhat.com", "ansible_domain": "ec2.internal", "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_userspace_architecture": "x86_64", "ansible_machine_id": "ba9ece17c0e54bee824bcf0b148af492", "ansible_fips": false, "ansible_hostnqn": "", "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_is_chroot": false, "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_cmdline": {"BOOT_IMAGE": "(hd0,gpt4)/boot/vmlinuz-5.14.0-252.el9.x86_64", "root": "UUID=9eb782f4-790d-4f32-9a48-0f515eec9307", "console": "ttyS0,115200n8", "no_timer_check": true, "net.ifnames": "0", "crashkernel": "1G-4G:192M,4G-64G:256M,64G-:512M"}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,gpt4)/boot/vmlinuz-5.14.0-252.el9.x86_64", "root": "UUID=9eb782f4-790d-4f32-9a48-0f515eec9307", "console": ["tty0", "ttyS0,115200n8"], "no_timer_check": true, "net.ifnames": "0", "crashkernel": "1G-4G:192M,4G-64G:256M,64G-:512M"}, "ansible_lsb": {}, "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_memtotal_mb": 3536, "ansible_memfree_mb": 2953, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3536, "used": 583, "free": 2953}, "nocache": {"free": 3292, "used": 244}, "swap": {"total": 0, "free": 0, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_version": "4.11.amazon", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec2ca401-f3c7-87f7-8073-87149e2ad15e", "ansible_product_uuid": "ec2ca401-f3c7-87f7-8073-87149e2ad15e", "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": {"xvda4": {"links": {"ids": [], "uuids": ["9eb782f4-790d-4f32-9a48-0f515eec9307"], "labels": ["root"], "masters": []}, "start": "1437696", "sectors": "522850271", "sectorsize": 512, "size": "249.31 GB", "uuid": "9eb782f4-790d-4f32-9a48-0f515eec9307", "holders": []}, "xvda2": {"links": {"ids": [], "uuids": ["7B77-95E7"], "labels": [], "masters": []}, "start": "4096", "sectors": "409600", "sectorsize": 512, "size": "200.00 MB", "uuid": "7B77-95E7", "holders": []}, "xvda3": {"links": {"ids": [], "uuids": ["c37fdb1a-38ea-4152-9557-67d84bbb57ed"], "labels": ["boot"], "masters": []}, "start": "413696", "sectors": "1024000", "sectorsize": 512, "size": "500.00 MB", "uuid": "c37fdb1a-38ea-4152-9557-67d84bbb57ed", "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": []}}, "ansible_device_links": {"ids": {}, "uuids": {"xvda3": ["c37fdb1a-38ea-4152-9557-67d84bbb57ed"], "xvda4": ["9eb782f4-790d-4f32-9a48-0f515eec9307"], "xvda2": ["7B77-95E7"]}, "labels": {"xvda3": ["boot"], "xvda4": ["root"]}, "masters": {}}, "ansible_uptime_seconds": 384, "ansible_mounts": [{"mount": "/", "device": "/dev/xvda4", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_total": 267688849408, "size_available": 264314572800, "block_size": 4096, "block_total": 65353723, "block_available": 64529925, "block_used": 823798, "inode_total": 130712560, "inode_available": 130672997, "inode_used": 39563, "uuid": "9eb782f4-790d-4f32-9a48-0f515eec9307"}, {"mount": "/boot/efi", "device": "/dev/xvda2", "fstype": "vfat", "options": "rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=ascii,shortname=winnt,errors=remount-ro", "size_total": 209489920, "size_available": 206942208, "block_size": 4096, "block_total": 51145, "block_available": 50523, "block_used": 622, "inode_total": 0, "inode_available": 0, "inode_used": 0, "uuid": "7B77-95E7"}, {"mount": "/efi", "device": "/dev/xvda2", "fstype": "vfat", "options": "rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=ascii,shortname=winnt,errors=remount-ro", "size_total": 209489920, "size_available": 206942208, "block_size": 4096, "block_total": 51145, "block_available": 50523, "block_used": 622, "inode_total": 0, "inode_available": 0, "inode_used": 0, "uuid": "7B77-95E7"}], "ansible_iscsi_iqn": "", "ansible_python": {"version": {"major": 3, "minor": 9, "micro": 16, "releaselevel": "final", "serial": 0}, "version_info": [3, 9, 16, "final", 0], "executable": "/usr/bin/python3", "has_sslcontext": true, "type": "cpython"}, "ansible_env": {"SHELL": "/bin/bash", "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.190 60754 10.31.10.16 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": "7", "XDG_RUNTIME_DIR": "/run/user/0", "SSH_CLIENT": "10.29.163.190 60754 22", "which_declare": "declare -f", "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", "BASH_FUNC_which%%": "() { ( alias;\\n eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\\n}"}, "ansible_fibre_channel_wwn": [], "ansible_interfaces": ["lo", "eth0"], "ansible_eth0": {"device": "eth0", "macaddress": "12:5d:d8:e9:78:d5", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.10.16", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0"}, "ipv6": [{"address": "fe80::105d:d8ff:fee9:78d5", "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_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "host", "netmask": "255.0.0.0", "network": "127.0.0.0"}, "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_default_ipv4": {"gateway": "10.31.8.1", "interface": "eth0", "address": "10.31.10.16", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0", "macaddress": "12:5d:d8:e9:78:d5", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.10.16"], "ansible_all_ipv6_addresses": ["fe80::105d:d8ff:fee9:78d5"], "ansible_date_time": {"year": "2023", "month": "02", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "06", "day": "11", "hour": "19", "minute": "19", "second": "49", "epoch": "1676143189", "date": "2023-02-11", "time": "19:19:49", "iso8601_micro": "2023-02-11T19:19:49.637999Z", "iso8601": "2023-02-11T19:19:49Z", "iso8601_basic": "20230211T191949637896", "iso8601_basic_short": "20230211T191949", "tz": "UTC", "tz_offset": "+0000"}, "ansible_local": {}, "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":18: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses\n") ok: [sut] META: ran handlers TASK [Gather facts from sut] *************************************************** task path: /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/tests/tests_ssh.yml:56 Saturday 11 February 2023 19:19:49 +0000 (0:00:01.019) 0:00:01.082 ***** Using module file /opt/gluetool/lib/python3.9/site-packages/ansible/modules/system/setup.py Pipelining is enabled. <10.31.10.16> ESTABLISH SSH CONNECTION FOR USER: root <10.31.10.16> 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/da3cfe6c59 10.31.10.16 '/bin/sh -c '"'"'/usr/bin/python3 && sleep 0'"'"'' <10.31.10.16> (0, b'\n{"ansible_facts": {"ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_is_chroot": false, "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAOx+nfldYqGMHBS1BFH320hjTb0MYowVmkBA7bwobnKGbwF40pAzhnPIBHBkRwug/IWi8JYIVrQIROhTng/wTf+DDBY6bs9CBDrWDUXTGqXH7tMGJqg033WEBcldtPwtmSaeJW2SfMaSoaoTk9SNnJqZnOiCIOYpZr2cKdnNSM3HAAAAFQDUkdCOy4rSdwONF2Tj907jt4RqEwAAAIEAi7nPAkyT/dHanktwpbutN7uTM5ubBvCbph/WstDSi7pO1jVNX48rajemyLCHBWR/PpB99fO8+WtHwloxkU7nh+Wwu5ChGhnnXDJ1UDD6gVY9rNY5Et4RwnRAbnYeo//nw1O2/vKewajEayBG+hs29nWAxJ/Blk35cuWpDpVwXt0AAACAGsVAVv61eEMVKOxMZVmcUYEOpiZp6LYReekhRFiIE3EyxcM3s/7P6SjMvBL910VnhSMCZPiFjpaktgbgxX82aLQPRdwDlpdThPy2TEsjyVztysn4FxnVKy4egHI5Sn5O1Sa3cHZxIONUeAShcI6gk8Mitqg5Y8YPNn6KQLwDI8Q=", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQCukZ54FtUaIWfWwVCHGZLij9CrWEW4R7znVCPQjiFACix+1Y/mh8BqV5l0pgP913SDGM49qD8dIr6OH61Ta+aM+KtkqagecM8r1nPMDKY2o7rRuEVsRZmSAvGI7rvQdzlrQ5nSVno9Xj+lK7/YVEZQtglkJ/9MCZQfzjUfYvPq1PlM93QJ+oM6AxfWkbm9es0Q40XNhNGs3syMfJHdE5lGV8hIm1/VbnZywuGRSHojG6Xv9IJd9fyhAy+7AZxdkf//uSPlLu1M5kueKRttfJt7lzP3fprDQO5v5GQq1n5nkhpNfFDoy+1IOxTbuDm58aQJjlNgXUlwlTc3xJUIB7i1Rkl9t7mq+f6vfjSiL6fKzgiGZeEfNJAWKp0VODHQLmz7IEEJg8+2vr5Z7rxBRfo6FIw3p9bYv+rgR1RvtYm+DI+gk6TCr6Zsd0dedwwAsqBS5ahXvIXxLKXyQwrEyQN3ItQa9esruInHI7/u3/Q4vfKm8XqTPxi0oOKq1NXAV8M=", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBM6W9uoxlbcC0WveCDoXvm8AoCp7AattzbGqIesiStJ6Gf3mGS/nzZbkxBOX4D5s0emLczSbvGCX33fACyCr/8M=", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAINTkIntG0tvPfErNs/H9Fe7GJjve++gU+hEZ/bLHTu8H", "ansible_local": {}, "ansible_system": "Linux", "ansible_kernel": "5.14.0-252.el9.x86_64", "ansible_machine": "x86_64", "ansible_python_version": "3.9.16", "ansible_fqdn": "ip-10-31-10-16.ec2.internal", "ansible_hostname": "ip-10-31-10-16", "ansible_nodename": "ip-10-31-10-16.us-east-1.aws.redhat.com", "ansible_domain": "ec2.internal", "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_userspace_architecture": "x86_64", "ansible_machine_id": "ba9ece17c0e54bee824bcf0b148af492", "ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "root", "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": "RedHat", "ansible_distribution_release": "Plow", "ansible_distribution_version": "9.2", "ansible_distribution_major_version": "9", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_distribution_file_variety": "RedHat", "ansible_distribution_file_parsed": true, "ansible_distribution_file_search_string": "Red Hat", "ansible_os_family": "RedHat", "ansible_lsb": {}, "ansible_apparmor": {"status": "disabled"}, "ansible_date_time": {"year": "2023", "month": "02", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "06", "day": "11", "hour": "19", "minute": "19", "second": "50", "epoch": "1676143190", "date": "2023-02-11", "time": "19:19:50", "iso8601_micro": "2023-02-11T19:19:50.065794Z", "iso8601": "2023-02-11T19:19:50Z", "iso8601_basic": "20230211T191950065700", "iso8601_basic_short": "20230211T191950", "tz": "UTC", "tz_offset": "+0000"}, "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_env": {"SHELL": "/bin/bash", "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.190 60754 10.31.10.16 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": "7", "XDG_RUNTIME_DIR": "/run/user/0", "SSH_CLIENT": "10.29.163.190 60754 22", "which_declare": "declare -f", "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", "BASH_FUNC_which%%": "() { ( alias;\\n eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\\n}"}, "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_iscsi_iqn": "", "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_fibre_channel_wwn": [], "ansible_hostnqn": "", "ansible_pkg_mgr": "dnf", "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_memtotal_mb": 3536, "ansible_memfree_mb": 2940, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3536, "used": 596, "free": 2940}, "nocache": {"free": 3279, "used": 257}, "swap": {"total": 0, "free": 0, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_version": "4.11.amazon", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec2ca401-f3c7-87f7-8073-87149e2ad15e", "ansible_product_uuid": "ec2ca401-f3c7-87f7-8073-87149e2ad15e", "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": {"xvda4": {"links": {"ids": [], "uuids": ["9eb782f4-790d-4f32-9a48-0f515eec9307"], "labels": ["root"], "masters": []}, "start": "1437696", "sectors": "522850271", "sectorsize": 512, "size": "249.31 GB", "uuid": "9eb782f4-790d-4f32-9a48-0f515eec9307", "holders": []}, "xvda2": {"links": {"ids": [], "uuids": ["7B77-95E7"], "labels": [], "masters": []}, "start": "4096", "sectors": "409600", "sectorsize": 512, "size": "200.00 MB", "uuid": "7B77-95E7", "holders": []}, "xvda3": {"links": {"ids": [], "uuids": ["c37fdb1a-38ea-4152-9557-67d84bbb57ed"], "labels": ["boot"], "masters": []}, "start": "413696", "sectors": "1024000", "sectorsize": 512, "size": "500.00 MB", "uuid": "c37fdb1a-38ea-4152-9557-67d84bbb57ed", "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": []}}, "ansible_device_links": {"ids": {}, "uuids": {"xvda3": ["c37fdb1a-38ea-4152-9557-67d84bbb57ed"], "xvda4": ["9eb782f4-790d-4f32-9a48-0f515eec9307"], "xvda2": ["7B77-95E7"]}, "labels": {"xvda3": ["boot"], "xvda4": ["root"]}, "masters": {}}, "ansible_uptime_seconds": 385, "ansible_mounts": [{"mount": "/", "device": "/dev/xvda4", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_total": 267688849408, "size_available": 264314519552, "block_size": 4096, "block_total": 65353723, "block_available": 64529912, "block_used": 823811, "inode_total": 130712560, "inode_available": 130672997, "inode_used": 39563, "uuid": "9eb782f4-790d-4f32-9a48-0f515eec9307"}, {"mount": "/boot/efi", "device": "/dev/xvda2", "fstype": "vfat", "options": "rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=ascii,shortname=winnt,errors=remount-ro", "size_total": 209489920, "size_available": 206942208, "block_size": 4096, "block_total": 51145, "block_available": 50523, "block_used": 622, "inode_total": 0, "inode_available": 0, "inode_used": 0, "uuid": "7B77-95E7"}, {"mount": "/efi", "device": "/dev/xvda2", "fstype": "vfat", "options": "rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=ascii,shortname=winnt,errors=remount-ro", "size_total": 209489920, "size_available": 206942208, "block_size": 4096, "block_total": 51145, "block_available": 50523, "block_used": 622, "inode_total": 0, "inode_available": 0, "inode_used": 0, "uuid": "7B77-95E7"}], "ansible_python": {"version": {"major": 3, "minor": 9, "micro": 16, "releaselevel": "final", "serial": 0}, "version_info": [3, 9, 16, "final", 0], "executable": "/usr/bin/python3", "has_sslcontext": true, "type": "cpython"}, "ansible_cmdline": {"BOOT_IMAGE": "(hd0,gpt4)/boot/vmlinuz-5.14.0-252.el9.x86_64", "root": "UUID=9eb782f4-790d-4f32-9a48-0f515eec9307", "console": "ttyS0,115200n8", "no_timer_check": true, "net.ifnames": "0", "crashkernel": "1G-4G:192M,4G-64G:256M,64G-:512M"}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,gpt4)/boot/vmlinuz-5.14.0-252.el9.x86_64", "root": "UUID=9eb782f4-790d-4f32-9a48-0f515eec9307", "console": ["tty0", "ttyS0,115200n8"], "no_timer_check": true, "net.ifnames": "0", "crashkernel": "1G-4G:192M,4G-64G:256M,64G-:512M"}, "ansible_fips": false, "ansible_interfaces": ["eth0", "lo"], "ansible_eth0": {"device": "eth0", "macaddress": "12:5d:d8:e9:78:d5", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.10.16", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0"}, "ipv6": [{"address": "fe80::105d:d8ff:fee9:78d5", "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_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "host", "netmask": "255.0.0.0", "network": "127.0.0.0"}, "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_default_ipv4": {"gateway": "10.31.8.1", "interface": "eth0", "address": "10.31.10.16", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0", "macaddress": "12:5d:d8:e9:78:d5", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.10.16"], "ansible_all_ipv6_addresses": ["fe80::105d:d8ff:fee9:78d5"], "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":18: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses\n") ok: [sut -> 10.31.10.16] TASK [Print message that this test is skipped on EL 6] ************************* task path: /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/tests/tests_ssh.yml:61 Saturday 11 February 2023 19:19:50 +0000 (0:00:00.566) 0:00:01.649 ***** skipping: [sut] => {} META: 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/dist-git-kdump-weekly-ci-dz_ctxf0/tests/tests_ssh.yml:82 Saturday 11 February 2023 19:19:50 +0000 (0:00:00.048) 0:00:01.697 ***** TASK [kdump : Ensure ansible_facts used by role] ******************************* task path: /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:2 Saturday 11 February 2023 19:19:50 +0000 (0:00:00.181) 0:00:01.879 ***** included: /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml for sut TASK [kdump : Ensure ansible_facts used by role] ******************************* task path: /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:2 Saturday 11 February 2023 19:19:50 +0000 (0:00:00.050) 0:00:01.929 ***** Using module file /opt/gluetool/lib/python3.9/site-packages/ansible/modules/system/setup.py Pipelining is enabled. <10.31.10.16> ESTABLISH SSH CONNECTION FOR USER: root <10.31.10.16> 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/da3cfe6c59 10.31.10.16 '/bin/sh -c '"'"'/usr/bin/python3 && sleep 0'"'"'' <10.31.10.16> (0, b'\n{"ansible_facts": {"ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAOx+nfldYqGMHBS1BFH320hjTb0MYowVmkBA7bwobnKGbwF40pAzhnPIBHBkRwug/IWi8JYIVrQIROhTng/wTf+DDBY6bs9CBDrWDUXTGqXH7tMGJqg033WEBcldtPwtmSaeJW2SfMaSoaoTk9SNnJqZnOiCIOYpZr2cKdnNSM3HAAAAFQDUkdCOy4rSdwONF2Tj907jt4RqEwAAAIEAi7nPAkyT/dHanktwpbutN7uTM5ubBvCbph/WstDSi7pO1jVNX48rajemyLCHBWR/PpB99fO8+WtHwloxkU7nh+Wwu5ChGhnnXDJ1UDD6gVY9rNY5Et4RwnRAbnYeo//nw1O2/vKewajEayBG+hs29nWAxJ/Blk35cuWpDpVwXt0AAACAGsVAVv61eEMVKOxMZVmcUYEOpiZp6LYReekhRFiIE3EyxcM3s/7P6SjMvBL910VnhSMCZPiFjpaktgbgxX82aLQPRdwDlpdThPy2TEsjyVztysn4FxnVKy4egHI5Sn5O1Sa3cHZxIONUeAShcI6gk8Mitqg5Y8YPNn6KQLwDI8Q=", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQCukZ54FtUaIWfWwVCHGZLij9CrWEW4R7znVCPQjiFACix+1Y/mh8BqV5l0pgP913SDGM49qD8dIr6OH61Ta+aM+KtkqagecM8r1nPMDKY2o7rRuEVsRZmSAvGI7rvQdzlrQ5nSVno9Xj+lK7/YVEZQtglkJ/9MCZQfzjUfYvPq1PlM93QJ+oM6AxfWkbm9es0Q40XNhNGs3syMfJHdE5lGV8hIm1/VbnZywuGRSHojG6Xv9IJd9fyhAy+7AZxdkf//uSPlLu1M5kueKRttfJt7lzP3fprDQO5v5GQq1n5nkhpNfFDoy+1IOxTbuDm58aQJjlNgXUlwlTc3xJUIB7i1Rkl9t7mq+f6vfjSiL6fKzgiGZeEfNJAWKp0VODHQLmz7IEEJg8+2vr5Z7rxBRfo6FIw3p9bYv+rgR1RvtYm+DI+gk6TCr6Zsd0dedwwAsqBS5ahXvIXxLKXyQwrEyQN3ItQa9esruInHI7/u3/Q4vfKm8XqTPxi0oOKq1NXAV8M=", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBM6W9uoxlbcC0WveCDoXvm8AoCp7AattzbGqIesiStJ6Gf3mGS/nzZbkxBOX4D5s0emLczSbvGCX33fACyCr/8M=", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAINTkIntG0tvPfErNs/H9Fe7GJjve++gU+hEZ/bLHTu8H", "ansible_env": {"SHELL": "/bin/bash", "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.190 60754 10.31.10.16 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": "7", "XDG_RUNTIME_DIR": "/run/user/0", "SSH_CLIENT": "10.29.163.190 60754 22", "which_declare": "declare -f", "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", "BASH_FUNC_which%%": "() { ( alias;\\n eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\\n}"}, "ansible_date_time": {"year": "2023", "month": "02", "weekday": "Saturday", "weekday_number": "6", "weeknumber": "06", "day": "11", "hour": "19", "minute": "19", "second": "50", "epoch": "1676143190", "date": "2023-02-11", "time": "19:19:50", "iso8601_micro": "2023-02-11T19:19:50.922902Z", "iso8601": "2023-02-11T19:19:50Z", "iso8601_basic": "20230211T191950922828", "iso8601_basic_short": "20230211T191950", "tz": "UTC", "tz_offset": "+0000"}, "ansible_fips": false, "ansible_cmdline": {"BOOT_IMAGE": "(hd0,gpt4)/boot/vmlinuz-5.14.0-252.el9.x86_64", "root": "UUID=9eb782f4-790d-4f32-9a48-0f515eec9307", "console": "ttyS0,115200n8", "no_timer_check": true, "net.ifnames": "0", "crashkernel": "1G-4G:192M,4G-64G:256M,64G-:512M"}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,gpt4)/boot/vmlinuz-5.14.0-252.el9.x86_64", "root": "UUID=9eb782f4-790d-4f32-9a48-0f515eec9307", "console": ["tty0", "ttyS0,115200n8"], "no_timer_check": true, "net.ifnames": "0", "crashkernel": "1G-4G:192M,4G-64G:256M,64G-:512M"}, "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_distribution": "RedHat", "ansible_distribution_release": "Plow", "ansible_distribution_version": "9.2", "ansible_distribution_major_version": "9", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_distribution_file_variety": "RedHat", "ansible_distribution_file_parsed": true, "ansible_distribution_file_search_string": "Red Hat", "ansible_os_family": "RedHat", "ansible_python": {"version": {"major": 3, "minor": 9, "micro": 16, "releaselevel": "final", "serial": 0}, "version_info": [3, 9, 16, "final", 0], "executable": "/usr/bin/python3", "has_sslcontext": true, "type": "cpython"}, "ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "root", "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_apparmor": {"status": "disabled"}, "ansible_lsb": {}, "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_system": "Linux", "ansible_kernel": "5.14.0-252.el9.x86_64", "ansible_machine": "x86_64", "ansible_python_version": "3.9.16", "ansible_fqdn": "ip-10-31-10-16.ec2.internal", "ansible_hostname": "ip-10-31-10-16", "ansible_nodename": "ip-10-31-10-16.us-east-1.aws.redhat.com", "ansible_domain": "ec2.internal", "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_userspace_architecture": "x86_64", "ansible_machine_id": "ba9ece17c0e54bee824bcf0b148af492", "ansible_local": {}, "ansible_service_mgr": "systemd", "ansible_pkg_mgr": "dnf", "gather_subset": ["min"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["min"], "gather_timeout": 10, "filter": "*", "fact_path": "/etc/ansible/facts.d"}}}\n', b":18: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses\n") ok: [sut] TASK [kdump : Install required packages] *************************************** task path: /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 Saturday 11 February 2023 19:19:50 +0000 (0:00:00.423) 0:00:02.353 ***** Using module file /opt/gluetool/lib/python3.9/site-packages/ansible/modules/packaging/os/dnf.py Pipelining is enabled. <10.31.10.16> ESTABLISH SSH CONNECTION FOR USER: root <10.31.10.16> 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/da3cfe6c59 10.31.10.16 '/bin/sh -c '"'"'/usr/bin/python3 && sleep 0'"'"'' <10.31.10.16> (0, b'\n{"msg": "Nothing to do", "changed": false, "results": ["Installed: kexec-tools"], "rc": 0, "invocation": {"module_args": {"name": ["kexec-tools"], "state": "present", "allow_downgrade": false, "autoremove": false, "bugfix": 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, "lock_timeout": 30, "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "releasever": null}}}\n', b":18: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses\n") ok: [sut] => { "changed": false, "invocation": { "module_args": { "allow_downgrade": false, "autoremove": false, "bugfix": 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": [ "kexec-tools" ], "releasever": null, "security": false, "skip_broken": false, "state": "present", "update_cache": false, "update_only": false, "validate_certs": true } }, "rc": 0, "results": [ "Installed: kexec-tools" ] } MSG: Nothing to do TASK [kdump : Ensure that kdump is enabled] ************************************ task path: /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:10 Saturday 11 February 2023 19:19:52 +0000 (0:00:01.109) 0:00:03.463 ***** Using module file /opt/gluetool/lib/python3.9/site-packages/ansible/modules/system/systemd.py Pipelining is enabled. <10.31.10.16> ESTABLISH SSH CONNECTION FOR USER: root <10.31.10.16> 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/da3cfe6c59 10.31.10.16 '/bin/sh -c '"'"'/usr/bin/python3 && sleep 0'"'"'' <10.31.10.16> (0, b'\n{"name": "kdump", "changed": false, "status": {"Type": "oneshot", "ExitType": "main", "Restart": "no", "NotifyAccess": "none", "RestartUSec": "100ms", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "TimeoutAbortUSec": "1min 30s", "TimeoutStartFailureMode": "terminate", "TimeoutStopFailureMode": "terminate", "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", "ExecMainStartTimestamp": "Sat 2023-02-11 19:19:29 UTC", "ExecMainStartTimestampMonotonic": "364420137", "ExecMainExitTimestamp": "Sat 2023-02-11 19:19:46 UTC", "ExecMainExitTimestampMonotonic": "381936561", "ExecMainPID": "5400", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2023-02-11 19:19:29 UTC] ; stop_time=[Sat 2023-02-11 19:19:46 UTC] ; pid=5400 ; code=exited ; status=0 }", "ExecStartEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; flags= ; start_time=[Sat 2023-02-11 19:19:29 UTC] ; stop_time=[Sat 2023-02-11 19:19:46 UTC] ; pid=5400 ; 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": "4429", "MemoryCurrent": "[not set]", "MemoryAvailable": "infinity", "CPUUsageNSec": "21532132000", "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", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22380", "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": "0", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "13988", "LimitNPROCSoft": "13988", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "13988", "LimitSIGPENDINGSoft": "13988", "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": "remote-fs.target systemd-journald.socket system.slice network-online.target basic.target network.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", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Sat 2023-02-11 19:19:46 UTC", "StateChangeTimestampMonotonic": "381936708", "InactiveExitTimestamp": "Sat 2023-02-11 19:19:29 UTC", "InactiveExitTimestampMonotonic": "364420620", "ActiveEnterTimestamp": "Sat 2023-02-11 19:19:46 UTC", "ActiveEnterTimestampMonotonic": "381936708", "ActiveExitTimestamp": "Sat 2023-02-11 19:19:28 UTC", "ActiveExitTimestampMonotonic": "364393917", "InactiveEnterTimestamp": "Sat 2023-02-11 19:19:29 UTC", "InactiveEnterTimestampMonotonic": "364417061", "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 2023-02-11 19:19:29 UTC", "ConditionTimestampMonotonic": "364417933", "AssertTimestamp": "Sat 2023-02-11 19:19:29 UTC", "AssertTimestampMonotonic": "364418021", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "103c8be9170744adb896076cdfd00d54", "CollectMode": "inactive"}, "enabled": true, "invocation": {"module_args": {"name": "kdump", "enabled": true, "daemon_reload": false, "daemon_reexec": false, "no_block": false, "state": null, "force": null, "masked": null, "user": null, "scope": null}}}\n', b":18: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses\n") 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": null, "state": null, "user": null } }, "name": "kdump", "status": { "AccessSELinuxContext": "system_u:object_r:kdump_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2023-02-11 19:19:46 UTC", "ActiveEnterTimestampMonotonic": "381936708", "ActiveExitTimestamp": "Sat 2023-02-11 19:19:28 UTC", "ActiveExitTimestampMonotonic": "364393917", "ActiveState": "active", "After": "remote-fs.target systemd-journald.socket system.slice network-online.target basic.target network.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-02-11 19:19:29 UTC", "AssertTimestampMonotonic": "364418021", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "21532132000", "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 2023-02-11 19:19:29 UTC", "ConditionTimestampMonotonic": "364417933", "ConfigurationDirectoryMode": "0755", "ControlGroupId": "4429", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "DynamicUser": "no", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2023-02-11 19:19:46 UTC", "ExecMainExitTimestampMonotonic": "381936561", "ExecMainPID": "5400", "ExecMainStartTimestamp": "Sat 2023-02-11 19:19:29 UTC", "ExecMainStartTimestampMonotonic": "364420137", "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 2023-02-11 19:19:29 UTC] ; stop_time=[Sat 2023-02-11 19:19:46 UTC] ; pid=5400 ; code=exited ; status=0 }", "ExecStartEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; flags= ; start_time=[Sat 2023-02-11 19:19:29 UTC] ; stop_time=[Sat 2023-02-11 19:19:46 UTC] ; pid=5400 ; 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 2023-02-11 19:19:29 UTC", "InactiveEnterTimestampMonotonic": "364417061", "InactiveExitTimestamp": "Sat 2023-02-11 19:19:29 UTC", "InactiveExitTimestampMonotonic": "364420620", "InvocationID": "103c8be9170744adb896076cdfd00d54", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13988", "LimitNPROCSoft": "13988", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13988", "LimitSIGPENDINGSoft": "13988", "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", "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", "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 2023-02-11 19:19:46 UTC", "StateChangeTimestampMonotonic": "381936708", "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": "22380", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "infinity", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [kdump : Include SSH tasks] *********************************************** task path: /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:15 Saturday 11 February 2023 19:19:52 +0000 (0:00:00.789) 0:00:04.252 ***** included: /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml for sut TASK [kdump : Check whether key exists] **************************************** task path: /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 Saturday 11 February 2023 19:19:53 +0000 (0:00:00.143) 0:00:04.396 ***** Using module file /opt/gluetool/lib/python3.9/site-packages/ansible/modules/files/stat.py Pipelining is enabled. <10.31.10.16> ESTABLISH SSH CONNECTION FOR USER: root <10.31.10.16> 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/da3cfe6c59 10.31.10.16 '/bin/sh -c '"'"'/usr/bin/python3 && sleep 0'"'"'' <10.31.10.16> (0, b'\n{"changed": false, "stat": {"exists": true, "path": "/root/.ssh/kdump_id_rsa", "mode": "0600", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 2643, "inode": 25167309, "dev": 51716, "nlink": 1, "atime": 1676143169.1326935, "mtime": 1676143162.2866638, "ctime": 1676143162.2866638, "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": "a8c1cdf899ae903a8092a82aecdcdf82efefa8a6", "mimetype": "text/plain", "charset": "us-ascii", "version": "3143828232", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/root/.ssh/kdump_id_rsa", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1", "get_md5": null}}}\n', b":18: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses\n") ok: [sut] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": null, "get_mime": true, "path": "/root/.ssh/kdump_id_rsa" } }, "stat": { "atime": 1676143169.1326935, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "a8c1cdf899ae903a8092a82aecdcdf82efefa8a6", "ctime": 1676143162.2866638, "dev": 51716, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 25167309, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1676143162.2866638, "nlink": 1, "path": "/root/.ssh/kdump_id_rsa", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 2643, "uid": 0, "version": "3143828232", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [kdump : Create key] ****************************************************** task path: /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 Saturday 11 February 2023 19:19:53 +0000 (0:00:00.428) 0:00:04.824 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [kdump : Fetch key] ******************************************************* task path: /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:11 Saturday 11 February 2023 19:19:53 +0000 (0:00:00.031) 0:00:04.856 ***** Using module file /opt/gluetool/lib/python3.9/site-packages/ansible/modules/net_tools/basics/slurp.py Pipelining is enabled. <10.31.10.16> ESTABLISH SSH CONNECTION FOR USER: root <10.31.10.16> 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/da3cfe6c59 10.31.10.16 '/bin/sh -c '"'"'/usr/bin/python3 && sleep 0'"'"'' <10.31.10.16> (0, b'\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDejZIUW9yZEY2NTZ3MkM1ZVpwaXloeGlYL3VkeXprelhYZ2R3WmxqVVlNZE52a1FDbUVTQUdHMk4yT0dvUGtXYXhBV1M1NGEzOS9scktqZnhBVGZCbmFscE9BOFFWaWYrWGxucStjaEtCeVRiNVlOeEVTakUwazFZMWF0bFU4eTA4dWZaZndqREdrd3pOSHJ2VUVJK3psOUVXcWFDMHFTZ200SUt1Ujdna2ZQMVF5bHZwQ2tPYmhOLzFqb0NBTG5zdzZWVGN6a2h3bFVsUDNmK2pxSUlONHVSdG52RHJsQVhyVXYxaU9PZmFkbWhYcFRSZDd3UTRDeDBrK2c1VzIxdWhTb0UyOFp0cEhOSHl4T3JXMDk5YnMvSVplZDBSYjJVTGJXNjdoemtnRkdwWkhaS1VaM2I1RjArbUw4ZHJrWnNDTHpRdVhLUkNpOUlmTitUQmF2RmVhRGFSTWRXa1h4WmtCaVBGeTVzZ1hDVUs0RDZUczdZb01yOVdxREJIMEdHZW1DeFBtUDZOeWNGQnl4NmgreG5RV3JoKzdMVW5BSms4OGRibW1RVDJsMW83RDRXN1l3QTNlR3poL1A4KytySEJXYml1YkZwOTc0MmM5Z3lNc1IzZ2R3QnRDZldielQ0czQ1bjdMRWIxODk3cEEvK3krUk5DVzEwMkN4bDhRZkU9IHJvb3RAaXAtMTAtMzEtMTAtMTYudXMtZWFzdC0xLmF3cy5yZWRoYXQuY29tCg==", "source": "/root/.ssh/kdump_id_rsa.pub", "encoding": "base64", "invocation": {"module_args": {"src": "/root/.ssh/kdump_id_rsa.pub"}}}\n', b":18: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses\n") ok: [sut] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDejZIUW9yZEY2NTZ3MkM1ZVpwaXloeGlYL3VkeXprelhYZ2R3WmxqVVlNZE52a1FDbUVTQUdHMk4yT0dvUGtXYXhBV1M1NGEzOS9scktqZnhBVGZCbmFscE9BOFFWaWYrWGxucStjaEtCeVRiNVlOeEVTakUwazFZMWF0bFU4eTA4dWZaZndqREdrd3pOSHJ2VUVJK3psOUVXcWFDMHFTZ200SUt1Ujdna2ZQMVF5bHZwQ2tPYmhOLzFqb0NBTG5zdzZWVGN6a2h3bFVsUDNmK2pxSUlONHVSdG52RHJsQVhyVXYxaU9PZmFkbWhYcFRSZDd3UTRDeDBrK2c1VzIxdWhTb0UyOFp0cEhOSHl4T3JXMDk5YnMvSVplZDBSYjJVTGJXNjdoemtnRkdwWkhaS1VaM2I1RjArbUw4ZHJrWnNDTHpRdVhLUkNpOUlmTitUQmF2RmVhRGFSTWRXa1h4WmtCaVBGeTVzZ1hDVUs0RDZUczdZb01yOVdxREJIMEdHZW1DeFBtUDZOeWNGQnl4NmgreG5RV3JoKzdMVW5BSms4OGRibW1RVDJsMW83RDRXN1l3QTNlR3poL1A4KytySEJXYml1YkZwOTc0MmM5Z3lNc1IzZ2R3QnRDZldielQ0czQ1bjdMRWIxODk3cEEvK3krUk5DVzEwMkN4bDhRZkU9IHJvb3RAaXAtMTAtMzEtMTAtMTYudXMtZWFzdC0xLmF3cy5yZWRoYXQuY29tCg==", "encoding": "base64", "invocation": { "module_args": { "src": "/root/.ssh/kdump_id_rsa.pub" } }, "source": "/root/.ssh/kdump_id_rsa.pub" } TASK [kdump : Get userinfo for root] ******************************************* task path: /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:16 Saturday 11 February 2023 19:19:53 +0000 (0:00:00.420) 0:00:05.277 ***** Using module file /opt/gluetool/lib/python3.9/site-packages/ansible/modules/system/user.py Pipelining is enabled. <10.31.10.16> ESTABLISH SSH CONNECTION FOR USER: root <10.31.10.16> 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/da3cfe6c59 10.31.10.16 '/bin/sh -c '"'"'/usr/bin/python3 && sleep 0'"'"'' <10.31.10.16> (0, b'\n{"name": "root", "state": "present", "append": false, "move_home": false, "changed": false, "uid": 0, "group": 0, "comment": "root", "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 ip-10-31-10-16.us-east-1.aws.redhat.com", "update_password": "always", "uid": null, "group": null, "groups": null, "comment": null, "home": null, "shell": null, "password": null, "login_class": 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}}}\n', b":18: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses\n") ok: [sut -> 10.31.10.16] => { "append": false, "changed": false, "comment": "root", "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_lock": null, "profile": null, "remove": false, "role": null, "seuser": null, "shell": null, "skeleton": null, "ssh_key_bits": 0, "ssh_key_comment": "ansible-generated on ip-10-31-10-16.us-east-1.aws.redhat.com", "ssh_key_file": null, "ssh_key_passphrase": null, "ssh_key_type": "rsa", "state": "present", "system": false, "uid": null, "update_password": "always" } }, "move_home": false, "name": "root", "shell": "/bin/bash", "state": "present", "uid": 0 } TASK [kdump : Set authorized_keys file path] *********************************** task path: /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:23 Saturday 11 February 2023 19:19:54 +0000 (0:00:00.507) 0:00:05.785 ***** ok: [sut] => { "ansible_facts": { "__kdump_authorized_keys_path": "/root/.ssh/authorized_keys" }, "changed": false } TASK [kdump : Get the authorized_keys file for the user] *********************** task path: /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:27 Saturday 11 February 2023 19:19:54 +0000 (0:00:00.040) 0:00:05.825 ***** Using module file /opt/gluetool/lib/python3.9/site-packages/ansible/modules/files/stat.py Pipelining is enabled. <10.31.10.16> ESTABLISH SSH CONNECTION FOR USER: root <10.31.10.16> 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/da3cfe6c59 10.31.10.16 '/bin/sh -c '"'"'/usr/bin/python3 && sleep 0'"'"'' <10.31.10.16> (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": 1589, "inode": 729809473, "dev": 51716, "nlink": 1, "atime": 1676143169.3326943, "mtime": 1676143164.4536734, "ctime": 1676143164.6956744, "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": "91abd5e5afd4b551d12a6ed649da3912290e5b53", "mimetype": "text/plain", "charset": "us-ascii", "version": "1434102563", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/root/.ssh/authorized_keys", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1", "get_md5": null}}}\n', b":18: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses\n") ok: [sut -> 10.31.10.16] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": null, "get_mime": true, "path": "/root/.ssh/authorized_keys" } }, "stat": { "atime": 1676143169.3326943, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "91abd5e5afd4b551d12a6ed649da3912290e5b53", "ctime": 1676143164.6956744, "dev": 51716, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 729809473, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1676143164.4536734, "nlink": 1, "path": "/root/.ssh/authorized_keys", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 1589, "uid": 0, "version": "1434102563", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [kdump : Get the authorized_keys contents, if any] ************************ task path: /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:33 Saturday 11 February 2023 19:19:54 +0000 (0:00:00.253) 0:00:06.079 ***** Using module file /opt/gluetool/lib/python3.9/site-packages/ansible/modules/net_tools/basics/slurp.py Pipelining is enabled. <10.31.10.16> ESTABLISH SSH CONNECTION FOR USER: root <10.31.10.16> 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/da3cfe6c59 10.31.10.16 '/bin/sh -c '"'"'/usr/bin/python3 && sleep 0'"'"'' <10.31.10.16> (0, b'\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCQVFDK0t3VmZOaDRFRmlSdG16U2NTbGxHWEo5cXFpWXYzR2hPcTAvYkMxZnhNbzczSExaN2NVZ3NqTm0rY2xjcWl2NjEwMXNmc0REWExzanJRVDBsdWZuVjltSFE3dmo2RU1KaGpIWjdjK0h2N2JpQ0NCckFMRUhiOVhhUHVEOEVmKzkxMmRBaDNYSnFweHVmTTlzZEgyQ1BjM0l2VmpUSFMrc1NMYThJRmNsbWVackxLeEFPcFlHVFBoMGVua2VVLzk3MUswRDBYcU9wRmtBSHFBK2dUQnFxZmNVemFYbTFHeS9NRlJBMndQTnEyMkM1RXJaYUVaSFZOYXBvSmNva1lZMXNjL0JROElBWEdyUmhlRURxMVVha2pMNDNQcGhLeDZSM05DR3F4TkpmMngwR1VmTWkrZjJpWlByNWY3Q2xGZnp6QnhIcW9oM2tHWWNvWWVVZHFuTmwgMW1pbnV0ZXRpcEByZWRoYXQuY29tCnNzaC1yc2EgQUFBQUIzTnphQzF5YzJFQUFBQURBUUFCQUFBQkFRRFdtU2VaaUlscXRZR2lQUjBjbzgrNzUwTm4vMzZZam5XZlc3WTE4UFBNanN4ZUFVRTA1RWd4Z0ZSaEFvcFVIVlFDTEpMbVFuUHM4K2ZWZWNCbVhYWVhYOW0xaEdIQmY2Q2ZwNHZyN1Y5M3RPaVBMbFRqTlplOElOUzZyVHhrNHJTN2E4cmNhK0NhSHNvTzFlMCtSdEw4SXFWRzhjT2ZhU1hWSDdKeWlpcHpGclNwQ0E2UGRrelI0dkxEVTJBSUcvR0hiUTBlTkNtUklhZCtiY3BPK3NtaG5VSlgxYWlGVDJDOVJvOE1GaXZOeDl6Ly85MjlEb2NVZVhvV1YyQXcvUUE0VGZ5WFh6SGhoTGI3UUFnSHZwVWpLRXRXYVdVdGxNaUVjSEtRcXRmK2pRd2d5QkJGWURSOFFRU1VKL0hyamFnd3U2WlRQd1VWS1A5clNvMkpaNEdWIHRmdC1hcnRlbWlzLW1hc3Rlci1rZXkKZWNkc2Etc2hhMi1uaXN0cDI1NiBBQUFBRTJWalpITmhMWE5vWVRJdGJtbHpkSEF5TlRZQUFBQUlibWx6ZEhBeU5UWUFBQUJCQklaUUY5dEFsZUo5L1NDclV5U01ZWkFlUFlMVitMS0xjbi90ZjdXQ3MxeVgydGlGNENDMUtpWWxjemI2SmRZYmhCREZzVjJvNVhBUTREVlRYdU1BN0R3PSAxbWludXRldGlwQHJlZGhhdC5jb20Kc3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDejZIUW9yZEY2NTZ3MkM1ZVpwaXloeGlYL3VkeXprelhYZ2R3WmxqVVlNZE52a1FDbUVTQUdHMk4yT0dvUGtXYXhBV1M1NGEzOS9scktqZnhBVGZCbmFscE9BOFFWaWYrWGxucStjaEtCeVRiNVlOeEVTakUwazFZMWF0bFU4eTA4dWZaZndqREdrd3pOSHJ2VUVJK3psOUVXcWFDMHFTZ200SUt1Ujdna2ZQMVF5bHZwQ2tPYmhOLzFqb0NBTG5zdzZWVGN6a2h3bFVsUDNmK2pxSUlONHVSdG52RHJsQVhyVXYxaU9PZmFkbWhYcFRSZDd3UTRDeDBrK2c1VzIxdWhTb0UyOFp0cEhOSHl4T3JXMDk5YnMvSVplZDBSYjJVTGJXNjdoemtnRkdwWkhaS1VaM2I1RjArbUw4ZHJrWnNDTHpRdVhLUkNpOUlmTitUQmF2RmVhRGFSTWRXa1h4WmtCaVBGeTVzZ1hDVUs0RDZUczdZb01yOVdxREJIMEdHZW1DeFBtUDZOeWNGQnl4NmgreG5RV3JoKzdMVW5BSms4OGRibW1RVDJsMW83RDRXN1l3QTNlR3poL1A4KytySEJXYml1YkZwOTc0MmM5Z3lNc1IzZ2R3QnRDZldielQ0czQ1bjdMRWIxODk3cEEvK3krUk5DVzEwMkN4bDhRZkU9IHJvb3RAaXAtMTAtMzEtMTAtMTYudXMtZWFzdC0xLmF3cy5yZWRoYXQuY29tCgo=", "source": "/root/.ssh/authorized_keys", "encoding": "base64", "invocation": {"module_args": {"src": "/root/.ssh/authorized_keys"}}}\n', b":18: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses\n") ok: [sut -> 10.31.10.16] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCQVFDK0t3VmZOaDRFRmlSdG16U2NTbGxHWEo5cXFpWXYzR2hPcTAvYkMxZnhNbzczSExaN2NVZ3NqTm0rY2xjcWl2NjEwMXNmc0REWExzanJRVDBsdWZuVjltSFE3dmo2RU1KaGpIWjdjK0h2N2JpQ0NCckFMRUhiOVhhUHVEOEVmKzkxMmRBaDNYSnFweHVmTTlzZEgyQ1BjM0l2VmpUSFMrc1NMYThJRmNsbWVackxLeEFPcFlHVFBoMGVua2VVLzk3MUswRDBYcU9wRmtBSHFBK2dUQnFxZmNVemFYbTFHeS9NRlJBMndQTnEyMkM1RXJaYUVaSFZOYXBvSmNva1lZMXNjL0JROElBWEdyUmhlRURxMVVha2pMNDNQcGhLeDZSM05DR3F4TkpmMngwR1VmTWkrZjJpWlByNWY3Q2xGZnp6QnhIcW9oM2tHWWNvWWVVZHFuTmwgMW1pbnV0ZXRpcEByZWRoYXQuY29tCnNzaC1yc2EgQUFBQUIzTnphQzF5YzJFQUFBQURBUUFCQUFBQkFRRFdtU2VaaUlscXRZR2lQUjBjbzgrNzUwTm4vMzZZam5XZlc3WTE4UFBNanN4ZUFVRTA1RWd4Z0ZSaEFvcFVIVlFDTEpMbVFuUHM4K2ZWZWNCbVhYWVhYOW0xaEdIQmY2Q2ZwNHZyN1Y5M3RPaVBMbFRqTlplOElOUzZyVHhrNHJTN2E4cmNhK0NhSHNvTzFlMCtSdEw4SXFWRzhjT2ZhU1hWSDdKeWlpcHpGclNwQ0E2UGRrelI0dkxEVTJBSUcvR0hiUTBlTkNtUklhZCtiY3BPK3NtaG5VSlgxYWlGVDJDOVJvOE1GaXZOeDl6Ly85MjlEb2NVZVhvV1YyQXcvUUE0VGZ5WFh6SGhoTGI3UUFnSHZwVWpLRXRXYVdVdGxNaUVjSEtRcXRmK2pRd2d5QkJGWURSOFFRU1VKL0hyamFnd3U2WlRQd1VWS1A5clNvMkpaNEdWIHRmdC1hcnRlbWlzLW1hc3Rlci1rZXkKZWNkc2Etc2hhMi1uaXN0cDI1NiBBQUFBRTJWalpITmhMWE5vWVRJdGJtbHpkSEF5TlRZQUFBQUlibWx6ZEhBeU5UWUFBQUJCQklaUUY5dEFsZUo5L1NDclV5U01ZWkFlUFlMVitMS0xjbi90ZjdXQ3MxeVgydGlGNENDMUtpWWxjemI2SmRZYmhCREZzVjJvNVhBUTREVlRYdU1BN0R3PSAxbWludXRldGlwQHJlZGhhdC5jb20Kc3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDejZIUW9yZEY2NTZ3MkM1ZVpwaXloeGlYL3VkeXprelhYZ2R3WmxqVVlNZE52a1FDbUVTQUdHMk4yT0dvUGtXYXhBV1M1NGEzOS9scktqZnhBVGZCbmFscE9BOFFWaWYrWGxucStjaEtCeVRiNVlOeEVTakUwazFZMWF0bFU4eTA4dWZaZndqREdrd3pOSHJ2VUVJK3psOUVXcWFDMHFTZ200SUt1Ujdna2ZQMVF5bHZwQ2tPYmhOLzFqb0NBTG5zdzZWVGN6a2h3bFVsUDNmK2pxSUlONHVSdG52RHJsQVhyVXYxaU9PZmFkbWhYcFRSZDd3UTRDeDBrK2c1VzIxdWhTb0UyOFp0cEhOSHl4T3JXMDk5YnMvSVplZDBSYjJVTGJXNjdoemtnRkdwWkhaS1VaM2I1RjArbUw4ZHJrWnNDTHpRdVhLUkNpOUlmTitUQmF2RmVhRGFSTWRXa1h4WmtCaVBGeTVzZ1hDVUs0RDZUczdZb01yOVdxREJIMEdHZW1DeFBtUDZOeWNGQnl4NmgreG5RV3JoKzdMVW5BSms4OGRibW1RVDJsMW83RDRXN1l3QTNlR3poL1A4KytySEJXYml1YkZwOTc0MmM5Z3lNc1IzZ2R3QnRDZldielQ0czQ1bjdMRWIxODk3cEEvK3krUk5DVzEwMkN4bDhRZkU9IHJvb3RAaXAtMTAtMzEtMTAtMTYudXMtZWFzdC0xLmF3cy5yZWRoYXQuY29tCgo=", "encoding": "base64", "invocation": { "module_args": { "src": "/root/.ssh/authorized_keys" } }, "source": "/root/.ssh/authorized_keys" } TASK [kdump : Write new authorized_keys if needed] ***************************** task path: /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:42 Saturday 11 February 2023 19:19:54 +0000 (0:00:00.246) 0:00:06.325 ***** <10.31.10.16> ESTABLISH SSH CONNECTION FOR USER: root <10.31.10.16> 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/da3cfe6c59 10.31.10.16 '/bin/sh -c '"'"'echo ~root && sleep 0'"'"'' <10.31.10.16> (0, b'/root\n', b'') <10.31.10.16> ESTABLISH SSH CONNECTION FOR USER: root <10.31.10.16> 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/da3cfe6c59 10.31.10.16 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1676143194.996982-59216943396870 `" && echo ansible-tmp-1676143194.996982-59216943396870="` echo /root/.ansible/tmp/ansible-tmp-1676143194.996982-59216943396870 `" ) && sleep 0'"'"'' <10.31.10.16> (0, b'ansible-tmp-1676143194.996982-59216943396870=/root/.ansible/tmp/ansible-tmp-1676143194.996982-59216943396870\n', b'') Using module file /opt/gluetool/lib/python3.9/site-packages/ansible/modules/files/stat.py Pipelining is enabled. <10.31.10.16> ESTABLISH SSH CONNECTION FOR USER: root <10.31.10.16> 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/da3cfe6c59 10.31.10.16 '/bin/sh -c '"'"'/usr/bin/python3 && sleep 0'"'"'' <10.31.10.16> (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": 1589, "inode": 729809473, "dev": 51716, "nlink": 1, "atime": 1676143169.3326943, "mtime": 1676143164.4536734, "ctime": 1676143164.6956744, "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": "91abd5e5afd4b551d12a6ed649da3912290e5b53", "mimetype": "text/plain", "charset": "us-ascii", "version": "1434102563", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/root/.ssh/authorized_keys", "follow": false, "get_checksum": true, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true, "get_md5": null}}}\n', b":18: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses\n") <10.31.10.16> ESTABLISH SSH CONNECTION FOR USER: root <10.31.10.16> 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/da3cfe6c59 10.31.10.16 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1676143194.996982-59216943396870/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.10.16> (0, b'', b'') changed: [sut -> 10.31.10.16] => { "changed": true, "diff": [], "invocation": { "content": "CENSORED: content is a no_log parameter", "dest": "/root/.ssh/authorized_keys", "group": "root", "mode": "0600", "module_args": { "content": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC+KwVfNh4EFiRtmzScSllGXJ9qqiYv3GhOq0/bC1fxMo73HLZ7cUgsjNm+clcqiv6101sfsDDXLsjrQT0lufnV9mHQ7vj6EMJhjHZ7c+Hv7biCCBrALEHb9XaPuD8Ef+912dAh3XJqpxufM9sdH2CPc3IvVjTHS+sSLa8IFclmeZrLKxAOpYGTPh0enkeU/971K0D0XqOpFkAHqA+gTBqqfcUzaXm1Gy/MFRA2wPNq22C5ErZaEZHVNapoJcokYY1sc/BQ8IAXGrRheEDq1UakjL43PphKx6R3NCGqxNJf2x0GUfMi+f2iZPr5f7ClFfzzBxHqoh3kGYcoYeUdqnNl 1minutetip@redhat.com\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDWmSeZiIlqtYGiPR0co8+750Nn/36YjnWfW7Y18PPMjsxeAUE05EgxgFRhAopUHVQCLJLmQnPs8+fVecBmXXYXX9m1hGHBf6Cfp4vr7V93tOiPLlTjNZe8INS6rTxk4rS7a8rca+CaHsoO1e0+RtL8IqVG8cOfaSXVH7JyiipzFrSpCA6PdkzR4vLDU2AIG/GHbQ0eNCmRIad+bcpO+smhnUJX1aiFT2C9Ro8MFivNx9z//929DocUeXoWV2Aw/QA4TfyXXzHhhLb7QAgHvpUjKEtWaWUtlMiEcHKQqtf+jQwgyBBFYDR8QQSUJ/Hrjagwu6ZTPwUVKP9rSo2JZ4GV tft-artemis-master-key\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIZQF9tAleJ9/SCrUySMYZAePYLV+LKLcn/tf7WCs1yX2tiF4CC1KiYlczb6JdYbhBDFsV2o5XAQ4DVTXuMA7Dw= 1minutetip@redhat.com\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCz6HQordF656w2C5eZpiyhxiX/udyzkzXXgdwZljUYMdNvkQCmESAGG2N2OGoPkWaxAWS54a39/lrKjfxATfBnalpOA8QVif+Xlnq+chKByTb5YNxESjE0k1Y1atlU8y08ufZfwjDGkwzNHrvUEI+zl9EWqaC0qSgm4IKuR7gkfP1QylvpCkObhN/1joCALnsw6VTczkhwlUlP3f+jqIIN4uRtnvDrlAXrUv1iOOfadmhXpTRd7wQ4Cx0k+g5W21uhSoE28ZtpHNHyxOrW099bs/IZed0Rb2ULbW67hzkgFGpZHZKUZ3b5F0+mL8drkZsCLzQuXKRCi9IfN+TBavFeaDaRMdWkXxZkBiPFy5sgXCUK4D6Ts7YoMr9WqDBH0GGemCxPmP6NycFByx6h+xnQWrh+7LUnAJk88dbmmQT2l1o7D4W7YwA3eGzh/P8++rHBWbiubFp9742c9gyMsR3gdwBtCfWbzT4s45n7LEb1897pA/+y+RNCW102Cxl8QfE= root@ip-10-31-10-16.us-east-1.aws.redhat.com\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCz6HQordF656w2C5eZpiyhxiX/udyzkzXXgdwZljUYMdNvkQCmESAGG2N2OGoPkWaxAWS54a39/lrKjfxATfBnalpOA8QVif+Xlnq+chKByTb5YNxESjE0k1Y1atlU8y08ufZfwjDGkwzNHrvUEI+zl9EWqaC0qSgm4IKuR7gkfP1QylvpCkObhN/1joCALnsw6VTczkhwlUlP3f+jqIIN4uRtnvDrlAXrUv1iOOfadmhXpTRd7wQ4Cx0k+g5W21uhSoE28ZtpHNHyxOrW099bs/IZed0Rb2ULbW67hzkgFGpZHZKUZ3b5F0+mL8drkZsCLzQuXKRCi9IfN+TBavFeaDaRMdWkXxZkBiPFy5sgXCUK4D6Ts7YoMr9WqDBH0GGemCxPmP6NycFByx6h+xnQWrh+7LUnAJk88dbmmQT2l1o7D4W7YwA3eGzh/P8++rHBWbiubFp9742c9gyMsR3gdwBtCfWbzT4s45n7LEb1897pA/+y+RNCW102Cxl8QfE= root@ip-10-31-10-16.us-east-1.aws.redhat.com\n\n", "dest": "/root/.ssh/authorized_keys", "group": "root", "mode": "0600", "owner": "root" }, "owner": "root" } } TASK [kdump : Fetch the servers public key] ************************************ task path: /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:55 Saturday 11 February 2023 19:19:55 +0000 (0:00:00.384) 0:00:06.710 ***** Using module file /opt/gluetool/lib/python3.9/site-packages/ansible/modules/net_tools/basics/slurp.py Pipelining is enabled. <10.31.10.16> ESTABLISH SSH CONNECTION FOR USER: root <10.31.10.16> 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/da3cfe6c59 10.31.10.16 '/bin/sh -c '"'"'/usr/bin/python3 && sleep 0'"'"'' <10.31.10.16> (0, b'\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDdWtaNTRGdFVhSVdmV3dWQ0hHWkxpajlDcldFVzRSN3puVkNQUWppRkFDaXgrMVkvbWg4QnFWNWwwcGdQOTEzU0RHTTQ5cUQ4ZElyNk9INjFUYSthTStLdGtxYWdlY004cjFuUE1ES1kybzdyUnVFVnNSWm1TQXZHSTdydlFkemxyUTVuU1ZubzlYaitsSzcvWVZFWlF0Z2xrSi85TUNaUWZ6alVmWXZQcTFQbE05M1FKK29NNkF4ZldrYm05ZXMwUTQwWE5oTkdzM3N5TWZKSGRFNWxHVjhoSW0xL1Ziblp5d3VHUlNIb2pHNlh2OUlKZDlmeWhBeSs3QVp4ZGtmLy91U1BsTHUxTTVrdWVLUnR0Zkp0N2x6UDNmcHJEUU81djVHUXExbjVua2hwTmZGRG95KzFJT3hUYnVEbTU4YVFKamxOZ1hVbHdsVGMzeEpVSUI3aTFSa2w5dDdtcStmNnZmalNpTDZmS3pnaUdaZUVmTkpBV0twMFZPREhRTG16N0lFRUpnOCsydnI1WjdyeEJSZm82Rkl3M3A5Yll2K3JnUjFSdnRZbStESStnazZUQ3I2WnNkMGRlZHd3QXNxQlM1YWhYdklYeExLWHlRd3JFeVFOM0l0UWE5ZXNydUluSEk3L3UzL1E0dmZLbThYcVRQeGkwb09LcTFOWEFWOE09IHJvb3RAaXAtMTAtMzEtMTAtMTYudXMtZWFzdC0xLmF3cy5yZWRoYXQuY29tCg==", "source": "/etc/ssh/ssh_host_rsa_key.pub", "encoding": "base64", "invocation": {"module_args": {"src": "/etc/ssh/ssh_host_rsa_key.pub"}}}\n', b":18: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses\n") ok: [sut -> 10.31.10.16] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDdWtaNTRGdFVhSVdmV3dWQ0hHWkxpajlDcldFVzRSN3puVkNQUWppRkFDaXgrMVkvbWg4QnFWNWwwcGdQOTEzU0RHTTQ5cUQ4ZElyNk9INjFUYSthTStLdGtxYWdlY004cjFuUE1ES1kybzdyUnVFVnNSWm1TQXZHSTdydlFkemxyUTVuU1ZubzlYaitsSzcvWVZFWlF0Z2xrSi85TUNaUWZ6alVmWXZQcTFQbE05M1FKK29NNkF4ZldrYm05ZXMwUTQwWE5oTkdzM3N5TWZKSGRFNWxHVjhoSW0xL1Ziblp5d3VHUlNIb2pHNlh2OUlKZDlmeWhBeSs3QVp4ZGtmLy91U1BsTHUxTTVrdWVLUnR0Zkp0N2x6UDNmcHJEUU81djVHUXExbjVua2hwTmZGRG95KzFJT3hUYnVEbTU4YVFKamxOZ1hVbHdsVGMzeEpVSUI3aTFSa2w5dDdtcStmNnZmalNpTDZmS3pnaUdaZUVmTkpBV0twMFZPREhRTG16N0lFRUpnOCsydnI1WjdyeEJSZm82Rkl3M3A5Yll2K3JnUjFSdnRZbStESStnazZUQ3I2WnNkMGRlZHd3QXNxQlM1YWhYdklYeExLWHlRd3JFeVFOM0l0UWE5ZXNydUluSEk3L3UzL1E0dmZLbThYcVRQeGkwb09LcTFOWEFWOE09IHJvb3RAaXAtMTAtMzEtMTAtMTYudXMtZWFzdC0xLmF3cy5yZWRoYXQuY29tCg==", "encoding": "base64", "invocation": { "module_args": { "src": "/etc/ssh/ssh_host_rsa_key.pub" } }, "source": "/etc/ssh/ssh_host_rsa_key.pub" } TASK [kdump : Add the servers public key to known_hosts on managed node] ******* task path: /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:61 Saturday 11 February 2023 19:19:55 +0000 (0:00:00.241) 0:00:06.951 ***** Using module file /opt/gluetool/lib/python3.9/site-packages/ansible/modules/system/known_hosts.py Pipelining is enabled. <10.31.10.16> ESTABLISH SSH CONNECTION FOR USER: root <10.31.10.16> 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/da3cfe6c59 10.31.10.16 '/bin/sh -c '"'"'/usr/bin/python3 && sleep 0'"'"'' <10.31.10.16> (0, b'\n{"changed": false, "diff": {"before_header": "/etc/ssh/ssh_known_hosts", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.10.16 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCukZ54FtUaIWfWwVCHGZLij9CrWEW4R7znVCPQjiFACix+1Y/mh8BqV5l0pgP913SDGM49qD8dIr6OH61Ta+aM+KtkqagecM8r1nPMDKY2o7rRuEVsRZmSAvGI7rvQdzlrQ5nSVno9Xj+lK7/YVEZQtglkJ/9MCZQfzjUfYvPq1PlM93QJ+oM6AxfWkbm9es0Q40XNhNGs3syMfJHdE5lGV8hIm1/VbnZywuGRSHojG6Xv9IJd9fyhAy+7AZxdkf//uSPlLu1M5kueKRttfJt7lzP3fprDQO5v5GQq1n5nkhpNfFDoy+1IOxTbuDm58aQJjlNgXUlwlTc3xJUIB7i1Rkl9t7mq+f6vfjSiL6fKzgiGZeEfNJAWKp0VODHQLmz7IEEJg8+2vr5Z7rxBRfo6FIw3p9bYv+rgR1RvtYm+DI+gk6TCr6Zsd0dedwwAsqBS5ahXvIXxLKXyQwrEyQN3ItQa9esruInHI7/u3/Q4vfKm8XqTPxi0oOKq1NXAV8M= root@ip-10-31-10-16.us-east-1.aws.redhat.com\\n", "after": "10.31.10.16 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCukZ54FtUaIWfWwVCHGZLij9CrWEW4R7znVCPQjiFACix+1Y/mh8BqV5l0pgP913SDGM49qD8dIr6OH61Ta+aM+KtkqagecM8r1nPMDKY2o7rRuEVsRZmSAvGI7rvQdzlrQ5nSVno9Xj+lK7/YVEZQtglkJ/9MCZQfzjUfYvPq1PlM93QJ+oM6AxfWkbm9es0Q40XNhNGs3syMfJHdE5lGV8hIm1/VbnZywuGRSHojG6Xv9IJd9fyhAy+7AZxdkf//uSPlLu1M5kueKRttfJt7lzP3fprDQO5v5GQq1n5nkhpNfFDoy+1IOxTbuDm58aQJjlNgXUlwlTc3xJUIB7i1Rkl9t7mq+f6vfjSiL6fKzgiGZeEfNJAWKp0VODHQLmz7IEEJg8+2vr5Z7rxBRfo6FIw3p9bYv+rgR1RvtYm+DI+gk6TCr6Zsd0dedwwAsqBS5ahXvIXxLKXyQwrEyQN3ItQa9esruInHI7/u3/Q4vfKm8XqTPxi0oOKq1NXAV8M= root@ip-10-31-10-16.us-east-1.aws.redhat.com\\n"}, "invocation": {"module_args": {"key": "10.31.10.16 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCukZ54FtUaIWfWwVCHGZLij9CrWEW4R7znVCPQjiFACix+1Y/mh8BqV5l0pgP913SDGM49qD8dIr6OH61Ta+aM+KtkqagecM8r1nPMDKY2o7rRuEVsRZmSAvGI7rvQdzlrQ5nSVno9Xj+lK7/YVEZQtglkJ/9MCZQfzjUfYvPq1PlM93QJ+oM6AxfWkbm9es0Q40XNhNGs3syMfJHdE5lGV8hIm1/VbnZywuGRSHojG6Xv9IJd9fyhAy+7AZxdkf//uSPlLu1M5kueKRttfJt7lzP3fprDQO5v5GQq1n5nkhpNfFDoy+1IOxTbuDm58aQJjlNgXUlwlTc3xJUIB7i1Rkl9t7mq+f6vfjSiL6fKzgiGZeEfNJAWKp0VODHQLmz7IEEJg8+2vr5Z7rxBRfo6FIw3p9bYv+rgR1RvtYm+DI+gk6TCr6Zsd0dedwwAsqBS5ahXvIXxLKXyQwrEyQN3ItQa9esruInHI7/u3/Q4vfKm8XqTPxi0oOKq1NXAV8M= root@ip-10-31-10-16.us-east-1.aws.redhat.com\\n", "name": "10.31.10.16", "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.10.16 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCukZ54FtUaIWfWwVCHGZLij9CrWEW4R7znVCPQjiFACix+1Y/mh8BqV5l0pgP913SDGM49qD8dIr6OH61Ta+aM+KtkqagecM8r1nPMDKY2o7rRuEVsRZmSAvGI7rvQdzlrQ5nSVno9Xj+lK7/YVEZQtglkJ/9MCZQfzjUfYvPq1PlM93QJ+oM6AxfWkbm9es0Q40XNhNGs3syMfJHdE5lGV8hIm1/VbnZywuGRSHojG6Xv9IJd9fyhAy+7AZxdkf//uSPlLu1M5kueKRttfJt7lzP3fprDQO5v5GQq1n5nkhpNfFDoy+1IOxTbuDm58aQJjlNgXUlwlTc3xJUIB7i1Rkl9t7mq+f6vfjSiL6fKzgiGZeEfNJAWKp0VODHQLmz7IEEJg8+2vr5Z7rxBRfo6FIw3p9bYv+rgR1RvtYm+DI+gk6TCr6Zsd0dedwwAsqBS5ahXvIXxLKXyQwrEyQN3ItQa9esruInHI7/u3/Q4vfKm8XqTPxi0oOKq1NXAV8M= root@ip-10-31-10-16.us-east-1.aws.redhat.com\\n", "after": "10.31.10.16 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCukZ54FtUaIWfWwVCHGZLij9CrWEW4R7znVCPQjiFACix+1Y/mh8BqV5l0pgP913SDGM49qD8dIr6OH61Ta+aM+KtkqagecM8r1nPMDKY2o7rRuEVsRZmSAvGI7rvQdzlrQ5nSVno9Xj+lK7/YVEZQtglkJ/9MCZQfzjUfYvPq1PlM93QJ+oM6AxfWkbm9es0Q40XNhNGs3syMfJHdE5lGV8hIm1/VbnZywuGRSHojG6Xv9IJd9fyhAy+7AZxdkf//uSPlLu1M5kueKRttfJt7lzP3fprDQO5v5GQq1n5nkhpNfFDoy+1IOxTbuDm58aQJjlNgXUlwlTc3xJUIB7i1Rkl9t7mq+f6vfjSiL6fKzgiGZeEfNJAWKp0VODHQLmz7IEEJg8+2vr5Z7rxBRfo6FIw3p9bYv+rgR1RvtYm+DI+gk6TCr6Zsd0dedwwAsqBS5ahXvIXxLKXyQwrEyQN3ItQa9esruInHI7/u3/Q4vfKm8XqTPxi0oOKq1NXAV8M= root@ip-10-31-10-16.us-east-1.aws.redhat.com\\n"}}}}\n', b":18: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses\n") ok: [sut] => { "changed": false, "diff": { "after": "10.31.10.16 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCukZ54FtUaIWfWwVCHGZLij9CrWEW4R7znVCPQjiFACix+1Y/mh8BqV5l0pgP913SDGM49qD8dIr6OH61Ta+aM+KtkqagecM8r1nPMDKY2o7rRuEVsRZmSAvGI7rvQdzlrQ5nSVno9Xj+lK7/YVEZQtglkJ/9MCZQfzjUfYvPq1PlM93QJ+oM6AxfWkbm9es0Q40XNhNGs3syMfJHdE5lGV8hIm1/VbnZywuGRSHojG6Xv9IJd9fyhAy+7AZxdkf//uSPlLu1M5kueKRttfJt7lzP3fprDQO5v5GQq1n5nkhpNfFDoy+1IOxTbuDm58aQJjlNgXUlwlTc3xJUIB7i1Rkl9t7mq+f6vfjSiL6fKzgiGZeEfNJAWKp0VODHQLmz7IEEJg8+2vr5Z7rxBRfo6FIw3p9bYv+rgR1RvtYm+DI+gk6TCr6Zsd0dedwwAsqBS5ahXvIXxLKXyQwrEyQN3ItQa9esruInHI7/u3/Q4vfKm8XqTPxi0oOKq1NXAV8M= root@ip-10-31-10-16.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.10.16 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCukZ54FtUaIWfWwVCHGZLij9CrWEW4R7znVCPQjiFACix+1Y/mh8BqV5l0pgP913SDGM49qD8dIr6OH61Ta+aM+KtkqagecM8r1nPMDKY2o7rRuEVsRZmSAvGI7rvQdzlrQ5nSVno9Xj+lK7/YVEZQtglkJ/9MCZQfzjUfYvPq1PlM93QJ+oM6AxfWkbm9es0Q40XNhNGs3syMfJHdE5lGV8hIm1/VbnZywuGRSHojG6Xv9IJd9fyhAy+7AZxdkf//uSPlLu1M5kueKRttfJt7lzP3fprDQO5v5GQq1n5nkhpNfFDoy+1IOxTbuDm58aQJjlNgXUlwlTc3xJUIB7i1Rkl9t7mq+f6vfjSiL6fKzgiGZeEfNJAWKp0VODHQLmz7IEEJg8+2vr5Z7rxBRfo6FIw3p9bYv+rgR1RvtYm+DI+gk6TCr6Zsd0dedwwAsqBS5ahXvIXxLKXyQwrEyQN3ItQa9esruInHI7/u3/Q4vfKm8XqTPxi0oOKq1NXAV8M= root@ip-10-31-10-16.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "invocation": { "module_args": { "diff": { "after": "10.31.10.16 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCukZ54FtUaIWfWwVCHGZLij9CrWEW4R7znVCPQjiFACix+1Y/mh8BqV5l0pgP913SDGM49qD8dIr6OH61Ta+aM+KtkqagecM8r1nPMDKY2o7rRuEVsRZmSAvGI7rvQdzlrQ5nSVno9Xj+lK7/YVEZQtglkJ/9MCZQfzjUfYvPq1PlM93QJ+oM6AxfWkbm9es0Q40XNhNGs3syMfJHdE5lGV8hIm1/VbnZywuGRSHojG6Xv9IJd9fyhAy+7AZxdkf//uSPlLu1M5kueKRttfJt7lzP3fprDQO5v5GQq1n5nkhpNfFDoy+1IOxTbuDm58aQJjlNgXUlwlTc3xJUIB7i1Rkl9t7mq+f6vfjSiL6fKzgiGZeEfNJAWKp0VODHQLmz7IEEJg8+2vr5Z7rxBRfo6FIw3p9bYv+rgR1RvtYm+DI+gk6TCr6Zsd0dedwwAsqBS5ahXvIXxLKXyQwrEyQN3ItQa9esruInHI7/u3/Q4vfKm8XqTPxi0oOKq1NXAV8M= root@ip-10-31-10-16.us-east-1.aws.redhat.com\n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.10.16 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCukZ54FtUaIWfWwVCHGZLij9CrWEW4R7znVCPQjiFACix+1Y/mh8BqV5l0pgP913SDGM49qD8dIr6OH61Ta+aM+KtkqagecM8r1nPMDKY2o7rRuEVsRZmSAvGI7rvQdzlrQ5nSVno9Xj+lK7/YVEZQtglkJ/9MCZQfzjUfYvPq1PlM93QJ+oM6AxfWkbm9es0Q40XNhNGs3syMfJHdE5lGV8hIm1/VbnZywuGRSHojG6Xv9IJd9fyhAy+7AZxdkf//uSPlLu1M5kueKRttfJt7lzP3fprDQO5v5GQq1n5nkhpNfFDoy+1IOxTbuDm58aQJjlNgXUlwlTc3xJUIB7i1Rkl9t7mq+f6vfjSiL6fKzgiGZeEfNJAWKp0VODHQLmz7IEEJg8+2vr5Z7rxBRfo6FIw3p9bYv+rgR1RvtYm+DI+gk6TCr6Zsd0dedwwAsqBS5ahXvIXxLKXyQwrEyQN3ItQa9esruInHI7/u3/Q4vfKm8XqTPxi0oOKq1NXAV8M= root@ip-10-31-10-16.us-east-1.aws.redhat.com\n", "before_header": "/etc/ssh/ssh_known_hosts" }, "hash_host": false, "key": "10.31.10.16 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCukZ54FtUaIWfWwVCHGZLij9CrWEW4R7znVCPQjiFACix+1Y/mh8BqV5l0pgP913SDGM49qD8dIr6OH61Ta+aM+KtkqagecM8r1nPMDKY2o7rRuEVsRZmSAvGI7rvQdzlrQ5nSVno9Xj+lK7/YVEZQtglkJ/9MCZQfzjUfYvPq1PlM93QJ+oM6AxfWkbm9es0Q40XNhNGs3syMfJHdE5lGV8hIm1/VbnZywuGRSHojG6Xv9IJd9fyhAy+7AZxdkf//uSPlLu1M5kueKRttfJt7lzP3fprDQO5v5GQq1n5nkhpNfFDoy+1IOxTbuDm58aQJjlNgXUlwlTc3xJUIB7i1Rkl9t7mq+f6vfjSiL6fKzgiGZeEfNJAWKp0VODHQLmz7IEEJg8+2vr5Z7rxBRfo6FIw3p9bYv+rgR1RvtYm+DI+gk6TCr6Zsd0dedwwAsqBS5ahXvIXxLKXyQwrEyQN3ItQa9esruInHI7/u3/Q4vfKm8XqTPxi0oOKq1NXAV8M= root@ip-10-31-10-16.us-east-1.aws.redhat.com\n", "name": "10.31.10.16", "path": "/etc/ssh/ssh_known_hosts", "state": "present" } } } TASK [kdump : Get mode of /etc/kdump.conf if it exists] ************************ task path: /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:20 Saturday 11 February 2023 19:19:56 +0000 (0:00:00.468) 0:00:07.419 ***** Using module file /opt/gluetool/lib/python3.9/site-packages/ansible/modules/files/stat.py Pipelining is enabled. <10.31.10.16> ESTABLISH SSH CONNECTION FOR USER: root <10.31.10.16> 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/da3cfe6c59 10.31.10.16 '/bin/sh -c '"'"'/usr/bin/python3 && sleep 0'"'"'' <10.31.10.16> (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": 76, "inode": 780141057, "dev": 51716, "nlink": 1, "atime": 1676143169.037693, "mtime": 1676143166.251681, "ctime": 1676143166.4996822, "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": "31c018c83af65ec820a106355653de7c3ddfea82", "mimetype": "text/plain", "charset": "us-ascii", "version": "3715605065", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/kdump.conf", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1", "get_md5": null}}}\n', b":18: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses\n") ok: [sut] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": null, "get_mime": true, "path": "/etc/kdump.conf" } }, "stat": { "atime": 1676143169.037693, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "31c018c83af65ec820a106355653de7c3ddfea82", "ctime": 1676143166.4996822, "dev": 51716, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 780141057, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1676143166.251681, "nlink": 1, "path": "/etc/kdump.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 76, "uid": 0, "version": "3715605065", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [kdump : Generate /etc/kdump.conf] **************************************** task path: /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:25 Saturday 11 February 2023 19:19:56 +0000 (0:00:00.243) 0:00:07.662 ***** <10.31.10.16> ESTABLISH SSH CONNECTION FOR USER: root <10.31.10.16> 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/da3cfe6c59 10.31.10.16 '/bin/sh -c '"'"'echo ~root && sleep 0'"'"'' <10.31.10.16> (0, b'/root\n', b'') <10.31.10.16> ESTABLISH SSH CONNECTION FOR USER: root <10.31.10.16> 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/da3cfe6c59 10.31.10.16 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1676143196.3131418-220499572677119 `" && echo ansible-tmp-1676143196.3131418-220499572677119="` echo /root/.ansible/tmp/ansible-tmp-1676143196.3131418-220499572677119 `" ) && sleep 0'"'"'' <10.31.10.16> (0, b'ansible-tmp-1676143196.3131418-220499572677119=/root/.ansible/tmp/ansible-tmp-1676143196.3131418-220499572677119\n', b'') Using module file /opt/gluetool/lib/python3.9/site-packages/ansible/modules/files/stat.py Pipelining is enabled. <10.31.10.16> ESTABLISH SSH CONNECTION FOR USER: root <10.31.10.16> 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/da3cfe6c59 10.31.10.16 '/bin/sh -c '"'"'/usr/bin/python3 && sleep 0'"'"'' <10.31.10.16> (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": 76, "inode": 780141057, "dev": 51716, "nlink": 1, "atime": 1676143169.037693, "mtime": 1676143166.251681, "ctime": 1676143166.4996822, "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": "31c018c83af65ec820a106355653de7c3ddfea82", "mimetype": "text/plain", "charset": "us-ascii", "version": "3715605065", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/kdump.conf", "follow": false, "get_checksum": true, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true, "get_md5": null}}}\n', b":18: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses\n") Using module file /opt/gluetool/lib/python3.9/site-packages/ansible/modules/files/file.py Pipelining is enabled. <10.31.10.16> ESTABLISH SSH CONNECTION FOR USER: root <10.31.10.16> 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/da3cfe6c59 10.31.10.16 '/bin/sh -c '"'"'/usr/bin/python3 && sleep 0'"'"'' <10.31.10.16> (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": 76, "invocation": {"module_args": {"mode": "0644", "follow": false, "dest": "/etc/kdump.conf", "_original_basename": "kdump.conf.j2", "recurse": false, "state": "file", "path": "/etc/kdump.conf", "force": false, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "_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, "content": null, "backup": null, "remote_src": null, "regexp": null, "delimiter": null, "directory_mode": null, "unsafe_writes": null}}}\n', b":18: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses\n") <10.31.10.16> ESTABLISH SSH CONNECTION FOR USER: root <10.31.10.16> 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/da3cfe6c59 10.31.10.16 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1676143196.3131418-220499572677119/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.10.16> (0, b'', b'') ok: [sut] => { "changed": false, "checksum": "31c018c83af65ec820a106355653de7c3ddfea82", "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, "backup": null, "content": null, "delimiter": null, "dest": "/etc/kdump.conf", "directory_mode": null, "follow": false, "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, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "file", "unsafe_writes": null } }, "mode": "0644", "owner": "root", "path": "/etc/kdump.conf", "secontext": "system_u:object_r:kdump_etc_t:s0", "size": 76, "state": "file", "uid": 0 } TASK [kdump : Get mode of /etc/sysconfig/kdump if it exists] ******************* task path: /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:33 Saturday 11 February 2023 19:19:57 +0000 (0:00:00.802) 0:00:08.465 ***** Using module file /opt/gluetool/lib/python3.9/site-packages/ansible/modules/files/stat.py Pipelining is enabled. <10.31.10.16> ESTABLISH SSH CONNECTION FOR USER: root <10.31.10.16> 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/da3cfe6c59 10.31.10.16 '/bin/sh -c '"'"'/usr/bin/python3 && sleep 0'"'"'' <10.31.10.16> (0, b'\n{"changed": false, "stat": {"exists": true, "path": "/etc/sysconfig/kdump", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 377, "inode": 813695174, "dev": 51716, "nlink": 1, "atime": 1676143168.999693, "mtime": 1676143167.2746854, "ctime": 1676143167.5236866, "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": "f72fdd79ebc820e4c57c8ac11d104f2a7fea10e0", "mimetype": "text/plain", "charset": "us-ascii", "version": "104335008", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/sysconfig/kdump", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1", "get_md5": null}}}\n', b":18: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses\n") ok: [sut] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": null, "get_mime": true, "path": "/etc/sysconfig/kdump" } }, "stat": { "atime": 1676143168.999693, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "f72fdd79ebc820e4c57c8ac11d104f2a7fea10e0", "ctime": 1676143167.5236866, "dev": 51716, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 813695174, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1676143167.2746854, "nlink": 1, "path": "/etc/sysconfig/kdump", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 377, "uid": 0, "version": "104335008", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [kdump : Generate /etc/sysconfig/kdump] *********************************** task path: /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:38 Saturday 11 February 2023 19:19:57 +0000 (0:00:00.315) 0:00:08.781 ***** <10.31.10.16> ESTABLISH SSH CONNECTION FOR USER: root <10.31.10.16> 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/da3cfe6c59 10.31.10.16 '/bin/sh -c '"'"'echo ~root && sleep 0'"'"'' <10.31.10.16> (0, b'/root\n', b'') <10.31.10.16> ESTABLISH SSH CONNECTION FOR USER: root <10.31.10.16> 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/da3cfe6c59 10.31.10.16 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1676143197.4277332-1366603622762 `" && echo ansible-tmp-1676143197.4277332-1366603622762="` echo /root/.ansible/tmp/ansible-tmp-1676143197.4277332-1366603622762 `" ) && sleep 0'"'"'' <10.31.10.16> (0, b'ansible-tmp-1676143197.4277332-1366603622762=/root/.ansible/tmp/ansible-tmp-1676143197.4277332-1366603622762\n', b'') Using module file /opt/gluetool/lib/python3.9/site-packages/ansible/modules/files/stat.py Pipelining is enabled. <10.31.10.16> ESTABLISH SSH CONNECTION FOR USER: root <10.31.10.16> 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/da3cfe6c59 10.31.10.16 '/bin/sh -c '"'"'/usr/bin/python3 && sleep 0'"'"'' <10.31.10.16> (0, b'\n{"changed": false, "stat": {"exists": true, "path": "/etc/sysconfig/kdump", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 377, "inode": 813695174, "dev": 51716, "nlink": 1, "atime": 1676143168.999693, "mtime": 1676143167.2746854, "ctime": 1676143167.5236866, "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": "f72fdd79ebc820e4c57c8ac11d104f2a7fea10e0", "mimetype": "text/plain", "charset": "us-ascii", "version": "104335008", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/sysconfig/kdump", "follow": false, "get_checksum": true, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true, "get_md5": null}}}\n', b":18: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses\n") Using module file /opt/gluetool/lib/python3.9/site-packages/ansible/modules/files/file.py Pipelining is enabled. <10.31.10.16> ESTABLISH SSH CONNECTION FOR USER: root <10.31.10.16> 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/da3cfe6c59 10.31.10.16 '/bin/sh -c '"'"'/usr/bin/python3 && sleep 0'"'"'' <10.31.10.16> (0, b'\n{"path": "/etc/sysconfig/kdump", "changed": false, "diff": {"before": {"path": "/etc/sysconfig/kdump"}, "after": {"path": "/etc/sysconfig/kdump"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0644", "state": "file", "secontext": "system_u:object_r:etc_t:s0", "size": 377, "invocation": {"module_args": {"mode": "0644", "follow": false, "dest": "/etc/sysconfig/kdump", "_original_basename": "kdump.j2", "recurse": false, "state": "file", "path": "/etc/sysconfig/kdump", "force": false, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "_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, "content": null, "backup": null, "remote_src": null, "regexp": null, "delimiter": null, "directory_mode": null, "unsafe_writes": null}}}\n', b":18: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses\n") <10.31.10.16> ESTABLISH SSH CONNECTION FOR USER: root <10.31.10.16> 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/da3cfe6c59 10.31.10.16 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1676143197.4277332-1366603622762/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.10.16> (0, b'', b'') ok: [sut] => { "changed": false, "checksum": "f72fdd79ebc820e4c57c8ac11d104f2a7fea10e0", "dest": "/etc/sysconfig/kdump", "diff": { "after": { "path": "/etc/sysconfig/kdump" }, "before": { "path": "/etc/sysconfig/kdump" } }, "gid": 0, "group": "root", "invocation": { "module_args": { "_diff_peek": null, "_original_basename": "kdump.j2", "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "backup": null, "content": null, "delimiter": null, "dest": "/etc/sysconfig/kdump", "directory_mode": null, "follow": false, "force": false, "group": null, "mode": "0644", "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": null, "path": "/etc/sysconfig/kdump", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "file", "unsafe_writes": null } }, "mode": "0644", "owner": "root", "path": "/etc/sysconfig/kdump", "secontext": "system_u:object_r:etc_t:s0", "size": 377, "state": "file", "uid": 0 } TASK [kdump : Find out reserved memory for the crash kernel] ******************* task path: /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:46 Saturday 11 February 2023 19:19:57 +0000 (0:00:00.567) 0:00:09.348 ***** Using module file /opt/gluetool/lib/python3.9/site-packages/ansible/modules/net_tools/basics/slurp.py Pipelining is enabled. <10.31.10.16> ESTABLISH SSH CONNECTION FOR USER: root <10.31.10.16> 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/da3cfe6c59 10.31.10.16 '/bin/sh -c '"'"'/usr/bin/python3 && sleep 0'"'"'' <10.31.10.16> (0, b'\n{"content": "MjAxMzI2NTkyCg==", "source": "/sys/kernel/kexec_crash_size", "encoding": "base64", "invocation": {"module_args": {"src": "/sys/kernel/kexec_crash_size"}}}\n', b":18: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses\n") ok: [sut] => { "changed": false, "content": "MjAxMzI2NTkyCg==", "encoding": "base64", "invocation": { "module_args": { "src": "/sys/kernel/kexec_crash_size" } }, "source": "/sys/kernel/kexec_crash_size" } TASK [kdump : Set the kdump_reboot_required fact] ****************************** task path: /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:51 Saturday 11 February 2023 19:19:58 +0000 (0:00:00.227) 0:00:09.575 ***** ok: [sut] => { "ansible_facts": { "kdump_reboot_required": false }, "changed": false } TASK [kdump : Use kdumpctl reset-crashkernel if needed] ************************ task path: /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:55 Saturday 11 February 2023 19:19:58 +0000 (0:00:00.037) 0:00:09.613 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [kdump : Fail if reboot is required and kdump_reboot_ok is false] ********* task path: /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:62 Saturday 11 February 2023 19:19:58 +0000 (0:00:00.040) 0:00:09.654 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [kdump : Reboot the managed node] ***************************************** task path: /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:71 Saturday 11 February 2023 19:19:58 +0000 (0:00:00.043) 0:00:09.697 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [kdump : Clear the kdump_reboot_required flag] **************************** task path: /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:77 Saturday 11 February 2023 19:19:58 +0000 (0:00:00.028) 0:00:09.726 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [kdump : Ensure that kdump is started] ************************************ task path: /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:87 Saturday 11 February 2023 19:19:58 +0000 (0:00:00.028) 0:00:09.755 ***** Using module file /opt/gluetool/lib/python3.9/site-packages/ansible/modules/system/systemd.py Pipelining is enabled. <10.31.10.16> ESTABLISH SSH CONNECTION FOR USER: root <10.31.10.16> 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/da3cfe6c59 10.31.10.16 '/bin/sh -c '"'"'/usr/bin/python3 && sleep 0'"'"'' <10.31.10.16> (0, b'\n{"name": "kdump", "changed": false, "status": {"Type": "oneshot", "ExitType": "main", "Restart": "no", "NotifyAccess": "none", "RestartUSec": "100ms", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "TimeoutAbortUSec": "1min 30s", "TimeoutStartFailureMode": "terminate", "TimeoutStopFailureMode": "terminate", "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", "ExecMainStartTimestamp": "Sat 2023-02-11 19:19:29 UTC", "ExecMainStartTimestampMonotonic": "364420137", "ExecMainExitTimestamp": "Sat 2023-02-11 19:19:46 UTC", "ExecMainExitTimestampMonotonic": "381936561", "ExecMainPID": "5400", "ExecMainCode": "1", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2023-02-11 19:19:29 UTC] ; stop_time=[Sat 2023-02-11 19:19:46 UTC] ; pid=5400 ; code=exited ; status=0 }", "ExecStartEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; flags= ; start_time=[Sat 2023-02-11 19:19:29 UTC] ; stop_time=[Sat 2023-02-11 19:19:46 UTC] ; pid=5400 ; 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": "4429", "MemoryCurrent": "[not set]", "MemoryAvailable": "infinity", "CPUUsageNSec": "21532132000", "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", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22380", "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": "0", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "13988", "LimitNPROCSoft": "13988", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "13988", "LimitSIGPENDINGSoft": "13988", "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": "remote-fs.target systemd-journald.socket system.slice network-online.target basic.target network.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", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Sat 2023-02-11 19:19:46 UTC", "StateChangeTimestampMonotonic": "381936708", "InactiveExitTimestamp": "Sat 2023-02-11 19:19:29 UTC", "InactiveExitTimestampMonotonic": "364420620", "ActiveEnterTimestamp": "Sat 2023-02-11 19:19:46 UTC", "ActiveEnterTimestampMonotonic": "381936708", "ActiveExitTimestamp": "Sat 2023-02-11 19:19:28 UTC", "ActiveExitTimestampMonotonic": "364393917", "InactiveEnterTimestamp": "Sat 2023-02-11 19:19:29 UTC", "InactiveEnterTimestampMonotonic": "364417061", "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 2023-02-11 19:19:29 UTC", "ConditionTimestampMonotonic": "364417933", "AssertTimestamp": "Sat 2023-02-11 19:19:29 UTC", "AssertTimestampMonotonic": "364418021", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "0", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "103c8be9170744adb896076cdfd00d54", "CollectMode": "inactive"}, "state": "started", "invocation": {"module_args": {"name": "kdump", "state": "started", "daemon_reload": false, "daemon_reexec": false, "no_block": false, "enabled": null, "force": null, "masked": null, "user": null, "scope": null}}}\n', b":18: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses\n") 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": null, "state": "started", "user": null } }, "name": "kdump", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:kdump_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2023-02-11 19:19:46 UTC", "ActiveEnterTimestampMonotonic": "381936708", "ActiveExitTimestamp": "Sat 2023-02-11 19:19:28 UTC", "ActiveExitTimestampMonotonic": "364393917", "ActiveState": "active", "After": "remote-fs.target systemd-journald.socket system.slice network-online.target basic.target network.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-02-11 19:19:29 UTC", "AssertTimestampMonotonic": "364418021", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "21532132000", "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 2023-02-11 19:19:29 UTC", "ConditionTimestampMonotonic": "364417933", "ConfigurationDirectoryMode": "0755", "ControlGroupId": "4429", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "DynamicUser": "no", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2023-02-11 19:19:46 UTC", "ExecMainExitTimestampMonotonic": "381936561", "ExecMainPID": "5400", "ExecMainStartTimestamp": "Sat 2023-02-11 19:19:29 UTC", "ExecMainStartTimestampMonotonic": "364420137", "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 2023-02-11 19:19:29 UTC] ; stop_time=[Sat 2023-02-11 19:19:46 UTC] ; pid=5400 ; code=exited ; status=0 }", "ExecStartEx": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; flags= ; start_time=[Sat 2023-02-11 19:19:29 UTC] ; stop_time=[Sat 2023-02-11 19:19:46 UTC] ; pid=5400 ; 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 2023-02-11 19:19:29 UTC", "InactiveEnterTimestampMonotonic": "364417061", "InactiveExitTimestamp": "Sat 2023-02-11 19:19:29 UTC", "InactiveExitTimestampMonotonic": "364420620", "InvocationID": "103c8be9170744adb896076cdfd00d54", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13988", "LimitNPROCSoft": "13988", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13988", "LimitSIGPENDINGSoft": "13988", "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", "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", "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 2023-02-11 19:19:46 UTC", "StateChangeTimestampMonotonic": "381936708", "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": "22380", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "infinity", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=23 changed=1 unreachable=0 failed=0 skipped=6 rescued=0 ignored=0 Saturday 11 February 2023 19:19:58 +0000 (0:00:00.378) 0:00:10.133 ***** =============================================================================== kdump : Install required packages --------------------------------------- 1.11s /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 Gathering Facts --------------------------------------------------------- 1.02s /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/tests/tests_ssh.yml:2 -------------- kdump : Generate /etc/kdump.conf ---------------------------------------- 0.80s /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:25 kdump : Ensure that kdump is enabled ------------------------------------ 0.79s /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:10 kdump : Generate /etc/sysconfig/kdump ----------------------------------- 0.57s /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:38 Gather facts from sut --------------------------------------------------- 0.57s /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/tests/tests_ssh.yml:56 ------------- kdump : Get userinfo for root ------------------------------------------- 0.51s /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:16 kdump : Add the servers public key to known_hosts on managed node ------- 0.47s /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:61 kdump : Check whether key exists ---------------------------------------- 0.43s /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 kdump : Ensure ansible_facts used by role ------------------------------- 0.42s /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:2 kdump : Fetch key ------------------------------------------------------- 0.42s /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:11 kdump : Write new authorized_keys if needed ----------------------------- 0.38s /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:42 kdump : Ensure that kdump is started ------------------------------------ 0.38s /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:87 kdump : Get mode of /etc/sysconfig/kdump if it exists ------------------- 0.32s /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:33 kdump : Get the authorized_keys file for the user ----------------------- 0.25s /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:27 kdump : Get the authorized_keys contents, if any ------------------------ 0.25s /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:33 kdump : Get mode of /etc/kdump.conf if it exists ------------------------ 0.24s /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:20 kdump : Fetch the servers public key ------------------------------------ 0.24s /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:55 kdump : Find out reserved memory for the crash kernel ------------------- 0.23s /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:46 Run the role. If reboot is not required - the play succeeds. ------------ 0.18s /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/tests/tests_ssh.yml:82 ------------- STDERR: [WARNING]: Skipping plugin (/opt/gluetool/lib/python3.9/site- packages/ansible/plugins/connection/httpapi.py) as it seems to be invalid: module 'lib' has no attribute 'ERR_load_RAND_strings' /opt/gluetool/lib/python3.9/site-packages/requests/__init__.py:102: RequestsDependencyWarning: urllib3 (1.26.12) or chardet (5.0.0)/charset_normalizer (2.0.12) doesn't match a supported version! warnings.warn("urllib3 ({}) or chardet ({})/charset_normalizer ({}) doesn't match a supported " [WARNING]: Skipping plugin (/opt/gluetool/lib/python3.9/site- packages/ansible/plugins/callback/grafana_annotations.py) as it seems to be invalid: module 'lib' has no attribute 'ERR_load_RAND_strings' [WARNING]: Skipping plugin (/opt/gluetool/lib/python3.9/site- packages/ansible/plugins/callback/hipchat.py) as it seems to be invalid: module 'lib' has no attribute 'ERR_load_RAND_strings' [WARNING]: Skipping plugin (/opt/gluetool/lib/python3.9/site- packages/ansible/plugins/callback/nrdp.py) as it seems to be invalid: module 'lib' has no attribute 'ERR_load_RAND_strings' [WARNING]: Skipping plugin (/opt/gluetool/lib/python3.9/site- packages/ansible/plugins/callback/slack.py) as it seems to be invalid: module 'lib' has no attribute 'ERR_load_RAND_strings' [WARNING]: Skipping plugin (/opt/gluetool/lib/python3.9/site- packages/ansible/plugins/callback/splunk.py) as it seems to be invalid: module 'lib' has no attribute 'ERR_load_RAND_strings' [WARNING]: Skipping plugin (/opt/gluetool/lib/python3.9/site- packages/ansible/plugins/callback/sumologic.py) as it seems to be invalid: module 'lib' has no attribute 'ERR_load_RAND_strings' TASK [Remove the temporary file] *********************************************** task path: /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/tests/tests_ssh_wrapper.yml:40 Saturday 11 February 2023 19:19:58 +0000 (0:00:11.618) 0:00:44.338 ***** changed: [sut -> localhost] => { "changed": true, "path": "/tmp/ansible.7x72_clw.inventory.yaml", "state": "absent" } PLAY RECAP ********************************************************************* sut : ok=31 changed=9 unreachable=0 failed=0 skipped=5 rescued=0 ignored=0 Saturday 11 February 2023 19:19:59 +0000 (0:00:00.424) 0:00:44.763 ***** =============================================================================== fedora.linux_system_roles.kdump : Restart kdump ------------------------ 18.03s /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2 Run ansible-playbook with tests_ssh.yml in check mode ------------------ 11.62s /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/tests/tests_ssh_wrapper.yml:34 ----- fedora.linux_system_roles.kdump : Install required packages ------------- 1.11s /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 Gathering Facts --------------------------------------------------------- 1.08s /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/tests/tests_ssh_wrapper.yml:2 ------ fedora.linux_system_roles.kdump : Create key ---------------------------- 0.95s /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 Create static inventory from hostvars ----------------------------------- 0.91s /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/tests/tests_ssh_wrapper.yml:14 ----- fedora.linux_system_roles.kdump : Write new authorized_keys if needed --- 0.87s /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:42 fedora.linux_system_roles.kdump : Ensure that kdump is enabled ---------- 0.78s /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:10 fedora.linux_system_roles.kdump : Generate /etc/kdump.conf -------------- 0.77s /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:25 fedora.linux_system_roles.kdump : Generate /etc/sysconfig/kdump --------- 0.76s /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:38 Gather facts from sut --------------------------------------------------- 0.72s /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/tests/tests_ssh.yml:56 ------------- Gathering Facts --------------------------------------------------------- 0.72s /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/tests/tests_ssh.yml:2 -------------- Gathering Facts --------------------------------------------------------- 0.72s /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/tests/tests_ssh_wrapper.yml:27 ----- fedora.linux_system_roles.kdump : Get userinfo for root ----------------- 0.54s /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:16 fedora.linux_system_roles.kdump : Add the servers public key to known_hosts on managed node --- 0.52s /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:61 fedora.linux_system_roles.kdump : Ensure that kdump is started ---------- 0.47s /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:87 fedora.linux_system_roles.kdump : Ensure ansible_facts used by role ----- 0.47s /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:2 Remove the temporary file ----------------------------------------------- 0.42s /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/tests/tests_ssh_wrapper.yml:40 ----- fedora.linux_system_roles.kdump : Fetch key ----------------------------- 0.42s /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:11 Create temporary file --------------------------------------------------- 0.39s /WORKDIR/dist-git-kdump-weekly-ci-dz_ctxf0/tests/tests_ssh_wrapper.yml:7 ------ ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: [defaults]callback_whitelist option, normalizing names to new standard, use callbacks_enabled instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---