# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.16.0] config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.16/lib/python3.11/site-packages/ansible ansible collection location = /WORKDIR/git-weekly-cilz1eezya/.collection executable location = /opt/ansible-2.16/bin/ansible-playbook python version = 3.11.5 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] (/opt/ansible-2.16/bin/python) jinja version = 3.1.2 libyaml = True Using /etc/ansible/ansible.cfg as config file Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_ssh_wrapper.yml ************************************************ 3 plays in /WORKDIR/git-weekly-cilz1eezya/tests/tests_ssh_wrapper.yml PLAY [Create static inventory from hostvars] *********************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-cilz1eezya/tests/tests_ssh_wrapper.yml:2 Saturday 16 March 2024 10:53:49 +0000 (0:00:00.012) 0:00:00.012 ******** ok: [sut] TASK [Create temporary file] *************************************************** task path: /WORKDIR/git-weekly-cilz1eezya/tests/tests_ssh_wrapper.yml:7 Saturday 16 March 2024 10:53:50 +0000 (0:00:00.762) 0:00:00.775 ******** changed: [sut -> localhost] => { "changed": true, "gid": 1001, "group": "jenkins", "mode": "0600", "owner": "jenkins", "path": "/tmp/ansible.1nvjaz3j.inventory.yaml", "size": 0, "state": "file", "uid": 1000090000 } TASK [Create static inventory from hostvars] *********************************** task path: /WORKDIR/git-weekly-cilz1eezya/tests/tests_ssh_wrapper.yml:14 Saturday 16 March 2024 10:53:50 +0000 (0:00:00.170) 0:00:00.945 ******** changed: [sut -> localhost] => { "changed": true, "checksum": "3abd2795093445838248acbc29d150efcab15b8e", "dest": "/tmp/ansible.1nvjaz3j.inventory.yaml", "gid": 1001, "group": "jenkins", "md5sum": "3b1283939176f3dea46084fe635d3bac", "mode": "0644", "owner": "jenkins", "size": 30640, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1710586430.5317886-2708-80923174497200/source", "state": "file", "uid": 1000090000 } PLAY [Ensure that the rule runs with ssh] ************************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-cilz1eezya/tests/tests_ssh.yml:2 Saturday 16 March 2024 10:53:50 +0000 (0:00:00.424) 0:00:01.369 ******** ok: [sut] TASK [Gather facts from sut] *************************************************** task path: /WORKDIR/git-weekly-cilz1eezya/tests/tests_ssh.yml:56 Saturday 16 March 2024 10:53:51 +0000 (0:00:00.504) 0:00:01.873 ******** ok: [sut] TASK [Print message that this test is skipped on EL 6] ************************* task path: /WORKDIR/git-weekly-cilz1eezya/tests/tests_ssh.yml:61 Saturday 16 March 2024 10:53:51 +0000 (0:00:00.507) 0:00:02.381 ******** skipping: [sut] => { "false_condition": "ansible_distribution_major_version == '6'" } TASK [Skip the test on EL 6 when control node == managed node] ***************** task path: /WORKDIR/git-weekly-cilz1eezya/tests/tests_ssh.yml:71 Saturday 16 March 2024 10:53:51 +0000 (0:00:00.008) 0:00:02.389 ******** META: end_host conditional evaluated to False, continuing execution for sut skipping: [sut] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for sut" } MSG: end_host conditional evaluated to false, continuing execution for sut TASK [Run the role. If reboot is not required - the play succeeds.] ************ task path: /WORKDIR/git-weekly-cilz1eezya/tests/tests_ssh.yml:82 Saturday 16 March 2024 10:53:51 +0000 (0:00:00.004) 0:00:02.393 ******** TASK [fedora.linux_system_roles.kdump : Ensure ansible_facts used by role] ***** task path: /WORKDIR/git-weekly-cilz1eezya/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:2 Saturday 16 March 2024 10:53:51 +0000 (0:00:00.020) 0:00:02.414 ******** included: /WORKDIR/git-weekly-cilz1eezya/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.kdump : Ensure ansible_facts used by role] ***** task path: /WORKDIR/git-weekly-cilz1eezya/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:2 Saturday 16 March 2024 10:53:52 +0000 (0:00:00.013) 0:00:02.427 ******** skipping: [sut] => { "changed": false, "false_condition": "__kdump_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Check if system is ostree] ************* task path: /WORKDIR/git-weekly-cilz1eezya/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10 Saturday 16 March 2024 10:53:52 +0000 (0:00:00.017) 0:00:02.445 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.kdump : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-cilz1eezya/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:15 Saturday 16 March 2024 10:53:52 +0000 (0:00:00.121) 0:00:02.566 ******** ok: [sut] => { "ansible_facts": { "__kdump_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.kdump : Install required packages] ************* task path: /WORKDIR/git-weekly-cilz1eezya/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 Saturday 16 March 2024 10:53:52 +0000 (0:00:00.015) 0:00:02.582 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [ "grubby-8.28-26.el7.x86_64 providing grubby is already installed", "iproute-4.11.0-30.el7.x86_64 providing iproute is already installed", "kexec-tools-2.0.15-51.el7_9.3.x86_64 providing kexec-tools is already installed", "openssh-clients-7.4p1-23.el7_9.x86_64 providing openssh-clients is already installed" ] } lsrpackages: grubby iproute kexec-tools openssh-clients TASK [fedora.linux_system_roles.kdump : Ensure that kdump is enabled] ********** task path: /WORKDIR/git-weekly-cilz1eezya/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 Saturday 16 March 2024 10:53:52 +0000 (0:00:00.428) 0:00:03.011 ******** ok: [sut] => { "changed": false, "enabled": true, "name": "kdump", "status": { "ActiveEnterTimestamp": "Sat 2024-03-16 10:53:44 UTC", "ActiveEnterTimestampMonotonic": "1313359863", "ActiveExitTimestamp": "Sat 2024-03-16 10:53:22 UTC", "ActiveExitTimestampMonotonic": "1291964937", "ActiveState": "active", "After": "system.slice network-online.target systemd-journald.socket basic.target remote-fs.target network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-03-16 10:53:22 UTC", "AssertTimestampMonotonic": "1292004577", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-03-16 10:53:22 UTC", "ConditionTimestampMonotonic": "1292004576", "ControlPID": "0", "DefaultDependencies": "no", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2024-03-16 10:53:44 UTC", "ExecMainExitTimestampMonotonic": "1313359328", "ExecMainPID": "11831", "ExecMainStartTimestamp": "Sat 2024-03-16 10:53:22 UTC", "ExecMainStartTimestampMonotonic": "1292005146", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-03-16 10:53:22 UTC] ; stop_time=[Sat 2024-03-16 10:53:44 UTC] ; pid=11831 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-03-16 10:53:22 UTC] ; stop_time=[Sat 2024-03-16 10:53:22 UTC] ; pid=11823 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-03-16 10:53:22 UTC", "InactiveEnterTimestampMonotonic": "1292003803", "InactiveExitTimestamp": "Sat 2024-03-16 10:53:22 UTC", "InactiveExitTimestampMonotonic": "1292005184", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "0", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "kdump.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "yes", "Requires": "system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "0", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.kdump : Include SSH tasks] ********************* task path: /WORKDIR/git-weekly-cilz1eezya/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:16 Saturday 16 March 2024 10:53:52 +0000 (0:00:00.363) 0:00:03.375 ******** included: /WORKDIR/git-weekly-cilz1eezya/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml for sut TASK [fedora.linux_system_roles.kdump : Create key if it does not exist] ******* task path: /WORKDIR/git-weekly-cilz1eezya/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 Saturday 16 March 2024 10:53:52 +0000 (0:00:00.036) 0:00:03.411 ******** changed: [sut] => { "changed": true, "cmd": [ "/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", "" ], "delta": "0:00:00.244452", "end": "2024-03-16 10:53:53.396355", "rc": 0, "start": "2024-03-16 10:53:53.151903" } 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:ny7zoK93NRYoeg7fDmg+7EL1nBFyXvwbafXTKsKoRYQ root@9d791080-75c9-4d95-932e-b10d86ca8e97.testing-farm The key's randomart image is: +---[RSA 2048]----+ | . . | | E + o . | | = o o o ..| | . = . * .o| | . =S* . + ..| | . o.B.o.* . | | . .oBo.o+ o | | .o+.*+o | | o==.*+ | +----[SHA256]-----+ TASK [fedora.linux_system_roles.kdump : Fetch key] ***************************** task path: /WORKDIR/git-weekly-cilz1eezya/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 Saturday 16 March 2024 10:53:53 +0000 (0:00:00.424) 0:00:03.836 ******** ok: [sut] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCQVFDcUVwWkNIajI4MGZoczNaYkUxNjRIaTRwNFdVQUZwdFNEcDJ1VUNkSGlpaDRETXlkTmhCVGc0c2J6YjgvRTQ2TmlZUmVIM1lqYVNhYTBMc285TmJ5WXZIYmlrU05WV00vSVViekkvVFdRQldZSTRnU095cXFYazlNUlNiVjIvemx5K0VEcVBzeS9MK29QWXBSRm1VNEczcjZ4NXl3SmlTNTZXTXNmSUdkUDNaM0R0WE1WbmJKclFzTGhzemJNSWljdXFaVlBITU54SWMyTHR0dEROVlo2MnY2QVpyRTY4OFR0eHpqVUhqWFBsNGVGV2xWdG1zTnFxeWkvRmpyV1RSNDBtUFVoVHdVVVphZVUya2NUWkJ1bTRLQU9XdytmRFl2MU9YMllqTVNIcUltZnVCNGQzS1kwZElNYVRBVXdFaDZuNUhZYnVhWnluVXRqc0FLdlRTYlggcm9vdEA5ZDc5MTA4MC03NWM5LTRkOTUtOTMyZS1iMTBkODZjYThlOTcudGVzdGluZy1mYXJtCg==", "encoding": "base64", "source": "/root/.ssh/kdump_id_rsa.pub" } TASK [fedora.linux_system_roles.kdump : Get userinfo for root] ***************** task path: /WORKDIR/git-weekly-cilz1eezya/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:19 Saturday 16 March 2024 10:53:53 +0000 (0:00:00.178) 0:00:04.014 ******** 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 : Get the ssh directory for the user] **** task path: /WORKDIR/git-weekly-cilz1eezya/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:25 Saturday 16 March 2024 10:53:53 +0000 (0:00:00.305) 0:00:04.320 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1710585133.559657, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1710586433.394274, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 20, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1710586433.394274, "nlink": 2, "path": "/root/.ssh", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 4096, "uid": 0, "version": "1989922476", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": true } } TASK [fedora.linux_system_roles.kdump : Get the authorized_keys file for the user] *** task path: /WORKDIR/git-weekly-cilz1eezya/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:30 Saturday 16 March 2024 10:53:54 +0000 (0:00:00.130) 0:00:04.450 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1710585230.280558, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "73fa8017a2d86a54aaa3b7cf4504a005b0d33e52", "ctime": 1710585133.559657, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 19795, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1710585133.558657, "nlink": 1, "path": "/root/.ssh/authorized_keys", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 990, "uid": 0, "version": "1567551613", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.kdump : Ensure ssh directory for authorized_keys if needed] *** task path: /WORKDIR/git-weekly-cilz1eezya/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35 Saturday 16 March 2024 10:53:54 +0000 (0:00:00.134) 0:00:04.584 ******** ok: [sut] => { "changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/root/.ssh", "secontext": "system_u:object_r:ssh_home_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.kdump : Write new authorized_keys if needed] *** task path: /WORKDIR/git-weekly-cilz1eezya/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 Saturday 16 March 2024 10:53:54 +0000 (0:00:00.210) 0:00:04.794 ******** changed: [sut] => { "backup": "", "changed": true } MSG: line added TASK [fedora.linux_system_roles.kdump : Fetch the servers public key] ********** task path: /WORKDIR/git-weekly-cilz1eezya/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:53 Saturday 16 March 2024 10:53:54 +0000 (0:00:00.208) 0:00:05.003 ******** ok: [sut] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCQVFDaUdRTExrcExsemlyN0ZySVlmWFpKSGtGS1RFOUhDN1JEdGNaVkNmSVU5RGxVcEF5OHRod0w5MU1tSCt0TUc3Q3Byb3J6bGFSeWlWUDlVbXlESG9STjBBeTlyV0lmK2tDMktSS09PMml5RFlKVEtWK0Y2a2hZQjFpTDk0N0grWnhVTC9JQkI2KzlvdWpxSXlRaHR6MENuQ0JreFM4OGpYcDhJTmU3YWpQQ2t2TWpCUUo4SFU1eGtvOHBHc1RNRm1aZzAzdG0xVUtkMm1VcGNRNGQxNTRMelNKQ2E1Tk5zQzdEQkh0MVo1bkhueWZ3M0w2aUkvRXoyL3ZwVzhJWUZsVDBmL3ZHajVUQkNzOVQybEt1SmFHazNZUkovTE1vM0lRT0FqQWFudk1SNFpmUmhFRks2RkZlbVNFRnJ4OWZWTXByd2NMQTY3Y0RUMkJvak5ZbHJJNWYgCg==", "encoding": "base64", "source": "/etc/ssh/ssh_host_rsa_key.pub" } TASK [fedora.linux_system_roles.kdump : Add the servers public key to known_hosts on managed node] *** task path: /WORKDIR/git-weekly-cilz1eezya/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:59 Saturday 16 March 2024 10:53:54 +0000 (0:00:00.117) 0:00:05.121 ******** changed: [sut] => { "changed": true, "gid": 0, "group": "root", "hash_host": false, "key": "10.31.8.116 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCiGQLLkpLlzir7FrIYfXZJHkFKTE9HC7RDtcZVCfIU9DlUpAy8thwL91MmH+tMG7CprorzlaRyiVP9UmyDHoRN0Ay9rWIf+kC2KRKOO2iyDYJTKV+F6khYB1iL947H+ZxUL/IBB6+9oujqIyQhtz0CnCBkxS88jXp8INe7ajPCkvMjBQJ8HU5xko8pGsTMFmZg03tm1UKd2mUpcQ4d154LzSJCa5NNsC7DBHt1Z5nHnyfw3L6iI/Ez2/vpW8IYFlT0f/vGj5TBCs9T2lKuJaGk3YRJ/LMo3IQOAjAanvMR4ZfRhEFK6FFemSEFrx9fVMprwcLA67cDT2BojNYlrI5f \n", "mode": "0644", "name": "10.31.8.116", "owner": "root", "path": "/etc/ssh/ssh_known_hosts", "secontext": "system_u:object_r:etc_t:s0", "size": 394, "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.kdump : Get mode of /etc/kdump.conf if it exists] *** task path: /WORKDIR/git-weekly-cilz1eezya/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:21 Saturday 16 March 2024 10:53:54 +0000 (0:00:00.232) 0:00:05.354 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1710586402.9949493, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "5eea1b4829897f2843bafdff6b482ed722029483", "ctime": 1710586401.8059757, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 262515, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1710586401.60898, "nlink": 1, "path": "/etc/kdump.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 77, "uid": 0, "version": "18446744073562493527", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.kdump : Generate /etc/kdump.conf] ************** task path: /WORKDIR/git-weekly-cilz1eezya/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 Saturday 16 March 2024 10:53:55 +0000 (0:00:00.128) 0:00:05.482 ******** Notification for handler Restart kdump has been saved. changed: [sut] => { "backup_file": "/etc/kdump.conf.18690.2024-03-16@10:53:55~", "changed": true, "checksum": "ddc94d187167b4b9817e1aa0db9a3b05da9db8b3", "dest": "/etc/kdump.conf", "gid": 0, "group": "root", "md5sum": "71cb3d910f46dd411074ea5980fb99e5", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:kdump_etc_t:s0", "size": 103, "src": "/root/.ansible/tmp/ansible-tmp-1710586435.093482-2763-261120738764122/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.kdump : Find out reserved memory for the crash kernel] *** task path: /WORKDIR/git-weekly-cilz1eezya/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:34 Saturday 16 March 2024 10:53:55 +0000 (0:00:00.392) 0:00:05.875 ******** ok: [sut] => { "attempts": 1, "changed": false, "content": "MTY4ODIwNzM2Cg==", "encoding": "base64", "source": "/sys/kernel/kexec_crash_size" } TASK [fedora.linux_system_roles.kdump : Set the kdump_reboot_required fact] **** task path: /WORKDIR/git-weekly-cilz1eezya/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:40 Saturday 16 March 2024 10:53:55 +0000 (0:00:00.120) 0:00:05.995 ******** ok: [sut] => { "ansible_facts": { "kdump_reboot_required": false }, "changed": false } TASK [fedora.linux_system_roles.kdump : Use kdumpctl reset-crashkernel if needed] *** task path: /WORKDIR/git-weekly-cilz1eezya/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:49 Saturday 16 March 2024 10:53:55 +0000 (0:00:00.021) 0:00:06.017 ******** skipping: [sut] => { "changed": false, "false_condition": "kdump_reboot_required | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Use grubby to update crashkernel=auto if needed] *** task path: /WORKDIR/git-weekly-cilz1eezya/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:54 Saturday 16 March 2024 10:53:55 +0000 (0:00:00.019) 0:00:06.036 ******** skipping: [sut] => { "changed": false, "false_condition": "kdump_reboot_required | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Fail if reboot is required and kdump_reboot_ok is false] *** task path: /WORKDIR/git-weekly-cilz1eezya/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:59 Saturday 16 March 2024 10:53:55 +0000 (0:00:00.017) 0:00:06.053 ******** skipping: [sut] => { "changed": false, "false_condition": "kdump_reboot_required | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Reboot the managed node] *************** task path: /WORKDIR/git-weekly-cilz1eezya/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:68 Saturday 16 March 2024 10:53:55 +0000 (0:00:00.017) 0:00:06.071 ******** skipping: [sut] => { "changed": false, "false_condition": "kdump_reboot_required | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Clear the kdump_reboot_required flag] *** task path: /WORKDIR/git-weekly-cilz1eezya/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:74 Saturday 16 March 2024 10:53:55 +0000 (0:00:00.018) 0:00:06.089 ******** skipping: [sut] => { "changed": false, "false_condition": "kdump_reboot_required | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Ensure that kdump is started] ********** task path: /WORKDIR/git-weekly-cilz1eezya/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84 Saturday 16 March 2024 10:53:55 +0000 (0:00:00.016) 0:00:06.106 ******** ok: [sut] => { "changed": false, "name": "kdump", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-03-16 10:53:44 UTC", "ActiveEnterTimestampMonotonic": "1313359863", "ActiveExitTimestamp": "Sat 2024-03-16 10:53:22 UTC", "ActiveExitTimestampMonotonic": "1291964937", "ActiveState": "active", "After": "system.slice network-online.target systemd-journald.socket basic.target remote-fs.target network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-03-16 10:53:22 UTC", "AssertTimestampMonotonic": "1292004577", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-03-16 10:53:22 UTC", "ConditionTimestampMonotonic": "1292004576", "ControlPID": "0", "DefaultDependencies": "no", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2024-03-16 10:53:44 UTC", "ExecMainExitTimestampMonotonic": "1313359328", "ExecMainPID": "11831", "ExecMainStartTimestamp": "Sat 2024-03-16 10:53:22 UTC", "ExecMainStartTimestampMonotonic": "1292005146", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-03-16 10:53:22 UTC] ; stop_time=[Sat 2024-03-16 10:53:44 UTC] ; pid=11831 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-03-16 10:53:22 UTC] ; stop_time=[Sat 2024-03-16 10:53:22 UTC] ; pid=11823 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-03-16 10:53:22 UTC", "InactiveEnterTimestampMonotonic": "1292003803", "InactiveExitTimestamp": "Sat 2024-03-16 10:53:22 UTC", "InactiveExitTimestampMonotonic": "1292005184", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "0", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "kdump.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "yes", "Requires": "system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "0", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [Cleanup kdump_path] ****************************************************** task path: /WORKDIR/git-weekly-cilz1eezya/tests/tests_ssh.yml:94 Saturday 16 March 2024 10:53:55 +0000 (0:00:00.198) 0:00:06.305 ******** ok: [sut] => { "changed": false, "path": "/tmp/tests_ssh", "state": "absent" } NOTIFIED HANDLER fedora.linux_system_roles.kdump : Restart kdump for sut RUNNING HANDLER [fedora.linux_system_roles.kdump : Restart kdump] ************** task path: /WORKDIR/git-weekly-cilz1eezya/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2 Saturday 16 March 2024 10:53:56 +0000 (0:00:00.130) 0:00:06.435 ******** changed: [sut] => { "changed": true, "name": "kdump", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-03-16 10:53:44 UTC", "ActiveEnterTimestampMonotonic": "1313359863", "ActiveExitTimestamp": "Sat 2024-03-16 10:53:22 UTC", "ActiveExitTimestampMonotonic": "1291964937", "ActiveState": "active", "After": "system.slice network-online.target systemd-journald.socket basic.target remote-fs.target network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-03-16 10:53:22 UTC", "AssertTimestampMonotonic": "1292004577", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-03-16 10:53:22 UTC", "ConditionTimestampMonotonic": "1292004576", "ControlPID": "0", "DefaultDependencies": "no", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2024-03-16 10:53:44 UTC", "ExecMainExitTimestampMonotonic": "1313359328", "ExecMainPID": "11831", "ExecMainStartTimestamp": "Sat 2024-03-16 10:53:22 UTC", "ExecMainStartTimestampMonotonic": "1292005146", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-03-16 10:53:22 UTC] ; stop_time=[Sat 2024-03-16 10:53:44 UTC] ; pid=11831 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-03-16 10:53:22 UTC] ; stop_time=[Sat 2024-03-16 10:53:22 UTC] ; pid=11823 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-03-16 10:53:22 UTC", "InactiveEnterTimestampMonotonic": "1292003803", "InactiveExitTimestamp": "Sat 2024-03-16 10:53:22 UTC", "InactiveExitTimestampMonotonic": "1292005184", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "0", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "kdump.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "yes", "Requires": "system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "0", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } PLAY [Run tests_ssh.yml in check_mode] ***************************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-cilz1eezya/tests/tests_ssh_wrapper.yml:27 Saturday 16 March 2024 10:54:16 +0000 (0:00:20.896) 0:00:27.331 ******** ok: [sut] TASK [Run ansible-playbook with tests_ssh.yml in check mode] ******************* task path: /WORKDIR/git-weekly-cilz1eezya/tests/tests_ssh_wrapper.yml:34 Saturday 16 March 2024 10:54:17 +0000 (0:00:00.502) 0:00:27.834 ******** ok: [sut -> localhost] => { "changed": false, "cmd": [ "ansible-playbook", "-vvv", "-i", "/tmp/ansible.1nvjaz3j.inventory.yaml", "--check", "tests_ssh.yml" ], "delta": "0:00:06.281658", "end": "2024-03-16 10:54:23.796873", "rc": 0, "start": "2024-03-16 10:54:17.515215" } STDOUT: ansible-playbook [core 2.14.7] config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/gluetool/lib/python3.9/site-packages/ansible ansible collection location = /WORKDIR/git-weekly-cilz1eezya/.collection executable location = /opt/gluetool/bin/ansible-playbook python version = 3.9.18 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] (/opt/gluetool/bin/python) jinja version = 3.1.2 libyaml = True Using /etc/ansible/ansible.cfg as config file host_list declined parsing /tmp/ansible.1nvjaz3j.inventory.yaml as it did not pass its verify_file() method script declined parsing /tmp/ansible.1nvjaz3j.inventory.yaml as it did not pass its verify_file() method Parsed /tmp/ansible.1nvjaz3j.inventory.yaml inventory source with yaml plugin Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_ssh.yml ******************************************************** 1 plays in tests_ssh.yml PLAY [Ensure that the rule runs with ssh] ************************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-cilz1eezya/tests/tests_ssh.yml:2 Saturday 16 March 2024 10:54:18 +0000 (0:00:00.029) 0:00:00.029 ******** Attempting python interpreter discovery <10.31.8.116> ESTABLISH SSH CONNECTION FOR USER: root <10.31.8.116> 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/0cd06c503d"' 10.31.8.116 '/bin/sh -c '"'"'echo PLATFORM; uname; echo FOUND; command -v '"'"'"'"'"'"'"'"'python3.11'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.10'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.9'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.8'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.7'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.6'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.5'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'/usr/bin/python3'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'/usr/libexec/platform-python'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python2.7'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'/usr/bin/python'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python'"'"'"'"'"'"'"'"'; echo ENDFOUND && sleep 0'"'"'' <10.31.8.116> (0, b'PLATFORM\nLinux\nFOUND\n/usr/libexec/platform-python\n/usr/bin/python2.7\n/usr/bin/python\n/usr/bin/python\nENDFOUND\n', b'') <10.31.8.116> ESTABLISH SSH CONNECTION FOR USER: root <10.31.8.116> 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/0cd06c503d"' 10.31.8.116 '/bin/sh -c '"'"'/usr/libexec/platform-python && sleep 0'"'"'' <10.31.8.116> (0, b'{"osrelease_content": "NAME=\\"CentOS Linux\\"\\nVERSION=\\"7 (Core)\\"\\nID=\\"centos\\"\\nID_LIKE=\\"rhel fedora\\"\\nVERSION_ID=\\"7\\"\\nPRETTY_NAME=\\"CentOS Linux 7 (Core)\\"\\nANSI_COLOR=\\"0;31\\"\\nCPE_NAME=\\"cpe:/o:centos:centos:7\\"\\nHOME_URL=\\"https://www.centos.org/\\"\\nBUG_REPORT_URL=\\"https://bugs.centos.org/\\"\\n\\nCENTOS_MANTISBT_PROJECT=\\"CentOS-7\\"\\nCENTOS_MANTISBT_PROJECT_VERSION=\\"7\\"\\nREDHAT_SUPPORT_PRODUCT=\\"centos\\"\\nREDHAT_SUPPORT_PRODUCT_VERSION=\\"7\\"\\n\\n", "platform_dist_result": ["centos", "7.9.2009", "Core"]}\n', b'') Using module file /opt/gluetool/lib/python3.9/site-packages/ansible/modules/setup.py Pipelining is enabled. <10.31.8.116> ESTABLISH SSH CONNECTION FOR USER: root <10.31.8.116> 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/0cd06c503d"' 10.31.8.116 '/bin/sh -c '"'"'/usr/bin/python && sleep 0'"'"'' <10.31.8.116> (0, b'\n{"invocation": {"module_args": {"filter": [], "gather_subset": ["all"], "fact_path": "/etc/ansible/facts.d", "gather_timeout": 10}}, "ansible_facts": {"ansible_fibre_channel_wwn": [], "module_setup": true, "ansible_distribution_version": "7.9", "ansible_board_name": "NA", "ansible_distribution_file_variety": "RedHat", "ansible_env": {"LANG": "en_US.UTF-8", "SHELL": "/bin/bash", "XDG_RUNTIME_DIR": "/run/user/0", "SHLVL": "2", "SELINUX_ROLE_REQUESTED": "", "HOME": "/root", "SSH_CLIENT": "10.29.163.173 42776 22", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "PWD": "/root", "SELINUX_USE_CURRENT_RANGE": "", "LOGNAME": "root", "USER": "root", "MAIL": "/var/mail/root", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "SELINUX_LEVEL_REQUESTED": "", "XDG_SESSION_ID": "5", "_": "/usr/bin/python", "SSH_CONNECTION": "10.29.163.173 42776 10.31.8.116 22"}, "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_default_ipv4": {"macaddress": "12:36:2b:40:7a:6d", "network": "10.31.8.0", "netmask": "255.255.252.0", "mtu": 9001, "broadcast": "10.31.11.255", "alias": "eth0", "prefix": "22", "address": "10.31.8.116", "interface": "eth0", "type": "ether", "gateway": "10.31.8.1"}, "ansible_swapfree_mb": 0, "ansible_default_ipv6": {}, "ansible_cmdline": {"LANG": "en_US.UTF-8", "BOOT_IMAGE": "/boot/vmlinuz-3.10.0-1160.108.1.el7.x86_64", "quiet": true, "net.ifnames": "0", "rhgb": true, "crashkernel": "auto", "ro": true, "root": "UUID=e68e4cee-2a87-4094-ac61-8c3230ab115f"}, "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_machine_id": "7b29abe4b47147b584e2e65394b5f34a", "ansible_userspace_architecture": "x86_64", "ansible_product_uuid": "EC27ACBA-F17F-E995-BBFF-A80F9443F5EC", "ansible_pkg_mgr": "yum", "ansible_distribution": "CentOS", "ansible_iscsi_iqn": "", "ansible_all_ipv6_addresses": ["fe80::1036:2bff:fe40:7a6d"], "ansible_uptime_seconds": 1347, "ansible_kernel": "3.10.0-1160.108.1.el7.x86_64", "ansible_system_capabilities_enforced": "True", "ansible_python": {"executable": "/usr/bin/python", "version": {"micro": 5, "major": 2, "releaselevel": "final", "serial": 0, "minor": 7}, "type": "CPython", "has_sslcontext": true, "version_info": [2, 7, 5, "final", 0]}, "ansible_is_chroot": false, "gather_subset": ["all"], "ansible_loadavg": {"5m": 1.22, "1m": 1.31, "15m": 0.88}, "ansible_user_shell": "/bin/bash", "ansible_product_serial": "ec27acba-f17f-e995-bbff-a80f9443f5ec", "ansible_form_factor": "Other", "ansible_distribution_file_parsed": true, "ansible_fips": false, "ansible_user_id": "root", "ansible_selinux_python_present": true, "ansible_board_serial": "NA", "ansible_kernel_version": "#1 SMP Thu Jan 25 16:17:31 UTC 2024", "ansible_local": {}, "ansible_processor_vcpus": 2, "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHr6sWW/LyDYAU1Gc/XtaxX9wi9lD+o3IxFTzT579+HZaf68W2hXNUVhi8joEnceB5fsXlJTFySRVHckPRaF9iY=", "ansible_user_gid": 0, "ansible_system_vendor": "Xen", "ansible_swaptotal_mb": 0, "ansible_board_asset_tag": "NA", "ansible_distribution_major_version": "7", "ansible_real_group_id": 0, "ansible_lsb": {}, "ansible_machine": "x86_64", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABAQCiGQLLkpLlzir7FrIYfXZJHkFKTE9HC7RDtcZVCfIU9DlUpAy8thwL91MmH+tMG7CprorzlaRyiVP9UmyDHoRN0Ay9rWIf+kC2KRKOO2iyDYJTKV+F6khYB1iL947H+ZxUL/IBB6+9oujqIyQhtz0CnCBkxS88jXp8INe7ajPCkvMjBQJ8HU5xko8pGsTMFmZg03tm1UKd2mUpcQ4d154LzSJCa5NNsC7DBHt1Z5nHnyfw3L6iI/Ez2/vpW8IYFlT0f/vGj5TBCs9T2lKuJaGk3YRJ/LMo3IQOAjAanvMR4ZfRhEFK6FFemSEFrx9fVMprwcLA67cDT2BojNYlrI5f", "ansible_user_gecos": "root", "ansible_processor_threads_per_core": 2, "ansible_eth0": {"macaddress": "12:36:2b:40:7a:6d", "features": {"tx_checksum_ipv4": "on [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "on", "tx_scatter_gather_fraglist": "off [fixed]", "rx_all": "off [fixed]", "highdma": "off [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "off [fixed]", "tx_tcp_ecn_segmentation": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "on [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_gro_hw": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "pciid": "vif-0", "module": "xen_netfront", "mtu": 9001, "device": "eth0", "promisc": false, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "10.31.11.255", "netmask": "255.255.252.0", "address": "10.31.8.116", "prefix": "22", "network": "10.31.8.0"}, "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::1036:2bff:fe40:7a6d"}], "active": true, "type": "ether", "hw_timestamp_filters": []}, "ansible_system": "Linux", "ansible_processor_nproc": 2, "ansible_bios_vendor": "Xen", "ansible_all_ipv4_addresses": ["10.31.8.116"], "ansible_python_version": "2.7.5", "ansible_virtualization_tech_guest": ["xen"], "ansible_product_version": "4.11.amazon", "ansible_service_mgr": "systemd", "ansible_memory_mb": {"real": {"total": 3600, "used": 3455, "free": 145}, "swap": {"cached": 0, "total": 0, "free": 0, "used": 0}, "nocache": {"used": 247, "free": 3353}}, "ansible_user_dir": "/root", "ansible_hostnqn": "", "ansible_real_user_id": 0, "ansible_virtualization_role": "guest", "ansible_dns": {"nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"], "search": ["us-east-1.aws.redhat.com", "testing-farm"]}, "ansible_effective_group_id": 0, "ansible_lo": {"features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "rx_all": "off [fixed]", "highdma": "on [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "on [fixed]", "loopback": "on [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_gro_hw": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on [fixed]", "rx_checksumming": "on [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "hw_timestamp_filters": [], "mtu": 65536, "device": "lo", "promisc": false, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "", "netmask": "255.0.0.0", "address": "127.0.0.1", "prefix": "8", "network": "127.0.0.0"}, "ipv6": [{"scope": "host", "prefix": "128", "address": "::1"}], "active": true, "type": "loopback"}, "ansible_memtotal_mb": 3600, "ansible_device_links": {"masters": {}, "labels": {}, "ids": {}, "uuids": {"xvda1": ["e68e4cee-2a87-4094-ac61-8c3230ab115f"]}}, "ansible_apparmor": {"status": "disabled"}, "ansible_board_vendor": "NA", "ansible_bios_date": "08/24/2006", "ansible_memfree_mb": 145, "ansible_board_version": "NA", "ansible_chassis_vendor": "Xen", "ansible_virtualization_tech_host": [], "ansible_processor_count": 1, "ansible_hostname": "9d791080-75c9-4d95-932e-b10d86ca8e97", "ansible_interfaces": ["lo", "eth0"], "ansible_selinux": {"status": "enabled", "policyvers": 31, "type": "targeted", "mode": "enforcing", "config_mode": "enforcing"}, "ansible_fqdn": "9d791080-75c9-4d95-932e-b10d86ca8e97.testing-farm.us-east-1.aws.redhat.com", "ansible_mounts": [{"block_used": 4810087, "uuid": "e68e4cee-2a87-4094-ac61-8c3230ab115f", "size_total": 264154562560, "block_total": 64490860, "mount": "/", "block_available": 59680773, "size_available": 244452446208, "fstype": "ext4", "inode_total": 16384000, "options": "rw,seclabel,relatime,data=ordered", "device": "/dev/xvda1", "inode_used": 65405, "block_size": 4096, "inode_available": 16318595}], "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_nodename": "9d791080-75c9-4d95-932e-b10d86ca8e97.testing-farm", "ansible_lvm": "N/A", "ansible_domain": "testing-farm.us-east-1.aws.redhat.com", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_virtualization_type": "xen", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIBx57rjgEvmZKo9S23Ec9s+wARb6UQ8h3cXzVbOxjhFX", "ansible_processor_cores": 1, "ansible_chassis_serial": "NA", "ansible_bios_version": "4.11.amazon", "ansible_date_time": {"weekday_number": "6", "iso8601_basic_short": "20240316T105418", "tz": "UTC", "weeknumber": "11", "hour": "10", "year": "2024", "epoch_int": "1710586458", "tz_offset": "+0000", "month": "03", "epoch": "1710586458", "iso8601_micro": "2024-03-16T10:54:18.730338Z", "weekday": "Saturday", "minute": "54", "time": "10:54:18", "date": "2024-03-16", "iso8601": "2024-03-16T10:54:18Z", "tz_dst": "UTC", "day": "16", "iso8601_basic": "20240316T105418730338", "second": "18"}, "ansible_distribution_release": "Core", "ansible_os_family": "RedHat", "ansible_effective_user_id": 0, "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_product_name": "HVM domU", "ansible_devices": {"xvda": {"scheduler_mode": "deadline", "rotational": "0", "vendor": null, "sectors": "524288000", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {"xvda1": {"sectorsize": 512, "uuid": "e68e4cee-2a87-4094-ac61-8c3230ab115f", "links": {"masters": [], "labels": [], "ids": [], "uuids": ["e68e4cee-2a87-4094-ac61-8c3230ab115f"]}, "sectors": "524285919", "start": "2048", "holders": [], "size": "250.00 GB"}}, "holders": [], "size": "250.00 GB"}}, "ansible_user_uid": 0, "ansible_proc_cmdline": {"LANG": "en_US.UTF-8", "BOOT_IMAGE": "/boot/vmlinuz-3.10.0-1160.108.1.el7.x86_64", "quiet": true, "net.ifnames": "0", "rhgb": true, "crashkernel": "auto", "ro": true, "root": "UUID=e68e4cee-2a87-4094-ac61-8c3230ab115f"}, "ansible_chassis_version": "NA", "ansible_system_capabilities": ["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", "35", "36+ep"], "ansible_chassis_asset_tag": "NA"}}\n', b'') ok: [sut] TASK [Gather facts from sut] *************************************************** task path: /WORKDIR/git-weekly-cilz1eezya/tests/tests_ssh.yml:56 Saturday 16 March 2024 10:54:18 +0000 (0:00:00.727) 0:00:00.757 ******** Using module file /opt/gluetool/lib/python3.9/site-packages/ansible/modules/setup.py Pipelining is enabled. <10.31.8.116> ESTABLISH SSH CONNECTION FOR USER: root <10.31.8.116> 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/0cd06c503d"' 10.31.8.116 '/bin/sh -c '"'"'/usr/bin/python && sleep 0'"'"'' <10.31.8.116> (0, b'\n{"invocation": {"module_args": {"filter": [], "gather_subset": ["all"], "fact_path": "/etc/ansible/facts.d", "gather_timeout": 10}}, "ansible_facts": {"ansible_fibre_channel_wwn": [], "module_setup": true, "ansible_distribution_version": "7.9", "ansible_board_name": "NA", "ansible_distribution_file_variety": "RedHat", "ansible_env": {"LANG": "en_US.UTF-8", "SHELL": "/bin/bash", "XDG_RUNTIME_DIR": "/run/user/0", "SHLVL": "2", "SELINUX_ROLE_REQUESTED": "", "HOME": "/root", "SSH_CLIENT": "10.29.163.173 42776 22", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "PWD": "/root", "SELINUX_USE_CURRENT_RANGE": "", "LOGNAME": "root", "USER": "root", "MAIL": "/var/mail/root", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "SELINUX_LEVEL_REQUESTED": "", "XDG_SESSION_ID": "5", "_": "/usr/bin/python", "SSH_CONNECTION": "10.29.163.173 42776 10.31.8.116 22"}, "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_default_ipv4": {"macaddress": "12:36:2b:40:7a:6d", "network": "10.31.8.0", "netmask": "255.255.252.0", "mtu": 9001, "broadcast": "10.31.11.255", "alias": "eth0", "prefix": "22", "address": "10.31.8.116", "interface": "eth0", "type": "ether", "gateway": "10.31.8.1"}, "ansible_swapfree_mb": 0, "ansible_default_ipv6": {}, "ansible_cmdline": {"LANG": "en_US.UTF-8", "BOOT_IMAGE": "/boot/vmlinuz-3.10.0-1160.108.1.el7.x86_64", "quiet": true, "net.ifnames": "0", "rhgb": true, "crashkernel": "auto", "ro": true, "root": "UUID=e68e4cee-2a87-4094-ac61-8c3230ab115f"}, "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_machine_id": "7b29abe4b47147b584e2e65394b5f34a", "ansible_userspace_architecture": "x86_64", "ansible_product_uuid": "EC27ACBA-F17F-E995-BBFF-A80F9443F5EC", "ansible_pkg_mgr": "yum", "ansible_distribution": "CentOS", "ansible_iscsi_iqn": "", "ansible_all_ipv6_addresses": ["fe80::1036:2bff:fe40:7a6d"], "ansible_uptime_seconds": 1348, "ansible_kernel": "3.10.0-1160.108.1.el7.x86_64", "ansible_system_capabilities_enforced": "True", "ansible_python": {"executable": "/usr/bin/python", "version": {"micro": 5, "major": 2, "releaselevel": "final", "serial": 0, "minor": 7}, "type": "CPython", "has_sslcontext": true, "version_info": [2, 7, 5, "final", 0]}, "ansible_is_chroot": false, "gather_subset": ["all"], "ansible_loadavg": {"5m": 1.22, "1m": 1.31, "15m": 0.88}, "ansible_user_shell": "/bin/bash", "ansible_product_serial": "ec27acba-f17f-e995-bbff-a80f9443f5ec", "ansible_form_factor": "Other", "ansible_distribution_file_parsed": true, "ansible_fips": false, "ansible_user_id": "root", "ansible_selinux_python_present": true, "ansible_board_serial": "NA", "ansible_kernel_version": "#1 SMP Thu Jan 25 16:17:31 UTC 2024", "ansible_local": {}, "ansible_processor_vcpus": 2, "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHr6sWW/LyDYAU1Gc/XtaxX9wi9lD+o3IxFTzT579+HZaf68W2hXNUVhi8joEnceB5fsXlJTFySRVHckPRaF9iY=", "ansible_user_gid": 0, "ansible_system_vendor": "Xen", "ansible_swaptotal_mb": 0, "ansible_board_asset_tag": "NA", "ansible_distribution_major_version": "7", "ansible_real_group_id": 0, "ansible_lsb": {}, "ansible_machine": "x86_64", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABAQCiGQLLkpLlzir7FrIYfXZJHkFKTE9HC7RDtcZVCfIU9DlUpAy8thwL91MmH+tMG7CprorzlaRyiVP9UmyDHoRN0Ay9rWIf+kC2KRKOO2iyDYJTKV+F6khYB1iL947H+ZxUL/IBB6+9oujqIyQhtz0CnCBkxS88jXp8INe7ajPCkvMjBQJ8HU5xko8pGsTMFmZg03tm1UKd2mUpcQ4d154LzSJCa5NNsC7DBHt1Z5nHnyfw3L6iI/Ez2/vpW8IYFlT0f/vGj5TBCs9T2lKuJaGk3YRJ/LMo3IQOAjAanvMR4ZfRhEFK6FFemSEFrx9fVMprwcLA67cDT2BojNYlrI5f", "ansible_user_gecos": "root", "ansible_processor_threads_per_core": 2, "ansible_eth0": {"macaddress": "12:36:2b:40:7a:6d", "features": {"tx_checksum_ipv4": "on [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "on", "tx_scatter_gather_fraglist": "off [fixed]", "rx_all": "off [fixed]", "highdma": "off [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "off [fixed]", "tx_tcp_ecn_segmentation": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "on [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_checksumming": "on", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_gro_hw": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on", "rx_checksumming": "on [fixed]", "tx_tcp_segmentation": "on", "netns_local": "off [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "pciid": "vif-0", "module": "xen_netfront", "mtu": 9001, "device": "eth0", "promisc": false, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "10.31.11.255", "netmask": "255.255.252.0", "address": "10.31.8.116", "prefix": "22", "network": "10.31.8.0"}, "ipv6": [{"scope": "link", "prefix": "64", "address": "fe80::1036:2bff:fe40:7a6d"}], "active": true, "type": "ether", "hw_timestamp_filters": []}, "ansible_system": "Linux", "ansible_processor_nproc": 2, "ansible_bios_vendor": "Xen", "ansible_all_ipv4_addresses": ["10.31.8.116"], "ansible_python_version": "2.7.5", "ansible_virtualization_tech_guest": ["xen"], "ansible_product_version": "4.11.amazon", "ansible_service_mgr": "systemd", "ansible_memory_mb": {"real": {"total": 3600, "used": 3455, "free": 145}, "swap": {"cached": 0, "total": 0, "free": 0, "used": 0}, "nocache": {"used": 247, "free": 3353}}, "ansible_user_dir": "/root", "ansible_hostnqn": "", "ansible_real_user_id": 0, "ansible_virtualization_role": "guest", "ansible_dns": {"nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"], "search": ["us-east-1.aws.redhat.com", "testing-farm"]}, "ansible_effective_group_id": 0, "ansible_lo": {"features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "rx_all": "off [fixed]", "highdma": "on [fixed]", "rx_fcs": "off [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "rx_udp_tunnel_port_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_ipip_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "on", "tx_checksumming": "on", "vlan_challenged": "on [fixed]", "loopback": "on [fixed]", "fcoe_mtu": "off [fixed]", "scatter_gather": "on", "tx_checksum_sctp": "on [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "tx_gso_partial": "off [fixed]", "rx_gro_hw": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on [fixed]", "rx_checksumming": "on [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "busy_poll": "off [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "l2_fwd_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_nocache_copy": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "udp_fragmentation_offload": "on", "tx_sctp_segmentation": "on", "tx_sit_segmentation": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "hw_tc_offload": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "tx_vlan_offload": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "hw_timestamp_filters": [], "mtu": 65536, "device": "lo", "promisc": false, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "", "netmask": "255.0.0.0", "address": "127.0.0.1", "prefix": "8", "network": "127.0.0.0"}, "ipv6": [{"scope": "host", "prefix": "128", "address": "::1"}], "active": true, "type": "loopback"}, "ansible_memtotal_mb": 3600, "ansible_device_links": {"masters": {}, "labels": {}, "ids": {}, "uuids": {"xvda1": ["e68e4cee-2a87-4094-ac61-8c3230ab115f"]}}, "ansible_apparmor": {"status": "disabled"}, "ansible_board_vendor": "NA", "ansible_bios_date": "08/24/2006", "ansible_memfree_mb": 145, "ansible_board_version": "NA", "ansible_chassis_vendor": "Xen", "ansible_virtualization_tech_host": [], "ansible_processor_count": 1, "ansible_hostname": "9d791080-75c9-4d95-932e-b10d86ca8e97", "ansible_interfaces": ["lo", "eth0"], "ansible_selinux": {"status": "enabled", "policyvers": 31, "type": "targeted", "mode": "enforcing", "config_mode": "enforcing"}, "ansible_fqdn": "9d791080-75c9-4d95-932e-b10d86ca8e97.testing-farm.us-east-1.aws.redhat.com", "ansible_mounts": [{"block_used": 4810088, "uuid": "e68e4cee-2a87-4094-ac61-8c3230ab115f", "size_total": 264154562560, "block_total": 64490860, "mount": "/", "block_available": 59680772, "size_available": 244452442112, "fstype": "ext4", "inode_total": 16384000, "options": "rw,seclabel,relatime,data=ordered", "device": "/dev/xvda1", "inode_used": 65405, "block_size": 4096, "inode_available": 16318595}], "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_nodename": "9d791080-75c9-4d95-932e-b10d86ca8e97.testing-farm", "ansible_lvm": "N/A", "ansible_domain": "testing-farm.us-east-1.aws.redhat.com", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_virtualization_type": "xen", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIBx57rjgEvmZKo9S23Ec9s+wARb6UQ8h3cXzVbOxjhFX", "ansible_processor_cores": 1, "ansible_chassis_serial": "NA", "ansible_bios_version": "4.11.amazon", "ansible_date_time": {"weekday_number": "6", "iso8601_basic_short": "20240316T105419", "tz": "UTC", "weeknumber": "11", "hour": "10", "year": "2024", "epoch_int": "1710586459", "tz_offset": "+0000", "month": "03", "epoch": "1710586459", "iso8601_micro": "2024-03-16T10:54:19.233058Z", "weekday": "Saturday", "minute": "54", "time": "10:54:19", "date": "2024-03-16", "iso8601": "2024-03-16T10:54:19Z", "tz_dst": "UTC", "day": "16", "iso8601_basic": "20240316T105419233058", "second": "19"}, "ansible_distribution_release": "Core", "ansible_os_family": "RedHat", "ansible_effective_user_id": 0, "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_product_name": "HVM domU", "ansible_devices": {"xvda": {"scheduler_mode": "deadline", "rotational": "0", "vendor": null, "sectors": "524288000", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {"xvda1": {"sectorsize": 512, "uuid": "e68e4cee-2a87-4094-ac61-8c3230ab115f", "links": {"masters": [], "labels": [], "ids": [], "uuids": ["e68e4cee-2a87-4094-ac61-8c3230ab115f"]}, "sectors": "524285919", "start": "2048", "holders": [], "size": "250.00 GB"}}, "holders": [], "size": "250.00 GB"}}, "ansible_user_uid": 0, "ansible_proc_cmdline": {"LANG": "en_US.UTF-8", "BOOT_IMAGE": "/boot/vmlinuz-3.10.0-1160.108.1.el7.x86_64", "quiet": true, "net.ifnames": "0", "rhgb": true, "crashkernel": "auto", "ro": true, "root": "UUID=e68e4cee-2a87-4094-ac61-8c3230ab115f"}, "ansible_chassis_version": "NA", "ansible_system_capabilities": ["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", "35", "36+ep"], "ansible_chassis_asset_tag": "NA"}}\n', b'') ok: [sut] TASK [Print message that this test is skipped on EL 6] ************************* task path: /WORKDIR/git-weekly-cilz1eezya/tests/tests_ssh.yml:61 Saturday 16 March 2024 10:54:19 +0000 (0:00:00.494) 0:00:01.251 ******** skipping: [sut] => {} TASK [Skip the test on EL 6 when control node == managed node] ***************** task path: /WORKDIR/git-weekly-cilz1eezya/tests/tests_ssh.yml:71 Saturday 16 March 2024 10:54:19 +0000 (0:00:00.013) 0:00:01.265 ******** META: end_host conditional evaluated to False, continuing execution for sut skipping: [sut] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for sut" } MSG: end_host conditional evaluated to false, continuing execution for sut TASK [Run the role. If reboot is not required - the play succeeds.] ************ task path: /WORKDIR/git-weekly-cilz1eezya/tests/tests_ssh.yml:82 Saturday 16 March 2024 10:54:19 +0000 (0:00:00.007) 0:00:01.272 ******** TASK [fedora.linux_system_roles.kdump : Ensure ansible_facts used by role] ***** task path: /WORKDIR/git-weekly-cilz1eezya/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:2 Saturday 16 March 2024 10:54:19 +0000 (0:00:00.032) 0:00:01.305 ******** included: /WORKDIR/git-weekly-cilz1eezya/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.kdump : Ensure ansible_facts used by role] ***** task path: /WORKDIR/git-weekly-cilz1eezya/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:2 Saturday 16 March 2024 10:54:19 +0000 (0:00:00.020) 0:00:01.326 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Check if system is ostree] ************* task path: /WORKDIR/git-weekly-cilz1eezya/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10 Saturday 16 March 2024 10:54:19 +0000 (0:00:00.043) 0:00:01.369 ******** Using module file /opt/gluetool/lib/python3.9/site-packages/ansible/modules/stat.py Pipelining is enabled. <10.31.8.116> ESTABLISH SSH CONNECTION FOR USER: root <10.31.8.116> 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/0cd06c503d"' 10.31.8.116 '/bin/sh -c '"'"'/usr/bin/python && sleep 0'"'"'' <10.31.8.116> (0, b'\n{"invocation": {"module_args": {"checksum_algorithm": "sha1", "get_checksum": true, "follow": false, "path": "/run/ostree-booted", "get_md5": false, "get_mime": true, "get_attributes": true}}, "stat": {"exists": false}, "changed": false}\n', b'') ok: [sut] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": false, "get_mime": true, "path": "/run/ostree-booted" } }, "stat": { "exists": false } } TASK [fedora.linux_system_roles.kdump : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-cilz1eezya/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:15 Saturday 16 March 2024 10:54:19 +0000 (0:00:00.194) 0:00:01.563 ******** ok: [sut] => { "ansible_facts": { "__kdump_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.kdump : Install required packages] ************* task path: /WORKDIR/git-weekly-cilz1eezya/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 Saturday 16 March 2024 10:54:19 +0000 (0:00:00.026) 0:00:01.589 ******** Using module file /opt/gluetool/lib/python3.9/site-packages/ansible/modules/yum.py Pipelining is enabled. <10.31.8.116> ESTABLISH SSH CONNECTION FOR USER: root <10.31.8.116> 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/0cd06c503d"' 10.31.8.116 '/bin/sh -c '"'"'/usr/bin/python && sleep 0'"'"'' <10.31.8.116> (0, b'\n{"msg": "", "invocation": {"module_args": {"lock_timeout": 30, "update_cache": false, "conf_file": null, "exclude": [], "allow_downgrade": false, "sslverify": true, "disable_gpg_check": false, "disable_excludes": null, "use_backend": "auto", "validate_certs": true, "state": "present", "disablerepo": [], "skip_broken": false, "releasever": null, "cacheonly": false, "autoremove": false, "download_dir": null, "installroot": "/", "install_weak_deps": true, "name": ["grubby", "iproute", "kexec-tools", "openssh-clients"], "download_only": false, "bugfix": false, "list": null, "install_repoquery": true, "update_only": false, "disable_plugin": [], "enablerepo": [], "security": false, "enable_plugin": []}}, "changed": false, "results": ["grubby-8.28-26.el7.x86_64 providing grubby is already installed", "iproute-4.11.0-30.el7.x86_64 providing iproute is already installed", "kexec-tools-2.0.15-51.el7_9.3.x86_64 providing kexec-tools is already installed", "openssh-clients-7.4p1-23.el7_9.x86_64 providing openssh-clients is already installed"], "rc": 0}\n', b'') ok: [sut] => { "changed": false, "invocation": { "module_args": { "allow_downgrade": false, "autoremove": false, "bugfix": false, "cacheonly": false, "conf_file": null, "disable_excludes": null, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_dir": null, "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "install_repoquery": true, "install_weak_deps": true, "installroot": "/", "list": null, "lock_timeout": 30, "name": [ "grubby", "iproute", "kexec-tools", "openssh-clients" ], "releasever": null, "security": false, "skip_broken": false, "sslverify": true, "state": "present", "update_cache": false, "update_only": false, "use_backend": "auto", "validate_certs": true } }, "rc": 0, "results": [ "grubby-8.28-26.el7.x86_64 providing grubby is already installed", "iproute-4.11.0-30.el7.x86_64 providing iproute is already installed", "kexec-tools-2.0.15-51.el7_9.3.x86_64 providing kexec-tools is already installed", "openssh-clients-7.4p1-23.el7_9.x86_64 providing openssh-clients is already installed" ] } lsrpackages: grubby iproute kexec-tools openssh-clients TASK [fedora.linux_system_roles.kdump : Ensure that kdump is enabled] ********** task path: /WORKDIR/git-weekly-cilz1eezya/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 Saturday 16 March 2024 10:54:20 +0000 (0:00:00.435) 0:00:02.025 ******** Using module file /opt/gluetool/lib/python3.9/site-packages/ansible/modules/systemd.py Pipelining is enabled. <10.31.8.116> ESTABLISH SSH CONNECTION FOR USER: root <10.31.8.116> 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/0cd06c503d"' 10.31.8.116 '/bin/sh -c '"'"'/usr/bin/python && sleep 0'"'"'' <10.31.8.116> (0, b'\n{"status": {"ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-03-16 10:53:56 UTC] ; stop_time=[Sat 2024-03-16 10:54:16 UTC] ; pid=18754 ; code=exited ; status=0 }", "TimeoutStopUSec": "1min 30s", "RuntimeDirectoryMode": "0755", "GuessMainPID": "yes", "ActiveExitTimestamp": "Sat 2024-03-16 10:53:56 UTC", "ExecMainCode": "1", "UnitFileState": "enabled", "ExecMainPID": "18754", "LimitSIGPENDING": "14311", "FileDescriptorStoreMax": "0", "LoadState": "loaded", "ProtectHome": "no", "TTYVTDisallocate": "no", "TTYVHangup": "no", "WatchdogTimestampMonotonic": "0", "LimitSTACK": "18446744073709551615", "ActiveEnterTimestampMonotonic": "1345905585", "AllowIsolate": "no", "AssertTimestamp": "Sat 2024-03-16 10:53:56 UTC", "IgnoreOnSnapshot": "no", "StartLimitAction": "none", "CPUSchedulingPriority": "0", "KillSignal": "15", "LimitFSIZE": "18446744073709551615", "IgnoreOnIsolate": "no", "LimitCPU": "18446744073709551615", "InactiveExitTimestamp": "Sat 2024-03-16 10:53:56 UTC", "NoNewPrivileges": "no", "MemoryLimit": "18446744073709551615", "CanStart": "yes", "JobTimeoutAction": "none", "LimitAS": "18446744073709551615", "RootDirectoryStartOnly": "no", "InactiveExitTimestampMonotonic": "1325259734", "SendSIGHUP": "no", "TimeoutStartUSec": "0", "Type": "oneshot", "SyslogPriority": "30", "SameProcessGroup": "no", "LimitNPROC": "14311", "UMask": "0022", "NonBlocking": "no", "DevicePolicy": "auto", "ExecMainStartTimestamp": "Sat 2024-03-16 10:53:56 UTC", "CapabilityBoundingSet": "18446744073709551615", "TTYReset": "no", "OOMScoreAdjust": "0", "StartLimitBurst": "5", "RefuseManualStart": "no", "KillMode": "control-group", "SyslogLevelPrefix": "yes", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "Delegate": "no", "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 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-03-16 10:53:56 UTC] ; stop_time=[Sat 2024-03-16 10:53:56 UTC] ; pid=18745 ; code=exited ; status=0 }", "TasksCurrent": "18446744073709551615", "LimitCORE": "18446744073709551615", "JobTimeoutUSec": "0", "TimerSlackNSec": "50000", "SubState": "exited", "CPUSchedulingResetOnFork": "no", "Result": "success", "CPUShares": "18446744073709551615", "ConditionResult": "yes", "ConditionTimestampMonotonic": "1325258967", "MainPID": "0", "StartupBlockIOWeight": "18446744073709551615", "ActiveEnterTimestamp": "Sat 2024-03-16 10:54:16 UTC", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "StartupCPUShares": "18446744073709551615", "WatchdogUSec": "0", "ActiveState": "active", "Nice": "0", "LimitDATA": "18446744073709551615", "UnitFilePreset": "enabled", "MemoryCurrent": "18446744073709551615", "LimitRTTIME": "18446744073709551615", "WantedBy": "multi-user.target", "SecureBits": "0", "RestartUSec": "100ms", "ConditionTimestamp": "Sat 2024-03-16 10:53:56 UTC", "CPUAccounting": "no", "CPUSchedulingPolicy": "0", "PrivateNetwork": "no", "Restart": "no", "RemainAfterExit": "yes", "LimitNOFILE": "4096", "SendSIGKILL": "yes", "StatusErrno": "0", "RefuseManualStop": "no", "SystemCallErrorNumber": "0", "TasksAccounting": "no", "NeedDaemonReload": "no", "StartLimitInterval": "0", "InactiveEnterTimestamp": "Sat 2024-03-16 10:53:56 UTC", "StandardInput": "null", "AssertTimestampMonotonic": "1325258969", "DefaultDependencies": "no", "Requires": "system.slice", "TasksMax": "18446744073709551615", "CPUQuotaPerSecUSec": "infinity", "ExecMainStatus": "0", "LimitMEMLOCK": "65536", "StopWhenUnneeded": "no", "LimitMSGQUEUE": "819200", "AmbientCapabilities": "0", "Slice": "system.slice", "ExecMainExitTimestampMonotonic": "1345905241", "CollectMode": "inactive", "NotifyAccess": "none", "PermissionsStartOnly": "no", "BlockIOAccounting": "no", "CanStop": "yes", "PrivateTmp": "no", "OnFailureJobMode": "replace", "AssertResult": "yes", "LimitLOCKS": "18446744073709551615", "ExecMainStartTimestampMonotonic": "1325259684", "StandardError": "inherit", "LimitNICE": "0", "After": "system.slice network-online.target systemd-journald.socket basic.target remote-fs.target network.target", "FailureAction": "none", "CanIsolate": "no", "StandardOutput": "journal", "MountFlags": "0", "InactiveEnterTimestampMonotonic": "1325257631", "MemoryAccounting": "no", "IgnoreSIGPIPE": "yes", "Transient": "no", "IOScheduling": "0", "Description": "Crash recovery kernel arming", "ActiveExitTimestampMonotonic": "1325228601", "ExecMainExitTimestamp": "Sat 2024-03-16 10:54:16 UTC", "CanReload": "yes", "ControlPID": "0", "BlockIOWeight": "18446744073709551615", "Names": "kdump.service", "ProtectSystem": "no", "PrivateDevices": "no", "Id": "kdump.service"}, "invocation": {"module_args": {"no_block": false, "force": null, "name": "kdump", "daemon_reexec": false, "enabled": true, "daemon_reload": false, "state": null, "masked": null, "scope": "system"}}, "changed": false, "enabled": true, "name": "kdump"}\n', b'') ok: [sut] => { "changed": false, "enabled": true, "invocation": { "module_args": { "daemon_reexec": false, "daemon_reload": false, "enabled": true, "force": null, "masked": null, "name": "kdump", "no_block": false, "scope": "system", "state": null } }, "name": "kdump", "status": { "ActiveEnterTimestamp": "Sat 2024-03-16 10:54:16 UTC", "ActiveEnterTimestampMonotonic": "1345905585", "ActiveExitTimestamp": "Sat 2024-03-16 10:53:56 UTC", "ActiveExitTimestampMonotonic": "1325228601", "ActiveState": "active", "After": "system.slice network-online.target systemd-journald.socket basic.target remote-fs.target network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-03-16 10:53:56 UTC", "AssertTimestampMonotonic": "1325258969", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-03-16 10:53:56 UTC", "ConditionTimestampMonotonic": "1325258967", "ControlPID": "0", "DefaultDependencies": "no", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2024-03-16 10:54:16 UTC", "ExecMainExitTimestampMonotonic": "1345905241", "ExecMainPID": "18754", "ExecMainStartTimestamp": "Sat 2024-03-16 10:53:56 UTC", "ExecMainStartTimestampMonotonic": "1325259684", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-03-16 10:53:56 UTC] ; stop_time=[Sat 2024-03-16 10:54:16 UTC] ; pid=18754 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-03-16 10:53:56 UTC] ; stop_time=[Sat 2024-03-16 10:53:56 UTC] ; pid=18745 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-03-16 10:53:56 UTC", "InactiveEnterTimestampMonotonic": "1325257631", "InactiveExitTimestamp": "Sat 2024-03-16 10:53:56 UTC", "InactiveExitTimestampMonotonic": "1325259734", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "0", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "kdump.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "yes", "Requires": "system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "0", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.kdump : Include SSH tasks] ********************* task path: /WORKDIR/git-weekly-cilz1eezya/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:16 Saturday 16 March 2024 10:54:20 +0000 (0:00:00.372) 0:00:02.398 ******** included: /WORKDIR/git-weekly-cilz1eezya/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml for sut TASK [fedora.linux_system_roles.kdump : Create key if it does not exist] ******* task path: /WORKDIR/git-weekly-cilz1eezya/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 Saturday 16 March 2024 10:54:20 +0000 (0:00:00.063) 0:00:02.461 ******** Using module file /opt/gluetool/lib/python3.9/site-packages/ansible/modules/command.py Pipelining is enabled. <10.31.8.116> ESTABLISH SSH CONNECTION FOR USER: root <10.31.8.116> 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/0cd06c503d"' 10.31.8.116 '/bin/sh -c '"'"'/usr/bin/python && sleep 0'"'"'' <10.31.8.116> (0, b'\n{"changed": false, "end": null, "stdout": "skipped, since /root/.ssh/kdump_id_rsa exists", "cmd": ["/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", ""], "start": null, "delta": null, "stderr": "", "rc": 0, "invocation": {"module_args": {"executable": null, "_uses_shell": false, "strip_empty_ends": true, "_raw_params": "/usr/bin/ssh-keygen -t rsa -f /root/.ssh/kdump_id_rsa -N \'\' ", "removes": null, "argv": null, "creates": "/root/.ssh/kdump_id_rsa", "chdir": null, "stdin_add_newline": true, "stdin": null}}, "msg": "Would not run command since \'/root/.ssh/kdump_id_rsa\' exists"}\n', b'') ok: [sut] => { "changed": false, "cmd": [ "/usr/bin/ssh-keygen", "-t", "rsa", "-f", "/root/.ssh/kdump_id_rsa", "-N", "" ], "delta": null, "end": null, "invocation": { "module_args": { "_raw_params": "/usr/bin/ssh-keygen -t rsa -f /root/.ssh/kdump_id_rsa -N '' ", "_uses_shell": false, "argv": null, "chdir": null, "creates": "/root/.ssh/kdump_id_rsa", "executable": null, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true } }, "rc": 0, "start": null } STDOUT: skipped, since /root/.ssh/kdump_id_rsa exists MSG: Would not run command since '/root/.ssh/kdump_id_rsa' exists TASK [fedora.linux_system_roles.kdump : Fetch key] ***************************** task path: /WORKDIR/git-weekly-cilz1eezya/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 Saturday 16 March 2024 10:54:20 +0000 (0:00:00.227) 0:00:02.689 ******** Using module file /opt/gluetool/lib/python3.9/site-packages/ansible/modules/slurp.py Pipelining is enabled. <10.31.8.116> ESTABLISH SSH CONNECTION FOR USER: root <10.31.8.116> 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/0cd06c503d"' 10.31.8.116 '/bin/sh -c '"'"'/usr/bin/python && sleep 0'"'"'' <10.31.8.116> (0, b'\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCQVFDcUVwWkNIajI4MGZoczNaYkUxNjRIaTRwNFdVQUZwdFNEcDJ1VUNkSGlpaDRETXlkTmhCVGc0c2J6YjgvRTQ2TmlZUmVIM1lqYVNhYTBMc285TmJ5WXZIYmlrU05WV00vSVViekkvVFdRQldZSTRnU095cXFYazlNUlNiVjIvemx5K0VEcVBzeS9MK29QWXBSRm1VNEczcjZ4NXl3SmlTNTZXTXNmSUdkUDNaM0R0WE1WbmJKclFzTGhzemJNSWljdXFaVlBITU54SWMyTHR0dEROVlo2MnY2QVpyRTY4OFR0eHpqVUhqWFBsNGVGV2xWdG1zTnFxeWkvRmpyV1RSNDBtUFVoVHdVVVphZVUya2NUWkJ1bTRLQU9XdytmRFl2MU9YMllqTVNIcUltZnVCNGQzS1kwZElNYVRBVXdFaDZuNUhZYnVhWnluVXRqc0FLdlRTYlggcm9vdEA5ZDc5MTA4MC03NWM5LTRkOTUtOTMyZS1iMTBkODZjYThlOTcudGVzdGluZy1mYXJtCg==", "source": "/root/.ssh/kdump_id_rsa.pub", "encoding": "base64", "invocation": {"module_args": {"src": "/root/.ssh/kdump_id_rsa.pub"}}}\n', b'') ok: [sut] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCQVFDcUVwWkNIajI4MGZoczNaYkUxNjRIaTRwNFdVQUZwdFNEcDJ1VUNkSGlpaDRETXlkTmhCVGc0c2J6YjgvRTQ2TmlZUmVIM1lqYVNhYTBMc285TmJ5WXZIYmlrU05WV00vSVViekkvVFdRQldZSTRnU095cXFYazlNUlNiVjIvemx5K0VEcVBzeS9MK29QWXBSRm1VNEczcjZ4NXl3SmlTNTZXTXNmSUdkUDNaM0R0WE1WbmJKclFzTGhzemJNSWljdXFaVlBITU54SWMyTHR0dEROVlo2MnY2QVpyRTY4OFR0eHpqVUhqWFBsNGVGV2xWdG1zTnFxeWkvRmpyV1RSNDBtUFVoVHdVVVphZVUya2NUWkJ1bTRLQU9XdytmRFl2MU9YMllqTVNIcUltZnVCNGQzS1kwZElNYVRBVXdFaDZuNUhZYnVhWnluVXRqc0FLdlRTYlggcm9vdEA5ZDc5MTA4MC03NWM5LTRkOTUtOTMyZS1iMTBkODZjYThlOTcudGVzdGluZy1mYXJtCg==", "encoding": "base64", "invocation": { "module_args": { "src": "/root/.ssh/kdump_id_rsa.pub" } }, "source": "/root/.ssh/kdump_id_rsa.pub" } TASK [fedora.linux_system_roles.kdump : Get userinfo for root] ***************** task path: /WORKDIR/git-weekly-cilz1eezya/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:19 Saturday 16 March 2024 10:54:20 +0000 (0:00:00.227) 0:00:02.917 ******** Using module file /opt/gluetool/lib/python3.9/site-packages/ansible/modules/user.py Pipelining is enabled. <10.31.8.116> ESTABLISH SSH CONNECTION FOR USER: root <10.31.8.116> 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/0cd06c503d"' 10.31.8.116 '/bin/sh -c '"'"'/usr/bin/python && sleep 0'"'"'' <10.31.8.116> (0, b'\n{"comment": "root", "shell": "/bin/bash", "group": 0, "name": "root", "changed": false, "state": "present", "invocation": {"module_args": {"comment": null, "ssh_key_bits": 0, "update_password": "always", "non_unique": false, "force": false, "skeleton": null, "create_home": true, "password_lock": null, "ssh_key_passphrase": null, "uid": null, "home": null, "append": false, "ssh_key_type": "rsa", "ssh_key_comment": "ansible-generated on 9d791080-75c9-4d95-932e-b10d86ca8e97.testing-farm", "group": null, "umask": null, "system": false, "state": "present", "role": null, "hidden": null, "local": null, "authorization": null, "profile": null, "shell": null, "expires": null, "ssh_key_file": null, "groups": null, "move_home": false, "password": null, "password_expire_min": null, "name": "root", "seuser": null, "remove": false, "password_expire_max": null, "login_class": null, "generate_ssh_key": null}}, "home": "/root", "move_home": false, "append": false, "uid": 0}\n', b'') ok: [sut] => { "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_expire_max": null, "password_expire_min": null, "password_lock": null, "profile": null, "remove": false, "role": null, "seuser": null, "shell": null, "skeleton": null, "ssh_key_bits": 0, "ssh_key_comment": "ansible-generated on 9d791080-75c9-4d95-932e-b10d86ca8e97.testing-farm", "ssh_key_file": null, "ssh_key_passphrase": null, "ssh_key_type": "rsa", "state": "present", "system": false, "uid": null, "umask": null, "update_password": "always" } }, "move_home": false, "name": "root", "shell": "/bin/bash", "state": "present", "uid": 0 } TASK [fedora.linux_system_roles.kdump : Get the ssh directory for the user] **** task path: /WORKDIR/git-weekly-cilz1eezya/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:25 Saturday 16 March 2024 10:54:21 +0000 (0:00:00.287) 0:00:03.204 ******** Using module file /opt/gluetool/lib/python3.9/site-packages/ansible/modules/stat.py Pipelining is enabled. <10.31.8.116> ESTABLISH SSH CONNECTION FOR USER: root <10.31.8.116> 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/0cd06c503d"' 10.31.8.116 '/bin/sh -c '"'"'/usr/bin/python && sleep 0'"'"'' <10.31.8.116> (0, b'\n{"invocation": {"module_args": {"checksum_algorithm": "sha1", "get_checksum": true, "follow": false, "path": "/root/.ssh", "get_md5": false, "get_mime": true, "get_attributes": true}}, "stat": {"charset": "binary", "uid": 0, "exists": true, "attr_flags": "e", "woth": false, "isreg": false, "device_type": 0, "mtime": 1710586434.5572476, "block_size": 4096, "inode": 20, "isgid": false, "size": 4096, "executable": true, "isuid": false, "readable": true, "version": "1989922476", "pw_name": "root", "gid": 0, "ischr": false, "wusr": true, "writeable": true, "mimetype": "inode/directory", "blocks": 8, "xoth": false, "islnk": false, "nlink": 2, "issock": false, "rgrp": false, "gr_name": "root", "path": "/root/.ssh", "xusr": true, "atime": 1710585133.559657, "isdir": true, "ctime": 1710586434.5572476, "isblk": false, "wgrp": false, "xgrp": false, "dev": 51713, "roth": false, "isfifo": false, "mode": "0700", "rusr": true, "attributes": ["extents"]}, "changed": false}\n', b'') ok: [sut] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": false, "get_mime": true, "path": "/root/.ssh" } }, "stat": { "atime": 1710585133.559657, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1710586434.5572476, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 20, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1710586434.5572476, "nlink": 2, "path": "/root/.ssh", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 4096, "uid": 0, "version": "1989922476", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": true } } TASK [fedora.linux_system_roles.kdump : Get the authorized_keys file for the user] *** task path: /WORKDIR/git-weekly-cilz1eezya/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:30 Saturday 16 March 2024 10:54:21 +0000 (0:00:00.141) 0:00:03.346 ******** Using module file /opt/gluetool/lib/python3.9/site-packages/ansible/modules/stat.py Pipelining is enabled. <10.31.8.116> ESTABLISH SSH CONNECTION FOR USER: root <10.31.8.116> 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/0cd06c503d"' 10.31.8.116 '/bin/sh -c '"'"'/usr/bin/python && sleep 0'"'"'' <10.31.8.116> (0, b'\n{"invocation": {"module_args": {"checksum_algorithm": "sha1", "get_checksum": true, "follow": false, "path": "/root/.ssh/authorized_keys", "get_md5": false, "get_mime": true, "get_attributes": true}}, "stat": {"charset": "us-ascii", "uid": 0, "exists": true, "attr_flags": "e", "woth": false, "isreg": true, "device_type": 0, "mtime": 1710586434.5572476, "block_size": 4096, "inode": 263354, "isgid": false, "size": 1426, "executable": false, "isuid": false, "readable": true, "version": "18446744073562494498", "pw_name": "root", "gid": 0, "ischr": false, "wusr": true, "writeable": true, "mimetype": "text/plain", "blocks": 8, "xoth": false, "islnk": false, "nlink": 1, "issock": false, "rgrp": false, "gr_name": "root", "path": "/root/.ssh/authorized_keys", "xusr": false, "atime": 1710586436.4362054, "isdir": false, "ctime": 1710586434.5582476, "isblk": false, "wgrp": false, "checksum": "b49c154c02069069bee1b1f5d9d1b22de6749bff", "dev": 51713, "roth": false, "isfifo": false, "mode": "0600", "xgrp": false, "rusr": true, "attributes": ["extents"]}, "changed": false}\n', b'') ok: [sut] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": false, "get_mime": true, "path": "/root/.ssh/authorized_keys" } }, "stat": { "atime": 1710586436.4362054, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b49c154c02069069bee1b1f5d9d1b22de6749bff", "ctime": 1710586434.5582476, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 263354, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1710586434.5572476, "nlink": 1, "path": "/root/.ssh/authorized_keys", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 1426, "uid": 0, "version": "18446744073562494498", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.kdump : Ensure ssh directory for authorized_keys if needed] *** task path: /WORKDIR/git-weekly-cilz1eezya/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35 Saturday 16 March 2024 10:54:21 +0000 (0:00:00.154) 0:00:03.500 ******** Using module file /opt/gluetool/lib/python3.9/site-packages/ansible/modules/file.py Pipelining is enabled. <10.31.8.116> ESTABLISH SSH CONNECTION FOR USER: root <10.31.8.116> 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/0cd06c503d"' 10.31.8.116 '/bin/sh -c '"'"'/usr/bin/python && sleep 0'"'"'' <10.31.8.116> (0, b'\n{"group": "root", "uid": 0, "changed": false, "owner": "root", "state": "directory", "gid": 0, "secontext": "system_u:object_r:ssh_home_t:s0", "mode": "0700", "path": "/root/.ssh", "invocation": {"module_args": {"src": null, "selevel": null, "force": false, "setype": null, "_original_basename": null, "unsafe_writes": false, "access_time": null, "seuser": null, "recurse": false, "state": "directory", "access_time_format": "%Y%m%d%H%M.%S", "group": "root", "modification_time": null, "serole": null, "_diff_peek": null, "modification_time_format": "%Y%m%d%H%M.%S", "path": "/root/.ssh", "owner": "root", "follow": true, "attributes": null, "mode": "0700"}}, "diff": {"after": {"path": "/root/.ssh"}, "before": {"path": "/root/.ssh"}}, "size": 4096}\n', b'') ok: [sut] => { "changed": false, "diff": { "after": { "path": "/root/.ssh" }, "before": { "path": "/root/.ssh" } }, "gid": 0, "group": "root", "invocation": { "module_args": { "_diff_peek": null, "_original_basename": null, "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "follow": true, "force": false, "group": "root", "mode": "0700", "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": "root", "path": "/root/.ssh", "recurse": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "directory", "unsafe_writes": false } }, "mode": "0700", "owner": "root", "path": "/root/.ssh", "secontext": "system_u:object_r:ssh_home_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.kdump : Write new authorized_keys if needed] *** task path: /WORKDIR/git-weekly-cilz1eezya/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 Saturday 16 March 2024 10:54:21 +0000 (0:00:00.312) 0:00:03.813 ******** Using module file /opt/gluetool/lib/python3.9/site-packages/ansible/modules/lineinfile.py Pipelining is enabled. <10.31.8.116> ESTABLISH SSH CONNECTION FOR USER: root <10.31.8.116> 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/0cd06c503d"' 10.31.8.116 '/bin/sh -c '"'"'/usr/bin/python && sleep 0'"'"'' <10.31.8.116> (0, b'\n{"msg": "", "diff": [{"after": "", "before_header": "/root/.ssh/authorized_keys (content)", "after_header": "/root/.ssh/authorized_keys (content)", "before": ""}, {"before_header": "/root/.ssh/authorized_keys (file attributes)", "after_header": "/root/.ssh/authorized_keys (file attributes)"}], "changed": false, "backup": "", "invocation": {"module_args": {"group": "root", "insertbefore": null, "unsafe_writes": false, "selevel": null, "create": true, "seuser": null, "state": "present", "backrefs": false, "search_string": null, "serole": null, "firstmatch": false, "mode": "0600", "insertafter": null, "path": "/root/.ssh/authorized_keys", "owner": "root", "regexp": null, "validate": null, "attributes": null, "backup": false, "line": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCqEpZCHj280fhs3ZbE164Hi4p4WUAFptSDp2uUCdHiih4DMydNhBTg4sbzb8/E46NiYReH3YjaSaa0Lso9NbyYvHbikSNVWM/IUbzI/TWQBWYI4gSOyqqXk9MRSbV2/zly+EDqPsy/L+oPYpRFmU4G3r6x5ywJiS56WMsfIGdP3Z3DtXMVnbJrQsLhszbMIicuqZVPHMNxIc2LtttDNVZ62v6AZrE688TtxzjUHjXPl4eFWlVtmsNqqyi/FjrWTR40mPUhTwUUZaeU2kcTZBum4KAOWw+fDYv1OX2YjMSHqImfuB4d3KY0dIMaTAUwEh6n5HYbuaZynUtjsAKvTSbX root@9d791080-75c9-4d95-932e-b10d86ca8e97.testing-farm", "setype": null}}}\n', b'') ok: [sut] => { "backup": "", "changed": false, "diff": [ { "after": "", "after_header": "/root/.ssh/authorized_keys (content)", "before": "", "before_header": "/root/.ssh/authorized_keys (content)" }, { "after_header": "/root/.ssh/authorized_keys (file attributes)", "before_header": "/root/.ssh/authorized_keys (file attributes)" } ], "invocation": { "module_args": { "attributes": null, "backrefs": false, "backup": false, "create": true, "firstmatch": false, "group": "root", "insertafter": null, "insertbefore": null, "line": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCqEpZCHj280fhs3ZbE164Hi4p4WUAFptSDp2uUCdHiih4DMydNhBTg4sbzb8/E46NiYReH3YjaSaa0Lso9NbyYvHbikSNVWM/IUbzI/TWQBWYI4gSOyqqXk9MRSbV2/zly+EDqPsy/L+oPYpRFmU4G3r6x5ywJiS56WMsfIGdP3Z3DtXMVnbJrQsLhszbMIicuqZVPHMNxIc2LtttDNVZ62v6AZrE688TtxzjUHjXPl4eFWlVtmsNqqyi/FjrWTR40mPUhTwUUZaeU2kcTZBum4KAOWw+fDYv1OX2YjMSHqImfuB4d3KY0dIMaTAUwEh6n5HYbuaZynUtjsAKvTSbX root@9d791080-75c9-4d95-932e-b10d86ca8e97.testing-farm", "mode": "0600", "owner": "root", "path": "/root/.ssh/authorized_keys", "regexp": null, "search_string": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "state": "present", "unsafe_writes": false, "validate": null } } } TASK [fedora.linux_system_roles.kdump : Fetch the servers public key] ********** task path: /WORKDIR/git-weekly-cilz1eezya/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:53 Saturday 16 March 2024 10:54:22 +0000 (0:00:00.267) 0:00:04.081 ******** Using module file /opt/gluetool/lib/python3.9/site-packages/ansible/modules/slurp.py Pipelining is enabled. <10.31.8.116> ESTABLISH SSH CONNECTION FOR USER: root <10.31.8.116> 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/0cd06c503d"' 10.31.8.116 '/bin/sh -c '"'"'/usr/bin/python && sleep 0'"'"'' <10.31.8.116> (0, b'\n{"content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCQVFDaUdRTExrcExsemlyN0ZySVlmWFpKSGtGS1RFOUhDN1JEdGNaVkNmSVU5RGxVcEF5OHRod0w5MU1tSCt0TUc3Q3Byb3J6bGFSeWlWUDlVbXlESG9STjBBeTlyV0lmK2tDMktSS09PMml5RFlKVEtWK0Y2a2hZQjFpTDk0N0grWnhVTC9JQkI2KzlvdWpxSXlRaHR6MENuQ0JreFM4OGpYcDhJTmU3YWpQQ2t2TWpCUUo4SFU1eGtvOHBHc1RNRm1aZzAzdG0xVUtkMm1VcGNRNGQxNTRMelNKQ2E1Tk5zQzdEQkh0MVo1bkhueWZ3M0w2aUkvRXoyL3ZwVzhJWUZsVDBmL3ZHajVUQkNzOVQybEt1SmFHazNZUkovTE1vM0lRT0FqQWFudk1SNFpmUmhFRks2RkZlbVNFRnJ4OWZWTXByd2NMQTY3Y0RUMkJvak5ZbHJJNWYgCg==", "source": "/etc/ssh/ssh_host_rsa_key.pub", "encoding": "base64", "invocation": {"module_args": {"src": "/etc/ssh/ssh_host_rsa_key.pub"}}}\n', b'') ok: [sut] => { "changed": false, "content": "c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCQVFDaUdRTExrcExsemlyN0ZySVlmWFpKSGtGS1RFOUhDN1JEdGNaVkNmSVU5RGxVcEF5OHRod0w5MU1tSCt0TUc3Q3Byb3J6bGFSeWlWUDlVbXlESG9STjBBeTlyV0lmK2tDMktSS09PMml5RFlKVEtWK0Y2a2hZQjFpTDk0N0grWnhVTC9JQkI2KzlvdWpxSXlRaHR6MENuQ0JreFM4OGpYcDhJTmU3YWpQQ2t2TWpCUUo4SFU1eGtvOHBHc1RNRm1aZzAzdG0xVUtkMm1VcGNRNGQxNTRMelNKQ2E1Tk5zQzdEQkh0MVo1bkhueWZ3M0w2aUkvRXoyL3ZwVzhJWUZsVDBmL3ZHajVUQkNzOVQybEt1SmFHazNZUkovTE1vM0lRT0FqQWFudk1SNFpmUmhFRks2RkZlbVNFRnJ4OWZWTXByd2NMQTY3Y0RUMkJvak5ZbHJJNWYgCg==", "encoding": "base64", "invocation": { "module_args": { "src": "/etc/ssh/ssh_host_rsa_key.pub" } }, "source": "/etc/ssh/ssh_host_rsa_key.pub" } TASK [fedora.linux_system_roles.kdump : Add the servers public key to known_hosts on managed node] *** task path: /WORKDIR/git-weekly-cilz1eezya/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:59 Saturday 16 March 2024 10:54:22 +0000 (0:00:00.124) 0:00:04.205 ******** Using module file /opt/gluetool/lib/python3.9/site-packages/ansible/modules/known_hosts.py Pipelining is enabled. <10.31.8.116> ESTABLISH SSH CONNECTION FOR USER: root <10.31.8.116> 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/0cd06c503d"' 10.31.8.116 '/bin/sh -c '"'"'/usr/bin/python && sleep 0'"'"'' <10.31.8.116> (0, b'\n{"invocation": {"module_args": {"name": "10.31.8.116", "state": "present", "hash_host": false, "key": "10.31.8.116 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCiGQLLkpLlzir7FrIYfXZJHkFKTE9HC7RDtcZVCfIU9DlUpAy8thwL91MmH+tMG7CprorzlaRyiVP9UmyDHoRN0Ay9rWIf+kC2KRKOO2iyDYJTKV+F6khYB1iL947H+ZxUL/IBB6+9oujqIyQhtz0CnCBkxS88jXp8INe7ajPCkvMjBQJ8HU5xko8pGsTMFmZg03tm1UKd2mUpcQ4d154LzSJCa5NNsC7DBHt1Z5nHnyfw3L6iI/Ez2/vpW8IYFlT0f/vGj5TBCs9T2lKuJaGk3YRJ/LMo3IQOAjAanvMR4ZfRhEFK6FFemSEFrx9fVMprwcLA67cDT2BojNYlrI5f \\n", "path": "/etc/ssh/ssh_known_hosts", "diff": {"after": "10.31.8.116 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCiGQLLkpLlzir7FrIYfXZJHkFKTE9HC7RDtcZVCfIU9DlUpAy8thwL91MmH+tMG7CprorzlaRyiVP9UmyDHoRN0Ay9rWIf+kC2KRKOO2iyDYJTKV+F6khYB1iL947H+ZxUL/IBB6+9oujqIyQhtz0CnCBkxS88jXp8INe7ajPCkvMjBQJ8HU5xko8pGsTMFmZg03tm1UKd2mUpcQ4d154LzSJCa5NNsC7DBHt1Z5nHnyfw3L6iI/Ez2/vpW8IYFlT0f/vGj5TBCs9T2lKuJaGk3YRJ/LMo3IQOAjAanvMR4ZfRhEFK6FFemSEFrx9fVMprwcLA67cDT2BojNYlrI5f \\n", "before_header": "/etc/ssh/ssh_known_hosts", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.8.116 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCiGQLLkpLlzir7FrIYfXZJHkFKTE9HC7RDtcZVCfIU9DlUpAy8thwL91MmH+tMG7CprorzlaRyiVP9UmyDHoRN0Ay9rWIf+kC2KRKOO2iyDYJTKV+F6khYB1iL947H+ZxUL/IBB6+9oujqIyQhtz0CnCBkxS88jXp8INe7ajPCkvMjBQJ8HU5xko8pGsTMFmZg03tm1UKd2mUpcQ4d154LzSJCa5NNsC7DBHt1Z5nHnyfw3L6iI/Ez2/vpW8IYFlT0f/vGj5TBCs9T2lKuJaGk3YRJ/LMo3IQOAjAanvMR4ZfRhEFK6FFemSEFrx9fVMprwcLA67cDT2BojNYlrI5f \\n"}}}, "diff": {"after": "10.31.8.116 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCiGQLLkpLlzir7FrIYfXZJHkFKTE9HC7RDtcZVCfIU9DlUpAy8thwL91MmH+tMG7CprorzlaRyiVP9UmyDHoRN0Ay9rWIf+kC2KRKOO2iyDYJTKV+F6khYB1iL947H+ZxUL/IBB6+9oujqIyQhtz0CnCBkxS88jXp8INe7ajPCkvMjBQJ8HU5xko8pGsTMFmZg03tm1UKd2mUpcQ4d154LzSJCa5NNsC7DBHt1Z5nHnyfw3L6iI/Ez2/vpW8IYFlT0f/vGj5TBCs9T2lKuJaGk3YRJ/LMo3IQOAjAanvMR4ZfRhEFK6FFemSEFrx9fVMprwcLA67cDT2BojNYlrI5f \\n", "before_header": "/etc/ssh/ssh_known_hosts", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.8.116 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCiGQLLkpLlzir7FrIYfXZJHkFKTE9HC7RDtcZVCfIU9DlUpAy8thwL91MmH+tMG7CprorzlaRyiVP9UmyDHoRN0Ay9rWIf+kC2KRKOO2iyDYJTKV+F6khYB1iL947H+ZxUL/IBB6+9oujqIyQhtz0CnCBkxS88jXp8INe7ajPCkvMjBQJ8HU5xko8pGsTMFmZg03tm1UKd2mUpcQ4d154LzSJCa5NNsC7DBHt1Z5nHnyfw3L6iI/Ez2/vpW8IYFlT0f/vGj5TBCs9T2lKuJaGk3YRJ/LMo3IQOAjAanvMR4ZfRhEFK6FFemSEFrx9fVMprwcLA67cDT2BojNYlrI5f \\n"}, "changed": false}\n', b'') ok: [sut] => { "changed": false, "diff": { "after": "10.31.8.116 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCiGQLLkpLlzir7FrIYfXZJHkFKTE9HC7RDtcZVCfIU9DlUpAy8thwL91MmH+tMG7CprorzlaRyiVP9UmyDHoRN0Ay9rWIf+kC2KRKOO2iyDYJTKV+F6khYB1iL947H+ZxUL/IBB6+9oujqIyQhtz0CnCBkxS88jXp8INe7ajPCkvMjBQJ8HU5xko8pGsTMFmZg03tm1UKd2mUpcQ4d154LzSJCa5NNsC7DBHt1Z5nHnyfw3L6iI/Ez2/vpW8IYFlT0f/vGj5TBCs9T2lKuJaGk3YRJ/LMo3IQOAjAanvMR4ZfRhEFK6FFemSEFrx9fVMprwcLA67cDT2BojNYlrI5f \n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.8.116 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCiGQLLkpLlzir7FrIYfXZJHkFKTE9HC7RDtcZVCfIU9DlUpAy8thwL91MmH+tMG7CprorzlaRyiVP9UmyDHoRN0Ay9rWIf+kC2KRKOO2iyDYJTKV+F6khYB1iL947H+ZxUL/IBB6+9oujqIyQhtz0CnCBkxS88jXp8INe7ajPCkvMjBQJ8HU5xko8pGsTMFmZg03tm1UKd2mUpcQ4d154LzSJCa5NNsC7DBHt1Z5nHnyfw3L6iI/Ez2/vpW8IYFlT0f/vGj5TBCs9T2lKuJaGk3YRJ/LMo3IQOAjAanvMR4ZfRhEFK6FFemSEFrx9fVMprwcLA67cDT2BojNYlrI5f \n", "before_header": "/etc/ssh/ssh_known_hosts" }, "invocation": { "module_args": { "diff": { "after": "10.31.8.116 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCiGQLLkpLlzir7FrIYfXZJHkFKTE9HC7RDtcZVCfIU9DlUpAy8thwL91MmH+tMG7CprorzlaRyiVP9UmyDHoRN0Ay9rWIf+kC2KRKOO2iyDYJTKV+F6khYB1iL947H+ZxUL/IBB6+9oujqIyQhtz0CnCBkxS88jXp8INe7ajPCkvMjBQJ8HU5xko8pGsTMFmZg03tm1UKd2mUpcQ4d154LzSJCa5NNsC7DBHt1Z5nHnyfw3L6iI/Ez2/vpW8IYFlT0f/vGj5TBCs9T2lKuJaGk3YRJ/LMo3IQOAjAanvMR4ZfRhEFK6FFemSEFrx9fVMprwcLA67cDT2BojNYlrI5f \n", "after_header": "/etc/ssh/ssh_known_hosts", "before": "10.31.8.116 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCiGQLLkpLlzir7FrIYfXZJHkFKTE9HC7RDtcZVCfIU9DlUpAy8thwL91MmH+tMG7CprorzlaRyiVP9UmyDHoRN0Ay9rWIf+kC2KRKOO2iyDYJTKV+F6khYB1iL947H+ZxUL/IBB6+9oujqIyQhtz0CnCBkxS88jXp8INe7ajPCkvMjBQJ8HU5xko8pGsTMFmZg03tm1UKd2mUpcQ4d154LzSJCa5NNsC7DBHt1Z5nHnyfw3L6iI/Ez2/vpW8IYFlT0f/vGj5TBCs9T2lKuJaGk3YRJ/LMo3IQOAjAanvMR4ZfRhEFK6FFemSEFrx9fVMprwcLA67cDT2BojNYlrI5f \n", "before_header": "/etc/ssh/ssh_known_hosts" }, "hash_host": false, "key": "10.31.8.116 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCiGQLLkpLlzir7FrIYfXZJHkFKTE9HC7RDtcZVCfIU9DlUpAy8thwL91MmH+tMG7CprorzlaRyiVP9UmyDHoRN0Ay9rWIf+kC2KRKOO2iyDYJTKV+F6khYB1iL947H+ZxUL/IBB6+9oujqIyQhtz0CnCBkxS88jXp8INe7ajPCkvMjBQJ8HU5xko8pGsTMFmZg03tm1UKd2mUpcQ4d154LzSJCa5NNsC7DBHt1Z5nHnyfw3L6iI/Ez2/vpW8IYFlT0f/vGj5TBCs9T2lKuJaGk3YRJ/LMo3IQOAjAanvMR4ZfRhEFK6FFemSEFrx9fVMprwcLA67cDT2BojNYlrI5f \n", "name": "10.31.8.116", "path": "/etc/ssh/ssh_known_hosts", "state": "present" } } } TASK [fedora.linux_system_roles.kdump : Get mode of /etc/kdump.conf if it exists] *** task path: /WORKDIR/git-weekly-cilz1eezya/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:21 Saturday 16 March 2024 10:54:22 +0000 (0:00:00.278) 0:00:04.484 ******** Using module file /opt/gluetool/lib/python3.9/site-packages/ansible/modules/stat.py Pipelining is enabled. <10.31.8.116> ESTABLISH SSH CONNECTION FOR USER: root <10.31.8.116> 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/0cd06c503d"' 10.31.8.116 '/bin/sh -c '"'"'/usr/bin/python && sleep 0'"'"'' <10.31.8.116> (0, b'\n{"invocation": {"module_args": {"checksum_algorithm": "sha1", "get_checksum": true, "follow": false, "path": "/etc/kdump.conf", "get_md5": false, "get_mime": true, "get_attributes": true}}, "stat": {"charset": "us-ascii", "uid": 0, "exists": true, "attr_flags": "e", "woth": false, "isreg": true, "device_type": 0, "mtime": 1710586435.2792313, "block_size": 4096, "inode": 263352, "isgid": false, "size": 103, "executable": false, "isuid": false, "readable": true, "version": "18446744073562494514", "pw_name": "root", "gid": 0, "ischr": false, "wusr": true, "writeable": true, "mimetype": "text/plain", "blocks": 8, "xoth": false, "islnk": false, "nlink": 1, "issock": false, "rgrp": true, "gr_name": "root", "path": "/etc/kdump.conf", "xusr": false, "atime": 1710586436.2432096, "isdir": false, "ctime": 1710586435.4122283, "isblk": false, "wgrp": false, "checksum": "ddc94d187167b4b9817e1aa0db9a3b05da9db8b3", "dev": 51713, "roth": true, "isfifo": false, "mode": "0644", "xgrp": false, "rusr": true, "attributes": ["extents"]}, "changed": false}\n', b'') ok: [sut] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": false, "get_mime": true, "path": "/etc/kdump.conf" } }, "stat": { "atime": 1710586436.2432096, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "ddc94d187167b4b9817e1aa0db9a3b05da9db8b3", "ctime": 1710586435.4122283, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 263352, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1710586435.2792313, "nlink": 1, "path": "/etc/kdump.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 103, "uid": 0, "version": "18446744073562494514", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.kdump : Generate /etc/kdump.conf] ************** task path: /WORKDIR/git-weekly-cilz1eezya/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 Saturday 16 March 2024 10:54:22 +0000 (0:00:00.143) 0:00:04.627 ******** <10.31.8.116> ESTABLISH SSH CONNECTION FOR USER: root <10.31.8.116> 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/0cd06c503d"' 10.31.8.116 '/bin/sh -c '"'"'echo ~root && sleep 0'"'"'' <10.31.8.116> (0, b'/root\n', b'') <10.31.8.116> ESTABLISH SSH CONNECTION FOR USER: root <10.31.8.116> 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/0cd06c503d"' 10.31.8.116 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1710586462.7123635-2917-96863278906661 `" && echo ansible-tmp-1710586462.7123635-2917-96863278906661="` echo /root/.ansible/tmp/ansible-tmp-1710586462.7123635-2917-96863278906661 `" ) && sleep 0'"'"'' <10.31.8.116> (0, b'ansible-tmp-1710586462.7123635-2917-96863278906661=/root/.ansible/tmp/ansible-tmp-1710586462.7123635-2917-96863278906661\n', b'') Using module file /opt/gluetool/lib/python3.9/site-packages/ansible/modules/stat.py Pipelining is enabled. <10.31.8.116> ESTABLISH SSH CONNECTION FOR USER: root <10.31.8.116> 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/0cd06c503d"' 10.31.8.116 '/bin/sh -c '"'"'/usr/bin/python && sleep 0'"'"'' <10.31.8.116> (0, b'\n{"invocation": {"module_args": {"checksum_algorithm": "sha1", "get_checksum": true, "path": "/etc/kdump.conf", "follow": false, "get_md5": false, "get_mime": true, "get_attributes": true}}, "stat": {"charset": "us-ascii", "uid": 0, "exists": true, "attr_flags": "e", "woth": false, "isreg": true, "device_type": 0, "mtime": 1710586435.2792313, "block_size": 4096, "inode": 263352, "isgid": false, "size": 103, "executable": false, "isuid": false, "readable": true, "version": "18446744073562494514", "pw_name": "root", "gid": 0, "ischr": false, "wusr": true, "writeable": true, "mimetype": "text/plain", "blocks": 8, "xoth": false, "islnk": false, "nlink": 1, "issock": false, "rgrp": true, "gr_name": "root", "path": "/etc/kdump.conf", "xusr": false, "atime": 1710586436.2432096, "isdir": false, "ctime": 1710586435.4122283, "isblk": false, "wgrp": false, "checksum": "ddc94d187167b4b9817e1aa0db9a3b05da9db8b3", "dev": 51713, "roth": true, "isfifo": false, "mode": "0644", "xgrp": false, "rusr": true, "attributes": ["extents"]}, "changed": false}\n', b'') Using module file /opt/gluetool/lib/python3.9/site-packages/ansible/modules/file.py Pipelining is enabled. <10.31.8.116> ESTABLISH SSH CONNECTION FOR USER: root <10.31.8.116> 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/0cd06c503d"' 10.31.8.116 '/bin/sh -c '"'"'/usr/bin/python && sleep 0'"'"'' <10.31.8.116> (0, b'\n{"group": "root", "uid": 0, "changed": false, "owner": "root", "state": "file", "gid": 0, "secontext": "system_u:object_r:kdump_etc_t:s0", "mode": "0644", "path": "/etc/kdump.conf", "invocation": {"module_args": {"force": false, "_original_basename": "kdump.conf.j2", "owner": null, "follow": true, "group": null, "unsafe_writes": false, "state": "file", "setype": null, "access_time": null, "dest": "/etc/kdump.conf", "selevel": null, "access_time_format": "%Y%m%d%H%M.%S", "modification_time": null, "path": "/etc/kdump.conf", "src": null, "serole": null, "seuser": null, "recurse": false, "_diff_peek": null, "mode": "0644", "modification_time_format": "%Y%m%d%H%M.%S", "attributes": null}}, "diff": {"after": {"path": "/etc/kdump.conf"}, "before": {"path": "/etc/kdump.conf"}}, "size": 103}\n', b'') <10.31.8.116> ESTABLISH SSH CONNECTION FOR USER: root <10.31.8.116> 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/0cd06c503d"' 10.31.8.116 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1710586462.7123635-2917-96863278906661/ > /dev/null 2>&1 && sleep 0'"'"'' <10.31.8.116> (0, b'', b'') ok: [sut] => { "changed": false, "checksum": "ddc94d187167b4b9817e1aa0db9a3b05da9db8b3", "dest": "/etc/kdump.conf", "diff": { "after": { "path": "/etc/kdump.conf" }, "before": { "path": "/etc/kdump.conf" } }, "gid": 0, "group": "root", "invocation": { "module_args": { "_diff_peek": null, "_original_basename": "kdump.conf.j2", "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "dest": "/etc/kdump.conf", "follow": true, "force": false, "group": null, "mode": "0644", "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": null, "path": "/etc/kdump.conf", "recurse": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "file", "unsafe_writes": false } }, "mode": "0644", "owner": "root", "path": "/etc/kdump.conf", "secontext": "system_u:object_r:kdump_etc_t:s0", "size": 103, "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.kdump : Find out reserved memory for the crash kernel] *** task path: /WORKDIR/git-weekly-cilz1eezya/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:34 Saturday 16 March 2024 10:54:23 +0000 (0:00:00.423) 0:00:05.051 ******** Using module file /opt/gluetool/lib/python3.9/site-packages/ansible/modules/slurp.py Pipelining is enabled. <10.31.8.116> ESTABLISH SSH CONNECTION FOR USER: root <10.31.8.116> 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/0cd06c503d"' 10.31.8.116 '/bin/sh -c '"'"'/usr/bin/python && sleep 0'"'"'' <10.31.8.116> (0, b'\n{"content": "MTY4ODIwNzM2Cg==", "source": "/sys/kernel/kexec_crash_size", "encoding": "base64", "invocation": {"module_args": {"src": "/sys/kernel/kexec_crash_size"}}}\n', b'') ok: [sut] => { "attempts": 1, "changed": false, "content": "MTY4ODIwNzM2Cg==", "encoding": "base64", "invocation": { "module_args": { "src": "/sys/kernel/kexec_crash_size" } }, "source": "/sys/kernel/kexec_crash_size" } TASK [fedora.linux_system_roles.kdump : Set the kdump_reboot_required fact] **** task path: /WORKDIR/git-weekly-cilz1eezya/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:40 Saturday 16 March 2024 10:54:23 +0000 (0:00:00.127) 0:00:05.179 ******** ok: [sut] => { "ansible_facts": { "kdump_reboot_required": false }, "changed": false } TASK [fedora.linux_system_roles.kdump : Use kdumpctl reset-crashkernel if needed] *** task path: /WORKDIR/git-weekly-cilz1eezya/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:49 Saturday 16 March 2024 10:54:23 +0000 (0:00:00.036) 0:00:05.216 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Use grubby to update crashkernel=auto if needed] *** task path: /WORKDIR/git-weekly-cilz1eezya/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:54 Saturday 16 March 2024 10:54:23 +0000 (0:00:00.028) 0:00:05.244 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Fail if reboot is required and kdump_reboot_ok is false] *** task path: /WORKDIR/git-weekly-cilz1eezya/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:59 Saturday 16 March 2024 10:54:23 +0000 (0:00:00.053) 0:00:05.297 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Reboot the managed node] *************** task path: /WORKDIR/git-weekly-cilz1eezya/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:68 Saturday 16 March 2024 10:54:23 +0000 (0:00:00.029) 0:00:05.327 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Clear the kdump_reboot_required flag] *** task path: /WORKDIR/git-weekly-cilz1eezya/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:74 Saturday 16 March 2024 10:54:23 +0000 (0:00:00.026) 0:00:05.354 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kdump : Ensure that kdump is started] ********** task path: /WORKDIR/git-weekly-cilz1eezya/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84 Saturday 16 March 2024 10:54:23 +0000 (0:00:00.026) 0:00:05.380 ******** Using module file /opt/gluetool/lib/python3.9/site-packages/ansible/modules/systemd.py Pipelining is enabled. <10.31.8.116> ESTABLISH SSH CONNECTION FOR USER: root <10.31.8.116> 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/0cd06c503d"' 10.31.8.116 '/bin/sh -c '"'"'/usr/bin/python && sleep 0'"'"'' <10.31.8.116> (0, b'\n{"status": {"ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-03-16 10:53:56 UTC] ; stop_time=[Sat 2024-03-16 10:54:16 UTC] ; pid=18754 ; code=exited ; status=0 }", "TimeoutStopUSec": "1min 30s", "RuntimeDirectoryMode": "0755", "GuessMainPID": "yes", "ActiveExitTimestamp": "Sat 2024-03-16 10:53:56 UTC", "ExecMainCode": "1", "UnitFileState": "enabled", "ExecMainPID": "18754", "LimitSIGPENDING": "14311", "FileDescriptorStoreMax": "0", "LoadState": "loaded", "ProtectHome": "no", "TTYVTDisallocate": "no", "TTYVHangup": "no", "WatchdogTimestampMonotonic": "0", "LimitSTACK": "18446744073709551615", "ActiveEnterTimestampMonotonic": "1345905585", "AllowIsolate": "no", "AssertTimestamp": "Sat 2024-03-16 10:53:56 UTC", "IgnoreOnSnapshot": "no", "StartLimitAction": "none", "CPUSchedulingPriority": "0", "KillSignal": "15", "LimitFSIZE": "18446744073709551615", "IgnoreOnIsolate": "no", "LimitCPU": "18446744073709551615", "InactiveExitTimestamp": "Sat 2024-03-16 10:53:56 UTC", "NoNewPrivileges": "no", "MemoryLimit": "18446744073709551615", "CanStart": "yes", "JobTimeoutAction": "none", "LimitAS": "18446744073709551615", "RootDirectoryStartOnly": "no", "InactiveExitTimestampMonotonic": "1325259734", "SendSIGHUP": "no", "TimeoutStartUSec": "0", "Type": "oneshot", "SyslogPriority": "30", "SameProcessGroup": "no", "LimitNPROC": "14311", "UMask": "0022", "NonBlocking": "no", "DevicePolicy": "auto", "ExecMainStartTimestamp": "Sat 2024-03-16 10:53:56 UTC", "CapabilityBoundingSet": "18446744073709551615", "TTYReset": "no", "OOMScoreAdjust": "0", "StartLimitBurst": "5", "RefuseManualStart": "no", "KillMode": "control-group", "SyslogLevelPrefix": "yes", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "Delegate": "no", "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 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-03-16 10:53:56 UTC] ; stop_time=[Sat 2024-03-16 10:53:56 UTC] ; pid=18745 ; code=exited ; status=0 }", "TasksCurrent": "18446744073709551615", "LimitCORE": "18446744073709551615", "JobTimeoutUSec": "0", "TimerSlackNSec": "50000", "SubState": "exited", "CPUSchedulingResetOnFork": "no", "Result": "success", "CPUShares": "18446744073709551615", "ConditionResult": "yes", "ConditionTimestampMonotonic": "1325258967", "MainPID": "0", "StartupBlockIOWeight": "18446744073709551615", "ActiveEnterTimestamp": "Sat 2024-03-16 10:54:16 UTC", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "StartupCPUShares": "18446744073709551615", "WatchdogUSec": "0", "ActiveState": "active", "Nice": "0", "LimitDATA": "18446744073709551615", "UnitFilePreset": "enabled", "MemoryCurrent": "18446744073709551615", "LimitRTTIME": "18446744073709551615", "WantedBy": "multi-user.target", "SecureBits": "0", "RestartUSec": "100ms", "ConditionTimestamp": "Sat 2024-03-16 10:53:56 UTC", "CPUAccounting": "no", "CPUSchedulingPolicy": "0", "PrivateNetwork": "no", "Restart": "no", "RemainAfterExit": "yes", "LimitNOFILE": "4096", "SendSIGKILL": "yes", "StatusErrno": "0", "RefuseManualStop": "no", "SystemCallErrorNumber": "0", "TasksAccounting": "no", "NeedDaemonReload": "no", "StartLimitInterval": "0", "InactiveEnterTimestamp": "Sat 2024-03-16 10:53:56 UTC", "StandardInput": "null", "AssertTimestampMonotonic": "1325258969", "DefaultDependencies": "no", "Requires": "system.slice", "TasksMax": "18446744073709551615", "CPUQuotaPerSecUSec": "infinity", "ExecMainStatus": "0", "LimitMEMLOCK": "65536", "StopWhenUnneeded": "no", "LimitMSGQUEUE": "819200", "AmbientCapabilities": "0", "Slice": "system.slice", "ExecMainExitTimestampMonotonic": "1345905241", "CollectMode": "inactive", "NotifyAccess": "none", "PermissionsStartOnly": "no", "BlockIOAccounting": "no", "CanStop": "yes", "PrivateTmp": "no", "OnFailureJobMode": "replace", "AssertResult": "yes", "LimitLOCKS": "18446744073709551615", "ExecMainStartTimestampMonotonic": "1325259684", "StandardError": "inherit", "LimitNICE": "0", "After": "system.slice network-online.target systemd-journald.socket basic.target remote-fs.target network.target", "FailureAction": "none", "CanIsolate": "no", "StandardOutput": "journal", "MountFlags": "0", "InactiveEnterTimestampMonotonic": "1325257631", "MemoryAccounting": "no", "IgnoreSIGPIPE": "yes", "Transient": "no", "IOScheduling": "0", "Description": "Crash recovery kernel arming", "ActiveExitTimestampMonotonic": "1325228601", "ExecMainExitTimestamp": "Sat 2024-03-16 10:54:16 UTC", "CanReload": "yes", "ControlPID": "0", "BlockIOWeight": "18446744073709551615", "Names": "kdump.service", "ProtectSystem": "no", "PrivateDevices": "no", "Id": "kdump.service"}, "invocation": {"module_args": {"no_block": false, "force": null, "name": "kdump", "daemon_reexec": false, "enabled": null, "daemon_reload": false, "state": "started", "masked": null, "scope": "system"}}, "state": "started", "changed": false, "name": "kdump"}\n', b'') ok: [sut] => { "changed": false, "invocation": { "module_args": { "daemon_reexec": false, "daemon_reload": false, "enabled": null, "force": null, "masked": null, "name": "kdump", "no_block": false, "scope": "system", "state": "started" } }, "name": "kdump", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-03-16 10:54:16 UTC", "ActiveEnterTimestampMonotonic": "1345905585", "ActiveExitTimestamp": "Sat 2024-03-16 10:53:56 UTC", "ActiveExitTimestampMonotonic": "1325228601", "ActiveState": "active", "After": "system.slice network-online.target systemd-journald.socket basic.target remote-fs.target network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-03-16 10:53:56 UTC", "AssertTimestampMonotonic": "1325258969", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-03-16 10:53:56 UTC", "ConditionTimestampMonotonic": "1325258967", "ControlPID": "0", "DefaultDependencies": "no", "Delegate": "no", "Description": "Crash recovery kernel arming", "DevicePolicy": "auto", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2024-03-16 10:54:16 UTC", "ExecMainExitTimestampMonotonic": "1345905241", "ExecMainPID": "18754", "ExecMainStartTimestamp": "Sat 2024-03-16 10:53:56 UTC", "ExecMainStartTimestampMonotonic": "1325259684", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl start ; ignore_errors=no ; start_time=[Sat 2024-03-16 10:53:56 UTC] ; stop_time=[Sat 2024-03-16 10:54:16 UTC] ; pid=18754 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/kdumpctl ; argv[]=/usr/bin/kdumpctl stop ; ignore_errors=no ; start_time=[Sat 2024-03-16 10:53:56 UTC] ; stop_time=[Sat 2024-03-16 10:53:56 UTC] ; pid=18745 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/kdump.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "kdump.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-03-16 10:53:56 UTC", "InactiveEnterTimestampMonotonic": "1325257631", "InactiveExitTimestamp": "Sat 2024-03-16 10:53:56 UTC", "InactiveExitTimestampMonotonic": "1325259734", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "0", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "kdump.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "yes", "Requires": "system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "0", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [Cleanup kdump_path] ****************************************************** task path: /WORKDIR/git-weekly-cilz1eezya/tests/tests_ssh.yml:94 Saturday 16 March 2024 10:54:23 +0000 (0:00:00.204) 0:00:05.584 ******** Using module file /opt/gluetool/lib/python3.9/site-packages/ansible/modules/file.py Pipelining is enabled. <10.31.8.116> ESTABLISH SSH CONNECTION FOR USER: root <10.31.8.116> 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/0cd06c503d"' 10.31.8.116 '/bin/sh -c '"'"'/usr/bin/python && sleep 0'"'"'' <10.31.8.116> (0, b'\n{"group": "root", "uid": 0, "changed": true, "owner": "root", "state": "directory", "gid": 0, "secontext": "unconfined_u:object_r:user_tmp_t:s0", "mode": "0755", "path": "/tmp/tests_ssh", "invocation": {"module_args": {"src": null, "selevel": null, "force": false, "setype": null, "_original_basename": null, "unsafe_writes": false, "access_time": null, "seuser": null, "recurse": false, "state": "absent", "access_time_format": "%Y%m%d%H%M.%S", "group": null, "modification_time": null, "serole": null, "_diff_peek": null, "modification_time_format": "%Y%m%d%H%M.%S", "path": "/tmp/tests_ssh", "owner": null, "follow": true, "attributes": null, "mode": null}}, "diff": {"after": {"path": "/tmp/tests_ssh", "state": "absent"}, "before": {"path": "/tmp/tests_ssh", "state": "directory", "path_content": {"files": [], "directories": []}}}, "size": 4096}\n', b'') changed: [sut] => { "changed": true, "diff": { "after": { "path": "/tmp/tests_ssh", "state": "absent" }, "before": { "path": "/tmp/tests_ssh", "path_content": { "directories": [], "files": [] }, "state": "directory" } }, "gid": 0, "group": "root", "invocation": { "module_args": { "_diff_peek": null, "_original_basename": null, "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "follow": true, "force": false, "group": null, "mode": null, "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": null, "path": "/tmp/tests_ssh", "recurse": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "absent", "unsafe_writes": false } }, "mode": "0755", "owner": "root", "path": "/tmp/tests_ssh", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 4096, "state": "directory", "uid": 0 } PLAY RECAP ********************************************************************* sut : ok=23 changed=1 unreachable=0 failed=0 skipped=7 rescued=0 ignored=0 Saturday 16 March 2024 10:54:23 +0000 (0:00:00.143) 0:00:05.728 ******** =============================================================================== Gathering Facts --------------------------------------------------------- 0.73s /WORKDIR/git-weekly-cilz1eezya/tests/tests_ssh.yml:2 -------------------------- Gather facts from sut --------------------------------------------------- 0.49s /WORKDIR/git-weekly-cilz1eezya/tests/tests_ssh.yml:56 ------------------------- fedora.linux_system_roles.kdump : Install required packages ------------- 0.44s /WORKDIR/git-weekly-cilz1eezya/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 fedora.linux_system_roles.kdump : Generate /etc/kdump.conf -------------- 0.42s /WORKDIR/git-weekly-cilz1eezya/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 fedora.linux_system_roles.kdump : Ensure that kdump is enabled ---------- 0.37s /WORKDIR/git-weekly-cilz1eezya/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 fedora.linux_system_roles.kdump : Ensure ssh directory for authorized_keys if needed --- 0.31s /WORKDIR/git-weekly-cilz1eezya/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35 fedora.linux_system_roles.kdump : Get userinfo for root ----------------- 0.29s /WORKDIR/git-weekly-cilz1eezya/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:19 fedora.linux_system_roles.kdump : Add the servers public key to known_hosts on managed node --- 0.28s /WORKDIR/git-weekly-cilz1eezya/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:59 fedora.linux_system_roles.kdump : Write new authorized_keys if needed --- 0.27s /WORKDIR/git-weekly-cilz1eezya/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 fedora.linux_system_roles.kdump : Create key if it does not exist ------- 0.23s /WORKDIR/git-weekly-cilz1eezya/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 fedora.linux_system_roles.kdump : Fetch key ----------------------------- 0.23s /WORKDIR/git-weekly-cilz1eezya/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 fedora.linux_system_roles.kdump : Ensure that kdump is started ---------- 0.20s /WORKDIR/git-weekly-cilz1eezya/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84 fedora.linux_system_roles.kdump : Check if system is ostree ------------- 0.19s /WORKDIR/git-weekly-cilz1eezya/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/set_vars.yml:10 fedora.linux_system_roles.kdump : Get the authorized_keys file for the user --- 0.15s /WORKDIR/git-weekly-cilz1eezya/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:30 Cleanup kdump_path ------------------------------------------------------ 0.14s /WORKDIR/git-weekly-cilz1eezya/tests/tests_ssh.yml:94 ------------------------- fedora.linux_system_roles.kdump : Get mode of /etc/kdump.conf if it exists --- 0.14s /WORKDIR/git-weekly-cilz1eezya/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:21 fedora.linux_system_roles.kdump : Get the ssh directory for the user ---- 0.14s /WORKDIR/git-weekly-cilz1eezya/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:25 fedora.linux_system_roles.kdump : Find out reserved memory for the crash kernel --- 0.13s /WORKDIR/git-weekly-cilz1eezya/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:34 fedora.linux_system_roles.kdump : Fetch the servers public key ---------- 0.12s /WORKDIR/git-weekly-cilz1eezya/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:53 fedora.linux_system_roles.kdump : Include SSH tasks --------------------- 0.06s /WORKDIR/git-weekly-cilz1eezya/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:16 TASK [Remove the temporary file] *********************************************** task path: /WORKDIR/git-weekly-cilz1eezya/tests/tests_ssh_wrapper.yml:40 Saturday 16 March 2024 10:54:23 +0000 (0:00:06.409) 0:00:34.243 ******** changed: [sut -> localhost] => { "changed": true, "path": "/tmp/ansible.1nvjaz3j.inventory.yaml", "state": "absent" } PLAY RECAP ********************************************************************* sut : ok=30 changed=8 unreachable=0 failed=0 skipped=7 rescued=0 ignored=0 Saturday 16 March 2024 10:54:23 +0000 (0:00:00.131) 0:00:34.374 ******** =============================================================================== fedora.linux_system_roles.kdump : Restart kdump ------------------------ 20.90s /WORKDIR/git-weekly-cilz1eezya/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/handlers/main.yml:2 Run ansible-playbook with tests_ssh.yml in check mode ------------------- 6.41s /WORKDIR/git-weekly-cilz1eezya/tests/tests_ssh_wrapper.yml:34 ----------------- Gathering Facts --------------------------------------------------------- 0.76s /WORKDIR/git-weekly-cilz1eezya/tests/tests_ssh_wrapper.yml:2 ------------------ Gather facts from sut --------------------------------------------------- 0.51s /WORKDIR/git-weekly-cilz1eezya/tests/tests_ssh.yml:56 ------------------------- Gathering Facts --------------------------------------------------------- 0.50s /WORKDIR/git-weekly-cilz1eezya/tests/tests_ssh.yml:2 -------------------------- Gathering Facts --------------------------------------------------------- 0.50s /WORKDIR/git-weekly-cilz1eezya/tests/tests_ssh_wrapper.yml:27 ----------------- fedora.linux_system_roles.kdump : Install required packages ------------- 0.43s /WORKDIR/git-weekly-cilz1eezya/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:5 fedora.linux_system_roles.kdump : Create key if it does not exist ------- 0.42s /WORKDIR/git-weekly-cilz1eezya/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:2 Create static inventory from hostvars ----------------------------------- 0.42s /WORKDIR/git-weekly-cilz1eezya/tests/tests_ssh_wrapper.yml:14 ----------------- fedora.linux_system_roles.kdump : Generate /etc/kdump.conf -------------- 0.39s /WORKDIR/git-weekly-cilz1eezya/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:26 fedora.linux_system_roles.kdump : Ensure that kdump is enabled ---------- 0.36s /WORKDIR/git-weekly-cilz1eezya/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:11 fedora.linux_system_roles.kdump : Get userinfo for root ----------------- 0.31s /WORKDIR/git-weekly-cilz1eezya/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:19 fedora.linux_system_roles.kdump : Add the servers public key to known_hosts on managed node --- 0.23s /WORKDIR/git-weekly-cilz1eezya/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:59 fedora.linux_system_roles.kdump : Ensure ssh directory for authorized_keys if needed --- 0.21s /WORKDIR/git-weekly-cilz1eezya/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:35 fedora.linux_system_roles.kdump : Write new authorized_keys if needed --- 0.21s /WORKDIR/git-weekly-cilz1eezya/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:43 fedora.linux_system_roles.kdump : Ensure that kdump is started ---------- 0.20s /WORKDIR/git-weekly-cilz1eezya/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/main.yml:84 fedora.linux_system_roles.kdump : Fetch key ----------------------------- 0.18s /WORKDIR/git-weekly-cilz1eezya/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:7 Create temporary file --------------------------------------------------- 0.17s /WORKDIR/git-weekly-cilz1eezya/tests/tests_ssh_wrapper.yml:7 ------------------ fedora.linux_system_roles.kdump : Get the authorized_keys file for the user --- 0.13s /WORKDIR/git-weekly-cilz1eezya/.collection/ansible_collections/fedora/linux_system_roles/roles/kdump/tasks/ssh.yml:30 Remove the temporary file ----------------------------------------------- 0.13s /WORKDIR/git-weekly-cilz1eezya/tests/tests_ssh_wrapper.yml:40 ----------------- ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---