ansible-playbook 2.9.27 config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.9/site-packages/ansible executable location = /usr/local/bin/ansible-playbook python version = 3.9.19 (main, May 16 2024, 11:40:09) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] No config file found; using defaults [WARNING]: running playbook inside collection fedora.linux_system_roles 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 'jsonl', 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_basic.yml ****************************************************** 2 plays in /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Include vault variables] ************************************************* task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:5 Monday 20 July 2026 14:05:05 -0400 (0:00:00.020) 0:00:00.020 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_test_password": { "__ansible_vault": "$ANSIBLE_VAULT;1.1;AES256\n35383939616163653333633431363463313831383037386236646138333162396161356130303461\n3932623930643263313563336163316337643562333936360a363538636631313039343233383732\n38666530383538656639363465313230343533386130303833336434303438333161656262346562\n3362626538613031640a663330613638366132356534363534353239616666653466353961323533\n6565\n" }, "mysql_container_root_password": { "__ansible_vault": "$ANSIBLE_VAULT;1.1;AES256\n61333932373230333539663035366431326163363166363036323963623131363530326231303634\n6635326161643165363366323062333334363730376631660a393566366139353861656364656661\n38653463363837336639363032646433666361646535366137303464623261313663643336306465\n6264663730656337310a343962353137386238383064646533366433333437303566656433386233\n34343235326665646661623131643335313236313131353661386338343366316261643634653633\n3832313034366536616531323963333234326461353130303532\n" } }, "ansible_included_var_files": [ "/tmp/podman-H06/tests/vars/vault-variables.yml" ], "changed": false } META: ran handlers META: ran handlers PLAY [Ensure that the role runs with default parameters] *********************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:9 Monday 20 July 2026 14:05:05 -0400 (0:00:00.022) 0:00:00.043 *********** ok: [managed-node2] META: ran handlers TASK [Create tmpdir for testing] *********************************************** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:179 Monday 20 July 2026 14:05:06 -0400 (0:00:01.042) 0:00:01.085 *********** changed: [managed-node2] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/lsr_euyy5ybo_podman", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Change tmpdir permissions] *********************************************** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:186 Monday 20 July 2026 14:05:07 -0400 (0:00:00.465) 0:00:01.551 *********** changed: [managed-node2] => { "changed": true, "gid": 0, "group": "root", "mode": "0777", "owner": "root", "path": "/tmp/lsr_euyy5ybo_podman", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Enable podman copr] ****************************************************** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:197 Monday 20 July 2026 14:05:07 -0400 (0:00:00.437) 0:00:01.989 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Install podman from updates-testing] ************************************* task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:202 Monday 20 July 2026 14:05:07 -0400 (0:00:00.031) 0:00:02.020 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Podman version] ********************************************************** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:207 Monday 20 July 2026 14:05:07 -0400 (0:00:00.030) 0:00:02.051 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create user] ************************************************************* task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:212 Monday 20 July 2026 14:05:07 -0400 (0:00:00.030) 0:00:02.082 *********** changed: [managed-node2] => { "changed": true, "comment": "", "create_home": true, "group": 3001, "home": "/home/podman_basic_user", "name": "podman_basic_user", "shell": "/bin/bash", "state": "present", "system": false, "uid": 3001 } TASK [Create tempfile for kube_src] ******************************************** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:217 Monday 20 July 2026 14:05:08 -0400 (0:00:00.590) 0:00:02.672 *********** changed: [managed-node2 -> localhost] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/lsr_podman_qwipvdf9.yml", "size": 0, "state": "file", "uid": 0 } TASK [Write kube_file_src] ***************************************************** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:225 Monday 20 July 2026 14:05:08 -0400 (0:00:00.272) 0:00:02.945 *********** changed: [managed-node2 -> localhost] => { "changed": true, "checksum": "43c0920108401bd1a42a98a701c0dd9eb9a74479", "dest": "/tmp/lsr_podman_qwipvdf9.yml", "gid": 0, "group": "root", "md5sum": "4b43f3a85df342a837c09a64c4a806b4", "mode": "0600", "owner": "root", "size": 993, "src": "/root/.ansible/tmp/ansible-tmp-1784570708.81639-8436-26812738666136/source", "state": "file", "uid": 0 } TASK [Create host directories for data] **************************************** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:232 Monday 20 July 2026 14:05:09 -0400 (0:00:00.723) 0:00:03.668 *********** changed: [managed-node2] => (item=['httpd1', 'podman_basic_user', 3001]) => { "ansible_loop_var": "item", "changed": true, "gid": 0, "group": "root", "item": [ "httpd1", "podman_basic_user", 3001 ], "mode": "0755", "owner": "podman_basic_user", "path": "/tmp/lsr_euyy5ybo_podman/httpd1", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 3001 } changed: [managed-node2] => (item=['httpd2', 'root', 0]) => { "ansible_loop_var": "item", "changed": true, "gid": 0, "group": "root", "item": [ "httpd2", "root", 0 ], "mode": "0755", "owner": "root", "path": "/tmp/lsr_euyy5ybo_podman/httpd2", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } changed: [managed-node2] => (item=['httpd3', 'root', 0]) => { "ansible_loop_var": "item", "changed": true, "gid": 0, "group": "root", "item": [ "httpd3", "root", 0 ], "mode": "0755", "owner": "root", "path": "/tmp/lsr_euyy5ybo_podman/httpd3", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Create data files] ******************************************************* task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:240 Monday 20 July 2026 14:05:10 -0400 (0:00:00.973) 0:00:04.642 *********** changed: [managed-node2] => (item=['httpd1', 'podman_basic_user', 3001]) => { "ansible_loop_var": "item", "changed": true, "checksum": "40bd001563085fc35165329ea1ff5c5ecbdbbeef", "dest": "/tmp/lsr_euyy5ybo_podman/httpd1/index.txt", "gid": 0, "group": "root", "item": [ "httpd1", "podman_basic_user", 3001 ], "md5sum": "202cb962ac59075b964b07152d234b70", "mode": "0644", "owner": "podman_basic_user", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 3, "src": "/root/.ansible/tmp/ansible-tmp-1784570710.52813-8510-14471226805049/source", "state": "file", "uid": 3001 } changed: [managed-node2] => (item=['httpd2', 'root', 0]) => { "ansible_loop_var": "item", "changed": true, "checksum": "40bd001563085fc35165329ea1ff5c5ecbdbbeef", "dest": "/tmp/lsr_euyy5ybo_podman/httpd2/index.txt", "gid": 0, "group": "root", "item": [ "httpd2", "root", 0 ], "md5sum": "202cb962ac59075b964b07152d234b70", "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 3, "src": "/root/.ansible/tmp/ansible-tmp-1784570711.1180868-8510-125927908474588/source", "state": "file", "uid": 0 } changed: [managed-node2] => (item=['httpd3', 'root', 0]) => { "ansible_loop_var": "item", "changed": true, "checksum": "40bd001563085fc35165329ea1ff5c5ecbdbbeef", "dest": "/tmp/lsr_euyy5ybo_podman/httpd3/index.txt", "gid": 0, "group": "root", "item": [ "httpd3", "root", 0 ], "md5sum": "202cb962ac59075b964b07152d234b70", "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 3, "src": "/root/.ansible/tmp/ansible-tmp-1784570711.7124639-8510-23475080917722/source", "state": "file", "uid": 0 } TASK [Run role - do not pull images] ******************************************* task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:250 Monday 20 July 2026 14:05:12 -0400 (0:00:01.818) 0:00:06.461 *********** included: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml for managed-node2 META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:23 Monday 20 July 2026 14:05:12 -0400 (0:00:00.017) 0:00:06.479 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:33 Monday 20 July 2026 14:05:12 -0400 (0:00:00.031) 0:00:06.510 *********** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Monday 20 July 2026 14:05:12 -0400 (0:00:00.143) 0:00:06.654 *********** included: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Monday 20 July 2026 14:05:12 -0400 (0:00:00.023) 0:00:06.678 *********** ok: [managed-node2] TASK [fedora.linux_system_roles.podman : Record role begin fingerprint] ******** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:8 Monday 20 July 2026 14:05:13 -0400 (0:00:00.514) 0:00:07.192 *********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:17 Monday 20 July 2026 14:05:13 -0400 (0:00:00.410) 0:00:07.602 *********** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:22 Monday 20 July 2026 14:05:13 -0400 (0:00:00.317) 0:00:07.919 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:29 Monday 20 July 2026 14:05:13 -0400 (0:00:00.017) 0:00:07.936 *********** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:34 Monday 20 July 2026 14:05:14 -0400 (0:00:00.315) 0:00:08.252 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_is_transactional": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:38 Monday 20 July 2026 14:05:14 -0400 (0:00:00.017) 0:00:08.269 *********** ok: [managed-node2] => (item=RedHat.yml) => { "__vars_file": "RedHat.yml", "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "__vars_file", "changed": false } skipping: [managed-node2] => (item=CentOS.yml) => { "__vars_file": "CentOS.yml", "ansible_loop_var": "__vars_file", "changed": false, "skip_reason": "Conditional result was False" } ok: [managed-node2] => (item=CentOS_8.yml) => { "__vars_file": "CentOS_8.yml", "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "__vars_file", "changed": false } ok: [managed-node2] => (item=CentOS_8.yml) => { "__vars_file": "CentOS_8.yml", "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "__vars_file", "changed": false } TASK [fedora.linux_system_roles.podman : Run systemctl] ************************ task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:58 Monday 20 July 2026 14:05:14 -0400 (0:00:00.041) 0:00:08.310 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-system-running" ], "delta": "0:00:00.007659", "end": "2026-07-20 14:05:14.513109", "failed_when_result": false, "rc": 0, "start": "2026-07-20 14:05:14.505450" } STDOUT: running TASK [fedora.linux_system_roles.podman : Require installed systemd] ************ task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:66 Monday 20 July 2026 14:05:14 -0400 (0:00:00.419) 0:00:08.729 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:71 Monday 20 July 2026 14:05:14 -0400 (0:00:00.015) 0:00:08.745 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_is_booted": true }, "changed": false } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Monday 20 July 2026 14:05:14 -0400 (0:00:00.016) 0:00:08.762 *********** ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Enable copr if requested] ************* task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Monday 20 July 2026 14:05:16 -0400 (0:00:01.557) 0:00:10.320 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Monday 20 July 2026 14:05:16 -0400 (0:00:00.019) 0:00:10.340 *********** changed: [managed-node2] => { "changed": true, "rc": 0, "results": [ "Installed: shadow-utils-subid-2:4.6-22.el8.x86_64", "Installed: podman-gvproxy-3:4.9.4-0.1.module_el8+971+3d3df00d.x86_64", "Installed: libnet-1.1.6-15.el8.x86_64", "Installed: runc-1:1.1.12-1.module_el8+885+7da147f3.x86_64", "Installed: container-selinux-2:2.229.0-2.module_el8+847+7863d4e6.noarch", "Installed: dnsmasq-2.79-33.el8.x86_64", "Installed: yajl-2.1.0-12.el8.x86_64", "Installed: podman-plugins-3:4.9.4-0.1.module_el8+971+3d3df00d.x86_64", "Installed: fuse-common-3.3.0-19.el8.x86_64", "Installed: podman-3:4.9.4-0.1.module_el8+971+3d3df00d.x86_64", "Installed: containernetworking-plugins-1:1.4.0-2.module_el8+974+0c52b299.x86_64", "Installed: criu-3.18-4.module_el8+804+f131391c.x86_64", "Installed: libslirp-4.4.0-1.module_el8+804+f131391c.x86_64", "Installed: fuse3-3.3.0-19.el8.x86_64", "Installed: containers-common-2:1-81.module_el8+968+fbb249c7.x86_64", "Installed: fuse-overlayfs-1.13-1.module_el8+804+f131391c.x86_64", "Installed: podman-catatonit-3:4.9.4-0.1.module_el8+971+3d3df00d.x86_64", "Installed: criu-libs-3.18-4.module_el8+804+f131391c.x86_64", "Installed: protobuf-c-1.3.0-8.el8.x86_64", "Installed: slirp4netns-1.2.3-1.module_el8+951+32019cde.x86_64", "Installed: fuse3-libs-3.3.0-19.el8.x86_64", "Installed: crun-1.14.3-2.module_el8+968+fbb249c7.x86_64", "Installed: conmon-3:2.1.10-1.module_el8+804+f131391c.x86_64" ] } TASK [fedora.linux_system_roles.podman : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Monday 20 July 2026 14:06:16 -0400 (0:01:00.540) 0:01:10.881 *********** skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Monday 20 July 2026 14:06:16 -0400 (0:00:00.019) 0:01:10.900 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if reboot is needed and not set] *** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Monday 20 July 2026 14:06:16 -0400 (0:00:00.018) 0:01:10.919 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Monday 20 July 2026 14:06:16 -0400 (0:00:00.018) 0:01:10.937 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.028539", "end": "2026-07-20 14:06:17.086027", "rc": 0, "start": "2026-07-20 14:06:17.057488" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Monday 20 July 2026 14:06:17 -0400 (0:00:00.370) 0:01:11.308 *********** ok: [managed-node2] => { "ansible_facts": { "podman_version": "4.9.4-dev" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Monday 20 July 2026 14:06:17 -0400 (0:00:00.042) 0:01:11.351 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Monday 20 July 2026 14:06:17 -0400 (0:00:00.019) 0:01:11.370 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } META: end_host conditional evaluated to false, continuing execution for managed-node2 TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Monday 20 July 2026 14:06:17 -0400 (0:00:00.027) 0:01:11.397 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } META: end_host conditional evaluated to false, continuing execution for managed-node2 TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Monday 20 July 2026 14:06:17 -0400 (0:00:00.047) 0:01:11.445 *********** included: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Monday 20 July 2026 14:06:17 -0400 (0:00:00.041) 0:01:11.486 *********** ok: [managed-node2] => { "ansible_facts": { "getent_passwd": { "root": [ "x", "0", "0", "root", "/root", "/bin/bash" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Monday 20 July 2026 14:06:17 -0400 (0:00:00.414) 0:01:11.900 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Monday 20 July 2026 14:06:17 -0400 (0:00:00.024) 0:01:11.925 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 20 July 2026 14:06:17 -0400 (0:00:00.027) 0:01:11.952 *********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1700557386.0, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1784570750.21575, "dev": 66305, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884013, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3266394570", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Monday 20 July 2026 14:06:18 -0400 (0:00:00.329) 0:01:12.281 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Monday 20 July 2026 14:06:18 -0400 (0:00:00.021) 0:01:12.303 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Monday 20 July 2026 14:06:18 -0400 (0:00:00.020) 0:01:12.323 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Monday 20 July 2026 14:06:18 -0400 (0:00:00.019) 0:01:12.342 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 20 July 2026 14:06:18 -0400 (0:00:00.019) 0:01:12.362 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Monday 20 July 2026 14:06:18 -0400 (0:00:00.020) 0:01:12.382 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Monday 20 July 2026 14:06:18 -0400 (0:00:00.019) 0:01:12.401 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Monday 20 July 2026 14:06:18 -0400 (0:00:00.019) 0:01:12.420 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Monday 20 July 2026 14:06:18 -0400 (0:00:00.019) 0:01:12.439 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_container_conf_file": "/etc/containers/containers.conf.d/50-systemroles.conf", "__podman_parent_mode": "0755", "__podman_parent_path": "/etc/containers", "__podman_policy_json_file": "/etc/containers/policy.json", "__podman_registries_conf_file": "/etc/containers/registries.conf.d/50-systemroles.conf", "__podman_storage_conf_file": "/etc/containers/storage.conf" }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle container.conf.d] ************** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:126 Monday 20 July 2026 14:06:18 -0400 (0:00:00.057) 0:01:12.496 *********** included: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Monday 20 July 2026 14:06:18 -0400 (0:00:00.044) 0:01:12.541 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Monday 20 July 2026 14:06:18 -0400 (0:00:00.026) 0:01:12.567 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Monday 20 July 2026 14:06:18 -0400 (0:00:00.032) 0:01:12.600 *********** included: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Monday 20 July 2026 14:06:18 -0400 (0:00:00.061) 0:01:12.661 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Monday 20 July 2026 14:06:18 -0400 (0:00:00.019) 0:01:12.681 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:132 Monday 20 July 2026 14:06:18 -0400 (0:00:00.021) 0:01:12.703 *********** included: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Monday 20 July 2026 14:06:18 -0400 (0:00:00.054) 0:01:12.757 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Monday 20 July 2026 14:06:18 -0400 (0:00:00.021) 0:01:12.779 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:135 Monday 20 July 2026 14:06:18 -0400 (0:00:00.018) 0:01:12.797 *********** included: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Monday 20 July 2026 14:06:18 -0400 (0:00:00.072) 0:01:12.870 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Monday 20 July 2026 14:06:18 -0400 (0:00:00.018) 0:01:12.888 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Monday 20 July 2026 14:06:18 -0400 (0:00:00.019) 0:01:12.907 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Monday 20 July 2026 14:06:18 -0400 (0:00:00.018) 0:01:12.926 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:141 Monday 20 July 2026 14:06:18 -0400 (0:00:00.023) 0:01:12.949 *********** TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Monday 20 July 2026 14:06:18 -0400 (0:00:00.124) 0:01:13.073 *********** included: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:2 Monday 20 July 2026 14:06:18 -0400 (0:00:00.040) 0:01:13.114 *********** ok: [managed-node2] TASK [fedora.linux_system_roles.firewall : Record role begin fingerprint] ****** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:7 Monday 20 July 2026 14:06:19 -0400 (0:00:00.452) 0:01:13.566 *********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:16 Monday 20 July 2026 14:06:19 -0400 (0:00:00.338) 0:01:13.905 *********** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] *** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:21 Monday 20 July 2026 14:06:20 -0400 (0:00:00.359) 0:01:14.265 *********** ok: [managed-node2] => { "ansible_facts": { "__firewall_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:28 Monday 20 July 2026 14:06:20 -0400 (0:00:00.024) 0:01:14.290 *********** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] *** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:33 Monday 20 July 2026 14:06:20 -0400 (0:00:00.341) 0:01:14.631 *********** ok: [managed-node2] => { "ansible_facts": { "__firewall_is_transactional": false }, "changed": false } TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:37 Monday 20 July 2026 14:06:20 -0400 (0:00:00.047) 0:01:14.678 *********** skipping: [managed-node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Monday 20 July 2026 14:06:20 -0400 (0:00:00.103) 0:01:14.782 *********** included: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node2 TASK [fedora.linux_system_roles.firewall : Run systemctl] ********************** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:5 Monday 20 July 2026 14:06:20 -0400 (0:00:00.048) 0:01:14.830 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-system-running" ], "delta": "0:00:00.007517", "end": "2026-07-20 14:06:20.972998", "failed_when_result": false, "rc": 0, "start": "2026-07-20 14:06:20.965481" } STDOUT: running TASK [fedora.linux_system_roles.firewall : Require installed systemd] ********** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:13 Monday 20 July 2026 14:06:21 -0400 (0:00:00.363) 0:01:15.194 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:18 Monday 20 July 2026 14:06:21 -0400 (0:00:00.021) 0:01:15.215 *********** ok: [managed-node2] => { "ansible_facts": { "__firewall_is_booted": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:23 Monday 20 July 2026 14:06:21 -0400 (0:00:00.055) 0:01:15.270 *********** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:36 Monday 20 July 2026 14:06:23 -0400 (0:00:02.726) 0:01:17.997 *********** skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:41 Monday 20 July 2026 14:06:23 -0400 (0:00:00.019) 0:01:18.016 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Fail if reboot is needed and not set] *** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:46 Monday 20 July 2026 14:06:23 -0400 (0:00:00.018) 0:01:18.035 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check which conflicting services are enabled] *** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:8 Monday 20 July 2026 14:06:23 -0400 (0:00:00.019) 0:01:18.054 *********** skipping: [managed-node2] => (item=nftables) => { "ansible_loop_var": "item", "changed": false, "item": "nftables", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=iptables) => { "ansible_loop_var": "item", "changed": false, "item": "iptables", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=ufw) => { "ansible_loop_var": "item", "changed": false, "item": "ufw", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] *** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:18 Monday 20 July 2026 14:06:23 -0400 (0:00:00.036) 0:01:18.091 *********** skipping: [managed-node2] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': 'nftables', 'ansible_loop_var': 'item'}) => { "ansible_loop_var": "item", "changed": false, "item": { "ansible_loop_var": "item", "changed": false, "item": "nftables", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': 'iptables', 'ansible_loop_var': 'item'}) => { "ansible_loop_var": "item", "changed": false, "item": { "ansible_loop_var": "item", "changed": false, "item": "iptables", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': 'ufw', 'ansible_loop_var': 'item'}) => { "ansible_loop_var": "item", "changed": false, "item": { "ansible_loop_var": "item", "changed": false, "item": "ufw", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] *********** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:29 Monday 20 July 2026 14:06:23 -0400 (0:00:00.046) 0:01:18.137 *********** ok: [managed-node2] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "basic.target dbus.socket sysinit.target system.slice polkit.service dbus.service", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "network-pre.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "ipset.service shutdown.target ip6tables.service nftables.service iptables.service ebtables.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "13805", "LimitNPROCSoft": "13805", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13805", "LimitSIGPENDINGSoft": "13805", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket system.slice sysinit.target", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22088", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "network-pre.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:36 Monday 20 July 2026 14:06:24 -0400 (0:00:00.730) 0:01:18.868 *********** changed: [managed-node2] => { "changed": true, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "basic.target sysinit.target polkit.service dbus.service dbus.socket system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "network-pre.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "ipset.service iptables.service shutdown.target nftables.service ip6tables.service ebtables.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "13805", "LimitNPROCSoft": "13805", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13805", "LimitSIGPENDINGSoft": "13805", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket system.slice sysinit.target", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22088", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "network-pre.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if firewalld is responding to dbus requests] *** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Monday 20 July 2026 14:06:25 -0400 (0:00:00.915) 0:01:19.784 *********** ok: [managed-node2] => { "attempts": 1, "changed": false, "cmd": [ "firewall-cmd", "--state" ], "delta": "0:00:00.320127", "end": "2026-07-20 14:06:26.289806", "rc": 0, "start": "2026-07-20 14:06:25.969679" } STDOUT: running TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:60 Monday 20 July 2026 14:06:26 -0400 (0:00:00.734) 0:01:20.518 *********** changed: [managed-node2] => { "__firewall_changed": true, "changed": true, "short_circuit": false } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:69 Monday 20 July 2026 14:06:27 -0400 (0:00:01.596) 0:01:22.115 *********** skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.firewall : Check if short circuit is false] **** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:79 Monday 20 July 2026 14:06:27 -0400 (0:00:00.019) 0:01:22.134 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Reset firewall_config] ************** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:90 Monday 20 July 2026 14:06:27 -0400 (0:00:00.021) 0:01:22.156 *********** ok: [managed-node2] => { "ansible_facts": { "firewall_config": {} }, "changed": false } TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] *** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:97 Monday 20 July 2026 14:06:28 -0400 (0:00:00.017) 0:01:22.173 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:104 Monday 20 July 2026 14:06:28 -0400 (0:00:00.026) 0:01:22.200 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Record role success fingerprint] **** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:108 Monday 20 July 2026 14:06:28 -0400 (0:00:00.024) 0:01:22.224 *********** ok: [managed-node2] => { "changed": false } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:148 Monday 20 July 2026 14:06:28 -0400 (0:00:00.326) 0:01:22.550 *********** ERROR! couldn't resolve module/action 'community.general.sefcontext'. This often indicates a misspelling, missing collection, or incorrect module path. The error appears to be in '/tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml': line 121, column 3, but may be elsewhere in the file depending on the exact syntax problem. The offending line appears to be: - name: Set SELinux file contexts ^ here TASK [Verify image not pulled] ************************************************* task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:296 Monday 20 July 2026 14:06:28 -0400 (0:00:00.075) 0:01:22.626 *********** fatal: [managed-node2]: FAILED! => {} MSG: The conditional check 'not __podman_image_updated.results[0] is changed' failed. The error was: The 'changed' test expects a dictionary TASK [Cleanup] ***************************************************************** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:303 Monday 20 July 2026 14:06:28 -0400 (0:00:00.020) 0:01:22.646 *********** included: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml for managed-node2 included: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml for managed-node2 META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:23 Monday 20 July 2026 14:06:28 -0400 (0:00:00.062) 0:01:22.709 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:33 Monday 20 July 2026 14:06:28 -0400 (0:00:00.013) 0:01:22.723 *********** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Monday 20 July 2026 14:06:28 -0400 (0:00:00.024) 0:01:22.748 *********** included: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Monday 20 July 2026 14:06:28 -0400 (0:00:00.022) 0:01:22.770 *********** ok: [managed-node2] TASK [fedora.linux_system_roles.podman : Record role begin fingerprint] ******** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:8 Monday 20 July 2026 14:06:29 -0400 (0:00:00.515) 0:01:23.286 *********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:17 Monday 20 July 2026 14:06:29 -0400 (0:00:00.313) 0:01:23.599 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:22 Monday 20 July 2026 14:06:29 -0400 (0:00:00.013) 0:01:23.613 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:29 Monday 20 July 2026 14:06:29 -0400 (0:00:00.014) 0:01:23.628 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:34 Monday 20 July 2026 14:06:29 -0400 (0:00:00.013) 0:01:23.641 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:38 Monday 20 July 2026 14:06:29 -0400 (0:00:00.012) 0:01:23.654 *********** ok: [managed-node2] => (item=RedHat.yml) => { "__vars_file": "RedHat.yml", "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "__vars_file", "changed": false } skipping: [managed-node2] => (item=CentOS.yml) => { "__vars_file": "CentOS.yml", "ansible_loop_var": "__vars_file", "changed": false, "skip_reason": "Conditional result was False" } ok: [managed-node2] => (item=CentOS_8.yml) => { "__vars_file": "CentOS_8.yml", "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "__vars_file", "changed": false } ok: [managed-node2] => (item=CentOS_8.yml) => { "__vars_file": "CentOS_8.yml", "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "__vars_file", "changed": false } TASK [fedora.linux_system_roles.podman : Run systemctl] ************************ task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:58 Monday 20 July 2026 14:06:29 -0400 (0:00:00.040) 0:01:23.694 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Require installed systemd] ************ task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:66 Monday 20 July 2026 14:06:29 -0400 (0:00:00.012) 0:01:23.707 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:71 Monday 20 July 2026 14:06:29 -0400 (0:00:00.012) 0:01:23.719 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Monday 20 July 2026 14:06:29 -0400 (0:00:00.013) 0:01:23.733 *********** ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Enable copr if requested] ************* task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Monday 20 July 2026 14:06:30 -0400 (0:00:01.360) 0:01:25.093 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Monday 20 July 2026 14:06:30 -0400 (0:00:00.020) 0:01:25.113 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Monday 20 July 2026 14:06:30 -0400 (0:00:00.027) 0:01:25.141 *********** skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Monday 20 July 2026 14:06:30 -0400 (0:00:00.018) 0:01:25.160 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if reboot is needed and not set] *** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Monday 20 July 2026 14:06:31 -0400 (0:00:00.019) 0:01:25.179 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Monday 20 July 2026 14:06:31 -0400 (0:00:00.018) 0:01:25.197 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.029427", "end": "2026-07-20 14:06:31.335966", "rc": 0, "start": "2026-07-20 14:06:31.306539" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Monday 20 July 2026 14:06:31 -0400 (0:00:00.360) 0:01:25.558 *********** ok: [managed-node2] => { "ansible_facts": { "podman_version": "4.9.4-dev" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Monday 20 July 2026 14:06:31 -0400 (0:00:00.024) 0:01:25.583 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Monday 20 July 2026 14:06:31 -0400 (0:00:00.020) 0:01:25.603 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } META: end_host conditional evaluated to false, continuing execution for managed-node2 TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Monday 20 July 2026 14:06:31 -0400 (0:00:00.049) 0:01:25.653 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } META: end_host conditional evaluated to false, continuing execution for managed-node2 TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Monday 20 July 2026 14:06:31 -0400 (0:00:00.093) 0:01:25.746 *********** included: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Monday 20 July 2026 14:06:31 -0400 (0:00:00.048) 0:01:25.795 *********** ok: [managed-node2] => { "ansible_facts": { "getent_passwd": { "root": [ "x", "0", "0", "root", "/root", "/bin/bash" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Monday 20 July 2026 14:06:31 -0400 (0:00:00.338) 0:01:26.134 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Monday 20 July 2026 14:06:31 -0400 (0:00:00.026) 0:01:26.160 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 20 July 2026 14:06:32 -0400 (0:00:00.028) 0:01:26.188 *********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784570778.0537646, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1784570750.21575, "dev": 66305, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884013, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3266394570", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Monday 20 July 2026 14:06:32 -0400 (0:00:00.330) 0:01:26.518 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Monday 20 July 2026 14:06:32 -0400 (0:00:00.021) 0:01:26.540 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Monday 20 July 2026 14:06:32 -0400 (0:00:00.020) 0:01:26.560 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Monday 20 July 2026 14:06:32 -0400 (0:00:00.021) 0:01:26.582 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 20 July 2026 14:06:32 -0400 (0:00:00.019) 0:01:26.602 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Monday 20 July 2026 14:06:32 -0400 (0:00:00.019) 0:01:26.622 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Monday 20 July 2026 14:06:32 -0400 (0:00:00.019) 0:01:26.642 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Monday 20 July 2026 14:06:32 -0400 (0:00:00.020) 0:01:26.662 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Monday 20 July 2026 14:06:32 -0400 (0:00:00.019) 0:01:26.682 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_container_conf_file": "/etc/containers/containers.conf.d/50-systemroles.conf", "__podman_parent_mode": "0755", "__podman_parent_path": "/etc/containers", "__podman_policy_json_file": "/etc/containers/policy.json", "__podman_registries_conf_file": "/etc/containers/registries.conf.d/50-systemroles.conf", "__podman_storage_conf_file": "/etc/containers/storage.conf" }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle container.conf.d] ************** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:126 Monday 20 July 2026 14:06:32 -0400 (0:00:00.057) 0:01:26.739 *********** included: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Monday 20 July 2026 14:06:32 -0400 (0:00:00.041) 0:01:26.780 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Monday 20 July 2026 14:06:32 -0400 (0:00:00.018) 0:01:26.799 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Monday 20 July 2026 14:06:32 -0400 (0:00:00.018) 0:01:26.817 *********** included: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Monday 20 July 2026 14:06:32 -0400 (0:00:00.045) 0:01:26.863 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Monday 20 July 2026 14:06:32 -0400 (0:00:00.018) 0:01:26.882 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:132 Monday 20 July 2026 14:06:32 -0400 (0:00:00.020) 0:01:26.902 *********** included: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Monday 20 July 2026 14:06:32 -0400 (0:00:00.052) 0:01:26.954 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Monday 20 July 2026 14:06:32 -0400 (0:00:00.019) 0:01:26.973 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:135 Monday 20 July 2026 14:06:32 -0400 (0:00:00.018) 0:01:26.992 *********** included: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Monday 20 July 2026 14:06:32 -0400 (0:00:00.047) 0:01:27.039 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Monday 20 July 2026 14:06:32 -0400 (0:00:00.018) 0:01:27.058 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Monday 20 July 2026 14:06:32 -0400 (0:00:00.018) 0:01:27.076 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Monday 20 July 2026 14:06:32 -0400 (0:00:00.018) 0:01:27.094 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:141 Monday 20 July 2026 14:06:32 -0400 (0:00:00.046) 0:01:27.141 *********** TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Monday 20 July 2026 14:06:33 -0400 (0:00:00.082) 0:01:27.224 *********** included: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:2 Monday 20 July 2026 14:06:33 -0400 (0:00:00.033) 0:01:27.257 *********** ok: [managed-node2] TASK [fedora.linux_system_roles.firewall : Record role begin fingerprint] ****** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:7 Monday 20 July 2026 14:06:33 -0400 (0:00:00.447) 0:01:27.705 *********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:16 Monday 20 July 2026 14:06:33 -0400 (0:00:00.324) 0:01:28.029 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] *** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:21 Monday 20 July 2026 14:06:33 -0400 (0:00:00.018) 0:01:28.048 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:28 Monday 20 July 2026 14:06:33 -0400 (0:00:00.018) 0:01:28.067 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] *** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:33 Monday 20 July 2026 14:06:33 -0400 (0:00:00.019) 0:01:28.086 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:37 Monday 20 July 2026 14:06:33 -0400 (0:00:00.018) 0:01:28.104 *********** [WARNING]: The loop variable 'item' is already in use. You should set the `loop_var` value in the `loop_control` option for the task to something else to avoid variable collisions and unexpected behavior. skipping: [managed-node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Monday 20 July 2026 14:06:33 -0400 (0:00:00.054) 0:01:28.159 *********** included: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node2 TASK [fedora.linux_system_roles.firewall : Run systemctl] ********************** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:5 Monday 20 July 2026 14:06:34 -0400 (0:00:00.037) 0:01:28.197 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Require installed systemd] ********** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:13 Monday 20 July 2026 14:06:34 -0400 (0:00:00.019) 0:01:28.217 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:18 Monday 20 July 2026 14:06:34 -0400 (0:00:00.018) 0:01:28.236 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:23 Monday 20 July 2026 14:06:34 -0400 (0:00:00.019) 0:01:28.255 *********** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:36 Monday 20 July 2026 14:06:36 -0400 (0:00:02.730) 0:01:30.985 *********** skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:41 Monday 20 July 2026 14:06:36 -0400 (0:00:00.019) 0:01:31.005 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Fail if reboot is needed and not set] *** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:46 Monday 20 July 2026 14:06:36 -0400 (0:00:00.048) 0:01:31.053 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check which conflicting services are enabled] *** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:8 Monday 20 July 2026 14:06:36 -0400 (0:00:00.019) 0:01:31.073 *********** [WARNING]: The loop variable 'item' is already in use. You should set the `loop_var` value in the `loop_control` option for the task to something else to avoid variable collisions and unexpected behavior. skipping: [managed-node2] => (item=nftables) => { "ansible_loop_var": "item", "changed": false, "item": "nftables", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=iptables) => { "ansible_loop_var": "item", "changed": false, "item": "iptables", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=ufw) => { "ansible_loop_var": "item", "changed": false, "item": "ufw", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] *** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:18 Monday 20 July 2026 14:06:36 -0400 (0:00:00.032) 0:01:31.106 *********** [WARNING]: The loop variable 'item' is already in use. You should set the `loop_var` value in the `loop_control` option for the task to something else to avoid variable collisions and unexpected behavior. skipping: [managed-node2] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': 'nftables', 'ansible_loop_var': 'item'}) => { "ansible_loop_var": "item", "changed": false, "item": { "ansible_loop_var": "item", "changed": false, "item": "nftables", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': 'iptables', 'ansible_loop_var': 'item'}) => { "ansible_loop_var": "item", "changed": false, "item": { "ansible_loop_var": "item", "changed": false, "item": "iptables", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': 'ufw', 'ansible_loop_var': 'item'}) => { "ansible_loop_var": "item", "changed": false, "item": { "ansible_loop_var": "item", "changed": false, "item": "ufw", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] *********** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:29 Monday 20 July 2026 14:06:36 -0400 (0:00:00.040) 0:01:31.147 *********** ok: [managed-node2] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestamp": "Mon 2026-07-20 14:06:25 EDT", "ActiveEnterTimestampMonotonic": "501500024", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.service basic.target sysinit.target polkit.service dbus.socket system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Mon 2026-07-20 14:06:25 EDT", "AssertTimestampMonotonic": "501215476", "Before": "multi-user.target shutdown.target network-pre.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Mon 2026-07-20 14:06:25 EDT", "ConditionTimestampMonotonic": "501215476", "ConfigurationDirectoryMode": "0755", "Conflicts": "nftables.service shutdown.target ipset.service iptables.service ebtables.service ip6tables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "13854", "ExecMainStartTimestamp": "Mon 2026-07-20 14:06:25 EDT", "ExecMainStartTimestampMonotonic": "501216735", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Mon 2026-07-20 14:06:25 EDT] ; stop_time=[n/a] ; pid=13854 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Mon 2026-07-20 14:06:25 EDT", "InactiveExitTimestampMonotonic": "501216773", "InvocationID": "0444d3364c794d99b759894f5fe78f9b", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "13805", "LimitNPROCSoft": "13805", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13805", "LimitSIGPENDINGSoft": "13805", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "13854", "MemoryAccounting": "yes", "MemoryCurrent": "39727104", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice dbus.socket", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Mon 2026-07-20 14:06:25 EDT", "StateChangeTimestampMonotonic": "501500024", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "2", "TasksMax": "22088", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogTimestamp": "Mon 2026-07-20 14:06:25 EDT", "WatchdogTimestampMonotonic": "501500022", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:36 Monday 20 July 2026 14:06:37 -0400 (0:00:00.487) 0:01:31.634 *********** ok: [managed-node2] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestamp": "Mon 2026-07-20 14:06:25 EDT", "ActiveEnterTimestampMonotonic": "501500024", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.service basic.target sysinit.target polkit.service dbus.socket system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Mon 2026-07-20 14:06:25 EDT", "AssertTimestampMonotonic": "501215476", "Before": "multi-user.target shutdown.target network-pre.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Mon 2026-07-20 14:06:25 EDT", "ConditionTimestampMonotonic": "501215476", "ConfigurationDirectoryMode": "0755", "Conflicts": "nftables.service shutdown.target ipset.service iptables.service ebtables.service ip6tables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "13854", "ExecMainStartTimestamp": "Mon 2026-07-20 14:06:25 EDT", "ExecMainStartTimestampMonotonic": "501216735", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Mon 2026-07-20 14:06:25 EDT] ; stop_time=[n/a] ; pid=13854 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Mon 2026-07-20 14:06:25 EDT", "InactiveExitTimestampMonotonic": "501216773", "InvocationID": "0444d3364c794d99b759894f5fe78f9b", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "13805", "LimitNPROCSoft": "13805", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13805", "LimitSIGPENDINGSoft": "13805", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "13854", "MemoryAccounting": "yes", "MemoryCurrent": "39727104", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice dbus.socket", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Mon 2026-07-20 14:06:25 EDT", "StateChangeTimestampMonotonic": "501500024", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "2", "TasksMax": "22088", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogTimestamp": "Mon 2026-07-20 14:06:25 EDT", "WatchdogTimestampMonotonic": "501500022", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if firewalld is responding to dbus requests] *** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Monday 20 July 2026 14:06:37 -0400 (0:00:00.455) 0:01:32.089 *********** ok: [managed-node2] => { "attempts": 1, "changed": false, "cmd": [ "firewall-cmd", "--state" ], "delta": "0:00:00.241816", "end": "2026-07-20 14:06:38.431266", "rc": 0, "start": "2026-07-20 14:06:38.189450" } STDOUT: running TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:60 Monday 20 July 2026 14:06:38 -0400 (0:00:00.579) 0:01:32.669 *********** ok: [managed-node2] => { "__firewall_changed": false, "changed": false, "short_circuit": true } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:69 Monday 20 July 2026 14:06:39 -0400 (0:00:00.992) 0:01:33.662 *********** skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.firewall : Check if short circuit is false] **** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:79 Monday 20 July 2026 14:06:39 -0400 (0:00:00.032) 0:01:33.694 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Reset firewall_config] ************** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:90 Monday 20 July 2026 14:06:39 -0400 (0:00:00.032) 0:01:33.727 *********** ok: [managed-node2] => { "ansible_facts": { "firewall_config": {} }, "changed": false } TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] *** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:97 Monday 20 July 2026 14:06:39 -0400 (0:00:00.029) 0:01:33.757 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:104 Monday 20 July 2026 14:06:39 -0400 (0:00:00.031) 0:01:33.788 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Record role success fingerprint] **** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:108 Monday 20 July 2026 14:06:39 -0400 (0:00:00.033) 0:01:33.821 *********** ok: [managed-node2] => { "changed": false } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:148 Monday 20 July 2026 14:06:39 -0400 (0:00:00.332) 0:01:34.154 *********** TASK [Show kube files] ********************************************************* task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:486 Monday 20 July 2026 14:06:40 -0400 (0:00:00.071) 0:01:34.225 *********** ok: [managed-node2] => { "changed": false, "cmd": "set -uxo pipefail\nexec 1>&2\nfor file in /etc/containers/ansible-kubernetes.d/*; do\n if [ -f \"$file\" ]; then\n echo \"File: $file\"\n cat \"$file\"\n fi\ndone\n", "delta": "0:00:00.002585", "end": "2026-07-20 14:06:40.326655", "rc": 0, "start": "2026-07-20 14:06:40.324070" } STDERR: + exec + for file in /etc/containers/ansible-kubernetes.d/* + '[' -f '/etc/containers/ansible-kubernetes.d/*' ']' TASK [Dump journal] ************************************************************ task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:500 Monday 20 July 2026 14:06:40 -0400 (0:00:00.322) 0:01:34.547 *********** fatal: [managed-node2]: FAILED! => { "changed": false, "cmd": [ "journalctl", "-ex" ], "delta": "0:00:00.021446", "end": "2026-07-20 14:06:40.667445", "failed_when_result": true, "rc": 0, "start": "2026-07-20 14:06:40.645999" } STDOUT: -- Logs begin at Mon 2026-07-20 13:58:04 EDT, end at Mon 2026-07-20 14:06:40 EDT. -- Jul 20 13:58:04 localhost.localdomain kernel: acpiphp: Slot [13] registered Jul 20 13:58:04 localhost.localdomain kernel: acpiphp: Slot [14] registered Jul 20 13:58:04 localhost.localdomain kernel: acpiphp: Slot [15] registered Jul 20 13:58:04 localhost.localdomain kernel: acpiphp: Slot [16] registered Jul 20 13:58:04 localhost.localdomain kernel: acpiphp: Slot [17] registered Jul 20 13:58:04 localhost.localdomain kernel: acpiphp: Slot [18] registered Jul 20 13:58:04 localhost.localdomain kernel: acpiphp: Slot [19] registered Jul 20 13:58:04 localhost.localdomain kernel: acpiphp: Slot [20] registered Jul 20 13:58:04 localhost.localdomain kernel: acpiphp: Slot [21] registered Jul 20 13:58:04 localhost.localdomain kernel: acpiphp: Slot [22] registered Jul 20 13:58:04 localhost.localdomain kernel: acpiphp: Slot [23] registered Jul 20 13:58:04 localhost.localdomain kernel: acpiphp: Slot [24] registered Jul 20 13:58:04 localhost.localdomain kernel: acpiphp: Slot [25] registered Jul 20 13:58:04 localhost.localdomain kernel: acpiphp: Slot [26] registered Jul 20 13:58:04 localhost.localdomain kernel: acpiphp: Slot [27] registered Jul 20 13:58:04 localhost.localdomain kernel: acpiphp: Slot [28] registered Jul 20 13:58:04 localhost.localdomain kernel: acpiphp: Slot [29] registered Jul 20 13:58:04 localhost.localdomain kernel: acpiphp: Slot [30] registered Jul 20 13:58:04 localhost.localdomain kernel: acpiphp: Slot [31] registered Jul 20 13:58:04 localhost.localdomain kernel: PCI host bridge to bus 0000:00 Jul 20 13:58:04 localhost.localdomain kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] Jul 20 13:58:04 localhost.localdomain kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] Jul 20 13:58:04 localhost.localdomain kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] Jul 20 13:58:04 localhost.localdomain kernel: pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] Jul 20 13:58:04 localhost.localdomain kernel: pci_bus 0000:00: root bus resource [mem 0x140000000-0x20013fffffff window] Jul 20 13:58:04 localhost.localdomain kernel: pci_bus 0000:00: root bus resource [bus 00-ff] Jul 20 13:58:04 localhost.localdomain kernel: pci 0000:00:00.0: [8086:1237] type 00 class 0x060000 Jul 20 13:58:04 localhost.localdomain kernel: pci 0000:00:01.0: [8086:7000] type 00 class 0x060100 Jul 20 13:58:04 localhost.localdomain kernel: pci 0000:00:01.3: [8086:7113] type 00 class 0x000000 Jul 20 13:58:04 localhost.localdomain kernel: pci 0000:00:01.3: quirk: [io 0xb000-0xb03f] claimed by PIIX4 ACPI Jul 20 13:58:04 localhost.localdomain kernel: pci 0000:00:01.3: quirk: [io 0xb100-0xb10f] claimed by PIIX4 SMB Jul 20 13:58:04 localhost.localdomain kernel: pci 0000:00:01.3: PIIX4 devres E PIO at fff0-ffff Jul 20 13:58:04 localhost.localdomain kernel: pci 0000:00:01.3: PIIX4 devres F MMIO at ffc00000-ffffffff Jul 20 13:58:04 localhost.localdomain kernel: pci 0000:00:01.3: PIIX4 devres G PIO at fff0-ffff Jul 20 13:58:04 localhost.localdomain kernel: pci 0000:00:01.3: PIIX4 devres H MMIO at ffc00000-ffffffff Jul 20 13:58:04 localhost.localdomain kernel: pci 0000:00:01.3: PIIX4 devres I PIO at fff0-ffff Jul 20 13:58:04 localhost.localdomain kernel: pci 0000:00:01.3: PIIX4 devres J PIO at fff0-ffff Jul 20 13:58:04 localhost.localdomain kernel: pci 0000:00:03.0: [1d0f:1111] type 00 class 0x030000 Jul 20 13:58:04 localhost.localdomain kernel: pci 0000:00:03.0: reg 0x10: [mem 0xfe400000-0xfe7fffff pref] Jul 20 13:58:04 localhost.localdomain kernel: pci 0000:00:03.0: reg 0x30: [mem 0xfebd0000-0xfebdffff pref] Jul 20 13:58:04 localhost.localdomain kernel: pci 0000:00:04.0: [1d0f:8061] type 00 class 0x010802 Jul 20 13:58:04 localhost.localdomain kernel: pci 0000:00:04.0: reg 0x10: [mem 0xfebf0000-0xfebf3fff] Jul 20 13:58:04 localhost.localdomain kernel: pci 0000:00:05.0: [1d0f:ec20] type 00 class 0x020000 Jul 20 13:58:04 localhost.localdomain kernel: pci 0000:00:05.0: reg 0x10: [mem 0xfebf4000-0xfebf7fff] Jul 20 13:58:04 localhost.localdomain kernel: pci 0000:00:05.0: reg 0x18: [mem 0xfe800000-0xfe8fffff pref] Jul 20 13:58:04 localhost.localdomain kernel: pci 0000:00:05.0: reg 0x20: [mem 0xfebe0000-0xfebeffff] Jul 20 13:58:04 localhost.localdomain kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 10 Jul 20 13:58:04 localhost.localdomain kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 10 Jul 20 13:58:04 localhost.localdomain kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 11 Jul 20 13:58:04 localhost.localdomain kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 11 Jul 20 13:58:04 localhost.localdomain kernel: ACPI: PCI: Interrupt link LNKS configured for IRQ 9 Jul 20 13:58:04 localhost.localdomain kernel: iommu: Default domain type: Passthrough Jul 20 13:58:04 localhost.localdomain kernel: SCSI subsystem initialized Jul 20 13:58:04 localhost.localdomain kernel: ACPI: bus type USB registered Jul 20 13:58:04 localhost.localdomain kernel: usbcore: registered new interface driver usbfs Jul 20 13:58:04 localhost.localdomain kernel: usbcore: registered new interface driver hub Jul 20 13:58:04 localhost.localdomain kernel: usbcore: registered new device driver usb Jul 20 13:58:04 localhost.localdomain kernel: pps_core: LinuxPPS API ver. 1 registered Jul 20 13:58:04 localhost.localdomain kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti Jul 20 13:58:04 localhost.localdomain kernel: PTP clock support registered Jul 20 13:58:04 localhost.localdomain kernel: EDAC MC: Ver: 3.0.0 Jul 20 13:58:04 localhost.localdomain kernel: PCI: Using ACPI for IRQ routing Jul 20 13:58:04 localhost.localdomain kernel: PCI: pci_cache_line_size set to 64 bytes Jul 20 13:58:04 localhost.localdomain kernel: e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff] Jul 20 13:58:04 localhost.localdomain kernel: e820: reserve RAM buffer [mem 0xbffe9000-0xbfffffff] Jul 20 13:58:04 localhost.localdomain kernel: e820: reserve RAM buffer [mem 0x130e00000-0x133ffffff] Jul 20 13:58:04 localhost.localdomain kernel: NetLabel: Initializing Jul 20 13:58:04 localhost.localdomain kernel: NetLabel: domain hash size = 128 Jul 20 13:58:04 localhost.localdomain kernel: NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO Jul 20 13:58:04 localhost.localdomain kernel: NetLabel: unlabeled traffic allowed by default Jul 20 13:58:04 localhost.localdomain kernel: pci 0000:00:03.0: vgaarb: setting as boot VGA device Jul 20 13:58:04 localhost.localdomain kernel: pci 0000:00:03.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none Jul 20 13:58:04 localhost.localdomain kernel: pci 0000:00:03.0: vgaarb: bridge control possible Jul 20 13:58:04 localhost.localdomain kernel: vgaarb: loaded Jul 20 13:58:04 localhost.localdomain kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0 Jul 20 13:58:04 localhost.localdomain kernel: hpet0: 8 comparators, 32-bit 62.500000 MHz counter Jul 20 13:58:04 localhost.localdomain kernel: clocksource: Switched to clocksource kvm-clock Jul 20 13:58:04 localhost.localdomain kernel: VFS: Disk quotas dquot_6.6.0 Jul 20 13:58:04 localhost.localdomain kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) Jul 20 13:58:04 localhost.localdomain kernel: pnp: PnP ACPI init Jul 20 13:58:04 localhost.localdomain kernel: pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active) Jul 20 13:58:04 localhost.localdomain kernel: pnp 00:01: Plug and Play ACPI device, IDs PNP0303 (active) Jul 20 13:58:04 localhost.localdomain kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0f13 (active) Jul 20 13:58:04 localhost.localdomain kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0400 (active) Jul 20 13:58:04 localhost.localdomain kernel: pnp 00:04: Plug and Play ACPI device, IDs PNP0501 (active) Jul 20 13:58:04 localhost.localdomain kernel: pnp: PnP ACPI: found 5 devices Jul 20 13:58:04 localhost.localdomain kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns Jul 20 13:58:04 localhost.localdomain kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window] Jul 20 13:58:04 localhost.localdomain kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window] Jul 20 13:58:04 localhost.localdomain kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window] Jul 20 13:58:04 localhost.localdomain kernel: pci_bus 0000:00: resource 7 [mem 0xc0000000-0xfebfffff window] Jul 20 13:58:04 localhost.localdomain kernel: pci_bus 0000:00: resource 8 [mem 0x140000000-0x20013fffffff window] Jul 20 13:58:04 localhost.localdomain kernel: NET: Registered protocol family 2 Jul 20 13:58:04 localhost.localdomain kernel: IP idents hash table entries: 65536 (order: 7, 524288 bytes, vmalloc) Jul 20 13:58:04 localhost.localdomain kernel: tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, vmalloc) Jul 20 13:58:04 localhost.localdomain kernel: TCP established hash table entries: 32768 (order: 6, 262144 bytes, vmalloc) Jul 20 13:58:04 localhost.localdomain kernel: TCP bind hash table entries: 32768 (order: 7, 524288 bytes, vmalloc) Jul 20 13:58:04 localhost.localdomain kernel: TCP: Hash tables configured (established 32768 bind 32768) Jul 20 13:58:04 localhost.localdomain kernel: MPTCP token hash table entries: 4096 (order: 4, 98304 bytes, vmalloc) Jul 20 13:58:04 localhost.localdomain kernel: UDP hash table entries: 2048 (order: 4, 65536 bytes, vmalloc) Jul 20 13:58:04 localhost.localdomain kernel: UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, vmalloc) Jul 20 13:58:04 localhost.localdomain kernel: NET: Registered protocol family 1 Jul 20 13:58:04 localhost.localdomain kernel: NET: Registered protocol family 44 Jul 20 13:58:04 localhost.localdomain kernel: pci 0000:00:00.0: Limiting direct PCI/PCI transfers Jul 20 13:58:04 localhost.localdomain kernel: pci 0000:00:01.0: Activating ISA DMA hang workarounds Jul 20 13:58:04 localhost.localdomain kernel: pci 0000:00:03.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] Jul 20 13:58:04 localhost.localdomain kernel: PCI: CLS 0 bytes, default 64 Jul 20 13:58:04 localhost.localdomain kernel: Unpacking initramfs... Jul 20 13:58:04 localhost.localdomain kernel: Freeing initrd memory: 30628K Jul 20 13:58:04 localhost.localdomain kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB) Jul 20 13:58:04 localhost.localdomain kernel: software IO TLB: mapped [mem 0x00000000af000000-0x00000000b3000000] (64MB) Jul 20 13:58:04 localhost.localdomain kernel: ACPI: bus type thunderbolt registered Jul 20 13:58:04 localhost.localdomain kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2b3e3c059e1, max_idle_ns: 440795304251 ns Jul 20 13:58:04 localhost.localdomain kernel: clocksource: Switched to clocksource tsc Jul 20 13:58:04 localhost.localdomain kernel: Initialise system trusted keyrings Jul 20 13:58:04 localhost.localdomain kernel: Key type blacklist registered Jul 20 13:58:04 localhost.localdomain kernel: workingset: timestamp_bits=36 max_order=20 bucket_order=0 Jul 20 13:58:04 localhost.localdomain kernel: zbud: loaded Jul 20 13:58:04 localhost.localdomain kernel: pstore: using deflate compression Jul 20 13:58:04 localhost.localdomain kernel: Platform Keyring initialized Jul 20 13:58:04 localhost.localdomain kernel: NET: Registered protocol family 38 Jul 20 13:58:04 localhost.localdomain kernel: Key type asymmetric registered Jul 20 13:58:04 localhost.localdomain kernel: Asymmetric key parser 'x509' registered Jul 20 13:58:04 localhost.localdomain kernel: Running certificate verification selftests Jul 20 13:58:04 localhost.localdomain kernel: Loaded X.509 cert 'Certificate verification self-testing key: f58703bb33ce1b73ee02eccdee5b8817518fe3db' Jul 20 13:58:04 localhost.localdomain kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247) Jul 20 13:58:04 localhost.localdomain kernel: io scheduler mq-deadline registered Jul 20 13:58:04 localhost.localdomain kernel: io scheduler kyber registered Jul 20 13:58:04 localhost.localdomain kernel: io scheduler bfq registered Jul 20 13:58:04 localhost.localdomain kernel: atomic64_test: passed for x86-64 platform with CX8 and with SSE Jul 20 13:58:04 localhost.localdomain kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 Jul 20 13:58:04 localhost.localdomain kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 Jul 20 13:58:04 localhost.localdomain kernel: ACPI: Power Button [PWRF] Jul 20 13:58:04 localhost.localdomain kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSLPBN:00/input/input1 Jul 20 13:58:04 localhost.localdomain kernel: ACPI: Sleep Button [SLPF] Jul 20 13:58:04 localhost.localdomain kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled Jul 20 13:58:04 localhost.localdomain kernel: 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A Jul 20 13:58:04 localhost.localdomain kernel: Non-volatile memory driver v1.3 Jul 20 13:58:04 localhost.localdomain kernel: rdac: device handler registered Jul 20 13:58:04 localhost.localdomain kernel: hp_sw: device handler registered Jul 20 13:58:04 localhost.localdomain kernel: emc: device handler registered Jul 20 13:58:04 localhost.localdomain kernel: alua: device handler registered Jul 20 13:58:04 localhost.localdomain kernel: libphy: Fixed MDIO Bus: probed Jul 20 13:58:04 localhost.localdomain kernel: usbcore: registered new interface driver usbserial_generic Jul 20 13:58:04 localhost.localdomain kernel: usbserial: USB Serial support registered for generic Jul 20 13:58:04 localhost.localdomain kernel: i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 Jul 20 13:58:04 localhost.localdomain kernel: i8042: Warning: Keylock active Jul 20 13:58:04 localhost.localdomain kernel: serio: i8042 KBD port at 0x60,0x64 irq 1 Jul 20 13:58:04 localhost.localdomain kernel: serio: i8042 AUX port at 0x60,0x64 irq 12 Jul 20 13:58:04 localhost.localdomain kernel: mousedev: PS/2 mouse device common for all mice Jul 20 13:58:04 localhost.localdomain kernel: rtc_cmos 00:00: RTC can wake from S4 Jul 20 13:58:04 localhost.localdomain kernel: rtc_cmos 00:00: registered as rtc0 Jul 20 13:58:04 localhost.localdomain kernel: rtc_cmos 00:00: alarms up to one day, 114 bytes nvram Jul 20 13:58:04 localhost.localdomain kernel: intel_pstate: P-states controlled by the platform Jul 20 13:58:04 localhost.localdomain kernel: hid: raw HID events driver (C) Jiri Kosina Jul 20 13:58:04 localhost.localdomain kernel: usbcore: registered new interface driver usbhid Jul 20 13:58:04 localhost.localdomain kernel: usbhid: USB HID core driver Jul 20 13:58:04 localhost.localdomain kernel: drop_monitor: Initializing network drop monitor service Jul 20 13:58:04 localhost.localdomain kernel: Initializing XFRM netlink socket Jul 20 13:58:04 localhost.localdomain kernel: NET: Registered protocol family 10 Jul 20 13:58:04 localhost.localdomain kernel: Segment Routing with IPv6 Jul 20 13:58:04 localhost.localdomain kernel: NET: Registered protocol family 17 Jul 20 13:58:04 localhost.localdomain kernel: mpls_gso: MPLS GSO support Jul 20 13:58:04 localhost.localdomain kernel: No MBM correction factor available Jul 20 13:58:04 localhost.localdomain kernel: AVX2 version of gcm_enc/dec engaged. Jul 20 13:58:04 localhost.localdomain kernel: AES CTR mode by8 optimization enabled Jul 20 13:58:04 localhost.localdomain kernel: sched_clock: Marking stable (458760702, 0)->(1034510194, -575749492) Jul 20 13:58:04 localhost.localdomain kernel: registered taskstats version 1 Jul 20 13:58:04 localhost.localdomain kernel: Loading compiled-in X.509 certificates Jul 20 13:58:04 localhost.localdomain kernel: Loaded X.509 cert 'Red Hat Enterprise Linux kernel signing key: 9036118f247aaa99970a25e487b5a3a55df7255f' Jul 20 13:58:04 localhost.localdomain kernel: Loaded X.509 cert 'Red Hat Enterprise Linux Driver Update Program (key 3): bf57f3e87362bc7229d9f465321773dfd1f77a80' Jul 20 13:58:04 localhost.localdomain kernel: Loaded X.509 cert 'Red Hat Enterprise Linux kpatch signing key: 4d38fd864ebe18c5f0b72e3852e2014c3a676fc8' Jul 20 13:58:04 localhost.localdomain kernel: zswap: loaded using pool lzo/zbud Jul 20 13:58:04 localhost.localdomain kernel: page_owner is disabled Jul 20 13:58:04 localhost.localdomain kernel: Key type big_key registered Jul 20 13:58:04 localhost.localdomain kernel: Key type encrypted registered Jul 20 13:58:04 localhost.localdomain kernel: ima: No TPM chip found, activating TPM-bypass! Jul 20 13:58:04 localhost.localdomain kernel: ima: Allocated hash algorithm: sha256 Jul 20 13:58:04 localhost.localdomain kernel: ima: No architecture policies found Jul 20 13:58:04 localhost.localdomain kernel: evm: Initialising EVM extended attributes: Jul 20 13:58:04 localhost.localdomain kernel: evm: security.selinux Jul 20 13:58:04 localhost.localdomain kernel: evm: security.ima Jul 20 13:58:04 localhost.localdomain kernel: evm: security.capability Jul 20 13:58:04 localhost.localdomain kernel: evm: HMAC attrs: 0x1 Jul 20 13:58:04 localhost.localdomain kernel: rtc_cmos 00:00: setting system clock to 2026-07-20 17:58:04 UTC (1784570284) Jul 20 13:58:04 localhost.localdomain kernel: Freeing unused decrypted memory: 2028K Jul 20 13:58:04 localhost.localdomain kernel: Freeing unused kernel image (initmem) memory: 2820K Jul 20 13:58:04 localhost.localdomain kernel: Write protecting the kernel read-only data: 26624k Jul 20 13:58:04 localhost.localdomain kernel: Freeing unused kernel image (text/rodata gap) memory: 2016K Jul 20 13:58:04 localhost.localdomain kernel: Freeing unused kernel image (rodata/data gap) memory: 1672K Jul 20 13:58:04 localhost.localdomain systemd[1]: systemd 239 (239-82.el8.1) running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=legacy) Jul 20 13:58:04 localhost.localdomain systemd[1]: Detected virtualization amazon. Jul 20 13:58:04 localhost.localdomain systemd[1]: Detected architecture x86-64. Jul 20 13:58:04 localhost.localdomain systemd[1]: Running in initial RAM disk. Jul 20 13:58:04 localhost.localdomain systemd[1]: Set hostname to . Jul 20 13:58:04 localhost.localdomain systemd[1]: Listening on Journal Socket (/dev/log). Jul 20 13:58:04 localhost.localdomain systemd[1]: Reached target Local File Systems. Jul 20 13:58:04 localhost.localdomain systemd[1]: Reached target Swap. Jul 20 13:58:04 localhost.localdomain systemd[1]: Reached target Slices. Jul 20 13:58:04 localhost.localdomain systemd[1]: Listening on udev Control Socket. Jul 20 13:58:04 localhost.localdomain systemd-journald[216]: Journal started -- Subject: The journal has been started -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The system journal process has started up, opened the journal -- files for writing and is now ready to process requests. Jul 20 13:58:04 localhost.localdomain systemd-journald[216]: Runtime journal (/run/log/journal/296974b5ae524724a4e5b0037952a204) is 8.0M, max 174.4M, 166.4M free. -- Subject: Disk space used by the journal -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Runtime journal (/run/log/journal/296974b5ae524724a4e5b0037952a204) is currently using 8.0M. -- Maximum allowed usage is set to 174.4M. -- Leaving at least 261.7M free (of currently available 1.6G of disk space). -- Enforced usage limit is thus 174.4M, of which 166.4M are still available. -- -- The limits controlling how much disk space is used by the journal may -- be configured with SystemMaxUse=, SystemKeepFree=, SystemMaxFileSize=, -- RuntimeMaxUse=, RuntimeKeepFree=, RuntimeMaxFileSize= settings in -- /etc/systemd/journald.conf. See journald.conf(5) for details. Jul 20 13:58:04 localhost.localdomain kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2 Jul 20 13:58:05 localhost.localdomain systemd[1]: systemd-vconsole-setup.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit systemd-vconsole-setup.service has successfully entered the 'dead' state. Jul 20 13:58:05 localhost.localdomain systemd[1]: Started Setup Virtual Console. -- Subject: Unit systemd-vconsole-setup.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-vconsole-setup.service has finished starting up. -- -- The start-up result is done. Jul 20 13:58:05 localhost.localdomain systemd[1]: Starting dracut cmdline hook... -- Subject: Unit dracut-cmdline.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dracut-cmdline.service has begun starting up. Jul 20 13:58:05 localhost.localdomain dracut-cmdline[245]: dracut-8 dracut-049-233.git20240115.el8 Jul 20 13:58:05 localhost.localdomain dracut-cmdline[245]: Using kernel command line parameters: BOOT_IMAGE=(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64 root=UUID=fe591198-9082-4b15-9b62-e83518524cd2 ro crashkernel=auto net.ifnames=0 rhgb quiet Jul 20 13:58:05 localhost.localdomain systemd[1]: Started dracut cmdline hook. -- Subject: Unit dracut-cmdline.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dracut-cmdline.service has finished starting up. -- -- The start-up result is done. Jul 20 13:58:05 localhost.localdomain systemd[1]: Starting dracut pre-udev hook... -- Subject: Unit dracut-pre-udev.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dracut-pre-udev.service has begun starting up. Jul 20 13:58:05 localhost.localdomain systemd[1]: Started dracut pre-udev hook. -- Subject: Unit dracut-pre-udev.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dracut-pre-udev.service has finished starting up. -- -- The start-up result is done. Jul 20 13:58:05 localhost.localdomain systemd[1]: Starting udev Kernel Device Manager... -- Subject: Unit systemd-udevd.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-udevd.service has begun starting up. Jul 20 13:58:05 localhost.localdomain systemd-udevd[306]: Network interface NamePolicy= disabled on kernel command line, ignoring. Jul 20 13:58:05 localhost.localdomain systemd[1]: Started udev Kernel Device Manager. -- Subject: Unit systemd-udevd.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-udevd.service has finished starting up. -- -- The start-up result is done. Jul 20 13:58:05 localhost.localdomain systemd[1]: Starting udev Coldplug all Devices... -- Subject: Unit systemd-udev-trigger.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-udev-trigger.service has begun starting up. Jul 20 13:58:05 localhost.localdomain systemd[1]: Mounting Kernel Configuration File System... -- Subject: Unit sys-kernel-config.mount has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit sys-kernel-config.mount has begun starting up. Jul 20 13:58:05 localhost.localdomain systemd[1]: Mounted Kernel Configuration File System. -- Subject: Unit sys-kernel-config.mount has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit sys-kernel-config.mount has finished starting up. -- -- The start-up result is done. Jul 20 13:58:05 localhost.localdomain systemd[1]: Started udev Coldplug all Devices. -- Subject: Unit systemd-udev-trigger.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-udev-trigger.service has finished starting up. -- -- The start-up result is done. Jul 20 13:58:05 localhost.localdomain systemd[1]: Starting Show Plymouth Boot Screen... -- Subject: Unit plymouth-start.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit plymouth-start.service has begun starting up. Jul 20 13:58:05 localhost.localdomain systemd[1]: Reached target System Initialization. -- Subject: Unit sysinit.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit sysinit.target has finished starting up. -- -- The start-up result is done. Jul 20 13:58:05 localhost.localdomain systemd[1]: Starting dracut initqueue hook... -- Subject: Unit dracut-initqueue.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dracut-initqueue.service has begun starting up. Jul 20 13:58:05 localhost.localdomain kernel: input: ImPS/2 Generic Wheel Mouse as /devices/platform/i8042/serio1/input/input4 Jul 20 13:58:05 localhost.localdomain systemd[1]: Received SIGRTMIN+20 from PID 344 (plymouthd). Jul 20 13:58:05 localhost.localdomain systemd-udevd[335]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable. Jul 20 13:58:05 localhost.localdomain kernel: ena 0000:00:05.0: ENA device version: 0.10 Jul 20 13:58:05 localhost.localdomain kernel: ena 0000:00:05.0: ENA controller version: 0.0.1 implementation version 1 Jul 20 13:58:05 localhost.localdomain systemd[1]: Started Show Plymouth Boot Screen. -- Subject: Unit plymouth-start.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit plymouth-start.service has finished starting up. -- -- The start-up result is done. Jul 20 13:58:05 localhost.localdomain kernel: ena 0000:00:05.0: Elastic Network Adapter (ENA) found at mem febf4000, mac addr 0a:ff:d2:c3:37:af Jul 20 13:58:05 localhost.localdomain systemd[1]: Started Forward Password Requests to Plymouth Directory Watch. -- Subject: Unit systemd-ask-password-plymouth.path has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-ask-password-plymouth.path has finished starting up. -- -- The start-up result is done. Jul 20 13:58:05 localhost.localdomain systemd[1]: Reached target Paths. -- Subject: Unit paths.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit paths.target has finished starting up. -- -- The start-up result is done. Jul 20 13:58:05 localhost.localdomain systemd[1]: Reached target Basic System. -- Subject: Unit basic.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit basic.target has finished starting up. -- -- The start-up result is done. Jul 20 13:58:05 localhost.localdomain kernel: nvme nvme0: pci function 0000:00:04.0 Jul 20 13:58:05 localhost.localdomain kernel: ACPI: \_SB_.LNKD: Enabled at IRQ 11 Jul 20 13:58:05 localhost.localdomain kernel: nvme nvme0: 2/0/0 default/read/poll queues Jul 20 13:58:05 localhost.localdomain systemd-udevd[336]: Using default interface naming scheme 'rhel-8.0'. Jul 20 13:58:05 localhost.localdomain systemd-udevd[336]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable. Jul 20 13:58:05 localhost.localdomain kernel: nvme0n1: detected capacity change from 0 to 268435456000 Jul 20 13:58:05 localhost.localdomain kernel: nvme0n1: p1 Jul 20 13:58:06 localhost.localdomain systemd[1]: Found device Amazon Elastic Block Store 1. -- Subject: Unit dev-disk-by\x2duuid-fe591198\x2d9082\x2d4b15\x2d9b62\x2de83518524cd2.device has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dev-disk-by\x2duuid-fe591198\x2d9082\x2d4b15\x2d9b62\x2de83518524cd2.device has finished starting up. -- -- The start-up result is done. Jul 20 13:58:06 localhost.localdomain systemd[1]: Reached target Initrd Root Device. -- Subject: Unit initrd-root-device.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit initrd-root-device.target has finished starting up. -- -- The start-up result is done. Jul 20 13:58:06 localhost.localdomain systemd[1]: Started dracut initqueue hook. -- Subject: Unit dracut-initqueue.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dracut-initqueue.service has finished starting up. -- -- The start-up result is done. Jul 20 13:58:06 localhost.localdomain systemd[1]: Starting File System Check on /dev/disk/by-uuid/fe591198-9082-4b15-9b62-e83518524cd2... -- Subject: Unit systemd-fsck-root.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-fsck-root.service has begun starting up. Jul 20 13:58:06 localhost.localdomain systemd[1]: Reached target Remote File Systems (Pre). -- Subject: Unit remote-fs-pre.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit remote-fs-pre.target has finished starting up. -- -- The start-up result is done. Jul 20 13:58:06 localhost.localdomain systemd[1]: Reached target Remote File Systems. -- Subject: Unit remote-fs.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit remote-fs.target has finished starting up. -- -- The start-up result is done. Jul 20 13:58:06 localhost.localdomain systemd-fsck[371]: /usr/sbin/fsck.xfs: XFS file system. Jul 20 13:58:06 localhost.localdomain systemd[1]: Started File System Check on /dev/disk/by-uuid/fe591198-9082-4b15-9b62-e83518524cd2. -- Subject: Unit systemd-fsck-root.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-fsck-root.service has finished starting up. -- -- The start-up result is done. Jul 20 13:58:06 localhost.localdomain systemd[1]: Mounting /sysroot... -- Subject: Unit sysroot.mount has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit sysroot.mount has begun starting up. Jul 20 13:58:06 localhost.localdomain kernel: SGI XFS with ACLs, security attributes, quota, no debug enabled Jul 20 13:58:06 localhost.localdomain kernel: XFS (nvme0n1p1): Mounting V5 Filesystem Jul 20 13:58:07 localhost.localdomain kernel: XFS (nvme0n1p1): Ending clean mount Jul 20 13:58:07 localhost.localdomain systemd[1]: Mounted /sysroot. -- Subject: Unit sysroot.mount has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit sysroot.mount has finished starting up. -- -- The start-up result is done. Jul 20 13:58:07 localhost.localdomain systemd[1]: Reached target Initrd Root File System. -- Subject: Unit initrd-root-fs.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit initrd-root-fs.target has finished starting up. -- -- The start-up result is done. Jul 20 13:58:07 localhost.localdomain systemd[1]: Starting Reload Configuration from the Real Root... -- Subject: Unit initrd-parse-etc.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit initrd-parse-etc.service has begun starting up. Jul 20 13:58:07 localhost.localdomain systemd[1]: Reloading. Jul 20 13:58:07 localhost.localdomain systemd[1]: initrd-parse-etc.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit initrd-parse-etc.service has successfully entered the 'dead' state. Jul 20 13:58:07 localhost.localdomain systemd[1]: Started Reload Configuration from the Real Root. -- Subject: Unit initrd-parse-etc.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit initrd-parse-etc.service has finished starting up. -- -- The start-up result is done. Jul 20 13:58:07 localhost.localdomain systemd[1]: Reached target Initrd File Systems. -- Subject: Unit initrd-fs.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit initrd-fs.target has finished starting up. -- -- The start-up result is done. Jul 20 13:58:07 localhost.localdomain systemd[1]: Reached target Initrd Default Target. -- Subject: Unit initrd.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit initrd.target has finished starting up. -- -- The start-up result is done. Jul 20 13:58:07 localhost.localdomain systemd[1]: Starting dracut pre-pivot and cleanup hook... -- Subject: Unit dracut-pre-pivot.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dracut-pre-pivot.service has begun starting up. Jul 20 13:58:07 localhost.localdomain systemd[1]: Started dracut pre-pivot and cleanup hook. -- Subject: Unit dracut-pre-pivot.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dracut-pre-pivot.service has finished starting up. -- -- The start-up result is done. Jul 20 13:58:07 localhost.localdomain systemd[1]: Starting Cleaning Up and Shutting Down Daemons... -- Subject: Unit initrd-cleanup.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit initrd-cleanup.service has begun starting up. Jul 20 13:58:07 localhost.localdomain systemd[1]: dracut-pre-pivot.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit dracut-pre-pivot.service has successfully entered the 'dead' state. Jul 20 13:58:07 localhost.localdomain systemd[1]: Stopped dracut pre-pivot and cleanup hook. -- Subject: Unit dracut-pre-pivot.service has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dracut-pre-pivot.service has finished shutting down. Jul 20 13:58:07 localhost.localdomain systemd[1]: Stopped target Remote File Systems. -- Subject: Unit remote-fs.target has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit remote-fs.target has finished shutting down. Jul 20 13:58:07 localhost.localdomain systemd[1]: Stopped target Remote File Systems (Pre). -- Subject: Unit remote-fs-pre.target has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit remote-fs-pre.target has finished shutting down. Jul 20 13:58:07 localhost.localdomain systemd[1]: dracut-initqueue.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit dracut-initqueue.service has successfully entered the 'dead' state. Jul 20 13:58:07 localhost.localdomain systemd[1]: Stopped dracut initqueue hook. -- Subject: Unit dracut-initqueue.service has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dracut-initqueue.service has finished shutting down. Jul 20 13:58:07 localhost.localdomain systemd[1]: Starting Setup Virtual Console... -- Subject: Unit systemd-vconsole-setup.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-vconsole-setup.service has begun starting up. Jul 20 13:58:07 localhost.localdomain systemd[1]: Starting Plymouth switch root service... -- Subject: Unit plymouth-switch-root.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit plymouth-switch-root.service has begun starting up. Jul 20 13:58:07 localhost.localdomain systemd[1]: Stopped target Timers. -- Subject: Unit timers.target has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit timers.target has finished shutting down. Jul 20 13:58:07 localhost.localdomain systemd[1]: Stopped target Initrd Default Target. -- Subject: Unit initrd.target has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit initrd.target has finished shutting down. Jul 20 13:58:07 localhost.localdomain systemd[1]: Stopped target Initrd Root Device. -- Subject: Unit initrd-root-device.target has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit initrd-root-device.target has finished shutting down. Jul 20 13:58:07 localhost.localdomain systemd[1]: Stopped target Basic System. -- Subject: Unit basic.target has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit basic.target has finished shutting down. Jul 20 13:58:07 localhost.localdomain systemd[1]: Stopped target Slices. -- Subject: Unit slices.target has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit slices.target has finished shutting down. Jul 20 13:58:07 localhost.localdomain systemd[1]: Stopped target Sockets. -- Subject: Unit sockets.target has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit sockets.target has finished shutting down. Jul 20 13:58:07 localhost.localdomain systemd[1]: Stopped target Paths. -- Subject: Unit paths.target has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit paths.target has finished shutting down. Jul 20 13:58:07 localhost.localdomain systemd[1]: Stopped target System Initialization. -- Subject: Unit sysinit.target has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit sysinit.target has finished shutting down. Jul 20 13:58:07 localhost.localdomain systemd[1]: Stopping udev Kernel Device Manager... -- Subject: Unit systemd-udevd.service has begun shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-udevd.service has begun shutting down. Jul 20 13:58:07 localhost.localdomain systemd[1]: systemd-udev-trigger.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit systemd-udev-trigger.service has successfully entered the 'dead' state. Jul 20 13:58:07 localhost.localdomain systemd[1]: Stopped udev Coldplug all Devices. -- Subject: Unit systemd-udev-trigger.service has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-udev-trigger.service has finished shutting down. Jul 20 13:58:07 localhost.localdomain systemd[1]: Stopped target Swap. -- Subject: Unit swap.target has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit swap.target has finished shutting down. Jul 20 13:58:07 localhost.localdomain systemd[1]: systemd-tmpfiles-setup.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit systemd-tmpfiles-setup.service has successfully entered the 'dead' state. Jul 20 13:58:07 localhost.localdomain systemd[1]: Stopped Create Volatile Files and Directories. -- Subject: Unit systemd-tmpfiles-setup.service has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-tmpfiles-setup.service has finished shutting down. Jul 20 13:58:07 localhost.localdomain systemd[1]: Stopped target Local File Systems. -- Subject: Unit local-fs.target has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit local-fs.target has finished shutting down. Jul 20 13:58:07 localhost.localdomain systemd[1]: systemd-sysctl.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit systemd-sysctl.service has successfully entered the 'dead' state. Jul 20 13:58:07 localhost.localdomain systemd[1]: Stopped Apply Kernel Variables. -- Subject: Unit systemd-sysctl.service has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-sysctl.service has finished shutting down. Jul 20 13:58:07 localhost.localdomain systemd[1]: systemd-udevd.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit systemd-udevd.service has successfully entered the 'dead' state. Jul 20 13:58:07 localhost.localdomain systemd[1]: Stopped udev Kernel Device Manager. -- Subject: Unit systemd-udevd.service has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-udevd.service has finished shutting down. Jul 20 13:58:07 localhost.localdomain systemd[1]: initrd-cleanup.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit initrd-cleanup.service has successfully entered the 'dead' state. Jul 20 13:58:07 localhost.localdomain systemd[1]: Started Cleaning Up and Shutting Down Daemons. -- Subject: Unit initrd-cleanup.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit initrd-cleanup.service has finished starting up. -- -- The start-up result is done. Jul 20 13:58:08 localhost.localdomain systemd[1]: systemd-tmpfiles-setup-dev.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit systemd-tmpfiles-setup-dev.service has successfully entered the 'dead' state. Jul 20 13:58:08 localhost.localdomain systemd[1]: Stopped Create Static Device Nodes in /dev. -- Subject: Unit systemd-tmpfiles-setup-dev.service has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-tmpfiles-setup-dev.service has finished shutting down. Jul 20 13:58:08 localhost.localdomain systemd[1]: kmod-static-nodes.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit kmod-static-nodes.service has successfully entered the 'dead' state. Jul 20 13:58:08 localhost.localdomain systemd[1]: Stopped Create list of required static device nodes for the current kernel. -- Subject: Unit kmod-static-nodes.service has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit kmod-static-nodes.service has finished shutting down. Jul 20 13:58:08 localhost.localdomain systemd[1]: dracut-pre-udev.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit dracut-pre-udev.service has successfully entered the 'dead' state. Jul 20 13:58:08 localhost.localdomain systemd[1]: Stopped dracut pre-udev hook. -- Subject: Unit dracut-pre-udev.service has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dracut-pre-udev.service has finished shutting down. Jul 20 13:58:08 localhost.localdomain systemd[1]: dracut-cmdline.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit dracut-cmdline.service has successfully entered the 'dead' state. Jul 20 13:58:08 localhost.localdomain systemd[1]: Stopped dracut cmdline hook. -- Subject: Unit dracut-cmdline.service has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dracut-cmdline.service has finished shutting down. Jul 20 13:58:08 localhost.localdomain systemd[1]: systemd-udevd-kernel.socket: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit systemd-udevd-kernel.socket has successfully entered the 'dead' state. Jul 20 13:58:08 localhost.localdomain systemd[1]: Closed udev Kernel Socket. -- Subject: Unit systemd-udevd-kernel.socket has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-udevd-kernel.socket has finished shutting down. Jul 20 13:58:08 localhost.localdomain systemd[1]: systemd-udevd-control.socket: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit systemd-udevd-control.socket has successfully entered the 'dead' state. Jul 20 13:58:08 localhost.localdomain systemd[1]: Closed udev Control Socket. -- Subject: Unit systemd-udevd-control.socket has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-udevd-control.socket has finished shutting down. Jul 20 13:58:08 localhost.localdomain systemd[1]: Starting Cleanup udevd DB... -- Subject: Unit initrd-udevadm-cleanup-db.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit initrd-udevadm-cleanup-db.service has begun starting up. Jul 20 13:58:08 localhost.localdomain systemd[1]: initrd-udevadm-cleanup-db.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit initrd-udevadm-cleanup-db.service has successfully entered the 'dead' state. Jul 20 13:58:08 localhost.localdomain systemd[1]: Started Cleanup udevd DB. -- Subject: Unit initrd-udevadm-cleanup-db.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit initrd-udevadm-cleanup-db.service has finished starting up. -- -- The start-up result is done. Jul 20 13:58:08 localhost.localdomain systemd[1]: Started Plymouth switch root service. -- Subject: Unit plymouth-switch-root.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit plymouth-switch-root.service has finished starting up. -- -- The start-up result is done. Jul 20 13:58:08 localhost.localdomain systemd[1]: systemd-vconsole-setup.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit systemd-vconsole-setup.service has successfully entered the 'dead' state. Jul 20 13:58:08 localhost.localdomain systemd[1]: Started Setup Virtual Console. -- Subject: Unit systemd-vconsole-setup.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-vconsole-setup.service has finished starting up. -- -- The start-up result is done. Jul 20 13:58:08 localhost.localdomain systemd[1]: Reached target Switch Root. -- Subject: Unit initrd-switch-root.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit initrd-switch-root.target has finished starting up. -- -- The start-up result is done. Jul 20 13:58:08 localhost.localdomain systemd[1]: Starting Switch Root... -- Subject: Unit initrd-switch-root.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit initrd-switch-root.service has begun starting up. Jul 20 13:58:08 localhost.localdomain systemd[1]: Switching root. Jul 20 13:58:08 localhost.localdomain systemd-journald[216]: Journal stopped -- Subject: The journal has been stopped -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The system journal process has shut down and closed all currently -- active journal files. Jul 20 13:58:12 localhost.localdomain kernel: printk: systemd: 17 output lines suppressed due to ratelimiting Jul 20 13:58:12 localhost.localdomain kernel: audit: type=1404 audit(1784570289.821:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295 enabled=1 old-enabled=1 lsm=selinux res=1 Jul 20 13:58:12 localhost.localdomain kernel: SELinux: policy capability network_peer_controls=1 Jul 20 13:58:12 localhost.localdomain kernel: SELinux: policy capability open_perms=1 Jul 20 13:58:12 localhost.localdomain kernel: SELinux: policy capability extended_socket_class=1 Jul 20 13:58:12 localhost.localdomain kernel: SELinux: policy capability always_check_network=0 Jul 20 13:58:12 localhost.localdomain kernel: SELinux: policy capability cgroup_seclabel=1 Jul 20 13:58:12 localhost.localdomain kernel: SELinux: policy capability nnp_nosuid_transition=1 Jul 20 13:58:12 localhost.localdomain kernel: audit: type=1403 audit(1784570290.323:3): auid=4294967295 ses=4294967295 lsm=selinux res=1 Jul 20 13:58:12 localhost.localdomain systemd[1]: Successfully loaded SELinux policy in 502.993ms. Jul 20 13:58:12 localhost.localdomain systemd[1]: Relabelled /dev, /run and /sys/fs/cgroup in 14.368ms. Jul 20 13:58:12 localhost.localdomain systemd[1]: systemd 239 (239-82.el8.1) running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=legacy) Jul 20 13:58:12 localhost.localdomain systemd[1]: Detected virtualization amazon. Jul 20 13:58:12 localhost.localdomain systemd[1]: Detected architecture x86-64. Jul 20 13:58:12 localhost.localdomain systemd[1]: Set hostname to . Jul 20 13:58:12 localhost.localdomain systemd[1]: Initializing machine ID from KVM UUID. Jul 20 13:58:12 localhost.localdomain systemd[1]: Installed transient /etc/machine-id file. Jul 20 13:58:12 localhost.localdomain systemd[1]: initrd-switch-root.service: Succeeded. Jul 20 13:58:12 localhost.localdomain systemd[1]: Stopped Switch Root. Jul 20 13:58:12 localhost.localdomain systemd[1]: systemd-journald.service: Service has no hold-off time (RestartSec=0), scheduling restart. Jul 20 13:58:12 localhost.localdomain systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1. Jul 20 13:58:12 localhost.localdomain systemd-journald[489]: Journal started -- Subject: The journal has been started -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The system journal process has started up, opened the journal -- files for writing and is now ready to process requests. Jul 20 13:58:12 localhost.localdomain systemd-journald[489]: Runtime journal (/run/log/journal/ec2a299fbad552febeba47d2118065c1) is 8.0M, max 174.4M, 166.4M free. -- Subject: Disk space used by the journal -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Runtime journal (/run/log/journal/ec2a299fbad552febeba47d2118065c1) is currently using 8.0M. -- Maximum allowed usage is set to 174.4M. -- Leaving at least 261.7M free (of currently available 1.6G of disk space). -- Enforced usage limit is thus 174.4M, of which 166.4M are still available. -- -- The limits controlling how much disk space is used by the journal may -- be configured with SystemMaxUse=, SystemKeepFree=, SystemMaxFileSize=, -- RuntimeMaxUse=, RuntimeKeepFree=, RuntimeMaxFileSize= settings in -- /etc/systemd/journald.conf. See journald.conf(5) for details. Jul 20 13:58:12 localhost.localdomain systemd[1]: systemd-journald.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit systemd-journald.service has successfully entered the 'dead' state. Jul 20 13:58:12 localhost.localdomain systemd[1]: Started Remount Root and Kernel File Systems. -- Subject: Unit systemd-remount-fs.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-remount-fs.service has finished starting up. -- -- The start-up result is done. Jul 20 13:58:12 localhost.localdomain systemd[1]: Mounted POSIX Message Queue File System. -- Subject: Unit dev-mqueue.mount has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dev-mqueue.mount has finished starting up. -- -- The start-up result is done. Jul 20 13:58:12 localhost.localdomain systemd[1]: Mounted Huge Pages File System. -- Subject: Unit dev-hugepages.mount has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dev-hugepages.mount has finished starting up. -- -- The start-up result is done. Jul 20 13:58:12 localhost.localdomain systemd[1]: Mounted Kernel Debug File System. -- Subject: Unit sys-kernel-debug.mount has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit sys-kernel-debug.mount has finished starting up. -- -- The start-up result is done. Jul 20 13:58:12 localhost.localdomain systemd[1]: Starting Load/Save Random Seed... -- Subject: Unit systemd-random-seed.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-random-seed.service has begun starting up. Jul 20 13:58:12 localhost.localdomain systemd[1]: Starting Flush Journal to Persistent Storage... -- Subject: Unit systemd-journal-flush.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-journal-flush.service has begun starting up. Jul 20 13:58:12 localhost.localdomain systemd[1]: Started Create list of required static device nodes for the current kernel. -- Subject: Unit kmod-static-nodes.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit kmod-static-nodes.service has finished starting up. -- -- The start-up result is done. Jul 20 13:58:12 localhost.localdomain systemd[1]: Started Read and set NIS domainname from /etc/sysconfig/network. -- Subject: Unit nis-domainname.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit nis-domainname.service has finished starting up. -- -- The start-up result is done. Jul 20 13:58:12 localhost.localdomain systemd[1]: Started Apply Kernel Variables. -- Subject: Unit systemd-sysctl.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-sysctl.service has finished starting up. -- -- The start-up result is done. Jul 20 13:58:12 localhost.localdomain systemd[1]: Started Load/Save Random Seed. -- Subject: Unit systemd-random-seed.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-random-seed.service has finished starting up. -- -- The start-up result is done. Jul 20 13:58:12 localhost.localdomain systemd[1]: Starting Create Static Device Nodes in /dev... -- Subject: Unit systemd-tmpfiles-setup-dev.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-tmpfiles-setup-dev.service has begun starting up. Jul 20 13:58:12 localhost.localdomain systemd-journald[489]: Runtime journal (/run/log/journal/ec2a299fbad552febeba47d2118065c1) is 8.0M, max 174.4M, 166.4M free. -- Subject: Disk space used by the journal -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Runtime journal (/run/log/journal/ec2a299fbad552febeba47d2118065c1) is currently using 8.0M. -- Maximum allowed usage is set to 174.4M. -- Leaving at least 261.7M free (of currently available 1.6G of disk space). -- Enforced usage limit is thus 174.4M, of which 166.4M are still available. -- -- The limits controlling how much disk space is used by the journal may -- be configured with SystemMaxUse=, SystemKeepFree=, SystemMaxFileSize=, -- RuntimeMaxUse=, RuntimeKeepFree=, RuntimeMaxFileSize= settings in -- /etc/systemd/journald.conf. See journald.conf(5) for details. Jul 20 13:58:12 localhost.localdomain systemd[1]: Started Flush Journal to Persistent Storage. -- Subject: Unit systemd-journal-flush.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-journal-flush.service has finished starting up. -- -- The start-up result is done. Jul 20 13:58:12 localhost.localdomain systemd[1]: Started udev Coldplug all Devices. -- Subject: Unit systemd-udev-trigger.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-udev-trigger.service has finished starting up. -- -- The start-up result is done. Jul 20 13:58:13 localhost.localdomain systemd[1]: systemd-vconsole-setup.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit systemd-vconsole-setup.service has successfully entered the 'dead' state. Jul 20 13:58:13 localhost.localdomain systemd[1]: Started Setup Virtual Console. -- Subject: Unit systemd-vconsole-setup.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-vconsole-setup.service has finished starting up. -- -- The start-up result is done. Jul 20 13:58:13 localhost.localdomain systemd[1]: Started Create Static Device Nodes in /dev. -- Subject: Unit systemd-tmpfiles-setup-dev.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-tmpfiles-setup-dev.service has finished starting up. -- -- The start-up result is done. Jul 20 13:58:13 localhost.localdomain systemd[1]: Starting udev Kernel Device Manager... -- Subject: Unit systemd-udevd.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-udevd.service has begun starting up. Jul 20 13:58:13 localhost.localdomain systemd[1]: Reached target Local File Systems (Pre). -- Subject: Unit local-fs-pre.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit local-fs-pre.target has finished starting up. -- -- The start-up result is done. Jul 20 13:58:13 localhost.localdomain systemd[1]: Reached target Local File Systems. -- Subject: Unit local-fs.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit local-fs.target has finished starting up. -- -- The start-up result is done. Jul 20 13:58:13 localhost.localdomain systemd[1]: Starting Tell Plymouth To Write Out Runtime Data... -- Subject: Unit plymouth-read-write.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit plymouth-read-write.service has begun starting up. Jul 20 13:58:13 localhost.localdomain systemd[1]: Starting Commit a transient machine-id on disk... -- Subject: Unit systemd-machine-id-commit.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-machine-id-commit.service has begun starting up. Jul 20 13:58:13 localhost.localdomain systemd[1]: Starting Import network configuration from initramfs... -- Subject: Unit import-state.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit import-state.service has begun starting up. Jul 20 13:58:13 localhost.localdomain systemd[1]: Started Tell Plymouth To Write Out Runtime Data. -- Subject: Unit plymouth-read-write.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit plymouth-read-write.service has finished starting up. -- -- The start-up result is done. Jul 20 13:58:13 localhost.localdomain systemd[1]: Received SIGRTMIN+20 from PID 344 (plymouthd). Jul 20 13:58:13 localhost.localdomain systemd[1]: etc-machine\x2did.mount: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit etc-machine\x2did.mount has successfully entered the 'dead' state. Jul 20 13:58:13 localhost.localdomain systemd[1]: Started Commit a transient machine-id on disk. -- Subject: Unit systemd-machine-id-commit.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-machine-id-commit.service has finished starting up. -- -- The start-up result is done. Jul 20 13:58:13 localhost.localdomain systemd[1]: Started Import network configuration from initramfs. -- Subject: Unit import-state.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit import-state.service has finished starting up. -- -- The start-up result is done. Jul 20 13:58:13 localhost.localdomain systemd[1]: Starting Create Volatile Files and Directories... -- Subject: Unit systemd-tmpfiles-setup.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-tmpfiles-setup.service has begun starting up. Jul 20 13:58:13 localhost.localdomain systemd[1]: Started Create Volatile Files and Directories. -- Subject: Unit systemd-tmpfiles-setup.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-tmpfiles-setup.service has finished starting up. -- -- The start-up result is done. Jul 20 13:58:13 localhost.localdomain systemd[1]: Starting Security Auditing Service... -- Subject: Unit auditd.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit auditd.service has begun starting up. Jul 20 13:58:13 localhost.localdomain systemd[1]: Mounting RPC Pipe File System... -- Subject: Unit var-lib-nfs-rpc_pipefs.mount has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit var-lib-nfs-rpc_pipefs.mount has begun starting up. Jul 20 13:58:13 localhost.localdomain auditd[545]: No plugins found, not dispatching events Jul 20 13:58:13 localhost.localdomain auditd[545]: Init complete, auditd 3.1.2 listening for events (startup state enable) Jul 20 13:58:13 localhost.localdomain systemd-udevd[521]: Network interface NamePolicy= disabled on kernel command line, ignoring. Jul 20 13:58:13 localhost.localdomain systemd[1]: Starting RPC Bind... -- Subject: Unit rpcbind.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit rpcbind.service has begun starting up. Jul 20 13:58:13 localhost.localdomain systemd[1]: Started udev Kernel Device Manager. -- Subject: Unit systemd-udevd.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-udevd.service has finished starting up. -- -- The start-up result is done. Jul 20 13:58:13 localhost.localdomain kernel: RPC: Registered named UNIX socket transport module. Jul 20 13:58:13 localhost.localdomain kernel: RPC: Registered udp transport module. Jul 20 13:58:13 localhost.localdomain kernel: RPC: Registered tcp transport module. Jul 20 13:58:13 localhost.localdomain kernel: RPC: Registered tcp NFSv4.1 backchannel transport module. Jul 20 13:58:13 localhost.localdomain systemd[1]: Mounted RPC Pipe File System. -- Subject: Unit var-lib-nfs-rpc_pipefs.mount has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit var-lib-nfs-rpc_pipefs.mount has finished starting up. -- -- The start-up result is done. Jul 20 13:58:13 localhost.localdomain systemd[1]: Reached target rpc_pipefs.target. -- Subject: Unit rpc_pipefs.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit rpc_pipefs.target has finished starting up. -- -- The start-up result is done. Jul 20 13:58:13 localhost.localdomain systemd[1]: Started RPC Bind. -- Subject: Unit rpcbind.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit rpcbind.service has finished starting up. -- -- The start-up result is done. Jul 20 13:58:13 localhost.localdomain augenrules[549]: /sbin/augenrules: No change Jul 20 13:58:13 localhost.localdomain augenrules[574]: No rules Jul 20 13:58:13 localhost.localdomain augenrules[574]: enabled 1 Jul 20 13:58:13 localhost.localdomain augenrules[574]: failure 1 Jul 20 13:58:13 localhost.localdomain augenrules[574]: pid 545 Jul 20 13:58:13 localhost.localdomain augenrules[574]: rate_limit 0 Jul 20 13:58:13 localhost.localdomain augenrules[574]: backlog_limit 8192 Jul 20 13:58:13 localhost.localdomain augenrules[574]: lost 0 Jul 20 13:58:13 localhost.localdomain augenrules[574]: backlog 4 Jul 20 13:58:13 localhost.localdomain augenrules[574]: backlog_wait_time 60000 Jul 20 13:58:13 localhost.localdomain augenrules[574]: backlog_wait_time_actual 0 Jul 20 13:58:13 localhost.localdomain augenrules[574]: enabled 1 Jul 20 13:58:13 localhost.localdomain augenrules[574]: failure 1 Jul 20 13:58:13 localhost.localdomain augenrules[574]: pid 545 Jul 20 13:58:13 localhost.localdomain augenrules[574]: rate_limit 0 Jul 20 13:58:13 localhost.localdomain augenrules[574]: backlog_limit 8192 Jul 20 13:58:13 localhost.localdomain augenrules[574]: lost 0 Jul 20 13:58:13 localhost.localdomain augenrules[574]: backlog 4 Jul 20 13:58:13 localhost.localdomain augenrules[574]: backlog_wait_time 60000 Jul 20 13:58:13 localhost.localdomain augenrules[574]: backlog_wait_time_actual 0 Jul 20 13:58:13 localhost.localdomain augenrules[574]: enabled 1 Jul 20 13:58:13 localhost.localdomain augenrules[574]: failure 1 Jul 20 13:58:13 localhost.localdomain augenrules[574]: pid 545 Jul 20 13:58:13 localhost.localdomain augenrules[574]: rate_limit 0 Jul 20 13:58:13 localhost.localdomain augenrules[574]: backlog_limit 8192 Jul 20 13:58:13 localhost.localdomain augenrules[574]: lost 0 Jul 20 13:58:13 localhost.localdomain augenrules[574]: backlog 4 Jul 20 13:58:13 localhost.localdomain augenrules[574]: backlog_wait_time 60000 Jul 20 13:58:13 localhost.localdomain augenrules[574]: backlog_wait_time_actual 0 Jul 20 13:58:13 localhost.localdomain systemd[1]: Started Security Auditing Service. -- Subject: Unit auditd.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit auditd.service has finished starting up. -- -- The start-up result is done. Jul 20 13:58:13 localhost.localdomain systemd[1]: Starting Update UTMP about System Boot/Shutdown... -- Subject: Unit systemd-update-utmp.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-update-utmp.service has begun starting up. Jul 20 13:58:13 localhost.localdomain kernel: piix4_smbus 0000:00:01.3: SMBus Host Controller at 0xb100, revision 255 Jul 20 13:58:13 localhost.localdomain systemd[1]: Started Update UTMP about System Boot/Shutdown. -- Subject: Unit systemd-update-utmp.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-update-utmp.service has finished starting up. -- -- The start-up result is done. Jul 20 13:58:13 localhost.localdomain systemd[1]: Reached target System Initialization. -- Subject: Unit sysinit.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit sysinit.target has finished starting up. -- -- The start-up result is done. Jul 20 13:58:13 localhost.localdomain systemd[1]: Listening on SSSD Kerberos Cache Manager responder socket. -- Subject: Unit sssd-kcm.socket has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit sssd-kcm.socket has finished starting up. -- -- The start-up result is done. Jul 20 13:58:13 localhost.localdomain systemd[1]: Started Daily Cleanup of Temporary Directories. -- Subject: Unit systemd-tmpfiles-clean.timer has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-tmpfiles-clean.timer has finished starting up. -- -- The start-up result is done. Jul 20 13:58:13 localhost.localdomain systemd[1]: Listening on D-Bus System Message Bus Socket. -- Subject: Unit dbus.socket has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dbus.socket has finished starting up. -- -- The start-up result is done. Jul 20 13:58:13 localhost.localdomain systemd[1]: Reached target Sockets. -- Subject: Unit sockets.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit sockets.target has finished starting up. -- -- The start-up result is done. Jul 20 13:58:13 localhost.localdomain systemd[1]: Reached target Basic System. -- Subject: Unit basic.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit basic.target has finished starting up. -- -- The start-up result is done. Jul 20 13:58:13 localhost.localdomain systemd[1]: Starting NTP client/server... -- Subject: Unit chronyd.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit chronyd.service has begun starting up. Jul 20 13:58:13 localhost.localdomain systemd[1]: Starting Initial cloud-init job (pre-networking)... -- Subject: Unit cloud-init-local.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit cloud-init-local.service has begun starting up. Jul 20 13:58:13 localhost.localdomain systemd[1]: Started Hardware RNG Entropy Gatherer Daemon. -- Subject: Unit rngd.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit rngd.service has finished starting up. -- -- The start-up result is done. Jul 20 13:58:13 localhost.localdomain systemd[1]: Reached target sshd-keygen.target. -- Subject: Unit sshd-keygen.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit sshd-keygen.target has finished starting up. -- -- The start-up result is done. Jul 20 13:58:13 localhost.localdomain systemd[1]: Reached target User and Group Name Lookups. -- Subject: Unit nss-user-lookup.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit nss-user-lookup.target has finished starting up. -- -- The start-up result is done. Jul 20 13:58:13 localhost.localdomain systemd[1]: Starting Login Service... -- Subject: Unit systemd-logind.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-logind.service has begun starting up. Jul 20 13:58:13 localhost.localdomain systemd[1]: Starting Restore /run/initramfs on shutdown... -- Subject: Unit dracut-shutdown.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dracut-shutdown.service has begun starting up. Jul 20 13:58:13 localhost.localdomain kernel: parport_pc 00:03: reported by Plug and Play ACPI Jul 20 13:58:14 localhost.localdomain systemd-udevd[564]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable. Jul 20 13:58:14 localhost.localdomain kernel: input: PC Speaker as /devices/platform/pcspkr/input/input5 Jul 20 13:58:14 localhost.localdomain systemd[1]: Started irqbalance daemon. -- Subject: Unit irqbalance.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit irqbalance.service has finished starting up. -- -- The start-up result is done. Jul 20 13:58:14 localhost.localdomain systemd[1]: Started D-Bus System Message Bus. -- Subject: Unit dbus.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dbus.service has finished starting up. -- -- The start-up result is done. Jul 20 13:58:14 localhost.localdomain systemd[1]: Started dnf makecache --timer. -- Subject: Unit dnf-makecache.timer has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dnf-makecache.timer has finished starting up. -- -- The start-up result is done. Jul 20 13:58:14 localhost.localdomain systemd[1]: Started daily update of the root trust anchor for DNSSEC. -- Subject: Unit unbound-anchor.timer has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit unbound-anchor.timer has finished starting up. -- -- The start-up result is done. Jul 20 13:58:14 localhost.localdomain systemd[1]: Reached target Timers. -- Subject: Unit timers.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit timers.target has finished starting up. -- -- The start-up result is done. Jul 20 13:58:14 localhost.localdomain systemd[1]: Started Restore /run/initramfs on shutdown. -- Subject: Unit dracut-shutdown.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dracut-shutdown.service has finished starting up. -- -- The start-up result is done. Jul 20 13:58:14 localhost.localdomain systemd[1]: Starting update of the root trust anchor for DNSSEC validation in unbound... -- Subject: Unit unbound-anchor.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit unbound-anchor.service has begun starting up. Jul 20 13:58:14 localhost.localdomain kernel: ppdev: user-space parallel port driver Jul 20 13:58:14 localhost.localdomain kernel: RAPL PMU: API unit is 2^-32 Joules, 0 fixed counters, 10737418240 ms ovfl timer Jul 20 13:58:14 localhost.localdomain systemd-logind[586]: Watching system buttons on /dev/input/event0 (Power Button) Jul 20 13:58:14 localhost.localdomain systemd-logind[586]: Watching system buttons on /dev/input/event1 (Sleep Button) Jul 20 13:58:14 localhost.localdomain systemd-logind[586]: Watching system buttons on /dev/input/event2 (AT Translated Set 2 keyboard) Jul 20 13:58:14 localhost.localdomain rngd[585]: Disabling 7: PKCS11 Entropy generator (pkcs11) Jul 20 13:58:14 localhost.localdomain rngd[585]: Disabling 5: NIST Network Entropy Beacon (nist) Jul 20 13:58:14 localhost.localdomain rngd[585]: Disabling 9: Qrypt quantum entropy beacon (qrypt) Jul 20 13:58:14 localhost.localdomain rngd[585]: Initializing available sources Jul 20 13:58:14 localhost.localdomain rngd[585]: [hwrng ]: Initialization Failed Jul 20 13:58:14 localhost.localdomain rngd[585]: [rdrand]: Enabling RDSEED rng support Jul 20 13:58:14 localhost.localdomain rngd[585]: [rdrand]: Initialized Jul 20 13:58:14 localhost.localdomain rngd[585]: [jitter]: JITTER timeout set to 5 sec Jul 20 13:58:14 localhost.localdomain systemd-udevd[566]: Using default interface naming scheme 'rhel-8.0'. Jul 20 13:58:14 localhost.localdomain systemd-udevd[566]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable. Jul 20 13:58:14 localhost.localdomain chronyd[612]: chronyd version 4.5 starting (+CMDMON +NTP +REFCLOCK +RTC +PRIVDROP +SCFILTER +SIGND +ASYNCDNS +NTS +SECHASH +IPV6 +DEBUG) Jul 20 13:58:14 localhost.localdomain chronyd[612]: Loaded 0 symmetric keys Jul 20 13:58:14 localhost.localdomain chronyd[612]: Frequency 0.000 +/- 1000000.000 ppm read from /var/lib/chrony/drift Jul 20 13:58:14 localhost.localdomain chronyd[612]: Using right/UTC timezone to obtain leap second data Jul 20 13:58:14 localhost.localdomain rngd[585]: [jitter]: Initializing AES buffer Jul 20 13:58:14 localhost.localdomain systemd[1]: unbound-anchor.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit unbound-anchor.service has successfully entered the 'dead' state. Jul 20 13:58:14 localhost.localdomain systemd[1]: Started update of the root trust anchor for DNSSEC validation in unbound. -- Subject: Unit unbound-anchor.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit unbound-anchor.service has finished starting up. -- -- The start-up result is done. Jul 20 13:58:14 localhost.localdomain systemd-logind[586]: New seat seat0. -- Subject: A new seat seat0 is now available -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new seat seat0 has been configured and is now available. Jul 20 13:58:14 localhost.localdomain systemd[1]: Started NTP client/server. -- Subject: Unit chronyd.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit chronyd.service has finished starting up. -- -- The start-up result is done. Jul 20 13:58:14 localhost.localdomain systemd[1]: Started Login Service. -- Subject: Unit systemd-logind.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-logind.service has finished starting up. -- -- The start-up result is done. Jul 20 13:58:19 localhost.localdomain rngd[585]: [jitter]: Unable to obtain AES key, disabling JITTER source Jul 20 13:58:19 localhost.localdomain rngd[585]: [jitter]: Initialization Failed Jul 20 13:58:19 localhost.localdomain rngd[585]: Process privileges have been dropped to 2:2 Jul 20 13:58:20 localhost.localdomain dhclient[633]: Internet Systems Consortium DHCP Client 4.3.6 Jul 20 13:58:20 localhost.localdomain dhclient[633]: Copyright 2004-2017 Internet Systems Consortium. Jul 20 13:58:20 localhost.localdomain dhclient[633]: All rights reserved. Jul 20 13:58:20 localhost.localdomain dhclient[633]: For info, please visit https://www.isc.org/software/dhcp/ Jul 20 13:58:20 localhost.localdomain dhclient[633]: Jul 20 13:58:20 localhost.localdomain dhclient[633]: Listening on LPF/eth0/0a:ff:d2:c3:37:af Jul 20 13:58:20 localhost.localdomain dhclient[633]: Sending on LPF/eth0/0a:ff:d2:c3:37:af Jul 20 13:58:20 localhost.localdomain dhclient[633]: Sending on Socket/fallback Jul 20 13:58:20 localhost.localdomain dhclient[633]: Created duid "\000\004\354*)\237\272\325B\376\276\272G\322\021\200e\301". Jul 20 13:58:20 localhost.localdomain dhclient[633]: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 4 (xid=0xd5c22515) Jul 20 13:58:20 localhost.localdomain dhclient[633]: DHCPREQUEST on eth0 to 255.255.255.255 port 67 (xid=0xd5c22515) Jul 20 13:58:20 localhost.localdomain dhclient[633]: DHCPOFFER from 10.31.12.1 Jul 20 13:58:20 localhost.localdomain dhclient[633]: DHCPACK from 10.31.12.1 (xid=0xd5c22515) Jul 20 13:58:20 localhost.localdomain dhclient[633]: bound to 10.31.12.38 -- renewal in 1748 seconds. Jul 20 13:58:20 localhost.localdomain dbus-daemon[594]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.3' (uid=0 pid=648 comm="hostnamectl set-hostname ip-10-31-12-38.testing-fa" label="system_u:system_r:cloud_init_t:s0") Jul 20 13:58:20 localhost.localdomain systemd[1]: Starting Hostname Service... -- Subject: Unit systemd-hostnamed.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-hostnamed.service has begun starting up. Jul 20 13:58:20 localhost.localdomain dbus-daemon[594]: [system] Successfully activated service 'org.freedesktop.hostname1' Jul 20 13:58:20 localhost.localdomain systemd[1]: Started Hostname Service. -- Subject: Unit systemd-hostnamed.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-hostnamed.service has finished starting up. -- -- The start-up result is done. Jul 20 13:58:20 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd-hostnamed[649]: Changed static host name to 'ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com' Jul 20 13:58:20 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd-hostnamed[649]: Changed host name to 'ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com' Jul 20 13:58:20 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[631]: Cloud-init v. 23.4-7.el8.2 running 'init-local' at Mon, 20 Jul 2026 17:58:19 +0000. Up 15.83 seconds. Jul 20 13:58:20 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Initial cloud-init job (pre-networking). -- Subject: Unit cloud-init-local.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit cloud-init-local.service has finished starting up. -- -- The start-up result is done. Jul 20 13:58:20 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target Network (Pre). -- Subject: Unit network-pre.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit network-pre.target has finished starting up. -- -- The start-up result is done. Jul 20 13:58:20 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Network Manager... -- Subject: Unit NetworkManager.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit NetworkManager.service has begun starting up. Jul 20 13:58:20 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com NetworkManager[654]: [1784570300.9037] NetworkManager (version 1.40.16-15.el8) is starting... (boot:bb78cb01-9a92-4f35-9096-b6c8773df645) Jul 20 13:58:20 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com NetworkManager[654]: [1784570300.9058] Read config: /etc/NetworkManager/NetworkManager.conf (run: 15-carrier-timeout.conf) Jul 20 13:58:20 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Network Manager. -- Subject: Unit NetworkManager.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit NetworkManager.service has finished starting up. -- -- The start-up result is done. Jul 20 13:58:20 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target Network. -- Subject: Unit network.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit network.target has finished starting up. -- -- The start-up result is done. Jul 20 13:58:20 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting GSSAPI Proxy Daemon... -- Subject: Unit gssproxy.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit gssproxy.service has begun starting up. Jul 20 13:58:20 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Dynamic System Tuning Daemon... -- Subject: Unit tuned.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit tuned.service has begun starting up. Jul 20 13:58:20 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Network Manager Wait Online... -- Subject: Unit NetworkManager-wait-online.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit NetworkManager-wait-online.service has begun starting up. Jul 20 13:58:20 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com NetworkManager[654]: [1784570300.9132] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager" Jul 20 13:58:20 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started GSSAPI Proxy Daemon. -- Subject: Unit gssproxy.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit gssproxy.service has finished starting up. -- -- The start-up result is done. Jul 20 13:58:20 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target NFS client services. -- Subject: Unit nfs-client.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit nfs-client.target has finished starting up. -- -- The start-up result is done. Jul 20 13:58:20 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target Remote File Systems (Pre). -- Subject: Unit remote-fs-pre.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit remote-fs-pre.target has finished starting up. -- -- The start-up result is done. Jul 20 13:58:20 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target Remote File Systems. -- Subject: Unit remote-fs.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit remote-fs.target has finished starting up. -- -- The start-up result is done. Jul 20 13:58:20 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com NetworkManager[654]: [1784570300.9911] manager[0x55d261e98080]: monitoring kernel firmware directory '/lib/firmware'. Jul 20 13:58:20 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com NetworkManager[654]: [1784570300.9938] hostname: hostname: using hostnamed Jul 20 13:58:20 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com NetworkManager[654]: [1784570300.9938] hostname: static hostname changed from (none) to "ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com" Jul 20 13:58:20 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com NetworkManager[654]: [1784570300.9941] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink Jul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com NetworkManager[654]: [1784570301.0031] Loaded device plugin: NMTeamFactory (/usr/lib64/NetworkManager/1.40.16-15.el8/libnm-device-plugin-team.so) Jul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com NetworkManager[654]: [1784570301.0032] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file Jul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com NetworkManager[654]: [1784570301.0034] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file Jul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com NetworkManager[654]: [1784570301.0035] manager: Networking is enabled by state file Jul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dbus-daemon[594]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.5' (uid=0 pid=654 comm="/usr/sbin/NetworkManager --no-daemon " label="system_u:system_r:NetworkManager_t:s0") Jul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Network Manager Script Dispatcher Service... -- Subject: Unit NetworkManager-dispatcher.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit NetworkManager-dispatcher.service has begun starting up. Jul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com NetworkManager[654]: [1784570301.0123] settings: Loaded settings plugin: ifcfg-rh ("/usr/lib64/NetworkManager/1.40.16-15.el8/libnm-settings-plugin-ifcfg-rh.so") Jul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com NetworkManager[654]: [1784570301.0124] settings: Loaded settings plugin: keyfile (internal) Jul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com NetworkManager[654]: [1784570301.0169] dhcp: init: Using DHCP client 'internal' Jul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com NetworkManager[654]: [1784570301.0171] device (lo): carrier: link connected Jul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com NetworkManager[654]: [1784570301.0175] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1) Jul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com NetworkManager[654]: [1784570301.0185] manager: (eth0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2) Jul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com NetworkManager[654]: [1784570301.0189] device (eth0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external') Jul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com kernel: IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready Jul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com kernel: IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready Jul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dbus-daemon[594]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' Jul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Network Manager Script Dispatcher Service. -- Subject: Unit NetworkManager-dispatcher.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit NetworkManager-dispatcher.service has finished starting up. -- -- The start-up result is done. Jul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com NetworkManager[654]: [1784570301.0294] device (eth0): carrier: link connected Jul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com NetworkManager[654]: [1784570301.0304] device (eth0): state change: unavailable -> disconnected (reason 'carrier-changed', sys-iface-state: 'managed') Jul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com kernel: IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready Jul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com NetworkManager[654]: [1784570301.0316] policy: auto-activating connection 'System eth0' (5fb06bd0-0bb0-7ffb-45f1-d6edd65f3e03) Jul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com NetworkManager[654]: [1784570301.0327] device (eth0): Activation: starting connection 'System eth0' (5fb06bd0-0bb0-7ffb-45f1-d6edd65f3e03) Jul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com NetworkManager[654]: [1784570301.0330] device (eth0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed') Jul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com NetworkManager[654]: [1784570301.0344] manager: NetworkManager state is now CONNECTING Jul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com NetworkManager[654]: [1784570301.0351] device (eth0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed') Jul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com NetworkManager[654]: [1784570301.0364] device (eth0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed') Jul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com NetworkManager[654]: [1784570301.0378] dhcp4 (eth0): activation: beginning transaction (timeout in 45 seconds) Jul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com kernel: IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready Jul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com NetworkManager[654]: [1784570301.0412] dhcp4 (eth0): state changed new lease, address=10.31.12.38 Jul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com NetworkManager[654]: [1784570301.0424] policy: set 'System eth0' (eth0) as default for IPv4 routing and DNS Jul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dbus-daemon[594]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.5' (uid=0 pid=654 comm="/usr/sbin/NetworkManager --no-daemon " label="system_u:system_r:NetworkManager_t:s0") Jul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dbus-daemon[594]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found. Jul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com NetworkManager[654]: [1784570301.0523] device (eth0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed') Jul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com NetworkManager[654]: [1784570301.0542] device (eth0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed') Jul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com NetworkManager[654]: [1784570301.0547] device (eth0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed') Jul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com NetworkManager[654]: [1784570301.0550] manager: NetworkManager state is now CONNECTED_SITE Jul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com NetworkManager[654]: [1784570301.0552] device (eth0): Activation: successful, device activated. Jul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com NetworkManager[654]: [1784570301.0560] manager: NetworkManager state is now CONNECTED_GLOBAL Jul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com NetworkManager[654]: [1784570301.0564] manager: startup complete Jul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Network Manager Wait Online. -- Subject: Unit NetworkManager-wait-online.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit NetworkManager-wait-online.service has finished starting up. -- -- The start-up result is done. Jul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Initial cloud-init job (metadata service crawler)... -- Subject: Unit cloud-init.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit cloud-init.service has begun starting up. Jul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com chronyd[612]: Added source 10.2.32.37 Jul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com chronyd[612]: Added source 10.2.32.38 Jul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com chronyd[612]: Added source 10.11.160.238 Jul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com chronyd[612]: Added source 10.18.100.10 Jul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dbus-daemon[594]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.9' (uid=0 pid=658 comm="/usr/libexec/platform-python -Es /usr/sbin/tuned -" label="system_u:system_r:tuned_t:s0") Jul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Authorization Manager... -- Subject: Unit polkit.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit polkit.service has begun starting up. Jul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com kernel: IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready Jul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Dynamic System Tuning Daemon. -- Subject: Unit tuned.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit tuned.service has finished starting up. -- -- The start-up result is done. Jul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: Cloud-init v. 23.4-7.el8.2 running 'init' at Mon, 20 Jul 2026 17:58:21 +0000. Up 17.53 seconds. Jul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++ Jul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: ci-info: +--------+------+-----------------------------+---------------+--------+-------------------+ Jul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | Jul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: ci-info: +--------+------+-----------------------------+---------------+--------+-------------------+ Jul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: ci-info: | eth0 | True | 10.31.12.38 | 255.255.252.0 | global | 0a:ff:d2:c3:37:af | Jul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: ci-info: | eth0 | True | fe80::8ff:d2ff:fec3:37af/64 | . | link | 0a:ff:d2:c3:37:af | Jul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | host | . | Jul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: ci-info: | lo | True | ::1/128 | . | host | . | Jul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: ci-info: +--------+------+-----------------------------+---------------+--------+-------------------+ Jul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: ci-info: ++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++ Jul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: ci-info: +-------+-------------+------------+---------------+-----------+-------+ Jul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | Jul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: ci-info: +-------+-------------+------------+---------------+-----------+-------+ Jul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: ci-info: | 0 | 0.0.0.0 | 10.31.12.1 | 0.0.0.0 | eth0 | UG | Jul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: ci-info: | 1 | 10.31.12.0 | 0.0.0.0 | 255.255.252.0 | eth0 | U | Jul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: ci-info: +-------+-------------+------------+---------------+-----------+-------+ Jul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: ci-info: +++++++++++++++++++Route IPv6 info+++++++++++++++++++ Jul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: ci-info: +-------+-------------+---------+-----------+-------+ Jul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: ci-info: | Route | Destination | Gateway | Interface | Flags | Jul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: ci-info: +-------+-------------+---------+-----------+-------+ Jul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: ci-info: | 1 | fe80::/64 | :: | eth0 | U | Jul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: ci-info: | 3 | multicast | :: | eth0 | U | Jul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: ci-info: +-------+-------------+---------+-----------+-------+ Jul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com polkitd[920]: Started polkitd version 0.115 Jul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com polkitd[920]: Loading rules from directory /etc/polkit-1/rules.d Jul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com polkitd[920]: Loading rules from directory /usr/share/polkit-1/rules.d Jul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com polkitd[920]: Finished loading, compiling and executing 2 rules Jul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dbus-daemon[594]: [system] Successfully activated service 'org.freedesktop.PolicyKit1' Jul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Authorization Manager. -- Subject: Unit polkit.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit polkit.service has finished starting up. -- -- The start-up result is done. Jul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com polkitd[920]: Acquired the name org.freedesktop.PolicyKit1 on the system bus Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: Generating public/private rsa key pair. Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: The key fingerprint is: Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: SHA256:lsFN3SUo04uOUC9p+9E90cNiEc+nQsODv4yTDSzBX64 root@ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: The key's randomart image is: Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: +---[RSA 3072]----+ Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: | .o +o..| Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: | o.ooo+.+. | Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: | .=oo+*.o+.| Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: | . +*o=.=.+o| Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: | oS=+.=.o..| Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: | .o.oB.oo | Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: | .E.+ . | Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: | .. | Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: | | Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: +----[SHA256]-----+ Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: Generating public/private dsa key pair. Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: The key fingerprint is: Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: SHA256:lSjs5yONlINstbdJanzGomJOYrMry3ii4KvfZFi8Uho root@ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: The key's randomart image is: Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: +---[DSA 1024]----+ Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: | | Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: | . . . | Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: | + . o | Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: | o + + . | Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: | E B * S | Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: | B + @ o | Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: |oo= + B X | Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: |Oo*= o = . | Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: |O&=.o | Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: +----[SHA256]-----+ Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: Generating public/private ecdsa key pair. Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: The key fingerprint is: Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: SHA256:ORzAy/UESLFIG2b5aidXscPP6FHxxLxIq6+eP9J5ypE root@ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: The key's randomart image is: Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: +---[ECDSA 256]---+ Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: | =++o.. o | Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: | +.+ooo + + | Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: | oo.+.* * . | Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: | +.=o= o | Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: | . .SB | Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: | + o +.o. | Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: | . + . +E. | Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: | oo=.. | Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: | .++++ | Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: +----[SHA256]-----+ Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: Generating public/private ed25519 key pair. Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: The key fingerprint is: Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: SHA256:y/6qxiJ9H31ohX4VRqL+SAYWYsyQM5Ez4b5NGpbTqNg root@ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: The key's randomart image is: Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: +--[ED25519 256]--+ Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: | +Oo . . . | Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: | .B.o. . . o | Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: | .= o . o | Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: | . + . o . . . | Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: | B o S = . . | Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: | o o B . * = . | Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: |. E.o.. + * + | Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: | . o +. o o | Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: | . +.o+o. | Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: +----[SHA256]-----+ Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Initial cloud-init job (metadata service crawler). -- Subject: Unit cloud-init.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit cloud-init.service has finished starting up. -- -- The start-up result is done. Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target Network is Online. -- Subject: Unit network-online.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit network-online.target has finished starting up. -- -- The start-up result is done. Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Notify NFS peers of a restart... -- Subject: Unit rpc-statd-notify.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit rpc-statd-notify.service has begun starting up. Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting System Logging Service... -- Subject: Unit rsyslog.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit rsyslog.service has begun starting up. Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting The restraint harness.... -- Subject: Unit restraintd.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit restraintd.service has begun starting up. Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Crash recovery kernel arming... -- Subject: Unit kdump.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit kdump.service has begun starting up. Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting OpenSSH server daemon... -- Subject: Unit sshd.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit sshd.service has begun starting up. Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target Cloud-config availability. -- Subject: Unit cloud-config.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit cloud-config.target has finished starting up. -- -- The start-up result is done. Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Apply the settings specified in cloud-config... -- Subject: Unit cloud-config.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit cloud-config.service has begun starting up. Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com sm-notify[1010]: Version 2.3.3 starting Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started OpenSSH server daemon. -- Subject: Unit sshd.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit sshd.service has finished starting up. -- -- The start-up result is done. Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com sshd[1015]: Server listening on 0.0.0.0 port 22. Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Notify NFS peers of a restart. -- Subject: Unit rpc-statd-notify.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit rpc-statd-notify.service has finished starting up. -- -- The start-up result is done. Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com sshd[1015]: Server listening on :: port 22. Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started The restraint harness.. -- Subject: Unit restraintd.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit restraintd.service has finished starting up. -- -- The start-up result is done. Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com rsyslogd[1012]: [origin software="rsyslogd" swVersion="8.2102.0-15.el8" x-pid="1012" x-info="https://www.rsyslog.com"] start Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started System Logging Service. -- Subject: Unit rsyslog.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit rsyslog.service has finished starting up. -- -- The start-up result is done. Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com restraintd[1023]: Listening on http://localhost:8081 Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com rsyslogd[1012]: imjournal: journal files changed, reloading... [v8.2102.0-15.el8 try https://www.rsyslog.com/e/0 ] Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com kdumpctl[1019]: kdump: Detected change(s) in the following file(s): /etc/fstab Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[1260]: Cloud-init v. 23.4-7.el8.2 running 'modules:config' at Mon, 20 Jul 2026 17:58:23 +0000. Up 19.75 seconds. Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Apply the settings specified in cloud-config. -- Subject: Unit cloud-config.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit cloud-config.service has finished starting up. -- -- The start-up result is done. Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Execute cloud user/final scripts... -- Subject: Unit cloud-final.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit cloud-final.service has begun starting up. Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Permit User Sessions... -- Subject: Unit systemd-user-sessions.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-user-sessions.service has begun starting up. Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Permit User Sessions. -- Subject: Unit systemd-user-sessions.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-user-sessions.service has finished starting up. -- -- The start-up result is done. Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Command Scheduler. -- Subject: Unit crond.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit crond.service has finished starting up. -- -- The start-up result is done. Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Hold until boot process finishes up... -- Subject: Unit plymouth-quit-wait.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit plymouth-quit-wait.service has begun starting up. Jul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Terminate Plymouth Boot Screen... -- Subject: Unit plymouth-quit.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit plymouth-quit.service has begun starting up. Jul 20 13:58:24 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com crond[1307]: (CRON) STARTUP (1.5.2) Jul 20 13:58:24 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com crond[1307]: (CRON) INFO (Syslog will be used instead of sendmail.) Jul 20 13:58:24 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com crond[1307]: (CRON) INFO (RANDOM_DELAY will be scaled with factor 45% if used.) Jul 20 13:58:24 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com crond[1307]: (CRON) INFO (running with inotify support) Jul 20 13:58:24 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Received SIGRTMIN+21 from PID 344 (plymouthd). Jul 20 13:58:24 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Received SIGRTMIN+21 from PID 344 (n/a). Jul 20 13:58:24 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Hold until boot process finishes up. -- Subject: Unit plymouth-quit-wait.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit plymouth-quit-wait.service has finished starting up. -- -- The start-up result is done. Jul 20 13:58:24 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Terminate Plymouth Boot Screen. -- Subject: Unit plymouth-quit.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit plymouth-quit.service has finished starting up. -- -- The start-up result is done. Jul 20 13:58:24 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Getty on tty1. -- Subject: Unit getty@tty1.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit getty@tty1.service has finished starting up. -- -- The start-up result is done. Jul 20 13:58:24 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target Login Prompts. -- Subject: Unit getty.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit getty.target has finished starting up. -- -- The start-up result is done. Jul 20 13:58:24 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target Multi-User System. -- Subject: Unit multi-user.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit multi-user.target has finished starting up. -- -- The start-up result is done. Jul 20 13:58:24 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Update UTMP about System Runlevel Changes... -- Subject: Unit systemd-update-utmp-runlevel.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-update-utmp-runlevel.service has begun starting up. Jul 20 13:58:24 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: systemd-update-utmp-runlevel.service: Succeeded. -- 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. Jul 20 13:58:24 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Update UTMP about System Runlevel Changes. -- Subject: Unit systemd-update-utmp-runlevel.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-update-utmp-runlevel.service has finished starting up. -- -- The start-up result is done. Jul 20 13:58:24 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com kdumpctl[1019]: kdump: Detected change in block device driver, new loaded module: nvme Jul 20 13:58:24 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com kdumpctl[1019]: kdump: Rebuilding /boot/initramfs-4.18.0-553.5.1.el8.x86_64kdump.img Jul 20 13:58:24 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1553]: dracut-049-233.git20240115.el8 Jul 20 13:58:24 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Executing: /usr/bin/dracut --add kdumpbase --quiet --hostonly --hostonly-cmdline --hostonly-i18n --hostonly-mode strict --hostonly-nics -o "plymouth dash resume ifcfg earlykdump" --compress=xz --mount "/dev/disk/by-uuid/fe591198-9082-4b15-9b62-e83518524cd2 /sysroot xfs rw,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,noquota,nofail,x-systemd.before=initrd-fs.target" --no-hostonly-default-device -f /boot/initramfs-4.18.0-553.5.1.el8.x86_64kdump.img 4.18.0-553.5.1.el8.x86_64 Jul 20 13:58:24 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[1589]: ############################################################# Jul 20 13:58:24 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[1590]: -----BEGIN SSH HOST KEY FINGERPRINTS----- Jul 20 13:58:24 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[1593]: 1024 SHA256:lSjs5yONlINstbdJanzGomJOYrMry3ii4KvfZFi8Uho root@ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com (DSA) Jul 20 13:58:24 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[1599]: 256 SHA256:ORzAy/UESLFIG2b5aidXscPP6FHxxLxIq6+eP9J5ypE root@ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com (ECDSA) Jul 20 13:58:24 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[1604]: 256 SHA256:y/6qxiJ9H31ohX4VRqL+SAYWYsyQM5Ez4b5NGpbTqNg root@ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com (ED25519) Jul 20 13:58:24 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[1609]: 3072 SHA256:lsFN3SUo04uOUC9p+9E90cNiEc+nQsODv4yTDSzBX64 root@ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com (RSA) Jul 20 13:58:24 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[1610]: -----END SSH HOST KEY FINGERPRINTS----- Jul 20 13:58:24 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[1615]: ############################################################# Jul 20 13:58:24 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[1570]: Cloud-init v. 23.4-7.el8.2 running 'modules:final' at Mon, 20 Jul 2026 17:58:24 +0000. Up 20.69 seconds. Jul 20 13:58:24 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[1570]: Cloud-init v. 23.4-7.el8.2 finished at Mon, 20 Jul 2026 17:58:24 +0000. Datasource DataSourceEc2Local. Up 20.94 seconds Jul 20 13:58:25 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Execute cloud user/final scripts. -- Subject: Unit cloud-final.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit cloud-final.service has finished starting up. -- -- The start-up result is done. Jul 20 13:58:25 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target Cloud-init target. -- Subject: Unit cloud-init.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit cloud-init.target has finished starting up. -- -- The start-up result is done. Jul 20 13:58:25 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: dracut module 'busybox' will not be installed, because command 'busybox' could not be found! Jul 20 13:58:25 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: dracut module 'ifcfg' will not be installed, because it's in the list to be omitted! Jul 20 13:58:25 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: dracut module 'plymouth' will not be installed, because it's in the list to be omitted! Jul 20 13:58:25 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: dracut module 'lvmmerge' will not be installed, because command 'lvm' could not be found! Jul 20 13:58:25 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: dracut module 'lvmthinpool-monitor' will not be installed, because command 'lvm' could not be found! Jul 20 13:58:25 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: dracut module 'btrfs' will not be installed, because command 'btrfs' could not be found! Jul 20 13:58:25 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: dracut module 'dmraid' will not be installed, because command 'dmraid' could not be found! Jul 20 13:58:25 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: dracut module 'lvm' will not be installed, because command 'lvm' could not be found! Jul 20 13:58:25 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: dracut module 'mdraid' will not be installed, because command 'mdadm' could not be found! Jul 20 13:58:25 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: dracut module 'cifs' will not be installed, because command 'mount.cifs' could not be found! Jul 20 13:58:25 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found! Jul 20 13:58:25 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: dracut module 'iscsi' will not be installed, because command 'iscsiadm' could not be found! Jul 20 13:58:25 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: dracut module 'iscsi' will not be installed, because command 'iscsid' could not be found! Jul 20 13:58:25 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: dracut module 'nvmf' will not be installed, because command 'nvme' could not be found! Jul 20 13:58:25 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: dracut module 'resume' will not be installed, because it's in the list to be omitted! Jul 20 13:58:25 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: dracut module 'earlykdump' will not be installed, because it's in the list to be omitted! Jul 20 13:58:25 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: memstrack is available Jul 20 13:58:25 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: dracut module 'busybox' will not be installed, because command 'busybox' could not be found! Jul 20 13:58:25 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: dracut module 'lvmmerge' will not be installed, because command 'lvm' could not be found! Jul 20 13:58:25 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: dracut module 'lvmthinpool-monitor' will not be installed, because command 'lvm' could not be found! Jul 20 13:58:25 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: dracut module 'btrfs' will not be installed, because command 'btrfs' could not be found! Jul 20 13:58:25 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: dracut module 'dmraid' will not be installed, because command 'dmraid' could not be found! Jul 20 13:58:25 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: dracut module 'lvm' will not be installed, because command 'lvm' could not be found! Jul 20 13:58:25 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: dracut module 'mdraid' will not be installed, because command 'mdadm' could not be found! Jul 20 13:58:25 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: dracut module 'cifs' will not be installed, because command 'mount.cifs' could not be found! Jul 20 13:58:25 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found! Jul 20 13:58:25 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: dracut module 'iscsi' will not be installed, because command 'iscsiadm' could not be found! Jul 20 13:58:25 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: dracut module 'iscsi' will not be installed, because command 'iscsid' could not be found! Jul 20 13:58:25 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: dracut module 'nvmf' will not be installed, because command 'nvme' could not be found! Jul 20 13:58:26 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: bash *** Jul 20 13:58:26 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: systemd *** Jul 20 13:58:26 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: systemd-initrd *** Jul 20 13:58:26 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: watchdog-modules *** Jul 20 13:58:26 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: nss-softokn *** Jul 20 13:58:26 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: rngd *** Jul 20 13:58:26 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: i18n *** Jul 20 13:58:26 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: prefixdevname *** Jul 20 13:58:26 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: kernel-modules *** Jul 20 13:58:26 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: kernel-modules-extra *** Jul 20 13:58:26 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: kernel-modules-extra: configuration source "/run/depmod.d/" does not exist Jul 20 13:58:26 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: kernel-modules-extra: configuration source "/lib/depmod.d/" does not exist Jul 20 13:58:26 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: kernel-modules-extra: parsing configuration file "/etc/depmod.d//dist.conf" Jul 20 13:58:26 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: kernel-modules-extra: /etc/depmod.d//dist.conf: added "updates extra built-in weak-updates" to the list of search directories Jul 20 13:58:26 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: fstab-sys *** Jul 20 13:58:26 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: rootfs-block *** Jul 20 13:58:26 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: terminfo *** Jul 20 13:58:26 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: udev-rules *** Jul 20 13:58:26 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Skipping udev rule: 91-permissions.rules Jul 20 13:58:26 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Skipping udev rule: 80-drivers-modprobe.rules Jul 20 13:58:27 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: biosdevname *** Jul 20 13:58:27 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: dracut-systemd *** Jul 20 13:58:27 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: usrmount *** Jul 20 13:58:27 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: base *** Jul 20 13:58:27 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: fs-lib *** Jul 20 13:58:27 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: kdumpbase *** Jul 20 13:58:27 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: memstrack *** Jul 20 13:58:27 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: microcode_ctl-fw_dir_override *** Jul 20 13:58:27 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: microcode_ctl module: mangling fw_dir Jul 20 13:58:27 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: microcode_ctl: reset fw_dir to "/lib/firmware/updates /lib/firmware" Jul 20 13:58:27 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel"... Jul 20 13:58:27 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: microcode_ctl: intel: caveats check for kernel version "4.18.0-553.5.1.el8.x86_64" passed, adding "/usr/share/microcode_ctl/ucode_with_caveats/intel" to fw_dir variable Jul 20 13:58:27 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-2d-07"... Jul 20 13:58:27 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: microcode_ctl: configuration "intel-06-2d-07" is ignored Jul 20 13:58:27 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-4e-03"... Jul 20 13:58:27 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: microcode_ctl: configuration "intel-06-4e-03" is ignored Jul 20 13:58:27 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-4f-01"... Jul 20 13:58:27 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: microcode_ctl: configuration "intel-06-4f-01" is ignored Jul 20 13:58:27 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-55-04"... Jul 20 13:58:27 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: microcode_ctl: intel-06-55-04: caveats check for kernel version "4.18.0-553.5.1.el8.x86_64" passed, adding "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-55-04" to fw_dir variable Jul 20 13:58:27 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-5e-03"... Jul 20 13:58:27 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: microcode_ctl: configuration "intel-06-5e-03" is ignored Jul 20 13:58:27 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-8c-01"... Jul 20 13:58:27 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com chronyd[612]: Selected source 10.11.160.238 Jul 20 13:58:27 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com chronyd[612]: System clock TAI offset set to 37 seconds Jul 20 13:58:27 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: microcode_ctl: configuration "intel-06-8c-01" is ignored Jul 20 13:58:27 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-8e-9e-0x-0xca"... Jul 20 13:58:27 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: microcode_ctl: configuration "intel-06-8e-9e-0x-0xca" is ignored Jul 20 13:58:27 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-8e-9e-0x-dell"... Jul 20 13:58:27 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: microcode_ctl: configuration "intel-06-8e-9e-0x-dell" is ignored Jul 20 13:58:27 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: microcode_ctl: final fw_dir: "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-55-04 /lib/firmware/updates /lib/firmware" Jul 20 13:58:27 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: shutdown *** Jul 20 13:58:27 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: squash *** Jul 20 13:58:27 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including modules done *** Jul 20 13:58:27 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Installing kernel module dependencies *** Jul 20 13:58:27 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Installing kernel module dependencies done *** Jul 20 13:58:27 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Resolving executable dependencies *** Jul 20 13:58:28 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Resolving executable dependencies done*** Jul 20 13:58:28 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Hardlinking files *** Jul 20 13:58:28 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Hardlinking files done *** Jul 20 13:58:28 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Generating early-microcode cpio image *** Jul 20 13:58:28 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Constructing GenuineIntel.bin *** Jul 20 13:58:28 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Constructing GenuineIntel.bin *** Jul 20 13:58:28 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Store current command line parameters *** Jul 20 13:58:28 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Stored kernel commandline: Jul 20 13:58:28 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: No dracut internal kernel commandline stored in the initramfs Jul 20 13:58:28 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Install squash loader *** Jul 20 13:58:29 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Stripping files *** Jul 20 13:58:29 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Stripping files done *** Jul 20 13:58:29 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Squashing the files inside the initramfs *** Jul 20 13:58:31 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: NetworkManager-dispatcher.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit NetworkManager-dispatcher.service has successfully entered the 'dead' state. Jul 20 13:58:38 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Squashing the files inside the initramfs done *** Jul 20 13:58:38 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Creating image file '/boot/initramfs-4.18.0-553.5.1.el8.x86_64kdump.img' *** Jul 20 13:58:39 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Creating initramfs image file '/boot/initramfs-4.18.0-553.5.1.el8.x86_64kdump.img' done *** Jul 20 13:58:39 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com kdumpctl[1019]: kdump: kexec: loaded kdump kernel Jul 20 13:58:39 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com kdumpctl[1019]: kdump: Starting kdump: [OK] Jul 20 13:58:39 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Crash recovery kernel arming. -- Subject: Unit kdump.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit kdump.service has finished starting up. -- -- The start-up result is done. Jul 20 13:58:39 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Startup finished in 475ms (kernel) + 5.306s (initrd) + 29.708s (userspace) = 35.490s. -- 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 475693 microseconds. -- -- Initial RAM disk start-up required 5306139 microseconds. -- -- Userspace start-up required 29708931 microseconds. Jul 20 13:58:51 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: systemd-hostnamed.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit systemd-hostnamed.service has successfully entered the 'dead' state. Jul 20 13:59:32 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com chronyd[612]: Selected source 10.2.32.37 Jul 20 14:00:04 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com sshd[5043]: Accepted publickey for root from 10.30.34.224 port 34778 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Jul 20 14:00:04 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Created slice User Slice of UID 0. -- Subject: Unit user-0.slice has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit user-0.slice has finished starting up. -- -- The start-up result is done. Jul 20 14:00:04 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting User runtime directory /run/user/0... -- Subject: Unit user-runtime-dir@0.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit user-runtime-dir@0.service has begun starting up. Jul 20 14:00:04 ip-10-31-12-38.testing-farm.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: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 1 has been created for the user root. -- -- The leading process of the session is 5043. Jul 20 14:00:04 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started User runtime directory /run/user/0. -- Subject: Unit user-runtime-dir@0.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit user-runtime-dir@0.service has finished starting up. -- -- The start-up result is done. Jul 20 14:00:04 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting User Manager for UID 0... -- Subject: Unit user@0.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit user@0.service has begun starting up. Jul 20 14:00:04 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[5048]: pam_unix(systemd-user:session): session opened for user root by (uid=0) Jul 20 14:00:04 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[5048]: Starting D-Bus User Message Bus Socket. -- Subject: Unit UNIT has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has begun starting up. Jul 20 14:00:04 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[5048]: Reached target Paths. -- Subject: Unit UNIT has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has finished starting up. -- -- The start-up result is done. Jul 20 14:00:04 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[5048]: Reached target Timers. -- Subject: Unit UNIT has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has finished starting up. -- -- The start-up result is done. Jul 20 14:00:04 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[5048]: Listening on D-Bus User Message Bus Socket. -- Subject: Unit UNIT has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has finished starting up. -- -- The start-up result is done. Jul 20 14:00:04 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[5048]: Reached target Sockets. -- Subject: Unit UNIT has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has finished starting up. -- -- The start-up result is done. Jul 20 14:00:04 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[5048]: Reached target Basic System. -- Subject: Unit UNIT has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has finished starting up. -- -- The start-up result is done. Jul 20 14:00:04 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[5048]: Reached target Default. -- Subject: Unit UNIT has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has finished starting up. -- -- The start-up result is done. Jul 20 14:00:04 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[5048]: Startup finished in 31ms. -- 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 31790 microseconds. Jul 20 14:00:04 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started User Manager for UID 0. -- Subject: Unit user@0.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit user@0.service has finished starting up. -- -- The start-up result is done. Jul 20 14:00:04 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Session 1 of user root. -- Subject: Unit session-1.scope has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit session-1.scope has finished starting up. -- -- The start-up result is done. Jul 20 14:00:04 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com sshd[5043]: pam_unix(sshd:session): session opened for user root by (uid=0) Jul 20 14:00:04 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com sshd[5057]: Received disconnect from 10.30.34.224 port 34778:11: disconnected by user Jul 20 14:00:04 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com sshd[5057]: Disconnected from user root 10.30.34.224 port 34778 Jul 20 14:00:04 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com sshd[5043]: pam_unix(sshd:session): session closed for user root Jul 20 14:00:04 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: session-1.scope: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit session-1.scope has successfully entered the 'dead' state. Jul 20 14:00:04 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd-logind[586]: Session 1 logged out. Waiting for processes to exit. Jul 20 14:00:04 ip-10-31-12-38.testing-farm.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: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A session with the ID 1 has been terminated. Jul 20 14:00:12 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com sshd[5077]: Accepted publickey for root from 10.31.8.250 port 52194 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Jul 20 14:00:12 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com sshd[5078]: Accepted publickey for root from 10.31.8.250 port 52208 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Jul 20 14:00:12 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Session 3 of user root. -- Subject: Unit session-3.scope has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit session-3.scope has finished starting up. -- -- The start-up result is done. Jul 20 14:00:12 ip-10-31-12-38.testing-farm.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: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 3 has been created for the user root. -- -- The leading process of the session is 5078. Jul 20 14:00:12 ip-10-31-12-38.testing-farm.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: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 4 has been created for the user root. -- -- The leading process of the session is 5077. Jul 20 14:00:12 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Session 4 of user root. -- Subject: Unit session-4.scope has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit session-4.scope has finished starting up. -- -- The start-up result is done. Jul 20 14:00:12 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com sshd[5078]: pam_unix(sshd:session): session opened for user root by (uid=0) Jul 20 14:00:12 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com sshd[5077]: pam_unix(sshd:session): session opened for user root by (uid=0) Jul 20 14:00:12 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com sshd[5083]: Received disconnect from 10.31.8.250 port 52208:11: disconnected by user Jul 20 14:00:12 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com sshd[5083]: Disconnected from user root 10.31.8.250 port 52208 Jul 20 14:00:12 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com sshd[5078]: pam_unix(sshd:session): session closed for user root Jul 20 14:00:12 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: session-3.scope: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit session-3.scope has successfully entered the 'dead' state. Jul 20 14:00:12 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd-logind[586]: Session 3 logged out. Waiting for processes to exit. Jul 20 14:00:12 ip-10-31-12-38.testing-farm.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: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A session with the ID 3 has been terminated. Jul 20 14:00:14 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com sudo[5474]: root : PWD=/root ; USER=root ; COMMAND=/bin/true Jul 20 14:00:14 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com sudo[5474]: pam_unix(sudo:session): session opened for user root by (uid=0) Jul 20 14:00:14 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com sudo[5474]: pam_unix(sudo:session): session closed for user root Jul 20 14:00:16 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com unknown: Running test '/Prepare-managed-node/tests/prep_managed_node' (serial number 1) with reboot count 0 and test restart count 0. (Be aware the test name is sanitized!) Jul 20 14:00:16 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dbus-daemon[594]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.26' (uid=0 pid=6739 comm="hostnamectl set-hostname managed-node2 " label="unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023") Jul 20 14:00:16 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Hostname Service... -- Subject: Unit systemd-hostnamed.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-hostnamed.service has begun starting up. Jul 20 14:00:16 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dbus-daemon[594]: [system] Successfully activated service 'org.freedesktop.hostname1' Jul 20 14:00:16 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Hostname Service. -- Subject: Unit systemd-hostnamed.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-hostnamed.service has finished starting up. -- -- The start-up result is done. Jul 20 14:00:16 managed-node2 systemd-hostnamed[6740]: Changed static host name to 'managed-node2' Jul 20 14:00:16 managed-node2 systemd-hostnamed[6740]: Changed host name to 'managed-node2' Jul 20 14:00:16 managed-node2 NetworkManager[654]: [1784570416.7084] hostname: static hostname changed from "ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com" to "managed-node2" Jul 20 14:00:16 managed-node2 dbus-daemon[594]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.5' (uid=0 pid=654 comm="/usr/sbin/NetworkManager --no-daemon " label="system_u:system_r:NetworkManager_t:s0") Jul 20 14:00:16 managed-node2 systemd[1]: Starting Network Manager Script Dispatcher Service... -- Subject: Unit NetworkManager-dispatcher.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit NetworkManager-dispatcher.service has begun starting up. Jul 20 14:00:16 managed-node2 NetworkManager[654]: [1784570416.7142] policy: set-hostname: set hostname to 'managed-node2' (from system configuration) Jul 20 14:00:16 managed-node2 dbus-daemon[594]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' Jul 20 14:00:16 managed-node2 systemd[1]: Started Network Manager Script Dispatcher Service. -- Subject: Unit NetworkManager-dispatcher.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit NetworkManager-dispatcher.service has finished starting up. -- -- The start-up result is done. Jul 20 14:00:17 managed-node2 unknown: Leaving test '/Prepare-managed-node/tests/prep_managed_node' (serial number 1). (Be aware the test name is sanitized!) Jul 20 14:00:26 managed-node2 systemd[1]: NetworkManager-dispatcher.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit NetworkManager-dispatcher.service has successfully entered the 'dead' state. Jul 20 14:00:46 managed-node2 systemd[1]: systemd-hostnamed.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit systemd-hostnamed.service has successfully entered the 'dead' state. Jul 20 14:01:01 managed-node2 CROND[7307]: (root) CMD (run-parts /etc/cron.hourly) Jul 20 14:01:01 managed-node2 run-parts[7310]: (/etc/cron.hourly) starting 0anacron Jul 20 14:01:01 managed-node2 anacron[7316]: Anacron started on 2026-07-20 Jul 20 14:01:01 managed-node2 anacron[7316]: Will run job `cron.daily' in 36 min. Jul 20 14:01:01 managed-node2 anacron[7316]: Will run job `cron.weekly' in 56 min. Jul 20 14:01:01 managed-node2 anacron[7316]: Will run job `cron.monthly' in 76 min. Jul 20 14:01:01 managed-node2 anacron[7316]: Jobs will be executed sequentially Jul 20 14:01:01 managed-node2 run-parts[7318]: (/etc/cron.hourly) finished 0anacron Jul 20 14:05:02 managed-node2 sshd[7319]: Accepted publickey for root from 10.31.13.105 port 59830 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Jul 20 14:05:02 managed-node2 systemd[1]: Started Session 5 of user root. -- Subject: Unit session-5.scope has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit session-5.scope has finished starting up. -- -- The start-up result is done. Jul 20 14:05:02 managed-node2 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: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 5 has been created for the user root. -- -- The leading process of the session is 7319. Jul 20 14:05:02 managed-node2 sshd[7319]: pam_unix(sshd:session): session opened for user root by (uid=0) Jul 20 14:05:03 managed-node2 sshd[7322]: Received disconnect from 10.31.13.105 port 59830:11: disconnected by user Jul 20 14:05:03 managed-node2 sshd[7322]: Disconnected from user root 10.31.13.105 port 59830 Jul 20 14:05:03 managed-node2 sshd[7319]: pam_unix(sshd:session): session closed for user root Jul 20 14:05:03 managed-node2 systemd[1]: session-5.scope: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit session-5.scope has successfully entered the 'dead' state. Jul 20 14:05:03 managed-node2 systemd-logind[586]: Session 5 logged out. Waiting for processes to exit. Jul 20 14:05:03 managed-node2 systemd-logind[586]: Removed session 5. -- Subject: Session 5 has been terminated -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A session with the ID 5 has been terminated. Jul 20 14:05:03 managed-node2 sshd[7342]: Accepted publickey for root from 10.31.13.105 port 59832 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Jul 20 14:05:03 managed-node2 systemd[1]: Started Session 6 of user root. -- Subject: Unit session-6.scope has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit session-6.scope has finished starting up. -- -- The start-up result is done. Jul 20 14:05:03 managed-node2 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: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 6 has been created for the user root. -- -- The leading process of the session is 7342. Jul 20 14:05:03 managed-node2 sshd[7342]: pam_unix(sshd:session): session opened for user root by (uid=0) Jul 20 14:05:03 managed-node2 sshd[7346]: Received disconnect from 10.31.13.105 port 59832:11: disconnected by user Jul 20 14:05:03 managed-node2 sshd[7346]: Disconnected from user root 10.31.13.105 port 59832 Jul 20 14:05:03 managed-node2 sshd[7342]: pam_unix(sshd:session): session closed for user root Jul 20 14:05:03 managed-node2 systemd[1]: session-6.scope: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit session-6.scope has successfully entered the 'dead' state. Jul 20 14:05:03 managed-node2 systemd-logind[586]: Session 6 logged out. Waiting for processes to exit. Jul 20 14:05:03 managed-node2 systemd-logind[586]: Removed session 6. -- Subject: Session 6 has been terminated -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A session with the ID 6 has been terminated. Jul 20 14:05:05 managed-node2 sshd[7368]: Accepted publickey for root from 10.31.13.105 port 59842 ssh2: ECDSA SHA256:lG4Bg0vQMAfCNFXuAHWoEjmCAKGpqRV1NJrzq6KNaHg Jul 20 14:05:05 managed-node2 systemd[1]: Started Session 7 of user root. -- Subject: Unit session-7.scope has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit session-7.scope has finished starting up. -- -- The start-up result is done. Jul 20 14:05:05 managed-node2 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: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 7 has been created for the user root. -- -- The leading process of the session is 7368. Jul 20 14:05:05 managed-node2 sshd[7368]: pam_unix(sshd:session): session opened for user root by (uid=0) Jul 20 14:05:06 managed-node2 platform-python[7513]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=* fact_path=/etc/ansible/facts.d Jul 20 14:05:07 managed-node2 platform-python[7661]: ansible-tempfile Invoked with state=directory prefix=lsr_ suffix=_podman path=None Jul 20 14:05:07 managed-node2 platform-python[7784]: ansible-file Invoked with path=/tmp/lsr_euyy5ybo_podman mode=0777 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 state=None _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 Jul 20 14:05:08 managed-node2 platform-python[7907]: ansible-user Invoked with name=podman_basic_user uid=3001 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 managed-node2 update_password=always group=None groups=None comment=None home=None shell=None password=NOT_LOGGING_PARAMETER login_class=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 Jul 20 14:05:08 managed-node2 useradd[7911]: new group: name=podman_basic_user, GID=3001 Jul 20 14:05:08 managed-node2 useradd[7911]: new user: name=podman_basic_user, UID=3001, GID=3001, home=/home/podman_basic_user, shell=/bin/bash Jul 20 14:05:09 managed-node2 platform-python[8039]: ansible-file Invoked with path=/tmp/lsr_euyy5ybo_podman/httpd1 state=directory mode=0755 owner=podman_basic_user 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 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 Jul 20 14:05:10 managed-node2 platform-python[8162]: ansible-file Invoked with path=/tmp/lsr_euyy5ybo_podman/httpd2 state=directory mode=0755 owner=root 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 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 Jul 20 14:05:10 managed-node2 platform-python[8285]: ansible-file Invoked with path=/tmp/lsr_euyy5ybo_podman/httpd3 state=directory mode=0755 owner=root 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 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 Jul 20 14:05:10 managed-node2 platform-python[8408]: ansible-stat Invoked with path=/tmp/lsr_euyy5ybo_podman/httpd1/index.txt follow=False get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True Jul 20 14:05:11 managed-node2 platform-python[8507]: ansible-copy Invoked with dest=/tmp/lsr_euyy5ybo_podman/httpd1/index.txt mode=0644 owner=podman_basic_user src=/root/.ansible/tmp/ansible-tmp-1784570710.52813-8510-14471226805049/source _original_basename=tmptbz5jkb1 follow=False checksum=40bd001563085fc35165329ea1ff5c5ecbdbbeef backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None group=None seuser=None serole=None selevel=None setype=None attributes=None regexp=None delimiter=None Jul 20 14:05:11 managed-node2 platform-python[8632]: ansible-stat Invoked with path=/tmp/lsr_euyy5ybo_podman/httpd2/index.txt follow=False get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True Jul 20 14:05:11 managed-node2 platform-python[8731]: ansible-copy Invoked with dest=/tmp/lsr_euyy5ybo_podman/httpd2/index.txt mode=0644 owner=root src=/root/.ansible/tmp/ansible-tmp-1784570711.1180868-8510-125927908474588/source _original_basename=tmp8czzhoue follow=False checksum=40bd001563085fc35165329ea1ff5c5ecbdbbeef backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None group=None seuser=None serole=None selevel=None setype=None attributes=None regexp=None delimiter=None Jul 20 14:05:11 managed-node2 platform-python[8856]: ansible-stat Invoked with path=/tmp/lsr_euyy5ybo_podman/httpd3/index.txt follow=False get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True Jul 20 14:05:12 managed-node2 platform-python[8955]: ansible-copy Invoked with dest=/tmp/lsr_euyy5ybo_podman/httpd3/index.txt mode=0644 owner=root src=/root/.ansible/tmp/ansible-tmp-1784570711.7124639-8510-23475080917722/source _original_basename=tmp1pfv8vip follow=False checksum=40bd001563085fc35165329ea1ff5c5ecbdbbeef backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None group=None seuser=None serole=None selevel=None setype=None attributes=None regexp=None delimiter=None Jul 20 14:05:12 managed-node2 platform-python[9119]: 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 Jul 20 14:05:13 managed-node2 platform-python[9246]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=begin system_role:podman ansible_version=2.9.27 CentOS-8 Jul 20 14:05:13 managed-node2 platform-python[9246]: ansible-fedora.linux_system_roles.sr_fingerprint begin system_role:podman ansible_version=2.9.27 CentOS-8 2026-07-20T14:05:13-04:00 Jul 20 14:05:13 managed-node2 platform-python[9369]: 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 Jul 20 14:05:14 managed-node2 platform-python[9492]: ansible-stat Invoked with path=/sbin/transactional-update follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 20 14:05:14 managed-node2 platform-python[9615]: ansible-command Invoked with _raw_params=systemctl is-system-running 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 Jul 20 14:05:16 managed-node2 sudo[9864]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-gubdvihvrzjtavdvwrnagrlggvkqbsnu ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1784570716.2199304-8665-140166248495516/AnsiballZ_setup.py' Jul 20 14:05:16 managed-node2 sudo[9864]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 20 14:05:16 managed-node2 platform-python[9867]: ansible-setup Invoked with filter=ansible_pkg_mgr gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d Jul 20 14:05:16 managed-node2 sudo[9864]: pam_unix(sudo:session): session closed for user root Jul 20 14:05:16 managed-node2 sudo[9935]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-etgpguzkyjyqmxpkoyttervehoolqdrp ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1784570716.2199304-8665-140166248495516/AnsiballZ_dnf.py' Jul 20 14:05:16 managed-node2 sudo[9935]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 20 14:05:17 managed-node2 platform-python[9938]: ansible-dnf Invoked with name=['crun', 'podman', 'podman-plugins', 'shadow-utils-subid'] 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 Jul 20 14:05:33 managed-node2 dbus-daemon[594]: [system] Reloaded configuration Jul 20 14:05:33 managed-node2 setsebool[10020]: The virt_use_nfs policy boolean was changed to 1 by root Jul 20 14:05:33 managed-node2 setsebool[10020]: The virt_sandbox_use_all_caps policy boolean was changed to 1 by root Jul 20 14:05:49 managed-node2 kernel: SELinux: Converting 364 SID table entries... Jul 20 14:05:49 managed-node2 kernel: SELinux: policy capability network_peer_controls=1 Jul 20 14:05:49 managed-node2 kernel: SELinux: policy capability open_perms=1 Jul 20 14:05:49 managed-node2 kernel: SELinux: policy capability extended_socket_class=1 Jul 20 14:05:49 managed-node2 kernel: SELinux: policy capability always_check_network=0 Jul 20 14:05:49 managed-node2 kernel: SELinux: policy capability cgroup_seclabel=1 Jul 20 14:05:49 managed-node2 kernel: SELinux: policy capability nnp_nosuid_transition=1 Jul 20 14:05:49 managed-node2 dbus-daemon[594]: [system] Reloaded configuration Jul 20 14:05:50 managed-node2 kernel: fuse: init (API version 7.34) Jul 20 14:05:50 managed-node2 systemd[1]: Mounting FUSE Control File System... -- Subject: Unit sys-fs-fuse-connections.mount has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit sys-fs-fuse-connections.mount has begun starting up. Jul 20 14:05:50 managed-node2 systemd[1]: Mounted FUSE Control File System. -- Subject: Unit sys-fs-fuse-connections.mount has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit sys-fs-fuse-connections.mount has finished starting up. -- -- The start-up result is done. Jul 20 14:05:51 managed-node2 dbus-daemon[594]: [system] Reloaded configuration Jul 20 14:05:51 managed-node2 dbus-daemon[594]: [system] Reloaded configuration Jul 20 14:06:15 managed-node2 systemd[1]: Started /usr/bin/systemctl start man-db-cache-update. -- Subject: Unit run-r3904eeabbc0e4d768cecec406bdb8101.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit run-r3904eeabbc0e4d768cecec406bdb8101.service has finished starting up. -- -- The start-up result is done. Jul 20 14:06:15 managed-node2 systemd[1]: cgroup compatibility translation between legacy and unified hierarchy settings activated. See cgroup-compat debug messages for details. Jul 20 14:06:15 managed-node2 systemd[1]: Starting man-db-cache-update.service... -- Subject: Unit man-db-cache-update.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit man-db-cache-update.service has begun starting up. Jul 20 14:06:15 managed-node2 systemd[1]: Reloading. Jul 20 14:06:16 managed-node2 sudo[9935]: pam_unix(sudo:session): session closed for user root Jul 20 14:06:16 managed-node2 systemd[1]: man-db-cache-update.service: Succeeded. -- 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. Jul 20 14:06:16 managed-node2 systemd[1]: Started man-db-cache-update.service. -- Subject: Unit man-db-cache-update.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit man-db-cache-update.service has finished starting up. -- -- The start-up result is done. Jul 20 14:06:16 managed-node2 systemd[1]: run-r3904eeabbc0e4d768cecec406bdb8101.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit run-r3904eeabbc0e4d768cecec406bdb8101.service has successfully entered the 'dead' state. Jul 20 14:06:17 managed-node2 platform-python[12497]: ansible-command Invoked with _raw_params=podman --version 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 Jul 20 14:06:17 managed-node2 platform-python[12630]: ansible-getent Invoked with database=passwd key=root fail_key=False service=None split=None Jul 20 14:06:18 managed-node2 platform-python[12754]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 20 14:06:19 managed-node2 platform-python[12879]: ansible-setup Invoked with gather_subset=['!all', '!min', 'distribution_major_version', 'distribution', 'service_mgr'] gather_timeout=10 filter=* fact_path=/etc/ansible/facts.d Jul 20 14:06:19 managed-node2 platform-python[13007]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=begin system_role:firewall ansible_version=2.9.27 CentOS-8 Jul 20 14:06:19 managed-node2 platform-python[13007]: ansible-fedora.linux_system_roles.sr_fingerprint begin system_role:firewall ansible_version=2.9.27 CentOS-8 2026-07-20T14:06:19-04:00 Jul 20 14:06:20 managed-node2 platform-python[13130]: 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 Jul 20 14:06:20 managed-node2 platform-python[13253]: ansible-stat Invoked with path=/sbin/transactional-update follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 20 14:06:20 managed-node2 platform-python[13376]: ansible-command Invoked with _raw_params=systemctl is-system-running 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 Jul 20 14:06:21 managed-node2 platform-python[13500]: ansible-setup Invoked with filter=ansible_pkg_mgr gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d Jul 20 14:06:21 managed-node2 platform-python[13568]: ansible-dnf Invoked with name=['firewalld'] 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 Jul 20 14:06:24 managed-node2 platform-python[13691]: ansible-systemd Invoked with name=firewalld masked=False daemon_reload=False daemon_reexec=False no_block=False state=None enabled=None force=None user=None scope=None Jul 20 14:06:25 managed-node2 platform-python[13818]: ansible-systemd Invoked with name=firewalld enabled=True state=started daemon_reload=False daemon_reexec=False no_block=False force=None masked=None user=None scope=None Jul 20 14:06:25 managed-node2 systemd[1]: Reloading. Jul 20 14:06:25 managed-node2 systemd[1]: Starting firewalld - dynamic firewall daemon... -- Subject: Unit firewalld.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit firewalld.service has begun starting up. Jul 20 14:06:25 managed-node2 systemd[1]: Started firewalld - dynamic firewall daemon. -- Subject: Unit firewalld.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit firewalld.service has finished starting up. -- -- The start-up result is done. Jul 20 14:06:25 managed-node2 firewalld[13854]: WARNING: AllowZoneDrifting is enabled. This is considered an insecure configuration option. It will be removed in a future release. Please consider disabling it now. Jul 20 14:06:25 managed-node2 platform-python[13992]: ansible-command Invoked with _raw_params=firewall-cmd --state 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 Jul 20 14:06:26 managed-node2 platform-python[14168]: ansible-fedora.linux_system_roles.firewall_lib Invoked with config_list=[{'port': ['15001-15003/tcp'], 'state': 'enabled', 'service': [], 'source_port': [], 'forward_port': [], 'rich_rule': [], 'source': [], 'interface': [], 'interface_pci_id': [], 'icmp_block': [], 'timeout': 0, 'ipset_entries': [], 'ipset_options': {}, 'protocol': [], 'helper_module': [], 'destination': [], 'includes': [], 'previous': 'kept', 'firewalld_conf': None, 'masquerade': None, 'icmp_block_inversion': None, 'target': None, 'zone': None, 'set_default_zone': None, 'ipset': None, 'ipset_type': None, 'permanent': None, 'runtime': None, 'description': None, 'short': None}] online=True __called_from_role=True service=[] port=[] source_port=[] forward_port=[] rich_rule=[] source=[] interface=[] interface_pci_id=[] icmp_block=[] timeout=0 ipset_entries=[] ipset_options={} protocol=[] helper_module=[] destination=[] includes=[] previous=kept firewalld_conf=None masquerade=None icmp_block_inversion=None target=None zone=None set_default_zone=None ipset=None ipset_type=None permanent=None runtime=None state=None description=None short=None Jul 20 14:06:28 managed-node2 platform-python[14291]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=success system_role:firewall ansible_version=2.9.27 CentOS-8 Jul 20 14:06:28 managed-node2 platform-python[14291]: ansible-fedora.linux_system_roles.sr_fingerprint success system_role:firewall ansible_version=2.9.27 CentOS-8 2026-07-20T14:06:28-04:00 Jul 20 14:06:29 managed-node2 platform-python[14453]: 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 Jul 20 14:06:29 managed-node2 platform-python[14580]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=begin system_role:podman ansible_version=2.9.27 CentOS-8 Jul 20 14:06:29 managed-node2 platform-python[14580]: ansible-fedora.linux_system_roles.sr_fingerprint begin system_role:podman ansible_version=2.9.27 CentOS-8 2026-07-20T14:06:29-04:00 Jul 20 14:06:31 managed-node2 platform-python[14828]: ansible-command Invoked with _raw_params=podman --version 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 Jul 20 14:06:31 managed-node2 platform-python[14957]: ansible-getent Invoked with database=passwd key=root fail_key=False service=None split=None Jul 20 14:06:32 managed-node2 platform-python[15081]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 20 14:06:33 managed-node2 platform-python[15206]: ansible-setup Invoked with gather_subset=['!all', '!min', 'distribution_major_version', 'distribution', 'service_mgr'] gather_timeout=10 filter=* fact_path=/etc/ansible/facts.d Jul 20 14:06:33 managed-node2 platform-python[15334]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=begin system_role:firewall ansible_version=2.9.27 CentOS-8 Jul 20 14:06:33 managed-node2 platform-python[15334]: ansible-fedora.linux_system_roles.sr_fingerprint begin system_role:firewall ansible_version=2.9.27 CentOS-8 2026-07-20T14:06:33-04:00 Jul 20 14:06:34 managed-node2 platform-python[15457]: ansible-setup Invoked with filter=ansible_pkg_mgr gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d Jul 20 14:06:34 managed-node2 platform-python[15525]: ansible-dnf Invoked with name=['firewalld'] 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 Jul 20 14:06:37 managed-node2 platform-python[15648]: ansible-systemd Invoked with name=firewalld masked=False daemon_reload=False daemon_reexec=False no_block=False state=None enabled=None force=None user=None scope=None Jul 20 14:06:37 managed-node2 platform-python[15775]: ansible-systemd Invoked with name=firewalld enabled=True state=started daemon_reload=False daemon_reexec=False no_block=False force=None masked=None user=None scope=None Jul 20 14:06:38 managed-node2 platform-python[15902]: ansible-command Invoked with _raw_params=firewall-cmd --state 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 Jul 20 14:06:38 managed-node2 platform-python[16026]: ansible-fedora.linux_system_roles.firewall_lib Invoked with config_list=[{'port': ['15001-15003/tcp'], 'state': 'enabled', 'service': [], 'source_port': [], 'forward_port': [], 'rich_rule': [], 'source': [], 'interface': [], 'interface_pci_id': [], 'icmp_block': [], 'timeout': 0, 'ipset_entries': [], 'ipset_options': {}, 'protocol': [], 'helper_module': [], 'destination': [], 'includes': [], 'previous': 'kept', 'firewalld_conf': None, 'masquerade': None, 'icmp_block_inversion': None, 'target': None, 'zone': None, 'set_default_zone': None, 'ipset': None, 'ipset_type': None, 'permanent': None, 'runtime': None, 'description': None, 'short': None}] online=True __called_from_role=True service=[] port=[] source_port=[] forward_port=[] rich_rule=[] source=[] interface=[] interface_pci_id=[] icmp_block=[] timeout=0 ipset_entries=[] ipset_options={} protocol=[] helper_module=[] destination=[] includes=[] previous=kept firewalld_conf=None masquerade=None icmp_block_inversion=None target=None zone=None set_default_zone=None ipset=None ipset_type=None permanent=None runtime=None state=None description=None short=None Jul 20 14:06:39 managed-node2 platform-python[16149]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=success system_role:firewall ansible_version=2.9.27 CentOS-8 Jul 20 14:06:39 managed-node2 platform-python[16149]: ansible-fedora.linux_system_roles.sr_fingerprint success system_role:firewall ansible_version=2.9.27 CentOS-8 2026-07-20T14:06:39-04:00 Jul 20 14:06:40 managed-node2 platform-python[16272]: ansible-command Invoked with executable=/bin/bash _raw_params=set -uxo pipefail exec 1>&2 for file in /etc/containers/ansible-kubernetes.d/*; do if [ -f "$file" ]; then echo "File: $file" cat "$file" fi done _uses_shell=True warn=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None creates=None removes=None stdin=None Jul 20 14:06:40 managed-node2 platform-python[16396]: 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 [Clean up storage.conf] *************************************************** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:509 Monday 20 July 2026 14:06:40 -0400 (0:00:00.450) 0:01:34.997 *********** changed: [managed-node2] => { "changed": true, "path": "/etc/containers/storage.conf", "state": "absent" } TASK [Clean up host directories] *********************************************** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:516 Monday 20 July 2026 14:06:41 -0400 (0:00:00.374) 0:01:35.371 *********** changed: [managed-node2] => { "changed": true, "path": "/tmp/lsr_euyy5ybo_podman", "state": "absent" } TASK [Remove kube file src] **************************************************** task path: /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:523 Monday 20 July 2026 14:06:41 -0400 (0:00:00.347) 0:01:35.719 *********** changed: [managed-node2 -> localhost] => { "changed": true, "path": "/tmp/lsr_podman_qwipvdf9.yml", "state": "absent" } PLAY RECAP ********************************************************************* managed-node2 : ok=83 changed=13 unreachable=0 failed=2 skipped=94 rescued=0 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [ { "ansible_version": "2.9.27", "end_time": "2026-07-20T18:06:28.468593+00:00Z", "host": "managed-node2", "message": "The conditional check 'not __podman_image_updated.results[0] is changed' failed. The error was: The 'changed' test expects a dictionary", "start_time": "2026-07-20T18:06:28.455115+00:00Z", "task_name": "Verify image not pulled", "task_path": "/tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:296" }, { "ansible_version": "2.9.27", "delta": "0:00:00.021446", "end_time": "2026-07-20 14:06:40.667445", "host": "managed-node2", "message": "No message could be found", "rc": 0, "start_time": "2026-07-20 14:06:40.645999", "stdout": "-- Logs begin at Mon 2026-07-20 13:58:04 EDT, end at Mon 2026-07-20 14:06:40 EDT. --\nJul 20 13:58:04 localhost.localdomain kernel: acpiphp: Slot [13] registered\nJul 20 13:58:04 localhost.localdomain kernel: acpiphp: Slot [14] registered\nJul 20 13:58:04 localhost.localdomain kernel: acpiphp: Slot [15] registered\nJul 20 13:58:04 localhost.localdomain kernel: acpiphp: Slot [16] registered\nJul 20 13:58:04 localhost.localdomain kernel: acpiphp: Slot [17] registered\nJul 20 13:58:04 localhost.localdomain kernel: acpiphp: Slot [18] registered\nJul 20 13:58:04 localhost.localdomain kernel: acpiphp: Slot [19] registered\nJul 20 13:58:04 localhost.localdomain kernel: acpiphp: Slot [20] registered\nJul 20 13:58:04 localhost.localdomain kernel: acpiphp: Slot [21] registered\nJul 20 13:58:04 localhost.localdomain kernel: acpiphp: Slot [22] registered\nJul 20 13:58:04 localhost.localdomain kernel: acpiphp: Slot [23] registered\nJul 20 13:58:04 localhost.localdomain kernel: acpiphp: Slot [24] registered\nJul 20 13:58:04 localhost.localdomain kernel: acpiphp: Slot [25] registered\nJul 20 13:58:04 localhost.localdomain kernel: acpiphp: Slot [26] registered\nJul 20 13:58:04 localhost.localdomain kernel: acpiphp: Slot [27] registered\nJul 20 13:58:04 localhost.localdomain kernel: acpiphp: Slot [28] registered\nJul 20 13:58:04 localhost.localdomain kernel: acpiphp: Slot [29] registered\nJul 20 13:58:04 localhost.localdomain kernel: acpiphp: Slot [30] registered\nJul 20 13:58:04 localhost.localdomain kernel: acpiphp: Slot [31] registered\nJul 20 13:58:04 localhost.localdomain kernel: PCI host bridge to bus 0000:00\nJul 20 13:58:04 localhost.localdomain kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\nJul 20 13:58:04 localhost.localdomain kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\nJul 20 13:58:04 localhost.localdomain kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\nJul 20 13:58:04 localhost.localdomain kernel: pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\nJul 20 13:58:04 localhost.localdomain kernel: pci_bus 0000:00: root bus resource [mem 0x140000000-0x20013fffffff window]\nJul 20 13:58:04 localhost.localdomain kernel: pci_bus 0000:00: root bus resource [bus 00-ff]\nJul 20 13:58:04 localhost.localdomain kernel: pci 0000:00:00.0: [8086:1237] type 00 class 0x060000\nJul 20 13:58:04 localhost.localdomain kernel: pci 0000:00:01.0: [8086:7000] type 00 class 0x060100\nJul 20 13:58:04 localhost.localdomain kernel: pci 0000:00:01.3: [8086:7113] type 00 class 0x000000\nJul 20 13:58:04 localhost.localdomain kernel: pci 0000:00:01.3: quirk: [io 0xb000-0xb03f] claimed by PIIX4 ACPI\nJul 20 13:58:04 localhost.localdomain kernel: pci 0000:00:01.3: quirk: [io 0xb100-0xb10f] claimed by PIIX4 SMB\nJul 20 13:58:04 localhost.localdomain kernel: pci 0000:00:01.3: PIIX4 devres E PIO at fff0-ffff\nJul 20 13:58:04 localhost.localdomain kernel: pci 0000:00:01.3: PIIX4 devres F MMIO at ffc00000-ffffffff\nJul 20 13:58:04 localhost.localdomain kernel: pci 0000:00:01.3: PIIX4 devres G PIO at fff0-ffff\nJul 20 13:58:04 localhost.localdomain kernel: pci 0000:00:01.3: PIIX4 devres H MMIO at ffc00000-ffffffff\nJul 20 13:58:04 localhost.localdomain kernel: pci 0000:00:01.3: PIIX4 devres I PIO at fff0-ffff\nJul 20 13:58:04 localhost.localdomain kernel: pci 0000:00:01.3: PIIX4 devres J PIO at fff0-ffff\nJul 20 13:58:04 localhost.localdomain kernel: pci 0000:00:03.0: [1d0f:1111] type 00 class 0x030000\nJul 20 13:58:04 localhost.localdomain kernel: pci 0000:00:03.0: reg 0x10: [mem 0xfe400000-0xfe7fffff pref]\nJul 20 13:58:04 localhost.localdomain kernel: pci 0000:00:03.0: reg 0x30: [mem 0xfebd0000-0xfebdffff pref]\nJul 20 13:58:04 localhost.localdomain kernel: pci 0000:00:04.0: [1d0f:8061] type 00 class 0x010802\nJul 20 13:58:04 localhost.localdomain kernel: pci 0000:00:04.0: reg 0x10: [mem 0xfebf0000-0xfebf3fff]\nJul 20 13:58:04 localhost.localdomain kernel: pci 0000:00:05.0: [1d0f:ec20] type 00 class 0x020000\nJul 20 13:58:04 localhost.localdomain kernel: pci 0000:00:05.0: reg 0x10: [mem 0xfebf4000-0xfebf7fff]\nJul 20 13:58:04 localhost.localdomain kernel: pci 0000:00:05.0: reg 0x18: [mem 0xfe800000-0xfe8fffff pref]\nJul 20 13:58:04 localhost.localdomain kernel: pci 0000:00:05.0: reg 0x20: [mem 0xfebe0000-0xfebeffff]\nJul 20 13:58:04 localhost.localdomain kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 10\nJul 20 13:58:04 localhost.localdomain kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 10\nJul 20 13:58:04 localhost.localdomain kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 11\nJul 20 13:58:04 localhost.localdomain kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 11\nJul 20 13:58:04 localhost.localdomain kernel: ACPI: PCI: Interrupt link LNKS configured for IRQ 9\nJul 20 13:58:04 localhost.localdomain kernel: iommu: Default domain type: Passthrough \nJul 20 13:58:04 localhost.localdomain kernel: SCSI subsystem initialized\nJul 20 13:58:04 localhost.localdomain kernel: ACPI: bus type USB registered\nJul 20 13:58:04 localhost.localdomain kernel: usbcore: registered new interface driver usbfs\nJul 20 13:58:04 localhost.localdomain kernel: usbcore: registered new interface driver hub\nJul 20 13:58:04 localhost.localdomain kernel: usbcore: registered new device driver usb\nJul 20 13:58:04 localhost.localdomain kernel: pps_core: LinuxPPS API ver. 1 registered\nJul 20 13:58:04 localhost.localdomain kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti \nJul 20 13:58:04 localhost.localdomain kernel: PTP clock support registered\nJul 20 13:58:04 localhost.localdomain kernel: EDAC MC: Ver: 3.0.0\nJul 20 13:58:04 localhost.localdomain kernel: PCI: Using ACPI for IRQ routing\nJul 20 13:58:04 localhost.localdomain kernel: PCI: pci_cache_line_size set to 64 bytes\nJul 20 13:58:04 localhost.localdomain kernel: e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]\nJul 20 13:58:04 localhost.localdomain kernel: e820: reserve RAM buffer [mem 0xbffe9000-0xbfffffff]\nJul 20 13:58:04 localhost.localdomain kernel: e820: reserve RAM buffer [mem 0x130e00000-0x133ffffff]\nJul 20 13:58:04 localhost.localdomain kernel: NetLabel: Initializing\nJul 20 13:58:04 localhost.localdomain kernel: NetLabel: domain hash size = 128\nJul 20 13:58:04 localhost.localdomain kernel: NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO\nJul 20 13:58:04 localhost.localdomain kernel: NetLabel: unlabeled traffic allowed by default\nJul 20 13:58:04 localhost.localdomain kernel: pci 0000:00:03.0: vgaarb: setting as boot VGA device\nJul 20 13:58:04 localhost.localdomain kernel: pci 0000:00:03.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none\nJul 20 13:58:04 localhost.localdomain kernel: pci 0000:00:03.0: vgaarb: bridge control possible\nJul 20 13:58:04 localhost.localdomain kernel: vgaarb: loaded\nJul 20 13:58:04 localhost.localdomain kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0\nJul 20 13:58:04 localhost.localdomain kernel: hpet0: 8 comparators, 32-bit 62.500000 MHz counter\nJul 20 13:58:04 localhost.localdomain kernel: clocksource: Switched to clocksource kvm-clock\nJul 20 13:58:04 localhost.localdomain kernel: VFS: Disk quotas dquot_6.6.0\nJul 20 13:58:04 localhost.localdomain kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\nJul 20 13:58:04 localhost.localdomain kernel: pnp: PnP ACPI init\nJul 20 13:58:04 localhost.localdomain kernel: pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)\nJul 20 13:58:04 localhost.localdomain kernel: pnp 00:01: Plug and Play ACPI device, IDs PNP0303 (active)\nJul 20 13:58:04 localhost.localdomain kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0f13 (active)\nJul 20 13:58:04 localhost.localdomain kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0400 (active)\nJul 20 13:58:04 localhost.localdomain kernel: pnp 00:04: Plug and Play ACPI device, IDs PNP0501 (active)\nJul 20 13:58:04 localhost.localdomain kernel: pnp: PnP ACPI: found 5 devices\nJul 20 13:58:04 localhost.localdomain kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\nJul 20 13:58:04 localhost.localdomain kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]\nJul 20 13:58:04 localhost.localdomain kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]\nJul 20 13:58:04 localhost.localdomain kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]\nJul 20 13:58:04 localhost.localdomain kernel: pci_bus 0000:00: resource 7 [mem 0xc0000000-0xfebfffff window]\nJul 20 13:58:04 localhost.localdomain kernel: pci_bus 0000:00: resource 8 [mem 0x140000000-0x20013fffffff window]\nJul 20 13:58:04 localhost.localdomain kernel: NET: Registered protocol family 2\nJul 20 13:58:04 localhost.localdomain kernel: IP idents hash table entries: 65536 (order: 7, 524288 bytes, vmalloc)\nJul 20 13:58:04 localhost.localdomain kernel: tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, vmalloc)\nJul 20 13:58:04 localhost.localdomain kernel: TCP established hash table entries: 32768 (order: 6, 262144 bytes, vmalloc)\nJul 20 13:58:04 localhost.localdomain kernel: TCP bind hash table entries: 32768 (order: 7, 524288 bytes, vmalloc)\nJul 20 13:58:04 localhost.localdomain kernel: TCP: Hash tables configured (established 32768 bind 32768)\nJul 20 13:58:04 localhost.localdomain kernel: MPTCP token hash table entries: 4096 (order: 4, 98304 bytes, vmalloc)\nJul 20 13:58:04 localhost.localdomain kernel: UDP hash table entries: 2048 (order: 4, 65536 bytes, vmalloc)\nJul 20 13:58:04 localhost.localdomain kernel: UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, vmalloc)\nJul 20 13:58:04 localhost.localdomain kernel: NET: Registered protocol family 1\nJul 20 13:58:04 localhost.localdomain kernel: NET: Registered protocol family 44\nJul 20 13:58:04 localhost.localdomain kernel: pci 0000:00:00.0: Limiting direct PCI/PCI transfers\nJul 20 13:58:04 localhost.localdomain kernel: pci 0000:00:01.0: Activating ISA DMA hang workarounds\nJul 20 13:58:04 localhost.localdomain kernel: pci 0000:00:03.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]\nJul 20 13:58:04 localhost.localdomain kernel: PCI: CLS 0 bytes, default 64\nJul 20 13:58:04 localhost.localdomain kernel: Unpacking initramfs...\nJul 20 13:58:04 localhost.localdomain kernel: Freeing initrd memory: 30628K\nJul 20 13:58:04 localhost.localdomain kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\nJul 20 13:58:04 localhost.localdomain kernel: software IO TLB: mapped [mem 0x00000000af000000-0x00000000b3000000] (64MB)\nJul 20 13:58:04 localhost.localdomain kernel: ACPI: bus type thunderbolt registered\nJul 20 13:58:04 localhost.localdomain kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2b3e3c059e1, max_idle_ns: 440795304251 ns\nJul 20 13:58:04 localhost.localdomain kernel: clocksource: Switched to clocksource tsc\nJul 20 13:58:04 localhost.localdomain kernel: Initialise system trusted keyrings\nJul 20 13:58:04 localhost.localdomain kernel: Key type blacklist registered\nJul 20 13:58:04 localhost.localdomain kernel: workingset: timestamp_bits=36 max_order=20 bucket_order=0\nJul 20 13:58:04 localhost.localdomain kernel: zbud: loaded\nJul 20 13:58:04 localhost.localdomain kernel: pstore: using deflate compression\nJul 20 13:58:04 localhost.localdomain kernel: Platform Keyring initialized\nJul 20 13:58:04 localhost.localdomain kernel: NET: Registered protocol family 38\nJul 20 13:58:04 localhost.localdomain kernel: Key type asymmetric registered\nJul 20 13:58:04 localhost.localdomain kernel: Asymmetric key parser 'x509' registered\nJul 20 13:58:04 localhost.localdomain kernel: Running certificate verification selftests\nJul 20 13:58:04 localhost.localdomain kernel: Loaded X.509 cert 'Certificate verification self-testing key: f58703bb33ce1b73ee02eccdee5b8817518fe3db'\nJul 20 13:58:04 localhost.localdomain kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)\nJul 20 13:58:04 localhost.localdomain kernel: io scheduler mq-deadline registered\nJul 20 13:58:04 localhost.localdomain kernel: io scheduler kyber registered\nJul 20 13:58:04 localhost.localdomain kernel: io scheduler bfq registered\nJul 20 13:58:04 localhost.localdomain kernel: atomic64_test: passed for x86-64 platform with CX8 and with SSE\nJul 20 13:58:04 localhost.localdomain kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4\nJul 20 13:58:04 localhost.localdomain kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\nJul 20 13:58:04 localhost.localdomain kernel: ACPI: Power Button [PWRF]\nJul 20 13:58:04 localhost.localdomain kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSLPBN:00/input/input1\nJul 20 13:58:04 localhost.localdomain kernel: ACPI: Sleep Button [SLPF]\nJul 20 13:58:04 localhost.localdomain kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\nJul 20 13:58:04 localhost.localdomain kernel: 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\nJul 20 13:58:04 localhost.localdomain kernel: Non-volatile memory driver v1.3\nJul 20 13:58:04 localhost.localdomain kernel: rdac: device handler registered\nJul 20 13:58:04 localhost.localdomain kernel: hp_sw: device handler registered\nJul 20 13:58:04 localhost.localdomain kernel: emc: device handler registered\nJul 20 13:58:04 localhost.localdomain kernel: alua: device handler registered\nJul 20 13:58:04 localhost.localdomain kernel: libphy: Fixed MDIO Bus: probed\nJul 20 13:58:04 localhost.localdomain kernel: usbcore: registered new interface driver usbserial_generic\nJul 20 13:58:04 localhost.localdomain kernel: usbserial: USB Serial support registered for generic\nJul 20 13:58:04 localhost.localdomain kernel: i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\nJul 20 13:58:04 localhost.localdomain kernel: i8042: Warning: Keylock active\nJul 20 13:58:04 localhost.localdomain kernel: serio: i8042 KBD port at 0x60,0x64 irq 1\nJul 20 13:58:04 localhost.localdomain kernel: serio: i8042 AUX port at 0x60,0x64 irq 12\nJul 20 13:58:04 localhost.localdomain kernel: mousedev: PS/2 mouse device common for all mice\nJul 20 13:58:04 localhost.localdomain kernel: rtc_cmos 00:00: RTC can wake from S4\nJul 20 13:58:04 localhost.localdomain kernel: rtc_cmos 00:00: registered as rtc0\nJul 20 13:58:04 localhost.localdomain kernel: rtc_cmos 00:00: alarms up to one day, 114 bytes nvram\nJul 20 13:58:04 localhost.localdomain kernel: intel_pstate: P-states controlled by the platform\nJul 20 13:58:04 localhost.localdomain kernel: hid: raw HID events driver (C) Jiri Kosina\nJul 20 13:58:04 localhost.localdomain kernel: usbcore: registered new interface driver usbhid\nJul 20 13:58:04 localhost.localdomain kernel: usbhid: USB HID core driver\nJul 20 13:58:04 localhost.localdomain kernel: drop_monitor: Initializing network drop monitor service\nJul 20 13:58:04 localhost.localdomain kernel: Initializing XFRM netlink socket\nJul 20 13:58:04 localhost.localdomain kernel: NET: Registered protocol family 10\nJul 20 13:58:04 localhost.localdomain kernel: Segment Routing with IPv6\nJul 20 13:58:04 localhost.localdomain kernel: NET: Registered protocol family 17\nJul 20 13:58:04 localhost.localdomain kernel: mpls_gso: MPLS GSO support\nJul 20 13:58:04 localhost.localdomain kernel: No MBM correction factor available\nJul 20 13:58:04 localhost.localdomain kernel: AVX2 version of gcm_enc/dec engaged.\nJul 20 13:58:04 localhost.localdomain kernel: AES CTR mode by8 optimization enabled\nJul 20 13:58:04 localhost.localdomain kernel: sched_clock: Marking stable (458760702, 0)->(1034510194, -575749492)\nJul 20 13:58:04 localhost.localdomain kernel: registered taskstats version 1\nJul 20 13:58:04 localhost.localdomain kernel: Loading compiled-in X.509 certificates\nJul 20 13:58:04 localhost.localdomain kernel: Loaded X.509 cert 'Red Hat Enterprise Linux kernel signing key: 9036118f247aaa99970a25e487b5a3a55df7255f'\nJul 20 13:58:04 localhost.localdomain kernel: Loaded X.509 cert 'Red Hat Enterprise Linux Driver Update Program (key 3): bf57f3e87362bc7229d9f465321773dfd1f77a80'\nJul 20 13:58:04 localhost.localdomain kernel: Loaded X.509 cert 'Red Hat Enterprise Linux kpatch signing key: 4d38fd864ebe18c5f0b72e3852e2014c3a676fc8'\nJul 20 13:58:04 localhost.localdomain kernel: zswap: loaded using pool lzo/zbud\nJul 20 13:58:04 localhost.localdomain kernel: page_owner is disabled\nJul 20 13:58:04 localhost.localdomain kernel: Key type big_key registered\nJul 20 13:58:04 localhost.localdomain kernel: Key type encrypted registered\nJul 20 13:58:04 localhost.localdomain kernel: ima: No TPM chip found, activating TPM-bypass!\nJul 20 13:58:04 localhost.localdomain kernel: ima: Allocated hash algorithm: sha256\nJul 20 13:58:04 localhost.localdomain kernel: ima: No architecture policies found\nJul 20 13:58:04 localhost.localdomain kernel: evm: Initialising EVM extended attributes:\nJul 20 13:58:04 localhost.localdomain kernel: evm: security.selinux\nJul 20 13:58:04 localhost.localdomain kernel: evm: security.ima\nJul 20 13:58:04 localhost.localdomain kernel: evm: security.capability\nJul 20 13:58:04 localhost.localdomain kernel: evm: HMAC attrs: 0x1\nJul 20 13:58:04 localhost.localdomain kernel: rtc_cmos 00:00: setting system clock to 2026-07-20 17:58:04 UTC (1784570284)\nJul 20 13:58:04 localhost.localdomain kernel: Freeing unused decrypted memory: 2028K\nJul 20 13:58:04 localhost.localdomain kernel: Freeing unused kernel image (initmem) memory: 2820K\nJul 20 13:58:04 localhost.localdomain kernel: Write protecting the kernel read-only data: 26624k\nJul 20 13:58:04 localhost.localdomain kernel: Freeing unused kernel image (text/rodata gap) memory: 2016K\nJul 20 13:58:04 localhost.localdomain kernel: Freeing unused kernel image (rodata/data gap) memory: 1672K\nJul 20 13:58:04 localhost.localdomain systemd[1]: systemd 239 (239-82.el8.1) running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=legacy)\nJul 20 13:58:04 localhost.localdomain systemd[1]: Detected virtualization amazon.\nJul 20 13:58:04 localhost.localdomain systemd[1]: Detected architecture x86-64.\nJul 20 13:58:04 localhost.localdomain systemd[1]: Running in initial RAM disk.\nJul 20 13:58:04 localhost.localdomain systemd[1]: Set hostname to .\nJul 20 13:58:04 localhost.localdomain systemd[1]: Listening on Journal Socket (/dev/log).\nJul 20 13:58:04 localhost.localdomain systemd[1]: Reached target Local File Systems.\nJul 20 13:58:04 localhost.localdomain systemd[1]: Reached target Swap.\nJul 20 13:58:04 localhost.localdomain systemd[1]: Reached target Slices.\nJul 20 13:58:04 localhost.localdomain systemd[1]: Listening on udev Control Socket.\nJul 20 13:58:04 localhost.localdomain systemd-journald[216]: Journal started\n-- Subject: The journal has been started\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- The system journal process has started up, opened the journal\n-- files for writing and is now ready to process requests.\nJul 20 13:58:04 localhost.localdomain systemd-journald[216]: Runtime journal (/run/log/journal/296974b5ae524724a4e5b0037952a204) is 8.0M, max 174.4M, 166.4M free.\n-- Subject: Disk space used by the journal\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Runtime journal (/run/log/journal/296974b5ae524724a4e5b0037952a204) is currently using 8.0M.\n-- Maximum allowed usage is set to 174.4M.\n-- Leaving at least 261.7M free (of currently available 1.6G of disk space).\n-- Enforced usage limit is thus 174.4M, of which 166.4M are still available.\n-- \n-- The limits controlling how much disk space is used by the journal may\n-- be configured with SystemMaxUse=, SystemKeepFree=, SystemMaxFileSize=,\n-- RuntimeMaxUse=, RuntimeKeepFree=, RuntimeMaxFileSize= settings in\n-- /etc/systemd/journald.conf. See journald.conf(5) for details.\nJul 20 13:58:04 localhost.localdomain kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2\nJul 20 13:58:05 localhost.localdomain systemd[1]: systemd-vconsole-setup.service: Succeeded.\n-- Subject: Unit succeeded\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- The unit systemd-vconsole-setup.service has successfully entered the 'dead' state.\nJul 20 13:58:05 localhost.localdomain systemd[1]: Started Setup Virtual Console.\n-- Subject: Unit systemd-vconsole-setup.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-vconsole-setup.service has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:05 localhost.localdomain systemd[1]: Starting dracut cmdline hook...\n-- Subject: Unit dracut-cmdline.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit dracut-cmdline.service has begun starting up.\nJul 20 13:58:05 localhost.localdomain dracut-cmdline[245]: dracut-8 dracut-049-233.git20240115.el8\nJul 20 13:58:05 localhost.localdomain dracut-cmdline[245]: Using kernel command line parameters: BOOT_IMAGE=(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64 root=UUID=fe591198-9082-4b15-9b62-e83518524cd2 ro crashkernel=auto net.ifnames=0 rhgb quiet\nJul 20 13:58:05 localhost.localdomain systemd[1]: Started dracut cmdline hook.\n-- Subject: Unit dracut-cmdline.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit dracut-cmdline.service has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:05 localhost.localdomain systemd[1]: Starting dracut pre-udev hook...\n-- Subject: Unit dracut-pre-udev.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit dracut-pre-udev.service has begun starting up.\nJul 20 13:58:05 localhost.localdomain systemd[1]: Started dracut pre-udev hook.\n-- Subject: Unit dracut-pre-udev.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit dracut-pre-udev.service has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:05 localhost.localdomain systemd[1]: Starting udev Kernel Device Manager...\n-- Subject: Unit systemd-udevd.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-udevd.service has begun starting up.\nJul 20 13:58:05 localhost.localdomain systemd-udevd[306]: Network interface NamePolicy= disabled on kernel command line, ignoring.\nJul 20 13:58:05 localhost.localdomain systemd[1]: Started udev Kernel Device Manager.\n-- Subject: Unit systemd-udevd.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-udevd.service has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:05 localhost.localdomain systemd[1]: Starting udev Coldplug all Devices...\n-- Subject: Unit systemd-udev-trigger.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-udev-trigger.service has begun starting up.\nJul 20 13:58:05 localhost.localdomain systemd[1]: Mounting Kernel Configuration File System...\n-- Subject: Unit sys-kernel-config.mount has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit sys-kernel-config.mount has begun starting up.\nJul 20 13:58:05 localhost.localdomain systemd[1]: Mounted Kernel Configuration File System.\n-- Subject: Unit sys-kernel-config.mount has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit sys-kernel-config.mount has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:05 localhost.localdomain systemd[1]: Started udev Coldplug all Devices.\n-- Subject: Unit systemd-udev-trigger.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-udev-trigger.service has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:05 localhost.localdomain systemd[1]: Starting Show Plymouth Boot Screen...\n-- Subject: Unit plymouth-start.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit plymouth-start.service has begun starting up.\nJul 20 13:58:05 localhost.localdomain systemd[1]: Reached target System Initialization.\n-- Subject: Unit sysinit.target has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit sysinit.target has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:05 localhost.localdomain systemd[1]: Starting dracut initqueue hook...\n-- Subject: Unit dracut-initqueue.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit dracut-initqueue.service has begun starting up.\nJul 20 13:58:05 localhost.localdomain kernel: input: ImPS/2 Generic Wheel Mouse as /devices/platform/i8042/serio1/input/input4\nJul 20 13:58:05 localhost.localdomain systemd[1]: Received SIGRTMIN+20 from PID 344 (plymouthd).\nJul 20 13:58:05 localhost.localdomain systemd-udevd[335]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.\nJul 20 13:58:05 localhost.localdomain kernel: ena 0000:00:05.0: ENA device version: 0.10\nJul 20 13:58:05 localhost.localdomain kernel: ena 0000:00:05.0: ENA controller version: 0.0.1 implementation version 1\nJul 20 13:58:05 localhost.localdomain systemd[1]: Started Show Plymouth Boot Screen.\n-- Subject: Unit plymouth-start.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit plymouth-start.service has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:05 localhost.localdomain kernel: ena 0000:00:05.0: Elastic Network Adapter (ENA) found at mem febf4000, mac addr 0a:ff:d2:c3:37:af\nJul 20 13:58:05 localhost.localdomain systemd[1]: Started Forward Password Requests to Plymouth Directory Watch.\n-- Subject: Unit systemd-ask-password-plymouth.path has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-ask-password-plymouth.path has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:05 localhost.localdomain systemd[1]: Reached target Paths.\n-- Subject: Unit paths.target has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit paths.target has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:05 localhost.localdomain systemd[1]: Reached target Basic System.\n-- Subject: Unit basic.target has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit basic.target has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:05 localhost.localdomain kernel: nvme nvme0: pci function 0000:00:04.0\nJul 20 13:58:05 localhost.localdomain kernel: ACPI: \\_SB_.LNKD: Enabled at IRQ 11\nJul 20 13:58:05 localhost.localdomain kernel: nvme nvme0: 2/0/0 default/read/poll queues\nJul 20 13:58:05 localhost.localdomain systemd-udevd[336]: Using default interface naming scheme 'rhel-8.0'.\nJul 20 13:58:05 localhost.localdomain systemd-udevd[336]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.\nJul 20 13:58:05 localhost.localdomain kernel: nvme0n1: detected capacity change from 0 to 268435456000\nJul 20 13:58:05 localhost.localdomain kernel: nvme0n1: p1\nJul 20 13:58:06 localhost.localdomain systemd[1]: Found device Amazon Elastic Block Store 1.\n-- Subject: Unit dev-disk-by\\x2duuid-fe591198\\x2d9082\\x2d4b15\\x2d9b62\\x2de83518524cd2.device has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit dev-disk-by\\x2duuid-fe591198\\x2d9082\\x2d4b15\\x2d9b62\\x2de83518524cd2.device has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:06 localhost.localdomain systemd[1]: Reached target Initrd Root Device.\n-- Subject: Unit initrd-root-device.target has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit initrd-root-device.target has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:06 localhost.localdomain systemd[1]: Started dracut initqueue hook.\n-- Subject: Unit dracut-initqueue.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit dracut-initqueue.service has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:06 localhost.localdomain systemd[1]: Starting File System Check on /dev/disk/by-uuid/fe591198-9082-4b15-9b62-e83518524cd2...\n-- Subject: Unit systemd-fsck-root.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-fsck-root.service has begun starting up.\nJul 20 13:58:06 localhost.localdomain systemd[1]: Reached target Remote File Systems (Pre).\n-- Subject: Unit remote-fs-pre.target has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit remote-fs-pre.target has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:06 localhost.localdomain systemd[1]: Reached target Remote File Systems.\n-- Subject: Unit remote-fs.target has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit remote-fs.target has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:06 localhost.localdomain systemd-fsck[371]: /usr/sbin/fsck.xfs: XFS file system.\nJul 20 13:58:06 localhost.localdomain systemd[1]: Started File System Check on /dev/disk/by-uuid/fe591198-9082-4b15-9b62-e83518524cd2.\n-- Subject: Unit systemd-fsck-root.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-fsck-root.service has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:06 localhost.localdomain systemd[1]: Mounting /sysroot...\n-- Subject: Unit sysroot.mount has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit sysroot.mount has begun starting up.\nJul 20 13:58:06 localhost.localdomain kernel: SGI XFS with ACLs, security attributes, quota, no debug enabled\nJul 20 13:58:06 localhost.localdomain kernel: XFS (nvme0n1p1): Mounting V5 Filesystem\nJul 20 13:58:07 localhost.localdomain kernel: XFS (nvme0n1p1): Ending clean mount\nJul 20 13:58:07 localhost.localdomain systemd[1]: Mounted /sysroot.\n-- Subject: Unit sysroot.mount has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit sysroot.mount has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:07 localhost.localdomain systemd[1]: Reached target Initrd Root File System.\n-- Subject: Unit initrd-root-fs.target has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit initrd-root-fs.target has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:07 localhost.localdomain systemd[1]: Starting Reload Configuration from the Real Root...\n-- Subject: Unit initrd-parse-etc.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit initrd-parse-etc.service has begun starting up.\nJul 20 13:58:07 localhost.localdomain systemd[1]: Reloading.\nJul 20 13:58:07 localhost.localdomain systemd[1]: initrd-parse-etc.service: Succeeded.\n-- Subject: Unit succeeded\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- The unit initrd-parse-etc.service has successfully entered the 'dead' state.\nJul 20 13:58:07 localhost.localdomain systemd[1]: Started Reload Configuration from the Real Root.\n-- Subject: Unit initrd-parse-etc.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit initrd-parse-etc.service has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:07 localhost.localdomain systemd[1]: Reached target Initrd File Systems.\n-- Subject: Unit initrd-fs.target has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit initrd-fs.target has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:07 localhost.localdomain systemd[1]: Reached target Initrd Default Target.\n-- Subject: Unit initrd.target has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit initrd.target has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:07 localhost.localdomain systemd[1]: Starting dracut pre-pivot and cleanup hook...\n-- Subject: Unit dracut-pre-pivot.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit dracut-pre-pivot.service has begun starting up.\nJul 20 13:58:07 localhost.localdomain systemd[1]: Started dracut pre-pivot and cleanup hook.\n-- Subject: Unit dracut-pre-pivot.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit dracut-pre-pivot.service has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:07 localhost.localdomain systemd[1]: Starting Cleaning Up and Shutting Down Daemons...\n-- Subject: Unit initrd-cleanup.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit initrd-cleanup.service has begun starting up.\nJul 20 13:58:07 localhost.localdomain systemd[1]: dracut-pre-pivot.service: Succeeded.\n-- Subject: Unit succeeded\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- The unit dracut-pre-pivot.service has successfully entered the 'dead' state.\nJul 20 13:58:07 localhost.localdomain systemd[1]: Stopped dracut pre-pivot and cleanup hook.\n-- Subject: Unit dracut-pre-pivot.service has finished shutting down\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit dracut-pre-pivot.service has finished shutting down.\nJul 20 13:58:07 localhost.localdomain systemd[1]: Stopped target Remote File Systems.\n-- Subject: Unit remote-fs.target has finished shutting down\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit remote-fs.target has finished shutting down.\nJul 20 13:58:07 localhost.localdomain systemd[1]: Stopped target Remote File Systems (Pre).\n-- Subject: Unit remote-fs-pre.target has finished shutting down\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit remote-fs-pre.target has finished shutting down.\nJul 20 13:58:07 localhost.localdomain systemd[1]: dracut-initqueue.service: Succeeded.\n-- Subject: Unit succeeded\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- The unit dracut-initqueue.service has successfully entered the 'dead' state.\nJul 20 13:58:07 localhost.localdomain systemd[1]: Stopped dracut initqueue hook.\n-- Subject: Unit dracut-initqueue.service has finished shutting down\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit dracut-initqueue.service has finished shutting down.\nJul 20 13:58:07 localhost.localdomain systemd[1]: Starting Setup Virtual Console...\n-- Subject: Unit systemd-vconsole-setup.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-vconsole-setup.service has begun starting up.\nJul 20 13:58:07 localhost.localdomain systemd[1]: Starting Plymouth switch root service...\n-- Subject: Unit plymouth-switch-root.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit plymouth-switch-root.service has begun starting up.\nJul 20 13:58:07 localhost.localdomain systemd[1]: Stopped target Timers.\n-- Subject: Unit timers.target has finished shutting down\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit timers.target has finished shutting down.\nJul 20 13:58:07 localhost.localdomain systemd[1]: Stopped target Initrd Default Target.\n-- Subject: Unit initrd.target has finished shutting down\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit initrd.target has finished shutting down.\nJul 20 13:58:07 localhost.localdomain systemd[1]: Stopped target Initrd Root Device.\n-- Subject: Unit initrd-root-device.target has finished shutting down\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit initrd-root-device.target has finished shutting down.\nJul 20 13:58:07 localhost.localdomain systemd[1]: Stopped target Basic System.\n-- Subject: Unit basic.target has finished shutting down\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit basic.target has finished shutting down.\nJul 20 13:58:07 localhost.localdomain systemd[1]: Stopped target Slices.\n-- Subject: Unit slices.target has finished shutting down\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit slices.target has finished shutting down.\nJul 20 13:58:07 localhost.localdomain systemd[1]: Stopped target Sockets.\n-- Subject: Unit sockets.target has finished shutting down\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit sockets.target has finished shutting down.\nJul 20 13:58:07 localhost.localdomain systemd[1]: Stopped target Paths.\n-- Subject: Unit paths.target has finished shutting down\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit paths.target has finished shutting down.\nJul 20 13:58:07 localhost.localdomain systemd[1]: Stopped target System Initialization.\n-- Subject: Unit sysinit.target has finished shutting down\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit sysinit.target has finished shutting down.\nJul 20 13:58:07 localhost.localdomain systemd[1]: Stopping udev Kernel Device Manager...\n-- Subject: Unit systemd-udevd.service has begun shutting down\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-udevd.service has begun shutting down.\nJul 20 13:58:07 localhost.localdomain systemd[1]: systemd-udev-trigger.service: Succeeded.\n-- Subject: Unit succeeded\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- The unit systemd-udev-trigger.service has successfully entered the 'dead' state.\nJul 20 13:58:07 localhost.localdomain systemd[1]: Stopped udev Coldplug all Devices.\n-- Subject: Unit systemd-udev-trigger.service has finished shutting down\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-udev-trigger.service has finished shutting down.\nJul 20 13:58:07 localhost.localdomain systemd[1]: Stopped target Swap.\n-- Subject: Unit swap.target has finished shutting down\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit swap.target has finished shutting down.\nJul 20 13:58:07 localhost.localdomain systemd[1]: systemd-tmpfiles-setup.service: Succeeded.\n-- Subject: Unit succeeded\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- The unit systemd-tmpfiles-setup.service has successfully entered the 'dead' state.\nJul 20 13:58:07 localhost.localdomain systemd[1]: Stopped Create Volatile Files and Directories.\n-- Subject: Unit systemd-tmpfiles-setup.service has finished shutting down\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-tmpfiles-setup.service has finished shutting down.\nJul 20 13:58:07 localhost.localdomain systemd[1]: Stopped target Local File Systems.\n-- Subject: Unit local-fs.target has finished shutting down\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit local-fs.target has finished shutting down.\nJul 20 13:58:07 localhost.localdomain systemd[1]: systemd-sysctl.service: Succeeded.\n-- Subject: Unit succeeded\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- The unit systemd-sysctl.service has successfully entered the 'dead' state.\nJul 20 13:58:07 localhost.localdomain systemd[1]: Stopped Apply Kernel Variables.\n-- Subject: Unit systemd-sysctl.service has finished shutting down\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-sysctl.service has finished shutting down.\nJul 20 13:58:07 localhost.localdomain systemd[1]: systemd-udevd.service: Succeeded.\n-- Subject: Unit succeeded\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- The unit systemd-udevd.service has successfully entered the 'dead' state.\nJul 20 13:58:07 localhost.localdomain systemd[1]: Stopped udev Kernel Device Manager.\n-- Subject: Unit systemd-udevd.service has finished shutting down\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-udevd.service has finished shutting down.\nJul 20 13:58:07 localhost.localdomain systemd[1]: initrd-cleanup.service: Succeeded.\n-- Subject: Unit succeeded\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- The unit initrd-cleanup.service has successfully entered the 'dead' state.\nJul 20 13:58:07 localhost.localdomain systemd[1]: Started Cleaning Up and Shutting Down Daemons.\n-- Subject: Unit initrd-cleanup.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit initrd-cleanup.service has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:08 localhost.localdomain systemd[1]: systemd-tmpfiles-setup-dev.service: Succeeded.\n-- Subject: Unit succeeded\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- The unit systemd-tmpfiles-setup-dev.service has successfully entered the 'dead' state.\nJul 20 13:58:08 localhost.localdomain systemd[1]: Stopped Create Static Device Nodes in /dev.\n-- Subject: Unit systemd-tmpfiles-setup-dev.service has finished shutting down\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-tmpfiles-setup-dev.service has finished shutting down.\nJul 20 13:58:08 localhost.localdomain systemd[1]: kmod-static-nodes.service: Succeeded.\n-- Subject: Unit succeeded\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- The unit kmod-static-nodes.service has successfully entered the 'dead' state.\nJul 20 13:58:08 localhost.localdomain systemd[1]: Stopped Create list of required static device nodes for the current kernel.\n-- Subject: Unit kmod-static-nodes.service has finished shutting down\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit kmod-static-nodes.service has finished shutting down.\nJul 20 13:58:08 localhost.localdomain systemd[1]: dracut-pre-udev.service: Succeeded.\n-- Subject: Unit succeeded\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- The unit dracut-pre-udev.service has successfully entered the 'dead' state.\nJul 20 13:58:08 localhost.localdomain systemd[1]: Stopped dracut pre-udev hook.\n-- Subject: Unit dracut-pre-udev.service has finished shutting down\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit dracut-pre-udev.service has finished shutting down.\nJul 20 13:58:08 localhost.localdomain systemd[1]: dracut-cmdline.service: Succeeded.\n-- Subject: Unit succeeded\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- The unit dracut-cmdline.service has successfully entered the 'dead' state.\nJul 20 13:58:08 localhost.localdomain systemd[1]: Stopped dracut cmdline hook.\n-- Subject: Unit dracut-cmdline.service has finished shutting down\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit dracut-cmdline.service has finished shutting down.\nJul 20 13:58:08 localhost.localdomain systemd[1]: systemd-udevd-kernel.socket: Succeeded.\n-- Subject: Unit succeeded\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- The unit systemd-udevd-kernel.socket has successfully entered the 'dead' state.\nJul 20 13:58:08 localhost.localdomain systemd[1]: Closed udev Kernel Socket.\n-- Subject: Unit systemd-udevd-kernel.socket has finished shutting down\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-udevd-kernel.socket has finished shutting down.\nJul 20 13:58:08 localhost.localdomain systemd[1]: systemd-udevd-control.socket: Succeeded.\n-- Subject: Unit succeeded\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- The unit systemd-udevd-control.socket has successfully entered the 'dead' state.\nJul 20 13:58:08 localhost.localdomain systemd[1]: Closed udev Control Socket.\n-- Subject: Unit systemd-udevd-control.socket has finished shutting down\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-udevd-control.socket has finished shutting down.\nJul 20 13:58:08 localhost.localdomain systemd[1]: Starting Cleanup udevd DB...\n-- Subject: Unit initrd-udevadm-cleanup-db.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit initrd-udevadm-cleanup-db.service has begun starting up.\nJul 20 13:58:08 localhost.localdomain systemd[1]: initrd-udevadm-cleanup-db.service: Succeeded.\n-- Subject: Unit succeeded\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- The unit initrd-udevadm-cleanup-db.service has successfully entered the 'dead' state.\nJul 20 13:58:08 localhost.localdomain systemd[1]: Started Cleanup udevd DB.\n-- Subject: Unit initrd-udevadm-cleanup-db.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit initrd-udevadm-cleanup-db.service has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:08 localhost.localdomain systemd[1]: Started Plymouth switch root service.\n-- Subject: Unit plymouth-switch-root.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit plymouth-switch-root.service has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:08 localhost.localdomain systemd[1]: systemd-vconsole-setup.service: Succeeded.\n-- Subject: Unit succeeded\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- The unit systemd-vconsole-setup.service has successfully entered the 'dead' state.\nJul 20 13:58:08 localhost.localdomain systemd[1]: Started Setup Virtual Console.\n-- Subject: Unit systemd-vconsole-setup.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-vconsole-setup.service has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:08 localhost.localdomain systemd[1]: Reached target Switch Root.\n-- Subject: Unit initrd-switch-root.target has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit initrd-switch-root.target has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:08 localhost.localdomain systemd[1]: Starting Switch Root...\n-- Subject: Unit initrd-switch-root.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit initrd-switch-root.service has begun starting up.\nJul 20 13:58:08 localhost.localdomain systemd[1]: Switching root.\nJul 20 13:58:08 localhost.localdomain systemd-journald[216]: Journal stopped\n-- Subject: The journal has been stopped\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- The system journal process has shut down and closed all currently\n-- active journal files.\nJul 20 13:58:12 localhost.localdomain kernel: printk: systemd: 17 output lines suppressed due to ratelimiting\nJul 20 13:58:12 localhost.localdomain kernel: audit: type=1404 audit(1784570289.821:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295 enabled=1 old-enabled=1 lsm=selinux res=1\nJul 20 13:58:12 localhost.localdomain kernel: SELinux: policy capability network_peer_controls=1\nJul 20 13:58:12 localhost.localdomain kernel: SELinux: policy capability open_perms=1\nJul 20 13:58:12 localhost.localdomain kernel: SELinux: policy capability extended_socket_class=1\nJul 20 13:58:12 localhost.localdomain kernel: SELinux: policy capability always_check_network=0\nJul 20 13:58:12 localhost.localdomain kernel: SELinux: policy capability cgroup_seclabel=1\nJul 20 13:58:12 localhost.localdomain kernel: SELinux: policy capability nnp_nosuid_transition=1\nJul 20 13:58:12 localhost.localdomain kernel: audit: type=1403 audit(1784570290.323:3): auid=4294967295 ses=4294967295 lsm=selinux res=1\nJul 20 13:58:12 localhost.localdomain systemd[1]: Successfully loaded SELinux policy in 502.993ms.\nJul 20 13:58:12 localhost.localdomain systemd[1]: Relabelled /dev, /run and /sys/fs/cgroup in 14.368ms.\nJul 20 13:58:12 localhost.localdomain systemd[1]: systemd 239 (239-82.el8.1) running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=legacy)\nJul 20 13:58:12 localhost.localdomain systemd[1]: Detected virtualization amazon.\nJul 20 13:58:12 localhost.localdomain systemd[1]: Detected architecture x86-64.\nJul 20 13:58:12 localhost.localdomain systemd[1]: Set hostname to .\nJul 20 13:58:12 localhost.localdomain systemd[1]: Initializing machine ID from KVM UUID.\nJul 20 13:58:12 localhost.localdomain systemd[1]: Installed transient /etc/machine-id file.\nJul 20 13:58:12 localhost.localdomain systemd[1]: initrd-switch-root.service: Succeeded.\nJul 20 13:58:12 localhost.localdomain systemd[1]: Stopped Switch Root.\nJul 20 13:58:12 localhost.localdomain systemd[1]: systemd-journald.service: Service has no hold-off time (RestartSec=0), scheduling restart.\nJul 20 13:58:12 localhost.localdomain systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.\nJul 20 13:58:12 localhost.localdomain systemd-journald[489]: Journal started\n-- Subject: The journal has been started\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- The system journal process has started up, opened the journal\n-- files for writing and is now ready to process requests.\nJul 20 13:58:12 localhost.localdomain systemd-journald[489]: Runtime journal (/run/log/journal/ec2a299fbad552febeba47d2118065c1) is 8.0M, max 174.4M, 166.4M free.\n-- Subject: Disk space used by the journal\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Runtime journal (/run/log/journal/ec2a299fbad552febeba47d2118065c1) is currently using 8.0M.\n-- Maximum allowed usage is set to 174.4M.\n-- Leaving at least 261.7M free (of currently available 1.6G of disk space).\n-- Enforced usage limit is thus 174.4M, of which 166.4M are still available.\n-- \n-- The limits controlling how much disk space is used by the journal may\n-- be configured with SystemMaxUse=, SystemKeepFree=, SystemMaxFileSize=,\n-- RuntimeMaxUse=, RuntimeKeepFree=, RuntimeMaxFileSize= settings in\n-- /etc/systemd/journald.conf. See journald.conf(5) for details.\nJul 20 13:58:12 localhost.localdomain systemd[1]: systemd-journald.service: Succeeded.\n-- Subject: Unit succeeded\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- The unit systemd-journald.service has successfully entered the 'dead' state.\nJul 20 13:58:12 localhost.localdomain systemd[1]: Started Remount Root and Kernel File Systems.\n-- Subject: Unit systemd-remount-fs.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-remount-fs.service has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:12 localhost.localdomain systemd[1]: Mounted POSIX Message Queue File System.\n-- Subject: Unit dev-mqueue.mount has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit dev-mqueue.mount has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:12 localhost.localdomain systemd[1]: Mounted Huge Pages File System.\n-- Subject: Unit dev-hugepages.mount has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit dev-hugepages.mount has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:12 localhost.localdomain systemd[1]: Mounted Kernel Debug File System.\n-- Subject: Unit sys-kernel-debug.mount has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit sys-kernel-debug.mount has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:12 localhost.localdomain systemd[1]: Starting Load/Save Random Seed...\n-- Subject: Unit systemd-random-seed.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-random-seed.service has begun starting up.\nJul 20 13:58:12 localhost.localdomain systemd[1]: Starting Flush Journal to Persistent Storage...\n-- Subject: Unit systemd-journal-flush.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-journal-flush.service has begun starting up.\nJul 20 13:58:12 localhost.localdomain systemd[1]: Started Create list of required static device nodes for the current kernel.\n-- Subject: Unit kmod-static-nodes.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit kmod-static-nodes.service has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:12 localhost.localdomain systemd[1]: Started Read and set NIS domainname from /etc/sysconfig/network.\n-- Subject: Unit nis-domainname.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit nis-domainname.service has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:12 localhost.localdomain systemd[1]: Started Apply Kernel Variables.\n-- Subject: Unit systemd-sysctl.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-sysctl.service has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:12 localhost.localdomain systemd[1]: Started Load/Save Random Seed.\n-- Subject: Unit systemd-random-seed.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-random-seed.service has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:12 localhost.localdomain systemd[1]: Starting Create Static Device Nodes in /dev...\n-- Subject: Unit systemd-tmpfiles-setup-dev.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-tmpfiles-setup-dev.service has begun starting up.\nJul 20 13:58:12 localhost.localdomain systemd-journald[489]: Runtime journal (/run/log/journal/ec2a299fbad552febeba47d2118065c1) is 8.0M, max 174.4M, 166.4M free.\n-- Subject: Disk space used by the journal\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Runtime journal (/run/log/journal/ec2a299fbad552febeba47d2118065c1) is currently using 8.0M.\n-- Maximum allowed usage is set to 174.4M.\n-- Leaving at least 261.7M free (of currently available 1.6G of disk space).\n-- Enforced usage limit is thus 174.4M, of which 166.4M are still available.\n-- \n-- The limits controlling how much disk space is used by the journal may\n-- be configured with SystemMaxUse=, SystemKeepFree=, SystemMaxFileSize=,\n-- RuntimeMaxUse=, RuntimeKeepFree=, RuntimeMaxFileSize= settings in\n-- /etc/systemd/journald.conf. See journald.conf(5) for details.\nJul 20 13:58:12 localhost.localdomain systemd[1]: Started Flush Journal to Persistent Storage.\n-- Subject: Unit systemd-journal-flush.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-journal-flush.service has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:12 localhost.localdomain systemd[1]: Started udev Coldplug all Devices.\n-- Subject: Unit systemd-udev-trigger.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-udev-trigger.service has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:13 localhost.localdomain systemd[1]: systemd-vconsole-setup.service: Succeeded.\n-- Subject: Unit succeeded\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- The unit systemd-vconsole-setup.service has successfully entered the 'dead' state.\nJul 20 13:58:13 localhost.localdomain systemd[1]: Started Setup Virtual Console.\n-- Subject: Unit systemd-vconsole-setup.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-vconsole-setup.service has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:13 localhost.localdomain systemd[1]: Started Create Static Device Nodes in /dev.\n-- Subject: Unit systemd-tmpfiles-setup-dev.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-tmpfiles-setup-dev.service has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:13 localhost.localdomain systemd[1]: Starting udev Kernel Device Manager...\n-- Subject: Unit systemd-udevd.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-udevd.service has begun starting up.\nJul 20 13:58:13 localhost.localdomain systemd[1]: Reached target Local File Systems (Pre).\n-- Subject: Unit local-fs-pre.target has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit local-fs-pre.target has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:13 localhost.localdomain systemd[1]: Reached target Local File Systems.\n-- Subject: Unit local-fs.target has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit local-fs.target has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:13 localhost.localdomain systemd[1]: Starting Tell Plymouth To Write Out Runtime Data...\n-- Subject: Unit plymouth-read-write.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit plymouth-read-write.service has begun starting up.\nJul 20 13:58:13 localhost.localdomain systemd[1]: Starting Commit a transient machine-id on disk...\n-- Subject: Unit systemd-machine-id-commit.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-machine-id-commit.service has begun starting up.\nJul 20 13:58:13 localhost.localdomain systemd[1]: Starting Import network configuration from initramfs...\n-- Subject: Unit import-state.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit import-state.service has begun starting up.\nJul 20 13:58:13 localhost.localdomain systemd[1]: Started Tell Plymouth To Write Out Runtime Data.\n-- Subject: Unit plymouth-read-write.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit plymouth-read-write.service has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:13 localhost.localdomain systemd[1]: Received SIGRTMIN+20 from PID 344 (plymouthd).\nJul 20 13:58:13 localhost.localdomain systemd[1]: etc-machine\\x2did.mount: Succeeded.\n-- Subject: Unit succeeded\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- The unit etc-machine\\x2did.mount has successfully entered the 'dead' state.\nJul 20 13:58:13 localhost.localdomain systemd[1]: Started Commit a transient machine-id on disk.\n-- Subject: Unit systemd-machine-id-commit.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-machine-id-commit.service has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:13 localhost.localdomain systemd[1]: Started Import network configuration from initramfs.\n-- Subject: Unit import-state.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit import-state.service has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:13 localhost.localdomain systemd[1]: Starting Create Volatile Files and Directories...\n-- Subject: Unit systemd-tmpfiles-setup.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-tmpfiles-setup.service has begun starting up.\nJul 20 13:58:13 localhost.localdomain systemd[1]: Started Create Volatile Files and Directories.\n-- Subject: Unit systemd-tmpfiles-setup.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-tmpfiles-setup.service has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:13 localhost.localdomain systemd[1]: Starting Security Auditing Service...\n-- Subject: Unit auditd.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit auditd.service has begun starting up.\nJul 20 13:58:13 localhost.localdomain systemd[1]: Mounting RPC Pipe File System...\n-- Subject: Unit var-lib-nfs-rpc_pipefs.mount has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit var-lib-nfs-rpc_pipefs.mount has begun starting up.\nJul 20 13:58:13 localhost.localdomain auditd[545]: No plugins found, not dispatching events\nJul 20 13:58:13 localhost.localdomain auditd[545]: Init complete, auditd 3.1.2 listening for events (startup state enable)\nJul 20 13:58:13 localhost.localdomain systemd-udevd[521]: Network interface NamePolicy= disabled on kernel command line, ignoring.\nJul 20 13:58:13 localhost.localdomain systemd[1]: Starting RPC Bind...\n-- Subject: Unit rpcbind.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit rpcbind.service has begun starting up.\nJul 20 13:58:13 localhost.localdomain systemd[1]: Started udev Kernel Device Manager.\n-- Subject: Unit systemd-udevd.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-udevd.service has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:13 localhost.localdomain kernel: RPC: Registered named UNIX socket transport module.\nJul 20 13:58:13 localhost.localdomain kernel: RPC: Registered udp transport module.\nJul 20 13:58:13 localhost.localdomain kernel: RPC: Registered tcp transport module.\nJul 20 13:58:13 localhost.localdomain kernel: RPC: Registered tcp NFSv4.1 backchannel transport module.\nJul 20 13:58:13 localhost.localdomain systemd[1]: Mounted RPC Pipe File System.\n-- Subject: Unit var-lib-nfs-rpc_pipefs.mount has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit var-lib-nfs-rpc_pipefs.mount has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:13 localhost.localdomain systemd[1]: Reached target rpc_pipefs.target.\n-- Subject: Unit rpc_pipefs.target has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit rpc_pipefs.target has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:13 localhost.localdomain systemd[1]: Started RPC Bind.\n-- Subject: Unit rpcbind.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit rpcbind.service has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:13 localhost.localdomain augenrules[549]: /sbin/augenrules: No change\nJul 20 13:58:13 localhost.localdomain augenrules[574]: No rules\nJul 20 13:58:13 localhost.localdomain augenrules[574]: enabled 1\nJul 20 13:58:13 localhost.localdomain augenrules[574]: failure 1\nJul 20 13:58:13 localhost.localdomain augenrules[574]: pid 545\nJul 20 13:58:13 localhost.localdomain augenrules[574]: rate_limit 0\nJul 20 13:58:13 localhost.localdomain augenrules[574]: backlog_limit 8192\nJul 20 13:58:13 localhost.localdomain augenrules[574]: lost 0\nJul 20 13:58:13 localhost.localdomain augenrules[574]: backlog 4\nJul 20 13:58:13 localhost.localdomain augenrules[574]: backlog_wait_time 60000\nJul 20 13:58:13 localhost.localdomain augenrules[574]: backlog_wait_time_actual 0\nJul 20 13:58:13 localhost.localdomain augenrules[574]: enabled 1\nJul 20 13:58:13 localhost.localdomain augenrules[574]: failure 1\nJul 20 13:58:13 localhost.localdomain augenrules[574]: pid 545\nJul 20 13:58:13 localhost.localdomain augenrules[574]: rate_limit 0\nJul 20 13:58:13 localhost.localdomain augenrules[574]: backlog_limit 8192\nJul 20 13:58:13 localhost.localdomain augenrules[574]: lost 0\nJul 20 13:58:13 localhost.localdomain augenrules[574]: backlog 4\nJul 20 13:58:13 localhost.localdomain augenrules[574]: backlog_wait_time 60000\nJul 20 13:58:13 localhost.localdomain augenrules[574]: backlog_wait_time_actual 0\nJul 20 13:58:13 localhost.localdomain augenrules[574]: enabled 1\nJul 20 13:58:13 localhost.localdomain augenrules[574]: failure 1\nJul 20 13:58:13 localhost.localdomain augenrules[574]: pid 545\nJul 20 13:58:13 localhost.localdomain augenrules[574]: rate_limit 0\nJul 20 13:58:13 localhost.localdomain augenrules[574]: backlog_limit 8192\nJul 20 13:58:13 localhost.localdomain augenrules[574]: lost 0\nJul 20 13:58:13 localhost.localdomain augenrules[574]: backlog 4\nJul 20 13:58:13 localhost.localdomain augenrules[574]: backlog_wait_time 60000\nJul 20 13:58:13 localhost.localdomain augenrules[574]: backlog_wait_time_actual 0\nJul 20 13:58:13 localhost.localdomain systemd[1]: Started Security Auditing Service.\n-- Subject: Unit auditd.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit auditd.service has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:13 localhost.localdomain systemd[1]: Starting Update UTMP about System Boot/Shutdown...\n-- Subject: Unit systemd-update-utmp.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-update-utmp.service has begun starting up.\nJul 20 13:58:13 localhost.localdomain kernel: piix4_smbus 0000:00:01.3: SMBus Host Controller at 0xb100, revision 255\nJul 20 13:58:13 localhost.localdomain systemd[1]: Started Update UTMP about System Boot/Shutdown.\n-- Subject: Unit systemd-update-utmp.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-update-utmp.service has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:13 localhost.localdomain systemd[1]: Reached target System Initialization.\n-- Subject: Unit sysinit.target has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit sysinit.target has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:13 localhost.localdomain systemd[1]: Listening on SSSD Kerberos Cache Manager responder socket.\n-- Subject: Unit sssd-kcm.socket has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit sssd-kcm.socket has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:13 localhost.localdomain systemd[1]: Started Daily Cleanup of Temporary Directories.\n-- Subject: Unit systemd-tmpfiles-clean.timer has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-tmpfiles-clean.timer has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:13 localhost.localdomain systemd[1]: Listening on D-Bus System Message Bus Socket.\n-- Subject: Unit dbus.socket has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit dbus.socket has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:13 localhost.localdomain systemd[1]: Reached target Sockets.\n-- Subject: Unit sockets.target has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit sockets.target has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:13 localhost.localdomain systemd[1]: Reached target Basic System.\n-- Subject: Unit basic.target has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit basic.target has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:13 localhost.localdomain systemd[1]: Starting NTP client/server...\n-- Subject: Unit chronyd.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit chronyd.service has begun starting up.\nJul 20 13:58:13 localhost.localdomain systemd[1]: Starting Initial cloud-init job (pre-networking)...\n-- Subject: Unit cloud-init-local.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit cloud-init-local.service has begun starting up.\nJul 20 13:58:13 localhost.localdomain systemd[1]: Started Hardware RNG Entropy Gatherer Daemon.\n-- Subject: Unit rngd.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit rngd.service has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:13 localhost.localdomain systemd[1]: Reached target sshd-keygen.target.\n-- Subject: Unit sshd-keygen.target has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit sshd-keygen.target has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:13 localhost.localdomain systemd[1]: Reached target User and Group Name Lookups.\n-- Subject: Unit nss-user-lookup.target has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit nss-user-lookup.target has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:13 localhost.localdomain systemd[1]: Starting Login Service...\n-- Subject: Unit systemd-logind.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-logind.service has begun starting up.\nJul 20 13:58:13 localhost.localdomain systemd[1]: Starting Restore /run/initramfs on shutdown...\n-- Subject: Unit dracut-shutdown.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit dracut-shutdown.service has begun starting up.\nJul 20 13:58:13 localhost.localdomain kernel: parport_pc 00:03: reported by Plug and Play ACPI\nJul 20 13:58:14 localhost.localdomain systemd-udevd[564]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.\nJul 20 13:58:14 localhost.localdomain kernel: input: PC Speaker as /devices/platform/pcspkr/input/input5\nJul 20 13:58:14 localhost.localdomain systemd[1]: Started irqbalance daemon.\n-- Subject: Unit irqbalance.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit irqbalance.service has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:14 localhost.localdomain systemd[1]: Started D-Bus System Message Bus.\n-- Subject: Unit dbus.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit dbus.service has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:14 localhost.localdomain systemd[1]: Started dnf makecache --timer.\n-- Subject: Unit dnf-makecache.timer has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit dnf-makecache.timer has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:14 localhost.localdomain systemd[1]: Started daily update of the root trust anchor for DNSSEC.\n-- Subject: Unit unbound-anchor.timer has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit unbound-anchor.timer has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:14 localhost.localdomain systemd[1]: Reached target Timers.\n-- Subject: Unit timers.target has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit timers.target has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:14 localhost.localdomain systemd[1]: Started Restore /run/initramfs on shutdown.\n-- Subject: Unit dracut-shutdown.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit dracut-shutdown.service has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:14 localhost.localdomain systemd[1]: Starting update of the root trust anchor for DNSSEC validation in unbound...\n-- Subject: Unit unbound-anchor.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit unbound-anchor.service has begun starting up.\nJul 20 13:58:14 localhost.localdomain kernel: ppdev: user-space parallel port driver\nJul 20 13:58:14 localhost.localdomain kernel: RAPL PMU: API unit is 2^-32 Joules, 0 fixed counters, 10737418240 ms ovfl timer\nJul 20 13:58:14 localhost.localdomain systemd-logind[586]: Watching system buttons on /dev/input/event0 (Power Button)\nJul 20 13:58:14 localhost.localdomain systemd-logind[586]: Watching system buttons on /dev/input/event1 (Sleep Button)\nJul 20 13:58:14 localhost.localdomain systemd-logind[586]: Watching system buttons on /dev/input/event2 (AT Translated Set 2 keyboard)\nJul 20 13:58:14 localhost.localdomain rngd[585]: Disabling 7: PKCS11 Entropy generator (pkcs11)\nJul 20 13:58:14 localhost.localdomain rngd[585]: Disabling 5: NIST Network Entropy Beacon (nist)\nJul 20 13:58:14 localhost.localdomain rngd[585]: Disabling 9: Qrypt quantum entropy beacon (qrypt)\nJul 20 13:58:14 localhost.localdomain rngd[585]: Initializing available sources\nJul 20 13:58:14 localhost.localdomain rngd[585]: [hwrng ]: Initialization Failed\nJul 20 13:58:14 localhost.localdomain rngd[585]: [rdrand]: Enabling RDSEED rng support\nJul 20 13:58:14 localhost.localdomain rngd[585]: [rdrand]: Initialized\nJul 20 13:58:14 localhost.localdomain rngd[585]: [jitter]: JITTER timeout set to 5 sec\nJul 20 13:58:14 localhost.localdomain systemd-udevd[566]: Using default interface naming scheme 'rhel-8.0'.\nJul 20 13:58:14 localhost.localdomain systemd-udevd[566]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.\nJul 20 13:58:14 localhost.localdomain chronyd[612]: chronyd version 4.5 starting (+CMDMON +NTP +REFCLOCK +RTC +PRIVDROP +SCFILTER +SIGND +ASYNCDNS +NTS +SECHASH +IPV6 +DEBUG)\nJul 20 13:58:14 localhost.localdomain chronyd[612]: Loaded 0 symmetric keys\nJul 20 13:58:14 localhost.localdomain chronyd[612]: Frequency 0.000 +/- 1000000.000 ppm read from /var/lib/chrony/drift\nJul 20 13:58:14 localhost.localdomain chronyd[612]: Using right/UTC timezone to obtain leap second data\nJul 20 13:58:14 localhost.localdomain rngd[585]: [jitter]: Initializing AES buffer\nJul 20 13:58:14 localhost.localdomain systemd[1]: unbound-anchor.service: Succeeded.\n-- Subject: Unit succeeded\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- The unit unbound-anchor.service has successfully entered the 'dead' state.\nJul 20 13:58:14 localhost.localdomain systemd[1]: Started update of the root trust anchor for DNSSEC validation in unbound.\n-- Subject: Unit unbound-anchor.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit unbound-anchor.service has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:14 localhost.localdomain systemd-logind[586]: New seat seat0.\n-- Subject: A new seat seat0 is now available\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat\n-- \n-- A new seat seat0 has been configured and is now available.\nJul 20 13:58:14 localhost.localdomain systemd[1]: Started NTP client/server.\n-- Subject: Unit chronyd.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit chronyd.service has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:14 localhost.localdomain systemd[1]: Started Login Service.\n-- Subject: Unit systemd-logind.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-logind.service has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:19 localhost.localdomain rngd[585]: [jitter]: Unable to obtain AES key, disabling JITTER source\nJul 20 13:58:19 localhost.localdomain rngd[585]: [jitter]: Initialization Failed\nJul 20 13:58:19 localhost.localdomain rngd[585]: Process privileges have been dropped to 2:2\nJul 20 13:58:20 localhost.localdomain dhclient[633]: Internet Systems Consortium DHCP Client 4.3.6\nJul 20 13:58:20 localhost.localdomain dhclient[633]: Copyright 2004-2017 Internet Systems Consortium.\nJul 20 13:58:20 localhost.localdomain dhclient[633]: All rights reserved.\nJul 20 13:58:20 localhost.localdomain dhclient[633]: For info, please visit https://www.isc.org/software/dhcp/\nJul 20 13:58:20 localhost.localdomain dhclient[633]: \nJul 20 13:58:20 localhost.localdomain dhclient[633]: Listening on LPF/eth0/0a:ff:d2:c3:37:af\nJul 20 13:58:20 localhost.localdomain dhclient[633]: Sending on LPF/eth0/0a:ff:d2:c3:37:af\nJul 20 13:58:20 localhost.localdomain dhclient[633]: Sending on Socket/fallback\nJul 20 13:58:20 localhost.localdomain dhclient[633]: Created duid \"\\000\\004\\354*)\\237\\272\\325B\\376\\276\\272G\\322\\021\\200e\\301\".\nJul 20 13:58:20 localhost.localdomain dhclient[633]: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 4 (xid=0xd5c22515)\nJul 20 13:58:20 localhost.localdomain dhclient[633]: DHCPREQUEST on eth0 to 255.255.255.255 port 67 (xid=0xd5c22515)\nJul 20 13:58:20 localhost.localdomain dhclient[633]: DHCPOFFER from 10.31.12.1\nJul 20 13:58:20 localhost.localdomain dhclient[633]: DHCPACK from 10.31.12.1 (xid=0xd5c22515)\nJul 20 13:58:20 localhost.localdomain dhclient[633]: bound to 10.31.12.38 -- renewal in 1748 seconds.\nJul 20 13:58:20 localhost.localdomain dbus-daemon[594]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.3' (uid=0 pid=648 comm=\"hostnamectl set-hostname ip-10-31-12-38.testing-fa\" label=\"system_u:system_r:cloud_init_t:s0\")\nJul 20 13:58:20 localhost.localdomain systemd[1]: Starting Hostname Service...\n-- Subject: Unit systemd-hostnamed.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-hostnamed.service has begun starting up.\nJul 20 13:58:20 localhost.localdomain dbus-daemon[594]: [system] Successfully activated service 'org.freedesktop.hostname1'\nJul 20 13:58:20 localhost.localdomain systemd[1]: Started Hostname Service.\n-- Subject: Unit systemd-hostnamed.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-hostnamed.service has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:20 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd-hostnamed[649]: Changed static host name to 'ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com'\nJul 20 13:58:20 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd-hostnamed[649]: Changed host name to 'ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com'\nJul 20 13:58:20 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[631]: Cloud-init v. 23.4-7.el8.2 running 'init-local' at Mon, 20 Jul 2026 17:58:19 +0000. Up 15.83 seconds.\nJul 20 13:58:20 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Initial cloud-init job (pre-networking).\n-- Subject: Unit cloud-init-local.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit cloud-init-local.service has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:20 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target Network (Pre).\n-- Subject: Unit network-pre.target has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit network-pre.target has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:20 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Network Manager...\n-- Subject: Unit NetworkManager.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit NetworkManager.service has begun starting up.\nJul 20 13:58:20 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com NetworkManager[654]: [1784570300.9037] NetworkManager (version 1.40.16-15.el8) is starting... (boot:bb78cb01-9a92-4f35-9096-b6c8773df645)\nJul 20 13:58:20 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com NetworkManager[654]: [1784570300.9058] Read config: /etc/NetworkManager/NetworkManager.conf (run: 15-carrier-timeout.conf)\nJul 20 13:58:20 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Network Manager.\n-- Subject: Unit NetworkManager.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit NetworkManager.service has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:20 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target Network.\n-- Subject: Unit network.target has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit network.target has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:20 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting GSSAPI Proxy Daemon...\n-- Subject: Unit gssproxy.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit gssproxy.service has begun starting up.\nJul 20 13:58:20 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Dynamic System Tuning Daemon...\n-- Subject: Unit tuned.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit tuned.service has begun starting up.\nJul 20 13:58:20 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Network Manager Wait Online...\n-- Subject: Unit NetworkManager-wait-online.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit NetworkManager-wait-online.service has begun starting up.\nJul 20 13:58:20 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com NetworkManager[654]: [1784570300.9132] bus-manager: acquired D-Bus service \"org.freedesktop.NetworkManager\"\nJul 20 13:58:20 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started GSSAPI Proxy Daemon.\n-- Subject: Unit gssproxy.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit gssproxy.service has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:20 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target NFS client services.\n-- Subject: Unit nfs-client.target has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit nfs-client.target has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:20 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target Remote File Systems (Pre).\n-- Subject: Unit remote-fs-pre.target has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit remote-fs-pre.target has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:20 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target Remote File Systems.\n-- Subject: Unit remote-fs.target has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit remote-fs.target has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:20 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com NetworkManager[654]: [1784570300.9911] manager[0x55d261e98080]: monitoring kernel firmware directory '/lib/firmware'.\nJul 20 13:58:20 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com NetworkManager[654]: [1784570300.9938] hostname: hostname: using hostnamed\nJul 20 13:58:20 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com NetworkManager[654]: [1784570300.9938] hostname: static hostname changed from (none) to \"ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com\"\nJul 20 13:58:20 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com NetworkManager[654]: [1784570300.9941] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink\nJul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com NetworkManager[654]: [1784570301.0031] Loaded device plugin: NMTeamFactory (/usr/lib64/NetworkManager/1.40.16-15.el8/libnm-device-plugin-team.so)\nJul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com NetworkManager[654]: [1784570301.0032] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file\nJul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com NetworkManager[654]: [1784570301.0034] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file\nJul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com NetworkManager[654]: [1784570301.0035] manager: Networking is enabled by state file\nJul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dbus-daemon[594]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.5' (uid=0 pid=654 comm=\"/usr/sbin/NetworkManager --no-daemon \" label=\"system_u:system_r:NetworkManager_t:s0\")\nJul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Network Manager Script Dispatcher Service...\n-- Subject: Unit NetworkManager-dispatcher.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit NetworkManager-dispatcher.service has begun starting up.\nJul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com NetworkManager[654]: [1784570301.0123] settings: Loaded settings plugin: ifcfg-rh (\"/usr/lib64/NetworkManager/1.40.16-15.el8/libnm-settings-plugin-ifcfg-rh.so\")\nJul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com NetworkManager[654]: [1784570301.0124] settings: Loaded settings plugin: keyfile (internal)\nJul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com NetworkManager[654]: [1784570301.0169] dhcp: init: Using DHCP client 'internal'\nJul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com NetworkManager[654]: [1784570301.0171] device (lo): carrier: link connected\nJul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com NetworkManager[654]: [1784570301.0175] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1)\nJul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com NetworkManager[654]: [1784570301.0185] manager: (eth0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)\nJul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com NetworkManager[654]: [1784570301.0189] device (eth0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')\nJul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com kernel: IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready\nJul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com kernel: IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready\nJul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dbus-daemon[594]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'\nJul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Network Manager Script Dispatcher Service.\n-- Subject: Unit NetworkManager-dispatcher.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit NetworkManager-dispatcher.service has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com NetworkManager[654]: [1784570301.0294] device (eth0): carrier: link connected\nJul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com NetworkManager[654]: [1784570301.0304] device (eth0): state change: unavailable -> disconnected (reason 'carrier-changed', sys-iface-state: 'managed')\nJul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com kernel: IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready\nJul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com NetworkManager[654]: [1784570301.0316] policy: auto-activating connection 'System eth0' (5fb06bd0-0bb0-7ffb-45f1-d6edd65f3e03)\nJul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com NetworkManager[654]: [1784570301.0327] device (eth0): Activation: starting connection 'System eth0' (5fb06bd0-0bb0-7ffb-45f1-d6edd65f3e03)\nJul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com NetworkManager[654]: [1784570301.0330] device (eth0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')\nJul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com NetworkManager[654]: [1784570301.0344] manager: NetworkManager state is now CONNECTING\nJul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com NetworkManager[654]: [1784570301.0351] device (eth0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')\nJul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com NetworkManager[654]: [1784570301.0364] device (eth0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')\nJul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com NetworkManager[654]: [1784570301.0378] dhcp4 (eth0): activation: beginning transaction (timeout in 45 seconds)\nJul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com kernel: IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready\nJul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com NetworkManager[654]: [1784570301.0412] dhcp4 (eth0): state changed new lease, address=10.31.12.38\nJul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com NetworkManager[654]: [1784570301.0424] policy: set 'System eth0' (eth0) as default for IPv4 routing and DNS\nJul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dbus-daemon[594]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.5' (uid=0 pid=654 comm=\"/usr/sbin/NetworkManager --no-daemon \" label=\"system_u:system_r:NetworkManager_t:s0\")\nJul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dbus-daemon[594]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.\nJul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com NetworkManager[654]: [1784570301.0523] device (eth0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')\nJul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com NetworkManager[654]: [1784570301.0542] device (eth0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')\nJul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com NetworkManager[654]: [1784570301.0547] device (eth0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')\nJul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com NetworkManager[654]: [1784570301.0550] manager: NetworkManager state is now CONNECTED_SITE\nJul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com NetworkManager[654]: [1784570301.0552] device (eth0): Activation: successful, device activated.\nJul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com NetworkManager[654]: [1784570301.0560] manager: NetworkManager state is now CONNECTED_GLOBAL\nJul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com NetworkManager[654]: [1784570301.0564] manager: startup complete\nJul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Network Manager Wait Online.\n-- Subject: Unit NetworkManager-wait-online.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit NetworkManager-wait-online.service has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Initial cloud-init job (metadata service crawler)...\n-- Subject: Unit cloud-init.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit cloud-init.service has begun starting up.\nJul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com chronyd[612]: Added source 10.2.32.37\nJul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com chronyd[612]: Added source 10.2.32.38\nJul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com chronyd[612]: Added source 10.11.160.238\nJul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com chronyd[612]: Added source 10.18.100.10\nJul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dbus-daemon[594]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.9' (uid=0 pid=658 comm=\"/usr/libexec/platform-python -Es /usr/sbin/tuned -\" label=\"system_u:system_r:tuned_t:s0\")\nJul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Authorization Manager...\n-- Subject: Unit polkit.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit polkit.service has begun starting up.\nJul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com kernel: IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready\nJul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Dynamic System Tuning Daemon.\n-- Subject: Unit tuned.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit tuned.service has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: Cloud-init v. 23.4-7.el8.2 running 'init' at Mon, 20 Jul 2026 17:58:21 +0000. Up 17.53 seconds.\nJul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\nJul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: ci-info: +--------+------+-----------------------------+---------------+--------+-------------------+\nJul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\nJul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: ci-info: +--------+------+-----------------------------+---------------+--------+-------------------+\nJul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: ci-info: | eth0 | True | 10.31.12.38 | 255.255.252.0 | global | 0a:ff:d2:c3:37:af |\nJul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: ci-info: | eth0 | True | fe80::8ff:d2ff:fec3:37af/64 | . | link | 0a:ff:d2:c3:37:af |\nJul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | host | . |\nJul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: ci-info: | lo | True | ::1/128 | . | host | . |\nJul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: ci-info: +--------+------+-----------------------------+---------------+--------+-------------------+\nJul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: ci-info: ++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++\nJul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: ci-info: +-------+-------------+------------+---------------+-----------+-------+\nJul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nJul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: ci-info: +-------+-------------+------------+---------------+-----------+-------+\nJul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: ci-info: | 0 | 0.0.0.0 | 10.31.12.1 | 0.0.0.0 | eth0 | UG |\nJul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: ci-info: | 1 | 10.31.12.0 | 0.0.0.0 | 255.255.252.0 | eth0 | U |\nJul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: ci-info: +-------+-------------+------------+---------------+-----------+-------+\nJul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: ci-info: +++++++++++++++++++Route IPv6 info+++++++++++++++++++\nJul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: ci-info: +-------+-------------+---------+-----------+-------+\nJul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: ci-info: | Route | Destination | Gateway | Interface | Flags |\nJul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: ci-info: +-------+-------------+---------+-----------+-------+\nJul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: ci-info: | 1 | fe80::/64 | :: | eth0 | U |\nJul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: ci-info: | 3 | multicast | :: | eth0 | U |\nJul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: ci-info: +-------+-------------+---------+-----------+-------+\nJul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com polkitd[920]: Started polkitd version 0.115\nJul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com polkitd[920]: Loading rules from directory /etc/polkit-1/rules.d\nJul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com polkitd[920]: Loading rules from directory /usr/share/polkit-1/rules.d\nJul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com polkitd[920]: Finished loading, compiling and executing 2 rules\nJul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dbus-daemon[594]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'\nJul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Authorization Manager.\n-- Subject: Unit polkit.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit polkit.service has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:21 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com polkitd[920]: Acquired the name org.freedesktop.PolicyKit1 on the system bus\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: Generating public/private rsa key pair.\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: The key fingerprint is:\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: SHA256:lsFN3SUo04uOUC9p+9E90cNiEc+nQsODv4yTDSzBX64 root@ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: The key's randomart image is:\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: +---[RSA 3072]----+\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: | .o +o..|\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: | o.ooo+.+. |\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: | .=oo+*.o+.|\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: | . +*o=.=.+o|\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: | oS=+.=.o..|\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: | .o.oB.oo |\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: | .E.+ . |\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: | .. |\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: | |\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: +----[SHA256]-----+\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: Generating public/private dsa key pair.\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: The key fingerprint is:\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: SHA256:lSjs5yONlINstbdJanzGomJOYrMry3ii4KvfZFi8Uho root@ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: The key's randomart image is:\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: +---[DSA 1024]----+\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: | |\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: | . . . |\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: | + . o |\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: | o + + . |\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: | E B * S |\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: | B + @ o |\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: |oo= + B X |\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: |Oo*= o = . |\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: |O&=.o |\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: +----[SHA256]-----+\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: Generating public/private ecdsa key pair.\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: The key fingerprint is:\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: SHA256:ORzAy/UESLFIG2b5aidXscPP6FHxxLxIq6+eP9J5ypE root@ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: The key's randomart image is:\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: +---[ECDSA 256]---+\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: | =++o.. o |\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: | +.+ooo + + |\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: | oo.+.* * . |\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: | +.=o= o |\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: | . .SB |\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: | + o +.o. |\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: | . + . +E. |\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: | oo=.. |\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: | .++++ |\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: +----[SHA256]-----+\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: Generating public/private ed25519 key pair.\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: The key fingerprint is:\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: SHA256:y/6qxiJ9H31ohX4VRqL+SAYWYsyQM5Ez4b5NGpbTqNg root@ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: The key's randomart image is:\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: +--[ED25519 256]--+\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: | +Oo . . . |\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: | .B.o. . . o |\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: | .= o . o |\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: | . + . o . . . |\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: | B o S = . . |\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: | o o B . * = . |\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: |. E.o.. + * + |\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: | . o +. o o |\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: | . +.o+o. |\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[929]: +----[SHA256]-----+\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Initial cloud-init job (metadata service crawler).\n-- Subject: Unit cloud-init.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit cloud-init.service has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target Network is Online.\n-- Subject: Unit network-online.target has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit network-online.target has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Notify NFS peers of a restart...\n-- Subject: Unit rpc-statd-notify.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit rpc-statd-notify.service has begun starting up.\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting System Logging Service...\n-- Subject: Unit rsyslog.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit rsyslog.service has begun starting up.\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting The restraint harness....\n-- Subject: Unit restraintd.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit restraintd.service has begun starting up.\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Crash recovery kernel arming...\n-- Subject: Unit kdump.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit kdump.service has begun starting up.\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting OpenSSH server daemon...\n-- Subject: Unit sshd.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit sshd.service has begun starting up.\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target Cloud-config availability.\n-- Subject: Unit cloud-config.target has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit cloud-config.target has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Apply the settings specified in cloud-config...\n-- Subject: Unit cloud-config.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit cloud-config.service has begun starting up.\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com sm-notify[1010]: Version 2.3.3 starting\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started OpenSSH server daemon.\n-- Subject: Unit sshd.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit sshd.service has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com sshd[1015]: Server listening on 0.0.0.0 port 22.\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Notify NFS peers of a restart.\n-- Subject: Unit rpc-statd-notify.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit rpc-statd-notify.service has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com sshd[1015]: Server listening on :: port 22.\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started The restraint harness..\n-- Subject: Unit restraintd.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit restraintd.service has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com rsyslogd[1012]: [origin software=\"rsyslogd\" swVersion=\"8.2102.0-15.el8\" x-pid=\"1012\" x-info=\"https://www.rsyslog.com\"] start\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started System Logging Service.\n-- Subject: Unit rsyslog.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit rsyslog.service has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com restraintd[1023]: Listening on http://localhost:8081\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com rsyslogd[1012]: imjournal: journal files changed, reloading... [v8.2102.0-15.el8 try https://www.rsyslog.com/e/0 ]\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com kdumpctl[1019]: kdump: Detected change(s) in the following file(s): /etc/fstab\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[1260]: Cloud-init v. 23.4-7.el8.2 running 'modules:config' at Mon, 20 Jul 2026 17:58:23 +0000. Up 19.75 seconds.\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Apply the settings specified in cloud-config.\n-- Subject: Unit cloud-config.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit cloud-config.service has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Execute cloud user/final scripts...\n-- Subject: Unit cloud-final.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit cloud-final.service has begun starting up.\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Permit User Sessions...\n-- Subject: Unit systemd-user-sessions.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-user-sessions.service has begun starting up.\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Permit User Sessions.\n-- Subject: Unit systemd-user-sessions.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-user-sessions.service has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Command Scheduler.\n-- Subject: Unit crond.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit crond.service has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Hold until boot process finishes up...\n-- Subject: Unit plymouth-quit-wait.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit plymouth-quit-wait.service has begun starting up.\nJul 20 13:58:23 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Terminate Plymouth Boot Screen...\n-- Subject: Unit plymouth-quit.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit plymouth-quit.service has begun starting up.\nJul 20 13:58:24 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com crond[1307]: (CRON) STARTUP (1.5.2)\nJul 20 13:58:24 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com crond[1307]: (CRON) INFO (Syslog will be used instead of sendmail.)\nJul 20 13:58:24 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com crond[1307]: (CRON) INFO (RANDOM_DELAY will be scaled with factor 45% if used.)\nJul 20 13:58:24 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com crond[1307]: (CRON) INFO (running with inotify support)\nJul 20 13:58:24 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Received SIGRTMIN+21 from PID 344 (plymouthd).\nJul 20 13:58:24 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Received SIGRTMIN+21 from PID 344 (n/a).\nJul 20 13:58:24 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Hold until boot process finishes up.\n-- Subject: Unit plymouth-quit-wait.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit plymouth-quit-wait.service has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:24 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Terminate Plymouth Boot Screen.\n-- Subject: Unit plymouth-quit.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit plymouth-quit.service has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:24 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Getty on tty1.\n-- Subject: Unit getty@tty1.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit getty@tty1.service has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:24 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target Login Prompts.\n-- Subject: Unit getty.target has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit getty.target has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:24 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target Multi-User System.\n-- Subject: Unit multi-user.target has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit multi-user.target has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:24 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Update UTMP about System Runlevel Changes...\n-- Subject: Unit systemd-update-utmp-runlevel.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-update-utmp-runlevel.service has begun starting up.\nJul 20 13:58:24 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: systemd-update-utmp-runlevel.service: Succeeded.\n-- Subject: Unit succeeded\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- The unit systemd-update-utmp-runlevel.service has successfully entered the 'dead' state.\nJul 20 13:58:24 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Update UTMP about System Runlevel Changes.\n-- Subject: Unit systemd-update-utmp-runlevel.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-update-utmp-runlevel.service has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:24 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com kdumpctl[1019]: kdump: Detected change in block device driver, new loaded module: nvme\nJul 20 13:58:24 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com kdumpctl[1019]: kdump: Rebuilding /boot/initramfs-4.18.0-553.5.1.el8.x86_64kdump.img\nJul 20 13:58:24 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1553]: dracut-049-233.git20240115.el8\nJul 20 13:58:24 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Executing: /usr/bin/dracut --add kdumpbase --quiet --hostonly --hostonly-cmdline --hostonly-i18n --hostonly-mode strict --hostonly-nics -o \"plymouth dash resume ifcfg earlykdump\" --compress=xz --mount \"/dev/disk/by-uuid/fe591198-9082-4b15-9b62-e83518524cd2 /sysroot xfs rw,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,noquota,nofail,x-systemd.before=initrd-fs.target\" --no-hostonly-default-device -f /boot/initramfs-4.18.0-553.5.1.el8.x86_64kdump.img 4.18.0-553.5.1.el8.x86_64\nJul 20 13:58:24 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[1589]: #############################################################\nJul 20 13:58:24 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[1590]: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nJul 20 13:58:24 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[1593]: 1024 SHA256:lSjs5yONlINstbdJanzGomJOYrMry3ii4KvfZFi8Uho root@ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com (DSA)\nJul 20 13:58:24 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[1599]: 256 SHA256:ORzAy/UESLFIG2b5aidXscPP6FHxxLxIq6+eP9J5ypE root@ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com (ECDSA)\nJul 20 13:58:24 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[1604]: 256 SHA256:y/6qxiJ9H31ohX4VRqL+SAYWYsyQM5Ez4b5NGpbTqNg root@ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com (ED25519)\nJul 20 13:58:24 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[1609]: 3072 SHA256:lsFN3SUo04uOUC9p+9E90cNiEc+nQsODv4yTDSzBX64 root@ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com (RSA)\nJul 20 13:58:24 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[1610]: -----END SSH HOST KEY FINGERPRINTS-----\nJul 20 13:58:24 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[1615]: #############################################################\nJul 20 13:58:24 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[1570]: Cloud-init v. 23.4-7.el8.2 running 'modules:final' at Mon, 20 Jul 2026 17:58:24 +0000. Up 20.69 seconds.\nJul 20 13:58:24 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com cloud-init[1570]: Cloud-init v. 23.4-7.el8.2 finished at Mon, 20 Jul 2026 17:58:24 +0000. Datasource DataSourceEc2Local. Up 20.94 seconds\nJul 20 13:58:25 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Execute cloud user/final scripts.\n-- Subject: Unit cloud-final.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit cloud-final.service has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:25 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target Cloud-init target.\n-- Subject: Unit cloud-init.target has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit cloud-init.target has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:25 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: dracut module 'busybox' will not be installed, because command 'busybox' could not be found!\nJul 20 13:58:25 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: dracut module 'ifcfg' will not be installed, because it's in the list to be omitted!\nJul 20 13:58:25 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: dracut module 'plymouth' will not be installed, because it's in the list to be omitted!\nJul 20 13:58:25 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: dracut module 'lvmmerge' will not be installed, because command 'lvm' could not be found!\nJul 20 13:58:25 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: dracut module 'lvmthinpool-monitor' will not be installed, because command 'lvm' could not be found!\nJul 20 13:58:25 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: dracut module 'btrfs' will not be installed, because command 'btrfs' could not be found!\nJul 20 13:58:25 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: dracut module 'dmraid' will not be installed, because command 'dmraid' could not be found!\nJul 20 13:58:25 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: dracut module 'lvm' will not be installed, because command 'lvm' could not be found!\nJul 20 13:58:25 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: dracut module 'mdraid' will not be installed, because command 'mdadm' could not be found!\nJul 20 13:58:25 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: dracut module 'cifs' will not be installed, because command 'mount.cifs' could not be found!\nJul 20 13:58:25 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found!\nJul 20 13:58:25 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: dracut module 'iscsi' will not be installed, because command 'iscsiadm' could not be found!\nJul 20 13:58:25 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: dracut module 'iscsi' will not be installed, because command 'iscsid' could not be found!\nJul 20 13:58:25 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: dracut module 'nvmf' will not be installed, because command 'nvme' could not be found!\nJul 20 13:58:25 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: dracut module 'resume' will not be installed, because it's in the list to be omitted!\nJul 20 13:58:25 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: dracut module 'earlykdump' will not be installed, because it's in the list to be omitted!\nJul 20 13:58:25 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: memstrack is available\nJul 20 13:58:25 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: dracut module 'busybox' will not be installed, because command 'busybox' could not be found!\nJul 20 13:58:25 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: dracut module 'lvmmerge' will not be installed, because command 'lvm' could not be found!\nJul 20 13:58:25 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: dracut module 'lvmthinpool-monitor' will not be installed, because command 'lvm' could not be found!\nJul 20 13:58:25 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: dracut module 'btrfs' will not be installed, because command 'btrfs' could not be found!\nJul 20 13:58:25 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: dracut module 'dmraid' will not be installed, because command 'dmraid' could not be found!\nJul 20 13:58:25 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: dracut module 'lvm' will not be installed, because command 'lvm' could not be found!\nJul 20 13:58:25 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: dracut module 'mdraid' will not be installed, because command 'mdadm' could not be found!\nJul 20 13:58:25 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: dracut module 'cifs' will not be installed, because command 'mount.cifs' could not be found!\nJul 20 13:58:25 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found!\nJul 20 13:58:25 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: dracut module 'iscsi' will not be installed, because command 'iscsiadm' could not be found!\nJul 20 13:58:25 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: dracut module 'iscsi' will not be installed, because command 'iscsid' could not be found!\nJul 20 13:58:25 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: dracut module 'nvmf' will not be installed, because command 'nvme' could not be found!\nJul 20 13:58:26 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: bash ***\nJul 20 13:58:26 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: systemd ***\nJul 20 13:58:26 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: systemd-initrd ***\nJul 20 13:58:26 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: watchdog-modules ***\nJul 20 13:58:26 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: nss-softokn ***\nJul 20 13:58:26 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: rngd ***\nJul 20 13:58:26 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: i18n ***\nJul 20 13:58:26 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: prefixdevname ***\nJul 20 13:58:26 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: kernel-modules ***\nJul 20 13:58:26 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: kernel-modules-extra ***\nJul 20 13:58:26 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: kernel-modules-extra: configuration source \"/run/depmod.d/\" does not exist\nJul 20 13:58:26 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: kernel-modules-extra: configuration source \"/lib/depmod.d/\" does not exist\nJul 20 13:58:26 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: kernel-modules-extra: parsing configuration file \"/etc/depmod.d//dist.conf\"\nJul 20 13:58:26 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: kernel-modules-extra: /etc/depmod.d//dist.conf: added \"updates extra built-in weak-updates\" to the list of search directories\nJul 20 13:58:26 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: fstab-sys ***\nJul 20 13:58:26 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: rootfs-block ***\nJul 20 13:58:26 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: terminfo ***\nJul 20 13:58:26 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: udev-rules ***\nJul 20 13:58:26 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Skipping udev rule: 91-permissions.rules\nJul 20 13:58:26 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Skipping udev rule: 80-drivers-modprobe.rules\nJul 20 13:58:27 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: biosdevname ***\nJul 20 13:58:27 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: dracut-systemd ***\nJul 20 13:58:27 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: usrmount ***\nJul 20 13:58:27 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: base ***\nJul 20 13:58:27 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: fs-lib ***\nJul 20 13:58:27 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: kdumpbase ***\nJul 20 13:58:27 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: memstrack ***\nJul 20 13:58:27 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: microcode_ctl-fw_dir_override ***\nJul 20 13:58:27 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: microcode_ctl module: mangling fw_dir\nJul 20 13:58:27 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: microcode_ctl: reset fw_dir to \"/lib/firmware/updates /lib/firmware\"\nJul 20 13:58:27 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: microcode_ctl: processing data directory \"/usr/share/microcode_ctl/ucode_with_caveats/intel\"...\nJul 20 13:58:27 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: microcode_ctl: intel: caveats check for kernel version \"4.18.0-553.5.1.el8.x86_64\" passed, adding \"/usr/share/microcode_ctl/ucode_with_caveats/intel\" to fw_dir variable\nJul 20 13:58:27 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: microcode_ctl: processing data directory \"/usr/share/microcode_ctl/ucode_with_caveats/intel-06-2d-07\"...\nJul 20 13:58:27 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: microcode_ctl: configuration \"intel-06-2d-07\" is ignored\nJul 20 13:58:27 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: microcode_ctl: processing data directory \"/usr/share/microcode_ctl/ucode_with_caveats/intel-06-4e-03\"...\nJul 20 13:58:27 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: microcode_ctl: configuration \"intel-06-4e-03\" is ignored\nJul 20 13:58:27 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: microcode_ctl: processing data directory \"/usr/share/microcode_ctl/ucode_with_caveats/intel-06-4f-01\"...\nJul 20 13:58:27 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: microcode_ctl: configuration \"intel-06-4f-01\" is ignored\nJul 20 13:58:27 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: microcode_ctl: processing data directory \"/usr/share/microcode_ctl/ucode_with_caveats/intel-06-55-04\"...\nJul 20 13:58:27 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: microcode_ctl: intel-06-55-04: caveats check for kernel version \"4.18.0-553.5.1.el8.x86_64\" passed, adding \"/usr/share/microcode_ctl/ucode_with_caveats/intel-06-55-04\" to fw_dir variable\nJul 20 13:58:27 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: microcode_ctl: processing data directory \"/usr/share/microcode_ctl/ucode_with_caveats/intel-06-5e-03\"...\nJul 20 13:58:27 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: microcode_ctl: configuration \"intel-06-5e-03\" is ignored\nJul 20 13:58:27 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: microcode_ctl: processing data directory \"/usr/share/microcode_ctl/ucode_with_caveats/intel-06-8c-01\"...\nJul 20 13:58:27 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com chronyd[612]: Selected source 10.11.160.238\nJul 20 13:58:27 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com chronyd[612]: System clock TAI offset set to 37 seconds\nJul 20 13:58:27 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: microcode_ctl: configuration \"intel-06-8c-01\" is ignored\nJul 20 13:58:27 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: microcode_ctl: processing data directory \"/usr/share/microcode_ctl/ucode_with_caveats/intel-06-8e-9e-0x-0xca\"...\nJul 20 13:58:27 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: microcode_ctl: configuration \"intel-06-8e-9e-0x-0xca\" is ignored\nJul 20 13:58:27 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: microcode_ctl: processing data directory \"/usr/share/microcode_ctl/ucode_with_caveats/intel-06-8e-9e-0x-dell\"...\nJul 20 13:58:27 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: microcode_ctl: configuration \"intel-06-8e-9e-0x-dell\" is ignored\nJul 20 13:58:27 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: microcode_ctl: final fw_dir: \"/usr/share/microcode_ctl/ucode_with_caveats/intel-06-55-04 /lib/firmware/updates /lib/firmware\"\nJul 20 13:58:27 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: shutdown ***\nJul 20 13:58:27 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: squash ***\nJul 20 13:58:27 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including modules done ***\nJul 20 13:58:27 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Installing kernel module dependencies ***\nJul 20 13:58:27 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Installing kernel module dependencies done ***\nJul 20 13:58:27 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Resolving executable dependencies ***\nJul 20 13:58:28 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Resolving executable dependencies done***\nJul 20 13:58:28 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Hardlinking files ***\nJul 20 13:58:28 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Hardlinking files done ***\nJul 20 13:58:28 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Generating early-microcode cpio image ***\nJul 20 13:58:28 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Constructing GenuineIntel.bin ***\nJul 20 13:58:28 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Constructing GenuineIntel.bin ***\nJul 20 13:58:28 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Store current command line parameters ***\nJul 20 13:58:28 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Stored kernel commandline:\nJul 20 13:58:28 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: No dracut internal kernel commandline stored in the initramfs\nJul 20 13:58:28 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Install squash loader ***\nJul 20 13:58:29 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Stripping files ***\nJul 20 13:58:29 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Stripping files done ***\nJul 20 13:58:29 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Squashing the files inside the initramfs ***\nJul 20 13:58:31 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: NetworkManager-dispatcher.service: Succeeded.\n-- Subject: Unit succeeded\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- The unit NetworkManager-dispatcher.service has successfully entered the 'dead' state.\nJul 20 13:58:38 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Squashing the files inside the initramfs done ***\nJul 20 13:58:38 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Creating image file '/boot/initramfs-4.18.0-553.5.1.el8.x86_64kdump.img' ***\nJul 20 13:58:39 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Creating initramfs image file '/boot/initramfs-4.18.0-553.5.1.el8.x86_64kdump.img' done ***\nJul 20 13:58:39 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com kdumpctl[1019]: kdump: kexec: loaded kdump kernel\nJul 20 13:58:39 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com kdumpctl[1019]: kdump: Starting kdump: [OK]\nJul 20 13:58:39 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Crash recovery kernel arming.\n-- Subject: Unit kdump.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit kdump.service has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 13:58:39 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Startup finished in 475ms (kernel) + 5.306s (initrd) + 29.708s (userspace) = 35.490s.\n-- Subject: System start-up is now complete\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- All system services necessary queued for starting at boot have been\n-- started. Note that this does not mean that the machine is now idle as services\n-- might still be busy with completing start-up.\n-- \n-- Kernel start-up required 475693 microseconds.\n-- \n-- Initial RAM disk start-up required 5306139 microseconds.\n-- \n-- Userspace start-up required 29708931 microseconds.\nJul 20 13:58:51 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: systemd-hostnamed.service: Succeeded.\n-- Subject: Unit succeeded\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- The unit systemd-hostnamed.service has successfully entered the 'dead' state.\nJul 20 13:59:32 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com chronyd[612]: Selected source 10.2.32.37\nJul 20 14:00:04 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com sshd[5043]: Accepted publickey for root from 10.30.34.224 port 34778 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU\nJul 20 14:00:04 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Created slice User Slice of UID 0.\n-- Subject: Unit user-0.slice has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit user-0.slice has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 14:00:04 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting User runtime directory /run/user/0...\n-- Subject: Unit user-runtime-dir@0.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit user-runtime-dir@0.service has begun starting up.\nJul 20 14:00:04 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd-logind[586]: New session 1 of user root.\n-- Subject: A new session 1 has been created for user root\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat\n-- \n-- A new session with the ID 1 has been created for the user root.\n-- \n-- The leading process of the session is 5043.\nJul 20 14:00:04 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started User runtime directory /run/user/0.\n-- Subject: Unit user-runtime-dir@0.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit user-runtime-dir@0.service has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 14:00:04 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting User Manager for UID 0...\n-- Subject: Unit user@0.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit user@0.service has begun starting up.\nJul 20 14:00:04 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[5048]: pam_unix(systemd-user:session): session opened for user root by (uid=0)\nJul 20 14:00:04 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[5048]: Starting D-Bus User Message Bus Socket.\n-- Subject: Unit UNIT has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit UNIT has begun starting up.\nJul 20 14:00:04 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[5048]: Reached target Paths.\n-- Subject: Unit UNIT has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit UNIT has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 14:00:04 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[5048]: Reached target Timers.\n-- Subject: Unit UNIT has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit UNIT has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 14:00:04 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[5048]: Listening on D-Bus User Message Bus Socket.\n-- Subject: Unit UNIT has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit UNIT has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 14:00:04 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[5048]: Reached target Sockets.\n-- Subject: Unit UNIT has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit UNIT has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 14:00:04 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[5048]: Reached target Basic System.\n-- Subject: Unit UNIT has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit UNIT has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 14:00:04 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[5048]: Reached target Default.\n-- Subject: Unit UNIT has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit UNIT has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 14:00:04 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[5048]: Startup finished in 31ms.\n-- Subject: User manager start-up is now complete\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- The user manager instance for user 0 has been started. All services queued\n-- for starting have been started. Note that other services might still be starting\n-- up or be started at any later time.\n-- \n-- Startup of the manager took 31790 microseconds.\nJul 20 14:00:04 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started User Manager for UID 0.\n-- Subject: Unit user@0.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit user@0.service has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 14:00:04 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Session 1 of user root.\n-- Subject: Unit session-1.scope has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit session-1.scope has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 14:00:04 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com sshd[5043]: pam_unix(sshd:session): session opened for user root by (uid=0)\nJul 20 14:00:04 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com sshd[5057]: Received disconnect from 10.30.34.224 port 34778:11: disconnected by user\nJul 20 14:00:04 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com sshd[5057]: Disconnected from user root 10.30.34.224 port 34778\nJul 20 14:00:04 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com sshd[5043]: pam_unix(sshd:session): session closed for user root\nJul 20 14:00:04 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: session-1.scope: Succeeded.\n-- Subject: Unit succeeded\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- The unit session-1.scope has successfully entered the 'dead' state.\nJul 20 14:00:04 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd-logind[586]: Session 1 logged out. Waiting for processes to exit.\nJul 20 14:00:04 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd-logind[586]: Removed session 1.\n-- Subject: Session 1 has been terminated\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat\n-- \n-- A session with the ID 1 has been terminated.\nJul 20 14:00:12 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com sshd[5077]: Accepted publickey for root from 10.31.8.250 port 52194 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU\nJul 20 14:00:12 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com sshd[5078]: Accepted publickey for root from 10.31.8.250 port 52208 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU\nJul 20 14:00:12 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Session 3 of user root.\n-- Subject: Unit session-3.scope has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit session-3.scope has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 14:00:12 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd-logind[586]: New session 3 of user root.\n-- Subject: A new session 3 has been created for user root\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat\n-- \n-- A new session with the ID 3 has been created for the user root.\n-- \n-- The leading process of the session is 5078.\nJul 20 14:00:12 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd-logind[586]: New session 4 of user root.\n-- Subject: A new session 4 has been created for user root\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat\n-- \n-- A new session with the ID 4 has been created for the user root.\n-- \n-- The leading process of the session is 5077.\nJul 20 14:00:12 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Session 4 of user root.\n-- Subject: Unit session-4.scope has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit session-4.scope has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 14:00:12 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com sshd[5078]: pam_unix(sshd:session): session opened for user root by (uid=0)\nJul 20 14:00:12 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com sshd[5077]: pam_unix(sshd:session): session opened for user root by (uid=0)\nJul 20 14:00:12 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com sshd[5083]: Received disconnect from 10.31.8.250 port 52208:11: disconnected by user\nJul 20 14:00:12 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com sshd[5083]: Disconnected from user root 10.31.8.250 port 52208\nJul 20 14:00:12 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com sshd[5078]: pam_unix(sshd:session): session closed for user root\nJul 20 14:00:12 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: session-3.scope: Succeeded.\n-- Subject: Unit succeeded\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- The unit session-3.scope has successfully entered the 'dead' state.\nJul 20 14:00:12 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd-logind[586]: Session 3 logged out. Waiting for processes to exit.\nJul 20 14:00:12 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd-logind[586]: Removed session 3.\n-- Subject: Session 3 has been terminated\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat\n-- \n-- A session with the ID 3 has been terminated.\nJul 20 14:00:14 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com sudo[5474]: root : PWD=/root ; USER=root ; COMMAND=/bin/true\nJul 20 14:00:14 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com sudo[5474]: pam_unix(sudo:session): session opened for user root by (uid=0)\nJul 20 14:00:14 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com sudo[5474]: pam_unix(sudo:session): session closed for user root\nJul 20 14:00:16 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com unknown: Running test '/Prepare-managed-node/tests/prep_managed_node' (serial number 1) with reboot count 0 and test restart count 0. (Be aware the test name is sanitized!)\nJul 20 14:00:16 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dbus-daemon[594]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.26' (uid=0 pid=6739 comm=\"hostnamectl set-hostname managed-node2 \" label=\"unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023\")\nJul 20 14:00:16 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Hostname Service...\n-- Subject: Unit systemd-hostnamed.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-hostnamed.service has begun starting up.\nJul 20 14:00:16 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com dbus-daemon[594]: [system] Successfully activated service 'org.freedesktop.hostname1'\nJul 20 14:00:16 ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Hostname Service.\n-- Subject: Unit systemd-hostnamed.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-hostnamed.service has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 14:00:16 managed-node2 systemd-hostnamed[6740]: Changed static host name to 'managed-node2'\nJul 20 14:00:16 managed-node2 systemd-hostnamed[6740]: Changed host name to 'managed-node2'\nJul 20 14:00:16 managed-node2 NetworkManager[654]: [1784570416.7084] hostname: static hostname changed from \"ip-10-31-12-38.testing-farm.us-east-1.aws.redhat.com\" to \"managed-node2\"\nJul 20 14:00:16 managed-node2 dbus-daemon[594]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.5' (uid=0 pid=654 comm=\"/usr/sbin/NetworkManager --no-daemon \" label=\"system_u:system_r:NetworkManager_t:s0\")\nJul 20 14:00:16 managed-node2 systemd[1]: Starting Network Manager Script Dispatcher Service...\n-- Subject: Unit NetworkManager-dispatcher.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit NetworkManager-dispatcher.service has begun starting up.\nJul 20 14:00:16 managed-node2 NetworkManager[654]: [1784570416.7142] policy: set-hostname: set hostname to 'managed-node2' (from system configuration)\nJul 20 14:00:16 managed-node2 dbus-daemon[594]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'\nJul 20 14:00:16 managed-node2 systemd[1]: Started Network Manager Script Dispatcher Service.\n-- Subject: Unit NetworkManager-dispatcher.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit NetworkManager-dispatcher.service has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 14:00:17 managed-node2 unknown: Leaving test '/Prepare-managed-node/tests/prep_managed_node' (serial number 1). (Be aware the test name is sanitized!)\nJul 20 14:00:26 managed-node2 systemd[1]: NetworkManager-dispatcher.service: Succeeded.\n-- Subject: Unit succeeded\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- The unit NetworkManager-dispatcher.service has successfully entered the 'dead' state.\nJul 20 14:00:46 managed-node2 systemd[1]: systemd-hostnamed.service: Succeeded.\n-- Subject: Unit succeeded\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- The unit systemd-hostnamed.service has successfully entered the 'dead' state.\nJul 20 14:01:01 managed-node2 CROND[7307]: (root) CMD (run-parts /etc/cron.hourly)\nJul 20 14:01:01 managed-node2 run-parts[7310]: (/etc/cron.hourly) starting 0anacron\nJul 20 14:01:01 managed-node2 anacron[7316]: Anacron started on 2026-07-20\nJul 20 14:01:01 managed-node2 anacron[7316]: Will run job `cron.daily' in 36 min.\nJul 20 14:01:01 managed-node2 anacron[7316]: Will run job `cron.weekly' in 56 min.\nJul 20 14:01:01 managed-node2 anacron[7316]: Will run job `cron.monthly' in 76 min.\nJul 20 14:01:01 managed-node2 anacron[7316]: Jobs will be executed sequentially\nJul 20 14:01:01 managed-node2 run-parts[7318]: (/etc/cron.hourly) finished 0anacron\nJul 20 14:05:02 managed-node2 sshd[7319]: Accepted publickey for root from 10.31.13.105 port 59830 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE\nJul 20 14:05:02 managed-node2 systemd[1]: Started Session 5 of user root.\n-- Subject: Unit session-5.scope has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit session-5.scope has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 14:05:02 managed-node2 systemd-logind[586]: New session 5 of user root.\n-- Subject: A new session 5 has been created for user root\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat\n-- \n-- A new session with the ID 5 has been created for the user root.\n-- \n-- The leading process of the session is 7319.\nJul 20 14:05:02 managed-node2 sshd[7319]: pam_unix(sshd:session): session opened for user root by (uid=0)\nJul 20 14:05:03 managed-node2 sshd[7322]: Received disconnect from 10.31.13.105 port 59830:11: disconnected by user\nJul 20 14:05:03 managed-node2 sshd[7322]: Disconnected from user root 10.31.13.105 port 59830\nJul 20 14:05:03 managed-node2 sshd[7319]: pam_unix(sshd:session): session closed for user root\nJul 20 14:05:03 managed-node2 systemd[1]: session-5.scope: Succeeded.\n-- Subject: Unit succeeded\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- The unit session-5.scope has successfully entered the 'dead' state.\nJul 20 14:05:03 managed-node2 systemd-logind[586]: Session 5 logged out. Waiting for processes to exit.\nJul 20 14:05:03 managed-node2 systemd-logind[586]: Removed session 5.\n-- Subject: Session 5 has been terminated\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat\n-- \n-- A session with the ID 5 has been terminated.\nJul 20 14:05:03 managed-node2 sshd[7342]: Accepted publickey for root from 10.31.13.105 port 59832 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE\nJul 20 14:05:03 managed-node2 systemd[1]: Started Session 6 of user root.\n-- Subject: Unit session-6.scope has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit session-6.scope has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 14:05:03 managed-node2 systemd-logind[586]: New session 6 of user root.\n-- Subject: A new session 6 has been created for user root\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat\n-- \n-- A new session with the ID 6 has been created for the user root.\n-- \n-- The leading process of the session is 7342.\nJul 20 14:05:03 managed-node2 sshd[7342]: pam_unix(sshd:session): session opened for user root by (uid=0)\nJul 20 14:05:03 managed-node2 sshd[7346]: Received disconnect from 10.31.13.105 port 59832:11: disconnected by user\nJul 20 14:05:03 managed-node2 sshd[7346]: Disconnected from user root 10.31.13.105 port 59832\nJul 20 14:05:03 managed-node2 sshd[7342]: pam_unix(sshd:session): session closed for user root\nJul 20 14:05:03 managed-node2 systemd[1]: session-6.scope: Succeeded.\n-- Subject: Unit succeeded\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- The unit session-6.scope has successfully entered the 'dead' state.\nJul 20 14:05:03 managed-node2 systemd-logind[586]: Session 6 logged out. Waiting for processes to exit.\nJul 20 14:05:03 managed-node2 systemd-logind[586]: Removed session 6.\n-- Subject: Session 6 has been terminated\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat\n-- \n-- A session with the ID 6 has been terminated.\nJul 20 14:05:05 managed-node2 sshd[7368]: Accepted publickey for root from 10.31.13.105 port 59842 ssh2: ECDSA SHA256:lG4Bg0vQMAfCNFXuAHWoEjmCAKGpqRV1NJrzq6KNaHg\nJul 20 14:05:05 managed-node2 systemd[1]: Started Session 7 of user root.\n-- Subject: Unit session-7.scope has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit session-7.scope has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 14:05:05 managed-node2 systemd-logind[586]: New session 7 of user root.\n-- Subject: A new session 7 has been created for user root\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat\n-- \n-- A new session with the ID 7 has been created for the user root.\n-- \n-- The leading process of the session is 7368.\nJul 20 14:05:05 managed-node2 sshd[7368]: pam_unix(sshd:session): session opened for user root by (uid=0)\nJul 20 14:05:06 managed-node2 platform-python[7513]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=* fact_path=/etc/ansible/facts.d\nJul 20 14:05:07 managed-node2 platform-python[7661]: ansible-tempfile Invoked with state=directory prefix=lsr_ suffix=_podman path=None\nJul 20 14:05:07 managed-node2 platform-python[7784]: ansible-file Invoked with path=/tmp/lsr_euyy5ybo_podman mode=0777 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 state=None _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\nJul 20 14:05:08 managed-node2 platform-python[7907]: ansible-user Invoked with name=podman_basic_user uid=3001 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 managed-node2 update_password=always group=None groups=None comment=None home=None shell=None password=NOT_LOGGING_PARAMETER login_class=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\nJul 20 14:05:08 managed-node2 useradd[7911]: new group: name=podman_basic_user, GID=3001\nJul 20 14:05:08 managed-node2 useradd[7911]: new user: name=podman_basic_user, UID=3001, GID=3001, home=/home/podman_basic_user, shell=/bin/bash\nJul 20 14:05:09 managed-node2 platform-python[8039]: ansible-file Invoked with path=/tmp/lsr_euyy5ybo_podman/httpd1 state=directory mode=0755 owner=podman_basic_user 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 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\nJul 20 14:05:10 managed-node2 platform-python[8162]: ansible-file Invoked with path=/tmp/lsr_euyy5ybo_podman/httpd2 state=directory mode=0755 owner=root 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 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\nJul 20 14:05:10 managed-node2 platform-python[8285]: ansible-file Invoked with path=/tmp/lsr_euyy5ybo_podman/httpd3 state=directory mode=0755 owner=root 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 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\nJul 20 14:05:10 managed-node2 platform-python[8408]: ansible-stat Invoked with path=/tmp/lsr_euyy5ybo_podman/httpd1/index.txt follow=False get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True\nJul 20 14:05:11 managed-node2 platform-python[8507]: ansible-copy Invoked with dest=/tmp/lsr_euyy5ybo_podman/httpd1/index.txt mode=0644 owner=podman_basic_user src=/root/.ansible/tmp/ansible-tmp-1784570710.52813-8510-14471226805049/source _original_basename=tmptbz5jkb1 follow=False checksum=40bd001563085fc35165329ea1ff5c5ecbdbbeef backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None group=None seuser=None serole=None selevel=None setype=None attributes=None regexp=None delimiter=None\nJul 20 14:05:11 managed-node2 platform-python[8632]: ansible-stat Invoked with path=/tmp/lsr_euyy5ybo_podman/httpd2/index.txt follow=False get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True\nJul 20 14:05:11 managed-node2 platform-python[8731]: ansible-copy Invoked with dest=/tmp/lsr_euyy5ybo_podman/httpd2/index.txt mode=0644 owner=root src=/root/.ansible/tmp/ansible-tmp-1784570711.1180868-8510-125927908474588/source _original_basename=tmp8czzhoue follow=False checksum=40bd001563085fc35165329ea1ff5c5ecbdbbeef backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None group=None seuser=None serole=None selevel=None setype=None attributes=None regexp=None delimiter=None\nJul 20 14:05:11 managed-node2 platform-python[8856]: ansible-stat Invoked with path=/tmp/lsr_euyy5ybo_podman/httpd3/index.txt follow=False get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True\nJul 20 14:05:12 managed-node2 platform-python[8955]: ansible-copy Invoked with dest=/tmp/lsr_euyy5ybo_podman/httpd3/index.txt mode=0644 owner=root src=/root/.ansible/tmp/ansible-tmp-1784570711.7124639-8510-23475080917722/source _original_basename=tmp1pfv8vip follow=False checksum=40bd001563085fc35165329ea1ff5c5ecbdbbeef backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None group=None seuser=None serole=None selevel=None setype=None attributes=None regexp=None delimiter=None\nJul 20 14:05:12 managed-node2 platform-python[9119]: 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\nJul 20 14:05:13 managed-node2 platform-python[9246]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=begin system_role:podman ansible_version=2.9.27 CentOS-8\nJul 20 14:05:13 managed-node2 platform-python[9246]: ansible-fedora.linux_system_roles.sr_fingerprint begin system_role:podman ansible_version=2.9.27 CentOS-8 2026-07-20T14:05:13-04:00\nJul 20 14:05:13 managed-node2 platform-python[9369]: 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\nJul 20 14:05:14 managed-node2 platform-python[9492]: ansible-stat Invoked with path=/sbin/transactional-update follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1\nJul 20 14:05:14 managed-node2 platform-python[9615]: ansible-command Invoked with _raw_params=systemctl is-system-running 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\nJul 20 14:05:16 managed-node2 sudo[9864]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-gubdvihvrzjtavdvwrnagrlggvkqbsnu ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1784570716.2199304-8665-140166248495516/AnsiballZ_setup.py'\nJul 20 14:05:16 managed-node2 sudo[9864]: pam_unix(sudo:session): session opened for user root by root(uid=0)\nJul 20 14:05:16 managed-node2 platform-python[9867]: ansible-setup Invoked with filter=ansible_pkg_mgr gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d\nJul 20 14:05:16 managed-node2 sudo[9864]: pam_unix(sudo:session): session closed for user root\nJul 20 14:05:16 managed-node2 sudo[9935]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-etgpguzkyjyqmxpkoyttervehoolqdrp ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1784570716.2199304-8665-140166248495516/AnsiballZ_dnf.py'\nJul 20 14:05:16 managed-node2 sudo[9935]: pam_unix(sudo:session): session opened for user root by root(uid=0)\nJul 20 14:05:17 managed-node2 platform-python[9938]: ansible-dnf Invoked with name=['crun', 'podman', 'podman-plugins', 'shadow-utils-subid'] 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\nJul 20 14:05:33 managed-node2 dbus-daemon[594]: [system] Reloaded configuration\nJul 20 14:05:33 managed-node2 setsebool[10020]: The virt_use_nfs policy boolean was changed to 1 by root\nJul 20 14:05:33 managed-node2 setsebool[10020]: The virt_sandbox_use_all_caps policy boolean was changed to 1 by root\nJul 20 14:05:49 managed-node2 kernel: SELinux: Converting 364 SID table entries...\nJul 20 14:05:49 managed-node2 kernel: SELinux: policy capability network_peer_controls=1\nJul 20 14:05:49 managed-node2 kernel: SELinux: policy capability open_perms=1\nJul 20 14:05:49 managed-node2 kernel: SELinux: policy capability extended_socket_class=1\nJul 20 14:05:49 managed-node2 kernel: SELinux: policy capability always_check_network=0\nJul 20 14:05:49 managed-node2 kernel: SELinux: policy capability cgroup_seclabel=1\nJul 20 14:05:49 managed-node2 kernel: SELinux: policy capability nnp_nosuid_transition=1\nJul 20 14:05:49 managed-node2 dbus-daemon[594]: [system] Reloaded configuration\nJul 20 14:05:50 managed-node2 kernel: fuse: init (API version 7.34)\nJul 20 14:05:50 managed-node2 systemd[1]: Mounting FUSE Control File System...\n-- Subject: Unit sys-fs-fuse-connections.mount has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit sys-fs-fuse-connections.mount has begun starting up.\nJul 20 14:05:50 managed-node2 systemd[1]: Mounted FUSE Control File System.\n-- Subject: Unit sys-fs-fuse-connections.mount has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit sys-fs-fuse-connections.mount has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 14:05:51 managed-node2 dbus-daemon[594]: [system] Reloaded configuration\nJul 20 14:05:51 managed-node2 dbus-daemon[594]: [system] Reloaded configuration\nJul 20 14:06:15 managed-node2 systemd[1]: Started /usr/bin/systemctl start man-db-cache-update.\n-- Subject: Unit run-r3904eeabbc0e4d768cecec406bdb8101.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit run-r3904eeabbc0e4d768cecec406bdb8101.service has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 14:06:15 managed-node2 systemd[1]: cgroup compatibility translation between legacy and unified hierarchy settings activated. See cgroup-compat debug messages for details.\nJul 20 14:06:15 managed-node2 systemd[1]: Starting man-db-cache-update.service...\n-- Subject: Unit man-db-cache-update.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit man-db-cache-update.service has begun starting up.\nJul 20 14:06:15 managed-node2 systemd[1]: Reloading.\nJul 20 14:06:16 managed-node2 sudo[9935]: pam_unix(sudo:session): session closed for user root\nJul 20 14:06:16 managed-node2 systemd[1]: man-db-cache-update.service: Succeeded.\n-- Subject: Unit succeeded\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- The unit man-db-cache-update.service has successfully entered the 'dead' state.\nJul 20 14:06:16 managed-node2 systemd[1]: Started man-db-cache-update.service.\n-- Subject: Unit man-db-cache-update.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit man-db-cache-update.service has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 14:06:16 managed-node2 systemd[1]: run-r3904eeabbc0e4d768cecec406bdb8101.service: Succeeded.\n-- Subject: Unit succeeded\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- The unit run-r3904eeabbc0e4d768cecec406bdb8101.service has successfully entered the 'dead' state.\nJul 20 14:06:17 managed-node2 platform-python[12497]: ansible-command Invoked with _raw_params=podman --version 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\nJul 20 14:06:17 managed-node2 platform-python[12630]: ansible-getent Invoked with database=passwd key=root fail_key=False service=None split=None\nJul 20 14:06:18 managed-node2 platform-python[12754]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1\nJul 20 14:06:19 managed-node2 platform-python[12879]: ansible-setup Invoked with gather_subset=['!all', '!min', 'distribution_major_version', 'distribution', 'service_mgr'] gather_timeout=10 filter=* fact_path=/etc/ansible/facts.d\nJul 20 14:06:19 managed-node2 platform-python[13007]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=begin system_role:firewall ansible_version=2.9.27 CentOS-8\nJul 20 14:06:19 managed-node2 platform-python[13007]: ansible-fedora.linux_system_roles.sr_fingerprint begin system_role:firewall ansible_version=2.9.27 CentOS-8 2026-07-20T14:06:19-04:00\nJul 20 14:06:20 managed-node2 platform-python[13130]: 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\nJul 20 14:06:20 managed-node2 platform-python[13253]: ansible-stat Invoked with path=/sbin/transactional-update follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1\nJul 20 14:06:20 managed-node2 platform-python[13376]: ansible-command Invoked with _raw_params=systemctl is-system-running 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\nJul 20 14:06:21 managed-node2 platform-python[13500]: ansible-setup Invoked with filter=ansible_pkg_mgr gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d\nJul 20 14:06:21 managed-node2 platform-python[13568]: ansible-dnf Invoked with name=['firewalld'] 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\nJul 20 14:06:24 managed-node2 platform-python[13691]: ansible-systemd Invoked with name=firewalld masked=False daemon_reload=False daemon_reexec=False no_block=False state=None enabled=None force=None user=None scope=None\nJul 20 14:06:25 managed-node2 platform-python[13818]: ansible-systemd Invoked with name=firewalld enabled=True state=started daemon_reload=False daemon_reexec=False no_block=False force=None masked=None user=None scope=None\nJul 20 14:06:25 managed-node2 systemd[1]: Reloading.\nJul 20 14:06:25 managed-node2 systemd[1]: Starting firewalld - dynamic firewall daemon...\n-- Subject: Unit firewalld.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit firewalld.service has begun starting up.\nJul 20 14:06:25 managed-node2 systemd[1]: Started firewalld - dynamic firewall daemon.\n-- Subject: Unit firewalld.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit firewalld.service has finished starting up.\n-- \n-- The start-up result is done.\nJul 20 14:06:25 managed-node2 firewalld[13854]: WARNING: AllowZoneDrifting is enabled. This is considered an insecure configuration option. It will be removed in a future release. Please consider disabling it now.\nJul 20 14:06:25 managed-node2 platform-python[13992]: ansible-command Invoked with _raw_params=firewall-cmd --state 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\nJul 20 14:06:26 managed-node2 platform-python[14168]: ansible-fedora.linux_system_roles.firewall_lib Invoked with config_list=[{'port': ['15001-15003/tcp'], 'state': 'enabled', 'service': [], 'source_port': [], 'forward_port': [], 'rich_rule': [], 'source': [], 'interface': [], 'interface_pci_id': [], 'icmp_block': [], 'timeout': 0, 'ipset_entries': [], 'ipset_options': {}, 'protocol': [], 'helper_module': [], 'destination': [], 'includes': [], 'previous': 'kept', 'firewalld_conf': None, 'masquerade': None, 'icmp_block_inversion': None, 'target': None, 'zone': None, 'set_default_zone': None, 'ipset': None, 'ipset_type': None, 'permanent': None, 'runtime': None, 'description': None, 'short': None}] online=True __called_from_role=True service=[] port=[] source_port=[] forward_port=[] rich_rule=[] source=[] interface=[] interface_pci_id=[] icmp_block=[] timeout=0 ipset_entries=[] ipset_options={} protocol=[] helper_module=[] destination=[] includes=[] previous=kept firewalld_conf=None masquerade=None icmp_block_inversion=None target=None zone=None set_default_zone=None ipset=None ipset_type=None permanent=None runtime=None state=None description=None short=None\nJul 20 14:06:28 managed-node2 platform-python[14291]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=success system_role:firewall ansible_version=2.9.27 CentOS-8\nJul 20 14:06:28 managed-node2 platform-python[14291]: ansible-fedora.linux_system_roles.sr_fingerprint success system_role:firewall ansible_version=2.9.27 CentOS-8 2026-07-20T14:06:28-04:00\nJul 20 14:06:29 managed-node2 platform-python[14453]: 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\nJul 20 14:06:29 managed-node2 platform-python[14580]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=begin system_role:podman ansible_version=2.9.27 CentOS-8\nJul 20 14:06:29 managed-node2 platform-python[14580]: ansible-fedora.linux_system_roles.sr_fingerprint begin system_role:podman ansible_version=2.9.27 CentOS-8 2026-07-20T14:06:29-04:00\nJul 20 14:06:31 managed-node2 platform-python[14828]: ansible-command Invoked with _raw_params=podman --version 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\nJul 20 14:06:31 managed-node2 platform-python[14957]: ansible-getent Invoked with database=passwd key=root fail_key=False service=None split=None\nJul 20 14:06:32 managed-node2 platform-python[15081]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1\nJul 20 14:06:33 managed-node2 platform-python[15206]: ansible-setup Invoked with gather_subset=['!all', '!min', 'distribution_major_version', 'distribution', 'service_mgr'] gather_timeout=10 filter=* fact_path=/etc/ansible/facts.d\nJul 20 14:06:33 managed-node2 platform-python[15334]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=begin system_role:firewall ansible_version=2.9.27 CentOS-8\nJul 20 14:06:33 managed-node2 platform-python[15334]: ansible-fedora.linux_system_roles.sr_fingerprint begin system_role:firewall ansible_version=2.9.27 CentOS-8 2026-07-20T14:06:33-04:00\nJul 20 14:06:34 managed-node2 platform-python[15457]: ansible-setup Invoked with filter=ansible_pkg_mgr gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d\nJul 20 14:06:34 managed-node2 platform-python[15525]: ansible-dnf Invoked with name=['firewalld'] 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\nJul 20 14:06:37 managed-node2 platform-python[15648]: ansible-systemd Invoked with name=firewalld masked=False daemon_reload=False daemon_reexec=False no_block=False state=None enabled=None force=None user=None scope=None\nJul 20 14:06:37 managed-node2 platform-python[15775]: ansible-systemd Invoked with name=firewalld enabled=True state=started daemon_reload=False daemon_reexec=False no_block=False force=None masked=None user=None scope=None\nJul 20 14:06:38 managed-node2 platform-python[15902]: ansible-command Invoked with _raw_params=firewall-cmd --state 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\nJul 20 14:06:38 managed-node2 platform-python[16026]: ansible-fedora.linux_system_roles.firewall_lib Invoked with config_list=[{'port': ['15001-15003/tcp'], 'state': 'enabled', 'service': [], 'source_port': [], 'forward_port': [], 'rich_rule': [], 'source': [], 'interface': [], 'interface_pci_id': [], 'icmp_block': [], 'timeout': 0, 'ipset_entries': [], 'ipset_options': {}, 'protocol': [], 'helper_module': [], 'destination': [], 'includes': [], 'previous': 'kept', 'firewalld_conf': None, 'masquerade': None, 'icmp_block_inversion': None, 'target': None, 'zone': None, 'set_default_zone': None, 'ipset': None, 'ipset_type': None, 'permanent': None, 'runtime': None, 'description': None, 'short': None}] online=True __called_from_role=True service=[] port=[] source_port=[] forward_port=[] rich_rule=[] source=[] interface=[] interface_pci_id=[] icmp_block=[] timeout=0 ipset_entries=[] ipset_options={} protocol=[] helper_module=[] destination=[] includes=[] previous=kept firewalld_conf=None masquerade=None icmp_block_inversion=None target=None zone=None set_default_zone=None ipset=None ipset_type=None permanent=None runtime=None state=None description=None short=None\nJul 20 14:06:39 managed-node2 platform-python[16149]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=success system_role:firewall ansible_version=2.9.27 CentOS-8\nJul 20 14:06:39 managed-node2 platform-python[16149]: ansible-fedora.linux_system_roles.sr_fingerprint success system_role:firewall ansible_version=2.9.27 CentOS-8 2026-07-20T14:06:39-04:00\nJul 20 14:06:40 managed-node2 platform-python[16272]: ansible-command Invoked with executable=/bin/bash _raw_params=set -uxo pipefail\n exec 1>&2\n for file in /etc/containers/ansible-kubernetes.d/*; do\n if [ -f \"$file\" ]; then\n echo \"File: $file\"\n cat \"$file\"\n fi\n done\n _uses_shell=True warn=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None creates=None removes=None stdin=None\nJul 20 14:06:40 managed-node2 platform-python[16396]: 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_name": "Dump journal", "task_path": "/tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:500" } ] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Monday 20 July 2026 14:06:41 -0400 (0:00:00.275) 0:01:35.995 *********** =============================================================================== fedora.linux_system_roles.podman : Ensure required packages are installed -- 60.57s /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 fedora.linux_system_roles.podman : Gather the package facts ------------- 2.92s /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.firewall : Install firewalld ------------------ 2.73s /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:23 fedora.linux_system_roles.firewall : Install firewalld ------------------ 2.73s /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:23 fedora.linux_system_roles.firewall : Configure firewall ----------------- 2.59s /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:60 Create data files ------------------------------------------------------- 1.82s /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:240 fedora.linux_system_roles.firewall : Enable and start firewalld service --- 1.37s /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:36 fedora.linux_system_roles.firewall : Check if firewalld is responding to dbus requests --- 1.31s /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 fedora.linux_system_roles.firewall : Unmask firewalld service ----------- 1.22s /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:29 Gathering Facts --------------------------------------------------------- 1.04s /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:9 Create host directories for data ---------------------------------------- 0.97s /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:232 fedora.linux_system_roles.podman : Get podman version ------------------- 0.73s /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Write kube_file_src ----------------------------------------------------- 0.72s /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:225 fedora.linux_system_roles.firewall : Record role success fingerprint ---- 0.66s /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:108 Create user ------------------------------------------------------------- 0.59s /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:212 fedora.linux_system_roles.podman : Ensure ansible_facts used by role ---- 0.52s /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 fedora.linux_system_roles.podman : Ensure ansible_facts used by role ---- 0.51s /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Create tmpdir for testing ----------------------------------------------- 0.47s /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:179 fedora.linux_system_roles.firewall : Ensure ansible_facts used by role --- 0.45s /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:2 Dump journal ------------------------------------------------------------ 0.45s /tmp/collections-OBn/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:500 -- Logs begin at Mon 2026-07-20 13:58:04 EDT, end at Mon 2026-07-20 14:06:42 EDT. -- Jul 20 14:05:05 managed-node2 sshd[7368]: Accepted publickey for root from 10.31.13.105 port 59842 ssh2: ECDSA SHA256:lG4Bg0vQMAfCNFXuAHWoEjmCAKGpqRV1NJrzq6KNaHg Jul 20 14:05:05 managed-node2 systemd[1]: Started Session 7 of user root. -- Subject: Unit session-7.scope has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit session-7.scope has finished starting up. -- -- The start-up result is done. Jul 20 14:05:05 managed-node2 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: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 7 has been created for the user root. -- -- The leading process of the session is 7368. Jul 20 14:05:05 managed-node2 sshd[7368]: pam_unix(sshd:session): session opened for user root by (uid=0) Jul 20 14:05:06 managed-node2 platform-python[7513]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=* fact_path=/etc/ansible/facts.d Jul 20 14:05:07 managed-node2 platform-python[7661]: ansible-tempfile Invoked with state=directory prefix=lsr_ suffix=_podman path=None Jul 20 14:05:07 managed-node2 platform-python[7784]: ansible-file Invoked with path=/tmp/lsr_euyy5ybo_podman mode=0777 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 state=None _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 Jul 20 14:05:08 managed-node2 platform-python[7907]: ansible-user Invoked with name=podman_basic_user uid=3001 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 managed-node2 update_password=always group=None groups=None comment=None home=None shell=None password=NOT_LOGGING_PARAMETER login_class=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 Jul 20 14:05:08 managed-node2 useradd[7911]: new group: name=podman_basic_user, GID=3001 Jul 20 14:05:08 managed-node2 useradd[7911]: new user: name=podman_basic_user, UID=3001, GID=3001, home=/home/podman_basic_user, shell=/bin/bash Jul 20 14:05:09 managed-node2 platform-python[8039]: ansible-file Invoked with path=/tmp/lsr_euyy5ybo_podman/httpd1 state=directory mode=0755 owner=podman_basic_user 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 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 Jul 20 14:05:10 managed-node2 platform-python[8162]: ansible-file Invoked with path=/tmp/lsr_euyy5ybo_podman/httpd2 state=directory mode=0755 owner=root 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 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 Jul 20 14:05:10 managed-node2 platform-python[8285]: ansible-file Invoked with path=/tmp/lsr_euyy5ybo_podman/httpd3 state=directory mode=0755 owner=root 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 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 Jul 20 14:05:10 managed-node2 platform-python[8408]: ansible-stat Invoked with path=/tmp/lsr_euyy5ybo_podman/httpd1/index.txt follow=False get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True Jul 20 14:05:11 managed-node2 platform-python[8507]: ansible-copy Invoked with dest=/tmp/lsr_euyy5ybo_podman/httpd1/index.txt mode=0644 owner=podman_basic_user src=/root/.ansible/tmp/ansible-tmp-1784570710.52813-8510-14471226805049/source _original_basename=tmptbz5jkb1 follow=False checksum=40bd001563085fc35165329ea1ff5c5ecbdbbeef backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None group=None seuser=None serole=None selevel=None setype=None attributes=None regexp=None delimiter=None Jul 20 14:05:11 managed-node2 platform-python[8632]: ansible-stat Invoked with path=/tmp/lsr_euyy5ybo_podman/httpd2/index.txt follow=False get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True Jul 20 14:05:11 managed-node2 platform-python[8731]: ansible-copy Invoked with dest=/tmp/lsr_euyy5ybo_podman/httpd2/index.txt mode=0644 owner=root src=/root/.ansible/tmp/ansible-tmp-1784570711.1180868-8510-125927908474588/source _original_basename=tmp8czzhoue follow=False checksum=40bd001563085fc35165329ea1ff5c5ecbdbbeef backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None group=None seuser=None serole=None selevel=None setype=None attributes=None regexp=None delimiter=None Jul 20 14:05:11 managed-node2 platform-python[8856]: ansible-stat Invoked with path=/tmp/lsr_euyy5ybo_podman/httpd3/index.txt follow=False get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True Jul 20 14:05:12 managed-node2 platform-python[8955]: ansible-copy Invoked with dest=/tmp/lsr_euyy5ybo_podman/httpd3/index.txt mode=0644 owner=root src=/root/.ansible/tmp/ansible-tmp-1784570711.7124639-8510-23475080917722/source _original_basename=tmp1pfv8vip follow=False checksum=40bd001563085fc35165329ea1ff5c5ecbdbbeef backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None group=None seuser=None serole=None selevel=None setype=None attributes=None regexp=None delimiter=None Jul 20 14:05:12 managed-node2 platform-python[9119]: 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 Jul 20 14:05:13 managed-node2 platform-python[9246]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=begin system_role:podman ansible_version=2.9.27 CentOS-8 Jul 20 14:05:13 managed-node2 platform-python[9246]: ansible-fedora.linux_system_roles.sr_fingerprint begin system_role:podman ansible_version=2.9.27 CentOS-8 2026-07-20T14:05:13-04:00 Jul 20 14:05:13 managed-node2 platform-python[9369]: 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 Jul 20 14:05:14 managed-node2 platform-python[9492]: ansible-stat Invoked with path=/sbin/transactional-update follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 20 14:05:14 managed-node2 platform-python[9615]: ansible-command Invoked with _raw_params=systemctl is-system-running 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 Jul 20 14:05:16 managed-node2 sudo[9864]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-gubdvihvrzjtavdvwrnagrlggvkqbsnu ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1784570716.2199304-8665-140166248495516/AnsiballZ_setup.py' Jul 20 14:05:16 managed-node2 sudo[9864]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 20 14:05:16 managed-node2 platform-python[9867]: ansible-setup Invoked with filter=ansible_pkg_mgr gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d Jul 20 14:05:16 managed-node2 sudo[9864]: pam_unix(sudo:session): session closed for user root Jul 20 14:05:16 managed-node2 sudo[9935]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-etgpguzkyjyqmxpkoyttervehoolqdrp ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1784570716.2199304-8665-140166248495516/AnsiballZ_dnf.py' Jul 20 14:05:16 managed-node2 sudo[9935]: pam_unix(sudo:session): session opened for user root by root(uid=0) Jul 20 14:05:17 managed-node2 platform-python[9938]: ansible-dnf Invoked with name=['crun', 'podman', 'podman-plugins', 'shadow-utils-subid'] 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 Jul 20 14:05:33 managed-node2 dbus-daemon[594]: [system] Reloaded configuration Jul 20 14:05:33 managed-node2 setsebool[10020]: The virt_use_nfs policy boolean was changed to 1 by root Jul 20 14:05:33 managed-node2 setsebool[10020]: The virt_sandbox_use_all_caps policy boolean was changed to 1 by root Jul 20 14:05:49 managed-node2 kernel: SELinux: Converting 364 SID table entries... Jul 20 14:05:49 managed-node2 kernel: SELinux: policy capability network_peer_controls=1 Jul 20 14:05:49 managed-node2 kernel: SELinux: policy capability open_perms=1 Jul 20 14:05:49 managed-node2 kernel: SELinux: policy capability extended_socket_class=1 Jul 20 14:05:49 managed-node2 kernel: SELinux: policy capability always_check_network=0 Jul 20 14:05:49 managed-node2 kernel: SELinux: policy capability cgroup_seclabel=1 Jul 20 14:05:49 managed-node2 kernel: SELinux: policy capability nnp_nosuid_transition=1 Jul 20 14:05:49 managed-node2 dbus-daemon[594]: [system] Reloaded configuration Jul 20 14:05:50 managed-node2 kernel: fuse: init (API version 7.34) Jul 20 14:05:50 managed-node2 systemd[1]: Mounting FUSE Control File System... -- Subject: Unit sys-fs-fuse-connections.mount has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit sys-fs-fuse-connections.mount has begun starting up. Jul 20 14:05:50 managed-node2 systemd[1]: Mounted FUSE Control File System. -- Subject: Unit sys-fs-fuse-connections.mount has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit sys-fs-fuse-connections.mount has finished starting up. -- -- The start-up result is done. Jul 20 14:05:51 managed-node2 dbus-daemon[594]: [system] Reloaded configuration Jul 20 14:05:51 managed-node2 dbus-daemon[594]: [system] Reloaded configuration Jul 20 14:06:15 managed-node2 systemd[1]: Started /usr/bin/systemctl start man-db-cache-update. -- Subject: Unit run-r3904eeabbc0e4d768cecec406bdb8101.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit run-r3904eeabbc0e4d768cecec406bdb8101.service has finished starting up. -- -- The start-up result is done. Jul 20 14:06:15 managed-node2 systemd[1]: cgroup compatibility translation between legacy and unified hierarchy settings activated. See cgroup-compat debug messages for details. Jul 20 14:06:15 managed-node2 systemd[1]: Starting man-db-cache-update.service... -- Subject: Unit man-db-cache-update.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit man-db-cache-update.service has begun starting up. Jul 20 14:06:15 managed-node2 systemd[1]: Reloading. Jul 20 14:06:16 managed-node2 sudo[9935]: pam_unix(sudo:session): session closed for user root Jul 20 14:06:16 managed-node2 systemd[1]: man-db-cache-update.service: Succeeded. -- 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. Jul 20 14:06:16 managed-node2 systemd[1]: Started man-db-cache-update.service. -- Subject: Unit man-db-cache-update.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit man-db-cache-update.service has finished starting up. -- -- The start-up result is done. Jul 20 14:06:16 managed-node2 systemd[1]: run-r3904eeabbc0e4d768cecec406bdb8101.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit run-r3904eeabbc0e4d768cecec406bdb8101.service has successfully entered the 'dead' state. Jul 20 14:06:17 managed-node2 platform-python[12497]: ansible-command Invoked with _raw_params=podman --version 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 Jul 20 14:06:17 managed-node2 platform-python[12630]: ansible-getent Invoked with database=passwd key=root fail_key=False service=None split=None Jul 20 14:06:18 managed-node2 platform-python[12754]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 20 14:06:19 managed-node2 platform-python[12879]: ansible-setup Invoked with gather_subset=['!all', '!min', 'distribution_major_version', 'distribution', 'service_mgr'] gather_timeout=10 filter=* fact_path=/etc/ansible/facts.d Jul 20 14:06:19 managed-node2 platform-python[13007]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=begin system_role:firewall ansible_version=2.9.27 CentOS-8 Jul 20 14:06:19 managed-node2 platform-python[13007]: ansible-fedora.linux_system_roles.sr_fingerprint begin system_role:firewall ansible_version=2.9.27 CentOS-8 2026-07-20T14:06:19-04:00 Jul 20 14:06:20 managed-node2 platform-python[13130]: 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 Jul 20 14:06:20 managed-node2 platform-python[13253]: ansible-stat Invoked with path=/sbin/transactional-update follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 20 14:06:20 managed-node2 platform-python[13376]: ansible-command Invoked with _raw_params=systemctl is-system-running 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 Jul 20 14:06:21 managed-node2 platform-python[13500]: ansible-setup Invoked with filter=ansible_pkg_mgr gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d Jul 20 14:06:21 managed-node2 platform-python[13568]: ansible-dnf Invoked with name=['firewalld'] 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 Jul 20 14:06:24 managed-node2 platform-python[13691]: ansible-systemd Invoked with name=firewalld masked=False daemon_reload=False daemon_reexec=False no_block=False state=None enabled=None force=None user=None scope=None Jul 20 14:06:25 managed-node2 platform-python[13818]: ansible-systemd Invoked with name=firewalld enabled=True state=started daemon_reload=False daemon_reexec=False no_block=False force=None masked=None user=None scope=None Jul 20 14:06:25 managed-node2 systemd[1]: Reloading. Jul 20 14:06:25 managed-node2 systemd[1]: Starting firewalld - dynamic firewall daemon... -- Subject: Unit firewalld.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit firewalld.service has begun starting up. Jul 20 14:06:25 managed-node2 systemd[1]: Started firewalld - dynamic firewall daemon. -- Subject: Unit firewalld.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit firewalld.service has finished starting up. -- -- The start-up result is done. Jul 20 14:06:25 managed-node2 firewalld[13854]: WARNING: AllowZoneDrifting is enabled. This is considered an insecure configuration option. It will be removed in a future release. Please consider disabling it now. Jul 20 14:06:25 managed-node2 platform-python[13992]: ansible-command Invoked with _raw_params=firewall-cmd --state 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 Jul 20 14:06:26 managed-node2 platform-python[14168]: ansible-fedora.linux_system_roles.firewall_lib Invoked with config_list=[{'port': ['15001-15003/tcp'], 'state': 'enabled', 'service': [], 'source_port': [], 'forward_port': [], 'rich_rule': [], 'source': [], 'interface': [], 'interface_pci_id': [], 'icmp_block': [], 'timeout': 0, 'ipset_entries': [], 'ipset_options': {}, 'protocol': [], 'helper_module': [], 'destination': [], 'includes': [], 'previous': 'kept', 'firewalld_conf': None, 'masquerade': None, 'icmp_block_inversion': None, 'target': None, 'zone': None, 'set_default_zone': None, 'ipset': None, 'ipset_type': None, 'permanent': None, 'runtime': None, 'description': None, 'short': None}] online=True __called_from_role=True service=[] port=[] source_port=[] forward_port=[] rich_rule=[] source=[] interface=[] interface_pci_id=[] icmp_block=[] timeout=0 ipset_entries=[] ipset_options={} protocol=[] helper_module=[] destination=[] includes=[] previous=kept firewalld_conf=None masquerade=None icmp_block_inversion=None target=None zone=None set_default_zone=None ipset=None ipset_type=None permanent=None runtime=None state=None description=None short=None Jul 20 14:06:28 managed-node2 platform-python[14291]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=success system_role:firewall ansible_version=2.9.27 CentOS-8 Jul 20 14:06:28 managed-node2 platform-python[14291]: ansible-fedora.linux_system_roles.sr_fingerprint success system_role:firewall ansible_version=2.9.27 CentOS-8 2026-07-20T14:06:28-04:00 Jul 20 14:06:29 managed-node2 platform-python[14453]: 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 Jul 20 14:06:29 managed-node2 platform-python[14580]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=begin system_role:podman ansible_version=2.9.27 CentOS-8 Jul 20 14:06:29 managed-node2 platform-python[14580]: ansible-fedora.linux_system_roles.sr_fingerprint begin system_role:podman ansible_version=2.9.27 CentOS-8 2026-07-20T14:06:29-04:00 Jul 20 14:06:31 managed-node2 platform-python[14828]: ansible-command Invoked with _raw_params=podman --version 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 Jul 20 14:06:31 managed-node2 platform-python[14957]: ansible-getent Invoked with database=passwd key=root fail_key=False service=None split=None Jul 20 14:06:32 managed-node2 platform-python[15081]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 20 14:06:33 managed-node2 platform-python[15206]: ansible-setup Invoked with gather_subset=['!all', '!min', 'distribution_major_version', 'distribution', 'service_mgr'] gather_timeout=10 filter=* fact_path=/etc/ansible/facts.d Jul 20 14:06:33 managed-node2 platform-python[15334]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=begin system_role:firewall ansible_version=2.9.27 CentOS-8 Jul 20 14:06:33 managed-node2 platform-python[15334]: ansible-fedora.linux_system_roles.sr_fingerprint begin system_role:firewall ansible_version=2.9.27 CentOS-8 2026-07-20T14:06:33-04:00 Jul 20 14:06:34 managed-node2 platform-python[15457]: ansible-setup Invoked with filter=ansible_pkg_mgr gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d Jul 20 14:06:34 managed-node2 platform-python[15525]: ansible-dnf Invoked with name=['firewalld'] 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 Jul 20 14:06:37 managed-node2 platform-python[15648]: ansible-systemd Invoked with name=firewalld masked=False daemon_reload=False daemon_reexec=False no_block=False state=None enabled=None force=None user=None scope=None Jul 20 14:06:37 managed-node2 platform-python[15775]: ansible-systemd Invoked with name=firewalld enabled=True state=started daemon_reload=False daemon_reexec=False no_block=False force=None masked=None user=None scope=None Jul 20 14:06:38 managed-node2 platform-python[15902]: ansible-command Invoked with _raw_params=firewall-cmd --state 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 Jul 20 14:06:38 managed-node2 platform-python[16026]: ansible-fedora.linux_system_roles.firewall_lib Invoked with config_list=[{'port': ['15001-15003/tcp'], 'state': 'enabled', 'service': [], 'source_port': [], 'forward_port': [], 'rich_rule': [], 'source': [], 'interface': [], 'interface_pci_id': [], 'icmp_block': [], 'timeout': 0, 'ipset_entries': [], 'ipset_options': {}, 'protocol': [], 'helper_module': [], 'destination': [], 'includes': [], 'previous': 'kept', 'firewalld_conf': None, 'masquerade': None, 'icmp_block_inversion': None, 'target': None, 'zone': None, 'set_default_zone': None, 'ipset': None, 'ipset_type': None, 'permanent': None, 'runtime': None, 'description': None, 'short': None}] online=True __called_from_role=True service=[] port=[] source_port=[] forward_port=[] rich_rule=[] source=[] interface=[] interface_pci_id=[] icmp_block=[] timeout=0 ipset_entries=[] ipset_options={} protocol=[] helper_module=[] destination=[] includes=[] previous=kept firewalld_conf=None masquerade=None icmp_block_inversion=None target=None zone=None set_default_zone=None ipset=None ipset_type=None permanent=None runtime=None state=None description=None short=None Jul 20 14:06:39 managed-node2 platform-python[16149]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=success system_role:firewall ansible_version=2.9.27 CentOS-8 Jul 20 14:06:39 managed-node2 platform-python[16149]: ansible-fedora.linux_system_roles.sr_fingerprint success system_role:firewall ansible_version=2.9.27 CentOS-8 2026-07-20T14:06:39-04:00 Jul 20 14:06:40 managed-node2 platform-python[16272]: ansible-command Invoked with executable=/bin/bash _raw_params=set -uxo pipefail exec 1>&2 for file in /etc/containers/ansible-kubernetes.d/*; do if [ -f "$file" ]; then echo "File: $file" cat "$file" fi done _uses_shell=True warn=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None creates=None removes=None stdin=None Jul 20 14:06:40 managed-node2 platform-python[16396]: 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 Jul 20 14:06:41 managed-node2 platform-python[16520]: ansible-file Invoked with path=/etc/containers/storage.conf 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 Jul 20 14:06:41 managed-node2 platform-python[16643]: ansible-file Invoked with path=/tmp/lsr_euyy5ybo_podman 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 Jul 20 14:06:42 managed-node2 sshd[16664]: Accepted publickey for root from 10.31.13.105 port 55302 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Jul 20 14:06:42 managed-node2 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: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 8 has been created for the user root. -- -- The leading process of the session is 16664. Jul 20 14:06:42 managed-node2 systemd[1]: Started Session 8 of user root. -- Subject: Unit session-8.scope has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit session-8.scope has finished starting up. -- -- The start-up result is done. Jul 20 14:06:42 managed-node2 sshd[16664]: pam_unix(sshd:session): session opened for user root by (uid=0) Jul 20 14:06:42 managed-node2 sshd[16667]: Received disconnect from 10.31.13.105 port 55302:11: disconnected by user Jul 20 14:06:42 managed-node2 sshd[16667]: Disconnected from user root 10.31.13.105 port 55302 Jul 20 14:06:42 managed-node2 sshd[16664]: pam_unix(sshd:session): session closed for user root Jul 20 14:06:42 managed-node2 systemd[1]: session-8.scope: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit session-8.scope has successfully entered the 'dead' state. Jul 20 14:06:42 managed-node2 systemd-logind[586]: Session 8 logged out. Waiting for processes to exit. Jul 20 14:06:42 managed-node2 systemd-logind[586]: Removed session 8. -- Subject: Session 8 has been terminated -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A session with the ID 8 has been terminated. Jul 20 14:06:42 managed-node2 sshd[16689]: Accepted publickey for root from 10.31.13.105 port 55312 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Jul 20 14:06:42 managed-node2 systemd[1]: Started Session 9 of user root. -- Subject: Unit session-9.scope has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit session-9.scope has finished starting up. -- -- The start-up result is done. Jul 20 14:06:42 managed-node2 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: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 9 has been created for the user root. -- -- The leading process of the session is 16689. Jul 20 14:06:42 managed-node2 sshd[16689]: pam_unix(sshd:session): session opened for user root by (uid=0)