# 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-idempotentexw5kh98/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-idempotentexw5kh98/tests/tests_share_system_dir.yml:14 Wednesday 14 February 2024 01:42:31 +0000 (0:00:00.013) 0:00:00.013 **** 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": 6, "state": "directory", "uid": 0 } TASK [Create a customization systemd file] ************************************* task path: /WORKDIR/git-custom-port-idempotentexw5kh98/tests/tests_share_system_dir.yml:20 Wednesday 14 February 2024 01:42:31 +0000 (0:00:00.376) 0:00:00.389 **** 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-1707874951.4431083-4503-183000087039542/source", "state": "file", "uid": 0 } TASK [Run role] **************************************************************** task path: /WORKDIR/git-custom-port-idempotentexw5kh98/tests/tests_share_system_dir.yml:28 Wednesday 14 February 2024 01:42:32 +0000 (0:00:00.679) 0:00:01.068 **** TASK [linux-system-roles.nbde_server : Set version specific variables] ********* task path: /WORKDIR/git-custom-port-idempotentexw5kh98/tests/roles/linux-system-roles.nbde_server/tasks/main.yml:6 Wednesday 14 February 2024 01:42:32 +0000 (0:00:00.014) 0:00:01.082 **** included: /WORKDIR/git-custom-port-idempotentexw5kh98/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-idempotentexw5kh98/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:2 Wednesday 14 February 2024 01:42:32 +0000 (0:00:00.021) 0:00:01.104 **** ok: [sut] TASK [linux-system-roles.nbde_server : Check if system is ostree] ************** task path: /WORKDIR/git-custom-port-idempotentexw5kh98/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:11 Wednesday 14 February 2024 01:42:32 +0000 (0:00:00.473) 0:00:01.578 **** 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-idempotentexw5kh98/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:16 Wednesday 14 February 2024 01:42:32 +0000 (0:00:00.206) 0:00:01.784 **** 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-idempotentexw5kh98/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:20 Wednesday 14 February 2024 01:42:32 +0000 (0:00:00.021) 0:00:01.806 **** 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-idempotentexw5kh98/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-idempotentexw5kh98/tests/roles/linux-system-roles.nbde_server/tasks/main.yml:9 Wednesday 14 February 2024 01:42:32 +0000 (0:00:00.022) 0:00:01.828 **** included: /WORKDIR/git-custom-port-idempotentexw5kh98/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-idempotentexw5kh98/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:2 Wednesday 14 February 2024 01:42:32 +0000 (0:00:00.022) 0:00:01.851 **** 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-idempotentexw5kh98/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:9 Wednesday 14 February 2024 01:42:34 +0000 (0:00:01.326) 0:00:03.178 **** 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-idempotentexw5kh98/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:18 Wednesday 14 February 2024 01:42:34 +0000 (0:00:00.018) 0:00:03.196 **** 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-idempotentexw5kh98/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:27 Wednesday 14 February 2024 01:42:34 +0000 (0:00:00.260) 0:00:03.457 **** 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-idempotentexw5kh98/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:32 Wednesday 14 February 2024 01:42:34 +0000 (0:00:00.018) 0:00:03.475 **** included: /WORKDIR/git-custom-port-idempotentexw5kh98/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-idempotentexw5kh98/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Wednesday 14 February 2024 01:42:34 +0000 (0:00:00.065) 0:00:03.541 **** 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-idempotentexw5kh98/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:5 Wednesday 14 February 2024 01:42:34 +0000 (0:00:00.012) 0:00:03.553 **** 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-idempotentexw5kh98/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:13 Wednesday 14 February 2024 01:42:34 +0000 (0:00:00.010) 0:00:03.564 **** 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-idempotentexw5kh98/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:21 Wednesday 14 February 2024 01:42:34 +0000 (0:00:00.014) 0:00:03.579 **** 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-idempotentexw5kh98/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:25 Wednesday 14 February 2024 01:42:34 +0000 (0:00:00.010) 0:00:03.590 **** 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-idempotentexw5kh98/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:30 Wednesday 14 February 2024 01:42:34 +0000 (0:00:00.011) 0:00:03.601 **** skipping: [sut] => {} TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /WORKDIR/git-custom-port-idempotentexw5kh98/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:35 Wednesday 14 February 2024 01:42:34 +0000 (0:00:00.009) 0:00:03.611 **** 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-idempotentexw5kh98/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:43 Wednesday 14 February 2024 01:42:34 +0000 (0:00:00.009) 0:00:03.621 **** 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-idempotentexw5kh98/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:48 Wednesday 14 February 2024 01:42:34 +0000 (0:00:00.009) 0:00:03.630 **** 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-idempotentexw5kh98/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:53 Wednesday 14 February 2024 01:42:34 +0000 (0:00:00.009) 0:00:03.640 **** 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-idempotentexw5kh98/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:58 Wednesday 14 February 2024 01:42:34 +0000 (0:00:00.009) 0:00:03.649 **** 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-idempotentexw5kh98/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:63 Wednesday 14 February 2024 01:42:34 +0000 (0:00:00.009) 0:00:03.659 **** TASK [fedora.linux_system_roles.selinux : Set SELinux file contexts] *********** task path: /WORKDIR/git-custom-port-idempotentexw5kh98/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:74 Wednesday 14 February 2024 01:42:34 +0000 (0:00:00.013) 0:00:03.672 **** TASK [fedora.linux_system_roles.selinux : Set an SELinux label on a port] ****** task path: /WORKDIR/git-custom-port-idempotentexw5kh98/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:87 Wednesday 14 February 2024 01:42:34 +0000 (0:00:00.012) 0:00:03.684 **** 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-idempotentexw5kh98/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:99 Wednesday 14 February 2024 01:42:34 +0000 (0:00:00.013) 0:00:03.698 **** TASK [fedora.linux_system_roles.selinux : Get SELinux modules facts] *********** task path: /WORKDIR/git-custom-port-idempotentexw5kh98/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112 Wednesday 14 February 2024 01:42:34 +0000 (0:00:00.008) 0:00:03.706 **** 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-idempotentexw5kh98/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:115 Wednesday 14 February 2024 01:42:34 +0000 (0:00:00.010) 0:00:03.717 **** 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-idempotentexw5kh98/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:128 Wednesday 14 February 2024 01:42:34 +0000 (0:00:00.010) 0:00:03.728 **** TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree in check mode] *** task path: /WORKDIR/git-custom-port-idempotentexw5kh98/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:136 Wednesday 14 February 2024 01:42:34 +0000 (0:00:00.009) 0:00:03.737 **** TASK [linux-system-roles.nbde_server : Stat the tangd custom port systemd directory] *** task path: /WORKDIR/git-custom-port-idempotentexw5kh98/tests/roles/linux-system-roles.nbde_server/tasks/tangd-custom-port.yml:14 Wednesday 14 February 2024 01:42:34 +0000 (0:00:00.009) 0:00:03.746 **** ok: [sut] => { "changed": false, "stat": { "atime": 1707874951.368456, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1707874952.0204556, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 492831040, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0775", "mtime": 1707874952.0204556, "nlink": 2, "path": "/etc/systemd/system/tangd.socket.d", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 34, "uid": 0, "version": "561723110", "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-idempotentexw5kh98/tests/roles/linux-system-roles.nbde_server/tasks/tangd-custom-port.yml:19 Wednesday 14 February 2024 01:42:34 +0000 (0:00:00.186) 0:00:03.933 **** 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-idempotentexw5kh98/tests/tests_share_system_dir.yml:102 Wednesday 14 February 2024 01:42:35 +0000 (0:00:00.251) 0:00:04.184 **** ok: [sut] => { "changed": false, "cmd": [ "journalctl", "-ex" ], "delta": "0:00:00.037859", "end": "2024-02-14 01:42:35.458781", "rc": 0, "start": "2024-02-14 01:42:35.420922" } STDOUT: Feb 14 01:33:45 localhost kernel: ACPI: bus type drm_connector registered Feb 14 01:33:45 localhost systemd[1]: Mounting FUSE Control File System... ░░ Subject: A start job for unit sys-fs-fuse-connections.mount has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sys-fs-fuse-connections.mount has begun execution. ░░ ░░ The job identifier is 154. Feb 14 01:33:45 localhost systemd[1]: modprobe@drm.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit modprobe@drm.service has successfully entered the 'dead' state. Feb 14 01:33:45 localhost systemd[1]: Finished Load Kernel Module drm. ░░ Subject: A start job for unit modprobe@drm.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit modprobe@drm.service has finished successfully. ░░ ░░ The job identifier is 230. Feb 14 01:33:45 localhost systemd[1]: Mounted FUSE Control File System. ░░ Subject: A start job for unit sys-fs-fuse-connections.mount has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sys-fs-fuse-connections.mount has finished successfully. ░░ ░░ The job identifier is 154. Feb 14 01:33:45 localhost systemd[1]: Finished Create Static Device Nodes in /dev. ░░ Subject: A start job for unit systemd-tmpfiles-setup-dev.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-tmpfiles-setup-dev.service has finished successfully. ░░ ░░ The job identifier is 177. Feb 14 01:33:45 localhost systemd[1]: Reached target Preparation for Local File Systems. ░░ Subject: A start job for unit local-fs-pre.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit local-fs-pre.target has finished successfully. ░░ ░░ The job identifier is 131. Feb 14 01:33:45 localhost systemd[1]: Reached target Local File Systems. ░░ Subject: A start job for unit local-fs.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit local-fs.target has finished successfully. ░░ ░░ The job identifier is 129. Feb 14 01:33:45 localhost systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met. ░░ Subject: A start job for unit ldconfig.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit ldconfig.service has finished successfully. ░░ ░░ The job identifier is 159. Feb 14 01:33:45 localhost systemd[1]: Mark the need to relabel after reboot was skipped because of an unmet condition check (ConditionSecurity=!selinux). ░░ Subject: A start job for unit selinux-autorelabel-mark.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit selinux-autorelabel-mark.service has finished successfully. ░░ ░░ The job identifier is 147. Feb 14 01:33:45 localhost systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met. ░░ Subject: A start job for unit systemd-binfmt.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-binfmt.service has finished successfully. ░░ ░░ The job identifier is 126. Feb 14 01:33:45 localhost systemd[1]: Store a System Token in an EFI Variable was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/LoaderFeatures-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f). ░░ Subject: A start job for unit systemd-boot-system-token.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-boot-system-token.service has finished successfully. ░░ ░░ The job identifier is 171. Feb 14 01:33:45 localhost systemd[1]: Starting Automatic Boot Loader Update... ░░ Subject: A start job for unit systemd-boot-update.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-boot-update.service has begun execution. ░░ ░░ The job identifier is 174. Feb 14 01:33:45 localhost systemd[1]: Starting Commit a transient machine-id on disk... ░░ Subject: A start job for unit systemd-machine-id-commit.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-machine-id-commit.service has begun execution. ░░ ░░ The job identifier is 151. Feb 14 01:33:45 localhost bootctl[499]: Couldn't find EFI system partition, skipping. Feb 14 01:33:45 localhost systemd[1]: Starting Create Volatile Files and Directories... ░░ Subject: A start job for unit systemd-tmpfiles-setup.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-tmpfiles-setup.service has begun execution. ░░ ░░ The job identifier is 138. Feb 14 01:33:45 localhost systemd[1]: Starting Rule-based Manager for Device Events and Files... ░░ Subject: A start job for unit systemd-udevd.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-udevd.service has begun execution. ░░ ░░ The job identifier is 164. Feb 14 01:33:45 localhost systemd[1]: Finished Automatic Boot Loader Update. ░░ Subject: A start job for unit systemd-boot-update.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-boot-update.service has finished successfully. ░░ ░░ The job identifier is 174. Feb 14 01:33:45 localhost systemd[1]: etc-machine\x2did.mount: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit etc-machine\x2did.mount has successfully entered the 'dead' state. Feb 14 01:33:45 localhost systemd[1]: Finished Commit a transient machine-id on disk. ░░ Subject: A start job for unit systemd-machine-id-commit.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-machine-id-commit.service has finished successfully. ░░ ░░ The job identifier is 151. Feb 14 01:33:45 localhost systemd-udevd[502]: Using default interface naming scheme 'rhel-9.0'. Feb 14 01:33:46 localhost systemd[1]: Finished Create Volatile Files and Directories. ░░ Subject: A start job for unit systemd-tmpfiles-setup.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-tmpfiles-setup.service has finished successfully. ░░ ░░ The job identifier is 138. Feb 14 01:33:46 localhost systemd[1]: Mounting RPC Pipe File System... ░░ Subject: A start job for unit var-lib-nfs-rpc_pipefs.mount has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit var-lib-nfs-rpc_pipefs.mount has begun execution. ░░ ░░ The job identifier is 220. Feb 14 01:33:46 localhost systemd[1]: Starting Security Auditing Service... ░░ Subject: A start job for unit auditd.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit auditd.service has begun execution. ░░ ░░ The job identifier is 233. Feb 14 01:33:46 localhost systemd[1]: Starting RPC Bind... ░░ Subject: A start job for unit rpcbind.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit rpcbind.service has begun execution. ░░ ░░ The job identifier is 239. Feb 14 01:33:46 localhost systemd[1]: Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var). ░░ Subject: A start job for unit systemd-journal-catalog-update.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-journal-catalog-update.service has finished successfully. ░░ ░░ The job identifier is 146. Feb 14 01:33:46 localhost systemd[1]: Update is Completed was skipped because no trigger condition checks were met. ░░ Subject: A start job for unit systemd-update-done.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-update-done.service has finished successfully. ░░ ░░ The job identifier is 153. Feb 14 01:33:46 localhost kernel: RPC: Registered named UNIX socket transport module. Feb 14 01:33:46 localhost kernel: RPC: Registered udp transport module. Feb 14 01:33:46 localhost kernel: RPC: Registered tcp transport module. Feb 14 01:33:46 localhost kernel: RPC: Registered tcp-with-tls transport module. Feb 14 01:33:46 localhost kernel: RPC: Registered tcp NFSv4.1 backchannel transport module. Feb 14 01:33:46 localhost systemd[1]: Mounted RPC Pipe File System. ░░ Subject: A start job for unit var-lib-nfs-rpc_pipefs.mount has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit var-lib-nfs-rpc_pipefs.mount has finished successfully. ░░ ░░ The job identifier is 220. Feb 14 01:33:46 localhost systemd[1]: Reached target rpc_pipefs.target. ░░ Subject: A start job for unit rpc_pipefs.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit rpc_pipefs.target has finished successfully. ░░ ░░ The job identifier is 219. Feb 14 01:33:46 localhost systemd[1]: Started Rule-based Manager for Device Events and Files. ░░ Subject: A start job for unit systemd-udevd.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-udevd.service has finished successfully. ░░ ░░ The job identifier is 164. Feb 14 01:33:46 localhost systemd[1]: Starting Load Kernel Module configfs... ░░ Subject: A start job for unit modprobe@configfs.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit modprobe@configfs.service has begun execution. ░░ ░░ The job identifier is 259. Feb 14 01:33:46 localhost systemd[1]: modprobe@configfs.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit modprobe@configfs.service has successfully entered the 'dead' state. Feb 14 01:33:46 localhost systemd[1]: Finished Load Kernel Module configfs. ░░ Subject: A start job for unit modprobe@configfs.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit modprobe@configfs.service has finished successfully. ░░ ░░ The job identifier is 259. Feb 14 01:33:46 localhost kernel: input: PC Speaker as /devices/platform/pcspkr/input/input5 Feb 14 01:33:46 localhost kernel: RAPL PMU: API unit is 2^-32 Joules, 0 fixed counters, 655360 ms ovfl timer Feb 14 01:33:46 localhost kernel: piix4_smbus 0000:00:01.3: SMBus base address uninitialized - upgrade BIOS or use force_addr=0xaddr Feb 14 01:33:47 localhost systemd-udevd[514]: Network interface NamePolicy= disabled on kernel command line. Feb 14 01:33:47 localhost systemd[1]: Started RPC Bind. ░░ Subject: A start job for unit rpcbind.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit rpcbind.service has finished successfully. ░░ ░░ The job identifier is 239. Feb 14 01:33:47 localhost auditd[541]: No plugins found, not dispatching events Feb 14 01:33:47 localhost auditd[541]: Init complete, auditd 3.1.2 listening for events (startup state enable) Feb 14 01:33:47 localhost kernel: cirrus 0000:00:02.0: vgaarb: deactivate vga console Feb 14 01:33:47 localhost kernel: Console: switching to colour dummy device 80x25 Feb 14 01:33:47 localhost kernel: [drm] Initialized cirrus 2.0.0 2019 for 0000:00:02.0 on minor 0 Feb 14 01:33:47 localhost kernel: fbcon: cirrusdrmfb (fb0) is primary device Feb 14 01:33:47 localhost kernel: Console: switching to colour frame buffer device 128x48 Feb 14 01:33:47 localhost kernel: cirrus 0000:00:02.0: [drm] fb0: cirrusdrmfb frame buffer device Feb 14 01:33:47 localhost augenrules[544]: /sbin/augenrules: No change Feb 14 01:33:48 localhost augenrules[571]: No rules Feb 14 01:33:48 localhost augenrules[571]: enabled 1 Feb 14 01:33:48 localhost augenrules[571]: failure 1 Feb 14 01:33:48 localhost augenrules[571]: pid 541 Feb 14 01:33:48 localhost augenrules[571]: rate_limit 0 Feb 14 01:33:48 localhost augenrules[571]: backlog_limit 8192 Feb 14 01:33:48 localhost augenrules[571]: lost 0 Feb 14 01:33:48 localhost augenrules[571]: backlog 0 Feb 14 01:33:48 localhost augenrules[571]: backlog_wait_time 60000 Feb 14 01:33:48 localhost augenrules[571]: backlog_wait_time_actual 0 Feb 14 01:33:48 localhost augenrules[571]: enabled 1 Feb 14 01:33:48 localhost augenrules[571]: failure 1 Feb 14 01:33:48 localhost augenrules[571]: pid 541 Feb 14 01:33:48 localhost augenrules[571]: rate_limit 0 Feb 14 01:33:48 localhost augenrules[571]: backlog_limit 8192 Feb 14 01:33:48 localhost augenrules[571]: lost 0 Feb 14 01:33:48 localhost augenrules[571]: backlog 4 Feb 14 01:33:48 localhost augenrules[571]: backlog_wait_time 60000 Feb 14 01:33:48 localhost augenrules[571]: backlog_wait_time_actual 0 Feb 14 01:33:48 localhost augenrules[571]: enabled 1 Feb 14 01:33:48 localhost augenrules[571]: failure 1 Feb 14 01:33:48 localhost augenrules[571]: pid 541 Feb 14 01:33:48 localhost augenrules[571]: rate_limit 0 Feb 14 01:33:48 localhost augenrules[571]: backlog_limit 8192 Feb 14 01:33:48 localhost augenrules[571]: lost 0 Feb 14 01:33:48 localhost augenrules[571]: backlog 4 Feb 14 01:33:48 localhost augenrules[571]: backlog_wait_time 60000 Feb 14 01:33:48 localhost augenrules[571]: backlog_wait_time_actual 0 Feb 14 01:33:48 localhost systemd[1]: Started Security Auditing Service. ░░ Subject: A start job for unit auditd.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit auditd.service has finished successfully. ░░ ░░ The job identifier is 233. Feb 14 01:33:48 localhost systemd[1]: Starting Record System Boot/Shutdown in UTMP... ░░ Subject: A start job for unit systemd-update-utmp.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-update-utmp.service has begun execution. ░░ ░░ The job identifier is 238. Feb 14 01:33:48 localhost systemd[1]: Finished Record System Boot/Shutdown in UTMP. ░░ Subject: A start job for unit systemd-update-utmp.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-update-utmp.service has finished successfully. ░░ ░░ The job identifier is 238. Feb 14 01:33:48 localhost systemd[1]: Reached target System Initialization. ░░ Subject: A start job for unit sysinit.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sysinit.target has finished successfully. ░░ ░░ The job identifier is 118. Feb 14 01:33:48 localhost systemd[1]: Started dnf makecache --timer. ░░ Subject: A start job for unit dnf-makecache.timer has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit dnf-makecache.timer has finished successfully. ░░ ░░ The job identifier is 183. Feb 14 01:33:48 localhost systemd[1]: Started Daily rotation of log files. ░░ Subject: A start job for unit logrotate.timer has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit logrotate.timer has finished successfully. ░░ ░░ The job identifier is 182. Feb 14 01:33:48 localhost systemd[1]: Started Daily Cleanup of Temporary Directories. ░░ Subject: A start job for unit systemd-tmpfiles-clean.timer has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-tmpfiles-clean.timer has finished successfully. ░░ ░░ The job identifier is 181. Feb 14 01:33:48 localhost systemd[1]: Reached target Timer Units. ░░ Subject: A start job for unit timers.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit timers.target has finished successfully. ░░ ░░ The job identifier is 180. Feb 14 01:33:48 localhost systemd[1]: Listening on D-Bus System Message Bus Socket. ░░ Subject: A start job for unit dbus.socket has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit dbus.socket has finished successfully. ░░ ░░ The job identifier is 187. Feb 14 01:33:48 localhost systemd[1]: Listening on SSSD Kerberos Cache Manager responder socket. ░░ Subject: A start job for unit sssd-kcm.socket has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sssd-kcm.socket has finished successfully. ░░ ░░ The job identifier is 195. Feb 14 01:33:48 localhost systemd[1]: Reached target Socket Units. ░░ Subject: A start job for unit sockets.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sockets.target has finished successfully. ░░ ░░ The job identifier is 192. Feb 14 01:33:48 localhost systemd[1]: Starting D-Bus System Message Bus... ░░ Subject: A start job for unit dbus-broker.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit dbus-broker.service has begun execution. ░░ ░░ The job identifier is 188. Feb 14 01:33:48 localhost systemd[1]: TPM2 PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f). ░░ Subject: A start job for unit systemd-pcrphase-sysinit.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-pcrphase-sysinit.service has finished successfully. ░░ ░░ The job identifier is 156. Feb 14 01:33:49 localhost systemd[1]: Started D-Bus System Message Bus. ░░ Subject: A start job for unit dbus-broker.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit dbus-broker.service has finished successfully. ░░ ░░ The job identifier is 188. Feb 14 01:33:49 localhost systemd[1]: Reached target Basic System. ░░ Subject: A start job for unit basic.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit basic.target has finished successfully. ░░ ░░ The job identifier is 117. Feb 14 01:33:49 localhost systemd[1]: Starting NTP client/server... ░░ Subject: A start job for unit chronyd.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit chronyd.service has begun execution. ░░ ░░ The job identifier is 241. Feb 14 01:33:49 localhost systemd[1]: Starting Initial cloud-init job (pre-networking)... ░░ Subject: A start job for unit cloud-init-local.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit cloud-init-local.service has begun execution. ░░ ░░ The job identifier is 206. Feb 14 01:33:49 localhost systemd[1]: Starting Restore /run/initramfs on shutdown... ░░ Subject: A start job for unit dracut-shutdown.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit dracut-shutdown.service has begun execution. ░░ ░░ The job identifier is 128. Feb 14 01:33:49 localhost systemd[1]: Started irqbalance daemon. ░░ Subject: A start job for unit irqbalance.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit irqbalance.service has finished successfully. ░░ ░░ The job identifier is 240. Feb 14 01:33:49 localhost systemd[1]: Load CPU microcode update was skipped because of an unmet condition check (ConditionPathExists=/sys/devices/system/cpu/microcode/reload). ░░ Subject: A start job for unit microcode.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit microcode.service has finished successfully. ░░ ░░ The job identifier is 179. Feb 14 01:33:49 localhost systemd[1]: Started Hardware RNG Entropy Gatherer Daemon. ░░ Subject: A start job for unit rngd.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit rngd.service has finished successfully. ░░ ░░ The job identifier is 236. Feb 14 01:33:49 localhost systemd[1]: 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://access.redhat.com/support ░░ ░░ A start job for unit sshd-keygen@ecdsa.service has finished successfully. ░░ ░░ The job identifier is 212. Feb 14 01:33:49 localhost systemd[1]: 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://access.redhat.com/support ░░ ░░ A start job for unit sshd-keygen@ed25519.service has finished successfully. ░░ ░░ The job identifier is 213. Feb 14 01:33:49 localhost systemd[1]: 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://access.redhat.com/support ░░ ░░ A start job for unit sshd-keygen@rsa.service has finished successfully. ░░ ░░ The job identifier is 210. Feb 14 01:33:49 localhost systemd[1]: Reached target sshd-keygen.target. ░░ Subject: A start job for unit sshd-keygen.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sshd-keygen.target has finished successfully. ░░ ░░ The job identifier is 209. Feb 14 01:33:49 localhost systemd[1]: System Security Services Daemon was skipped because no trigger condition checks were met. ░░ Subject: A start job for unit sssd.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sssd.service has finished successfully. ░░ ░░ The job identifier is 199. Feb 14 01:33:49 localhost systemd[1]: Reached target User and Group Name Lookups. ░░ Subject: A start job for unit nss-user-lookup.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit nss-user-lookup.target has finished successfully. ░░ ░░ The job identifier is 200. Feb 14 01:33:49 localhost systemd[1]: Starting User Login Management... ░░ Subject: A start job for unit systemd-logind.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-logind.service has begun execution. ░░ ░░ The job identifier is 228. Feb 14 01:33:49 localhost dbus-broker-lau[579]: Ready Feb 14 01:33:49 localhost systemd[1]: Starting Rotate log files... ░░ Subject: A start job for unit logrotate.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit logrotate.service has begun execution. ░░ ░░ The job identifier is 263. Feb 14 01:33:49 localhost systemd[1]: Finished Restore /run/initramfs on shutdown. ░░ Subject: A start job for unit dracut-shutdown.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit dracut-shutdown.service has finished successfully. ░░ ░░ The job identifier is 128. Feb 14 01:33:49 localhost systemd-logind[586]: New seat seat0. ░░ Subject: A new seat seat0 is now available ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A new seat seat0 has been configured and is now available. Feb 14 01:33:49 localhost systemd-logind[586]: Watching system buttons on /dev/input/event0 (Power Button) Feb 14 01:33:49 localhost systemd-logind[586]: Watching system buttons on /dev/input/event1 (Sleep Button) Feb 14 01:33:49 localhost systemd-logind[586]: Watching system buttons on /dev/input/event2 (AT Translated Set 2 keyboard) Feb 14 01:33:49 localhost systemd[1]: Started User Login Management. ░░ Subject: A start job for unit systemd-logind.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-logind.service has finished successfully. ░░ ░░ The job identifier is 228. Feb 14 01:33:49 localhost systemd[1]: logrotate.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit logrotate.service has successfully entered the 'dead' state. Feb 14 01:33:49 localhost systemd[1]: Finished Rotate log files. ░░ Subject: A start job for unit logrotate.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit logrotate.service has finished successfully. ░░ ░░ The job identifier is 263. Feb 14 01:33:50 localhost rngd[585]: Disabling 7: PKCS11 Entropy generator (pkcs11) Feb 14 01:33:50 localhost rngd[585]: Disabling 5: NIST Network Entropy Beacon (nist) Feb 14 01:33:50 localhost rngd[585]: Disabling 9: Qrypt quantum entropy beacon (qrypt) Feb 14 01:33:50 localhost rngd[585]: Initializing available sources Feb 14 01:33:50 localhost rngd[585]: [hwrng ]: Initialization Failed Feb 14 01:33:50 localhost rngd[585]: [rdrand]: Enabling RDRAND rng support Feb 14 01:33:50 localhost rngd[585]: [rdrand]: Initialized Feb 14 01:33:50 localhost rngd[585]: [jitter]: JITTER timeout set to 5 sec Feb 14 01:33:50 localhost rngd[585]: [jitter]: Initializing AES buffer Feb 14 01:33:50 localhost chronyd[606]: chronyd version 4.3 starting (+CMDMON +NTP +REFCLOCK +RTC +PRIVDROP +SCFILTER +SIGND +ASYNCDNS +NTS +SECHASH +IPV6 +DEBUG) Feb 14 01:33:50 localhost chronyd[606]: Frequency 0.000 +/- 1000000.000 ppm read from /var/lib/chrony/drift Feb 14 01:33:50 localhost chronyd[606]: Using right/UTC timezone to obtain leap second data Feb 14 01:33:50 localhost chronyd[606]: Loaded seccomp filter (level 2) Feb 14 01:33:50 localhost systemd[1]: Started NTP client/server. ░░ Subject: A start job for unit chronyd.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit chronyd.service has finished successfully. ░░ ░░ The job identifier is 241. Feb 14 01:33:55 localhost rngd[585]: [jitter]: Unable to obtain AES key, disabling JITTER source Feb 14 01:33:55 localhost rngd[585]: [jitter]: Initialization Failed Feb 14 01:33:55 localhost rngd[585]: Process privileges have been dropped to 2:2 Feb 14 01:33:58 localhost cloud-init[610]: Cloud-init v. 23.4-2.el9 running 'init-local' at Wed, 14 Feb 2024 01:33:58 +0000. Up 33.88 seconds. Feb 14 01:33:58 localhost dhclient[613]: Internet Systems Consortium DHCP Client 4.4.2b1 Feb 14 01:33:58 localhost dhclient[613]: Copyright 2004-2019 Internet Systems Consortium. Feb 14 01:33:58 localhost dhclient[613]: All rights reserved. Feb 14 01:33:58 localhost dhclient[613]: For info, please visit https://www.isc.org/software/dhcp/ Feb 14 01:33:58 localhost dhclient[613]: Feb 14 01:33:58 localhost dhclient[613]: Listening on LPF/eth0/12:26:26:90:9f:9d Feb 14 01:33:58 localhost dhclient[613]: Sending on LPF/eth0/12:26:26:90:9f:9d Feb 14 01:33:58 localhost dhclient[613]: Sending on Socket/fallback Feb 14 01:33:58 localhost dhclient[613]: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 6 (xid=0x57419e56) Feb 14 01:33:58 localhost dhclient[613]: DHCPOFFER of 10.31.8.201 from 10.31.8.1 Feb 14 01:33:58 localhost dhclient[613]: DHCPREQUEST for 10.31.8.201 on eth0 to 255.255.255.255 port 67 (xid=0x57419e56) Feb 14 01:33:58 localhost dhclient[613]: DHCPACK of 10.31.8.201 from 10.31.8.1 (xid=0x57419e56) Feb 14 01:33:58 localhost dhclient[613]: bound to 10.31.8.201 -- renewal in 1559 seconds. Feb 14 01:33:59 localhost /usr/sbin/irqbalance[584]: Cannot change IRQ 0 affinity: Input/output error Feb 14 01:33:59 localhost /usr/sbin/irqbalance[584]: IRQ 0 affinity is now unmanaged Feb 14 01:33:59 localhost /usr/sbin/irqbalance[584]: Cannot change IRQ 48 affinity: Input/output error Feb 14 01:33:59 localhost /usr/sbin/irqbalance[584]: IRQ 48 affinity is now unmanaged Feb 14 01:33:59 localhost /usr/sbin/irqbalance[584]: Cannot change IRQ 49 affinity: Input/output error Feb 14 01:33:59 localhost /usr/sbin/irqbalance[584]: IRQ 49 affinity is now unmanaged Feb 14 01:33:59 localhost /usr/sbin/irqbalance[584]: Cannot change IRQ 50 affinity: Input/output error Feb 14 01:33:59 localhost /usr/sbin/irqbalance[584]: IRQ 50 affinity is now unmanaged Feb 14 01:33:59 localhost /usr/sbin/irqbalance[584]: Cannot change IRQ 51 affinity: Input/output error Feb 14 01:33:59 localhost /usr/sbin/irqbalance[584]: IRQ 51 affinity is now unmanaged Feb 14 01:33:59 localhost /usr/sbin/irqbalance[584]: Cannot change IRQ 52 affinity: Input/output error Feb 14 01:33:59 localhost /usr/sbin/irqbalance[584]: IRQ 52 affinity is now unmanaged Feb 14 01:33:59 localhost /usr/sbin/irqbalance[584]: Cannot change IRQ 53 affinity: Input/output error Feb 14 01:33:59 localhost /usr/sbin/irqbalance[584]: IRQ 53 affinity is now unmanaged Feb 14 01:33:59 localhost /usr/sbin/irqbalance[584]: Cannot change IRQ 54 affinity: Input/output error Feb 14 01:33:59 localhost /usr/sbin/irqbalance[584]: IRQ 54 affinity is now unmanaged Feb 14 01:33:59 localhost /usr/sbin/irqbalance[584]: Cannot change IRQ 55 affinity: Input/output error Feb 14 01:33:59 localhost /usr/sbin/irqbalance[584]: IRQ 55 affinity is now unmanaged Feb 14 01:33:59 localhost /usr/sbin/irqbalance[584]: Cannot change IRQ 56 affinity: Input/output error Feb 14 01:33:59 localhost /usr/sbin/irqbalance[584]: IRQ 56 affinity is now unmanaged Feb 14 01:33:59 localhost /usr/sbin/irqbalance[584]: Cannot change IRQ 57 affinity: Input/output error Feb 14 01:33:59 localhost /usr/sbin/irqbalance[584]: IRQ 57 affinity is now unmanaged Feb 14 01:33:59 localhost /usr/sbin/irqbalance[584]: Cannot change IRQ 58 affinity: Input/output error Feb 14 01:33:59 localhost /usr/sbin/irqbalance[584]: IRQ 58 affinity is now unmanaged Feb 14 01:33:59 localhost /usr/sbin/irqbalance[584]: Cannot change IRQ 59 affinity: Input/output error Feb 14 01:33:59 localhost /usr/sbin/irqbalance[584]: IRQ 59 affinity is now unmanaged Feb 14 01:33:59 localhost systemd[1]: Starting Hostname Service... ░░ Subject: A start job for unit systemd-hostnamed.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-hostnamed.service has begun execution. ░░ ░░ The job identifier is 326. Feb 14 01:33:59 localhost systemd[1]: Started Hostname Service. ░░ Subject: A start job for unit systemd-hostnamed.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-hostnamed.service has finished successfully. ░░ ░░ The job identifier is 326. Feb 14 01:33:59 ip-10-31-8-201.us-east-1.aws.redhat.com systemd-hostnamed[628]: Hostname set to (static) Feb 14 01:33:59 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: Finished Initial cloud-init job (pre-networking). ░░ Subject: A start job for unit cloud-init-local.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit cloud-init-local.service has finished successfully. ░░ ░░ The job identifier is 206. Feb 14 01:33:59 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: Reached target Preparation for Network. ░░ Subject: A start job for unit network-pre.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit network-pre.target has finished successfully. ░░ ░░ The job identifier is 135. Feb 14 01:33:59 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: Starting Network Manager... ░░ Subject: A start job for unit NetworkManager.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit NetworkManager.service has begun execution. ░░ ░░ The job identifier is 186. Feb 14 01:34:00 ip-10-31-8-201.us-east-1.aws.redhat.com NetworkManager[632]: [1707874440.4290] NetworkManager (version 1.45.10-1.el9) is starting... (boot:f068e2e4-7087-45eb-b3c6-720324a43fa7) Feb 14 01:34:00 ip-10-31-8-201.us-east-1.aws.redhat.com NetworkManager[632]: [1707874440.4293] Read config: /etc/NetworkManager/NetworkManager.conf (run: 15-carrier-timeout.conf) Feb 14 01:34:00 ip-10-31-8-201.us-east-1.aws.redhat.com NetworkManager[632]: [1707874440.5427] manager[0x56218d0ea040]: monitoring kernel firmware directory '/lib/firmware'. Feb 14 01:34:00 ip-10-31-8-201.us-east-1.aws.redhat.com NetworkManager[632]: [1707874440.5453] hostname: hostname: using hostnamed Feb 14 01:34:00 ip-10-31-8-201.us-east-1.aws.redhat.com NetworkManager[632]: [1707874440.5454] hostname: static hostname changed from (none) to "ip-10-31-8-201.us-east-1.aws.redhat.com" Feb 14 01:34:00 ip-10-31-8-201.us-east-1.aws.redhat.com NetworkManager[632]: [1707874440.5467] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink (auto) Feb 14 01:34:00 ip-10-31-8-201.us-east-1.aws.redhat.com NetworkManager[632]: [1707874440.6637] manager[0x56218d0ea040]: rfkill: Wi-Fi hardware radio set enabled Feb 14 01:34:00 ip-10-31-8-201.us-east-1.aws.redhat.com NetworkManager[632]: [1707874440.6637] manager[0x56218d0ea040]: rfkill: WWAN hardware radio set enabled Feb 14 01:34:00 ip-10-31-8-201.us-east-1.aws.redhat.com NetworkManager[632]: [1707874440.6770] Loaded device plugin: NMTeamFactory (/usr/lib64/NetworkManager/1.45.10-1.el9/libnm-device-plugin-team.so) Feb 14 01:34:00 ip-10-31-8-201.us-east-1.aws.redhat.com NetworkManager[632]: [1707874440.6772] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file Feb 14 01:34:00 ip-10-31-8-201.us-east-1.aws.redhat.com NetworkManager[632]: [1707874440.6782] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file Feb 14 01:34:00 ip-10-31-8-201.us-east-1.aws.redhat.com NetworkManager[632]: [1707874440.6784] manager: Networking is enabled by state file Feb 14 01:34:00 ip-10-31-8-201.us-east-1.aws.redhat.com NetworkManager[632]: [1707874440.6808] settings: Loaded settings plugin: keyfile (internal) Feb 14 01:34:00 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. ░░ Subject: A start job for unit systemd-rfkill.socket has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-rfkill.socket has finished successfully. ░░ ░░ The job identifier is 390. Feb 14 01:34:00 ip-10-31-8-201.us-east-1.aws.redhat.com NetworkManager[632]: [1707874440.6873] settings: Loaded settings plugin: ifcfg-rh ("/usr/lib64/NetworkManager/1.45.10-1.el9/libnm-settings-plugin-ifcfg-rh.so") Feb 14 01:34:00 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: Starting Network Manager Script Dispatcher Service... ░░ Subject: A start job for unit NetworkManager-dispatcher.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit NetworkManager-dispatcher.service has begun execution. ░░ ░░ The job identifier is 397. Feb 14 01:34:00 ip-10-31-8-201.us-east-1.aws.redhat.com NetworkManager[632]: [1707874440.6916] Warning: the ifcfg-rh plugin is deprecated, please migrate connections to the keyfile format using "nmcli connection migrate" Feb 14 01:34:00 ip-10-31-8-201.us-east-1.aws.redhat.com NetworkManager[632]: [1707874440.6933] dhcp: init: Using DHCP client 'internal' Feb 14 01:34:00 ip-10-31-8-201.us-east-1.aws.redhat.com NetworkManager[632]: [1707874440.6935] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1) Feb 14 01:34:00 ip-10-31-8-201.us-east-1.aws.redhat.com NetworkManager[632]: [1707874440.6948] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'external') Feb 14 01:34:00 ip-10-31-8-201.us-east-1.aws.redhat.com NetworkManager[632]: [1707874440.6954] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external') Feb 14 01:34:00 ip-10-31-8-201.us-east-1.aws.redhat.com NetworkManager[632]: [1707874440.6963] device (lo): Activation: starting connection 'lo' (9c4f96f7-2ae2-4596-86ea-e8c53af393d3) Feb 14 01:34:00 ip-10-31-8-201.us-east-1.aws.redhat.com NetworkManager[632]: [1707874440.6971] manager: (eth0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2) Feb 14 01:34:00 ip-10-31-8-201.us-east-1.aws.redhat.com NetworkManager[632]: [1707874440.6975] device (eth0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external') Feb 14 01:34:00 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: Started Network Manager. ░░ Subject: A start job for unit NetworkManager.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit NetworkManager.service has finished successfully. ░░ ░░ The job identifier is 186. Feb 14 01:34:00 ip-10-31-8-201.us-east-1.aws.redhat.com NetworkManager[632]: [1707874440.6995] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager" Feb 14 01:34:00 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: Reached target Network. ░░ Subject: A start job for unit network.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit network.target has finished successfully. ░░ ░░ The job identifier is 189. Feb 14 01:34:00 ip-10-31-8-201.us-east-1.aws.redhat.com NetworkManager[632]: [1707874440.7009] device (lo): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'external') Feb 14 01:34:00 ip-10-31-8-201.us-east-1.aws.redhat.com NetworkManager[632]: [1707874440.7017] device (lo): state change: prepare -> config (reason 'none', sys-iface-state: 'external') Feb 14 01:34:00 ip-10-31-8-201.us-east-1.aws.redhat.com NetworkManager[632]: [1707874440.7026] device (lo): state change: config -> ip-config (reason 'none', sys-iface-state: 'external') Feb 14 01:34:00 ip-10-31-8-201.us-east-1.aws.redhat.com NetworkManager[632]: [1707874440.7032] device (eth0): carrier: link connected Feb 14 01:34:00 ip-10-31-8-201.us-east-1.aws.redhat.com NetworkManager[632]: [1707874440.7046] device (lo): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'external') Feb 14 01:34:00 ip-10-31-8-201.us-east-1.aws.redhat.com NetworkManager[632]: [1707874440.7053] device (eth0): state change: unavailable -> disconnected (reason 'carrier-changed', sys-iface-state: 'managed') Feb 14 01:34:00 ip-10-31-8-201.us-east-1.aws.redhat.com NetworkManager[632]: [1707874440.7059] policy: auto-activating connection 'System eth0' (5fb06bd0-0bb0-7ffb-45f1-d6edd65f3e03) Feb 14 01:34:00 ip-10-31-8-201.us-east-1.aws.redhat.com NetworkManager[632]: [1707874440.7064] device (eth0): Activation: starting connection 'System eth0' (5fb06bd0-0bb0-7ffb-45f1-d6edd65f3e03) Feb 14 01:34:00 ip-10-31-8-201.us-east-1.aws.redhat.com NetworkManager[632]: [1707874440.7065] device (eth0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed') Feb 14 01:34:00 ip-10-31-8-201.us-east-1.aws.redhat.com NetworkManager[632]: [1707874440.7068] manager: NetworkManager state is now CONNECTING Feb 14 01:34:00 ip-10-31-8-201.us-east-1.aws.redhat.com NetworkManager[632]: [1707874440.7070] device (eth0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed') Feb 14 01:34:00 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: Starting Network Manager Wait Online... ░░ Subject: A start job for unit NetworkManager-wait-online.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit NetworkManager-wait-online.service has begun execution. ░░ ░░ The job identifier is 185. Feb 14 01:34:00 ip-10-31-8-201.us-east-1.aws.redhat.com NetworkManager[632]: [1707874440.7090] device (eth0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed') Feb 14 01:34:00 ip-10-31-8-201.us-east-1.aws.redhat.com NetworkManager[632]: [1707874440.7098] dhcp4 (eth0): activation: beginning transaction (timeout in 45 seconds) Feb 14 01:34:00 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: Starting GSSAPI Proxy Daemon... ░░ Subject: A start job for unit gssproxy.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit gssproxy.service has begun execution. ░░ ░░ The job identifier is 222. Feb 14 01:34:00 ip-10-31-8-201.us-east-1.aws.redhat.com NetworkManager[632]: [1707874440.7126] dhcp4 (eth0): state changed new lease, address=10.31.8.201 Feb 14 01:34:00 ip-10-31-8-201.us-east-1.aws.redhat.com NetworkManager[632]: [1707874440.7129] policy: set 'System eth0' (eth0) as default for IPv4 routing and DNS Feb 14 01:34:00 ip-10-31-8-201.us-east-1.aws.redhat.com NetworkManager[632]: [1707874440.7202] device (eth0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed') Feb 14 01:34:01 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: Started Network Manager Script Dispatcher Service. ░░ Subject: A start job for unit NetworkManager-dispatcher.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit NetworkManager-dispatcher.service has finished successfully. ░░ ░░ The job identifier is 397. Feb 14 01:34:01 ip-10-31-8-201.us-east-1.aws.redhat.com NetworkManager[632]: [1707874441.0242] device (lo): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'external') Feb 14 01:34:01 ip-10-31-8-201.us-east-1.aws.redhat.com NetworkManager[632]: [1707874441.0246] device (eth0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed') Feb 14 01:34:01 ip-10-31-8-201.us-east-1.aws.redhat.com NetworkManager[632]: [1707874441.0249] device (lo): state change: secondaries -> activated (reason 'none', sys-iface-state: 'external') Feb 14 01:34:01 ip-10-31-8-201.us-east-1.aws.redhat.com NetworkManager[632]: [1707874441.0257] device (lo): Activation: successful, device activated. Feb 14 01:34:01 ip-10-31-8-201.us-east-1.aws.redhat.com NetworkManager[632]: [1707874441.0275] device (eth0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed') Feb 14 01:34:01 ip-10-31-8-201.us-east-1.aws.redhat.com NetworkManager[632]: [1707874441.0280] manager: NetworkManager state is now CONNECTED_SITE Feb 14 01:34:01 ip-10-31-8-201.us-east-1.aws.redhat.com NetworkManager[632]: [1707874441.0284] device (eth0): Activation: successful, device activated. Feb 14 01:34:01 ip-10-31-8-201.us-east-1.aws.redhat.com NetworkManager[632]: [1707874441.0290] manager: NetworkManager state is now CONNECTED_GLOBAL Feb 14 01:34:01 ip-10-31-8-201.us-east-1.aws.redhat.com NetworkManager[632]: [1707874441.0294] manager: startup complete Feb 14 01:34:01 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: Finished Network Manager Wait Online. ░░ Subject: A start job for unit NetworkManager-wait-online.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit NetworkManager-wait-online.service has finished successfully. ░░ ░░ The job identifier is 185. Feb 14 01:34:01 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: Starting Initial cloud-init job (metadata service crawler)... ░░ Subject: A start job for unit cloud-init.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit cloud-init.service has begun execution. ░░ ░░ The job identifier is 207. Feb 14 01:34:01 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: Started GSSAPI Proxy Daemon. ░░ Subject: A start job for unit gssproxy.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit gssproxy.service has finished successfully. ░░ ░░ The job identifier is 222. Feb 14 01:34:01 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: RPC security service for NFS client and server was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab). ░░ Subject: A start job for unit rpc-gssd.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit rpc-gssd.service has finished successfully. ░░ ░░ The job identifier is 218. Feb 14 01:34:01 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: Reached target NFS client services. ░░ Subject: A start job for unit nfs-client.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit nfs-client.target has finished successfully. ░░ ░░ The job identifier is 214. Feb 14 01:34:01 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: Reached target Preparation for Remote File Systems. ░░ Subject: A start job for unit remote-fs-pre.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit remote-fs-pre.target has finished successfully. ░░ ░░ The job identifier is 215. Feb 14 01:34:01 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: Reached target Remote File Systems. ░░ Subject: A start job for unit remote-fs.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit remote-fs.target has finished successfully. ░░ ░░ The job identifier is 234. Feb 14 01:34:01 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: TPM2 PCR Barrier (User) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f). ░░ Subject: A start job for unit systemd-pcrphase.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-pcrphase.service has finished successfully. ░░ ░░ The job identifier is 132. Feb 14 01:34:01 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: Cloud-init v. 23.4-2.el9 running 'init' at Wed, 14 Feb 2024 01:34:01 +0000. Up 37.20 seconds. Feb 14 01:34:01 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: ci-info: +++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++ Feb 14 01:34:01 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: ci-info: +--------+------+------------------------------+---------------+--------+-------------------+ Feb 14 01:34:01 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | Feb 14 01:34:01 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: ci-info: +--------+------+------------------------------+---------------+--------+-------------------+ Feb 14 01:34:01 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: ci-info: | eth0 | True | 10.31.8.201 | 255.255.252.0 | global | 12:26:26:90:9f:9d | Feb 14 01:34:01 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: ci-info: | eth0 | True | fe80::1026:26ff:fe90:9f9d/64 | . | link | 12:26:26:90:9f:9d | Feb 14 01:34:01 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | host | . | Feb 14 01:34:01 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: ci-info: | lo | True | ::1/128 | . | host | . | Feb 14 01:34:01 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: ci-info: +--------+------+------------------------------+---------------+--------+-------------------+ Feb 14 01:34:01 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: ci-info: ++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++ Feb 14 01:34:01 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: ci-info: +-------+-------------+-----------+---------------+-----------+-------+ Feb 14 01:34:01 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | Feb 14 01:34:01 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: ci-info: +-------+-------------+-----------+---------------+-----------+-------+ Feb 14 01:34:01 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: ci-info: | 0 | 0.0.0.0 | 10.31.8.1 | 0.0.0.0 | eth0 | UG | Feb 14 01:34:01 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: ci-info: | 1 | 10.31.8.0 | 0.0.0.0 | 255.255.252.0 | eth0 | U | Feb 14 01:34:01 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: ci-info: +-------+-------------+-----------+---------------+-----------+-------+ Feb 14 01:34:01 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: ci-info: +++++++++++++++++++Route IPv6 info+++++++++++++++++++ Feb 14 01:34:01 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: ci-info: +-------+-------------+---------+-----------+-------+ Feb 14 01:34:01 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: ci-info: | Route | Destination | Gateway | Interface | Flags | Feb 14 01:34:01 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: ci-info: +-------+-------------+---------+-----------+-------+ Feb 14 01:34:01 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: ci-info: | 1 | fe80::/64 | :: | eth0 | U | Feb 14 01:34:01 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: ci-info: | 3 | multicast | :: | eth0 | U | Feb 14 01:34:01 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: ci-info: +-------+-------------+---------+-----------+-------+ Feb 14 01:34:01 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: 2024-02-14 01:34:01,472 - __init__.py[WARNING]: Unhandled non-multipart (text/x-not-multipart) userdata: 'b'~/.citool.d/post-install'...' Feb 14 01:34:04 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: Generating public/private rsa key pair. Feb 14 01:34:04 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key Feb 14 01:34:04 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub Feb 14 01:34:04 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: The key fingerprint is: Feb 14 01:34:04 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: SHA256:1OeVSJuOJYTfcA8J4rH2rxVzjXv3E/SVUxd5npYUrec root@ip-10-31-8-201.us-east-1.aws.redhat.com Feb 14 01:34:04 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: The key's randomart image is: Feb 14 01:34:04 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: +---[RSA 3072]----+ Feb 14 01:34:04 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: | o.o... o=| Feb 14 01:34:04 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: | ..*..++ +=| Feb 14 01:34:04 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: | =.o+*o+oB| Feb 14 01:34:04 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: | o ..B..oX+| Feb 14 01:34:04 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: | S o = =o=| Feb 14 01:34:04 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: | . + oE| Feb 14 01:34:04 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: | o . +| Feb 14 01:34:04 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: | o oo| Feb 14 01:34:04 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: | . o| Feb 14 01:34:04 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: +----[SHA256]-----+ Feb 14 01:34:04 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: Generating public/private dsa key pair. Feb 14 01:34:04 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key Feb 14 01:34:04 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub Feb 14 01:34:04 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: The key fingerprint is: Feb 14 01:34:04 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: SHA256:u06Sc3SGIRpj4MRN5bYrC87MPtl4XJzkVoUuxmkSgRY root@ip-10-31-8-201.us-east-1.aws.redhat.com Feb 14 01:34:04 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: The key's randomart image is: Feb 14 01:34:04 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: +---[DSA 1024]----+ Feb 14 01:34:04 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: | .E=oo. . | Feb 14 01:34:04 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: | o+.o. . . | Feb 14 01:34:04 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: | .. +o+o.. | Feb 14 01:34:04 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: | ..=Booo | Feb 14 01:34:04 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: | .B.+S o | Feb 14 01:34:04 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: | *+ + | Feb 14 01:34:04 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: | .=.o= + | Feb 14 01:34:04 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: | =+.+o = . | Feb 14 01:34:04 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: | .*o. .o | Feb 14 01:34:04 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: +----[SHA256]-----+ Feb 14 01:34:04 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: Generating public/private ecdsa key pair. Feb 14 01:34:04 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key Feb 14 01:34:04 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub Feb 14 01:34:04 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: The key fingerprint is: Feb 14 01:34:04 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: SHA256:nCd3srn2qFv88nZoZn2RREOhzsF6BUX5gU7KWulS+bw root@ip-10-31-8-201.us-east-1.aws.redhat.com Feb 14 01:34:04 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: The key's randomart image is: Feb 14 01:34:04 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: +---[ECDSA 256]---+ Feb 14 01:34:04 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: | .==o| Feb 14 01:34:04 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: | .oo= | Feb 14 01:34:04 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: | . *+..+| Feb 14 01:34:04 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: | . . B+.o..| Feb 14 01:34:04 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: | S O.++. .| Feb 14 01:34:04 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: | B *.o o | Feb 14 01:34:04 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: | * o. .| Feb 14 01:34:04 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: | .o+*Eo .| Feb 14 01:34:04 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: | o+oO+. . | Feb 14 01:34:04 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: +----[SHA256]-----+ Feb 14 01:34:04 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: Generating public/private ed25519 key pair. Feb 14 01:34:04 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key Feb 14 01:34:04 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub Feb 14 01:34:04 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: The key fingerprint is: Feb 14 01:34:04 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: SHA256:KMH6aJ8vy22zmYkNV6zgWT3/8ez8p8k9Z4Ts0xO44TI root@ip-10-31-8-201.us-east-1.aws.redhat.com Feb 14 01:34:04 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: The key's randomart image is: Feb 14 01:34:04 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: +--[ED25519 256]--+ Feb 14 01:34:04 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: | | Feb 14 01:34:04 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: | . | Feb 14 01:34:04 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: | o | Feb 14 01:34:04 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: | . . + | Feb 14 01:34:04 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: | . o o S ... | Feb 14 01:34:04 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: | + = o o oo..| Feb 14 01:34:04 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: | o = o . o.oo.| Feb 14 01:34:04 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: | . o.Bo+ E Oo==| Feb 14 01:34:04 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: | *=Oo +.O=B| Feb 14 01:34:04 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[722]: +----[SHA256]-----+ Feb 14 01:34:04 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: Finished Initial cloud-init job (metadata service crawler). ░░ Subject: A start job for unit cloud-init.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit cloud-init.service has finished successfully. ░░ ░░ The job identifier is 207. Feb 14 01:34:04 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: Reached target Cloud-config availability. ░░ Subject: A start job for unit cloud-config.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit cloud-config.target has finished successfully. ░░ ░░ The job identifier is 205. Feb 14 01:34:04 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: Reached target Network is Online. ░░ Subject: A start job for unit network-online.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit network-online.target has finished successfully. ░░ ░░ The job identifier is 184. Feb 14 01:34:04 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: Starting Apply the settings specified in cloud-config... ░░ Subject: A start job for unit cloud-config.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit cloud-config.service has begun execution. ░░ ░░ The job identifier is 204. Feb 14 01:34:04 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: Starting Crash recovery kernel arming... ░░ Subject: A start job for unit kdump.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit kdump.service has begun execution. ░░ ░░ The job identifier is 231. Feb 14 01:34:04 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: Starting The restraint harness.... ░░ Subject: A start job for unit restraintd.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit restraintd.service has begun execution. ░░ ░░ The job identifier is 198. Feb 14 01:34:04 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: Starting Notify NFS peers of a restart... ░░ Subject: A start job for unit rpc-statd-notify.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit rpc-statd-notify.service has begun execution. ░░ ░░ The job identifier is 216. Feb 14 01:34:04 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: Starting System Logging Service... ░░ Subject: A start job for unit rsyslog.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit rsyslog.service has begun execution. ░░ ░░ The job identifier is 235. Feb 14 01:34:04 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: Starting OpenSSH server daemon... ░░ Subject: A start job for unit sshd.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sshd.service has begun execution. ░░ ░░ The job identifier is 208. Feb 14 01:34:04 ip-10-31-8-201.us-east-1.aws.redhat.com sm-notify[799]: Version 2.5.4 starting Feb 14 01:34:04 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: Started Notify NFS peers of a restart. ░░ Subject: A start job for unit rpc-statd-notify.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit rpc-statd-notify.service has finished successfully. ░░ ░░ The job identifier is 216. Feb 14 01:34:04 ip-10-31-8-201.us-east-1.aws.redhat.com sshd[801]: Server listening on 0.0.0.0 port 22. Feb 14 01:34:04 ip-10-31-8-201.us-east-1.aws.redhat.com sshd[801]: Server listening on :: port 22. Feb 14 01:34:04 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: Started OpenSSH server daemon. ░░ Subject: A start job for unit sshd.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sshd.service has finished successfully. ░░ ░░ The job identifier is 208. Feb 14 01:34:04 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: Started The restraint harness.. ░░ Subject: A start job for unit restraintd.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit restraintd.service has finished successfully. ░░ ░░ The job identifier is 198. Feb 14 01:34:05 ip-10-31-8-201.us-east-1.aws.redhat.com rsyslogd[800]: [origin software="rsyslogd" swVersion="8.2310.0-3.el9" x-pid="800" x-info="https://www.rsyslog.com"] start Feb 14 01:34:05 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: Started System Logging Service. ░░ Subject: A start job for unit rsyslog.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit rsyslog.service has finished successfully. ░░ ░░ The job identifier is 235. Feb 14 01:34:05 ip-10-31-8-201.us-east-1.aws.redhat.com rsyslogd[800]: imjournal: journal files changed, reloading... [v8.2310.0-3.el9 try https://www.rsyslog.com/e/0 ] Feb 14 01:34:05 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[855]: Cloud-init v. 23.4-2.el9 running 'modules:config' at Wed, 14 Feb 2024 01:34:05 +0000. Up 41.09 seconds. Feb 14 01:34:05 ip-10-31-8-201.us-east-1.aws.redhat.com restraintd[813]: Listening on http://localhost:8081 Feb 14 01:34:05 ip-10-31-8-201.us-east-1.aws.redhat.com sshd[801]: Received signal 15; terminating. Feb 14 01:34:05 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: Stopping OpenSSH server daemon... ░░ Subject: A stop job for unit sshd.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit sshd.service has begun execution. ░░ ░░ The job identifier is 474. Feb 14 01:34:05 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: sshd.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit sshd.service has successfully entered the 'dead' state. Feb 14 01:34:05 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: Stopped OpenSSH server daemon. ░░ Subject: A stop job for unit sshd.service has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit sshd.service has finished. ░░ ░░ The job identifier is 474 and the job result is done. Feb 14 01:34:05 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: Stopped target sshd-keygen.target. ░░ Subject: A stop job for unit sshd-keygen.target has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit sshd-keygen.target has finished. ░░ ░░ The job identifier is 541 and the job result is done. Feb 14 01:34:05 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: Stopping sshd-keygen.target... ░░ Subject: A stop job for unit sshd-keygen.target has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit sshd-keygen.target has begun execution. ░░ ░░ The job identifier is 541. Feb 14 01:34:05 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: 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://access.redhat.com/support ░░ ░░ A start job for unit sshd-keygen@ecdsa.service has finished successfully. ░░ ░░ The job identifier is 539. Feb 14 01:34:05 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: 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://access.redhat.com/support ░░ ░░ A start job for unit sshd-keygen@ed25519.service has finished successfully. ░░ ░░ The job identifier is 540. Feb 14 01:34:05 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: 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://access.redhat.com/support ░░ ░░ A start job for unit sshd-keygen@rsa.service has finished successfully. ░░ ░░ The job identifier is 537. Feb 14 01:34:05 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: Reached target sshd-keygen.target. ░░ Subject: A start job for unit sshd-keygen.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sshd-keygen.target has finished successfully. ░░ ░░ The job identifier is 541. Feb 14 01:34:05 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: Starting OpenSSH server daemon... ░░ Subject: A start job for unit sshd.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sshd.service has begun execution. ░░ ░░ The job identifier is 474. Feb 14 01:34:05 ip-10-31-8-201.us-east-1.aws.redhat.com sshd[865]: Server listening on 0.0.0.0 port 22. Feb 14 01:34:05 ip-10-31-8-201.us-east-1.aws.redhat.com sshd[865]: Server listening on :: port 22. Feb 14 01:34:05 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: Started OpenSSH server daemon. ░░ Subject: A start job for unit sshd.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sshd.service has finished successfully. ░░ ░░ The job identifier is 474. Feb 14 01:34:05 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: Finished Apply the settings specified in cloud-config. ░░ Subject: A start job for unit cloud-config.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit cloud-config.service has finished successfully. ░░ ░░ The job identifier is 204. Feb 14 01:34:05 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: Starting Execute cloud user/final scripts... ░░ Subject: A start job for unit cloud-final.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit cloud-final.service has begun execution. ░░ ░░ The job identifier is 203. Feb 14 01:34:05 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: Starting Permit User Sessions... ░░ Subject: A start job for unit systemd-user-sessions.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-user-sessions.service has begun execution. ░░ ░░ The job identifier is 244. Feb 14 01:34:05 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: Finished Permit User Sessions. ░░ Subject: A start job for unit systemd-user-sessions.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-user-sessions.service has finished successfully. ░░ ░░ The job identifier is 244. Feb 14 01:34:05 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: Started Command Scheduler. ░░ Subject: A start job for unit crond.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit crond.service has finished successfully. ░░ ░░ The job identifier is 232. Feb 14 01:34:05 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: Started Getty on tty1. ░░ Subject: A start job for unit getty@tty1.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit getty@tty1.service has finished successfully. ░░ ░░ The job identifier is 224. Feb 14 01:34:05 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: Reached target Login Prompts. ░░ Subject: A start job for unit getty.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit getty.target has finished successfully. ░░ ░░ The job identifier is 223. Feb 14 01:34:05 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: Reached target Multi-User System. ░░ Subject: A start job for unit multi-user.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit multi-user.target has finished successfully. ░░ ░░ The job identifier is 116. Feb 14 01:34:05 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: Starting Record Runlevel Change in UTMP... ░░ Subject: A start job for unit systemd-update-utmp-runlevel.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-update-utmp-runlevel.service has begun execution. ░░ ░░ The job identifier is 237. Feb 14 01:34:05 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: systemd-update-utmp-runlevel.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit systemd-update-utmp-runlevel.service has successfully entered the 'dead' state. Feb 14 01:34:05 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: Finished Record Runlevel Change in UTMP. ░░ Subject: A start job for unit systemd-update-utmp-runlevel.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-update-utmp-runlevel.service has finished successfully. ░░ ░░ The job identifier is 237. Feb 14 01:34:05 ip-10-31-8-201.us-east-1.aws.redhat.com crond[889]: (CRON) STARTUP (1.5.7) Feb 14 01:34:05 ip-10-31-8-201.us-east-1.aws.redhat.com crond[889]: (CRON) INFO (Syslog will be used instead of sendmail.) Feb 14 01:34:05 ip-10-31-8-201.us-east-1.aws.redhat.com crond[889]: (CRON) INFO (RANDOM_DELAY will be scaled with factor 99% if used.) Feb 14 01:34:05 ip-10-31-8-201.us-east-1.aws.redhat.com crond[889]: (CRON) INFO (running with inotify support) Feb 14 01:34:05 ip-10-31-8-201.us-east-1.aws.redhat.com kdumpctl[804]: kdump: Detected change(s) in the following file(s): /etc/fstab Feb 14 01:34:05 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[1089]: Cloud-init v. 23.4-2.el9 running 'modules:final' at Wed, 14 Feb 2024 01:34:05 +0000. Up 41.69 seconds. Feb 14 01:34:05 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[1091]: ############################################################# Feb 14 01:34:05 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[1092]: -----BEGIN SSH HOST KEY FINGERPRINTS----- Feb 14 01:34:05 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[1094]: 1024 SHA256:u06Sc3SGIRpj4MRN5bYrC87MPtl4XJzkVoUuxmkSgRY root@ip-10-31-8-201.us-east-1.aws.redhat.com (DSA) Feb 14 01:34:05 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[1096]: 256 SHA256:nCd3srn2qFv88nZoZn2RREOhzsF6BUX5gU7KWulS+bw root@ip-10-31-8-201.us-east-1.aws.redhat.com (ECDSA) Feb 14 01:34:05 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[1098]: 256 SHA256:KMH6aJ8vy22zmYkNV6zgWT3/8ez8p8k9Z4Ts0xO44TI root@ip-10-31-8-201.us-east-1.aws.redhat.com (ED25519) Feb 14 01:34:05 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[1100]: 3072 SHA256:1OeVSJuOJYTfcA8J4rH2rxVzjXv3E/SVUxd5npYUrec root@ip-10-31-8-201.us-east-1.aws.redhat.com (RSA) Feb 14 01:34:05 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[1101]: -----END SSH HOST KEY FINGERPRINTS----- Feb 14 01:34:05 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[1102]: ############################################################# Feb 14 01:34:06 ip-10-31-8-201.us-east-1.aws.redhat.com cloud-init[1089]: Cloud-init v. 23.4-2.el9 finished at Wed, 14 Feb 2024 01:34:05 +0000. Datasource DataSourceEc2Local. Up 41.84 seconds Feb 14 01:34:06 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: Finished Execute cloud user/final scripts. ░░ Subject: A start job for unit cloud-final.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit cloud-final.service has finished successfully. ░░ ░░ The job identifier is 203. Feb 14 01:34:06 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: Reached target Cloud-init target. ░░ Subject: A start job for unit cloud-init.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit cloud-init.target has finished successfully. ░░ ░░ The job identifier is 202. Feb 14 01:34:07 ip-10-31-8-201.us-east-1.aws.redhat.com chronyd[606]: Selected source 10.2.32.38 Feb 14 01:34:07 ip-10-31-8-201.us-east-1.aws.redhat.com chronyd[606]: System clock TAI offset set to 37 seconds Feb 14 01:34:09 ip-10-31-8-201.us-east-1.aws.redhat.com chronyd[606]: Selected source 5.161.184.148 (2.centos.pool.ntp.org) Feb 14 01:34:11 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit NetworkManager-dispatcher.service has successfully entered the 'dead' state. Feb 14 01:34:11 ip-10-31-8-201.us-east-1.aws.redhat.com kernel: block xvda: the capability attribute has been deprecated. Feb 14 01:34:12 ip-10-31-8-201.us-east-1.aws.redhat.com kdumpctl[804]: kdump: Rebuilding /boot/initramfs-5.14.0-410.el9.x86_64kdump.img Feb 14 01:34:13 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1420]: dracut-057-53.git20240104.el9 Feb 14 01:34:13 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: Executing: /usr/bin/dracut --add kdumpbase --quiet --hostonly --hostonly-cmdline --hostonly-i18n --hostonly-mode strict --hostonly-nics -o "plymouth resume ifcfg earlykdump" --mount "/dev/disk/by-uuid/f72128f2-bcfd-46ab-b509-3a36632be876 /sysroot xfs rw,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,noquota" --squash-compressor zstd --no-hostonly-default-device -f /boot/initramfs-5.14.0-410.el9.x86_64kdump.img 5.14.0-410.el9.x86_64 Feb 14 01:34:15 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: dracut module 'systemd-networkd' will not be installed, because command 'networkctl' could not be found! Feb 14 01:34:15 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: dracut module 'systemd-networkd' will not be installed, because command '/usr/lib/systemd/systemd-networkd' could not be found! Feb 14 01:34:15 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: dracut module 'systemd-networkd' will not be installed, because command '/usr/lib/systemd/systemd-networkd-wait-online' could not be found! Feb 14 01:34:15 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: dracut module 'systemd-resolved' will not be installed, because command 'resolvectl' could not be found! Feb 14 01:34:15 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: dracut module 'systemd-resolved' will not be installed, because command '/usr/lib/systemd/systemd-resolved' could not be found! Feb 14 01:34:15 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: dracut module 'systemd-timesyncd' will not be installed, because command '/usr/lib/systemd/systemd-timesyncd' could not be found! Feb 14 01:34:15 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: dracut module 'systemd-timesyncd' will not be installed, because command '/usr/lib/systemd/systemd-time-wait-sync' could not be found! Feb 14 01:34:15 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: dracut module 'busybox' will not be installed, because command 'busybox' could not be found! Feb 14 01:34:15 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: dracut module 'dbus-daemon' will not be installed, because command 'dbus-daemon' could not be found! Feb 14 01:34:15 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: dracut module 'connman' will not be installed, because command 'connmand' could not be found! Feb 14 01:34:15 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: dracut module 'connman' will not be installed, because command 'connmanctl' could not be found! Feb 14 01:34:15 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: dracut module 'connman' will not be installed, because command 'connmand-wait-online' could not be found! Feb 14 01:34:16 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: dracut module 'network-wicked' will not be installed, because command 'wicked' could not be found! Feb 14 01:34:16 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: dracut module 'ifcfg' will not be installed, because it's in the list to be omitted! Feb 14 01:34:16 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: dracut module 'plymouth' will not be installed, because it's in the list to be omitted! Feb 14 01:34:16 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: 62bluetooth: Could not find any command of '/usr/lib/bluetooth/bluetoothd /usr/libexec/bluetooth/bluetoothd'! Feb 14 01:34:16 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: dracut module 'lvmmerge' will not be installed, because command 'lvm' could not be found! Feb 14 01:34:16 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: dracut module 'lvmthinpool-monitor' will not be installed, because command 'lvm' could not be found! Feb 14 01:34:16 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: dracut module 'btrfs' will not be installed, because command 'btrfs' could not be found! Feb 14 01:34:16 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: dracut module 'dmraid' will not be installed, because command 'dmraid' could not be found! Feb 14 01:34:16 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: dracut module 'lvm' will not be installed, because command 'lvm' could not be found! Feb 14 01:34:16 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: dracut module 'mdraid' will not be installed, because command 'mdadm' could not be found! Feb 14 01:34:16 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: dracut module 'pcsc' will not be installed, because command 'pcscd' could not be found! Feb 14 01:34:16 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: dracut module 'tpm2-tss' will not be installed, because command 'tpm2' could not be found! Feb 14 01:34:16 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: dracut module 'cifs' will not be installed, because command 'mount.cifs' could not be found! Feb 14 01:34:16 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found! Feb 14 01:34:16 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: dracut module 'iscsi' will not be installed, because command 'iscsiadm' could not be found! Feb 14 01:34:16 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: dracut module 'iscsi' will not be installed, because command 'iscsid' could not be found! Feb 14 01:34:16 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: dracut module 'nvmf' will not be installed, because command 'nvme' could not be found! Feb 14 01:34:16 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: dracut module 'resume' will not be installed, because it's in the list to be omitted! Feb 14 01:34:16 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: dracut module 'biosdevname' will not be installed, because command 'biosdevname' could not be found! Feb 14 01:34:16 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: dracut module 'earlykdump' will not be installed, because it's in the list to be omitted! Feb 14 01:34:16 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: dracut module 'memstrack' will not be installed, because command 'memstrack' could not be found! Feb 14 01:34:16 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: memstrack is not available Feb 14 01:34:16 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: If you need to use rd.memdebug>=4, please install memstrack and procps-ng Feb 14 01:34:16 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: dracut module 'systemd-resolved' will not be installed, because command 'resolvectl' could not be found! Feb 14 01:34:16 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: dracut module 'systemd-resolved' will not be installed, because command '/usr/lib/systemd/systemd-resolved' could not be found! Feb 14 01:34:16 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: dracut module 'systemd-timesyncd' will not be installed, because command '/usr/lib/systemd/systemd-timesyncd' could not be found! Feb 14 01:34:16 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: dracut module 'systemd-timesyncd' will not be installed, because command '/usr/lib/systemd/systemd-time-wait-sync' could not be found! Feb 14 01:34:16 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: dracut module 'busybox' will not be installed, because command 'busybox' could not be found! Feb 14 01:34:16 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: dracut module 'dbus-daemon' will not be installed, because command 'dbus-daemon' could not be found! Feb 14 01:34:16 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: dracut module 'connman' will not be installed, because command 'connmand' could not be found! Feb 14 01:34:16 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: dracut module 'connman' will not be installed, because command 'connmanctl' could not be found! Feb 14 01:34:16 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: dracut module 'connman' will not be installed, because command 'connmand-wait-online' could not be found! Feb 14 01:34:16 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: dracut module 'network-wicked' will not be installed, because command 'wicked' could not be found! Feb 14 01:34:16 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: 62bluetooth: Could not find any command of '/usr/lib/bluetooth/bluetoothd /usr/libexec/bluetooth/bluetoothd'! Feb 14 01:34:16 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: dracut module 'lvmmerge' will not be installed, because command 'lvm' could not be found! Feb 14 01:34:16 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: dracut module 'lvmthinpool-monitor' will not be installed, because command 'lvm' could not be found! Feb 14 01:34:16 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: dracut module 'btrfs' will not be installed, because command 'btrfs' could not be found! Feb 14 01:34:16 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: dracut module 'dmraid' will not be installed, because command 'dmraid' could not be found! Feb 14 01:34:16 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: dracut module 'lvm' will not be installed, because command 'lvm' could not be found! Feb 14 01:34:16 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: dracut module 'mdraid' will not be installed, because command 'mdadm' could not be found! Feb 14 01:34:16 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: dracut module 'pcsc' will not be installed, because command 'pcscd' could not be found! Feb 14 01:34:16 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: dracut module 'tpm2-tss' will not be installed, because command 'tpm2' could not be found! Feb 14 01:34:16 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: dracut module 'cifs' will not be installed, because command 'mount.cifs' could not be found! Feb 14 01:34:16 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found! Feb 14 01:34:16 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: dracut module 'iscsi' will not be installed, because command 'iscsiadm' could not be found! Feb 14 01:34:16 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: dracut module 'iscsi' will not be installed, because command 'iscsid' could not be found! Feb 14 01:34:16 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: dracut module 'nvmf' will not be installed, because command 'nvme' could not be found! Feb 14 01:34:16 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: dracut module 'memstrack' will not be installed, because command 'memstrack' could not be found! Feb 14 01:34:16 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: memstrack is not available Feb 14 01:34:16 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: If you need to use rd.memdebug>=4, please install memstrack and procps-ng Feb 14 01:34:17 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: *** Including module: systemd *** Feb 14 01:34:17 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: *** Including module: systemd-initrd *** Feb 14 01:34:17 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: *** Including module: nss-softokn *** Feb 14 01:34:17 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: *** Including module: rngd *** Feb 14 01:34:17 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: *** Including module: i18n *** Feb 14 01:34:17 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: *** Including module: drm *** Feb 14 01:34:18 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: *** Including module: prefixdevname *** Feb 14 01:34:18 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: *** Including module: kernel-modules *** Feb 14 01:34:19 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: *** Including module: kernel-modules-extra *** Feb 14 01:34:19 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: kernel-modules-extra: configuration source "/run/depmod.d" does not exist Feb 14 01:34:19 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: kernel-modules-extra: configuration source "/lib/depmod.d" does not exist Feb 14 01:34:19 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: kernel-modules-extra: parsing configuration file "/etc/depmod.d/dist.conf" Feb 14 01:34:19 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: kernel-modules-extra: /etc/depmod.d/dist.conf: added "updates extra built-in weak-updates" to the list of search directories Feb 14 01:34:19 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: *** Including module: fstab-sys *** Feb 14 01:34:19 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: *** Including module: rootfs-block *** Feb 14 01:34:19 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: *** Including module: terminfo *** Feb 14 01:34:19 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: *** Including module: udev-rules *** Feb 14 01:34:19 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: Skipping udev rule: 91-permissions.rules Feb 14 01:34:19 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: Skipping udev rule: 80-drivers-modprobe.rules Feb 14 01:34:19 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: *** Including module: dracut-systemd *** Feb 14 01:34:19 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: *** Including module: usrmount *** Feb 14 01:34:19 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: *** Including module: base *** Feb 14 01:34:19 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: *** Including module: fs-lib *** Feb 14 01:34:19 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: *** Including module: kdumpbase *** Feb 14 01:34:19 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: *** Including module: microcode_ctl-fw_dir_override *** Feb 14 01:34:19 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: microcode_ctl module: mangling fw_dir Feb 14 01:34:19 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: microcode_ctl: reset fw_dir to "/lib/firmware/updates /lib/firmware" Feb 14 01:34:20 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel"... Feb 14 01:34:20 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: microcode_ctl: intel: caveats check for kernel version "5.14.0-410.el9.x86_64" passed, adding "/usr/share/microcode_ctl/ucode_with_caveats/intel" to fw_dir variable Feb 14 01:34:20 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-2d-07"... Feb 14 01:34:20 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: microcode_ctl: configuration "intel-06-2d-07" is ignored Feb 14 01:34:20 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-4e-03"... Feb 14 01:34:20 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: microcode_ctl: configuration "intel-06-4e-03" is ignored Feb 14 01:34:20 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-4f-01"... Feb 14 01:34:20 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: microcode_ctl: configuration "intel-06-4f-01" is ignored Feb 14 01:34:20 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-55-04"... Feb 14 01:34:20 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: microcode_ctl: configuration "intel-06-55-04" is ignored Feb 14 01:34:20 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-5e-03"... Feb 14 01:34:20 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: microcode_ctl: configuration "intel-06-5e-03" is ignored Feb 14 01:34:20 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-8c-01"... Feb 14 01:34:20 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: microcode_ctl: configuration "intel-06-8c-01" is ignored Feb 14 01:34:20 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-8e-9e-0x-0xca"... Feb 14 01:34:20 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: microcode_ctl: configuration "intel-06-8e-9e-0x-0xca" is ignored Feb 14 01:34:20 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-8e-9e-0x-dell"... Feb 14 01:34:20 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: microcode_ctl: configuration "intel-06-8e-9e-0x-dell" is ignored Feb 14 01:34:20 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: microcode_ctl: final fw_dir: "/usr/share/microcode_ctl/ucode_with_caveats/intel /lib/firmware/updates /lib/firmware" Feb 14 01:34:20 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: *** Including module: shutdown *** Feb 14 01:34:20 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: *** Including module: squash *** Feb 14 01:34:20 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: *** Including modules done *** Feb 14 01:34:21 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: *** Installing kernel module dependencies *** Feb 14 01:34:21 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: *** Installing kernel module dependencies done *** Feb 14 01:34:21 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: *** Resolving executable dependencies *** Feb 14 01:34:23 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: *** Resolving executable dependencies done *** Feb 14 01:34:23 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: *** Hardlinking files *** Feb 14 01:34:23 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: Mode: real Feb 14 01:34:23 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: Files: 436 Feb 14 01:34:23 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: Linked: 1 files Feb 14 01:34:23 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: Compared: 0 xattrs Feb 14 01:34:23 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: Compared: 6 files Feb 14 01:34:23 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: Saved: 55.98 KiB Feb 14 01:34:23 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: Duration: 0.007610 seconds Feb 14 01:34:23 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: *** Hardlinking files done *** Feb 14 01:34:23 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: *** Generating early-microcode cpio image *** Feb 14 01:34:24 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: *** Constructing GenuineIntel.bin *** Feb 14 01:34:24 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: *** Constructing GenuineIntel.bin *** Feb 14 01:34:24 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: *** Store current command line parameters *** Feb 14 01:34:24 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: Stored kernel commandline: Feb 14 01:34:24 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: No dracut internal kernel commandline stored in the initramfs Feb 14 01:34:24 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: *** Install squash loader *** Feb 14 01:34:25 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: *** Stripping files *** Feb 14 01:34:26 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: *** Stripping files done *** Feb 14 01:34:26 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: *** Squashing the files inside the initramfs *** Feb 14 01:34:30 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: systemd-hostnamed.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit systemd-hostnamed.service has successfully entered the 'dead' state. Feb 14 01:34:31 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: *** Squashing the files inside the initramfs done *** Feb 14 01:34:31 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: *** Creating image file '/boot/initramfs-5.14.0-410.el9.x86_64kdump.img' *** Feb 14 01:34:32 ip-10-31-8-201.us-east-1.aws.redhat.com dracut[1422]: *** Creating initramfs image file '/boot/initramfs-5.14.0-410.el9.x86_64kdump.img' done *** Feb 14 01:34:32 ip-10-31-8-201.us-east-1.aws.redhat.com kdumpctl[804]: kdump: kexec: loaded kdump kernel Feb 14 01:34:32 ip-10-31-8-201.us-east-1.aws.redhat.com kdumpctl[804]: kdump: Starting kdump: [OK] Feb 14 01:34:32 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: Finished Crash recovery kernel arming. ░░ Subject: A start job for unit kdump.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit kdump.service has finished successfully. ░░ ░░ The job identifier is 231. Feb 14 01:34:32 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: Startup finished in 914ms (kernel) + 9.221s (initrd) + 58.514s (userspace) = 1min 8.650s. ░░ Subject: System start-up is now complete ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ All system services necessary queued for starting at boot have been ░░ started. Note that this does not mean that the machine is now idle as services ░░ might still be busy with completing start-up. ░░ ░░ Kernel start-up required 914361 microseconds. ░░ ░░ Initrd start-up required 9221280 microseconds. ░░ ░░ Userspace start-up required 58514938 microseconds. Feb 14 01:34:59 ip-10-31-8-201.us-east-1.aws.redhat.com sshd[4046]: Accepted publickey for root from 10.30.34.11 port 51760 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Feb 14 01:34:59 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: Created slice User Slice of UID 0. ░░ Subject: A start job for unit user-0.slice has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit user-0.slice has finished successfully. ░░ ░░ The job identifier is 543. Feb 14 01:34:59 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: Starting User Runtime Directory /run/user/0... ░░ Subject: A start job for unit user-runtime-dir@0.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit user-runtime-dir@0.service has begun execution. ░░ ░░ The job identifier is 547. Feb 14 01:34:59 ip-10-31-8-201.us-east-1.aws.redhat.com systemd-logind[586]: New session 1 of user root. ░░ Subject: A new session 1 has been created for user root ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A new session with the ID 1 has been created for the user root. ░░ ░░ The leading process of the session is 4046. Feb 14 01:34:59 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: Finished User Runtime Directory /run/user/0. ░░ Subject: A start job for unit user-runtime-dir@0.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit user-runtime-dir@0.service has finished successfully. ░░ ░░ The job identifier is 547. Feb 14 01:34:59 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: Starting User Manager for UID 0... ░░ Subject: A start job for unit user@0.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit user@0.service has begun execution. ░░ ░░ The job identifier is 542. Feb 14 01:34:59 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[4050]: pam_unix(systemd-user:session): session opened for user root(uid=0) by (uid=0) Feb 14 01:34:59 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[4050]: Queued start job for default target Main User Target. Feb 14 01:34:59 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[4050]: Created slice User Application Slice. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 6. Feb 14 01:34:59 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[4050]: Mark boot as successful after the user session has run 2 minutes was skipped because of an unmet condition check (ConditionUser=!@system). ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 10. Feb 14 01:34:59 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[4050]: Started Daily Cleanup of User's Temporary Directories. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 9. Feb 14 01:34:59 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[4050]: Reached target Paths. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 3. Feb 14 01:34:59 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[4050]: Reached target Timers. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 8. Feb 14 01:34:59 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[4050]: Starting D-Bus User Message Bus Socket... ░░ Subject: A start job for unit UNIT has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has begun execution. ░░ ░░ The job identifier is 12. Feb 14 01:34:59 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[4050]: Starting Create User's Volatile Files and Directories... ░░ Subject: A start job for unit UNIT has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has begun execution. ░░ ░░ The job identifier is 5. Feb 14 01:34:59 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[4050]: Listening on D-Bus User Message Bus Socket. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 12. Feb 14 01:34:59 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[4050]: Finished Create User's Volatile Files and Directories. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 5. Feb 14 01:34:59 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[4050]: Reached target Sockets. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 11. Feb 14 01:34:59 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[4050]: Reached target Basic System. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 2. Feb 14 01:34:59 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[4050]: Reached target Main User Target. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 1. Feb 14 01:34:59 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[4050]: Startup finished in 84ms. ░░ Subject: User manager start-up is now complete ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The user manager instance for user 0 has been started. All services queued ░░ for starting have been started. Note that other services might still be starting ░░ up or be started at any later time. ░░ ░░ Startup of the manager took 84499 microseconds. Feb 14 01:34:59 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: Started User Manager for UID 0. ░░ Subject: A start job for unit user@0.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit user@0.service has finished successfully. ░░ ░░ The job identifier is 542. Feb 14 01:34:59 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: Started Session 1 of User root. ░░ Subject: A start job for unit session-1.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-1.scope has finished successfully. ░░ ░░ The job identifier is 607. Feb 14 01:34:59 ip-10-31-8-201.us-east-1.aws.redhat.com sshd[4046]: pam_unix(sshd:session): session opened for user root(uid=0) by (uid=0) Feb 14 01:35:00 ip-10-31-8-201.us-east-1.aws.redhat.com sshd[4059]: Received disconnect from 10.30.34.11 port 51760:11: disconnected by user Feb 14 01:35:00 ip-10-31-8-201.us-east-1.aws.redhat.com sshd[4059]: Disconnected from user root 10.30.34.11 port 51760 Feb 14 01:35:00 ip-10-31-8-201.us-east-1.aws.redhat.com sshd[4046]: pam_unix(sshd:session): session closed for user root Feb 14 01:35:00 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: session-1.scope: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit session-1.scope has successfully entered the 'dead' state. Feb 14 01:35:00 ip-10-31-8-201.us-east-1.aws.redhat.com systemd-logind[586]: Session 1 logged out. Waiting for processes to exit. Feb 14 01:35:00 ip-10-31-8-201.us-east-1.aws.redhat.com systemd-logind[586]: Removed session 1. ░░ Subject: Session 1 has been terminated ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A session with the ID 1 has been terminated. Feb 14 01:35:00 ip-10-31-8-201.us-east-1.aws.redhat.com sshd[4088]: error: kex_exchange_identification: Connection closed by remote host Feb 14 01:35:00 ip-10-31-8-201.us-east-1.aws.redhat.com sshd[4088]: Connection closed by 10.29.163.186 port 58132 Feb 14 01:35:00 ip-10-31-8-201.us-east-1.aws.redhat.com sshd[4089]: Accepted publickey for root from 10.29.163.186 port 58134 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Feb 14 01:35:00 ip-10-31-8-201.us-east-1.aws.redhat.com systemd-logind[586]: New session 3 of user root. ░░ Subject: A new session 3 has been created for user root ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A new session with the ID 3 has been created for the user root. ░░ ░░ The leading process of the session is 4089. Feb 14 01:35:00 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: Started Session 3 of User root. ░░ Subject: A start job for unit session-3.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-3.scope has finished successfully. ░░ ░░ The job identifier is 673. Feb 14 01:35:00 ip-10-31-8-201.us-east-1.aws.redhat.com sshd[4089]: pam_unix(sshd:session): session opened for user root(uid=0) by (uid=0) Feb 14 01:35:00 ip-10-31-8-201.us-east-1.aws.redhat.com sshd[4092]: Received disconnect from 10.29.163.186 port 58134:11: disconnected by user Feb 14 01:35:00 ip-10-31-8-201.us-east-1.aws.redhat.com sshd[4092]: Disconnected from user root 10.29.163.186 port 58134 Feb 14 01:35:00 ip-10-31-8-201.us-east-1.aws.redhat.com sshd[4089]: pam_unix(sshd:session): session closed for user root Feb 14 01:35:00 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: session-3.scope: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit session-3.scope has successfully entered the 'dead' state. Feb 14 01:35:00 ip-10-31-8-201.us-east-1.aws.redhat.com systemd-logind[586]: Session 3 logged out. Waiting for processes to exit. Feb 14 01:35:00 ip-10-31-8-201.us-east-1.aws.redhat.com systemd-logind[586]: Removed session 3. ░░ Subject: Session 3 has been terminated ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A session with the ID 3 has been terminated. Feb 14 01:35:00 ip-10-31-8-201.us-east-1.aws.redhat.com sshd[4109]: Accepted publickey for root from 10.29.163.186 port 58144 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Feb 14 01:35:00 ip-10-31-8-201.us-east-1.aws.redhat.com systemd-logind[586]: New session 4 of user root. ░░ Subject: A new session 4 has been created for user root ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A new session with the ID 4 has been created for the user root. ░░ ░░ The leading process of the session is 4109. Feb 14 01:35:00 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: Started Session 4 of User root. ░░ Subject: A start job for unit session-4.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-4.scope has finished successfully. ░░ ░░ The job identifier is 739. Feb 14 01:35:00 ip-10-31-8-201.us-east-1.aws.redhat.com sshd[4109]: pam_unix(sshd:session): session opened for user root(uid=0) by (uid=0) Feb 14 01:35:00 ip-10-31-8-201.us-east-1.aws.redhat.com sshd[4112]: Received disconnect from 10.29.163.186 port 58144:11: disconnected by user Feb 14 01:35:00 ip-10-31-8-201.us-east-1.aws.redhat.com sshd[4112]: Disconnected from user root 10.29.163.186 port 58144 Feb 14 01:35:00 ip-10-31-8-201.us-east-1.aws.redhat.com sshd[4109]: pam_unix(sshd:session): session closed for user root Feb 14 01:35:00 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: session-4.scope: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit session-4.scope has successfully entered the 'dead' state. Feb 14 01:35:00 ip-10-31-8-201.us-east-1.aws.redhat.com systemd-logind[586]: Session 4 logged out. Waiting for processes to exit. Feb 14 01:35:00 ip-10-31-8-201.us-east-1.aws.redhat.com systemd-logind[586]: Removed session 4. ░░ Subject: Session 4 has been terminated ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A session with the ID 4 has been terminated. Feb 14 01:35:01 ip-10-31-8-201.us-east-1.aws.redhat.com sshd[4129]: Accepted publickey for root from 10.29.163.186 port 58158 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Feb 14 01:35:01 ip-10-31-8-201.us-east-1.aws.redhat.com systemd-logind[586]: New session 5 of user root. ░░ Subject: A new session 5 has been created for user root ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A new session with the ID 5 has been created for the user root. ░░ ░░ The leading process of the session is 4129. Feb 14 01:35:01 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: Started Session 5 of User root. ░░ Subject: A start job for unit session-5.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-5.scope has finished successfully. ░░ ░░ The job identifier is 805. Feb 14 01:35:01 ip-10-31-8-201.us-east-1.aws.redhat.com sshd[4129]: pam_unix(sshd:session): session opened for user root(uid=0) by (uid=0) Feb 14 01:35:01 ip-10-31-8-201.us-east-1.aws.redhat.com sshd[4132]: Received disconnect from 10.29.163.186 port 58158:11: disconnected by user Feb 14 01:35:01 ip-10-31-8-201.us-east-1.aws.redhat.com sshd[4132]: Disconnected from user root 10.29.163.186 port 58158 Feb 14 01:35:01 ip-10-31-8-201.us-east-1.aws.redhat.com sshd[4129]: pam_unix(sshd:session): session closed for user root Feb 14 01:35:01 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: session-5.scope: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit session-5.scope has successfully entered the 'dead' state. Feb 14 01:35:01 ip-10-31-8-201.us-east-1.aws.redhat.com systemd-logind[586]: Session 5 logged out. Waiting for processes to exit. Feb 14 01:35:01 ip-10-31-8-201.us-east-1.aws.redhat.com systemd-logind[586]: Removed session 5. ░░ Subject: Session 5 has been terminated ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A session with the ID 5 has been terminated. Feb 14 01:35:02 ip-10-31-8-201.us-east-1.aws.redhat.com sshd[4149]: Accepted publickey for root from 10.29.163.186 port 39790 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Feb 14 01:35:02 ip-10-31-8-201.us-east-1.aws.redhat.com systemd-logind[586]: New session 6 of user root. ░░ Subject: A new session 6 has been created for user root ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A new session with the ID 6 has been created for the user root. ░░ ░░ The leading process of the session is 4149. Feb 14 01:35:02 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: Started Session 6 of User root. ░░ Subject: A start job for unit session-6.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-6.scope has finished successfully. ░░ ░░ The job identifier is 871. Feb 14 01:35:02 ip-10-31-8-201.us-east-1.aws.redhat.com sshd[4149]: pam_unix(sshd:session): session opened for user root(uid=0) by (uid=0) Feb 14 01:35:54 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: Started /usr/bin/systemctl start man-db-cache-update. ░░ Subject: A start job for unit run-rb9599b5a1a3949e68b672cf47ff83677.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit run-rb9599b5a1a3949e68b672cf47ff83677.service has finished successfully. ░░ ░░ The job identifier is 938. Feb 14 01:35:54 ip-10-31-8-201.us-east-1.aws.redhat.com 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://access.redhat.com/support ░░ ░░ A start job for unit man-db-cache-update.service has begun execution. ░░ ░░ The job identifier is 1000. Feb 14 01:35:54 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: Started /usr/bin/systemctl start man-db-cache-update. ░░ Subject: A start job for unit run-r705284af87c244aeaaae4c34a3edf9c3.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit run-r705284af87c244aeaaae4c34a3edf9c3.service has finished successfully. ░░ ░░ The job identifier is 1062. Feb 14 01:35:58 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: man-db-cache-update.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit man-db-cache-update.service has successfully entered the 'dead' state. Feb 14 01:35:58 ip-10-31-8-201.us-east-1.aws.redhat.com 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://access.redhat.com/support ░░ ░░ A start job for unit man-db-cache-update.service has finished successfully. ░░ ░░ The job identifier is 1000. Feb 14 01:35:58 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: run-rb9599b5a1a3949e68b672cf47ff83677.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit run-rb9599b5a1a3949e68b672cf47ff83677.service has successfully entered the 'dead' state. Feb 14 01:35:58 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: run-r705284af87c244aeaaae4c34a3edf9c3.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit run-r705284af87c244aeaaae4c34a3edf9c3.service has successfully entered the 'dead' state. Feb 14 01:35:58 ip-10-31-8-201.us-east-1.aws.redhat.com python3[4387]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Feb 14 01:36:00 ip-10-31-8-201.us-east-1.aws.redhat.com python3[4428]: ansible-service_facts Invoked Feb 14 01:36:01 ip-10-31-8-201.us-east-1.aws.redhat.com python3[4526]: 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:36:02 ip-10-31-8-201.us-east-1.aws.redhat.com python3[4544]: ansible-stat Invoked with path=/etc/yum.repos.d/qa-tools.repo follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 14 01:36:04 ip-10-31-8-201.us-east-1.aws.redhat.com python3[4563]: ansible-ansible.legacy.command Invoked with _raw_params=curl -sLI --connect-timeout 5 -w '%{response_code}' http://liver2.lab.eng.brq.redhat.com/repo/ | grep ^200 _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:36:04 ip-10-31-8-201.us-east-1.aws.redhat.com python3[4584]: 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:36:05 ip-10-31-8-201.us-east-1.aws.redhat.com python3[4602]: 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:36:06 ip-10-31-8-201.us-east-1.aws.redhat.com python3[4620]: 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:36:06 ip-10-31-8-201.us-east-1.aws.redhat.com python3[4639]: 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:36:08 ip-10-31-8-201.us-east-1.aws.redhat.com python3[4663]: 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:36:09 ip-10-31-8-201.us-east-1.aws.redhat.com python3[4687]: 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:36:09 ip-10-31-8-201.us-east-1.aws.redhat.com python3[4706]: 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:36:10 ip-10-31-8-201.us-east-1.aws.redhat.com python3[4725]: ansible-ansible.legacy.command Invoked with _raw_params=if [ $(find /etc/yum.repos.d/ -name 'centos-addons.repo' | wc -l ) -gt 0 ]; then sed -i "/^\[nfv-source\]/,/^$/d" /etc/yum.repos.d/centos-addons.repo; 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:36:10 ip-10-31-8-201.us-east-1.aws.redhat.com python3[4747]: ansible-file Invoked with path=/etc/yum.repos.d/CentOS-Media.repo state=absent recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 14 01:36:10 ip-10-31-8-201.us-east-1.aws.redhat.com python3[4764]: ansible-file Invoked with path=/etc/yum.repos.d/CentOS-Linux-Media.repo state=absent recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 14 01:36:11 ip-10-31-8-201.us-east-1.aws.redhat.com python3[4781]: ansible-file Invoked with path=/etc/yum.repos.d/CentOS-Stream-Media.repo state=absent recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 14 01:36:11 ip-10-31-8-201.us-east-1.aws.redhat.com python3[4798]: ansible-file Invoked with path=/etc/yum.repos.d/beaker-client-testing.repo state=absent recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 14 01:36:11 ip-10-31-8-201.us-east-1.aws.redhat.com python3[4815]: ansible-stat Invoked with path=/etc/yum.repos.d/beaker-client.repo follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 14 01:36:11 ip-10-31-8-201.us-east-1.aws.redhat.com python3[4834]: ansible-replace Invoked with path=/etc/yum.repos.d/beaker-client.repo regexp=7|\$releasever replace=8 backup=False encoding=utf-8 unsafe_writes=False after=None before=None validate=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 14 01:36:12 ip-10-31-8-201.us-east-1.aws.redhat.com python3[4851]: ansible-stat Invoked with path=/etc/yum.repos.d/beaker-client.repo follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 14 01:36:12 ip-10-31-8-201.us-east-1.aws.redhat.com python3[4870]: ansible-community.general.ini_file Invoked with path=/etc/yum.repos.d/beaker-client.repo section=beaker-client option=skip_if_unavailable value=1 backup=False state=present exclusive=True no_extra_spaces=False ignore_spaces=False allow_no_value=False modify_inactive_option=True create=True follow=False unsafe_writes=False values=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 14 01:36:12 ip-10-31-8-201.us-east-1.aws.redhat.com python3[4887]: 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:36:12 ip-10-31-8-201.us-east-1.aws.redhat.com python3[4918]: 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:36:13 ip-10-31-8-201.us-east-1.aws.redhat.com python3[4936]: ansible-stat Invoked with path=/etc/yum.repos.d/baseos-ci.repo follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 14 01:36:13 ip-10-31-8-201.us-east-1.aws.redhat.com python3[4953]: 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:36:13 ip-10-31-8-201.us-east-1.aws.redhat.com python3[4984]: 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:36:14 ip-10-31-8-201.us-east-1.aws.redhat.com python3[5002]: 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:36:15 ip-10-31-8-201.us-east-1.aws.redhat.com python3[5033]: 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:36:16 ip-10-31-8-201.us-east-1.aws.redhat.com python3[5051]: 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:36:16 ip-10-31-8-201.us-east-1.aws.redhat.com python3[5082]: 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:36:17 ip-10-31-8-201.us-east-1.aws.redhat.com python3[5100]: 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:36:17 ip-10-31-8-201.us-east-1.aws.redhat.com python3[5131]: 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:36:17 ip-10-31-8-201.us-east-1.aws.redhat.com python3[5149]: 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:36:19 ip-10-31-8-201.us-east-1.aws.redhat.com python3[5167]: 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:26 ip-10-31-8-201.us-east-1.aws.redhat.com python3[5367]: ansible-ansible.legacy.dnf Invoked with name=['createrepo'] 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:37:28 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: Started /usr/bin/systemctl start man-db-cache-update. ░░ Subject: A start job for unit run-r5c83b8b8f93d4b5faf7570ccda41088d.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit run-r5c83b8b8f93d4b5faf7570ccda41088d.service has finished successfully. ░░ ░░ The job identifier is 1186. Feb 14 01:37:28 ip-10-31-8-201.us-east-1.aws.redhat.com 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://access.redhat.com/support ░░ ░░ A start job for unit man-db-cache-update.service has begun execution. ░░ ░░ The job identifier is 1248. Feb 14 01:37:29 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: man-db-cache-update.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit man-db-cache-update.service has successfully entered the 'dead' state. Feb 14 01:37:29 ip-10-31-8-201.us-east-1.aws.redhat.com 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://access.redhat.com/support ░░ ░░ A start job for unit man-db-cache-update.service has finished successfully. ░░ ░░ The job identifier is 1248. Feb 14 01:37:29 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: run-r5c83b8b8f93d4b5faf7570ccda41088d.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit run-r5c83b8b8f93d4b5faf7570ccda41088d.service has successfully entered the 'dead' state. Feb 14 01:37:30 ip-10-31-8-201.us-east-1.aws.redhat.com python3[5469]: ansible-ansible.legacy.dnf Invoked with name=['make'] 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:37:31 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: Started /usr/bin/systemctl start man-db-cache-update. ░░ Subject: A start job for unit run-r8dadc1016694495ea4f79a4e78eeab5d.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit run-r8dadc1016694495ea4f79a4e78eeab5d.service has finished successfully. ░░ ░░ The job identifier is 1310. Feb 14 01:37:31 ip-10-31-8-201.us-east-1.aws.redhat.com 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://access.redhat.com/support ░░ ░░ A start job for unit man-db-cache-update.service has begun execution. ░░ ░░ The job identifier is 1372. Feb 14 01:37:31 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: Started /usr/bin/systemctl start man-db-cache-update. ░░ Subject: A start job for unit run-r3030848b79f0453cb27ae302b7157786.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit run-r3030848b79f0453cb27ae302b7157786.service has finished successfully. ░░ ░░ The job identifier is 1434. Feb 14 01:37:31 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: man-db-cache-update.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit man-db-cache-update.service has successfully entered the 'dead' state. Feb 14 01:37:31 ip-10-31-8-201.us-east-1.aws.redhat.com 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://access.redhat.com/support ░░ ░░ A start job for unit man-db-cache-update.service has finished successfully. ░░ ░░ The job identifier is 1372. Feb 14 01:37:31 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: run-r8dadc1016694495ea4f79a4e78eeab5d.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit run-r8dadc1016694495ea4f79a4e78eeab5d.service has successfully entered the 'dead' state. Feb 14 01:37:31 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: run-r3030848b79f0453cb27ae302b7157786.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit run-r3030848b79f0453cb27ae302b7157786.service has successfully entered the 'dead' state. Feb 14 01:37:31 ip-10-31-8-201.us-east-1.aws.redhat.com python3[5601]: ansible-ansible.legacy.dnf Invoked with name=['parted'] 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:37:32 ip-10-31-8-201.us-east-1.aws.redhat.com python3[5619]: ansible-ansible.legacy.dnf Invoked with name=['psmisc'] 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:37:33 ip-10-31-8-201.us-east-1.aws.redhat.com python3[5637]: ansible-ansible.legacy.dnf Invoked with name=['chrony'] 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:37:34 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: Started /usr/bin/systemctl start man-db-cache-update. ░░ Subject: A start job for unit run-r93bc5fd62ab840cbb7f379fc2004f2b1.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit run-r93bc5fd62ab840cbb7f379fc2004f2b1.service has finished successfully. ░░ ░░ The job identifier is 1558. Feb 14 01:37:34 ip-10-31-8-201.us-east-1.aws.redhat.com 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://access.redhat.com/support ░░ ░░ A start job for unit man-db-cache-update.service has begun execution. ░░ ░░ The job identifier is 1620. Feb 14 01:37:34 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: Reloading. Feb 14 01:37:35 ip-10-31-8-201.us-east-1.aws.redhat.com systemd-rc-local-generator[5675]: /etc/rc.d/rc.local is not marked executable, skipping. Feb 14 01:37:35 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: Queuing reload/restart jobs for marked units… Feb 14 01:37:35 ip-10-31-8-201.us-east-1.aws.redhat.com chronyd[606]: chronyd exiting Feb 14 01:37:35 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: Stopping NTP client/server... ░░ Subject: A stop job for unit chronyd.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit chronyd.service has begun execution. ░░ ░░ The job identifier is 1682. Feb 14 01:37:35 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: chronyd.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit chronyd.service has successfully entered the 'dead' state. Feb 14 01:37:35 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: Stopped NTP client/server. ░░ Subject: A stop job for unit chronyd.service has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit chronyd.service has finished. ░░ ░░ The job identifier is 1682 and the job result is done. Feb 14 01:37:35 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: Starting NTP client/server... ░░ Subject: A start job for unit chronyd.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit chronyd.service has begun execution. ░░ ░░ The job identifier is 1682. Feb 14 01:37:35 ip-10-31-8-201.us-east-1.aws.redhat.com chronyd[5710]: chronyd version 4.5 starting (+CMDMON +NTP +REFCLOCK +RTC +PRIVDROP +SCFILTER +SIGND +ASYNCDNS +NTS +SECHASH +IPV6 +DEBUG) Feb 14 01:37:35 ip-10-31-8-201.us-east-1.aws.redhat.com chronyd[5710]: Loaded 0 symmetric keys Feb 14 01:37:35 ip-10-31-8-201.us-east-1.aws.redhat.com chronyd[5710]: Frequency -0.260 +/- 4.589 ppm read from /var/lib/chrony/drift Feb 14 01:37:35 ip-10-31-8-201.us-east-1.aws.redhat.com chronyd[5710]: Using right/UTC timezone to obtain leap second data Feb 14 01:37:35 ip-10-31-8-201.us-east-1.aws.redhat.com chronyd[5710]: Loaded seccomp filter (level 2) Feb 14 01:37:35 ip-10-31-8-201.us-east-1.aws.redhat.com chronyd[5710]: Added source 10.11.160.238 Feb 14 01:37:35 ip-10-31-8-201.us-east-1.aws.redhat.com chronyd[5710]: Added source 10.18.100.10 Feb 14 01:37:35 ip-10-31-8-201.us-east-1.aws.redhat.com chronyd[5710]: Added source 10.2.32.37 Feb 14 01:37:35 ip-10-31-8-201.us-east-1.aws.redhat.com chronyd[5710]: Added source 10.2.32.38 Feb 14 01:37:35 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: Started NTP client/server. ░░ Subject: A start job for unit chronyd.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit chronyd.service has finished successfully. ░░ ░░ The job identifier is 1682. Feb 14 01:37:35 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: Started /usr/bin/systemctl start man-db-cache-update. ░░ Subject: A start job for unit run-r33a33a20a0ae436387765528f538e9c3.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit run-r33a33a20a0ae436387765528f538e9c3.service has finished successfully. ░░ ░░ The job identifier is 1746. Feb 14 01:37:35 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: man-db-cache-update.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit man-db-cache-update.service has successfully entered the 'dead' state. Feb 14 01:37:35 ip-10-31-8-201.us-east-1.aws.redhat.com 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://access.redhat.com/support ░░ ░░ A start job for unit man-db-cache-update.service has finished successfully. ░░ ░░ The job identifier is 1620. Feb 14 01:37:35 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: run-r93bc5fd62ab840cbb7f379fc2004f2b1.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit run-r93bc5fd62ab840cbb7f379fc2004f2b1.service has successfully entered the 'dead' state. Feb 14 01:37:35 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: run-r33a33a20a0ae436387765528f538e9c3.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit run-r33a33a20a0ae436387765528f538e9c3.service has successfully entered the 'dead' state. Feb 14 01:37:35 ip-10-31-8-201.us-east-1.aws.redhat.com python3[5891]: ansible-ansible.legacy.command Invoked with _raw_params=bash -c "chronyc sources" _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:36 ip-10-31-8-201.us-east-1.aws.redhat.com python3[5909]: ansible-ansible.legacy.command Invoked with _raw_params=bash -c "chronyc sources | grep redhat | grep -v util.phx2.redhat || chronyc add server clock.corp.redhat.com iburst" _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:37 ip-10-31-8-201.us-east-1.aws.redhat.com python3[5930]: ansible-ansible.legacy.command Invoked with _raw_params=bash -c "chronyc sources" _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:37 ip-10-31-8-201.us-east-1.aws.redhat.com python3[5948]: ansible-ansible.legacy.command Invoked with _raw_params=chronyc waitsync 5 _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:41 ip-10-31-8-201.us-east-1.aws.redhat.com chronyd[5710]: Selected source 10.2.32.37 Feb 14 01:37:41 ip-10-31-8-201.us-east-1.aws.redhat.com chronyd[5710]: System clock TAI offset set to 37 seconds Feb 14 01:37:48 ip-10-31-8-201.us-east-1.aws.redhat.com python3[5966]: ansible-ansible.legacy.command Invoked with _raw_params=setenforce 0; timedatectl set-timezone UTC; setenforce 1 _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:48 ip-10-31-8-201.us-east-1.aws.redhat.com dbus-broker-launch[580]: avc: op=setenforce lsm=selinux enforcing=0 res=1 Feb 14 01:37:48 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: Starting Time & Date Service... ░░ Subject: A start job for unit systemd-timedated.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-timedated.service has begun execution. ░░ ░░ The job identifier is 1870. Feb 14 01:37:48 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: Started Time & Date Service. ░░ Subject: A start job for unit systemd-timedated.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-timedated.service has finished successfully. ░░ ░░ The job identifier is 1870. Feb 14 01:37:48 ip-10-31-8-201.us-east-1.aws.redhat.com systemd-timedated[5970]: Changed time zone to 'UTC' (UTC). ░░ Subject: Time zone change to UTC ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The system timezone has been changed to UTC. Feb 14 01:37:48 ip-10-31-8-201.us-east-1.aws.redhat.com python3[5987]: ansible-yum_repository Invoked with state=present name=beaker-tasks description=Beaker tasks baseurl=['http://beaker.engineering.redhat.com/rpms/'] gpgcheck=False enabled=True reposdir=/etc/yum.repos.d unsafe_writes=False bandwidth=None cost=None deltarpm_metadata_percentage=None deltarpm_percentage=None enablegroups=None exclude=None failovermethod=None file=None gpgcakey=None gpgkey=None module_hotfixes=None http_caching=None include=None includepkgs=None ip_resolve=None keepalive=None keepcache=None metadata_expire=None metadata_expire_filter=None metalink=None mirrorlist=None mirrorlist_expire=None params=None password=NOT_LOGGING_PARAMETER priority=None protect=None proxy=None proxy_password=NOT_LOGGING_PARAMETER proxy_username=None repo_gpgcheck=None retries=None s3_enabled=None skip_if_unavailable=None sslcacert=None ssl_check_cert_permissions=None sslclientcert=None sslclientkey=None sslverify=None throttle=None timeout=None ui_repoid_vars=None username=None async=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 14 01:37:49 ip-10-31-8-201.us-east-1.aws.redhat.com python3[6004]: ansible-user Invoked with name=root update_password=always password=NOT_LOGGING_PARAMETER state=present non_unique=False force=False remove=False create_home=True system=False move_home=False append=False ssh_key_bits=0 ssh_key_type=rsa ssh_key_comment=ansible-generated on ip-10-31-8-201.us-east-1.aws.redhat.com uid=None group=None groups=None comment=None home=None shell=None login_class=None password_expire_max=None password_expire_min=None hidden=None seuser=None skeleton=None generate_ssh_key=None ssh_key_file=None ssh_key_passphrase=NOT_LOGGING_PARAMETER expires=None password_lock=None local=None profile=None authorization=None role=None umask=None Feb 14 01:37:49 ip-10-31-8-201.us-east-1.aws.redhat.com usermod[6007]: change user 'root' password Feb 14 01:37:49 ip-10-31-8-201.us-east-1.aws.redhat.com python3[6030]: ansible-lineinfile Invoked with dest=/etc/ssh/sshd_config regexp=#?PasswordAuthentication (?:yes|no) line=PasswordAuthentication yes state=present path=/etc/ssh/sshd_config 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:37:50 ip-10-31-8-201.us-east-1.aws.redhat.com python3[6047]: ansible-lineinfile Invoked with dest=/etc/ssh/sshd_config line=PermitRootLogin yes state=present path=/etc/ssh/sshd_config backrefs=False create=False backup=False firstmatch=False unsafe_writes=False regexp=None 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:37:50 ip-10-31-8-201.us-east-1.aws.redhat.com python3[6064]: ansible-file Invoked with path=/var/lib/tft state=directory 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 mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 14 01:37:50 ip-10-31-8-201.us-east-1.aws.redhat.com python3[6081]: ansible-stat Invoked with path=/var/lib/tft/lib.sh follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 14 01:37:50 ip-10-31-8-201.us-east-1.aws.redhat.com python3[6136]: ansible-ansible.legacy.stat Invoked with path=/var/lib/tft/lib.sh follow=False get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True Feb 14 01:37:51 ip-10-31-8-201.us-east-1.aws.redhat.com python3[6186]: ansible-ansible.legacy.copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1707874670.5719657-820-127633887014093/source dest=/var/lib/tft/lib.sh owner=root group=root mode=u=rx,go= follow=False _original_basename=lib.sh.j2 checksum=af779f2a149bc6695c9d2d1622342e81371886ab backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None seuser=None serole=None selevel=None setype=None attributes=None Feb 14 01:37:51 ip-10-31-8-201.us-east-1.aws.redhat.com python3[6220]: ansible-stat Invoked with path=/usr/local/bin/ci-extendtesttime.sh follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 14 01:37:51 ip-10-31-8-201.us-east-1.aws.redhat.com python3[6275]: ansible-ansible.legacy.stat Invoked with path=/usr/local/bin/ci-extendtesttime.sh follow=False get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True Feb 14 01:37:51 ip-10-31-8-201.us-east-1.aws.redhat.com python3[6325]: ansible-ansible.legacy.copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1707874671.4333625-845-5587879318793/source dest=/usr/local/bin/ci-extendtesttime.sh owner=root group=root mode=u=rx,go= follow=False _original_basename=ci-extendtesttime.sh.j2 checksum=2d0f6c296873c17e8b22c9490b000973b2a8a350 backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None seuser=None serole=None selevel=None setype=None attributes=None Feb 14 01:37:52 ip-10-31-8-201.us-east-1.aws.redhat.com python3[6359]: ansible-stat Invoked with path=/usr/bin/extendtesttime.sh follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 14 01:37:52 ip-10-31-8-201.us-east-1.aws.redhat.com python3[6376]: ansible-stat Invoked with path=/usr/local/bin/ci-return2pool.sh follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 14 01:37:52 ip-10-31-8-201.us-east-1.aws.redhat.com python3[6431]: ansible-ansible.legacy.stat Invoked with path=/usr/local/bin/ci-return2pool.sh follow=False get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True Feb 14 01:37:52 ip-10-31-8-201.us-east-1.aws.redhat.com python3[6481]: ansible-ansible.legacy.copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1707874672.4176576-880-243849158500045/source dest=/usr/local/bin/ci-return2pool.sh owner=root group=root mode=u=rx,go= follow=False _original_basename=ci-return2pool.sh.j2 checksum=f77cae3b2a729c60bcb0c01c82bf347f13a9b2c5 backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None seuser=None serole=None selevel=None setype=None attributes=None Feb 14 01:37:53 ip-10-31-8-201.us-east-1.aws.redhat.com python3[6515]: ansible-stat Invoked with path=/etc/motd follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 14 01:37:53 ip-10-31-8-201.us-east-1.aws.redhat.com python3[6572]: ansible-ansible.legacy.stat Invoked with path=/root/.guest-metadata.json follow=False get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True Feb 14 01:37:53 ip-10-31-8-201.us-east-1.aws.redhat.com python3[6622]: ansible-ansible.legacy.copy Invoked with dest=/root/.guest-metadata.json owner=root group=root mode=u=rw,go= src=/root/.ansible/tmp/ansible-tmp-1707874673.193041-908-96053042716669/source _original_basename=tmpjbx7sl65 follow=False checksum=bf21a9e8fbc5a3846fb05b4fa0859e0917b2202f backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None seuser=None serole=None selevel=None setype=None attributes=None Feb 14 01:37:53 ip-10-31-8-201.us-east-1.aws.redhat.com python3[6656]: ansible-ansible.legacy.command Invoked with _raw_params=curl -sLI --connect-timeout 5 -w '%{response_code}' http://169.254.169.254/latest/meta-data/instance-id | grep ^200 _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:54 ip-10-31-8-201.us-east-1.aws.redhat.com python3[6676]: ansible-hostname Invoked with name=b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm use=None Feb 14 01:37:54 ip-10-31-8-201.us-east-1.aws.redhat.com dbus-broker-launch[580]: avc: op=setenforce lsm=selinux enforcing=1 res=1 Feb 14 01:37:54 ip-10-31-8-201.us-east-1.aws.redhat.com systemd-journald[486]: Field hash table of /run/log/journal/f34bcd71331143faae7e9493f43ec99b/system.journal has a fill level at 75.1 (250 of 333 items), suggesting rotation. Feb 14 01:37:54 ip-10-31-8-201.us-east-1.aws.redhat.com systemd-journald[486]: /run/log/journal/f34bcd71331143faae7e9493f43ec99b/system.journal: Journal header limits reached or header out-of-date, rotating. Feb 14 01:37:54 ip-10-31-8-201.us-east-1.aws.redhat.com rsyslogd[800]: imjournal: journal files changed, reloading... [v8.2310.0-3.el9 try https://www.rsyslog.com/e/0 ] Feb 14 01:37:54 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: Starting Hostname Service... ░░ Subject: A start job for unit systemd-hostnamed.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-hostnamed.service has begun execution. ░░ ░░ The job identifier is 1933. Feb 14 01:37:54 ip-10-31-8-201.us-east-1.aws.redhat.com systemd[1]: Started Hostname Service. ░░ Subject: A start job for unit systemd-hostnamed.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-hostnamed.service has finished successfully. ░░ ░░ The job identifier is 1933. Feb 14 01:37:54 ip-10-31-8-201.us-east-1.aws.redhat.com systemd-hostnamed[6681]: Changed pretty hostname to 'b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm' Feb 14 01:37:54 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm systemd-hostnamed[6681]: Hostname set to (static) Feb 14 01:37:54 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm NetworkManager[632]: [1707874674.5545] hostname: static hostname changed from "ip-10-31-8-201.us-east-1.aws.redhat.com" to "b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm" Feb 14 01:37:54 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm systemd[1]: Starting Network Manager Script Dispatcher Service... ░░ Subject: A start job for unit NetworkManager-dispatcher.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit NetworkManager-dispatcher.service has begun execution. ░░ ░░ The job identifier is 1996. Feb 14 01:37:54 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm systemd[1]: Started Network Manager Script Dispatcher Service. ░░ Subject: A start job for unit NetworkManager-dispatcher.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit NetworkManager-dispatcher.service has finished successfully. ░░ ░░ The job identifier is 1996. Feb 14 01:37:54 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python3[6710]: ansible-ansible.legacy.command Invoked with _raw_params=ping -4 -c1 -W10 $(hostname) _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:55 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python3[6729]: ansible-file Invoked with path=/var/log/messages state=touch 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 mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 14 01:37:55 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python3[6746]: ansible-ansible.legacy.command Invoked with _raw_params=setsebool nis_enabled on _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:55 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm setsebool[6747]: The nis_enabled policy boolean was changed to on by root Feb 14 01:37:55 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python3[6764]: ansible-stat Invoked with path=/usr/bin/rstrnt-package follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 14 01:37:56 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python3[6783]: ansible-ansible.legacy.command Invoked with _raw_params=sed -e 's/rpm -q $package/rpm -q --whatprovides $package/' -i /usr/bin/rstrnt-package _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:56 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python3[6801]: ansible-stat Invoked with path=/var/lib/restraint follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 14 01:37:56 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python3[6820]: ansible-file Invoked with path=/var/lib/restraint/avc_since state=touch 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 mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 14 01:37:56 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python3[6837]: ansible-stat Invoked with path=/usr/share/beakerlib/beakerlib.sh follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 14 01:37:57 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python3[6856]: ansible-file Invoked with dest=/usr/lib/beakerlib state=directory path=/usr/lib/beakerlib 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 mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 14 01:37:57 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python3[6873]: ansible-file Invoked with dest=/usr/share/rhts-library state=directory path=/usr/share/rhts-library 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 mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 14 01:37:57 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python3[6890]: ansible-file Invoked with src=/usr/share/beakerlib/beakerlib.sh dest=/usr/lib/beakerlib/beakerlib.sh state=link path=/usr/lib/beakerlib/beakerlib.sh 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 modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 14 01:37:57 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python3[6907]: ansible-file Invoked with src=/usr/share/beakerlib/beakerlib.sh dest=/usr/share/rhts-library/rhtslib.sh state=link path=/usr/share/rhts-library/rhtslib.sh 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 modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 14 01:37:57 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python3[6924]: ansible-ansible.legacy.command Invoked with _raw_params=mv /var/log/audit/audit.log /var/log/audit/audit.log.bak _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:58 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python3[6942]: ansible-ansible.legacy.command Invoked with _raw_params=/usr/sbin/service auditd restart _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:58 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm auditd[541]: The audit daemon is exiting. Feb 14 01:37:58 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm kernel: audit: type=1305 audit(1707874678.154:740): op=set audit_pid=0 old=541 auid=4294967295 ses=4294967295 subj=system_u:system_r:auditd_t:s0 res=1 Feb 14 01:37:58 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm systemd[1]: auditd.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit auditd.service has successfully entered the 'dead' state. Feb 14 01:37:58 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm kernel: audit: type=1131 audit(1707874678.155:741): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=auditd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb 14 01:37:58 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm dbus-broker-launch[580]: avc: op=load_policy lsm=selinux seqno=2 res=1 Feb 14 01:38:00 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm systemd[1]: Starting Security Auditing Service... ░░ Subject: A start job for unit auditd.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit auditd.service has begun execution. ░░ ░░ The job identifier is 2059. Feb 14 01:38:00 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm auditd[6958]: No plugins found, not dispatching events Feb 14 01:38:00 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm auditd[6958]: Init complete, auditd 3.1.2 listening for events (startup state enable) Feb 14 01:38:00 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm augenrules[6961]: /sbin/augenrules: No change Feb 14 01:38:00 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm augenrules[6971]: No rules Feb 14 01:38:00 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm augenrules[6971]: enabled 1 Feb 14 01:38:00 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm augenrules[6971]: failure 1 Feb 14 01:38:00 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm augenrules[6971]: pid 6958 Feb 14 01:38:00 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm augenrules[6971]: rate_limit 0 Feb 14 01:38:00 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm augenrules[6971]: backlog_limit 8192 Feb 14 01:38:00 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm augenrules[6971]: lost 0 Feb 14 01:38:00 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm augenrules[6971]: backlog 0 Feb 14 01:38:00 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm augenrules[6971]: backlog_wait_time 60000 Feb 14 01:38:00 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm augenrules[6971]: backlog_wait_time_actual 0 Feb 14 01:38:00 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm augenrules[6971]: enabled 1 Feb 14 01:38:00 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm augenrules[6971]: failure 1 Feb 14 01:38:00 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm augenrules[6971]: pid 6958 Feb 14 01:38:00 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm augenrules[6971]: rate_limit 0 Feb 14 01:38:00 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm augenrules[6971]: backlog_limit 8192 Feb 14 01:38:00 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm augenrules[6971]: lost 0 Feb 14 01:38:00 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm augenrules[6971]: backlog 4 Feb 14 01:38:00 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm augenrules[6971]: backlog_wait_time 60000 Feb 14 01:38:00 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm augenrules[6971]: backlog_wait_time_actual 0 Feb 14 01:38:00 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm augenrules[6971]: enabled 1 Feb 14 01:38:00 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm augenrules[6971]: failure 1 Feb 14 01:38:00 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm augenrules[6971]: pid 6958 Feb 14 01:38:00 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm augenrules[6971]: rate_limit 0 Feb 14 01:38:00 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm augenrules[6971]: backlog_limit 8192 Feb 14 01:38:00 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm augenrules[6971]: lost 0 Feb 14 01:38:00 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm augenrules[6971]: backlog 0 Feb 14 01:38:00 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm augenrules[6971]: backlog_wait_time 60000 Feb 14 01:38:00 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm augenrules[6971]: backlog_wait_time_actual 0 Feb 14 01:38:00 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm systemd[1]: Started Security Auditing Service. ░░ Subject: A start job for unit auditd.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit auditd.service has finished successfully. ░░ ░░ The job identifier is 2059. Feb 14 01:38:00 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python3[6994]: ansible-stat Invoked with path=/etc/NetworkManager/conf.d follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 14 01:38:00 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python3[7051]: ansible-ansible.legacy.stat Invoked with path=/etc/NetworkManager/conf.d/99-zzz-tft-workaround-dns-default.conf follow=False get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True Feb 14 01:38:00 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python3[7101]: ansible-ansible.legacy.copy Invoked with dest=/etc/NetworkManager/conf.d/99-zzz-tft-workaround-dns-default.conf src=/root/.ansible/tmp/ansible-tmp-1707874680.452502-1093-140589510479010/source _original_basename=tmpoufjykr6 follow=False checksum=0145f3ae57eef5aa08bbb678fedbb3edd001cd2d backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 14 01:38:01 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python3[7135]: 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:38:01 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python3[7166]: 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:38:02 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python3[7184]: ansible-ansible.legacy.command Invoked with _raw_params=dnf config-manager --set-enabled highavailability _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:02 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python3[7202]: 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:03 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python3[7220]: 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:38:04 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit NetworkManager-dispatcher.service has successfully entered the 'dead' state. Feb 14 01:38:18 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm systemd[1]: systemd-timedated.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit systemd-timedated.service has successfully entered the 'dead' state. Feb 14 01:38:24 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm systemd[1]: systemd-hostnamed.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit systemd-hostnamed.service has successfully entered the 'dead' state. Feb 14 01:39:10 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python3[7460]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Feb 14 01:39:11 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python3[7501]: ansible-service_facts Invoked Feb 14 01:39:12 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python3[7600]: 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:39:14 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python3[7618]: 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:39:15 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python3[7640]: 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:39:15 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python3[7658]: 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:39:50 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm chronyd[5710]: Selected source 10.2.32.38 Feb 14 01:40:20 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python3[7893]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Feb 14 01:40:20 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python3[7934]: ansible-service_facts Invoked Feb 14 01:40:22 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python3[8033]: 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 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python3[8086]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Feb 14 01:40:25 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python3[8127]: 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:27 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python3[8145]: 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:28 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python3[8163]: 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:28 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python3[8182]: 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:29 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python3[8206]: 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:30 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python3[8230]: 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:30 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python3[8249]: 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:31 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python3[8268]: ansible-service_facts Invoked Feb 14 01:40:33 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python3[8367]: 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:34 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python3[8385]: ansible-service_facts Invoked Feb 14 01:40:34 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm systemd[4050]: Created slice User Background Tasks Slice. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 14. Feb 14 01:40:34 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm systemd[4050]: Starting Cleanup of User's Temporary Files and Directories... ░░ Subject: A start job for unit UNIT has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has begun execution. ░░ ░░ The job identifier is 13. Feb 14 01:40:34 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm systemd[4050]: Finished Cleanup of User's Temporary Files and Directories. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 13. Feb 14 01:40:35 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python3[8485]: 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:36 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python3[8503]: 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:37 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python3[8534]: 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:37 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python3[8552]: 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:38 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python3[8570]: 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:44 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python[8805]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=* fact_path=/etc/ansible/facts.d Feb 14 01:41:45 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python[8845]: 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:45 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python[8862]: 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:48 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm groupadd[8873]: group added to /etc/group: name=tang, GID=992 Feb 14 01:41:48 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm groupadd[8873]: group added to /etc/gshadow: name=tang Feb 14 01:41:48 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm groupadd[8873]: new group: name=tang, GID=992 Feb 14 01:41:48 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm useradd[8880]: new user: name=tang, UID=992, GID=992, home=/var/cache/tang, shell=/sbin/nologin, from=none Feb 14 01:41:48 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm systemd[1]: Started /usr/bin/systemctl start man-db-cache-update. ░░ Subject: A start job for unit run-r1492374e38df4e6686be704e46b4d56f.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit run-r1492374e38df4e6686be704e46b4d56f.service has finished successfully. ░░ ░░ The job identifier is 2063. Feb 14 01:41:48 b5b7c507-af38-4947-81a0-0a6711a4522e.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://access.redhat.com/support ░░ ░░ A start job for unit man-db-cache-update.service has begun execution. ░░ ░░ The job identifier is 2125. Feb 14 01:41:48 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm systemd[1]: Reloading. Feb 14 01:41:48 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm systemd-rc-local-generator[8916]: /etc/rc.d/rc.local is not marked executable, skipping. Feb 14 01:41:49 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm systemd[1]: Queuing reload/restart jobs for marked units… Feb 14 01:41:49 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm systemd[1]: man-db-cache-update.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit man-db-cache-update.service has successfully entered the 'dead' state. Feb 14 01:41:49 b5b7c507-af38-4947-81a0-0a6711a4522e.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://access.redhat.com/support ░░ ░░ A start job for unit man-db-cache-update.service has finished successfully. ░░ ░░ The job identifier is 2125. Feb 14 01:41:49 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm systemd[1]: run-r1492374e38df4e6686be704e46b4d56f.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit run-r1492374e38df4e6686be704e46b4d56f.service has successfully entered the 'dead' state. Feb 14 01:41:50 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python[9336]: 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:50 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python[9366]: 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:51 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python[9383]: 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:51 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python[9400]: 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:41:51 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm systemd[1]: Reloading. Feb 14 01:41:51 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm systemd-rc-local-generator[9419]: /etc/rc.d/rc.local is not marked executable, skipping. Feb 14 01:41:51 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm systemd[1]: Starting Tang Server socket... ░░ Subject: A start job for unit tangd.socket has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit tangd.socket has begun execution. ░░ ░░ The job identifier is 2187. Feb 14 01:41:51 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm systemd[1]: Listening on Tang Server socket. ░░ Subject: A start job for unit tangd.socket has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit tangd.socket has finished successfully. ░░ ░░ The job identifier is 2187. Feb 14 01:41:52 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python[9451]: 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:53 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python[9468]: 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:53 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python[9485]: 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:41:53 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python[9502]: ansible-stat Invoked with path=/var/db/tang/uxPCyfstL0UKttuLmW8ygqEsYVr9n7EpOgV16iBD1OI.jwk follow=True get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True Feb 14 01:41:53 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python[9537]: ansible-stat Invoked with path=/var/db/tang/mud3UOqhmfuAHWNeUyjCMmdhrw16tO_SNBjs6CKYNsk.jwk follow=True get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True Feb 14 01:41:54 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python[9572]: 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:54 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python[9589]: 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:55 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python[9606]: 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:41:55 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python[9625]: 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:41:56 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python[9642]: 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 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python[9659]: 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:56 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python[9676]: 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:41:57 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python[9693]: ansible-tempfile Invoked with state=directory suffix=nbde_server_keys prefix=ansible. path=None Feb 14 01:41:57 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python[9748]: ansible-stat Invoked with path=/tmp/ansible.3fx7abg9nbde_server_keys/uxPCyfstL0UKttuLmW8ygqEsYVr9n7EpOgV16iBD1OI.jwk follow=False get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True Feb 14 01:41:57 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python[9798]: ansible-copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1707874917.4743397-2642-21398519821586/source dest=/tmp/ansible.3fx7abg9nbde_server_keys/ owner=tang group=tang mode=256 _original_basename=uxPCyfstL0UKttuLmW8ygqEsYVr9n7EpOgV16iBD1OI.jwk follow=False checksum=7745784786db5fb6ce7f431a33f4a5f963a5e767 backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None seuser=None serole=None selevel=None setype=None attributes=None regexp=None delimiter=None Feb 14 01:41:58 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python[9870]: ansible-stat Invoked with path=/tmp/ansible.3fx7abg9nbde_server_keys/mud3UOqhmfuAHWNeUyjCMmdhrw16tO_SNBjs6CKYNsk.jwk follow=False get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True Feb 14 01:41:58 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python[9920]: ansible-copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1707874918.0549614-2642-10452700468175/source dest=/tmp/ansible.3fx7abg9nbde_server_keys/ owner=tang group=tang mode=256 _original_basename=mud3UOqhmfuAHWNeUyjCMmdhrw16tO_SNBjs6CKYNsk.jwk follow=False checksum=a6b7327c3c1170fe2425e7d2858a6caea2c77ea8 backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None seuser=None serole=None selevel=None setype=None attributes=None regexp=None delimiter=None Feb 14 01:41:58 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python[9954]: ansible-nbde_server_tang Invoked with state=keys-deployed keydir=/var/db/tang keygen=/usr/libexec/tangd-keygen keys_to_deploy_dir=/tmp/ansible.3fx7abg9nbde_server_keys update=/usr/libexec/tangd-update cachedir=/var/cache/tang force=False Feb 14 01:41:58 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python[9971]: ansible-file Invoked with path=/tmp/ansible.3fx7abg9nbde_server_keys/ state=absent recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=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 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python[9988]: 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:59 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python[10005]: 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:00 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python[10022]: 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 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python[10041]: 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:00 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python[10058]: ansible-command Invoked with _raw_params=set -euxo pipefail if [ "true" = true ]; then rm -rf "/tmp/nbde_server_deploy_keysnl9_0ns4" else rm -rf "/tmp/nbde_server_deploy_keysnl9_0ns4"/* "/tmp/nbde_server_deploy_keysnl9_0ns4"/.* || : 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 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python[10077]: 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:01 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python[10096]: 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:03 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm sshd[10099]: error: kex_exchange_identification: Connection closed by remote host Feb 14 01:42:03 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm sshd[10099]: Connection closed by 10.29.163.186 port 36524 Feb 14 01:42:03 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm sshd[10100]: Accepted publickey for root from 10.29.163.186 port 36538 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Feb 14 01:42:03 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm systemd-logind[586]: New session 7 of user root. ░░ Subject: A new session 7 has been created for user root ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ 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 10100. Feb 14 01:42:03 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm systemd[1]: Started Session 7 of User root. ░░ Subject: A start job for unit session-7.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-7.scope has finished successfully. ░░ ░░ The job identifier is 2249. Feb 14 01:42:03 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm sshd[10100]: pam_unix(sshd:session): session opened for user root(uid=0) by (uid=0) Feb 14 01:42:03 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm sshd[10103]: Received disconnect from 10.29.163.186 port 36538:11: disconnected by user Feb 14 01:42:03 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm sshd[10103]: Disconnected from user root 10.29.163.186 port 36538 Feb 14 01:42:03 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm sshd[10100]: pam_unix(sshd:session): session closed for user root Feb 14 01:42:03 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm systemd[1]: session-7.scope: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit session-7.scope has successfully entered the 'dead' state. Feb 14 01:42:03 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm systemd-logind[586]: Session 7 logged out. Waiting for processes to exit. Feb 14 01:42:03 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm systemd-logind[586]: Removed session 7. ░░ Subject: Session 7 has been terminated ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A session with the ID 7 has been terminated. Feb 14 01:42:04 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm sshd[10120]: Accepted publickey for root from 10.29.163.186 port 36546 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Feb 14 01:42:04 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm systemd-logind[586]: New session 8 of user root. ░░ Subject: A new session 8 has been created for user root ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ 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 10120. Feb 14 01:42:04 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm systemd[1]: Started Session 8 of User root. ░░ Subject: A start job for unit session-8.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-8.scope has finished successfully. ░░ ░░ The job identifier is 2315. Feb 14 01:42:04 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm sshd[10120]: pam_unix(sshd:session): session opened for user root(uid=0) by (uid=0) Feb 14 01:42:04 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm sshd[10123]: Received disconnect from 10.29.163.186 port 36546:11: disconnected by user Feb 14 01:42:04 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm sshd[10123]: Disconnected from user root 10.29.163.186 port 36546 Feb 14 01:42:04 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm sshd[10120]: pam_unix(sshd:session): session closed for user root Feb 14 01:42:04 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm systemd[1]: session-8.scope: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit session-8.scope has successfully entered the 'dead' state. Feb 14 01:42:04 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm systemd-logind[586]: Session 8 logged out. Waiting for processes to exit. Feb 14 01:42:04 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm systemd-logind[586]: Removed session 8. ░░ Subject: Session 8 has been terminated ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A session with the ID 8 has been terminated. Feb 14 01:42:05 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python[10191]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=* fact_path=/etc/ansible/facts.d Feb 14 01:42:05 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python[10231]: 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:06 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python[10248]: 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:07 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python[10265]: 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:07 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python[10295]: 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:08 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python[10312]: 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:08 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python[10329]: 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:08 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python[10348]: 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:09 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python[10365]: 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 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python[10382]: 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:10 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python[10399]: 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:10 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python[10416]: ansible-stat Invoked with path=/var/db/tang/nQ1RR7Q-kD3nc4yvgW-cDFVJtTOBBvG7Vgs26VApRQg.jwk follow=True get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True Feb 14 01:42:10 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python[10451]: ansible-stat Invoked with path=/var/db/tang/1AP0sR2xjc32H-aw3zMLzRslE0csKxoTPRkSGfABRP0.jwk follow=True get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True Feb 14 01:42:11 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python[10486]: 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 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python[10503]: 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 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python[10520]: 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 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python[10539]: ansible-command Invoked with _raw_params=set -euxo pipefail if [ "true" = true ]; then rm -rf "/tmp/nbde_server_fetch_keys_deploy_not_setu76xsdx4" else rm -rf "/tmp/nbde_server_fetch_keys_deploy_not_setu76xsdx4"/* "/tmp/nbde_server_fetch_keys_deploy_not_setu76xsdx4"/.* || : 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:13 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python[10558]: 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:13 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python[10577]: 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:14 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm sshd[10580]: error: kex_exchange_identification: Connection closed by remote host Feb 14 01:42:14 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm sshd[10580]: Connection closed by 10.29.163.186 port 40890 Feb 14 01:42:14 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm sshd[10581]: Accepted publickey for root from 10.29.163.186 port 40906 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Feb 14 01:42:14 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm systemd-logind[586]: New session 9 of user root. ░░ Subject: A new session 9 has been created for user root ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ 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 10581. Feb 14 01:42:14 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm systemd[1]: Started Session 9 of User root. ░░ Subject: A start job for unit session-9.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-9.scope has finished successfully. ░░ ░░ The job identifier is 2381. Feb 14 01:42:14 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm sshd[10581]: pam_unix(sshd:session): session opened for user root(uid=0) by (uid=0) Feb 14 01:42:14 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm sshd[10584]: Received disconnect from 10.29.163.186 port 40906:11: disconnected by user Feb 14 01:42:14 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm sshd[10584]: Disconnected from user root 10.29.163.186 port 40906 Feb 14 01:42:14 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm sshd[10581]: pam_unix(sshd:session): session closed for user root Feb 14 01:42:14 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm systemd[1]: session-9.scope: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit session-9.scope has successfully entered the 'dead' state. Feb 14 01:42:14 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm systemd-logind[586]: Session 9 logged out. Waiting for processes to exit. Feb 14 01:42:14 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm systemd-logind[586]: Removed session 9. ░░ Subject: Session 9 has been terminated ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A session with the ID 9 has been terminated. Feb 14 01:42:14 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm sshd[10601]: Accepted publickey for root from 10.29.163.186 port 40910 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Feb 14 01:42:14 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm systemd-logind[586]: New session 10 of user root. ░░ Subject: A new session 10 has been created for user root ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ 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 10601. Feb 14 01:42:14 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm systemd[1]: Started Session 10 of User root. ░░ Subject: A start job for unit session-10.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-10.scope has finished successfully. ░░ ░░ The job identifier is 2447. Feb 14 01:42:14 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm sshd[10601]: pam_unix(sshd:session): session opened for user root(uid=0) by (uid=0) Feb 14 01:42:14 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm sshd[10604]: Received disconnect from 10.29.163.186 port 40910:11: disconnected by user Feb 14 01:42:14 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm sshd[10604]: Disconnected from user root 10.29.163.186 port 40910 Feb 14 01:42:14 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm sshd[10601]: pam_unix(sshd:session): session closed for user root Feb 14 01:42:14 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm systemd[1]: session-10.scope: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit session-10.scope has successfully entered the 'dead' state. Feb 14 01:42:14 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm systemd-logind[586]: Session 10 logged out. Waiting for processes to exit. Feb 14 01:42:14 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm systemd-logind[586]: Removed session 10. ░░ Subject: Session 10 has been terminated ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A session with the ID 10 has been terminated. Feb 14 01:42:15 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python[10672]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=* fact_path=/etc/ansible/facts.d Feb 14 01:42:16 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python[10712]: 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:16 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python[10729]: 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:17 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python[10746]: 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:18 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python[10776]: 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:18 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python[10795]: 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:18 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python[10814]: 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:19 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python[10831]: 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:20 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python[10861]: 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:20 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python[10880]: 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:20 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python[10899]: 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:21 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python[10916]: 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:21 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python[10946]: 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:21 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python[10965]: 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:22 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python[10984]: 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:23 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python[11001]: 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:23 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python[11031]: 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:23 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python[11050]: 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:24 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python[11069]: 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:24 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python[11086]: 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:25 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python[11116]: 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:25 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python[11135]: 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 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm sshd[11138]: error: kex_exchange_identification: Connection closed by remote host Feb 14 01:42:30 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm sshd[11138]: Connection closed by 10.29.163.186 port 49032 Feb 14 01:42:30 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm sshd[11139]: Accepted publickey for root from 10.29.163.186 port 49040 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Feb 14 01:42:30 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm systemd-logind[586]: New session 11 of user root. ░░ Subject: A new session 11 has been created for user root ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ 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 11139. Feb 14 01:42:30 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm systemd[1]: Started Session 11 of User root. ░░ Subject: A start job for unit session-11.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-11.scope has finished successfully. ░░ ░░ The job identifier is 2513. Feb 14 01:42:30 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm sshd[11139]: pam_unix(sshd:session): session opened for user root(uid=0) by (uid=0) Feb 14 01:42:30 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm sshd[11142]: Received disconnect from 10.29.163.186 port 49040:11: disconnected by user Feb 14 01:42:30 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm sshd[11142]: Disconnected from user root 10.29.163.186 port 49040 Feb 14 01:42:30 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm sshd[11139]: pam_unix(sshd:session): session closed for user root Feb 14 01:42:30 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm systemd[1]: session-11.scope: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit session-11.scope has successfully entered the 'dead' state. Feb 14 01:42:30 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm systemd-logind[586]: Session 11 logged out. Waiting for processes to exit. Feb 14 01:42:30 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm systemd-logind[586]: Removed session 11. ░░ Subject: Session 11 has been terminated ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A session with the ID 11 has been terminated. Feb 14 01:42:30 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm sshd[11159]: Accepted publickey for root from 10.29.163.186 port 49052 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Feb 14 01:42:30 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm systemd-logind[586]: New session 12 of user root. ░░ Subject: A new session 12 has been created for user root ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ 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 11159. Feb 14 01:42:30 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm systemd[1]: Started Session 12 of User root. ░░ Subject: A start job for unit session-12.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-12.scope has finished successfully. ░░ ░░ The job identifier is 2579. Feb 14 01:42:30 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm sshd[11159]: pam_unix(sshd:session): session opened for user root(uid=0) by (uid=0) Feb 14 01:42:30 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm sshd[11162]: Received disconnect from 10.29.163.186 port 49052:11: disconnected by user Feb 14 01:42:30 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm sshd[11162]: Disconnected from user root 10.29.163.186 port 49052 Feb 14 01:42:30 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm sshd[11159]: pam_unix(sshd:session): session closed for user root Feb 14 01:42:30 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm systemd-logind[586]: Session 12 logged out. Waiting for processes to exit. Feb 14 01:42:30 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm systemd[1]: session-12.scope: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit session-12.scope has successfully entered the 'dead' state. Feb 14 01:42:30 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm systemd-logind[586]: Removed session 12. ░░ Subject: Session 12 has been terminated ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A session with the ID 12 has been terminated. Feb 14 01:42:31 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python[11230]: 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:31 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python[11285]: 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:32 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python[11335]: ansible-copy Invoked with dest=/etc/systemd/system/tangd.socket.d/max-connections.conf mode=0664 src=/root/.ansible/tmp/ansible-tmp-1707874951.4431083-4503-183000087039542/source _original_basename=tmprrdlyx5m 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:32 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python[11369]: 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:32 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python[11388]: 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:33 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python[11405]: ansible-setup Invoked with filter=ansible_pkg_mgr gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d Feb 14 01:42:33 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python[11426]: 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:34 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python[11443]: 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:34 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python[11473]: 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:35 b5b7c507-af38-4947-81a0-0a6711a4522e.testing-farm python[11509]: 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-idempotentexw5kh98/tests/tests_share_system_dir.yml:106 Wednesday 14 February 2024 01:42:35 +0000 (0:00:00.313) 0:00:04.497 **** included: /WORKDIR/git-custom-port-idempotentexw5kh98/tests/tasks/cleanup.yml for sut TASK [Remove control node files/directories] *********************************** task path: /WORKDIR/git-custom-port-idempotentexw5kh98/tests/tasks/cleanup.yml:2 Wednesday 14 February 2024 01:42:35 +0000 (0:00:00.011) 0:00:04.509 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Remove managed node files/directories] *********************************** task path: /WORKDIR/git-custom-port-idempotentexw5kh98/tests/tasks/cleanup.yml:9 Wednesday 14 February 2024 01:42:35 +0000 (0:00:00.009) 0:00:04.519 **** 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.004687", "end": "2024-02-14 01:42:35.693334", "item": { "path": "/var/db/tang", "remove_dir": "false" }, "rc": 0, "start": "2024-02-14 01:42:35.688647" } STDERR: + '[' false = true ']' + rm -rf /var/db/tang/3mtjnSemMIWFeCu9ioOKvhm0z3w0n2dpynteHEtpO8Y.jwk /var/db/tang/pYMxtoXX7ECLNl5H1nu_WyRbhq0oIQhFGC09ng73i_w.jwk /var/db/tang/. /var/db/tang/.. rm: refusing to remove '.' or '..' directory: skipping '/var/db/tang/.' rm: refusing to remove '.' or '..' directory: skipping '/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.004321", "end": "2024-02-14 01:42:35.874582", "item": { "path": "/var/cache/tang", "remove_dir": "false" }, "rc": 0, "start": "2024-02-14 01:42:35.870261" } 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:35 +0000 (0:00:00.375) 0:00:04.894 **** =============================================================================== linux-system-roles.nbde_server : Ensure tang is installed --------------- 1.33s /WORKDIR/git-custom-port-idempotentexw5kh98/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:2 Create a customization systemd file ------------------------------------- 0.68s /WORKDIR/git-custom-port-idempotentexw5kh98/tests/tests_share_system_dir.yml:20 linux-system-roles.nbde_server : Ensure ansible_facts used by role ------ 0.47s /WORKDIR/git-custom-port-idempotentexw5kh98/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:2 Create the tangd.socket.d directory ------------------------------------- 0.38s /WORKDIR/git-custom-port-idempotentexw5kh98/tests/tests_share_system_dir.yml:14 Remove managed node files/directories ----------------------------------- 0.38s /WORKDIR/git-custom-port-idempotentexw5kh98/tests/tasks/cleanup.yml:9 --------- Debug ------------------------------------------------------------------- 0.31s /WORKDIR/git-custom-port-idempotentexw5kh98/tests/tests_share_system_dir.yml:102 linux-system-roles.nbde_server : Ensure we have keys -------------------- 0.26s /WORKDIR/git-custom-port-idempotentexw5kh98/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.25s /WORKDIR/git-custom-port-idempotentexw5kh98/tests/roles/linux-system-roles.nbde_server/tasks/tangd-custom-port.yml:19 linux-system-roles.nbde_server : Check if system is ostree -------------- 0.21s /WORKDIR/git-custom-port-idempotentexw5kh98/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:11 linux-system-roles.nbde_server : Stat the tangd custom port systemd directory --- 0.19s /WORKDIR/git-custom-port-idempotentexw5kh98/tests/roles/linux-system-roles.nbde_server/tasks/tangd-custom-port.yml:14 linux-system-roles.nbde_server : Manage firewall and SELinux for port --- 0.07s /WORKDIR/git-custom-port-idempotentexw5kh98/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-idempotentexw5kh98/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-idempotentexw5kh98/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:20 linux-system-roles.nbde_server : Set flag to indicate system is ostree --- 0.02s /WORKDIR/git-custom-port-idempotentexw5kh98/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:16 linux-system-roles.nbde_server : Set version specific variables --------- 0.02s /WORKDIR/git-custom-port-idempotentexw5kh98/tests/roles/linux-system-roles.nbde_server/tasks/main.yml:6 linux-system-roles.nbde_server : Perform key management (fetch/deploy) tasks --- 0.02s /WORKDIR/git-custom-port-idempotentexw5kh98/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:27 linux-system-roles.nbde_server : Ensure keys are rotated ---------------- 0.02s /WORKDIR/git-custom-port-idempotentexw5kh98/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:9 fedora.linux_system_roles.selinux : Set permanent SELinux state if disabled --- 0.01s /WORKDIR/git-custom-port-idempotentexw5kh98/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:13 Run role ---------------------------------------------------------------- 0.01s /WORKDIR/git-custom-port-idempotentexw5kh98/tests/tests_share_system_dir.yml:28 fedora.linux_system_roles.selinux : Set SELinux booleans ---------------- 0.01s /WORKDIR/git-custom-port-idempotentexw5kh98/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:63 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: Distribution centos 9 on host sut should use /usr/libexec/platform-python, 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. ---^---^---^---^---^---