# STDOUT: ---v---v---v---v---v--- ansible-playbook 2.9.27 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.9/lib/python3.9/site-packages/ansible executable location = /opt/ansible-2.9/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)] Using /etc/ansible/ansible.cfg as config file Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_share_system_dir.yml ******************************************* 1 plays in /WORKDIR/git-custom-port-idempotent5k9c035y/tests/tests_share_system_dir.yml PLAY [Ensure that the role can share tangd.socket.d directory with other files] *** META: ran handlers TASK [Create the tangd.socket.d directory] ************************************* task path: /WORKDIR/git-custom-port-idempotent5k9c035y/tests/tests_share_system_dir.yml:14 Wednesday 14 February 2024 01:42:43 +0000 (0:00:00.012) 0:00:00.012 **** changed: [sut] => { "ansible_facts": { "discovered_interpreter_python": "/usr/bin/python" }, "changed": true, "gid": 0, "group": "root", "mode": "0775", "owner": "root", "path": "/etc/systemd/system/tangd.socket.d", "secontext": "unconfined_u:object_r:systemd_unit_file_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [Create a customization systemd file] ************************************* task path: /WORKDIR/git-custom-port-idempotent5k9c035y/tests/tests_share_system_dir.yml:20 Wednesday 14 February 2024 01:42:43 +0000 (0:00:00.367) 0:00:00.379 **** changed: [sut] => { "changed": true, "checksum": "05987691cc309e84627f31fa0d1680a3b3b2c4b2", "dest": "/etc/systemd/system/tangd.socket.d/max-connections.conf", "gid": 0, "group": "root", "md5sum": "fb9de2e8557683271457053efbe78252", "mode": "0664", "owner": "root", "secontext": "system_u:object_r:tangd_unit_file_t:s0", "size": 28, "src": "/root/.ansible/tmp/ansible-tmp-1707874963.6332905-4778-250672318883432/source", "state": "file", "uid": 0 } TASK [Run role] **************************************************************** task path: /WORKDIR/git-custom-port-idempotent5k9c035y/tests/tests_share_system_dir.yml:28 Wednesday 14 February 2024 01:42:44 +0000 (0:00:00.676) 0:00:01.055 **** TASK [linux-system-roles.nbde_server : Set version specific variables] ********* task path: /WORKDIR/git-custom-port-idempotent5k9c035y/tests/roles/linux-system-roles.nbde_server/tasks/main.yml:6 Wednesday 14 February 2024 01:42:44 +0000 (0:00:00.011) 0:00:01.067 **** included: /WORKDIR/git-custom-port-idempotent5k9c035y/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml for sut TASK [linux-system-roles.nbde_server : Ensure ansible_facts used by role] ****** task path: /WORKDIR/git-custom-port-idempotent5k9c035y/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:2 Wednesday 14 February 2024 01:42:44 +0000 (0:00:00.019) 0:00:01.087 **** ok: [sut] TASK [linux-system-roles.nbde_server : Check if system is ostree] ************** task path: /WORKDIR/git-custom-port-idempotent5k9c035y/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:11 Wednesday 14 February 2024 01:42:44 +0000 (0:00:00.632) 0:00:01.719 **** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.nbde_server : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-custom-port-idempotent5k9c035y/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:16 Wednesday 14 February 2024 01:42:45 +0000 (0:00:00.203) 0:00:01.923 **** ok: [sut] => { "ansible_facts": { "__nbde_server_is_ostree": false }, "changed": false } TASK [linux-system-roles.nbde_server : Set platform/version specific variables] *** task path: /WORKDIR/git-custom-port-idempotent5k9c035y/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:20 Wednesday 14 February 2024 01:42:45 +0000 (0:00:00.018) 0:00:01.941 **** ok: [sut] => { "ansible_facts": { "__nbde_server_cachedir": "/var/cache/tang", "__nbde_server_group": "tang", "__nbde_server_keydir": "/var/db/tang", "__nbde_server_keygen": "/usr/libexec/tangd-keygen", "__nbde_server_packages": [ "tang" ], "__nbde_server_services": [ "tangd.socket" ], "__nbde_server_update": "/usr/libexec/tangd-update", "__nbde_server_user": "tang" }, "ansible_included_var_files": [ "/WORKDIR/git-custom-port-idempotent5k9c035y/tests/roles/linux-system-roles.nbde_server/vars/default.yml" ], "changed": false } TASK [linux-system-roles.nbde_server : Include the appropriate provider tasks] *** task path: /WORKDIR/git-custom-port-idempotent5k9c035y/tests/roles/linux-system-roles.nbde_server/tasks/main.yml:9 Wednesday 14 February 2024 01:42:45 +0000 (0:00:00.020) 0:00:01.962 **** included: /WORKDIR/git-custom-port-idempotent5k9c035y/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml for sut TASK [linux-system-roles.nbde_server : Ensure tang is installed] *************** task path: /WORKDIR/git-custom-port-idempotent5k9c035y/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:2 Wednesday 14 February 2024 01:42:45 +0000 (0:00:00.020) 0:00:01.983 **** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [linux-system-roles.nbde_server : Ensure keys are rotated] **************** task path: /WORKDIR/git-custom-port-idempotent5k9c035y/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:9 Wednesday 14 February 2024 01:42:48 +0000 (0:00:03.087) 0:00:05.071 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.nbde_server : Ensure we have keys] ******************** task path: /WORKDIR/git-custom-port-idempotent5k9c035y/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:18 Wednesday 14 February 2024 01:42:48 +0000 (0:00:00.016) 0:00:05.087 **** changed: [sut] => { "arguments": { "cachedir": "/var/cache/tang", "force": false, "keydir": "/var/db/tang", "keygen": "/usr/libexec/tangd-keygen", "keys_to_deploy_dir": null, "state": "keys-created", "update": "/usr/libexec/tangd-update" }, "changed": true, "state": "keys-created" } TASK [linux-system-roles.nbde_server : Perform key management (fetch/deploy) tasks] *** task path: /WORKDIR/git-custom-port-idempotent5k9c035y/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:27 Wednesday 14 February 2024 01:42:48 +0000 (0:00:00.298) 0:00:05.386 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.nbde_server : Manage firewall and SELinux for port] *** task path: /WORKDIR/git-custom-port-idempotent5k9c035y/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:32 Wednesday 14 February 2024 01:42:48 +0000 (0:00:00.016) 0:00:05.402 **** included: /WORKDIR/git-custom-port-idempotent5k9c035y/tests/roles/linux-system-roles.nbde_server/tasks/tangd-custom-port.yml for sut TASK [fedora.linux_system_roles.selinux : Set ansible_facts required by role and install packages] *** task path: /WORKDIR/git-custom-port-idempotent5k9c035y/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Wednesday 14 February 2024 01:42:48 +0000 (0:00:00.058) 0:00:05.461 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if enabled] *** task path: /WORKDIR/git-custom-port-idempotent5k9c035y/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:5 Wednesday 14 February 2024 01:42:48 +0000 (0:00:00.008) 0:00:05.470 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if disabled] *** task path: /WORKDIR/git-custom-port-idempotent5k9c035y/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:13 Wednesday 14 February 2024 01:42:48 +0000 (0:00:00.008) 0:00:05.478 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set selinux_reboot_required] ********* task path: /WORKDIR/git-custom-port-idempotent5k9c035y/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:21 Wednesday 14 February 2024 01:42:48 +0000 (0:00:00.008) 0:00:05.487 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Fail if reboot is required] ********** task path: /WORKDIR/git-custom-port-idempotent5k9c035y/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:25 Wednesday 14 February 2024 01:42:48 +0000 (0:00:00.009) 0:00:05.496 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Warn if SELinux is disabled] ********* task path: /WORKDIR/git-custom-port-idempotent5k9c035y/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:30 Wednesday 14 February 2024 01:42:48 +0000 (0:00:00.008) 0:00:05.504 **** skipping: [sut] => {} TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /WORKDIR/git-custom-port-idempotent5k9c035y/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:35 Wednesday 14 February 2024 01:42:48 +0000 (0:00:00.010) 0:00:05.514 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux boolean local modifications] *** task path: /WORKDIR/git-custom-port-idempotent5k9c035y/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:43 Wednesday 14 February 2024 01:42:48 +0000 (0:00:00.007) 0:00:05.522 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux file context local modifications] *** task path: /WORKDIR/git-custom-port-idempotent5k9c035y/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:48 Wednesday 14 February 2024 01:42:48 +0000 (0:00:00.008) 0:00:05.530 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux port local modifications] *** task path: /WORKDIR/git-custom-port-idempotent5k9c035y/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:53 Wednesday 14 February 2024 01:42:48 +0000 (0:00:00.007) 0:00:05.537 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux login local modifications] *** task path: /WORKDIR/git-custom-port-idempotent5k9c035y/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:58 Wednesday 14 February 2024 01:42:48 +0000 (0:00:00.007) 0:00:05.545 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set SELinux booleans] **************** task path: /WORKDIR/git-custom-port-idempotent5k9c035y/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:63 Wednesday 14 February 2024 01:42:48 +0000 (0:00:00.007) 0:00:05.553 **** TASK [fedora.linux_system_roles.selinux : Set SELinux file contexts] *********** task path: /WORKDIR/git-custom-port-idempotent5k9c035y/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:74 Wednesday 14 February 2024 01:42:48 +0000 (0:00:00.007) 0:00:05.560 **** TASK [fedora.linux_system_roles.selinux : Set an SELinux label on a port] ****** task path: /WORKDIR/git-custom-port-idempotent5k9c035y/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:87 Wednesday 14 February 2024 01:42:48 +0000 (0:00:00.007) 0:00:05.568 **** skipping: [sut] => (item={'ports': 80, 'proto': 'tcp', 'setype': 'tangd_port_t', 'state': 'present', 'local': True}) => { "__selinux_item": { "local": true, "ports": 80, "proto": "tcp", "setype": "tangd_port_t", "state": "present" }, "ansible_loop_var": "__selinux_item", "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set linux user to SELinux user mapping] *** task path: /WORKDIR/git-custom-port-idempotent5k9c035y/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:99 Wednesday 14 February 2024 01:42:48 +0000 (0:00:00.011) 0:00:05.580 **** TASK [fedora.linux_system_roles.selinux : Get SELinux modules facts] *********** task path: /WORKDIR/git-custom-port-idempotent5k9c035y/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112 Wednesday 14 February 2024 01:42:48 +0000 (0:00:00.007) 0:00:05.587 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Load SELinux modules] **************** task path: /WORKDIR/git-custom-port-idempotent5k9c035y/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:115 Wednesday 14 February 2024 01:42:48 +0000 (0:00:00.007) 0:00:05.595 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree] *** task path: /WORKDIR/git-custom-port-idempotent5k9c035y/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:128 Wednesday 14 February 2024 01:42:48 +0000 (0:00:00.009) 0:00:05.605 **** TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree in check mode] *** task path: /WORKDIR/git-custom-port-idempotent5k9c035y/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:136 Wednesday 14 February 2024 01:42:48 +0000 (0:00:00.007) 0:00:05.612 **** TASK [linux-system-roles.nbde_server : Stat the tangd custom port systemd directory] *** task path: /WORKDIR/git-custom-port-idempotent5k9c035y/tests/roles/linux-system-roles.nbde_server/tasks/tangd-custom-port.yml:14 Wednesday 14 February 2024 01:42:48 +0000 (0:00:00.007) 0:00:05.620 **** ok: [sut] => { "changed": false, "stat": { "atime": 1707874963.5687528, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1707874964.2177496, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 262349, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0775", "mtime": 1707874964.2177496, "nlink": 2, "path": "/etc/systemd/system/tangd.socket.d", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 0, "version": "2384039650", "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.nbde_server : Get a list of files in the tangd custom directory] *** task path: /WORKDIR/git-custom-port-idempotent5k9c035y/tests/roles/linux-system-roles.nbde_server/tasks/tangd-custom-port.yml:19 Wednesday 14 February 2024 01:42:49 +0000 (0:00:00.206) 0:00:05.826 **** fatal: [sut]: FAILED! => { "changed": false } MSG: Unsupported parameters for (find) module: exact_mode Supported parameters include: age, age_stamp, contains, depth, excludes, file_type, follow, get_checksum, hidden, paths, patterns, recurse, size, use_regex TASK [Debug] ******************************************************************* task path: /WORKDIR/git-custom-port-idempotent5k9c035y/tests/tests_share_system_dir.yml:102 Wednesday 14 February 2024 01:42:49 +0000 (0:00:00.255) 0:00:06.082 **** ok: [sut] => { "changed": false, "cmd": [ "journalctl", "-ex" ], "delta": "0:00:00.034692", "end": "2024-02-14 01:42:49.563410", "rc": 0, "start": "2024-02-14 01:42:49.528718" } STDOUT: Feb 14 01:37:04 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:37:04 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:37:04 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=3566 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:37:04 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python3[3582]: ansible-ansible.legacy.command Invoked with _raw_params=if egrep '^name\s*=\s*fedora$' /etc/yum.repos.d/*.repo; then dnf config-manager --set-enabled fedora; fi _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:37:04 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:37:04 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:37:04 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:37:04 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:37:04 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=3585 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:37:04 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python3[3601]: ansible-ansible.legacy.command Invoked with _raw_params=if egrep '^name\s*=\s*updates$' /etc/yum.repos.d/*.repo; then dnf config-manager --set-enabled updates; fi _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:37:04 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:37:04 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:37:04 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:37:04 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:37:04 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=3604 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:37:05 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python3[3620]: ansible-ansible.legacy.command Invoked with _raw_params=dnf config-manager --set-enabled baseos-ci-tag-repository _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:37:05 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:37:05 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:37:05 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:37:05 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:37:05 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=3622 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:37:05 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python3[3638]: ansible-ansible.legacy.command Invoked with _raw_params=for repofile in $(ls -1 /etc/yum.repos.d/); do echo "# vvvvv $repofile vvvvv vvvvv"; cat "/etc/yum.repos.d/$repofile"; echo "# ^^^^^ ^^^^^ ^^^^^ ^^^^^"; echo ""; done _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:37:05 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The unit NetworkManager-dispatcher.service has successfully entered the 'dead' state. Feb 14 01:37:05 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:37:05 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:37:05 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb 14 01:37:05 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:37:05 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:37:05 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=3652 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:37:05 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python3[3668]: ansible-ansible.legacy.command Invoked with _raw_params=yum -q repolist _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:37:06 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:37:06 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:37:06 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:37:06 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:37:06 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=3670 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:37:06 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python3[3686]: ansible-ansible.legacy.command Invoked with _raw_params=dnf clean all --enablerepo=* _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:37:06 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:37:06 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:37:07 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:37:07 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:37:07 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=3688 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:37:07 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python3[3704]: ansible-ansible.legacy.command Invoked with _raw_params=dnf makecache --enablerepo=* _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:37:20 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm systemd[772]: Created slice background.slice - User Background Tasks Slice. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 17. Feb 14 01:37:21 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm systemd[772]: Starting systemd-tmpfiles-clean.service - Cleanup of User's Temporary Files and Directories... ░░ Subject: A start job for unit UNIT has begun execution ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit UNIT has begun execution. ░░ ░░ The job identifier is 16. Feb 14 01:37:21 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm systemd[772]: Finished systemd-tmpfiles-clean.service - Cleanup of User's Temporary Files and Directories. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 16. Feb 14 01:37:25 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm systemd[1]: systemd-hostnamed.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The unit systemd-hostnamed.service has successfully entered the 'dead' state. Feb 14 01:37:25 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb 14 01:37:25 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit: BPF prog-id=92 op=UNLOAD Feb 14 01:37:25 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit: BPF prog-id=91 op=UNLOAD Feb 14 01:37:25 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit: BPF prog-id=90 op=UNLOAD Feb 14 01:38:31 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:38:31 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:38:31 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:38:31 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:38:31 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=3816 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:38:31 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python3[3832]: ansible-ansible.legacy.systemd Invoked with name=sshd state=restarted daemon_reload=False daemon_reexec=False scope=system no_block=False enabled=None force=None masked=None Feb 14 01:38:31 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm systemd[1]: Stopping sshd.service - OpenSSH server daemon... ░░ Subject: A stop job for unit sshd.service has begun execution ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A stop job for unit sshd.service has begun execution. ░░ ░░ The job identifier is 1945. Feb 14 01:38:31 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm sshd[757]: Received signal 15; terminating. Feb 14 01:38:31 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[757]: CRYPTO_KEY_USER pid=757 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=757 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' Feb 14 01:38:31 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm systemd[1]: sshd.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The unit sshd.service has successfully entered the 'dead' state. Feb 14 01:38:31 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm systemd[1]: Stopped sshd.service - OpenSSH server daemon. ░░ Subject: A stop job for unit sshd.service has finished ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A stop job for unit sshd.service has finished. ░░ ░░ The job identifier is 1945 and the job result is done. Feb 14 01:38:31 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=sshd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb 14 01:38:31 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm systemd[1]: Stopped target sshd-keygen.target. ░░ Subject: A stop job for unit sshd-keygen.target has finished ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A stop job for unit sshd-keygen.target has finished. ░░ ░░ The job identifier is 2035 and the job result is done. Feb 14 01:38:31 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm systemd[1]: Stopping sshd-keygen.target... ░░ Subject: A stop job for unit sshd-keygen.target has begun execution ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A stop job for unit sshd-keygen.target has begun execution. ░░ ░░ The job identifier is 2035. Feb 14 01:38:31 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm systemd[1]: ssh-host-keys-migration.service - Update OpenSSH host key permissions was skipped because of an unmet condition check (ConditionPathExists=!/var/lib/.ssh-host-keys-migration). ░░ Subject: A start job for unit ssh-host-keys-migration.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit ssh-host-keys-migration.service has finished successfully. ░░ ░░ The job identifier is 2034. Feb 14 01:38:31 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm systemd[1]: sshd-keygen@ecdsa.service - OpenSSH ecdsa Server Key Generation was skipped because of an unmet condition check (ConditionPathExists=!/run/systemd/generator.early/multi-user.target.wants/cloud-init.target). ░░ Subject: A start job for unit sshd-keygen@ecdsa.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit sshd-keygen@ecdsa.service has finished successfully. ░░ ░░ The job identifier is 2033. Feb 14 01:38:31 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm systemd[1]: sshd-keygen@ed25519.service - OpenSSH ed25519 Server Key Generation was skipped because of an unmet condition check (ConditionPathExists=!/run/systemd/generator.early/multi-user.target.wants/cloud-init.target). ░░ Subject: A start job for unit sshd-keygen@ed25519.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit sshd-keygen@ed25519.service has finished successfully. ░░ ░░ The job identifier is 2030. Feb 14 01:38:31 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm systemd[1]: sshd-keygen@rsa.service - OpenSSH rsa Server Key Generation was skipped because of an unmet condition check (ConditionPathExists=!/run/systemd/generator.early/multi-user.target.wants/cloud-init.target). ░░ Subject: A start job for unit sshd-keygen@rsa.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit sshd-keygen@rsa.service has finished successfully. ░░ ░░ The job identifier is 2032. Feb 14 01:38:31 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm systemd[1]: Reached target sshd-keygen.target. ░░ Subject: A start job for unit sshd-keygen.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit sshd-keygen.target has finished successfully. ░░ ░░ The job identifier is 2035. Feb 14 01:38:31 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm systemd[1]: Starting sshd.service - OpenSSH server daemon... ░░ Subject: A start job for unit sshd.service has begun execution ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit sshd.service has begun execution. ░░ ░░ The job identifier is 1945. Feb 14 01:38:31 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm sshd[3835]: Server listening on 0.0.0.0 port 22. Feb 14 01:38:31 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm sshd[3835]: Server listening on :: port 22. Feb 14 01:38:31 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm systemd[1]: Started sshd.service - OpenSSH server daemon. ░░ Subject: A start job for unit sshd.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit sshd.service has finished successfully. ░░ ░░ The job identifier is 1945. Feb 14 01:38:31 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=sshd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb 14 01:38:31 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:38:31 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:38:32 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:38:32 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:38:32 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=3836 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:38:32 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:38:32 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:38:32 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:38:32 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:38:32 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=3854 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:38:32 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:38:32 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:38:32 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:38:32 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:38:32 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=3871 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:38:32 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python3[3887]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Feb 14 01:38:33 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:38:33 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm systemd-journald[426]: Field hash table of /var/log/journal/f6feb1fbe3244cf18db3f70545694b95/system.journal has a fill level at 75.1 (250 of 333 items), suggesting rotation. Feb 14 01:38:33 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm systemd-journald[426]: /var/log/journal/f6feb1fbe3244cf18db3f70545694b95/system.journal: Journal header limits reached or header out-of-date, rotating. Feb 14 01:38:33 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:38:33 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:38:33 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:38:33 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=3911 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:38:33 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python3[3927]: ansible-service_facts Invoked Feb 14 01:38:35 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:38:35 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:38:35 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:38:35 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:38:35 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=4036 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:38:36 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python3[4052]: ansible-ansible.legacy.command Invoked with _raw_params=rpm -qa _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:38:36 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:38:36 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:38:36 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:38:36 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:38:36 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=4054 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:38:37 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python3[4070]: ansible-ansible.legacy.command Invoked with _raw_params=if [ $(find /etc/yum.repos.d/ -name 'epel.repo' | wc -l ) -gt 0 ]; then dnf config-manager --set-disabled epel; fi _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:38:37 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:38:37 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:38:37 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:38:37 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:38:37 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=4075 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:38:37 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python3[4091]: ansible-ansible.legacy.command Invoked with _raw_params=dnf clean all --enablerepo=* _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:38:38 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:38:38 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:38:38 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:38:38 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:38:38 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=4093 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:38:38 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python3[4109]: ansible-ansible.legacy.command Invoked with _raw_params=dnf makecache --enablerepo=* _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:40:02 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:02 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:03 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:03 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:03 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=4220 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:40:03 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:03 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:03 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:03 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:03 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=4238 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:40:03 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:03 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:03 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:03 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:03 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=4255 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:40:03 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python3[4271]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Feb 14 01:40:04 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:04 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:04 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:04 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:04 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=4294 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:40:04 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python3[4310]: ansible-service_facts Invoked Feb 14 01:40:06 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:06 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:06 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:06 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:06 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=4419 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:40:07 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python3[4435]: ansible-ansible.legacy.command Invoked with _raw_params=rpm -qa _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:40:07 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:07 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:08 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:08 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:08 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=4437 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:40:08 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:08 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:08 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:08 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:08 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=4455 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:40:08 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:08 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:08 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:08 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:08 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=4472 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:40:09 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python3[4488]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Feb 14 01:40:09 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:09 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:09 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:09 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:09 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=4511 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:40:09 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python3[4527]: ansible-ansible.legacy.dnf Invoked with name=['ca-certificates'] state=latest allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Feb 14 01:40:11 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:11 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:11 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:11 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:11 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=4530 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:40:11 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python3[4546]: ansible-ansible.legacy.dnf Invoked with name=['curl'] state=latest allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Feb 14 01:40:13 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:13 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:14 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:14 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:14 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=4549 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:40:14 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python3[4565]: ansible-ansible.legacy.command Invoked with _raw_params=curl -skL -o /etc/pki/ca-trust/source/anchors/Current-IT-Root-CAs.pem https://certs.corp.redhat.com/certs/Current-IT-Root-CAs.pem _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:40:14 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:14 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:14 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:14 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:14 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=4568 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:40:14 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python3[4584]: ansible-ansible.legacy.command Invoked with _raw_params=bash -c 'update-ca-trust' _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:40:15 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:15 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:15 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:15 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:15 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=4595 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:40:15 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python3[4611]: ansible-ansible.legacy.command Invoked with _raw_params=bash -c 'update-ca-trust extract' _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:40:17 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:17 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:17 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:17 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:17 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=4622 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:40:17 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python3[4638]: ansible-ansible.legacy.command Invoked with _raw_params=curl -v https://gitlab.cee.redhat.com _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:40:17 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:17 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:17 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:17 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:17 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=4641 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:40:17 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python3[4657]: ansible-ansible.legacy.command Invoked with _raw_params=curl -v https://beaker.engineering.redhat.com/ _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:40:18 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:18 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:18 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:18 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:18 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=4660 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:40:18 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python3[4676]: ansible-service_facts Invoked Feb 14 01:40:20 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:20 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:20 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:20 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:20 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=4785 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:40:20 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python3[4801]: ansible-ansible.legacy.command Invoked with _raw_params=rpm -qa _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:40:21 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:21 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:21 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:21 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:21 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=4803 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:40:21 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python3[4819]: ansible-service_facts Invoked Feb 14 01:40:23 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:23 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:23 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:23 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:23 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=4928 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:40:23 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python3[4944]: ansible-ansible.legacy.command Invoked with _raw_params=rpm -qa _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:40:24 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:24 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:24 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:24 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:24 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=4946 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:40:24 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python3[4962]: ansible-ansible.legacy.command Invoked with _raw_params=for repofile in $(ls -1 /etc/yum.repos.d/); do echo "# vvvvv $repofile vvvvv vvvvv"; cat "/etc/yum.repos.d/$repofile"; echo "# ^^^^^ ^^^^^ ^^^^^ ^^^^^"; echo ""; done _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:40:24 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:24 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:24 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:24 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:24 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=4976 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:40:24 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python3[4992]: ansible-ansible.legacy.command Invoked with _raw_params=yum -q repolist _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:40:24 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:24 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:25 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:25 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:25 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=4994 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:40:25 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python3[5010]: ansible-lineinfile Invoked with path=/etc/dnf/dnf.conf regexp=^best= line=best=False state=present backrefs=False create=False backup=False firstmatch=False unsafe_writes=False search_string=None insertafter=None insertbefore=None validate=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 14 01:40:25 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:25 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:25 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:25 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:25 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=5011 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:40:25 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python3[5027]: ansible-ansible.legacy.command Invoked with _raw_params=dnf clean all --enablerepo=* _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:40:26 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:26 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:26 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:26 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:40:26 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=5029 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:40:26 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python3[5045]: ansible-ansible.legacy.command Invoked with _raw_params=dnf makecache --enablerepo=* _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:41:49 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:41:49 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:41:51 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:41:51 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:41:51 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=5152 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:41:51 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:41:51 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:41:51 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:41:51 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:41:51 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=5170 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:41:51 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:41:51 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:41:51 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:41:51 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:41:51 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=5187 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:41:52 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python[5203]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=* fact_path=/etc/ansible/facts.d Feb 14 01:41:52 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:41:52 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:41:53 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:41:53 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:41:53 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=5225 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:41:53 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python[5241]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 14 01:41:53 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:41:53 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:41:53 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:41:53 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:41:53 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=5242 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:41:53 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python[5258]: ansible-dnf Invoked with name=['tang'] state=present allow_downgrade=False autoremove=False bugfix=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True lock_timeout=30 conf_file=None disable_excludes=None download_dir=None list=None releasever=None Feb 14 01:41:56 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5271]: ADD_GROUP pid=5271 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:groupadd_t:s0-s0:c0.c1023 msg='op=add-group id=992 exe="/usr/sbin/groupadd" hostname=? addr=? terminal=? res=success' Feb 14 01:41:56 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm groupadd[5271]: group added to /etc/group: name=tang, GID=992 Feb 14 01:41:56 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5271]: GRP_MGMT pid=5271 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:groupadd_t:s0-s0:c0.c1023 msg='op=add-shadow-group id=992 exe="/usr/sbin/groupadd" hostname=? addr=? terminal=? res=success' Feb 14 01:41:56 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm groupadd[5271]: group added to /etc/gshadow: name=tang Feb 14 01:41:56 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm groupadd[5271]: new group: name=tang, GID=992 Feb 14 01:41:56 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm useradd[5278]: new user: name=tang, UID=993, GID=992, home=/var/cache/tang, shell=/usr/sbin/nologin, from=none Feb 14 01:41:56 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5278]: ADD_USER pid=5278 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:useradd_t:s0-s0:c0.c1023 msg='op=add-user acct="tang" exe="/usr/sbin/useradd" hostname=? addr=? terminal=? res=success' Feb 14 01:41:57 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm systemd[1]: Started run-rd528e5270adb474abea34ea5028214d4.service - /usr/bin/systemctl start man-db-cache-update. ░░ Subject: A start job for unit run-rd528e5270adb474abea34ea5028214d4.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit run-rd528e5270adb474abea34ea5028214d4.service has finished successfully. ░░ ░░ The job identifier is 2036. Feb 14 01:41:57 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=run-rd528e5270adb474abea34ea5028214d4 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb 14 01:41:57 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm systemd[1]: Starting man-db-cache-update.service... ░░ Subject: A start job for unit man-db-cache-update.service has begun execution ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit man-db-cache-update.service has begun execution. ░░ ░░ The job identifier is 2120. Feb 14 01:41:57 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm systemd[1]: Reloading requested from client PID 5298 (unit session-6.scope)... Feb 14 01:41:57 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm systemd[1]: Reloading... Feb 14 01:41:57 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm systemd[1]: Reloading finished in 527 ms. Feb 14 01:41:57 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit: BPF prog-id=93 op=LOAD Feb 14 01:41:57 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit: BPF prog-id=82 op=UNLOAD Feb 14 01:41:57 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit: BPF prog-id=94 op=LOAD Feb 14 01:41:57 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit: BPF prog-id=95 op=LOAD Feb 14 01:41:57 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit: BPF prog-id=83 op=UNLOAD Feb 14 01:41:57 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit: BPF prog-id=84 op=UNLOAD Feb 14 01:41:57 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit: BPF prog-id=96 op=LOAD Feb 14 01:41:57 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit: BPF prog-id=72 op=UNLOAD Feb 14 01:41:57 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit: BPF prog-id=97 op=LOAD Feb 14 01:41:57 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit: BPF prog-id=98 op=LOAD Feb 14 01:41:57 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit: BPF prog-id=73 op=UNLOAD Feb 14 01:41:57 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit: BPF prog-id=74 op=UNLOAD Feb 14 01:41:57 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit: BPF prog-id=99 op=LOAD Feb 14 01:41:57 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit: BPF prog-id=75 op=UNLOAD Feb 14 01:41:57 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit: BPF prog-id=100 op=LOAD Feb 14 01:41:57 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit: BPF prog-id=101 op=LOAD Feb 14 01:41:57 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit: BPF prog-id=85 op=UNLOAD Feb 14 01:41:57 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit: BPF prog-id=86 op=UNLOAD Feb 14 01:41:57 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit: BPF prog-id=102 op=LOAD Feb 14 01:41:57 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit: BPF prog-id=78 op=UNLOAD Feb 14 01:41:57 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit: BPF prog-id=103 op=LOAD Feb 14 01:41:57 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit: BPF prog-id=104 op=LOAD Feb 14 01:41:57 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit: BPF prog-id=79 op=UNLOAD Feb 14 01:41:57 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit: BPF prog-id=80 op=UNLOAD Feb 14 01:41:57 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit: BPF prog-id=105 op=LOAD Feb 14 01:41:57 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit: BPF prog-id=81 op=UNLOAD Feb 14 01:41:57 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit: BPF prog-id=106 op=LOAD Feb 14 01:41:57 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit: BPF prog-id=77 op=UNLOAD Feb 14 01:41:57 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit: BPF prog-id=107 op=LOAD Feb 14 01:41:57 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit: BPF prog-id=76 op=UNLOAD Feb 14 01:41:57 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit: BPF prog-id=108 op=LOAD Feb 14 01:41:57 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit: BPF prog-id=69 op=UNLOAD Feb 14 01:41:57 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit: BPF prog-id=109 op=LOAD Feb 14 01:41:57 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit: BPF prog-id=110 op=LOAD Feb 14 01:41:57 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit: BPF prog-id=70 op=UNLOAD Feb 14 01:41:57 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit: BPF prog-id=71 op=UNLOAD Feb 14 01:41:57 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm systemd[1]: Queuing reload/restart jobs for marked units… Feb 14 01:41:58 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:41:58 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:41:58 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm systemd[1]: man-db-cache-update.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The unit man-db-cache-update.service has successfully entered the 'dead' state. Feb 14 01:41:58 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm systemd[1]: Finished man-db-cache-update.service. ░░ Subject: A start job for unit man-db-cache-update.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit man-db-cache-update.service has finished successfully. ░░ ░░ The job identifier is 2120. Feb 14 01:41:58 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=man-db-cache-update comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb 14 01:41:58 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=man-db-cache-update comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb 14 01:41:58 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm systemd[1]: run-rd528e5270adb474abea34ea5028214d4.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The unit run-rd528e5270adb474abea34ea5028214d4.service has successfully entered the 'dead' state. Feb 14 01:41:58 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=run-rd528e5270adb474abea34ea5028214d4 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb 14 01:41:58 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:41:58 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:41:58 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=5335 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:41:58 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python[5351]: ansible-nbde_server_tang Invoked with state=keys-created keygen=/usr/libexec/tangd-keygen keydir=/var/db/tang update=/usr/libexec/tangd-update cachedir=/var/cache/tang force=False keys_to_deploy_dir=None Feb 14 01:41:58 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:41:58 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:41:58 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:41:58 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:41:58 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=5365 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:41:58 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python[5381]: ansible-stat Invoked with path=/etc/systemd/system/tangd.socket.d follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 14 01:41:58 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:41:58 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:41:58 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:41:58 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:41:59 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=5382 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:41:59 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python[5398]: ansible-file Invoked with path=/etc/systemd/system/tangd.socket.d state=absent mode=0755 recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None content=NOT_LOGGING_PARAMETER backup=None remote_src=None regexp=None delimiter=None directory_mode=None Feb 14 01:41:59 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:41:59 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:41:59 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:41:59 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:41:59 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=5399 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:41:59 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python[5415]: ansible-systemd Invoked with name=tangd.socket state=started enabled=True daemon_reload=False daemon_reexec=False no_block=False force=None masked=None user=None scope=None Feb 14 01:42:00 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm systemd[1]: Reloading requested from client PID 5418 (unit session-6.scope)... Feb 14 01:42:00 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm systemd[1]: Reloading... Feb 14 01:42:00 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm systemd[1]: Reloading finished in 381 ms. Feb 14 01:42:00 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit: BPF prog-id=111 op=LOAD Feb 14 01:42:00 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit: BPF prog-id=93 op=UNLOAD Feb 14 01:42:00 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit: BPF prog-id=112 op=LOAD Feb 14 01:42:00 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit: BPF prog-id=113 op=LOAD Feb 14 01:42:00 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit: BPF prog-id=94 op=UNLOAD Feb 14 01:42:00 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit: BPF prog-id=95 op=UNLOAD Feb 14 01:42:00 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit: BPF prog-id=114 op=LOAD Feb 14 01:42:00 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit: BPF prog-id=96 op=UNLOAD Feb 14 01:42:00 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit: BPF prog-id=115 op=LOAD Feb 14 01:42:00 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit: BPF prog-id=116 op=LOAD Feb 14 01:42:00 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit: BPF prog-id=97 op=UNLOAD Feb 14 01:42:00 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit: BPF prog-id=98 op=UNLOAD Feb 14 01:42:00 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit: BPF prog-id=117 op=LOAD Feb 14 01:42:00 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit: BPF prog-id=99 op=UNLOAD Feb 14 01:42:00 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit: BPF prog-id=118 op=LOAD Feb 14 01:42:00 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit: BPF prog-id=119 op=LOAD Feb 14 01:42:00 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit: BPF prog-id=100 op=UNLOAD Feb 14 01:42:00 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit: BPF prog-id=101 op=UNLOAD Feb 14 01:42:00 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit: BPF prog-id=120 op=LOAD Feb 14 01:42:00 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit: BPF prog-id=102 op=UNLOAD Feb 14 01:42:00 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit: BPF prog-id=121 op=LOAD Feb 14 01:42:00 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit: BPF prog-id=122 op=LOAD Feb 14 01:42:00 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit: BPF prog-id=103 op=UNLOAD Feb 14 01:42:00 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit: BPF prog-id=104 op=UNLOAD Feb 14 01:42:00 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit: BPF prog-id=123 op=LOAD Feb 14 01:42:00 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit: BPF prog-id=105 op=UNLOAD Feb 14 01:42:00 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit: BPF prog-id=124 op=LOAD Feb 14 01:42:00 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit: BPF prog-id=106 op=UNLOAD Feb 14 01:42:00 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit: BPF prog-id=125 op=LOAD Feb 14 01:42:00 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit: BPF prog-id=107 op=UNLOAD Feb 14 01:42:00 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit: BPF prog-id=126 op=LOAD Feb 14 01:42:00 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit: BPF prog-id=108 op=UNLOAD Feb 14 01:42:00 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit: BPF prog-id=127 op=LOAD Feb 14 01:42:00 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit: BPF prog-id=128 op=LOAD Feb 14 01:42:00 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit: BPF prog-id=109 op=UNLOAD Feb 14 01:42:00 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit: BPF prog-id=110 op=UNLOAD Feb 14 01:42:00 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm systemd[1]: Starting tangd.socket - Tang Server socket... ░░ Subject: A start job for unit tangd.socket has begun execution ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit tangd.socket has begun execution. ░░ ░░ The job identifier is 2204. Feb 14 01:42:00 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm systemd[1]: Listening on tangd.socket - Tang Server socket. ░░ Subject: A start job for unit tangd.socket has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit tangd.socket has finished successfully. ░░ ░░ The job identifier is 2204. Feb 14 01:42:00 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:00 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:00 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:00 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:00 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=5450 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:00 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python[5466]: ansible-command Invoked with _raw_params=set -euxo pipefail if [ "false" = true ]; then rm -rf "/var/db/tang" else rm -rf "/var/db/tang"/* "/var/db/tang"/.* || : fi _uses_shell=True warn=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:42:00 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:00 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:00 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:00 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:00 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=5469 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:01 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python[5485]: ansible-command Invoked with _raw_params=set -euxo pipefail if [ "false" = true ]; then rm -rf "/var/cache/tang" else rm -rf "/var/cache/tang"/* "/var/cache/tang"/.* || : fi _uses_shell=True warn=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:42:01 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:01 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:05 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5488]: CRYPTO_KEY_USER pid=5488 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=5488 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:05 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm sshd[5488]: error: kex_exchange_identification: Connection closed by remote host Feb 14 01:42:05 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm sshd[5488]: Connection closed by 10.29.163.184 port 50540 Feb 14 01:42:05 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5490]: CRYPTO_KEY_USER pid=5490 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=5490 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:05 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5489]: CRYPTO_SESSION pid=5489 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=start direction=from-server cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256 spid=5490 suid=74 rport=50542 laddr=10.31.13.95 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:05 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5489]: CRYPTO_SESSION pid=5489 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=start direction=from-client cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256 spid=5490 suid=74 rport=50542 laddr=10.31.13.95 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:05 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5489]: USER_AUTH pid=5489 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=pubkey_auth grantors=auth-key acct="root" exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:05 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5489]: CRYPTO_KEY_USER pid=5489 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=negotiate kind=auth-key fp=SHA256:5b:77:12:76:63:c9:2b:e7:7d:47:05:3d:ed:aa:dd:8a:33:d7:21:99:f1:1e:cc:2b:a5:31:d6:5b:da:18:b4:45 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:05 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5489]: USER_ACCT pid=5489 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_unix,pam_localuser acct="root" exe="/usr/sbin/sshd" hostname=10.29.163.184 addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:05 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm sshd[5489]: Accepted publickey for root from 10.29.163.184 port 50542 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Feb 14 01:42:05 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5489]: CRYPTO_KEY_USER pid=5489 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=session fp=? direction=both spid=5490 suid=74 rport=50542 laddr=10.31.13.95 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:05 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5489]: CRED_ACQ pid=5489 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_localuser,pam_unix acct="root" exe="/usr/sbin/sshd" hostname=10.29.163.184 addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:05 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5489]: USER_ROLE_CHANGE pid=5489 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='pam: default-context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 selected-context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 exe="/usr/sbin/sshd" hostname=10.29.163.184 addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:05 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm systemd-logind[529]: New session 7 of user root. ░░ Subject: A new session 7 has been created for user root ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ Documentation: sd-login(3) ░░ ░░ A new session with the ID 7 has been created for the user root. ░░ ░░ The leading process of the session is 5489. Feb 14 01:42:05 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm systemd[1]: Started session-7.scope - Session 7 of User root. ░░ Subject: A start job for unit session-7.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit session-7.scope has finished successfully. ░░ ░░ The job identifier is 2288. Feb 14 01:42:05 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm sshd[5489]: pam_unix(sshd:session): session opened for user root(uid=0) by (uid=0) Feb 14 01:42:05 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5489]: USER_START pid=5489 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_selinux,pam_loginuid,pam_selinux,pam_namespace,pam_keyinit,pam_keyinit,pam_limits,pam_systemd,pam_unix,pam_umask,pam_lastlog acct="root" exe="/usr/sbin/sshd" hostname=10.29.163.184 addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:05 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5492]: CRYPTO_KEY_USER pid=5492 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=5492 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:05 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5492]: CRED_ACQ pid=5492 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_localuser,pam_unix acct="root" exe="/usr/sbin/sshd" hostname=10.29.163.184 addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:05 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5489]: USER_LOGIN pid=5489 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:05 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5489]: USER_START pid=5489 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:05 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5489]: CRYPTO_KEY_USER pid=5489 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=5493 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:05 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm sshd[5492]: Received disconnect from 10.29.163.184 port 50542:11: disconnected by user Feb 14 01:42:05 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5489]: CRYPTO_KEY_USER pid=5489 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=session fp=? direction=both spid=5492 suid=0 rport=50542 laddr=10.31.13.95 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:05 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm sshd[5492]: Disconnected from user root 10.29.163.184 port 50542 Feb 14 01:42:05 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5489]: CRYPTO_KEY_USER pid=5489 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=5492 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:05 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm sshd[5489]: pam_unix(sshd:session): session closed for user root Feb 14 01:42:05 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5489]: USER_END pid=5489 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_selinux,pam_loginuid,pam_selinux,pam_namespace,pam_keyinit,pam_keyinit,pam_limits,pam_systemd,pam_unix,pam_umask,pam_lastlog acct="root" exe="/usr/sbin/sshd" hostname=10.29.163.184 addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:05 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5489]: CRED_DISP pid=5489 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_localuser,pam_unix acct="root" exe="/usr/sbin/sshd" hostname=10.29.163.184 addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:05 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5489]: USER_END pid=5489 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:05 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5489]: USER_LOGOUT pid=5489 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:05 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5489]: CRYPTO_KEY_USER pid=5489 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=5489 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:05 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm systemd[1]: session-7.scope: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The unit session-7.scope has successfully entered the 'dead' state. Feb 14 01:42:05 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm systemd-logind[529]: Session 7 logged out. Waiting for processes to exit. Feb 14 01:42:05 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm systemd-logind[529]: Removed session 7. ░░ Subject: Session 7 has been terminated ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ Documentation: sd-login(3) ░░ ░░ A session with the ID 7 has been terminated. Feb 14 01:42:05 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5510]: CRYPTO_KEY_USER pid=5510 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=5510 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:05 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5509]: CRYPTO_SESSION pid=5509 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=start direction=from-server cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256 spid=5510 suid=74 rport=50552 laddr=10.31.13.95 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:05 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5509]: CRYPTO_SESSION pid=5509 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=start direction=from-client cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256 spid=5510 suid=74 rport=50552 laddr=10.31.13.95 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:05 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5509]: USER_AUTH pid=5509 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=pubkey_auth grantors=auth-key acct="root" exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:05 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5509]: CRYPTO_KEY_USER pid=5509 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=negotiate kind=auth-key fp=SHA256:5b:77:12:76:63:c9:2b:e7:7d:47:05:3d:ed:aa:dd:8a:33:d7:21:99:f1:1e:cc:2b:a5:31:d6:5b:da:18:b4:45 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:05 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5509]: USER_ACCT pid=5509 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_unix,pam_localuser acct="root" exe="/usr/sbin/sshd" hostname=10.29.163.184 addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:05 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm sshd[5509]: Accepted publickey for root from 10.29.163.184 port 50552 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Feb 14 01:42:05 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5509]: CRYPTO_KEY_USER pid=5509 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=session fp=? direction=both spid=5510 suid=74 rport=50552 laddr=10.31.13.95 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:05 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5509]: CRED_ACQ pid=5509 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_localuser,pam_unix acct="root" exe="/usr/sbin/sshd" hostname=10.29.163.184 addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:05 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5509]: USER_ROLE_CHANGE pid=5509 uid=0 auid=0 ses=8 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='pam: default-context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 selected-context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 exe="/usr/sbin/sshd" hostname=10.29.163.184 addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:05 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm systemd-logind[529]: New session 8 of user root. ░░ Subject: A new session 8 has been created for user root ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ Documentation: sd-login(3) ░░ ░░ A new session with the ID 8 has been created for the user root. ░░ ░░ The leading process of the session is 5509. Feb 14 01:42:06 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm systemd[1]: Started session-8.scope - Session 8 of User root. ░░ Subject: A start job for unit session-8.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit session-8.scope has finished successfully. ░░ ░░ The job identifier is 2376. Feb 14 01:42:06 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm sshd[5509]: pam_unix(sshd:session): session opened for user root(uid=0) by (uid=0) Feb 14 01:42:06 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5509]: USER_START pid=5509 uid=0 auid=0 ses=8 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_selinux,pam_loginuid,pam_selinux,pam_namespace,pam_keyinit,pam_keyinit,pam_limits,pam_systemd,pam_unix,pam_umask,pam_lastlog acct="root" exe="/usr/sbin/sshd" hostname=10.29.163.184 addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:06 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5512]: CRYPTO_KEY_USER pid=5512 uid=0 auid=0 ses=8 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=5512 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:06 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5512]: CRED_ACQ pid=5512 uid=0 auid=0 ses=8 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_localuser,pam_unix acct="root" exe="/usr/sbin/sshd" hostname=10.29.163.184 addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:06 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5509]: USER_LOGIN pid=5509 uid=0 auid=0 ses=8 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:06 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5509]: USER_START pid=5509 uid=0 auid=0 ses=8 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:06 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5509]: CRYPTO_KEY_USER pid=5509 uid=0 auid=0 ses=8 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=5513 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:06 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm sshd[5512]: Received disconnect from 10.29.163.184 port 50552:11: disconnected by user Feb 14 01:42:06 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5509]: CRYPTO_KEY_USER pid=5509 uid=0 auid=0 ses=8 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=session fp=? direction=both spid=5512 suid=0 rport=50552 laddr=10.31.13.95 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:06 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm sshd[5512]: Disconnected from user root 10.29.163.184 port 50552 Feb 14 01:42:06 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5509]: CRYPTO_KEY_USER pid=5509 uid=0 auid=0 ses=8 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=5512 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:06 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm sshd[5509]: pam_unix(sshd:session): session closed for user root Feb 14 01:42:06 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5509]: USER_END pid=5509 uid=0 auid=0 ses=8 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_selinux,pam_loginuid,pam_selinux,pam_namespace,pam_keyinit,pam_keyinit,pam_limits,pam_systemd,pam_unix,pam_umask,pam_lastlog acct="root" exe="/usr/sbin/sshd" hostname=10.29.163.184 addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:06 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5509]: CRED_DISP pid=5509 uid=0 auid=0 ses=8 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_localuser,pam_unix acct="root" exe="/usr/sbin/sshd" hostname=10.29.163.184 addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:06 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5509]: USER_END pid=5509 uid=0 auid=0 ses=8 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:06 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5509]: USER_LOGOUT pid=5509 uid=0 auid=0 ses=8 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:06 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5509]: CRYPTO_KEY_USER pid=5509 uid=0 auid=0 ses=8 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=5509 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:06 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm systemd[1]: session-8.scope: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The unit session-8.scope has successfully entered the 'dead' state. Feb 14 01:42:06 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm systemd-logind[529]: Session 8 logged out. Waiting for processes to exit. Feb 14 01:42:06 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm systemd-logind[529]: Removed session 8. ░░ Subject: Session 8 has been terminated ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ Documentation: sd-login(3) ░░ ░░ A session with the ID 8 has been terminated. Feb 14 01:42:06 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:06 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:06 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=5529 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:06 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:06 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:06 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:06 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:06 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=5547 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:06 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:06 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:06 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:06 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:06 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=5564 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:07 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python[5580]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=* fact_path=/etc/ansible/facts.d Feb 14 01:42:07 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:07 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:08 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:08 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:08 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=5602 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:08 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python[5618]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 14 01:42:08 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:08 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:08 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:08 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:08 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=5619 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:08 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python[5635]: ansible-dnf Invoked with name=['tang'] state=present allow_downgrade=False autoremove=False bugfix=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True lock_timeout=30 conf_file=None disable_excludes=None download_dir=None list=None releasever=None Feb 14 01:42:10 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:10 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:10 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:10 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:10 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=5637 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:11 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python[5653]: ansible-nbde_server_tang Invoked with state=keys-created keygen=/usr/libexec/tangd-keygen keydir=/var/db/tang update=/usr/libexec/tangd-update cachedir=/var/cache/tang force=False keys_to_deploy_dir=None Feb 14 01:42:11 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:11 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:11 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:11 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:11 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=5667 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:11 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python[5683]: ansible-stat Invoked with path=/etc/systemd/system/tangd.socket.d follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 14 01:42:11 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:11 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:11 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:11 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:11 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=5684 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:12 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python[5700]: ansible-file Invoked with path=/etc/systemd/system/tangd.socket.d state=absent mode=0755 recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None content=NOT_LOGGING_PARAMETER backup=None remote_src=None regexp=None delimiter=None directory_mode=None Feb 14 01:42:12 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:12 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:12 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:12 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:12 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=5701 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:12 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python[5717]: ansible-systemd Invoked with name=tangd.socket state=started enabled=True daemon_reload=False daemon_reexec=False no_block=False force=None masked=None user=None scope=None Feb 14 01:42:13 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:13 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:13 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:13 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:13 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=5720 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:13 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python[5736]: ansible-find Invoked with paths=['/var/db/tang'] hidden=True patterns=['*.jwk', '.*.jwk'] file_type=file age_stamp=mtime recurse=False follow=False get_checksum=False use_regex=False excludes=None contains=None age=None size=None depth=None Feb 14 01:42:13 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:13 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:13 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:13 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:13 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=5737 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:14 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python[5753]: ansible-dnf Invoked with name=['tang'] state=present allow_downgrade=False autoremove=False bugfix=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True lock_timeout=30 conf_file=None disable_excludes=None download_dir=None list=None releasever=None Feb 14 01:42:15 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:15 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:15 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:15 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:15 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=5755 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:16 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python[5771]: ansible-nbde_server_tang Invoked with state=keys-created keygen=/usr/libexec/tangd-keygen keydir=/var/db/tang update=/usr/libexec/tangd-update cachedir=/var/cache/tang force=False keys_to_deploy_dir=None Feb 14 01:42:16 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:16 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:16 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:16 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:16 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=5772 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:16 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python[5788]: ansible-find Invoked with paths=['/var/db/tang'] hidden=True patterns=['*.jwk', '.*.jwk'] file_type=file age_stamp=mtime recurse=False follow=False get_checksum=False use_regex=False excludes=None contains=None age=None size=None depth=None Feb 14 01:42:16 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:16 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:16 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:16 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:16 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=5789 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:16 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python[5805]: ansible-stat Invoked with path=/var/db/tang/j6xK3t5oFgmgd6nvCZf2GZ0wZE-iDOEuBvURCbNwuaU.jwk follow=True get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True Feb 14 01:42:16 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:16 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:16 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:16 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:16 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=5808 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:16 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:16 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:16 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:16 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:16 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=5824 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:16 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python[5840]: ansible-stat Invoked with path=/var/db/tang/-78v1-958nYx11j3bBFikovW8l0wsR7jFKgteteNiO8.jwk follow=True get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True Feb 14 01:42:17 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:17 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:17 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:17 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:17 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=5843 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:17 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:17 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:17 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:17 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:17 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=5859 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:17 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python[5875]: ansible-stat Invoked with path=/etc/systemd/system/tangd.socket.d follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 14 01:42:17 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:17 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:17 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:17 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:17 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=5876 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:18 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python[5892]: ansible-file Invoked with path=/etc/systemd/system/tangd.socket.d state=absent mode=0755 recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None content=NOT_LOGGING_PARAMETER backup=None remote_src=None regexp=None delimiter=None directory_mode=None Feb 14 01:42:18 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:18 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:18 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:18 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:18 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=5893 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:18 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python[5909]: ansible-systemd Invoked with name=tangd.socket state=started enabled=True daemon_reload=False daemon_reexec=False no_block=False force=None masked=None user=None scope=None Feb 14 01:42:18 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:18 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:19 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:19 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:19 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=5912 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:19 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python[5928]: ansible-command Invoked with _raw_params=set -euxo pipefail if [ "true" = true ]; then rm -rf "/tmp/nbde_server_fetch_keys_deploy_not_setovbn11l8" else rm -rf "/tmp/nbde_server_fetch_keys_deploy_not_setovbn11l8"/* "/tmp/nbde_server_fetch_keys_deploy_not_setovbn11l8"/.* || : fi _uses_shell=True warn=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:42:19 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:19 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:19 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:19 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:19 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=5931 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:19 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python[5947]: ansible-command Invoked with _raw_params=set -euxo pipefail if [ "false" = true ]; then rm -rf "/var/db/tang" else rm -rf "/var/db/tang"/* "/var/db/tang"/.* || : fi _uses_shell=True warn=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:42:19 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:19 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:19 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:19 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:19 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=5950 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:19 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python[5966]: ansible-command Invoked with _raw_params=set -euxo pipefail if [ "false" = true ]; then rm -rf "/var/cache/tang" else rm -rf "/var/cache/tang"/* "/var/cache/tang"/.* || : fi _uses_shell=True warn=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:42:19 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:19 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:21 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5969]: CRYPTO_KEY_USER pid=5969 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=5969 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:21 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm sshd[5969]: error: kex_exchange_identification: Connection closed by remote host Feb 14 01:42:21 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm sshd[5969]: Connection closed by 10.29.163.184 port 53068 Feb 14 01:42:21 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5971]: CRYPTO_KEY_USER pid=5971 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=5971 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:21 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5970]: CRYPTO_SESSION pid=5970 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=start direction=from-server cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256 spid=5971 suid=74 rport=53080 laddr=10.31.13.95 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:21 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5970]: CRYPTO_SESSION pid=5970 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=start direction=from-client cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256 spid=5971 suid=74 rport=53080 laddr=10.31.13.95 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:21 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5970]: USER_AUTH pid=5970 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=pubkey_auth grantors=auth-key acct="root" exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:21 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5970]: CRYPTO_KEY_USER pid=5970 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=negotiate kind=auth-key fp=SHA256:5b:77:12:76:63:c9:2b:e7:7d:47:05:3d:ed:aa:dd:8a:33:d7:21:99:f1:1e:cc:2b:a5:31:d6:5b:da:18:b4:45 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:21 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5970]: USER_ACCT pid=5970 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_unix,pam_localuser acct="root" exe="/usr/sbin/sshd" hostname=10.29.163.184 addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:21 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm sshd[5970]: Accepted publickey for root from 10.29.163.184 port 53080 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Feb 14 01:42:21 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5970]: CRYPTO_KEY_USER pid=5970 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=session fp=? direction=both spid=5971 suid=74 rport=53080 laddr=10.31.13.95 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:21 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5970]: CRED_ACQ pid=5970 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_localuser,pam_unix acct="root" exe="/usr/sbin/sshd" hostname=10.29.163.184 addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:21 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5970]: USER_ROLE_CHANGE pid=5970 uid=0 auid=0 ses=9 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='pam: default-context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 selected-context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 exe="/usr/sbin/sshd" hostname=10.29.163.184 addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:21 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm systemd-logind[529]: New session 9 of user root. ░░ Subject: A new session 9 has been created for user root ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ Documentation: sd-login(3) ░░ ░░ A new session with the ID 9 has been created for the user root. ░░ ░░ The leading process of the session is 5970. Feb 14 01:42:21 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm systemd[1]: Started session-9.scope - Session 9 of User root. ░░ Subject: A start job for unit session-9.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit session-9.scope has finished successfully. ░░ ░░ The job identifier is 2464. Feb 14 01:42:21 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm sshd[5970]: pam_unix(sshd:session): session opened for user root(uid=0) by (uid=0) Feb 14 01:42:21 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5970]: USER_START pid=5970 uid=0 auid=0 ses=9 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_selinux,pam_loginuid,pam_selinux,pam_namespace,pam_keyinit,pam_keyinit,pam_limits,pam_systemd,pam_unix,pam_umask,pam_lastlog acct="root" exe="/usr/sbin/sshd" hostname=10.29.163.184 addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:21 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5973]: CRYPTO_KEY_USER pid=5973 uid=0 auid=0 ses=9 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=5973 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:21 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5973]: CRED_ACQ pid=5973 uid=0 auid=0 ses=9 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_localuser,pam_unix acct="root" exe="/usr/sbin/sshd" hostname=10.29.163.184 addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:21 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5970]: USER_LOGIN pid=5970 uid=0 auid=0 ses=9 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:21 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5970]: USER_START pid=5970 uid=0 auid=0 ses=9 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:21 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5970]: CRYPTO_KEY_USER pid=5970 uid=0 auid=0 ses=9 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=5974 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:21 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm sshd[5973]: Received disconnect from 10.29.163.184 port 53080:11: disconnected by user Feb 14 01:42:21 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5970]: CRYPTO_KEY_USER pid=5970 uid=0 auid=0 ses=9 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=session fp=? direction=both spid=5973 suid=0 rport=53080 laddr=10.31.13.95 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:21 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm sshd[5973]: Disconnected from user root 10.29.163.184 port 53080 Feb 14 01:42:21 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5970]: CRYPTO_KEY_USER pid=5970 uid=0 auid=0 ses=9 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=5973 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:21 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm sshd[5970]: pam_unix(sshd:session): session closed for user root Feb 14 01:42:21 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5970]: USER_END pid=5970 uid=0 auid=0 ses=9 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_selinux,pam_loginuid,pam_selinux,pam_namespace,pam_keyinit,pam_keyinit,pam_limits,pam_systemd,pam_unix,pam_umask,pam_lastlog acct="root" exe="/usr/sbin/sshd" hostname=10.29.163.184 addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:21 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5970]: CRED_DISP pid=5970 uid=0 auid=0 ses=9 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_localuser,pam_unix acct="root" exe="/usr/sbin/sshd" hostname=10.29.163.184 addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:21 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5970]: USER_END pid=5970 uid=0 auid=0 ses=9 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:21 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5970]: USER_LOGOUT pid=5970 uid=0 auid=0 ses=9 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:21 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5970]: CRYPTO_KEY_USER pid=5970 uid=0 auid=0 ses=9 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=5970 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:21 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm systemd[1]: session-9.scope: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The unit session-9.scope has successfully entered the 'dead' state. Feb 14 01:42:21 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm systemd-logind[529]: Session 9 logged out. Waiting for processes to exit. Feb 14 01:42:21 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm systemd-logind[529]: Removed session 9. ░░ Subject: Session 9 has been terminated ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ Documentation: sd-login(3) ░░ ░░ A session with the ID 9 has been terminated. Feb 14 01:42:21 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5991]: CRYPTO_KEY_USER pid=5991 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=5991 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:21 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5990]: CRYPTO_SESSION pid=5990 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=start direction=from-server cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256 spid=5991 suid=74 rport=53090 laddr=10.31.13.95 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:21 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5990]: CRYPTO_SESSION pid=5990 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=start direction=from-client cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256 spid=5991 suid=74 rport=53090 laddr=10.31.13.95 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:21 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5990]: USER_AUTH pid=5990 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=pubkey_auth grantors=auth-key acct="root" exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:21 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5990]: CRYPTO_KEY_USER pid=5990 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=negotiate kind=auth-key fp=SHA256:5b:77:12:76:63:c9:2b:e7:7d:47:05:3d:ed:aa:dd:8a:33:d7:21:99:f1:1e:cc:2b:a5:31:d6:5b:da:18:b4:45 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:21 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5990]: USER_ACCT pid=5990 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_unix,pam_localuser acct="root" exe="/usr/sbin/sshd" hostname=10.29.163.184 addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:21 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm sshd[5990]: Accepted publickey for root from 10.29.163.184 port 53090 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Feb 14 01:42:21 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5990]: CRYPTO_KEY_USER pid=5990 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=session fp=? direction=both spid=5991 suid=74 rport=53090 laddr=10.31.13.95 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:21 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5990]: CRED_ACQ pid=5990 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_localuser,pam_unix acct="root" exe="/usr/sbin/sshd" hostname=10.29.163.184 addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:21 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5990]: USER_ROLE_CHANGE pid=5990 uid=0 auid=0 ses=10 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='pam: default-context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 selected-context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 exe="/usr/sbin/sshd" hostname=10.29.163.184 addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:21 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm systemd-logind[529]: New session 10 of user root. ░░ Subject: A new session 10 has been created for user root ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ Documentation: sd-login(3) ░░ ░░ A new session with the ID 10 has been created for the user root. ░░ ░░ The leading process of the session is 5990. Feb 14 01:42:21 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm systemd[1]: Started session-10.scope - Session 10 of User root. ░░ Subject: A start job for unit session-10.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit session-10.scope has finished successfully. ░░ ░░ The job identifier is 2552. Feb 14 01:42:21 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm sshd[5990]: pam_unix(sshd:session): session opened for user root(uid=0) by (uid=0) Feb 14 01:42:21 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5990]: USER_START pid=5990 uid=0 auid=0 ses=10 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_selinux,pam_loginuid,pam_selinux,pam_namespace,pam_keyinit,pam_keyinit,pam_limits,pam_systemd,pam_unix,pam_umask,pam_lastlog acct="root" exe="/usr/sbin/sshd" hostname=10.29.163.184 addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:21 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5993]: CRYPTO_KEY_USER pid=5993 uid=0 auid=0 ses=10 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=5993 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:21 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5993]: CRED_ACQ pid=5993 uid=0 auid=0 ses=10 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_localuser,pam_unix acct="root" exe="/usr/sbin/sshd" hostname=10.29.163.184 addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:21 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5990]: USER_LOGIN pid=5990 uid=0 auid=0 ses=10 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:21 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5990]: USER_START pid=5990 uid=0 auid=0 ses=10 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:21 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5990]: CRYPTO_KEY_USER pid=5990 uid=0 auid=0 ses=10 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=5994 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:21 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm sshd[5993]: Received disconnect from 10.29.163.184 port 53090:11: disconnected by user Feb 14 01:42:21 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5990]: CRYPTO_KEY_USER pid=5990 uid=0 auid=0 ses=10 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=session fp=? direction=both spid=5993 suid=0 rport=53090 laddr=10.31.13.95 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:21 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm sshd[5993]: Disconnected from user root 10.29.163.184 port 53090 Feb 14 01:42:21 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5990]: CRYPTO_KEY_USER pid=5990 uid=0 auid=0 ses=10 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=5993 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:21 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm sshd[5990]: pam_unix(sshd:session): session closed for user root Feb 14 01:42:21 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5990]: USER_END pid=5990 uid=0 auid=0 ses=10 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_selinux,pam_loginuid,pam_selinux,pam_namespace,pam_keyinit,pam_keyinit,pam_limits,pam_systemd,pam_unix,pam_umask,pam_lastlog acct="root" exe="/usr/sbin/sshd" hostname=10.29.163.184 addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:21 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5990]: CRED_DISP pid=5990 uid=0 auid=0 ses=10 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_localuser,pam_unix acct="root" exe="/usr/sbin/sshd" hostname=10.29.163.184 addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:21 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5990]: USER_END pid=5990 uid=0 auid=0 ses=10 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:21 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5990]: USER_LOGOUT pid=5990 uid=0 auid=0 ses=10 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:21 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[5990]: CRYPTO_KEY_USER pid=5990 uid=0 auid=0 ses=10 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=5990 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:21 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm systemd[1]: session-10.scope: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The unit session-10.scope has successfully entered the 'dead' state. Feb 14 01:42:21 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm systemd-logind[529]: Session 10 logged out. Waiting for processes to exit. Feb 14 01:42:21 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm systemd-logind[529]: Removed session 10. ░░ Subject: Session 10 has been terminated ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ Documentation: sd-login(3) ░░ ░░ A session with the ID 10 has been terminated. Feb 14 01:42:22 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:22 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:22 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=6010 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:22 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:22 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:22 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:22 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:22 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=6028 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:22 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:22 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:22 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:22 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:22 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=6045 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:23 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python[6061]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=* fact_path=/etc/ansible/facts.d Feb 14 01:42:23 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:23 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:23 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:23 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:23 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=6083 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:23 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python[6099]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 14 01:42:23 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:23 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:23 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:23 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:23 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=6100 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:24 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python[6116]: ansible-dnf Invoked with name=['tang'] state=present allow_downgrade=False autoremove=False bugfix=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True lock_timeout=30 conf_file=None disable_excludes=None download_dir=None list=None releasever=None Feb 14 01:42:26 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:26 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:26 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:26 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:26 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=6118 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:26 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python[6134]: ansible-nbde_server_tang Invoked with state=keys-created keygen=/usr/libexec/tangd-keygen keydir=/var/db/tang update=/usr/libexec/tangd-update cachedir=/var/cache/tang force=False keys_to_deploy_dir=None Feb 14 01:42:26 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:26 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:26 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:26 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:26 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=6148 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:27 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python[6164]: ansible-command Invoked with _raw_params=set -euxo pipefail if [ "false" = true ]; then rm -rf "/var/db/tang" else rm -rf "/var/db/tang"/* "/var/db/tang"/.* || : fi _uses_shell=True warn=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:42:27 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:27 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:27 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:27 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:27 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=6167 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:27 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python[6183]: ansible-command Invoked with _raw_params=set -euxo pipefail if [ "false" = true ]; then rm -rf "/var/cache/tang" else rm -rf "/var/cache/tang"/* "/var/cache/tang"/.* || : fi _uses_shell=True warn=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:42:27 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:27 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:27 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:27 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:27 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=6186 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:27 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python[6202]: ansible-dnf Invoked with name=['tang'] state=present allow_downgrade=False autoremove=False bugfix=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True lock_timeout=30 conf_file=None disable_excludes=None download_dir=None list=None releasever=None Feb 14 01:42:29 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:29 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:29 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:29 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:29 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=6204 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:30 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python[6220]: ansible-nbde_server_tang Invoked with state=keys-created keygen=/usr/libexec/tangd-keygen keydir=/var/db/tang update=/usr/libexec/tangd-update cachedir=/var/cache/tang force=False keys_to_deploy_dir=None Feb 14 01:42:30 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:30 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:30 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:30 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:30 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=6234 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:30 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python[6250]: ansible-command Invoked with _raw_params=set -euxo pipefail if [ "false" = true ]; then rm -rf "/var/db/tang" else rm -rf "/var/db/tang"/* "/var/db/tang"/.* || : fi _uses_shell=True warn=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:42:30 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:30 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:30 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:30 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:30 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=6253 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:30 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python[6269]: ansible-command Invoked with _raw_params=set -euxo pipefail if [ "false" = true ]; then rm -rf "/var/cache/tang" else rm -rf "/var/cache/tang"/* "/var/cache/tang"/.* || : fi _uses_shell=True warn=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:42:30 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:30 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:30 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:30 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:30 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=6272 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:31 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python[6288]: ansible-dnf Invoked with name=['tang'] state=present allow_downgrade=False autoremove=False bugfix=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True lock_timeout=30 conf_file=None disable_excludes=None download_dir=None list=None releasever=None Feb 14 01:42:33 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:33 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:33 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:33 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:33 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=6290 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:33 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python[6306]: ansible-nbde_server_tang Invoked with state=keys-created keygen=/usr/libexec/tangd-keygen keydir=/var/db/tang update=/usr/libexec/tangd-update cachedir=/var/cache/tang force=False keys_to_deploy_dir=None Feb 14 01:42:33 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:33 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:33 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:33 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:33 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=6320 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:33 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python[6336]: ansible-command Invoked with _raw_params=set -euxo pipefail if [ "false" = true ]; then rm -rf "/var/db/tang" else rm -rf "/var/db/tang"/* "/var/db/tang"/.* || : fi _uses_shell=True warn=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:42:33 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:33 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:33 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:33 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:33 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=6339 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:33 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python[6355]: ansible-command Invoked with _raw_params=set -euxo pipefail if [ "false" = true ]; then rm -rf "/var/cache/tang" else rm -rf "/var/cache/tang"/* "/var/cache/tang"/.* || : fi _uses_shell=True warn=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:42:33 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:33 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:33 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:33 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:33 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=6358 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:34 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python[6374]: ansible-dnf Invoked with name=['tang'] state=present allow_downgrade=False autoremove=False bugfix=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True lock_timeout=30 conf_file=None disable_excludes=None download_dir=None list=None releasever=None Feb 14 01:42:36 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:36 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:36 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:36 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:36 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=6376 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:36 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python[6392]: ansible-nbde_server_tang Invoked with state=keys-created keygen=/usr/libexec/tangd-keygen keydir=/var/db/tang update=/usr/libexec/tangd-update cachedir=/var/cache/tang force=False keys_to_deploy_dir=None Feb 14 01:42:36 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:36 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:36 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:36 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:36 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=6406 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:36 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python[6422]: ansible-command Invoked with _raw_params=set -euxo pipefail if [ "false" = true ]; then rm -rf "/var/db/tang" else rm -rf "/var/db/tang"/* "/var/db/tang"/.* || : fi _uses_shell=True warn=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:42:36 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:36 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:36 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:36 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:36 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=6425 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:37 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python[6441]: ansible-command Invoked with _raw_params=set -euxo pipefail if [ "false" = true ]; then rm -rf "/var/cache/tang" else rm -rf "/var/cache/tang"/* "/var/cache/tang"/.* || : fi _uses_shell=True warn=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:42:37 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:37 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:37 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:37 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:37 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=6444 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:37 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python[6460]: ansible-dnf Invoked with name=['tang'] state=present allow_downgrade=False autoremove=False bugfix=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True lock_timeout=30 conf_file=None disable_excludes=None download_dir=None list=None releasever=None Feb 14 01:42:39 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:39 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:39 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:39 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:39 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=6462 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:39 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python[6478]: ansible-nbde_server_tang Invoked with state=keys-created keygen=/usr/libexec/tangd-keygen keydir=/var/db/tang update=/usr/libexec/tangd-update cachedir=/var/cache/tang force=False keys_to_deploy_dir=None Feb 14 01:42:39 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:39 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:40 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:40 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:40 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=6492 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:40 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python[6508]: ansible-command Invoked with _raw_params=set -euxo pipefail if [ "false" = true ]; then rm -rf "/var/db/tang" else rm -rf "/var/db/tang"/* "/var/db/tang"/.* || : fi _uses_shell=True warn=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:42:40 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:40 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:40 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:40 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:40 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=6511 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:40 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python[6527]: ansible-command Invoked with _raw_params=set -euxo pipefail if [ "false" = true ]; then rm -rf "/var/cache/tang" else rm -rf "/var/cache/tang"/* "/var/cache/tang"/.* || : fi _uses_shell=True warn=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 01:42:40 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:40 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:42 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm sshd[6530]: error: kex_exchange_identification: Connection closed by remote host Feb 14 01:42:42 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm sshd[6530]: Connection closed by 10.29.163.184 port 58454 Feb 14 01:42:42 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[6530]: CRYPTO_KEY_USER pid=6530 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=6530 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:42 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[6532]: CRYPTO_KEY_USER pid=6532 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=6532 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:42 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[6531]: CRYPTO_SESSION pid=6531 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=start direction=from-server cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256 spid=6532 suid=74 rport=58466 laddr=10.31.13.95 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:42 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[6531]: CRYPTO_SESSION pid=6531 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=start direction=from-client cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256 spid=6532 suid=74 rport=58466 laddr=10.31.13.95 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:42 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[6531]: USER_AUTH pid=6531 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=pubkey_auth grantors=auth-key acct="root" exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:42 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[6531]: CRYPTO_KEY_USER pid=6531 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=negotiate kind=auth-key fp=SHA256:5b:77:12:76:63:c9:2b:e7:7d:47:05:3d:ed:aa:dd:8a:33:d7:21:99:f1:1e:cc:2b:a5:31:d6:5b:da:18:b4:45 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:42 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[6531]: USER_ACCT pid=6531 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_unix,pam_localuser acct="root" exe="/usr/sbin/sshd" hostname=10.29.163.184 addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:42 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm sshd[6531]: Accepted publickey for root from 10.29.163.184 port 58466 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Feb 14 01:42:42 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[6531]: CRYPTO_KEY_USER pid=6531 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=session fp=? direction=both spid=6532 suid=74 rport=58466 laddr=10.31.13.95 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:42 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[6531]: CRED_ACQ pid=6531 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_localuser,pam_unix acct="root" exe="/usr/sbin/sshd" hostname=10.29.163.184 addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:42 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[6531]: USER_ROLE_CHANGE pid=6531 uid=0 auid=0 ses=11 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='pam: default-context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 selected-context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 exe="/usr/sbin/sshd" hostname=10.29.163.184 addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:42 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm systemd-logind[529]: New session 11 of user root. ░░ Subject: A new session 11 has been created for user root ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ Documentation: sd-login(3) ░░ ░░ A new session with the ID 11 has been created for the user root. ░░ ░░ The leading process of the session is 6531. Feb 14 01:42:42 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm systemd[1]: Started session-11.scope - Session 11 of User root. ░░ Subject: A start job for unit session-11.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit session-11.scope has finished successfully. ░░ ░░ The job identifier is 2640. Feb 14 01:42:42 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm sshd[6531]: pam_unix(sshd:session): session opened for user root(uid=0) by (uid=0) Feb 14 01:42:42 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[6531]: USER_START pid=6531 uid=0 auid=0 ses=11 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_selinux,pam_loginuid,pam_selinux,pam_namespace,pam_keyinit,pam_keyinit,pam_limits,pam_systemd,pam_unix,pam_umask,pam_lastlog acct="root" exe="/usr/sbin/sshd" hostname=10.29.163.184 addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:42 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[6534]: CRYPTO_KEY_USER pid=6534 uid=0 auid=0 ses=11 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=6534 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:42 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[6534]: CRED_ACQ pid=6534 uid=0 auid=0 ses=11 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_localuser,pam_unix acct="root" exe="/usr/sbin/sshd" hostname=10.29.163.184 addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:42 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[6531]: USER_LOGIN pid=6531 uid=0 auid=0 ses=11 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:42 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[6531]: USER_START pid=6531 uid=0 auid=0 ses=11 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:42 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[6531]: CRYPTO_KEY_USER pid=6531 uid=0 auid=0 ses=11 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=6535 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:42 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm sshd[6534]: Received disconnect from 10.29.163.184 port 58466:11: disconnected by user Feb 14 01:42:42 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[6531]: CRYPTO_KEY_USER pid=6531 uid=0 auid=0 ses=11 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=session fp=? direction=both spid=6534 suid=0 rport=58466 laddr=10.31.13.95 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:42 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm sshd[6534]: Disconnected from user root 10.29.163.184 port 58466 Feb 14 01:42:42 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[6531]: CRYPTO_KEY_USER pid=6531 uid=0 auid=0 ses=11 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=6534 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:42 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm sshd[6531]: pam_unix(sshd:session): session closed for user root Feb 14 01:42:42 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[6531]: USER_END pid=6531 uid=0 auid=0 ses=11 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_selinux,pam_loginuid,pam_selinux,pam_namespace,pam_keyinit,pam_keyinit,pam_limits,pam_systemd,pam_unix,pam_umask,pam_lastlog acct="root" exe="/usr/sbin/sshd" hostname=10.29.163.184 addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:42 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[6531]: CRED_DISP pid=6531 uid=0 auid=0 ses=11 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_localuser,pam_unix acct="root" exe="/usr/sbin/sshd" hostname=10.29.163.184 addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:42 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[6531]: USER_END pid=6531 uid=0 auid=0 ses=11 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:42 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[6531]: USER_LOGOUT pid=6531 uid=0 auid=0 ses=11 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:42 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[6531]: CRYPTO_KEY_USER pid=6531 uid=0 auid=0 ses=11 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=6531 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:42 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm systemd[1]: session-11.scope: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The unit session-11.scope has successfully entered the 'dead' state. Feb 14 01:42:42 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm systemd-logind[529]: Session 11 logged out. Waiting for processes to exit. Feb 14 01:42:42 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm systemd-logind[529]: Removed session 11. ░░ Subject: Session 11 has been terminated ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ Documentation: sd-login(3) ░░ ░░ A session with the ID 11 has been terminated. Feb 14 01:42:42 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[6552]: CRYPTO_KEY_USER pid=6552 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=6552 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:42 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[6551]: CRYPTO_SESSION pid=6551 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=start direction=from-server cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256 spid=6552 suid=74 rport=58474 laddr=10.31.13.95 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:42 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[6551]: CRYPTO_SESSION pid=6551 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=start direction=from-client cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256 spid=6552 suid=74 rport=58474 laddr=10.31.13.95 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:42 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[6551]: USER_AUTH pid=6551 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=pubkey_auth grantors=auth-key acct="root" exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:42 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[6551]: CRYPTO_KEY_USER pid=6551 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=negotiate kind=auth-key fp=SHA256:5b:77:12:76:63:c9:2b:e7:7d:47:05:3d:ed:aa:dd:8a:33:d7:21:99:f1:1e:cc:2b:a5:31:d6:5b:da:18:b4:45 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:42 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[6551]: USER_ACCT pid=6551 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_unix,pam_localuser acct="root" exe="/usr/sbin/sshd" hostname=10.29.163.184 addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:42 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm sshd[6551]: Accepted publickey for root from 10.29.163.184 port 58474 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Feb 14 01:42:42 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[6551]: CRYPTO_KEY_USER pid=6551 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=session fp=? direction=both spid=6552 suid=74 rport=58474 laddr=10.31.13.95 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:42 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[6551]: CRED_ACQ pid=6551 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_localuser,pam_unix acct="root" exe="/usr/sbin/sshd" hostname=10.29.163.184 addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:42 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[6551]: USER_ROLE_CHANGE pid=6551 uid=0 auid=0 ses=12 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='pam: default-context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 selected-context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 exe="/usr/sbin/sshd" hostname=10.29.163.184 addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:42 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm systemd-logind[529]: New session 12 of user root. ░░ Subject: A new session 12 has been created for user root ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ Documentation: sd-login(3) ░░ ░░ A new session with the ID 12 has been created for the user root. ░░ ░░ The leading process of the session is 6551. Feb 14 01:42:42 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm systemd[1]: Started session-12.scope - Session 12 of User root. ░░ Subject: A start job for unit session-12.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit session-12.scope has finished successfully. ░░ ░░ The job identifier is 2728. Feb 14 01:42:42 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm sshd[6551]: pam_unix(sshd:session): session opened for user root(uid=0) by (uid=0) Feb 14 01:42:42 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[6551]: USER_START pid=6551 uid=0 auid=0 ses=12 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_selinux,pam_loginuid,pam_selinux,pam_namespace,pam_keyinit,pam_keyinit,pam_limits,pam_systemd,pam_unix,pam_umask,pam_lastlog acct="root" exe="/usr/sbin/sshd" hostname=10.29.163.184 addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:42 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[6554]: CRYPTO_KEY_USER pid=6554 uid=0 auid=0 ses=12 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=6554 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:42 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[6554]: CRED_ACQ pid=6554 uid=0 auid=0 ses=12 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_localuser,pam_unix acct="root" exe="/usr/sbin/sshd" hostname=10.29.163.184 addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:42 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[6551]: USER_LOGIN pid=6551 uid=0 auid=0 ses=12 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:42 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[6551]: USER_START pid=6551 uid=0 auid=0 ses=12 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:42 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[6551]: CRYPTO_KEY_USER pid=6551 uid=0 auid=0 ses=12 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=6555 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:42 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm sshd[6554]: Received disconnect from 10.29.163.184 port 58474:11: disconnected by user Feb 14 01:42:42 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[6551]: CRYPTO_KEY_USER pid=6551 uid=0 auid=0 ses=12 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=session fp=? direction=both spid=6554 suid=0 rport=58474 laddr=10.31.13.95 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:42 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm sshd[6554]: Disconnected from user root 10.29.163.184 port 58474 Feb 14 01:42:42 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[6551]: CRYPTO_KEY_USER pid=6551 uid=0 auid=0 ses=12 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=6554 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:42 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm sshd[6551]: pam_unix(sshd:session): session closed for user root Feb 14 01:42:42 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[6551]: USER_END pid=6551 uid=0 auid=0 ses=12 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_selinux,pam_loginuid,pam_selinux,pam_namespace,pam_keyinit,pam_keyinit,pam_limits,pam_systemd,pam_unix,pam_umask,pam_lastlog acct="root" exe="/usr/sbin/sshd" hostname=10.29.163.184 addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:42 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[6551]: CRED_DISP pid=6551 uid=0 auid=0 ses=12 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_localuser,pam_unix acct="root" exe="/usr/sbin/sshd" hostname=10.29.163.184 addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:42 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[6551]: USER_END pid=6551 uid=0 auid=0 ses=12 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:42 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[6551]: USER_LOGOUT pid=6551 uid=0 auid=0 ses=12 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:42 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[6551]: CRYPTO_KEY_USER pid=6551 uid=0 auid=0 ses=12 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=6551 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:42 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm systemd[1]: session-12.scope: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The unit session-12.scope has successfully entered the 'dead' state. Feb 14 01:42:42 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm systemd-logind[529]: Session 12 logged out. Waiting for processes to exit. Feb 14 01:42:42 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm systemd-logind[529]: Removed session 12. ░░ Subject: Session 12 has been terminated ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ Documentation: sd-login(3) ░░ ░░ A session with the ID 12 has been terminated. Feb 14 01:42:43 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:43 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:43 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=6572 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:43 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:43 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:43 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:43 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:43 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=6590 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:43 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:43 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:43 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:43 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:43 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=6607 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:43 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python[6623]: ansible-file Invoked with path=/etc/systemd/system/tangd.socket.d state=directory mode=0775 recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None content=NOT_LOGGING_PARAMETER backup=None remote_src=None regexp=None delimiter=None directory_mode=None Feb 14 01:42:43 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:43 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:43 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:43 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:43 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=6624 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:43 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:43 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:43 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:43 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:43 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=6640 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:43 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:43 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:43 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:43 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:43 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=6662 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:43 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python[6678]: ansible-stat Invoked with path=/etc/systemd/system/tangd.socket.d/max-connections.conf follow=False get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True Feb 14 01:42:43 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:43 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:43 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:43 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:43 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=6679 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:43 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:43 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:43 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:43 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:43 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=6695 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:43 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:43 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:44 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:44 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:44 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=6712 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:44 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python[6728]: ansible-copy Invoked with dest=/etc/systemd/system/tangd.socket.d/max-connections.conf mode=0664 src=/root/.ansible/tmp/ansible-tmp-1707874963.6332905-4778-250672318883432/source _original_basename=tmpdfuqybh5 follow=False checksum=05987691cc309e84627f31fa0d1680a3b3b2c4b2 backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None regexp=None delimiter=None Feb 14 01:42:44 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:44 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:44 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:44 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:44 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=6729 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:44 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:44 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:44 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:44 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:44 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=6746 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:44 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python[6762]: ansible-setup Invoked with gather_subset=['!all', '!min', 'distribution', 'distribution_major_version', 'distribution_version', 'os_family'] gather_timeout=10 filter=* fact_path=/etc/ansible/facts.d Feb 14 01:42:44 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:44 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:44 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:44 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:44 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=6765 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:45 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python[6781]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 14 01:42:45 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:45 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:45 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:45 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:45 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=6782 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:45 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python[6798]: ansible-setup Invoked with filter=ansible_pkg_mgr gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d Feb 14 01:42:45 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:45 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:45 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:45 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:45 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=6803 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:46 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python[6819]: ansible-dnf Invoked with name=['tang'] state=present allow_downgrade=False autoremove=False bugfix=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True lock_timeout=30 conf_file=None disable_excludes=None download_dir=None list=None releasever=None Feb 14 01:42:48 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:48 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:48 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:48 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:48 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=6821 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:48 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python[6837]: ansible-nbde_server_tang Invoked with state=keys-created keygen=/usr/libexec/tangd-keygen keydir=/var/db/tang update=/usr/libexec/tangd-update cachedir=/var/cache/tang force=False keys_to_deploy_dir=None Feb 14 01:42:48 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:48 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:48 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:48 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:48 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=6851 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:49 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python[6867]: ansible-stat Invoked with path=/etc/systemd/system/tangd.socket.d follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 14 01:42:49 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:49 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:49 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:49 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:49 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=6870 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:49 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:49 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:49 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:49 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=ssh res=success' Feb 14 01:42:49 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:41:d1:53:fe:0e:12:7d:cc:57:e6:41:75:a4:a4:3d:d5:b7:3f:34:61:4f:1b:4b:11:47:27:8f:cf:a4:45:4d:7b direction=? spid=6887 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.184 terminal=? res=success' Feb 14 01:42:49 c9a03783-5d70-4dfc-bc22-253599ffbfed.testing-farm python[6903]: ansible-command Invoked with _raw_params=journalctl -ex warn=True _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-custom-port-idempotent5k9c035y/tests/tests_share_system_dir.yml:106 Wednesday 14 February 2024 01:42:49 +0000 (0:00:00.305) 0:00:06.387 **** included: /WORKDIR/git-custom-port-idempotent5k9c035y/tests/tasks/cleanup.yml for sut TASK [Remove control node files/directories] *********************************** task path: /WORKDIR/git-custom-port-idempotent5k9c035y/tests/tasks/cleanup.yml:2 Wednesday 14 February 2024 01:42:49 +0000 (0:00:00.010) 0:00:06.397 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Remove managed node files/directories] *********************************** task path: /WORKDIR/git-custom-port-idempotent5k9c035y/tests/tasks/cleanup.yml:9 Wednesday 14 February 2024 01:42:49 +0000 (0:00:00.008) 0:00:06.406 **** skipping: [sut] => (item={'path': '', 'remove_dir': 'true'}) => { "ansible_loop_var": "item", "changed": false, "item": { "path": "", "remove_dir": "true" }, "skip_reason": "Conditional result was False" } changed: [sut] => (item={'path': '/var/db/tang', 'remove_dir': 'false'}) => { "ansible_loop_var": "item", "changed": true, "cmd": "set -euxo pipefail\nif [ \"false\" = true ]; then\n rm -rf \"/var/db/tang\"\nelse\n rm -rf \"/var/db/tang\"/* \"/var/db/tang\"/.* || :\nfi\n", "delta": "0:00:00.005100", "end": "2024-02-14 01:42:49.806491", "item": { "path": "/var/db/tang", "remove_dir": "false" }, "rc": 0, "start": "2024-02-14 01:42:49.801391" } STDERR: + '[' false = true ']' + rm -rf /var/db/tang/w0Dm7qoAmE0QsC3M88ewA7A1H9qM3iWsbEWk_7VPxoM.jwk /var/db/tang/WxZ3Ivo0NNubMTr1XT8HMyW0G6ZdCF37e5UHLZNtxGU.jwk '/var/db/tang/.*' changed: [sut] => (item={'path': '/var/cache/tang', 'remove_dir': 'false'}) => { "ansible_loop_var": "item", "changed": true, "cmd": "set -euxo pipefail\nif [ \"false\" = true ]; then\n rm -rf \"/var/cache/tang\"\nelse\n rm -rf \"/var/cache/tang\"/* \"/var/cache/tang\"/.* || :\nfi\n", "delta": "0:00:00.005027", "end": "2024-02-14 01:42:50.006681", "item": { "path": "/var/cache/tang", "remove_dir": "false" }, "rc": 0, "start": "2024-02-14 01:42:50.001654" } STDERR: + '[' false = true ']' + rm -rf '/var/cache/tang/*' '/var/cache/tang/.*' to retry, use: --limit @/tmp/tests_share_system_dir.retry PLAY RECAP ********************************************************************* sut : ok=15 changed=4 unreachable=0 failed=1 skipped=22 rescued=0 ignored=0 Wednesday 14 February 2024 01:42:50 +0000 (0:00:00.410) 0:00:06.816 **** =============================================================================== linux-system-roles.nbde_server : Ensure tang is installed --------------- 3.09s /WORKDIR/git-custom-port-idempotent5k9c035y/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:2 Create a customization systemd file ------------------------------------- 0.68s /WORKDIR/git-custom-port-idempotent5k9c035y/tests/tests_share_system_dir.yml:20 linux-system-roles.nbde_server : Ensure ansible_facts used by role ------ 0.63s /WORKDIR/git-custom-port-idempotent5k9c035y/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:2 Remove managed node files/directories ----------------------------------- 0.41s /WORKDIR/git-custom-port-idempotent5k9c035y/tests/tasks/cleanup.yml:9 --------- Create the tangd.socket.d directory ------------------------------------- 0.37s /WORKDIR/git-custom-port-idempotent5k9c035y/tests/tests_share_system_dir.yml:14 Debug ------------------------------------------------------------------- 0.31s /WORKDIR/git-custom-port-idempotent5k9c035y/tests/tests_share_system_dir.yml:102 linux-system-roles.nbde_server : Ensure we have keys -------------------- 0.30s /WORKDIR/git-custom-port-idempotent5k9c035y/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:18 linux-system-roles.nbde_server : Get a list of files in the tangd custom directory --- 0.26s /WORKDIR/git-custom-port-idempotent5k9c035y/tests/roles/linux-system-roles.nbde_server/tasks/tangd-custom-port.yml:19 linux-system-roles.nbde_server : Stat the tangd custom port systemd directory --- 0.21s /WORKDIR/git-custom-port-idempotent5k9c035y/tests/roles/linux-system-roles.nbde_server/tasks/tangd-custom-port.yml:14 linux-system-roles.nbde_server : Check if system is ostree -------------- 0.20s /WORKDIR/git-custom-port-idempotent5k9c035y/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:11 linux-system-roles.nbde_server : Manage firewall and SELinux for port --- 0.06s /WORKDIR/git-custom-port-idempotent5k9c035y/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:32 linux-system-roles.nbde_server : Include the appropriate provider tasks --- 0.02s /WORKDIR/git-custom-port-idempotent5k9c035y/tests/roles/linux-system-roles.nbde_server/tasks/main.yml:9 linux-system-roles.nbde_server : Set platform/version specific variables --- 0.02s /WORKDIR/git-custom-port-idempotent5k9c035y/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:20 linux-system-roles.nbde_server : Set version specific variables --------- 0.02s /WORKDIR/git-custom-port-idempotent5k9c035y/tests/roles/linux-system-roles.nbde_server/tasks/main.yml:6 linux-system-roles.nbde_server : Set flag to indicate system is ostree --- 0.02s /WORKDIR/git-custom-port-idempotent5k9c035y/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:16 linux-system-roles.nbde_server : Ensure keys are rotated ---------------- 0.02s /WORKDIR/git-custom-port-idempotent5k9c035y/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:9 linux-system-roles.nbde_server : Perform key management (fetch/deploy) tasks --- 0.02s /WORKDIR/git-custom-port-idempotent5k9c035y/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:27 Run role ---------------------------------------------------------------- 0.01s /WORKDIR/git-custom-port-idempotent5k9c035y/tests/tests_share_system_dir.yml:28 fedora.linux_system_roles.selinux : Set an SELinux label on a port ------ 0.01s /WORKDIR/git-custom-port-idempotent5k9c035y/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:87 Cleanup ----------------------------------------------------------------- 0.01s /WORKDIR/git-custom-port-idempotent5k9c035y/tests/tests_share_system_dir.yml:106 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: Distribution fedora 38 on host sut should use /usr/bin/python3, but is using /usr/bin/python for backward compatibility with prior Ansible releases. A future Ansible release will default to using the discovered platform python for this host. See https://docs.ansible.com/ansible/ 2.9/reference_appendices/interpreter_discovery.html for more information. This feature will be removed in version 2.12. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---