# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.17.2] config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.17/lib/python3.11/site-packages/ansible ansible collection location = /WORKDIR/git-weekly-cig48sz_fx/.collection executable location = /opt/ansible-2.17/bin/ansible-playbook python version = 3.11.5 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] (/opt/ansible-2.17/bin/python) jinja version = 3.1.4 libyaml = True Using /etc/ansible/ansible.cfg as config file Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_basic.yml ****************************************************** 2 plays in /WORKDIR/git-weekly-cig48sz_fx/tests/tests_basic.yml PLAY [all] ********************************************************************* TASK [Include vault variables] ************************************************* task path: /WORKDIR/git-weekly-cig48sz_fx/tests/tests_basic.yml:4 Saturday 03 August 2024 16:29:07 +0000 (0:00:00.012) 0:00:00.012 ******* ok: [sut] => { "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": [ "/WORKDIR/git-weekly-cig48sz_fx/tests/vars/vault-variables.yml" ], "changed": false } PLAY [Ensure that the role runs with default parameters] *********************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-cig48sz_fx/tests/tests_basic.yml:9 Saturday 03 August 2024 16:29:07 +0000 (0:00:00.014) 0:00:00.026 ******* ok: [sut] TASK [Create tmpdir for testing] *********************************************** task path: /WORKDIR/git-weekly-cig48sz_fx/tests/tests_basic.yml:143 Saturday 03 August 2024 16:29:08 +0000 (0:00:00.922) 0:00:00.949 ******* changed: [sut] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/lsr_q1czm4mi_podman", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Change tmpdir permissions] *********************************************** task path: /WORKDIR/git-weekly-cig48sz_fx/tests/tests_basic.yml:150 Saturday 03 August 2024 16:29:08 +0000 (0:00:00.236) 0:00:01.186 ******* changed: [sut] => { "changed": true, "gid": 0, "group": "root", "mode": "0777", "owner": "root", "path": "/tmp/lsr_q1czm4mi_podman", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Enable podman copr] ****************************************************** task path: /WORKDIR/git-weekly-cig48sz_fx/tests/tests_basic.yml:161 Saturday 03 August 2024 16:29:09 +0000 (0:00:00.257) 0:00:01.443 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [Install podman from updates-testing] ************************************* task path: /WORKDIR/git-weekly-cig48sz_fx/tests/tests_basic.yml:166 Saturday 03 August 2024 16:29:09 +0000 (0:00:00.012) 0:00:01.455 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [Podman version] ********************************************************** task path: /WORKDIR/git-weekly-cig48sz_fx/tests/tests_basic.yml:171 Saturday 03 August 2024 16:29:09 +0000 (0:00:00.011) 0:00:01.466 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [Create user] ************************************************************* task path: /WORKDIR/git-weekly-cig48sz_fx/tests/tests_basic.yml:176 Saturday 03 August 2024 16:29:09 +0000 (0:00:00.011) 0:00:01.478 ******* changed: [sut] => { "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: /WORKDIR/git-weekly-cig48sz_fx/tests/tests_basic.yml:181 Saturday 03 August 2024 16:29:09 +0000 (0:00:00.390) 0:00:01.868 ******* changed: [sut -> localhost] => { "changed": true, "gid": 1001, "group": "jenkins", "mode": "0600", "owner": "jenkins", "path": "/tmp/lsr_podman_t8ftc3zc.yml", "size": 0, "state": "file", "uid": 1000090000 } TASK [Write kube_file_src] ***************************************************** task path: /WORKDIR/git-weekly-cig48sz_fx/tests/tests_basic.yml:189 Saturday 03 August 2024 16:29:09 +0000 (0:00:00.114) 0:00:01.983 ******* changed: [sut -> localhost] => { "changed": true, "checksum": "f263de202a2ed62722b2ee0fd52c8d9893c2111f", "dest": "/tmp/lsr_podman_t8ftc3zc.yml", "gid": 1001, "group": "jenkins", "md5sum": "add7eef969a3292827cbd3a619a75444", "mode": "0600", "owner": "jenkins", "size": 710, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1722702549.6584356-2285-205131313519111/.source.yml", "state": "file", "uid": 1000090000 } TASK [Create host directories for data] **************************************** task path: /WORKDIR/git-weekly-cig48sz_fx/tests/tests_basic.yml:196 Saturday 03 August 2024 16:29:10 +0000 (0:00:00.381) 0:00:02.364 ******* changed: [sut] => (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_q1czm4mi_podman/httpd1", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 3001 } changed: [sut] => (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_q1czm4mi_podman/httpd2", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } changed: [sut] => (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_q1czm4mi_podman/httpd3", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Create data files] ******************************************************* task path: /WORKDIR/git-weekly-cig48sz_fx/tests/tests_basic.yml:204 Saturday 03 August 2024 16:29:10 +0000 (0:00:00.579) 0:00:02.944 ******* changed: [sut] => (item=['httpd1', 'podman_basic_user', 3001]) => { "ansible_loop_var": "item", "changed": true, "checksum": "40bd001563085fc35165329ea1ff5c5ecbdbbeef", "dest": "/tmp/lsr_q1czm4mi_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-1722702550.643054-2313-75825379520133/.source.txt", "state": "file", "uid": 3001 } changed: [sut] => (item=['httpd2', 'root', 0]) => { "ansible_loop_var": "item", "changed": true, "checksum": "40bd001563085fc35165329ea1ff5c5ecbdbbeef", "dest": "/tmp/lsr_q1czm4mi_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-1722702551.1344786-2313-130624671898058/.source.txt", "state": "file", "uid": 0 } changed: [sut] => (item=['httpd3', 'root', 0]) => { "ansible_loop_var": "item", "changed": true, "checksum": "40bd001563085fc35165329ea1ff5c5ecbdbbeef", "dest": "/tmp/lsr_q1czm4mi_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-1722702551.6180618-2313-130658030051950/.source.txt", "state": "file", "uid": 0 } TASK [Run role - do not pull images] ******************************************* task path: /WORKDIR/git-weekly-cig48sz_fx/tests/tests_basic.yml:214 Saturday 03 August 2024 16:29:12 +0000 (0:00:01.477) 0:00:04.422 ******* included: fedora.linux_system_roles.podman for sut TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Saturday 03 August 2024 16:29:12 +0000 (0:00:00.030) 0:00:04.452 ******* included: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Saturday 03 August 2024 16:29:12 +0000 (0:00:00.018) 0:00:04.471 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Saturday 03 August 2024 16:29:12 +0000 (0:00:00.016) 0:00:04.487 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Saturday 03 August 2024 16:29:12 +0000 (0:00:00.195) 0:00:04.682 ******* ok: [sut] => { "ansible_facts": { "__podman_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Saturday 03 August 2024 16:29:12 +0000 (0:00:00.017) 0:00:04.700 ******* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_10.yml) => { "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [sut] => (item=CentOS_10.yml) => { "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Saturday 03 August 2024 16:29:12 +0000 (0:00:00.031) 0:00:04.731 ******* ok: [sut] => { "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: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Saturday 03 August 2024 16:29:13 +0000 (0:00:00.686) 0:00:05.418 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Saturday 03 August 2024 16:29:13 +0000 (0:00:00.022) 0:00:05.440 ******* changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: containers-common-extra-5:0.57.3-4.el10.noarch", "Installed: netavark-2:1.11.0-4.el10.x86_64", "Installed: passt-0^20240624.g1ee2eca-1.el10.x86_64", "Installed: passt-selinux-0^20240624.g1ee2eca-1.el10.noarch", "Installed: criu-3.19-5.el10.x86_64", "Installed: criu-libs-3.19-5.el10.x86_64", "Installed: crun-1.15-4.el10.x86_64", "Installed: fuse-overlayfs-1.13-2.el10.x86_64", "Installed: fuse3-3.16.2-5.el10.x86_64", "Installed: libnet-1.3-4.el10.x86_64", "Installed: gvisor-tap-vsock-6:0.7.3-4.el10.x86_64", "Installed: gvisor-tap-vsock-gvforwarder-6:0.7.3-4.el10.x86_64", "Installed: shadow-utils-subid-2:4.15.0-3.el10.x86_64", "Installed: catatonit-5:0.1.7-7.el10.x86_64", "Installed: fuse-common-3.16.2-5.el10.x86_64", "Installed: podman-5:5.1.2-2.el10.x86_64", "Installed: conmon-2:2.1.12-2.el10.x86_64", "Installed: aardvark-dns-2:1.11.0-4.el10.x86_64", "Installed: container-selinux-3:2.232.1-3.el10.noarch", "Installed: containers-common-5:0.57.3-4.el10.noarch" ] } lsrpackages: iptables-nft podman shadow-utils-subid TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Saturday 03 August 2024 16:30:26 +0000 (0:01:13.734) 0:01:19.175 ******* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.033696", "end": "2024-08-03 16:30:27.176910", "rc": 0, "start": "2024-08-03 16:30:27.143214" } STDOUT: podman version 5.1.2 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Saturday 03 August 2024 16:30:27 +0000 (0:00:00.367) 0:01:19.542 ******* ok: [sut] => { "ansible_facts": { "podman_version": "5.1.2" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:32 Saturday 03 August 2024 16:30:27 +0000 (0:00:00.020) 0:01:19.562 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_version is version(\"4.2\", \"<\")", "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: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:39 Saturday 03 August 2024 16:30:27 +0000 (0:00:00.019) 0:01:19.582 ******* skipping: [sut] => { "changed": false, "false_condition": "(podman_quadlet_specs | length > 0) or (podman_secrets | length > 0)", "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: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:49 Saturday 03 August 2024 16:30:27 +0000 (0:00:00.020) 0:01:19.603 ******* META: end_host conditional evaluated to False, continuing execution for sut skipping: [sut] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for sut" } MSG: end_host conditional evaluated to false, continuing execution for sut TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Saturday 03 August 2024 16:30:27 +0000 (0:00:00.022) 0:01:19.625 ******* included: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 03 August 2024 16:30:27 +0000 (0:00:00.039) 0:01:19.664 ******* ok: [sut] => { "ansible_facts": { "getent_passwd": { "root": [ "x", "0", "0", "Super User", "/root", "/bin/bash" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 03 August 2024 16:30:27 +0000 (0:00:00.314) 0:01:19.979 ******* skipping: [sut] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 03 August 2024 16:30:27 +0000 (0:00:00.042) 0:01:20.021 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Saturday 03 August 2024 16:30:27 +0000 (0:00:00.031) 0:01:20.052 ******* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Saturday 03 August 2024 16:30:27 +0000 (0:00:00.234) 0:01:20.287 ******* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 03 August 2024 16:30:27 +0000 (0:00:00.034) 0:01:20.322 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1719187200.0, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "86395ad7ce62834c967dc50f963a68f042029188", "ctime": 1722702606.8976681, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4660169, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1719187200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "1737304560", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Saturday 03 August 2024 16:30:28 +0000 (0:00:00.231) 0:01:20.553 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Saturday 03 August 2024 16:30:28 +0000 (0:00:00.018) 0:01:20.571 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Saturday 03 August 2024 16:30:28 +0000 (0:00:00.020) 0:01:20.592 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Saturday 03 August 2024 16:30:28 +0000 (0:00:00.018) 0:01:20.610 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Saturday 03 August 2024 16:30:28 +0000 (0:00:00.017) 0:01:20.628 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Saturday 03 August 2024 16:30:28 +0000 (0:00:00.017) 0:01:20.645 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Saturday 03 August 2024 16:30:28 +0000 (0:00:00.017) 0:01:20.663 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Saturday 03 August 2024 16:30:28 +0000 (0:00:00.015) 0:01:20.678 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:62 Saturday 03 August 2024 16:30:28 +0000 (0:00:00.018) 0:01:20.696 ******* ok: [sut] => { "ansible_facts": { "__podman_container_conf_file": "/etc/containers/containers.conf.d/50-systemroles.conf", "__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: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:71 Saturday 03 August 2024 16:30:28 +0000 (0:00:00.035) 0:01:20.732 ******* included: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for sut TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Saturday 03 August 2024 16:30:28 +0000 (0:00:00.036) 0:01:20.769 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Saturday 03 August 2024 16:30:28 +0000 (0:00:00.019) 0:01:20.788 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:74 Saturday 03 August 2024 16:30:28 +0000 (0:00:00.017) 0:01:20.805 ******* included: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for sut TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Saturday 03 August 2024 16:30:28 +0000 (0:00:00.034) 0:01:20.840 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Saturday 03 August 2024 16:30:28 +0000 (0:00:00.018) 0:01:20.858 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:77 Saturday 03 August 2024 16:30:28 +0000 (0:00:00.017) 0:01:20.876 ******* included: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for sut TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Saturday 03 August 2024 16:30:28 +0000 (0:00:00.061) 0:01:20.938 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Saturday 03 August 2024 16:30:28 +0000 (0:00:00.018) 0:01:20.957 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Saturday 03 August 2024 16:30:28 +0000 (0:00:00.018) 0:01:20.975 ******* included: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for sut TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Saturday 03 August 2024 16:30:28 +0000 (0:00:00.040) 0:01:21.016 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Saturday 03 August 2024 16:30:28 +0000 (0:00:00.021) 0:01:21.037 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Saturday 03 August 2024 16:30:28 +0000 (0:00:00.019) 0:01:21.056 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Saturday 03 August 2024 16:30:28 +0000 (0:00:00.018) 0:01:21.075 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Saturday 03 August 2024 16:30:28 +0000 (0:00:00.019) 0:01:21.095 ******* included: fedora.linux_system_roles.firewall for sut TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Saturday 03 August 2024 16:30:28 +0000 (0:00:00.066) 0:01:21.161 ******* included: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for sut TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Saturday 03 August 2024 16:30:28 +0000 (0:00:00.034) 0:01:21.196 ******* skipping: [sut] => { "changed": false, "false_condition": "__firewall_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Saturday 03 August 2024 16:30:28 +0000 (0:00:00.024) 0:01:21.220 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Saturday 03 August 2024 16:30:29 +0000 (0:00:00.228) 0:01:21.449 ******* ok: [sut] => { "ansible_facts": { "__firewall_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] *** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Saturday 03 August 2024 16:30:29 +0000 (0:00:00.024) 0:01:21.473 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] *** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27 Saturday 03 August 2024 16:30:29 +0000 (0:00:00.230) 0:01:21.703 ******* ok: [sut] => { "ansible_facts": { "__firewall_is_transactional": false }, "changed": false } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 Saturday 03 August 2024 16:30:29 +0000 (0:00:00.024) 0:01:21.728 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: firewalld TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43 Saturday 03 August 2024 16:30:29 +0000 (0:00:00.571) 0:01:22.299 ******* skipping: [sut] => { "false_condition": "__firewall_is_transactional | d(false)" } TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48 Saturday 03 August 2024 16:30:30 +0000 (0:00:00.048) 0:01:22.348 ******* skipping: [sut] => { "changed": false, "false_condition": "__firewall_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Fail if reboot is needed and not set] *** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53 Saturday 03 August 2024 16:30:30 +0000 (0:00:00.018) 0:01:22.366 ******* skipping: [sut] => { "changed": false, "false_condition": "__firewall_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Collect service facts] ************** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Saturday 03 August 2024 16:30:30 +0000 (0:00:00.018) 0:01:22.385 ******* skipping: [sut] => { "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] *** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9 Saturday 03 August 2024 16:30:30 +0000 (0:00:00.017) 0:01:22.402 ******* skipping: [sut] => (item=nftables) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "nftables", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=iptables) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "iptables", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ufw) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "ufw", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] *********** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22 Saturday 03 August 2024 16:30:30 +0000 (0:00:00.022) 0:01:22.424 ******* ok: [sut] => { "changed": false, "name": "firewalld", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "dbus-broker.service dbus.socket system.slice polkit.service sysinit.target basic.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target network-pre.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "yes", "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_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "ebtables.service ip6tables.service iptables.service ipset.service shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DeviceAllow": "char-rtc r", "DevicePolicy": "closed", "Documentation": "\"man:firewalld(1)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3700932608", "EffectiveMemoryMax": "3700932608", "EffectiveTasksMax": "22402", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "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 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; 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 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "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": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "14001", "LimitNPROCSoft": "14001", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14001", "LimitSIGPENDINGSoft": "14001", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3215024128", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "yes", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "yes", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "yes", "ProtectHome": "yes", "ProtectHostname": "yes", "ProtectKernelLogs": "yes", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket sysinit.target system.slice", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallArchitectures": "native", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22402", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "network-pre.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 Saturday 03 August 2024 16:30:30 +0000 (0:00:00.530) 0:01:22.955 ******* changed: [sut] => { "changed": true, "enabled": true, "name": "firewalld", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "dbus-broker.service system.slice polkit.service basic.target dbus.socket sysinit.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target network-pre.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "yes", "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_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "iptables.service shutdown.target ip6tables.service ipset.service ebtables.service", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DeviceAllow": "char-rtc r", "DevicePolicy": "closed", "Documentation": "\"man:firewalld(1)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3700932608", "EffectiveMemoryMax": "3700932608", "EffectiveTasksMax": "22402", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "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 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; 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 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "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": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "14001", "LimitNPROCSoft": "14001", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14001", "LimitSIGPENDINGSoft": "14001", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3222994944", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "yes", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "yes", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "yes", "ProtectHome": "yes", "ProtectHostname": "yes", "ProtectKernelLogs": "yes", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice dbus.socket", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallArchitectures": "native", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22402", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "network-pre.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34 Saturday 03 August 2024 16:30:32 +0000 (0:00:01.615) 0:01:24.570 ******* ok: [sut] => { "ansible_facts": { "__firewall_previous_replaced": false, "__firewall_python_cmd": "/usr/bin/python3.12", "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] *** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Saturday 03 August 2024 16:30:32 +0000 (0:00:00.030) 0:01:24.600 ******* skipping: [sut] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] *** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55 Saturday 03 August 2024 16:30:32 +0000 (0:00:00.020) 0:01:24.621 ******* skipping: [sut] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 Saturday 03 August 2024 16:30:32 +0000 (0:00:00.023) 0:01:24.644 ******* failed: [sut] (item={'port': '15001-15003/tcp', 'state': 'enabled'}) => { "ansible_loop_var": "item", "changed": false, "item": { "port": "15001-15003/tcp", "state": "enabled" } } MSG: [Errno 13] Permission denied: '/etc/firewalld/zones/public.xml' TASK [Verify image not pulled] ************************************************* task path: /WORKDIR/git-weekly-cig48sz_fx/tests/tests_basic.yml:262 Saturday 03 August 2024 16:30:33 +0000 (0:00:00.871) 0:01:25.516 ******* fatal: [sut]: 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: /WORKDIR/git-weekly-cig48sz_fx/tests/tests_basic.yml:269 Saturday 03 August 2024 16:30:33 +0000 (0:00:00.022) 0:01:25.539 ******* included: fedora.linux_system_roles.podman for sut => (item=nopull) included: fedora.linux_system_roles.podman for sut => (item=bogus) TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Saturday 03 August 2024 16:30:33 +0000 (0:00:00.075) 0:01:25.615 ******* included: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Saturday 03 August 2024 16:30:33 +0000 (0:00:00.033) 0:01:25.649 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Saturday 03 August 2024 16:30:33 +0000 (0:00:00.022) 0:01:25.671 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Saturday 03 August 2024 16:30:33 +0000 (0:00:00.019) 0:01:25.691 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Saturday 03 August 2024 16:30:33 +0000 (0:00:00.018) 0:01:25.709 ******* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_10.yml) => { "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [sut] => (item=CentOS_10.yml) => { "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Saturday 03 August 2024 16:30:33 +0000 (0:00:00.075) 0:01:25.785 ******* ok: [sut] => { "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: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Saturday 03 August 2024 16:30:33 +0000 (0:00:00.545) 0:01:26.331 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Saturday 03 August 2024 16:30:34 +0000 (0:00:00.018) 0:01:26.350 ******* skipping: [sut] => { "changed": false, "false_condition": "(__podman_packages | difference(ansible_facts.packages))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Saturday 03 August 2024 16:30:34 +0000 (0:00:00.021) 0:01:26.371 ******* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.028157", "end": "2024-08-03 16:30:34.234519", "rc": 0, "start": "2024-08-03 16:30:34.206362" } STDOUT: podman version 5.1.2 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Saturday 03 August 2024 16:30:34 +0000 (0:00:00.230) 0:01:26.601 ******* ok: [sut] => { "ansible_facts": { "podman_version": "5.1.2" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:32 Saturday 03 August 2024 16:30:34 +0000 (0:00:00.020) 0:01:26.622 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_version is version(\"4.2\", \"<\")", "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: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:39 Saturday 03 August 2024 16:30:34 +0000 (0:00:00.021) 0:01:26.643 ******* skipping: [sut] => { "changed": false, "false_condition": "(podman_quadlet_specs | length > 0) or (podman_secrets | length > 0)", "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: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:49 Saturday 03 August 2024 16:30:34 +0000 (0:00:00.021) 0:01:26.665 ******* META: end_host conditional evaluated to False, continuing execution for sut skipping: [sut] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for sut" } MSG: end_host conditional evaluated to false, continuing execution for sut TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Saturday 03 August 2024 16:30:34 +0000 (0:00:00.019) 0:01:26.684 ******* included: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 03 August 2024 16:30:34 +0000 (0:00:00.038) 0:01:26.723 ******* skipping: [sut] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 03 August 2024 16:30:34 +0000 (0:00:00.021) 0:01:26.745 ******* skipping: [sut] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 03 August 2024 16:30:34 +0000 (0:00:00.023) 0:01:26.768 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Saturday 03 August 2024 16:30:34 +0000 (0:00:00.029) 0:01:26.798 ******* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Saturday 03 August 2024 16:30:34 +0000 (0:00:00.269) 0:01:27.067 ******* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 03 August 2024 16:30:34 +0000 (0:00:00.026) 0:01:27.094 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1722702628.1808765, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "86395ad7ce62834c967dc50f963a68f042029188", "ctime": 1722702606.8976681, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4660169, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1719187200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "1737304560", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Saturday 03 August 2024 16:30:34 +0000 (0:00:00.223) 0:01:27.317 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Saturday 03 August 2024 16:30:34 +0000 (0:00:00.017) 0:01:27.335 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Saturday 03 August 2024 16:30:35 +0000 (0:00:00.044) 0:01:27.379 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Saturday 03 August 2024 16:30:35 +0000 (0:00:00.019) 0:01:27.399 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Saturday 03 August 2024 16:30:35 +0000 (0:00:00.019) 0:01:27.418 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Saturday 03 August 2024 16:30:35 +0000 (0:00:00.017) 0:01:27.436 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Saturday 03 August 2024 16:30:35 +0000 (0:00:00.018) 0:01:27.454 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Saturday 03 August 2024 16:30:35 +0000 (0:00:00.018) 0:01:27.473 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:62 Saturday 03 August 2024 16:30:35 +0000 (0:00:00.018) 0:01:27.491 ******* ok: [sut] => { "ansible_facts": { "__podman_container_conf_file": "/etc/containers/containers.conf.d/50-systemroles.conf", "__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: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:71 Saturday 03 August 2024 16:30:35 +0000 (0:00:00.037) 0:01:27.529 ******* included: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for sut TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Saturday 03 August 2024 16:30:35 +0000 (0:00:00.038) 0:01:27.568 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Saturday 03 August 2024 16:30:35 +0000 (0:00:00.021) 0:01:27.589 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:74 Saturday 03 August 2024 16:30:35 +0000 (0:00:00.019) 0:01:27.608 ******* included: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for sut TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Saturday 03 August 2024 16:30:35 +0000 (0:00:00.037) 0:01:27.646 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Saturday 03 August 2024 16:30:35 +0000 (0:00:00.020) 0:01:27.666 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:77 Saturday 03 August 2024 16:30:35 +0000 (0:00:00.018) 0:01:27.685 ******* included: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for sut TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Saturday 03 August 2024 16:30:35 +0000 (0:00:00.038) 0:01:27.724 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Saturday 03 August 2024 16:30:35 +0000 (0:00:00.019) 0:01:27.743 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Saturday 03 August 2024 16:30:35 +0000 (0:00:00.019) 0:01:27.763 ******* included: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for sut TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Saturday 03 August 2024 16:30:35 +0000 (0:00:00.072) 0:01:27.835 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Saturday 03 August 2024 16:30:35 +0000 (0:00:00.019) 0:01:27.855 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Saturday 03 August 2024 16:30:35 +0000 (0:00:00.020) 0:01:27.875 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Saturday 03 August 2024 16:30:35 +0000 (0:00:00.021) 0:01:27.896 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Saturday 03 August 2024 16:30:35 +0000 (0:00:00.020) 0:01:27.917 ******* included: fedora.linux_system_roles.firewall for sut TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Saturday 03 August 2024 16:30:35 +0000 (0:00:00.067) 0:01:27.984 ******* included: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for sut TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Saturday 03 August 2024 16:30:35 +0000 (0:00:00.035) 0:01:28.020 ******* skipping: [sut] => { "changed": false, "false_condition": "__firewall_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Saturday 03 August 2024 16:30:35 +0000 (0:00:00.024) 0:01:28.045 ******* skipping: [sut] => { "changed": false, "false_condition": "not __firewall_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Saturday 03 August 2024 16:30:35 +0000 (0:00:00.021) 0:01:28.066 ******* skipping: [sut] => { "changed": false, "false_condition": "not __firewall_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] *** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Saturday 03 August 2024 16:30:35 +0000 (0:00:00.021) 0:01:28.088 ******* skipping: [sut] => { "changed": false, "false_condition": "not __firewall_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] *** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27 Saturday 03 August 2024 16:30:35 +0000 (0:00:00.026) 0:01:28.114 ******* skipping: [sut] => { "changed": false, "false_condition": "not __firewall_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 Saturday 03 August 2024 16:30:35 +0000 (0:00:00.028) 0:01:28.143 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: firewalld TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43 Saturday 03 August 2024 16:30:36 +0000 (0:00:00.590) 0:01:28.733 ******* skipping: [sut] => { "false_condition": "__firewall_is_transactional | d(false)" } TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48 Saturday 03 August 2024 16:30:36 +0000 (0:00:00.021) 0:01:28.754 ******* skipping: [sut] => { "changed": false, "false_condition": "__firewall_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Fail if reboot is needed and not set] *** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53 Saturday 03 August 2024 16:30:36 +0000 (0:00:00.020) 0:01:28.775 ******* skipping: [sut] => { "changed": false, "false_condition": "__firewall_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Collect service facts] ************** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Saturday 03 August 2024 16:30:36 +0000 (0:00:00.020) 0:01:28.795 ******* skipping: [sut] => { "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] *** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9 Saturday 03 August 2024 16:30:36 +0000 (0:00:00.019) 0:01:28.815 ******* skipping: [sut] => (item=nftables) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "nftables", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=iptables) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "iptables", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ufw) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "ufw", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] *********** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22 Saturday 03 August 2024 16:30:36 +0000 (0:00:00.048) 0:01:28.864 ******* ok: [sut] => { "changed": false, "name": "firewalld", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2024-08-03 16:30:32 UTC", "ActiveEnterTimestampMonotonic": "308332663", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target dbus.socket system.slice polkit.service dbus-broker.service sysinit.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-08-03 16:30:31 UTC", "AssertTimestampMonotonic": "307296091", "Before": "network-pre.target multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "389444000", "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_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-08-03 16:30:31 UTC", "ConditionTimestampMonotonic": "307296088", "ConfigurationDirectoryMode": "0755", "Conflicts": "ip6tables.service iptables.service ipset.service shutdown.target ebtables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "4719", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DeviceAllow": "char-rtc r", "DevicePolicy": "closed", "Documentation": "\"man:firewalld(1)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3700932608", "EffectiveMemoryMax": "3700932608", "EffectiveTasksMax": "22402", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Sat 2024-08-03 16:30:31 UTC", "ExecMainHandoffTimestampMonotonic": "307331674", "ExecMainPID": "9560", "ExecMainStartTimestamp": "Sat 2024-08-03 16:30:31 UTC", "ExecMainStartTimestampMonotonic": "307299056", "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 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; 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=[Sat 2024-08-03 16:30:31 UTC] ; stop_time=[n/a] ; pid=9560 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[Sat 2024-08-03 16:30:31 UTC] ; stop_time=[n/a] ; pid=9560 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-08-03 16:30:31 UTC", "InactiveExitTimestampMonotonic": "307299447", "InvocationID": "ed1b68022b5f460db3fe03b0b2b5b74d", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "14001", "LimitNPROCSoft": "14001", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14001", "LimitSIGPENDINGSoft": "14001", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "9560", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3176914944", "MemoryCurrent": "31944704", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "32075776", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "firewalld.service dbus-org.fedoraproject.FirewallD1.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "yes", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "yes", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "yes", "ProtectHome": "yes", "ProtectHostname": "yes", "ProtectKernelLogs": "yes", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket system.slice sysinit.target", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Sat 2024-08-03 16:30:32 UTC", "StateChangeTimestampMonotonic": "308332663", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallArchitectures": "native", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "2", "TasksMax": "22402", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "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", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 Saturday 03 August 2024 16:30:36 +0000 (0:00:00.371) 0:01:29.235 ******* ok: [sut] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2024-08-03 16:30:32 UTC", "ActiveEnterTimestampMonotonic": "308332663", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target dbus.socket system.slice polkit.service dbus-broker.service sysinit.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-08-03 16:30:31 UTC", "AssertTimestampMonotonic": "307296091", "Before": "network-pre.target multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "389444000", "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_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-08-03 16:30:31 UTC", "ConditionTimestampMonotonic": "307296088", "ConfigurationDirectoryMode": "0755", "Conflicts": "ip6tables.service iptables.service ipset.service shutdown.target ebtables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "4719", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DeviceAllow": "char-rtc r", "DevicePolicy": "closed", "Documentation": "\"man:firewalld(1)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3700932608", "EffectiveMemoryMax": "3700932608", "EffectiveTasksMax": "22402", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Sat 2024-08-03 16:30:31 UTC", "ExecMainHandoffTimestampMonotonic": "307331674", "ExecMainPID": "9560", "ExecMainStartTimestamp": "Sat 2024-08-03 16:30:31 UTC", "ExecMainStartTimestampMonotonic": "307299056", "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 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; 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=[Sat 2024-08-03 16:30:31 UTC] ; stop_time=[n/a] ; pid=9560 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[Sat 2024-08-03 16:30:31 UTC] ; stop_time=[n/a] ; pid=9560 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-08-03 16:30:31 UTC", "InactiveExitTimestampMonotonic": "307299447", "InvocationID": "ed1b68022b5f460db3fe03b0b2b5b74d", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "14001", "LimitNPROCSoft": "14001", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14001", "LimitSIGPENDINGSoft": "14001", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "9560", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3184930816", "MemoryCurrent": "31944704", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "32075776", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "firewalld.service dbus-org.fedoraproject.FirewallD1.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "yes", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "yes", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "yes", "ProtectHome": "yes", "ProtectHostname": "yes", "ProtectKernelLogs": "yes", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket system.slice sysinit.target", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Sat 2024-08-03 16:30:32 UTC", "StateChangeTimestampMonotonic": "308332663", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallArchitectures": "native", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "2", "TasksMax": "22402", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "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", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34 Saturday 03 August 2024 16:30:37 +0000 (0:00:00.396) 0:01:29.631 ******* ok: [sut] => { "ansible_facts": { "__firewall_previous_replaced": false, "__firewall_python_cmd": "/usr/bin/python3.12", "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] *** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Saturday 03 August 2024 16:30:37 +0000 (0:00:00.028) 0:01:29.660 ******* skipping: [sut] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] *** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55 Saturday 03 August 2024 16:30:37 +0000 (0:00:00.019) 0:01:29.679 ******* skipping: [sut] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 Saturday 03 August 2024 16:30:37 +0000 (0:00:00.018) 0:01:29.697 ******* failed: [sut] (item={'port': '15001-15003/tcp', 'state': 'enabled'}) => { "ansible_loop_var": "item", "changed": false, "item": { "port": "15001-15003/tcp", "state": "enabled" } } MSG: [Errno 13] Permission denied: '/etc/firewalld/zones/public.xml' TASK [Dump journal] ************************************************************ task path: /WORKDIR/git-weekly-cig48sz_fx/tests/tests_basic.yml:447 Saturday 03 August 2024 16:30:37 +0000 (0:00:00.317) 0:01:30.015 ******* fatal: [sut]: FAILED! => { "changed": false, "cmd": [ "journalctl", "-ex" ], "delta": "0:00:00.029146", "end": "2024-08-03 16:30:37.919041", "failed_when_result": true, "rc": 0, "start": "2024-08-03 16:30:37.889895" } STDOUT: Aug 03 16:25:35 localhost systemd[1]: Created slice user.slice - User and Session Slice. Aug 03 16:25:35 localhost systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch. Aug 03 16:25:35 localhost systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch. Aug 03 16:25:35 localhost systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point. Aug 03 16:25:35 localhost systemd[1]: Expecting device dev-ttyS0.device - /dev/ttyS0... Aug 03 16:25:35 localhost systemd[1]: Reached target cryptsetup.target - Local Encrypted Volumes. Aug 03 16:25:35 localhost systemd[1]: Stopped target initrd-switch-root.target - Switch Root. Aug 03 16:25:35 localhost systemd[1]: Stopped target initrd-fs.target - Initrd File Systems. Aug 03 16:25:35 localhost systemd[1]: Stopped target initrd-root-fs.target - Initrd Root File System. Aug 03 16:25:35 localhost systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes. Aug 03 16:25:35 localhost systemd[1]: Reached target paths.target - Path Units. Aug 03 16:25:35 localhost systemd[1]: Reached target slices.target - Slice Units. Aug 03 16:25:35 localhost systemd[1]: Reached target swap.target - Swaps. Aug 03 16:25:35 localhost systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes. Aug 03 16:25:35 localhost systemd[1]: Listening on dm-event.socket - Device-mapper event daemon FIFOs. Aug 03 16:25:35 localhost systemd[1]: Listening on lvm2-lvmpolld.socket - LVM2 poll daemon socket. Aug 03 16:25:35 localhost systemd[1]: Listening on systemd-coredump.socket - Process Core Dump Socket. Aug 03 16:25:35 localhost systemd[1]: Listening on systemd-creds.socket - Credential Encryption/Decryption. Aug 03 16:25:35 localhost systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe. Aug 03 16:25:35 localhost systemd[1]: systemd-pcrextend.socket - TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki). Aug 03 16:25:35 localhost systemd[1]: systemd-pcrlock.socket - Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki). Aug 03 16:25:35 localhost systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket. Aug 03 16:25:35 localhost systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket. Aug 03 16:25:35 localhost systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System... Aug 03 16:25:35 localhost systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System... Aug 03 16:25:35 localhost systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System... Aug 03 16:25:35 localhost systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System... Aug 03 16:25:35 localhost systemd[1]: auth-rpcgss-module.service - Kernel Module supporting RPCSEC_GSS was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab). Aug 03 16:25:35 localhost systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes... Aug 03 16:25:35 localhost systemd[1]: Starting lvm2-monitor.service - Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Aug 03 16:25:35 localhost systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs... Aug 03 16:25:35 localhost systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod... Aug 03 16:25:35 localhost systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm... Aug 03 16:25:35 localhost systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore... Aug 03 16:25:35 localhost systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse... Aug 03 16:25:35 localhost systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop... Aug 03 16:25:35 localhost systemd[1]: systemd-fsck-root.service: Deactivated successfully. Aug 03 16:25:35 localhost systemd[1]: Stopped systemd-fsck-root.service - File System Check on Root Device. Aug 03 16:25:35 localhost systemd[1]: systemd-hibernate-clear.service - Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67). Aug 03 16:25:35 localhost systemd[1]: Starting systemd-journald.service - Journal Service... Aug 03 16:25:35 localhost systemd[1]: systemd-modules-load.service - Load Kernel Modules was skipped because no trigger condition checks were met. Aug 03 16:25:35 localhost systemd[1]: Starting systemd-network-generator.service - Generate network units from Kernel command line... Aug 03 16:25:35 localhost systemd[1]: systemd-pcrmachine.service - TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki). Aug 03 16:25:35 localhost systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems... Aug 03 16:25:35 localhost systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables... Aug 03 16:25:35 localhost systemd[1]: systemd-tpm2-setup-early.service - Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki). Aug 03 16:25:35 localhost systemd[1]: Starting systemd-udev-load-credentials.service - Load udev Rules from Credentials... Aug 03 16:25:35 localhost systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices... Aug 03 16:25:35 localhost kernel: loop: module loaded Aug 03 16:25:35 localhost systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes. Aug 03 16:25:35 localhost systemd[1]: modprobe@configfs.service: Deactivated successfully. Aug 03 16:25:35 localhost systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs. Aug 03 16:25:35 localhost systemd[1]: modprobe@drm.service: Deactivated successfully. Aug 03 16:25:35 localhost systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm. Aug 03 16:25:35 localhost systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System. Aug 03 16:25:35 localhost systemd[1]: modprobe@efi_pstore.service: Deactivated successfully. Aug 03 16:25:35 localhost systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore. Aug 03 16:25:35 localhost systemd-journald[475]: Collecting audit messages is disabled. Aug 03 16:25:35 localhost systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System. Aug 03 16:25:35 localhost kernel: device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log. Aug 03 16:25:35 localhost systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System. Aug 03 16:25:35 localhost kernel: fuse: init (API version 7.40) Aug 03 16:25:35 localhost kernel: device-mapper: uevent: version 1.0.3 Aug 03 16:25:35 localhost systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System. Aug 03 16:25:35 localhost kernel: device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev Aug 03 16:25:35 localhost systemd[1]: modprobe@fuse.service: Deactivated successfully. Aug 03 16:25:35 localhost systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse. Aug 03 16:25:35 localhost systemd[1]: modprobe@dm_mod.service: Deactivated successfully. Aug 03 16:25:35 localhost systemd[1]: Finished modprobe@dm_mod.service - Load Kernel Module dm_mod. Aug 03 16:25:35 localhost systemd[1]: modprobe@loop.service: Deactivated successfully. Aug 03 16:25:35 localhost systemd[1]: Finished modprobe@loop.service - Load Kernel Module loop. Aug 03 16:25:35 localhost systemd[1]: Finished systemd-network-generator.service - Generate network units from Kernel command line. Aug 03 16:25:35 localhost systemd-journald[475]: 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. Aug 03 16:25:35 localhost systemd-journald[475]: Runtime Journal (/run/log/journal/ec26291004d2fa43db66acd83c6c3ebd) is 8M, max 70.5M, 62.5M free. ░░ Subject: Disk space used by the journal ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ Runtime Journal (/run/log/journal/ec26291004d2fa43db66acd83c6c3ebd) is currently using 8M. ░░ Maximum allowed usage is set to 70.5M. ░░ Leaving at least 35.2M free (of currently available 689.8M of disk space). ░░ Enforced usage limit is thus 70.5M, of which 62.5M 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. Aug 03 16:25:34 localhost systemd[1]: Queued start job for default target multi-user.target. Aug 03 16:25:34 localhost systemd[1]: systemd-journald.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit systemd-journald.service has successfully entered the 'dead' state. Aug 03 16:25:35 localhost systemd[1]: Started systemd-journald.service - Journal Service. Aug 03 16:25:35 localhost systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems. ░░ Subject: A start job for unit systemd-remount-fs.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-remount-fs.service has finished successfully. ░░ ░░ The job identifier is 165. Aug 03 16:25:35 localhost systemd[1]: Finished systemd-udev-load-credentials.service - Load udev Rules from Credentials. ░░ Subject: A start job for unit systemd-udev-load-credentials.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-udev-load-credentials.service has finished successfully. ░░ ░░ The job identifier is 126. Aug 03 16:25:35 localhost systemd[1]: systemd-hwdb-update.service - Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc). ░░ Subject: A start job for unit systemd-hwdb-update.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-hwdb-update.service has finished successfully. ░░ ░░ The job identifier is 180. Aug 03 16:25:35 localhost systemd[1]: Starting systemd-journal-flush.service - Flush Journal to Persistent Storage... ░░ Subject: A start job for unit systemd-journal-flush.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-journal-flush.service has begun execution. ░░ ░░ The job identifier is 193. Aug 03 16:25:35 localhost systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore). ░░ Subject: A start job for unit systemd-pstore.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-pstore.service has finished successfully. ░░ ░░ The job identifier is 159. Aug 03 16:25:35 localhost systemd[1]: Starting systemd-random-seed.service - Load/Save OS Random Seed... ░░ Subject: A start job for unit systemd-random-seed.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-random-seed.service has begun execution. ░░ ░░ The job identifier is 185. Aug 03 16:25:35 localhost systemd[1]: systemd-repart.service - Repartition Root Disk was skipped because no trigger condition checks were met. ░░ Subject: A start job for unit systemd-repart.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-repart.service has finished successfully. ░░ ░░ The job identifier is 138. Aug 03 16:25:35 localhost systemd[1]: Starting systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully... ░░ Subject: A start job for unit systemd-tmpfiles-setup-dev-early.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-tmpfiles-setup-dev-early.service has begun execution. ░░ ░░ The job identifier is 182. Aug 03 16:25:35 localhost systemd[1]: systemd-tpm2-setup.service - TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki). ░░ Subject: A start job for unit systemd-tpm2-setup.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-tpm2-setup.service has finished successfully. ░░ ░░ The job identifier is 178. Aug 03 16:25:35 localhost systemd[1]: Finished systemd-sysctl.service - Apply Kernel Variables. ░░ Subject: A start job for unit systemd-sysctl.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-sysctl.service has finished successfully. ░░ ░░ The job identifier is 191. Aug 03 16:25:35 localhost systemd-journald[475]: Runtime Journal (/run/log/journal/ec26291004d2fa43db66acd83c6c3ebd) is 8M, max 70.5M, 62.5M free. ░░ Subject: Disk space used by the journal ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ Runtime Journal (/run/log/journal/ec26291004d2fa43db66acd83c6c3ebd) is currently using 8M. ░░ Maximum allowed usage is set to 70.5M. ░░ Leaving at least 35.2M free (of currently available 689.8M of disk space). ░░ Enforced usage limit is thus 70.5M, of which 62.5M 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. Aug 03 16:25:35 localhost systemd-journald[475]: Received client request to flush runtime journal. Aug 03 16:25:35 localhost systemd[1]: Finished systemd-udev-trigger.service - Coldplug All udev Devices. ░░ Subject: A start job for unit systemd-udev-trigger.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-udev-trigger.service has finished successfully. ░░ ░░ The job identifier is 123. Aug 03 16:25:35 localhost systemd[1]: Finished systemd-random-seed.service - Load/Save OS Random Seed. ░░ Subject: A start job for unit systemd-random-seed.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-random-seed.service has finished successfully. ░░ ░░ The job identifier is 185. Aug 03 16:25:35 localhost systemd[1]: Finished systemd-journal-flush.service - Flush Journal to Persistent Storage. ░░ Subject: A start job for unit systemd-journal-flush.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-journal-flush.service has finished successfully. ░░ ░░ The job identifier is 193. Aug 03 16:25:35 localhost systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System... ░░ Subject: A start job for unit sys-fs-fuse-connections.mount has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sys-fs-fuse-connections.mount has begun execution. ░░ ░░ The job identifier is 168. Aug 03 16:25:35 localhost systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System. ░░ Subject: A start job for unit sys-fs-fuse-connections.mount has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sys-fs-fuse-connections.mount has finished successfully. ░░ ░░ The job identifier is 168. Aug 03 16:25:35 localhost systemd[1]: Finished lvm2-monitor.service - Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling. ░░ Subject: A start job for unit lvm2-monitor.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit lvm2-monitor.service has finished successfully. ░░ ░░ The job identifier is 187. Aug 03 16:25:36 localhost systemd[1]: Finished systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully. ░░ Subject: A start job for unit systemd-tmpfiles-setup-dev-early.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-tmpfiles-setup-dev-early.service has finished successfully. ░░ ░░ The job identifier is 182. Aug 03 16:25:36 localhost systemd[1]: systemd-sysusers.service - Create System Users was skipped because no trigger condition checks were met. ░░ Subject: A start job for unit systemd-sysusers.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-sysusers.service has finished successfully. ░░ ░░ The job identifier is 137. Aug 03 16:25:36 localhost systemd[1]: Starting systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev... ░░ Subject: A start job for unit systemd-tmpfiles-setup-dev.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-tmpfiles-setup-dev.service has begun execution. ░░ ░░ The job identifier is 134. Aug 03 16:25:36 localhost systemd[1]: Finished systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev. ░░ Subject: A start job for unit systemd-tmpfiles-setup-dev.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-tmpfiles-setup-dev.service has finished successfully. ░░ ░░ The job identifier is 134. Aug 03 16:25:36 localhost systemd[1]: Reached target local-fs-pre.target - Preparation for Local File Systems. ░░ Subject: A start job for unit local-fs-pre.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit local-fs-pre.target has finished successfully. ░░ ░░ The job identifier is 135. Aug 03 16:25:36 localhost systemd[1]: Reached target local-fs.target - Local File Systems. ░░ Subject: A start job for unit local-fs.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit local-fs.target has finished successfully. ░░ ░░ The job identifier is 164. Aug 03 16:25:36 localhost systemd[1]: Listening on systemd-bootctl.socket - Boot Entries Service Socket. ░░ Subject: A start job for unit systemd-bootctl.socket has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-bootctl.socket has finished successfully. ░░ ░░ The job identifier is 215. Aug 03 16:25:36 localhost systemd[1]: Listening on systemd-sysext.socket - System Extension Image Management. ░░ Subject: A start job for unit systemd-sysext.socket has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-sysext.socket has finished successfully. ░░ ░░ The job identifier is 209. Aug 03 16:25:36 localhost systemd[1]: ldconfig.service - Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met. ░░ Subject: A start job for unit ldconfig.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit ldconfig.service has finished successfully. ░░ ░░ The job identifier is 166. Aug 03 16:25:36 localhost systemd[1]: selinux-autorelabel-mark.service - Mark the need to relabel after reboot was skipped because of an unmet condition check (ConditionSecurity=!selinux). ░░ Subject: A start job for unit selinux-autorelabel-mark.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit selinux-autorelabel-mark.service has finished successfully. ░░ ░░ The job identifier is 163. Aug 03 16:25:36 localhost systemd[1]: systemd-binfmt.service - Set Up Additional Binary Formats was skipped because no trigger condition checks were met. ░░ Subject: A start job for unit systemd-binfmt.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-binfmt.service has finished successfully. ░░ ░░ The job identifier is 192. Aug 03 16:25:36 localhost systemd[1]: systemd-boot-random-seed.service - Update Boot Loader Random Seed was skipped because no trigger condition checks were met. ░░ Subject: A start job for unit systemd-boot-random-seed.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-boot-random-seed.service has finished successfully. ░░ ░░ The job identifier is 144. Aug 03 16:25:36 localhost systemd[1]: systemd-confext.service - Merge System Configuration Images into /etc/ was skipped because no trigger condition checks were met. ░░ Subject: A start job for unit systemd-confext.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-confext.service has finished successfully. ░░ ░░ The job identifier is 143. Aug 03 16:25:36 localhost systemd[1]: systemd-sysext.service - Merge System Extension Images into /usr/ and /opt/ was skipped because no trigger condition checks were met. ░░ Subject: A start job for unit systemd-sysext.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-sysext.service has finished successfully. ░░ ░░ The job identifier is 149. Aug 03 16:25:36 localhost systemd[1]: Starting systemd-tmpfiles-setup.service - Create System Files and Directories... ░░ Subject: A start job for unit systemd-tmpfiles-setup.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-tmpfiles-setup.service has begun execution. ░░ ░░ The job identifier is 162. Aug 03 16:25:36 localhost systemd[1]: Starting systemd-udevd.service - Rule-based Manager for Device Events and Files... ░░ Subject: A start job for unit systemd-udevd.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-udevd.service has begun execution. ░░ ░░ The job identifier is 125. Aug 03 16:25:36 localhost systemd-udevd[516]: Using default interface naming scheme 'rhel-10.0'. Aug 03 16:25:36 localhost systemd[1]: Finished systemd-tmpfiles-setup.service - Create System Files and Directories. ░░ Subject: A start job for unit systemd-tmpfiles-setup.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-tmpfiles-setup.service has finished successfully. ░░ ░░ The job identifier is 162. Aug 03 16:25:36 localhost systemd[1]: Mounting var-lib-nfs-rpc_pipefs.mount - RPC Pipe File System... ░░ Subject: A start job for unit var-lib-nfs-rpc_pipefs.mount has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit var-lib-nfs-rpc_pipefs.mount has begun execution. ░░ ░░ The job identifier is 235. Aug 03 16:25:36 localhost systemd[1]: Starting audit-rules.service - Load Audit Rules... ░░ Subject: A start job for unit audit-rules.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit audit-rules.service has begun execution. ░░ ░░ The job identifier is 258. Aug 03 16:25:36 localhost systemd[1]: systemd-firstboot.service - First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes). ░░ Subject: A start job for unit systemd-firstboot.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-firstboot.service has finished successfully. ░░ ░░ The job identifier is 150. Aug 03 16:25:36 localhost systemd[1]: first-boot-complete.target - First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes). ░░ Subject: A start job for unit first-boot-complete.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit first-boot-complete.target has finished successfully. ░░ ░░ The job identifier is 151. Aug 03 16:25:36 localhost systemd[1]: systemd-journal-catalog-update.service - Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var). ░░ Subject: A start job for unit systemd-journal-catalog-update.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-journal-catalog-update.service has finished successfully. ░░ ░░ The job identifier is 161. Aug 03 16:25:36 localhost systemd[1]: Starting systemd-machine-id-commit.service - Save Transient machine-id to Disk... ░░ Subject: A start job for unit systemd-machine-id-commit.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-machine-id-commit.service has begun execution. ░░ ░░ The job identifier is 195. Aug 03 16:25:36 localhost systemd[1]: systemd-update-done.service - Update is Completed was skipped because no trigger condition checks were met. ░░ Subject: A start job for unit systemd-update-done.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-update-done.service has finished successfully. ░░ ░░ The job identifier is 194. Aug 03 16:25:37 localhost kernel: RPC: Registered named UNIX socket transport module. Aug 03 16:25:37 localhost kernel: RPC: Registered udp transport module. Aug 03 16:25:37 localhost kernel: RPC: Registered tcp transport module. Aug 03 16:25:37 localhost kernel: RPC: Registered tcp-with-tls transport module. Aug 03 16:25:37 localhost kernel: RPC: Registered tcp NFSv4.1 backchannel transport module. Aug 03 16:25:37 localhost systemd[1]: Mounted var-lib-nfs-rpc_pipefs.mount - RPC Pipe File System. ░░ Subject: A start job for unit var-lib-nfs-rpc_pipefs.mount has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit var-lib-nfs-rpc_pipefs.mount has finished successfully. ░░ ░░ The job identifier is 235. Aug 03 16:25:37 localhost systemd[1]: Reached target rpc_pipefs.target. ░░ Subject: A start job for unit rpc_pipefs.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit rpc_pipefs.target has finished successfully. ░░ ░░ The job identifier is 234. Aug 03 16:25:37 localhost systemd[1]: etc-machine\x2did.mount: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit etc-machine\x2did.mount has successfully entered the 'dead' state. Aug 03 16:25:37 localhost systemd[1]: Finished systemd-machine-id-commit.service - Save Transient machine-id to Disk. ░░ Subject: A start job for unit systemd-machine-id-commit.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-machine-id-commit.service has finished successfully. ░░ ░░ The job identifier is 195. Aug 03 16:25:37 localhost augenrules[520]: /sbin/augenrules: No change Aug 03 16:25:37 localhost augenrules[536]: No rules Aug 03 16:25:37 localhost augenrules[536]: enabled 0 Aug 03 16:25:37 localhost augenrules[536]: failure 1 Aug 03 16:25:37 localhost augenrules[536]: pid 0 Aug 03 16:25:37 localhost augenrules[536]: rate_limit 0 Aug 03 16:25:37 localhost augenrules[536]: backlog_limit 8192 Aug 03 16:25:37 localhost augenrules[536]: lost 0 Aug 03 16:25:37 localhost augenrules[536]: backlog 0 Aug 03 16:25:37 localhost augenrules[536]: backlog_wait_time 60000 Aug 03 16:25:37 localhost augenrules[536]: backlog_wait_time_actual 0 Aug 03 16:25:37 localhost augenrules[536]: enabled 0 Aug 03 16:25:37 localhost augenrules[536]: failure 1 Aug 03 16:25:37 localhost augenrules[536]: pid 0 Aug 03 16:25:37 localhost augenrules[536]: rate_limit 0 Aug 03 16:25:37 localhost augenrules[536]: backlog_limit 8192 Aug 03 16:25:37 localhost augenrules[536]: lost 0 Aug 03 16:25:37 localhost augenrules[536]: backlog 0 Aug 03 16:25:37 localhost augenrules[536]: backlog_wait_time 60000 Aug 03 16:25:37 localhost augenrules[536]: backlog_wait_time_actual 0 Aug 03 16:25:37 localhost augenrules[536]: enabled 0 Aug 03 16:25:37 localhost augenrules[536]: failure 1 Aug 03 16:25:37 localhost augenrules[536]: pid 0 Aug 03 16:25:37 localhost augenrules[536]: rate_limit 0 Aug 03 16:25:37 localhost augenrules[536]: backlog_limit 8192 Aug 03 16:25:37 localhost augenrules[536]: lost 0 Aug 03 16:25:37 localhost augenrules[536]: backlog 0 Aug 03 16:25:37 localhost augenrules[536]: backlog_wait_time 60000 Aug 03 16:25:37 localhost augenrules[536]: backlog_wait_time_actual 0 Aug 03 16:25:37 localhost systemd[1]: audit-rules.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit audit-rules.service has successfully entered the 'dead' state. Aug 03 16:25:37 localhost systemd[1]: Finished audit-rules.service - Load Audit Rules. ░░ Subject: A start job for unit audit-rules.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit audit-rules.service has finished successfully. ░░ ░░ The job identifier is 258. Aug 03 16:25:37 localhost systemd[1]: Starting auditd.service - Security Audit Logging Service... ░░ Subject: A start job for unit auditd.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit auditd.service has begun execution. ░░ ░░ The job identifier is 257. Aug 03 16:25:37 localhost systemd[1]: Started systemd-udevd.service - Rule-based Manager for Device Events and Files. ░░ Subject: A start job for unit systemd-udevd.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-udevd.service has finished successfully. ░░ ░░ The job identifier is 125. Aug 03 16:25:37 localhost systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs... ░░ Subject: A start job for unit modprobe@configfs.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit modprobe@configfs.service has begun execution. ░░ ░░ The job identifier is 288. Aug 03 16:25:37 localhost systemd[1]: modprobe@configfs.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit modprobe@configfs.service has successfully entered the 'dead' state. Aug 03 16:25:37 localhost systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs. ░░ Subject: A start job for unit modprobe@configfs.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit modprobe@configfs.service has finished successfully. ░░ ░░ The job identifier is 288. Aug 03 16:25:37 localhost systemd[1]: Condition check resulted in dev-ttyS0.device - /dev/ttyS0 being skipped. ░░ Subject: A start job for unit dev-ttyS0.device has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit dev-ttyS0.device has finished successfully. ░░ ░░ The job identifier is 223. Aug 03 16:25:38 localhost 55-scsi-sg3_id.rules[572]: WARNING: SCSI device xvda has no device ID, consider changing .SCSI_ID_SERIAL_SRC in 00-scsi-sg3_config.rules Aug 03 16:25:38 localhost kernel: input: PC Speaker as /devices/platform/pcspkr/input/input5 Aug 03 16:25:38 localhost auditd[577]: No plugins found, not dispatching events Aug 03 16:25:38 localhost auditd[577]: Init complete, auditd 4.0 listening for events (startup state enable) Aug 03 16:25:38 localhost systemd[1]: Started auditd.service - Security Audit Logging Service. ░░ Subject: A start job for unit auditd.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit auditd.service has finished successfully. ░░ ░░ The job identifier is 257. Aug 03 16:25:38 localhost systemd[1]: Starting systemd-update-utmp.service - Record System Boot/Shutdown in UTMP... ░░ Subject: A start job for unit systemd-update-utmp.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-update-utmp.service has begun execution. ░░ ░░ The job identifier is 263. Aug 03 16:25:38 localhost kernel: piix4_smbus 0000:00:01.3: SMBus base address uninitialized - upgrade BIOS or use force_addr=0xaddr Aug 03 16:25:38 localhost kernel: RAPL PMU: API unit is 2^-32 Joules, 0 fixed counters, 655360 ms ovfl timer Aug 03 16:25:38 localhost systemd[1]: Starting systemd-vconsole-setup.service - Virtual Console Setup... ░░ Subject: A start job for unit systemd-vconsole-setup.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-vconsole-setup.service has begun execution. ░░ ░░ The job identifier is 294. Aug 03 16:25:38 localhost systemd[1]: Finished systemd-update-utmp.service - Record System Boot/Shutdown in UTMP. ░░ Subject: A start job for unit systemd-update-utmp.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-update-utmp.service has finished successfully. ░░ ░░ The job identifier is 263. Aug 03 16:25:38 localhost (udev-worker)[547]: Network interface NamePolicy= disabled on kernel command line. Aug 03 16:25:38 localhost kernel: cirrus 0000:00:02.0: vgaarb: deactivate vga console Aug 03 16:25:38 localhost kernel: Console: switching to colour dummy device 80x25 Aug 03 16:25:38 localhost kernel: [drm] Initialized cirrus 2.0.0 2019 for 0000:00:02.0 on minor 0 Aug 03 16:25:38 localhost kernel: fbcon: cirrusdrmfb (fb0) is primary device Aug 03 16:25:38 localhost kernel: Console: switching to colour frame buffer device 128x48 Aug 03 16:25:38 localhost kernel: cirrus 0000:00:02.0: [drm] fb0: cirrusdrmfb frame buffer device Aug 03 16:25:38 localhost systemd[1]: systemd-vconsole-setup.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit systemd-vconsole-setup.service has successfully entered the 'dead' state. Aug 03 16:25:38 localhost systemd[1]: Stopped systemd-vconsole-setup.service - Virtual Console Setup. ░░ Subject: A stop job for unit systemd-vconsole-setup.service has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit systemd-vconsole-setup.service has finished. ░░ ░░ The job identifier is 294 and the job result is done. Aug 03 16:25:38 localhost systemd[1]: run-credentials-systemd\x2dvconsole\x2dsetup.service.mount: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit run-credentials-systemd\x2dvconsole\x2dsetup.service.mount has successfully entered the 'dead' state. Aug 03 16:25:38 localhost systemd[1]: Starting systemd-vconsole-setup.service - Virtual Console Setup... ░░ Subject: A start job for unit systemd-vconsole-setup.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-vconsole-setup.service has begun execution. ░░ ░░ The job identifier is 294. Aug 03 16:25:39 localhost systemd[1]: Finished systemd-vconsole-setup.service - Virtual Console Setup. ░░ Subject: A start job for unit systemd-vconsole-setup.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-vconsole-setup.service has finished successfully. ░░ ░░ The job identifier is 294. Aug 03 16:25:39 localhost systemd[1]: Reached target sysinit.target - System Initialization. ░░ Subject: A start job for unit sysinit.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sysinit.target has finished successfully. ░░ ░░ The job identifier is 122. Aug 03 16:25:39 localhost systemd[1]: Started dnf-makecache.timer - dnf makecache --timer. ░░ Subject: A start job for unit dnf-makecache.timer has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit dnf-makecache.timer has finished successfully. ░░ ░░ The job identifier is 200. Aug 03 16:25:39 localhost systemd[1]: Started fstrim.timer - Discard unused filesystem blocks once a week. ░░ Subject: A start job for unit fstrim.timer has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit fstrim.timer has finished successfully. ░░ ░░ The job identifier is 199. Aug 03 16:25:39 localhost systemd[1]: Started logrotate.timer - Daily rotation of log files. ░░ Subject: A start job for unit logrotate.timer has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit logrotate.timer has finished successfully. ░░ ░░ The job identifier is 207. Aug 03 16:25:39 localhost systemd[1]: Started systemd-tmpfiles-clean.timer - Daily Cleanup of Temporary Directories. ░░ Subject: A start job for unit systemd-tmpfiles-clean.timer has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-tmpfiles-clean.timer has finished successfully. ░░ ░░ The job identifier is 197. Aug 03 16:25:39 localhost systemd[1]: Started unbound-anchor.timer - daily update of the root trust anchor for DNSSEC. ░░ Subject: A start job for unit unbound-anchor.timer has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit unbound-anchor.timer has finished successfully. ░░ ░░ The job identifier is 198. Aug 03 16:25:39 localhost systemd[1]: Reached target timers.target - Timer Units. ░░ Subject: A start job for unit timers.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit timers.target has finished successfully. ░░ ░░ The job identifier is 196. Aug 03 16:25:39 localhost systemd[1]: Listening on dbus.socket - D-Bus System Message Bus Socket. ░░ Subject: A start job for unit dbus.socket has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit dbus.socket has finished successfully. ░░ ░░ The job identifier is 204. Aug 03 16:25:39 localhost systemd[1]: Listening on pcscd.socket - PC/SC Smart Card Daemon Activation Socket. ░░ Subject: A start job for unit pcscd.socket has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit pcscd.socket has finished successfully. ░░ ░░ The job identifier is 214. Aug 03 16:25:39 localhost systemd[1]: Listening on sssd-kcm.socket - SSSD Kerberos Cache Manager responder socket. ░░ Subject: A start job for unit sssd-kcm.socket has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sssd-kcm.socket has finished successfully. ░░ ░░ The job identifier is 216. Aug 03 16:25:39 localhost systemd[1]: Listening on systemd-hostnamed.socket - Hostname Service Socket. ░░ Subject: A start job for unit systemd-hostnamed.socket has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-hostnamed.socket has finished successfully. ░░ ░░ The job identifier is 218. Aug 03 16:25:39 localhost systemd[1]: Reached target sockets.target - Socket Units. ░░ Subject: A start job for unit sockets.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sockets.target has finished successfully. ░░ ░░ The job identifier is 208. Aug 03 16:25:39 localhost systemd[1]: Starting dbus-broker.service - D-Bus System Message Bus... ░░ Subject: A start job for unit dbus-broker.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit dbus-broker.service has begun execution. ░░ ░░ The job identifier is 205. Aug 03 16:25:39 localhost systemd[1]: systemd-pcrphase-sysinit.service - TPM PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionSecurity=measured-uki). ░░ Subject: A start job for unit systemd-pcrphase-sysinit.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-pcrphase-sysinit.service has finished successfully. ░░ ░░ The job identifier is 167. Aug 03 16:25:40 localhost systemd[1]: Started dbus-broker.service - D-Bus System Message Bus. ░░ Subject: A start job for unit dbus-broker.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit dbus-broker.service has finished successfully. ░░ ░░ The job identifier is 205. Aug 03 16:25:40 localhost systemd[1]: Reached target basic.target - Basic System. ░░ Subject: A start job for unit basic.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit basic.target has finished successfully. ░░ ░░ The job identifier is 119. Aug 03 16:25:40 localhost dbus-broker-launch[600]: Ready Aug 03 16:25:40 localhost systemd[1]: Starting chronyd.service - NTP client/server... ░░ Subject: A start job for unit chronyd.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit chronyd.service has begun execution. ░░ ░░ The job identifier is 259. Aug 03 16:25:40 localhost systemd[1]: Starting cloud-init-local.service - Initial cloud-init job (pre-networking)... ░░ Subject: A start job for unit cloud-init-local.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit cloud-init-local.service has begun execution. ░░ ░░ The job identifier is 245. Aug 03 16:25:40 localhost systemd[1]: Starting dracut-shutdown.service - Restore /run/initramfs on shutdown... ░░ Subject: A start job for unit dracut-shutdown.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit dracut-shutdown.service has begun execution. ░░ ░░ The job identifier is 183. Aug 03 16:25:40 localhost systemd[1]: Started irqbalance.service - irqbalance daemon. ░░ Subject: A start job for unit irqbalance.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit irqbalance.service has finished successfully. ░░ ░░ The job identifier is 254. Aug 03 16:25:40 localhost (qbalance)[605]: irqbalance.service: Referenced but unset environment variable evaluates to an empty string: IRQBALANCE_ARGS Aug 03 16:25:40 localhost systemd[1]: Started rngd.service - Hardware RNG Entropy Gatherer Daemon. ░░ Subject: A start job for unit rngd.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit rngd.service has finished successfully. ░░ ░░ The job identifier is 229. Aug 03 16:25:40 localhost systemd[1]: Starting rsyslog.service - System Logging Service... ░░ Subject: A start job for unit rsyslog.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit rsyslog.service has begun execution. ░░ ░░ The job identifier is 264. Aug 03 16:25:40 localhost systemd[1]: ssh-host-keys-migration.service - Update OpenSSH host key permissions was skipped because of an unmet condition check (ConditionPathExists=!/var/lib/.ssh-host-keys-migration). ░░ Subject: A start job for unit ssh-host-keys-migration.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit ssh-host-keys-migration.service has finished successfully. ░░ ░░ The job identifier is 248. Aug 03 16:25:40 localhost systemd[1]: sshd-keygen@ecdsa.service - OpenSSH ecdsa Server Key Generation was skipped because of an unmet condition check (ConditionPathExists=!/run/systemd/generator.early/multi-user.target.wants/cloud-init.target). ░░ Subject: A start job for unit sshd-keygen@ecdsa.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sshd-keygen@ecdsa.service has finished successfully. ░░ ░░ The job identifier is 252. Aug 03 16:25:40 localhost systemd[1]: sshd-keygen@ed25519.service - OpenSSH ed25519 Server Key Generation was skipped because of an unmet condition check (ConditionPathExists=!/run/systemd/generator.early/multi-user.target.wants/cloud-init.target). ░░ Subject: A start job for unit sshd-keygen@ed25519.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sshd-keygen@ed25519.service has finished successfully. ░░ ░░ The job identifier is 250. Aug 03 16:25:40 localhost systemd[1]: sshd-keygen@rsa.service - OpenSSH rsa Server Key Generation was skipped because of an unmet condition check (ConditionPathExists=!/run/systemd/generator.early/multi-user.target.wants/cloud-init.target). ░░ Subject: A start job for unit sshd-keygen@rsa.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sshd-keygen@rsa.service has finished successfully. ░░ ░░ The job identifier is 253. Aug 03 16:25:40 localhost systemd[1]: Reached target sshd-keygen.target. ░░ Subject: A start job for unit sshd-keygen.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sshd-keygen.target has finished successfully. ░░ ░░ The job identifier is 249. Aug 03 16:25:40 localhost systemd[1]: sssd.service - System Security Services Daemon was skipped because no trigger condition checks were met. ░░ Subject: A start job for unit sssd.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sssd.service has finished successfully. ░░ ░░ The job identifier is 265. Aug 03 16:25:40 localhost systemd[1]: Reached target nss-user-lookup.target - User and Group Name Lookups. ░░ Subject: A start job for unit nss-user-lookup.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit nss-user-lookup.target has finished successfully. ░░ ░░ The job identifier is 266. Aug 03 16:25:40 localhost systemd[1]: Starting systemd-logind.service - User Login Management... ░░ Subject: A start job for unit systemd-logind.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-logind.service has begun execution. ░░ ░░ The job identifier is 270. Aug 03 16:25:40 localhost systemd-logind[610]: New seat seat0. ░░ Subject: A new seat seat0 is now available ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A new seat seat0 has been configured and is now available. Aug 03 16:25:40 localhost systemd-logind[610]: Watching system buttons on /dev/input/event0 (Power Button) Aug 03 16:25:40 localhost systemd-logind[610]: Watching system buttons on /dev/input/event1 (Sleep Button) Aug 03 16:25:40 localhost systemd-logind[610]: Watching system buttons on /dev/input/event2 (AT Translated Set 2 keyboard) Aug 03 16:25:40 localhost systemd[1]: Starting unbound-anchor.service - update of the root trust anchor for DNSSEC validation in unbound... ░░ Subject: A start job for unit unbound-anchor.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit unbound-anchor.service has begun execution. ░░ ░░ The job identifier is 303. Aug 03 16:25:40 localhost systemd[1]: Started systemd-logind.service - User Login Management. ░░ Subject: A start job for unit systemd-logind.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-logind.service has finished successfully. ░░ ░░ The job identifier is 270. Aug 03 16:25:40 localhost systemd[1]: Finished dracut-shutdown.service - Restore /run/initramfs on shutdown. ░░ Subject: A start job for unit dracut-shutdown.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit dracut-shutdown.service has finished successfully. ░░ ░░ The job identifier is 183. Aug 03 16:25:41 localhost systemd[1]: Started rsyslog.service - System Logging Service. ░░ Subject: A start job for unit rsyslog.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit rsyslog.service has finished successfully. ░░ ░░ The job identifier is 264. Aug 03 16:25:41 localhost rsyslogd[609]: imjournal: filecreatemode is not set, using default 0644 [v8.2312.0-2.el10 try https://www.rsyslog.com/e/2186 ] Aug 03 16:25:41 localhost rsyslogd[609]: [origin software="rsyslogd" swVersion="8.2312.0-2.el10" x-pid="609" x-info="https://www.rsyslog.com"] start Aug 03 16:25:41 localhost rsyslogd[609]: imjournal: journal files changed, reloading... [v8.2312.0-2.el10 try https://www.rsyslog.com/e/0 ] Aug 03 16:25:41 localhost rngd[607]: Disabling 7: PKCS11 Entropy generator (pkcs11) Aug 03 16:25:41 localhost rngd[607]: Disabling 5: NIST Network Entropy Beacon (nist) Aug 03 16:25:41 localhost rngd[607]: Disabling 9: Qrypt quantum entropy beacon (qrypt) Aug 03 16:25:41 localhost rngd[607]: Disabling 10: Named pipe entropy input (namedpipe) Aug 03 16:25:41 localhost rngd[607]: Initializing available sources Aug 03 16:25:41 localhost rngd[607]: [hwrng ]: Initialization Failed Aug 03 16:25:41 localhost rngd[607]: [rdrand]: Enabling RDRAND rng support Aug 03 16:25:41 localhost rngd[607]: [rdrand]: Initialized Aug 03 16:25:41 localhost rngd[607]: [jitter]: JITTER timeout set to 5 sec Aug 03 16:25:41 localhost rngd[607]: [jitter]: Initializing AES buffer Aug 03 16:25:41 localhost chronyd[629]: chronyd version 4.5 starting (+CMDMON +NTP +REFCLOCK +RTC +PRIVDROP +SCFILTER +SIGND +ASYNCDNS +NTS +SECHASH +IPV6 +DEBUG) Aug 03 16:25:41 localhost chronyd[629]: Frequency 0.000 +/- 1000000.000 ppm read from /var/lib/chrony/drift Aug 03 16:25:41 localhost systemd[1]: unbound-anchor.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit unbound-anchor.service has successfully entered the 'dead' state. Aug 03 16:25:41 localhost systemd[1]: Finished unbound-anchor.service - update of the root trust anchor for DNSSEC validation in unbound. ░░ Subject: A start job for unit unbound-anchor.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit unbound-anchor.service has finished successfully. ░░ ░░ The job identifier is 303. Aug 03 16:25:41 localhost chronyd[629]: Using right/UTC timezone to obtain leap second data Aug 03 16:25:41 localhost chronyd[629]: Loaded seccomp filter (level 2) Aug 03 16:25:41 localhost systemd[1]: Started chronyd.service - NTP client/server. ░░ Subject: A start job for unit chronyd.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit chronyd.service has finished successfully. ░░ ░░ The job identifier is 259. Aug 03 16:25:46 localhost rngd[607]: [jitter]: Unable to obtain AES key, disabling JITTER source Aug 03 16:25:46 localhost rngd[607]: [jitter]: Initialization Failed Aug 03 16:25:46 localhost rngd[607]: Process privileges have been dropped to 2:2 Aug 03 16:25:49 localhost cloud-init[635]: Cloud-init v. 24.1.4-14.el10 running 'init-local' at Sat, 03 Aug 2024 16:25:49 +0000. Up 26.06 seconds. Aug 03 16:25:50 localhost irqbalance[605]: Cannot change IRQ 0 affinity: Input/output error Aug 03 16:25:50 localhost irqbalance[605]: IRQ 0 affinity is now unmanaged Aug 03 16:25:50 localhost irqbalance[605]: Cannot change IRQ 48 affinity: Input/output error Aug 03 16:25:50 localhost irqbalance[605]: IRQ 48 affinity is now unmanaged Aug 03 16:25:50 localhost irqbalance[605]: Cannot change IRQ 49 affinity: Input/output error Aug 03 16:25:50 localhost irqbalance[605]: IRQ 49 affinity is now unmanaged Aug 03 16:25:50 localhost irqbalance[605]: Cannot change IRQ 50 affinity: Input/output error Aug 03 16:25:50 localhost irqbalance[605]: IRQ 50 affinity is now unmanaged Aug 03 16:25:50 localhost irqbalance[605]: Cannot change IRQ 51 affinity: Input/output error Aug 03 16:25:50 localhost irqbalance[605]: IRQ 51 affinity is now unmanaged Aug 03 16:25:50 localhost irqbalance[605]: Cannot change IRQ 52 affinity: Input/output error Aug 03 16:25:50 localhost irqbalance[605]: IRQ 52 affinity is now unmanaged Aug 03 16:25:50 localhost irqbalance[605]: Cannot change IRQ 53 affinity: Input/output error Aug 03 16:25:50 localhost irqbalance[605]: IRQ 53 affinity is now unmanaged Aug 03 16:25:50 localhost irqbalance[605]: Cannot change IRQ 54 affinity: Input/output error Aug 03 16:25:50 localhost irqbalance[605]: IRQ 54 affinity is now unmanaged Aug 03 16:25:50 localhost irqbalance[605]: Cannot change IRQ 55 affinity: Input/output error Aug 03 16:25:50 localhost irqbalance[605]: IRQ 55 affinity is now unmanaged Aug 03 16:25:50 localhost irqbalance[605]: Cannot change IRQ 56 affinity: Input/output error Aug 03 16:25:50 localhost irqbalance[605]: IRQ 56 affinity is now unmanaged Aug 03 16:25:50 localhost irqbalance[605]: Cannot change IRQ 57 affinity: Input/output error Aug 03 16:25:50 localhost irqbalance[605]: IRQ 57 affinity is now unmanaged Aug 03 16:25:50 localhost irqbalance[605]: Cannot change IRQ 58 affinity: Input/output error Aug 03 16:25:50 localhost irqbalance[605]: IRQ 58 affinity is now unmanaged Aug 03 16:25:50 localhost irqbalance[605]: Cannot change IRQ 59 affinity: Input/output error Aug 03 16:25:50 localhost irqbalance[605]: IRQ 59 affinity is now unmanaged Aug 03 16:25:50 localhost dhcpcd[637]: dhcpcd-10.0.6 starting Aug 03 16:25:51 localhost kernel: 8021q: 802.1Q VLAN Support v1.8 Aug 03 16:25:51 localhost systemd[1]: Listening on systemd-rfkill.socket - Load/Save RF Kill Switch Status /dev/rfkill Watch. ░░ Subject: A start job for unit systemd-rfkill.socket has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-rfkill.socket has finished successfully. ░░ ░░ The job identifier is 382. Aug 03 16:25:51 localhost kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database Aug 03 16:25:51 localhost kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' Aug 03 16:25:51 localhost kernel: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600' Aug 03 16:25:51 localhost dhcpcd[640]: DUID 00:01:00:01:2e:41:16:8f:12:c0:20:35:7a:e3 Aug 03 16:25:51 localhost dhcpcd[640]: eth0: IAID 20:35:7a:e3 Aug 03 16:25:51 localhost kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2 Aug 03 16:25:51 localhost kernel: cfg80211: failed to load regulatory.db Aug 03 16:25:52 localhost dhcpcd[640]: eth0: soliciting a DHCP lease Aug 03 16:25:52 localhost dhcpcd[640]: eth0: offered 10.31.10.44 from 10.31.8.1 Aug 03 16:25:52 localhost dhcpcd[640]: eth0: leased 10.31.10.44 for 3600 seconds Aug 03 16:25:52 localhost dhcpcd[640]: eth0: adding route to 10.31.8.0/22 Aug 03 16:25:52 localhost dhcpcd[640]: eth0: adding default route via 10.31.8.1 Aug 03 16:25:52 localhost dhcpcd[640]: control command: /usr/sbin/dhcpcd --dumplease --ipv4only eth0 Aug 03 16:25:53 localhost systemd[1]: Starting systemd-hostnamed.service - Hostname Service... ░░ Subject: A start job for unit systemd-hostnamed.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-hostnamed.service has begun execution. ░░ ░░ The job identifier is 391. Aug 03 16:25:53 localhost systemd[1]: Started systemd-hostnamed.service - Hostname Service. ░░ Subject: A start job for unit systemd-hostnamed.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-hostnamed.service has finished successfully. ░░ ░░ The job identifier is 391. Aug 03 16:25:53 ip-10-31-10-44.us-east-1.aws.redhat.com systemd-hostnamed[660]: Hostname set to (static) Aug 03 16:25:53 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[1]: Finished cloud-init-local.service - Initial cloud-init job (pre-networking). ░░ Subject: A start job for unit cloud-init-local.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit cloud-init-local.service has finished successfully. ░░ ░░ The job identifier is 245. Aug 03 16:25:53 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[1]: Reached target network-pre.target - Preparation for Network. ░░ Subject: A start job for unit network-pre.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit network-pre.target has finished successfully. ░░ ░░ The job identifier is 175. Aug 03 16:25:53 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[1]: Starting NetworkManager.service - Network Manager... ░░ Subject: A start job for unit NetworkManager.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit NetworkManager.service has begun execution. ░░ ░░ The job identifier is 203. Aug 03 16:25:53 ip-10-31-10-44.us-east-1.aws.redhat.com NetworkManager[667]: [1722702353.7901] NetworkManager (version 1.48.4-1.el10.1) is starting... (boot:0c38af1d-e3c8-427f-980e-73aac239abb6) Aug 03 16:25:53 ip-10-31-10-44.us-east-1.aws.redhat.com NetworkManager[667]: [1722702353.7904] Read config: /etc/NetworkManager/NetworkManager.conf (etc: 30-cloud-init-ip6-addr-gen-mode.conf) Aug 03 16:25:53 ip-10-31-10-44.us-east-1.aws.redhat.com NetworkManager[667]: [1722702353.8312] manager[0x5608ff376a10]: monitoring kernel firmware directory '/lib/firmware'. Aug 03 16:25:53 ip-10-31-10-44.us-east-1.aws.redhat.com NetworkManager[667]: [1722702353.8340] hostname: hostname: using hostnamed Aug 03 16:25:53 ip-10-31-10-44.us-east-1.aws.redhat.com NetworkManager[667]: [1722702353.8340] hostname: static hostname changed from (none) to "ip-10-31-10-44.us-east-1.aws.redhat.com" Aug 03 16:25:53 ip-10-31-10-44.us-east-1.aws.redhat.com NetworkManager[667]: [1722702353.8344] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink (auto) Aug 03 16:25:53 ip-10-31-10-44.us-east-1.aws.redhat.com NetworkManager[667]: [1722702353.8349] manager[0x5608ff376a10]: rfkill: Wi-Fi hardware radio set enabled Aug 03 16:25:53 ip-10-31-10-44.us-east-1.aws.redhat.com NetworkManager[667]: [1722702353.8349] manager[0x5608ff376a10]: rfkill: WWAN hardware radio set enabled Aug 03 16:25:53 ip-10-31-10-44.us-east-1.aws.redhat.com NetworkManager[667]: [1722702353.8382] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file Aug 03 16:25:53 ip-10-31-10-44.us-east-1.aws.redhat.com NetworkManager[667]: [1722702353.8383] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file Aug 03 16:25:53 ip-10-31-10-44.us-east-1.aws.redhat.com NetworkManager[667]: [1722702353.8383] manager: Networking is enabled by state file Aug 03 16:25:53 ip-10-31-10-44.us-east-1.aws.redhat.com NetworkManager[667]: [1722702353.8395] settings: Loaded settings plugin: keyfile (internal) Aug 03 16:25:53 ip-10-31-10-44.us-east-1.aws.redhat.com NetworkManager[667]: [1722702353.8449] dhcp: init: Using DHCP client 'internal' Aug 03 16:25:53 ip-10-31-10-44.us-east-1.aws.redhat.com NetworkManager[667]: [1722702353.8452] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1) Aug 03 16:25:53 ip-10-31-10-44.us-east-1.aws.redhat.com NetworkManager[667]: [1722702353.8464] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'external') Aug 03 16:25:53 ip-10-31-10-44.us-east-1.aws.redhat.com NetworkManager[667]: [1722702353.8482] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external') Aug 03 16:25:53 ip-10-31-10-44.us-east-1.aws.redhat.com NetworkManager[667]: [1722702353.8494] device (lo): Activation: starting connection 'lo' (b4c7af75-a691-4e5c-93ad-76630bfa0fcf) Aug 03 16:25:53 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[1]: Starting NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service... ░░ Subject: A start job for unit NetworkManager-dispatcher.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit NetworkManager-dispatcher.service has begun execution. ░░ ░░ The job identifier is 468. Aug 03 16:25:53 ip-10-31-10-44.us-east-1.aws.redhat.com NetworkManager[667]: [1722702353.8511] manager: (eth0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2) Aug 03 16:25:53 ip-10-31-10-44.us-east-1.aws.redhat.com NetworkManager[667]: [1722702353.8514] device (eth0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external') Aug 03 16:25:53 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[1]: Started NetworkManager.service - Network Manager. ░░ Subject: A start job for unit NetworkManager.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit NetworkManager.service has finished successfully. ░░ ░░ The job identifier is 203. Aug 03 16:25:53 ip-10-31-10-44.us-east-1.aws.redhat.com NetworkManager[667]: [1722702353.8538] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager" Aug 03 16:25:53 ip-10-31-10-44.us-east-1.aws.redhat.com NetworkManager[667]: [1722702353.8557] device (lo): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'external') Aug 03 16:25:53 ip-10-31-10-44.us-east-1.aws.redhat.com NetworkManager[667]: [1722702353.8563] device (lo): state change: prepare -> config (reason 'none', sys-iface-state: 'external') Aug 03 16:25:53 ip-10-31-10-44.us-east-1.aws.redhat.com NetworkManager[667]: [1722702353.8564] device (lo): state change: config -> ip-config (reason 'none', sys-iface-state: 'external') Aug 03 16:25:53 ip-10-31-10-44.us-east-1.aws.redhat.com NetworkManager[667]: [1722702353.8565] device (eth0): carrier: link connected Aug 03 16:25:53 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[1]: Reached target network.target - Network. ░░ Subject: A start job for unit network.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit network.target has finished successfully. ░░ ░░ The job identifier is 206. Aug 03 16:25:53 ip-10-31-10-44.us-east-1.aws.redhat.com NetworkManager[667]: [1722702353.8582] device (lo): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'external') Aug 03 16:25:53 ip-10-31-10-44.us-east-1.aws.redhat.com NetworkManager[667]: [1722702353.8591] device (eth0): state change: unavailable -> disconnected (reason 'carrier-changed', sys-iface-state: 'managed') Aug 03 16:25:53 ip-10-31-10-44.us-east-1.aws.redhat.com NetworkManager[667]: [1722702353.8605] policy: auto-activating connection 'cloud-init eth0' (1dd9a779-d327-56e1-8454-c65e2556c12c) Aug 03 16:25:53 ip-10-31-10-44.us-east-1.aws.redhat.com NetworkManager[667]: [1722702353.8610] device (eth0): Activation: starting connection 'cloud-init eth0' (1dd9a779-d327-56e1-8454-c65e2556c12c) Aug 03 16:25:53 ip-10-31-10-44.us-east-1.aws.redhat.com NetworkManager[667]: [1722702353.8611] device (eth0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed') Aug 03 16:25:53 ip-10-31-10-44.us-east-1.aws.redhat.com NetworkManager[667]: [1722702353.8614] manager: NetworkManager state is now CONNECTING Aug 03 16:25:53 ip-10-31-10-44.us-east-1.aws.redhat.com NetworkManager[667]: [1722702353.8616] device (eth0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed') Aug 03 16:25:53 ip-10-31-10-44.us-east-1.aws.redhat.com NetworkManager[667]: [1722702353.8621] device (eth0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed') Aug 03 16:25:53 ip-10-31-10-44.us-east-1.aws.redhat.com NetworkManager[667]: [1722702353.8624] dhcp4 (eth0): activation: beginning transaction (timeout in 45 seconds) Aug 03 16:25:53 ip-10-31-10-44.us-east-1.aws.redhat.com NetworkManager[667]: [1722702353.8633] dhcp4 (eth0): state changed new lease, address=10.31.10.44, acd pending Aug 03 16:25:53 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[1]: Starting NetworkManager-wait-online.service - Network Manager Wait Online... ░░ Subject: A start job for unit NetworkManager-wait-online.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit NetworkManager-wait-online.service has begun execution. ░░ ░░ The job identifier is 202. Aug 03 16:25:53 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[1]: Starting gssproxy.service - GSSAPI Proxy Daemon... ░░ Subject: A start job for unit gssproxy.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit gssproxy.service has begun execution. ░░ ░░ The job identifier is 237. Aug 03 16:25:54 ip-10-31-10-44.us-east-1.aws.redhat.com NetworkManager[667]: [1722702354.0476] dhcp4 (eth0): state changed new lease, address=10.31.10.44 Aug 03 16:25:54 ip-10-31-10-44.us-east-1.aws.redhat.com NetworkManager[667]: [1722702354.0493] policy: set 'cloud-init eth0' (eth0) as default for IPv4 routing and DNS Aug 03 16:25:54 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[1]: Started NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service. ░░ Subject: A start job for unit NetworkManager-dispatcher.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit NetworkManager-dispatcher.service has finished successfully. ░░ ░░ The job identifier is 468. Aug 03 16:25:54 ip-10-31-10-44.us-east-1.aws.redhat.com NetworkManager[667]: [1722702354.0976] device (eth0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed') Aug 03 16:25:54 ip-10-31-10-44.us-east-1.aws.redhat.com NetworkManager[667]: [1722702354.1102] device (lo): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'external') Aug 03 16:25:54 ip-10-31-10-44.us-east-1.aws.redhat.com NetworkManager[667]: [1722702354.1104] device (lo): state change: secondaries -> activated (reason 'none', sys-iface-state: 'external') Aug 03 16:25:54 ip-10-31-10-44.us-east-1.aws.redhat.com NetworkManager[667]: [1722702354.1108] device (lo): Activation: successful, device activated. Aug 03 16:25:54 ip-10-31-10-44.us-east-1.aws.redhat.com NetworkManager[667]: [1722702354.1114] device (eth0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed') Aug 03 16:25:54 ip-10-31-10-44.us-east-1.aws.redhat.com NetworkManager[667]: [1722702354.1116] device (eth0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed') Aug 03 16:25:54 ip-10-31-10-44.us-east-1.aws.redhat.com NetworkManager[667]: [1722702354.1119] manager: NetworkManager state is now CONNECTED_SITE Aug 03 16:25:54 ip-10-31-10-44.us-east-1.aws.redhat.com NetworkManager[667]: [1722702354.1120] device (eth0): Activation: successful, device activated. Aug 03 16:25:54 ip-10-31-10-44.us-east-1.aws.redhat.com NetworkManager[667]: [1722702354.1141] manager: NetworkManager state is now CONNECTED_GLOBAL Aug 03 16:25:54 ip-10-31-10-44.us-east-1.aws.redhat.com NetworkManager[667]: [1722702354.1143] manager: startup complete Aug 03 16:25:54 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[1]: Started gssproxy.service - GSSAPI Proxy Daemon. ░░ Subject: A start job for unit gssproxy.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit gssproxy.service has finished successfully. ░░ ░░ The job identifier is 237. Aug 03 16:25:54 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[1]: rpc-gssd.service - RPC security service for NFS client and server was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab). ░░ Subject: A start job for unit rpc-gssd.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit rpc-gssd.service has finished successfully. ░░ ░░ The job identifier is 233. Aug 03 16:25:54 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[1]: Reached target nfs-client.target - NFS client services. ░░ Subject: A start job for unit nfs-client.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit nfs-client.target has finished successfully. ░░ ░░ The job identifier is 231. Aug 03 16:25:54 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[1]: Reached target remote-fs-pre.target - Preparation for Remote File Systems. ░░ Subject: A start job for unit remote-fs-pre.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit remote-fs-pre.target has finished successfully. ░░ ░░ The job identifier is 238. Aug 03 16:25:54 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[1]: Reached target remote-cryptsetup.target - Remote Encrypted Volumes. ░░ Subject: A start job for unit remote-cryptsetup.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit remote-cryptsetup.target has finished successfully. ░░ ░░ The job identifier is 255. Aug 03 16:25:54 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[1]: Reached target remote-fs.target - Remote File Systems. ░░ Subject: A start job for unit remote-fs.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit remote-fs.target has finished successfully. ░░ ░░ The job identifier is 230. Aug 03 16:25:54 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[1]: systemd-pcrphase.service - TPM PCR Barrier (User) was skipped because of an unmet condition check (ConditionSecurity=measured-uki). ░░ Subject: A start job for unit systemd-pcrphase.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-pcrphase.service has finished successfully. ░░ ░░ The job identifier is 170. Aug 03 16:25:54 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[1]: Finished NetworkManager-wait-online.service - Network Manager Wait Online. ░░ Subject: A start job for unit NetworkManager-wait-online.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit NetworkManager-wait-online.service has finished successfully. ░░ ░░ The job identifier is 202. Aug 03 16:25:54 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[1]: Starting cloud-init.service - Initial cloud-init job (metadata service crawler)... ░░ Subject: A start job for unit cloud-init.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit cloud-init.service has begun execution. ░░ ░░ The job identifier is 246. Aug 03 16:25:54 ip-10-31-10-44.us-east-1.aws.redhat.com chronyd[629]: Added source 10.11.160.238 Aug 03 16:25:54 ip-10-31-10-44.us-east-1.aws.redhat.com chronyd[629]: Added source 10.18.100.10 Aug 03 16:25:54 ip-10-31-10-44.us-east-1.aws.redhat.com chronyd[629]: Added source 10.2.32.37 Aug 03 16:25:54 ip-10-31-10-44.us-east-1.aws.redhat.com chronyd[629]: Added source 10.2.32.38 Aug 03 16:25:54 ip-10-31-10-44.us-east-1.aws.redhat.com cloud-init[752]: Cloud-init v. 24.1.4-14.el10 running 'init' at Sat, 03 Aug 2024 16:25:54 +0000. Up 30.58 seconds. Aug 03 16:25:54 ip-10-31-10-44.us-east-1.aws.redhat.com cloud-init[752]: ci-info: +++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++ Aug 03 16:25:54 ip-10-31-10-44.us-east-1.aws.redhat.com cloud-init[752]: ci-info: +--------+------+------------------------------+---------------+--------+-------------------+ Aug 03 16:25:54 ip-10-31-10-44.us-east-1.aws.redhat.com cloud-init[752]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | Aug 03 16:25:54 ip-10-31-10-44.us-east-1.aws.redhat.com cloud-init[752]: ci-info: +--------+------+------------------------------+---------------+--------+-------------------+ Aug 03 16:25:54 ip-10-31-10-44.us-east-1.aws.redhat.com cloud-init[752]: ci-info: | eth0 | True | 10.31.10.44 | 255.255.252.0 | global | 12:c0:20:35:7a:e3 | Aug 03 16:25:54 ip-10-31-10-44.us-east-1.aws.redhat.com cloud-init[752]: ci-info: | eth0 | True | fe80::10c0:20ff:fe35:7ae3/64 | . | link | 12:c0:20:35:7a:e3 | Aug 03 16:25:54 ip-10-31-10-44.us-east-1.aws.redhat.com cloud-init[752]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | host | . | Aug 03 16:25:54 ip-10-31-10-44.us-east-1.aws.redhat.com cloud-init[752]: ci-info: | lo | True | ::1/128 | . | host | . | Aug 03 16:25:54 ip-10-31-10-44.us-east-1.aws.redhat.com cloud-init[752]: ci-info: +--------+------+------------------------------+---------------+--------+-------------------+ Aug 03 16:25:54 ip-10-31-10-44.us-east-1.aws.redhat.com cloud-init[752]: ci-info: ++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++ Aug 03 16:25:54 ip-10-31-10-44.us-east-1.aws.redhat.com cloud-init[752]: ci-info: +-------+-------------+-----------+---------------+-----------+-------+ Aug 03 16:25:54 ip-10-31-10-44.us-east-1.aws.redhat.com cloud-init[752]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | Aug 03 16:25:54 ip-10-31-10-44.us-east-1.aws.redhat.com cloud-init[752]: ci-info: +-------+-------------+-----------+---------------+-----------+-------+ Aug 03 16:25:54 ip-10-31-10-44.us-east-1.aws.redhat.com cloud-init[752]: ci-info: | 0 | 0.0.0.0 | 10.31.8.1 | 0.0.0.0 | eth0 | UG | Aug 03 16:25:54 ip-10-31-10-44.us-east-1.aws.redhat.com cloud-init[752]: ci-info: | 1 | 10.31.8.0 | 0.0.0.0 | 255.255.252.0 | eth0 | U | Aug 03 16:25:54 ip-10-31-10-44.us-east-1.aws.redhat.com cloud-init[752]: ci-info: +-------+-------------+-----------+---------------+-----------+-------+ Aug 03 16:25:54 ip-10-31-10-44.us-east-1.aws.redhat.com cloud-init[752]: ci-info: +++++++++++++++++++Route IPv6 info+++++++++++++++++++ Aug 03 16:25:54 ip-10-31-10-44.us-east-1.aws.redhat.com cloud-init[752]: ci-info: +-------+-------------+---------+-----------+-------+ Aug 03 16:25:54 ip-10-31-10-44.us-east-1.aws.redhat.com cloud-init[752]: ci-info: | Route | Destination | Gateway | Interface | Flags | Aug 03 16:25:54 ip-10-31-10-44.us-east-1.aws.redhat.com cloud-init[752]: ci-info: +-------+-------------+---------+-----------+-------+ Aug 03 16:25:54 ip-10-31-10-44.us-east-1.aws.redhat.com cloud-init[752]: ci-info: | 0 | fe80::/64 | :: | eth0 | U | Aug 03 16:25:54 ip-10-31-10-44.us-east-1.aws.redhat.com cloud-init[752]: ci-info: | 2 | multicast | :: | eth0 | U | Aug 03 16:25:54 ip-10-31-10-44.us-east-1.aws.redhat.com cloud-init[752]: ci-info: +-------+-------------+---------+-----------+-------+ Aug 03 16:25:54 ip-10-31-10-44.us-east-1.aws.redhat.com cloud-init[752]: 2024-08-03 16:25:54,569 - handlers[WARNING]: Unhandled non-multipart (text/x-not-multipart) userdata: 'b'~/.citool.d/post-install'...' Aug 03 16:25:55 ip-10-31-10-44.us-east-1.aws.redhat.com 55-scsi-sg3_id.rules[818]: WARNING: SCSI device xvda has no device ID, consider changing .SCSI_ID_SERIAL_SRC in 00-scsi-sg3_config.rules Aug 03 16:25:55 ip-10-31-10-44.us-east-1.aws.redhat.com 55-scsi-sg3_id.rules[821]: WARNING: SCSI device xvda has no device ID, consider changing .SCSI_ID_SERIAL_SRC in 00-scsi-sg3_config.rules Aug 03 16:25:56 ip-10-31-10-44.us-east-1.aws.redhat.com cloud-init[752]: Generating public/private rsa key pair. Aug 03 16:25:56 ip-10-31-10-44.us-east-1.aws.redhat.com cloud-init[752]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key Aug 03 16:25:56 ip-10-31-10-44.us-east-1.aws.redhat.com cloud-init[752]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub Aug 03 16:25:56 ip-10-31-10-44.us-east-1.aws.redhat.com cloud-init[752]: The key fingerprint is: Aug 03 16:25:56 ip-10-31-10-44.us-east-1.aws.redhat.com cloud-init[752]: SHA256:St5XMTwG0Msm/ApKMqyJaCJQ7WhGEvzfs7PiYFoR4IM root@ip-10-31-10-44.us-east-1.aws.redhat.com Aug 03 16:25:56 ip-10-31-10-44.us-east-1.aws.redhat.com cloud-init[752]: The key's randomart image is: Aug 03 16:25:56 ip-10-31-10-44.us-east-1.aws.redhat.com cloud-init[752]: +---[RSA 3072]----+ Aug 03 16:25:56 ip-10-31-10-44.us-east-1.aws.redhat.com cloud-init[752]: |.. .o. | Aug 03 16:25:56 ip-10-31-10-44.us-east-1.aws.redhat.com cloud-init[752]: |+.. .o | Aug 03 16:25:56 ip-10-31-10-44.us-east-1.aws.redhat.com cloud-init[752]: |E+.o . . .* | Aug 03 16:25:56 ip-10-31-10-44.us-east-1.aws.redhat.com cloud-init[752]: |. +.o o +. + | Aug 03 16:25:56 ip-10-31-10-44.us-east-1.aws.redhat.com cloud-init[752]: | = +. o S+ . | Aug 03 16:25:56 ip-10-31-10-44.us-east-1.aws.redhat.com cloud-init[752]: |. B ++.= .. | Aug 03 16:25:56 ip-10-31-10-44.us-east-1.aws.redhat.com cloud-init[752]: |+= B .o.+.. | Aug 03 16:25:56 ip-10-31-10-44.us-east-1.aws.redhat.com cloud-init[752]: |B.+ o. o.. | Aug 03 16:25:56 ip-10-31-10-44.us-east-1.aws.redhat.com cloud-init[752]: |+. ....o | Aug 03 16:25:56 ip-10-31-10-44.us-east-1.aws.redhat.com cloud-init[752]: +----[SHA256]-----+ Aug 03 16:25:56 ip-10-31-10-44.us-east-1.aws.redhat.com cloud-init[752]: Generating public/private ecdsa key pair. Aug 03 16:25:56 ip-10-31-10-44.us-east-1.aws.redhat.com cloud-init[752]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key Aug 03 16:25:56 ip-10-31-10-44.us-east-1.aws.redhat.com cloud-init[752]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub Aug 03 16:25:56 ip-10-31-10-44.us-east-1.aws.redhat.com cloud-init[752]: The key fingerprint is: Aug 03 16:25:56 ip-10-31-10-44.us-east-1.aws.redhat.com cloud-init[752]: SHA256:rkWS0Vi+FseYZvLUff0FDkiYKjd4rt08KqDsEomv7Bw root@ip-10-31-10-44.us-east-1.aws.redhat.com Aug 03 16:25:56 ip-10-31-10-44.us-east-1.aws.redhat.com cloud-init[752]: The key's randomart image is: Aug 03 16:25:56 ip-10-31-10-44.us-east-1.aws.redhat.com cloud-init[752]: +---[ECDSA 256]---+ Aug 03 16:25:56 ip-10-31-10-44.us-east-1.aws.redhat.com cloud-init[752]: | .+... . | Aug 03 16:25:56 ip-10-31-10-44.us-east-1.aws.redhat.com cloud-init[752]: | =o=.. o o | Aug 03 16:25:56 ip-10-31-10-44.us-east-1.aws.redhat.com cloud-init[752]: | .+.X + . o o| Aug 03 16:25:56 ip-10-31-10-44.us-east-1.aws.redhat.com cloud-init[752]: | o =O + . o| Aug 03 16:25:56 ip-10-31-10-44.us-east-1.aws.redhat.com cloud-init[752]: |.. =o.S .| Aug 03 16:25:56 ip-10-31-10-44.us-east-1.aws.redhat.com cloud-init[752]: |+ . .= | Aug 03 16:25:56 ip-10-31-10-44.us-east-1.aws.redhat.com cloud-init[752]: |.E . o oo | Aug 03 16:25:56 ip-10-31-10-44.us-east-1.aws.redhat.com cloud-init[752]: |=.o o .o+ | Aug 03 16:25:56 ip-10-31-10-44.us-east-1.aws.redhat.com cloud-init[752]: |=* .o. . | Aug 03 16:25:56 ip-10-31-10-44.us-east-1.aws.redhat.com cloud-init[752]: +----[SHA256]-----+ Aug 03 16:25:56 ip-10-31-10-44.us-east-1.aws.redhat.com cloud-init[752]: Generating public/private ed25519 key pair. Aug 03 16:25:56 ip-10-31-10-44.us-east-1.aws.redhat.com cloud-init[752]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key Aug 03 16:25:56 ip-10-31-10-44.us-east-1.aws.redhat.com cloud-init[752]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub Aug 03 16:25:56 ip-10-31-10-44.us-east-1.aws.redhat.com cloud-init[752]: The key fingerprint is: Aug 03 16:25:56 ip-10-31-10-44.us-east-1.aws.redhat.com cloud-init[752]: SHA256:bkLSkGQzs87FLyhT22l+eNlGTpA5VTjOoQF3R1no2cE root@ip-10-31-10-44.us-east-1.aws.redhat.com Aug 03 16:25:56 ip-10-31-10-44.us-east-1.aws.redhat.com cloud-init[752]: The key's randomart image is: Aug 03 16:25:56 ip-10-31-10-44.us-east-1.aws.redhat.com cloud-init[752]: +--[ED25519 256]--+ Aug 03 16:25:56 ip-10-31-10-44.us-east-1.aws.redhat.com cloud-init[752]: | * ... o++=. | Aug 03 16:25:56 ip-10-31-10-44.us-east-1.aws.redhat.com cloud-init[752]: | o B ..=+.o E | Aug 03 16:25:56 ip-10-31-10-44.us-east-1.aws.redhat.com cloud-init[752]: | = o == + o . | Aug 03 16:25:56 ip-10-31-10-44.us-east-1.aws.redhat.com cloud-init[752]: | + B o.oo o . | Aug 03 16:25:56 ip-10-31-10-44.us-east-1.aws.redhat.com cloud-init[752]: | o * B S o | Aug 03 16:25:56 ip-10-31-10-44.us-east-1.aws.redhat.com cloud-init[752]: | o = + * | Aug 03 16:25:56 ip-10-31-10-44.us-east-1.aws.redhat.com cloud-init[752]: | + * + | Aug 03 16:25:56 ip-10-31-10-44.us-east-1.aws.redhat.com cloud-init[752]: | = . | Aug 03 16:25:56 ip-10-31-10-44.us-east-1.aws.redhat.com cloud-init[752]: | | Aug 03 16:25:56 ip-10-31-10-44.us-east-1.aws.redhat.com cloud-init[752]: +----[SHA256]-----+ Aug 03 16:25:56 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[1]: Finished cloud-init.service - Initial cloud-init job (metadata service crawler). ░░ Subject: A start job for unit cloud-init.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit cloud-init.service has finished successfully. ░░ ░░ The job identifier is 246. Aug 03 16:25:56 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[1]: Reached target cloud-config.target - Cloud-config availability. ░░ Subject: A start job for unit cloud-config.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit cloud-config.target has finished successfully. ░░ ░░ The job identifier is 244. Aug 03 16:25:56 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[1]: Reached target network-online.target - Network is Online. ░░ Subject: A start job for unit network-online.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit network-online.target has finished successfully. ░░ ░░ The job identifier is 201. Aug 03 16:25:56 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[1]: Starting cloud-config.service - Apply the settings specified in cloud-config... ░░ Subject: A start job for unit cloud-config.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit cloud-config.service has begun execution. ░░ ░░ The job identifier is 243. Aug 03 16:25:56 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[1]: Starting kdump.service - Crash recovery kernel arming... ░░ Subject: A start job for unit kdump.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit kdump.service has begun execution. ░░ ░░ The job identifier is 256. Aug 03 16:25:56 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[1]: Starting restraintd.service - The restraint harness.... ░░ Subject: A start job for unit restraintd.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit restraintd.service has begun execution. ░░ ░░ The job identifier is 240. Aug 03 16:25:56 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[1]: Starting rpc-statd-notify.service - Notify NFS peers of a restart... ░░ Subject: A start job for unit rpc-statd-notify.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit rpc-statd-notify.service has begun execution. ░░ ░░ The job identifier is 239. Aug 03 16:25:56 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[1]: Starting sshd.service - OpenSSH server daemon... ░░ Subject: A start job for unit sshd.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sshd.service has begun execution. ░░ ░░ The job identifier is 247. Aug 03 16:25:56 ip-10-31-10-44.us-east-1.aws.redhat.com sm-notify[837]: Version 2.6.4 starting Aug 03 16:25:56 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[1]: Started rpc-statd-notify.service - Notify NFS peers of a restart. ░░ Subject: A start job for unit rpc-statd-notify.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit rpc-statd-notify.service has finished successfully. ░░ ░░ The job identifier is 239. Aug 03 16:25:56 ip-10-31-10-44.us-east-1.aws.redhat.com (sshd)[847]: sshd.service: Referenced but unset environment variable evaluates to an empty string: OPTIONS Aug 03 16:25:56 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[1]: Started restraintd.service - The restraint harness.. ░░ Subject: A start job for unit restraintd.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit restraintd.service has finished successfully. ░░ ░░ The job identifier is 240. Aug 03 16:25:56 ip-10-31-10-44.us-east-1.aws.redhat.com sshd[847]: Server listening on 0.0.0.0 port 22. Aug 03 16:25:56 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[1]: Started sshd.service - OpenSSH server daemon. ░░ Subject: A start job for unit sshd.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sshd.service has finished successfully. ░░ ░░ The job identifier is 247. Aug 03 16:25:56 ip-10-31-10-44.us-east-1.aws.redhat.com sshd[847]: Server listening on :: port 22. Aug 03 16:25:56 ip-10-31-10-44.us-east-1.aws.redhat.com cloud-init[870]: Cloud-init v. 24.1.4-14.el10 running 'modules:config' at Sat, 03 Aug 2024 16:25:56 +0000. Up 32.88 seconds. Aug 03 16:25:56 ip-10-31-10-44.us-east-1.aws.redhat.com sshd[847]: Received signal 15; terminating. Aug 03 16:25:56 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[1]: Stopping sshd.service - OpenSSH server daemon... ░░ Subject: A stop job for unit sshd.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit sshd.service has begun execution. ░░ ░░ The job identifier is 571. Aug 03 16:25:56 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[1]: sshd.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit sshd.service has successfully entered the 'dead' state. Aug 03 16:25:56 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[1]: Stopped sshd.service - OpenSSH server daemon. ░░ Subject: A stop job for unit sshd.service has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit sshd.service has finished. ░░ ░░ The job identifier is 571 and the job result is done. Aug 03 16:25:56 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[1]: Stopped target sshd-keygen.target. ░░ Subject: A stop job for unit sshd-keygen.target has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit sshd-keygen.target has finished. ░░ ░░ The job identifier is 654 and the job result is done. Aug 03 16:25:56 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[1]: Stopping sshd-keygen.target... ░░ Subject: A stop job for unit sshd-keygen.target has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit sshd-keygen.target has begun execution. ░░ ░░ The job identifier is 654. Aug 03 16:25:56 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[1]: ssh-host-keys-migration.service - Update OpenSSH host key permissions was skipped because of an unmet condition check (ConditionPathExists=!/var/lib/.ssh-host-keys-migration). ░░ Subject: A start job for unit ssh-host-keys-migration.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit ssh-host-keys-migration.service has finished successfully. ░░ ░░ The job identifier is 648. Aug 03 16:25:56 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[1]: sshd-keygen@ecdsa.service - OpenSSH ecdsa Server Key Generation was skipped because of an unmet condition check (ConditionPathExists=!/run/systemd/generator.early/multi-user.target.wants/cloud-init.target). ░░ Subject: A start job for unit sshd-keygen@ecdsa.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sshd-keygen@ecdsa.service has finished successfully. ░░ ░░ The job identifier is 652. Aug 03 16:25:56 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[1]: sshd-keygen@ed25519.service - OpenSSH ed25519 Server Key Generation was skipped because of an unmet condition check (ConditionPathExists=!/run/systemd/generator.early/multi-user.target.wants/cloud-init.target). ░░ Subject: A start job for unit sshd-keygen@ed25519.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sshd-keygen@ed25519.service has finished successfully. ░░ ░░ The job identifier is 650. Aug 03 16:25:56 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[1]: sshd-keygen@rsa.service - OpenSSH rsa Server Key Generation was skipped because of an unmet condition check (ConditionPathExists=!/run/systemd/generator.early/multi-user.target.wants/cloud-init.target). ░░ Subject: A start job for unit sshd-keygen@rsa.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sshd-keygen@rsa.service has finished successfully. ░░ ░░ The job identifier is 653. Aug 03 16:25:56 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[1]: Reached target sshd-keygen.target. ░░ Subject: A start job for unit sshd-keygen.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sshd-keygen.target has finished successfully. ░░ ░░ The job identifier is 654. Aug 03 16:25:56 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[1]: Starting sshd.service - OpenSSH server daemon... ░░ Subject: A start job for unit sshd.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sshd.service has begun execution. ░░ ░░ The job identifier is 571. Aug 03 16:25:56 ip-10-31-10-44.us-east-1.aws.redhat.com (sshd)[885]: sshd.service: Referenced but unset environment variable evaluates to an empty string: OPTIONS Aug 03 16:25:56 ip-10-31-10-44.us-east-1.aws.redhat.com sshd[885]: Server listening on 0.0.0.0 port 22. Aug 03 16:25:56 ip-10-31-10-44.us-east-1.aws.redhat.com sshd[885]: Server listening on :: port 22. Aug 03 16:25:56 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[1]: Started sshd.service - OpenSSH server daemon. ░░ Subject: A start job for unit sshd.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sshd.service has finished successfully. ░░ ░░ The job identifier is 571. Aug 03 16:25:56 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[1]: Finished cloud-config.service - Apply the settings specified in cloud-config. ░░ Subject: A start job for unit cloud-config.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit cloud-config.service has finished successfully. ░░ ░░ The job identifier is 243. Aug 03 16:25:56 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[1]: Starting cloud-final.service - Execute cloud user/final scripts... ░░ Subject: A start job for unit cloud-final.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit cloud-final.service has begun execution. ░░ ░░ The job identifier is 242. Aug 03 16:25:56 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[1]: Starting systemd-user-sessions.service - Permit User Sessions... ░░ Subject: A start job for unit systemd-user-sessions.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-user-sessions.service has begun execution. ░░ ░░ The job identifier is 267. Aug 03 16:25:56 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[1]: Finished systemd-user-sessions.service - Permit User Sessions. ░░ Subject: A start job for unit systemd-user-sessions.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-user-sessions.service has finished successfully. ░░ ░░ The job identifier is 267. Aug 03 16:25:57 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[1]: Started crond.service - Command Scheduler. ░░ Subject: A start job for unit crond.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit crond.service has finished successfully. ░░ ░░ The job identifier is 269. Aug 03 16:25:57 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[1]: Started getty@tty1.service - Getty on tty1. ░░ Subject: A start job for unit getty@tty1.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit getty@tty1.service has finished successfully. ░░ ░░ The job identifier is 227. Aug 03 16:25:57 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[1]: Started serial-getty@ttyS0.service - Serial Getty on ttyS0. ░░ Subject: A start job for unit serial-getty@ttyS0.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit serial-getty@ttyS0.service has finished successfully. ░░ ░░ The job identifier is 222. Aug 03 16:25:57 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[1]: Reached target getty.target - Login Prompts. ░░ Subject: A start job for unit getty.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit getty.target has finished successfully. ░░ ░░ The job identifier is 221. Aug 03 16:25:57 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[1]: Reached target multi-user.target - Multi-User System. ░░ Subject: A start job for unit multi-user.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit multi-user.target has finished successfully. ░░ ░░ The job identifier is 118. Aug 03 16:25:57 ip-10-31-10-44.us-east-1.aws.redhat.com crond[890]: (CRON) STARTUP (1.7.0) Aug 03 16:25:57 ip-10-31-10-44.us-east-1.aws.redhat.com crond[890]: (CRON) INFO (Syslog will be used instead of sendmail.) Aug 03 16:25:57 ip-10-31-10-44.us-east-1.aws.redhat.com crond[890]: (CRON) INFO (RANDOM_DELAY will be scaled with factor 79% if used.) Aug 03 16:25:57 ip-10-31-10-44.us-east-1.aws.redhat.com crond[890]: (CRON) INFO (running with inotify support) Aug 03 16:25:57 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[1]: Starting systemd-update-utmp-runlevel.service - Record Runlevel Change in UTMP... ░░ Subject: A start job for unit systemd-update-utmp-runlevel.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-update-utmp-runlevel.service has begun execution. ░░ ░░ The job identifier is 262. Aug 03 16:25:57 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[1]: systemd-update-utmp-runlevel.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit systemd-update-utmp-runlevel.service has successfully entered the 'dead' state. Aug 03 16:25:57 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[1]: Finished systemd-update-utmp-runlevel.service - Record Runlevel Change in UTMP. ░░ Subject: A start job for unit systemd-update-utmp-runlevel.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-update-utmp-runlevel.service has finished successfully. ░░ ░░ The job identifier is 262. Aug 03 16:25:57 ip-10-31-10-44.us-east-1.aws.redhat.com cloud-init[897]: Cloud-init v. 24.1.4-14.el10 running 'modules:final' at Sat, 03 Aug 2024 16:25:57 +0000. Up 33.36 seconds. Aug 03 16:25:57 ip-10-31-10-44.us-east-1.aws.redhat.com cloud-init[899]: ############################################################# Aug 03 16:25:57 ip-10-31-10-44.us-east-1.aws.redhat.com cloud-init[900]: -----BEGIN SSH HOST KEY FINGERPRINTS----- Aug 03 16:25:57 ip-10-31-10-44.us-east-1.aws.redhat.com cloud-init[902]: 256 SHA256:rkWS0Vi+FseYZvLUff0FDkiYKjd4rt08KqDsEomv7Bw root@ip-10-31-10-44.us-east-1.aws.redhat.com (ECDSA) Aug 03 16:25:57 ip-10-31-10-44.us-east-1.aws.redhat.com cloud-init[904]: 256 SHA256:bkLSkGQzs87FLyhT22l+eNlGTpA5VTjOoQF3R1no2cE root@ip-10-31-10-44.us-east-1.aws.redhat.com (ED25519) Aug 03 16:25:57 ip-10-31-10-44.us-east-1.aws.redhat.com cloud-init[906]: 3072 SHA256:St5XMTwG0Msm/ApKMqyJaCJQ7WhGEvzfs7PiYFoR4IM root@ip-10-31-10-44.us-east-1.aws.redhat.com (RSA) Aug 03 16:25:57 ip-10-31-10-44.us-east-1.aws.redhat.com cloud-init[907]: -----END SSH HOST KEY FINGERPRINTS----- Aug 03 16:25:57 ip-10-31-10-44.us-east-1.aws.redhat.com cloud-init[908]: ############################################################# Aug 03 16:25:57 ip-10-31-10-44.us-east-1.aws.redhat.com cloud-init[897]: Cloud-init v. 24.1.4-14.el10 finished at Sat, 03 Aug 2024 16:25:57 +0000. Datasource DataSourceEc2Local. Up 33.47 seconds Aug 03 16:25:57 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[1]: Finished cloud-final.service - Execute cloud user/final scripts. ░░ Subject: A start job for unit cloud-final.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit cloud-final.service has finished successfully. ░░ ░░ The job identifier is 242. Aug 03 16:25:57 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[1]: Reached target cloud-init.target - Cloud-init target. ░░ Subject: A start job for unit cloud-init.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit cloud-init.target has finished successfully. ░░ ░░ The job identifier is 241. Aug 03 16:25:57 ip-10-31-10-44.us-east-1.aws.redhat.com restraintd[861]: Listening on http://localhost:8081 Aug 03 16:25:57 ip-10-31-10-44.us-east-1.aws.redhat.com kdumpctl[840]: kdump: Detected change(s) in the following file(s): /etc/fstab Aug 03 16:26:00 ip-10-31-10-44.us-east-1.aws.redhat.com chronyd[629]: Selected source 10.2.32.38 Aug 03 16:26:00 ip-10-31-10-44.us-east-1.aws.redhat.com chronyd[629]: System clock TAI offset set to 37 seconds Aug 03 16:26:04 ip-10-31-10-44.us-east-1.aws.redhat.com kernel: block xvda: the capability attribute has been deprecated. Aug 03 16:26:04 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit NetworkManager-dispatcher.service has successfully entered the 'dead' state. Aug 03 16:26:04 ip-10-31-10-44.us-east-1.aws.redhat.com kdumpctl[840]: kdump: Rebuilding /boot/initramfs-6.10.0-15.el10.x86_64kdump.img Aug 03 16:26:06 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1384]: dracut-101-2.el10 Aug 03 16:26:06 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: Executing: /usr/bin/dracut --add kdumpbase --quiet --hostonly --hostonly-cmdline --hostonly-i18n --hostonly-mode strict --hostonly-nics --aggressive-strip -o "plymouth resume ifcfg earlykdump" --mount "/dev/disk/by-uuid/8605af15-4596-4ba0-84aa-95550e824316 /sysroot xfs rw,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,noquota" --squash-compressor zstd --no-hostonly-default-device -f /boot/initramfs-6.10.0-15.el10.x86_64kdump.img 6.10.0-15.el10.x86_64 Aug 03 16:26:07 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: Module 'systemd-networkd' will not be installed, because command 'networkctl' could not be found! Aug 03 16:26:07 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: Module 'systemd-networkd' will not be installed, because command '/usr/lib/systemd/systemd-networkd' could not be found! Aug 03 16:26:07 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: Module 'systemd-networkd' will not be installed, because command '/usr/lib/systemd/systemd-networkd-wait-online' could not be found! Aug 03 16:26:07 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: Module 'systemd-pcrphase' will not be installed, because command '/usr/lib/systemd/systemd-pcrphase' could not be found! Aug 03 16:26:07 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: Module 'systemd-portabled' will not be installed, because command 'portablectl' could not be found! Aug 03 16:26:07 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: Module 'systemd-portabled' will not be installed, because command '/usr/lib/systemd/systemd-portabled' could not be found! Aug 03 16:26:07 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: Module 'systemd-resolved' will not be installed, because command '/usr/lib/systemd/systemd-resolved' could not be found! Aug 03 16:26:07 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: Module 'systemd-timesyncd' will not be installed, because command '/usr/lib/systemd/systemd-timesyncd' could not be found! Aug 03 16:26:07 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: Module 'systemd-timesyncd' will not be installed, because command '/usr/lib/systemd/systemd-time-wait-sync' could not be found! Aug 03 16:26:07 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: Module 'busybox' will not be installed, because command 'busybox' could not be found! Aug 03 16:26:07 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: Module 'dbus-daemon' will not be installed, because command 'dbus-daemon' could not be found! Aug 03 16:26:07 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: Module 'connman' will not be installed, because command 'connmand' could not be found! Aug 03 16:26:07 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: Module 'connman' will not be installed, because command 'connmanctl' could not be found! Aug 03 16:26:07 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: Module 'connman' will not be installed, because command 'connmand-wait-online' could not be found! Aug 03 16:26:07 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: Module 'ifcfg' will not be installed, because it's in the list to be omitted! Aug 03 16:26:07 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: Module 'plymouth' will not be installed, because it's in the list to be omitted! Aug 03 16:26:07 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: 62bluetooth: Could not find any command of '/usr/lib/bluetooth/bluetoothd /usr/libexec/bluetooth/bluetoothd'! Aug 03 16:26:07 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: Module 'btrfs' will not be installed, because command 'btrfs' could not be found! Aug 03 16:26:07 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: Module 'dmraid' will not be installed, because command 'dmraid' could not be found! Aug 03 16:26:07 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: Module 'mdraid' will not be installed, because command 'mdadm' could not be found! Aug 03 16:26:07 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: Module 'cifs' will not be installed, because command 'mount.cifs' could not be found! Aug 03 16:26:07 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: Module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found! Aug 03 16:26:07 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: Module 'iscsi' will not be installed, because command 'iscsiadm' could not be found! Aug 03 16:26:07 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: Module 'iscsi' will not be installed, because command 'iscsid' could not be found! Aug 03 16:26:07 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: Module 'nvmf' will not be installed, because command 'nvme' could not be found! Aug 03 16:26:07 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: Module 'resume' will not be installed, because it's in the list to be omitted! Aug 03 16:26:07 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: Module 'biosdevname' will not be installed, because command 'biosdevname' could not be found! Aug 03 16:26:07 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: Module 'earlykdump' will not be installed, because it's in the list to be omitted! Aug 03 16:26:07 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: Module 'systemd-pcrphase' will not be installed, because command '/usr/lib/systemd/systemd-pcrphase' could not be found! Aug 03 16:26:07 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: Module 'systemd-portabled' will not be installed, because command 'portablectl' could not be found! Aug 03 16:26:07 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: Module 'systemd-portabled' will not be installed, because command '/usr/lib/systemd/systemd-portabled' could not be found! Aug 03 16:26:07 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: Module 'systemd-resolved' will not be installed, because command '/usr/lib/systemd/systemd-resolved' could not be found! Aug 03 16:26:07 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: Module 'systemd-timesyncd' will not be installed, because command '/usr/lib/systemd/systemd-timesyncd' could not be found! Aug 03 16:26:07 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: Module 'systemd-timesyncd' will not be installed, because command '/usr/lib/systemd/systemd-time-wait-sync' could not be found! Aug 03 16:26:07 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: Module 'busybox' will not be installed, because command 'busybox' could not be found! Aug 03 16:26:07 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: Module 'dbus-daemon' will not be installed, because command 'dbus-daemon' could not be found! Aug 03 16:26:07 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: Module 'connman' will not be installed, because command 'connmand' could not be found! Aug 03 16:26:07 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: Module 'connman' will not be installed, because command 'connmanctl' could not be found! Aug 03 16:26:07 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: Module 'connman' will not be installed, because command 'connmand-wait-online' could not be found! Aug 03 16:26:07 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: 62bluetooth: Could not find any command of '/usr/lib/bluetooth/bluetoothd /usr/libexec/bluetooth/bluetoothd'! Aug 03 16:26:07 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: Module 'btrfs' will not be installed, because command 'btrfs' could not be found! Aug 03 16:26:07 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: Module 'dmraid' will not be installed, because command 'dmraid' could not be found! Aug 03 16:26:07 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: Module 'mdraid' will not be installed, because command 'mdadm' could not be found! Aug 03 16:26:07 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: Module 'cifs' will not be installed, because command 'mount.cifs' could not be found! Aug 03 16:26:07 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: Module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found! Aug 03 16:26:07 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: Module 'iscsi' will not be installed, because command 'iscsiadm' could not be found! Aug 03 16:26:07 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: Module 'iscsi' will not be installed, because command 'iscsid' could not be found! Aug 03 16:26:07 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: Module 'nvmf' will not be installed, because command 'nvme' could not be found! Aug 03 16:26:08 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: *** Including module: systemd *** Aug 03 16:26:09 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: *** Including module: systemd-initrd *** Aug 03 16:26:09 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: *** Including module: rngd *** Aug 03 16:26:09 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: *** Including module: i18n *** Aug 03 16:26:09 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: *** Including module: drm *** Aug 03 16:26:09 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: *** Including module: prefixdevname *** Aug 03 16:26:09 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: *** Including module: kernel-modules *** Aug 03 16:26:10 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: *** Including module: kernel-modules-extra *** Aug 03 16:26:10 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: kernel-modules-extra: configuration source "/run/depmod.d" does not exist Aug 03 16:26:10 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: kernel-modules-extra: configuration source "/lib/depmod.d" does not exist Aug 03 16:26:10 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: kernel-modules-extra: parsing configuration file "/etc/depmod.d/dist.conf" Aug 03 16:26:10 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: kernel-modules-extra: /etc/depmod.d/dist.conf: added "updates extra built-in weak-updates" to the list of search directories Aug 03 16:26:10 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: *** Including module: fstab-sys *** Aug 03 16:26:10 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: *** Including module: rootfs-block *** Aug 03 16:26:10 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: *** Including module: terminfo *** Aug 03 16:26:11 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: *** Including module: udev-rules *** Aug 03 16:26:11 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: *** Including module: dracut-systemd *** Aug 03 16:26:11 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: *** Including module: usrmount *** Aug 03 16:26:11 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: *** Including module: base *** Aug 03 16:26:11 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: *** Including module: fs-lib *** Aug 03 16:26:11 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: *** Including module: kdumpbase *** Aug 03 16:26:11 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: *** Including module: memstrack *** Aug 03 16:26:11 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: *** Including module: microcode_ctl-fw_dir_override *** Aug 03 16:26:11 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: microcode_ctl module: mangling fw_dir Aug 03 16:26:11 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: microcode_ctl: reset fw_dir to "/lib/firmware/updates /lib/firmware" Aug 03 16:26:11 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel"... Aug 03 16:26:11 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: microcode_ctl: intel: caveats check for kernel version "6.10.0-15.el10.x86_64" passed, adding "/usr/share/microcode_ctl/ucode_with_caveats/intel" to fw_dir variable Aug 03 16:26:11 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-4f-01"... Aug 03 16:26:11 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: microcode_ctl: configuration "intel-06-4f-01" is ignored Aug 03 16:26:11 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: microcode_ctl: final fw_dir: "/usr/share/microcode_ctl/ucode_with_caveats/intel /lib/firmware/updates /lib/firmware" Aug 03 16:26:11 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: *** Including module: shutdown *** Aug 03 16:26:12 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: *** Including module: squash *** Aug 03 16:26:12 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: *** Including modules done *** Aug 03 16:26:12 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: *** Installing kernel module dependencies *** Aug 03 16:26:12 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: *** Installing kernel module dependencies done *** Aug 03 16:26:12 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: *** Resolving executable dependencies *** Aug 03 16:26:14 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: *** Resolving executable dependencies done *** Aug 03 16:26:14 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: *** Hardlinking files *** Aug 03 16:26:14 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: Mode: real Aug 03 16:26:14 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: Method: sha256 Aug 03 16:26:14 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: Files: 440 Aug 03 16:26:14 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: Linked: 1 files Aug 03 16:26:14 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: Compared: 0 xattrs Aug 03 16:26:14 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: Compared: 11 files Aug 03 16:26:14 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: Saved: 60.55 KiB Aug 03 16:26:14 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: Duration: 0.007073 seconds Aug 03 16:26:14 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: *** Hardlinking files done *** Aug 03 16:26:14 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: *** Generating early-microcode cpio image *** Aug 03 16:26:14 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: *** Constructing GenuineIntel.bin *** Aug 03 16:26:14 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: *** Constructing GenuineIntel.bin *** Aug 03 16:26:14 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: *** Store current command line parameters *** Aug 03 16:26:14 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: Stored kernel commandline: Aug 03 16:26:14 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: No dracut internal kernel commandline stored in the initramfs Aug 03 16:26:14 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: *** Install squash loader *** Aug 03 16:26:15 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: *** Stripping files *** Aug 03 16:26:16 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: *** Stripping files done *** Aug 03 16:26:16 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: *** Squashing the files inside the initramfs *** Aug 03 16:26:21 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: *** Squashing the files inside the initramfs done *** Aug 03 16:26:21 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: *** Creating image file '/boot/initramfs-6.10.0-15.el10.x86_64kdump.img' *** Aug 03 16:26:22 ip-10-31-10-44.us-east-1.aws.redhat.com dracut[1387]: *** Creating initramfs image file '/boot/initramfs-6.10.0-15.el10.x86_64kdump.img' done *** Aug 03 16:26:22 ip-10-31-10-44.us-east-1.aws.redhat.com kernel: PKCS7: Message signed outside of X.509 validity window Aug 03 16:26:22 ip-10-31-10-44.us-east-1.aws.redhat.com kdumpctl[840]: kdump: kexec: loaded kdump kernel Aug 03 16:26:22 ip-10-31-10-44.us-east-1.aws.redhat.com kdumpctl[840]: kdump: Starting kdump: [OK] Aug 03 16:26:22 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[1]: Finished kdump.service - Crash recovery kernel arming. ░░ Subject: A start job for unit kdump.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit kdump.service has finished successfully. ░░ ░░ The job identifier is 256. Aug 03 16:26:22 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[1]: Startup finished in 989ms (kernel) + 4.594s (initrd) + 53.178s (userspace) = 58.762s. ░░ 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 989159 microseconds. ░░ ░░ Initrd start-up required 4594586 microseconds. ░░ ░░ Userspace start-up required 53178857 microseconds. Aug 03 16:26:23 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[1]: systemd-hostnamed.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit systemd-hostnamed.service has successfully entered the 'dead' state. Aug 03 16:27:03 ip-10-31-10-44.us-east-1.aws.redhat.com sshd-session[3733]: Accepted publickey for root from 10.30.32.29 port 36616 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Aug 03 16:27:03 ip-10-31-10-44.us-east-1.aws.redhat.com sshd-session[3733]: pam_systemd(sshd:session): New sd-bus connection (system-bus-pam-systemd-3733) opened. Aug 03 16:27:03 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[1]: Created slice user-0.slice - User Slice of UID 0. ░░ Subject: A start job for unit user-0.slice has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit user-0.slice has finished successfully. ░░ ░░ The job identifier is 665. Aug 03 16:27:03 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[1]: Starting user-runtime-dir@0.service - User Runtime Directory /run/user/0... ░░ Subject: A start job for unit user-runtime-dir@0.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit user-runtime-dir@0.service has begun execution. ░░ ░░ The job identifier is 664. Aug 03 16:27:03 ip-10-31-10-44.us-east-1.aws.redhat.com systemd-logind[610]: New session 1 of user root. ░░ Subject: A new session 1 has been created for user root ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A new session with the ID 1 has been created for the user root. ░░ ░░ The leading process of the session is 3733. Aug 03 16:27:03 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[1]: Finished user-runtime-dir@0.service - User Runtime Directory /run/user/0. ░░ Subject: A start job for unit user-runtime-dir@0.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit user-runtime-dir@0.service has finished successfully. ░░ ░░ The job identifier is 664. Aug 03 16:27:03 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[1]: Starting user@0.service - User Manager for UID 0... ░░ Subject: A start job for unit user@0.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit user@0.service has begun execution. ░░ ░░ The job identifier is 743. Aug 03 16:27:03 ip-10-31-10-44.us-east-1.aws.redhat.com systemd-logind[610]: New session 2 of user root. ░░ Subject: A new session 2 has been created for user root ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A new session with the ID 2 has been created for the user root. ░░ ░░ The leading process of the session is 3738. Aug 03 16:27:03 ip-10-31-10-44.us-east-1.aws.redhat.com (systemd)[3738]: pam_unix(systemd-user:session): session opened for user root(uid=0) by root(uid=0) Aug 03 16:27:03 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[3738]: Queued start job for default target default.target. Aug 03 16:27:03 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[3738]: Created slice app.slice - User Application Slice. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 4. Aug 03 16:27:03 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[3738]: grub-boot-success.timer - Mark boot as successful after the user session has run 2 minutes was skipped because of an unmet condition check (ConditionUser=!@system). ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 11. Aug 03 16:27:03 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[3738]: Started systemd-tmpfiles-clean.timer - Daily Cleanup of User's Temporary Directories. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 12. Aug 03 16:27:03 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[3738]: Reached target paths.target - Paths. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 9. Aug 03 16:27:03 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[3738]: Reached target timers.target - Timers. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 10. Aug 03 16:27:03 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[3738]: Starting dbus.socket - D-Bus User Message Bus Socket... ░░ Subject: A start job for unit UNIT has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has begun execution. ░░ ░░ The job identifier is 8. Aug 03 16:27:03 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[3738]: Starting systemd-tmpfiles-setup.service - Create User Files and Directories... ░░ Subject: A start job for unit UNIT has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has begun execution. ░░ ░░ The job identifier is 3. Aug 03 16:27:03 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[3738]: Finished systemd-tmpfiles-setup.service - Create User Files and Directories. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 3. Aug 03 16:27:03 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[3738]: Listening on dbus.socket - D-Bus User Message Bus Socket. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 8. Aug 03 16:27:03 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[3738]: Reached target sockets.target - Sockets. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 7. Aug 03 16:27:03 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[3738]: Reached target basic.target - Basic System. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 2. Aug 03 16:27:03 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[3738]: Reached target default.target - Main User Target. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 1. Aug 03 16:27:03 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[3738]: Startup finished in 159ms. ░░ 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 159387 microseconds. Aug 03 16:27:03 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[1]: Started user@0.service - User Manager for UID 0. ░░ Subject: A start job for unit user@0.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit user@0.service has finished successfully. ░░ ░░ The job identifier is 743. Aug 03 16:27:03 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[1]: Started session-1.scope - Session 1 of User root. ░░ Subject: A start job for unit session-1.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-1.scope has finished successfully. ░░ ░░ The job identifier is 823. Aug 03 16:27:03 ip-10-31-10-44.us-east-1.aws.redhat.com sshd-session[3733]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) Aug 03 16:27:04 ip-10-31-10-44.us-east-1.aws.redhat.com sshd-session[3749]: Received disconnect from 10.30.32.29 port 36616:11: disconnected by user Aug 03 16:27:04 ip-10-31-10-44.us-east-1.aws.redhat.com sshd-session[3749]: Disconnected from user root 10.30.32.29 port 36616 Aug 03 16:27:04 ip-10-31-10-44.us-east-1.aws.redhat.com sshd-session[3733]: pam_systemd(sshd:session): New sd-bus connection (system-bus-pam-systemd-3733) opened. Aug 03 16:27:04 ip-10-31-10-44.us-east-1.aws.redhat.com sshd-session[3733]: pam_unix(sshd:session): session closed for user root Aug 03 16:27:04 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[1]: session-1.scope: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit session-1.scope has successfully entered the 'dead' state. Aug 03 16:27:04 ip-10-31-10-44.us-east-1.aws.redhat.com systemd-logind[610]: Session 1 logged out. Waiting for processes to exit. Aug 03 16:27:04 ip-10-31-10-44.us-east-1.aws.redhat.com systemd-logind[610]: Removed session 1. ░░ Subject: Session 1 has been terminated ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A session with the ID 1 has been terminated. Aug 03 16:27:05 ip-10-31-10-44.us-east-1.aws.redhat.com sshd-session[3781]: Connection closed by 10.29.163.172 port 42652 Aug 03 16:27:05 ip-10-31-10-44.us-east-1.aws.redhat.com sshd-session[3782]: Accepted publickey for root from 10.29.163.172 port 42656 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Aug 03 16:27:05 ip-10-31-10-44.us-east-1.aws.redhat.com sshd-session[3782]: pam_systemd(sshd:session): New sd-bus connection (system-bus-pam-systemd-3782) opened. Aug 03 16:27:05 ip-10-31-10-44.us-east-1.aws.redhat.com systemd-logind[610]: New session 3 of user root. ░░ Subject: A new session 3 has been created for user root ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A new session with the ID 3 has been created for the user root. ░░ ░░ The leading process of the session is 3782. Aug 03 16:27:05 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[1]: Started session-3.scope - Session 3 of User root. ░░ Subject: A start job for unit session-3.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-3.scope has finished successfully. ░░ ░░ The job identifier is 904. Aug 03 16:27:05 ip-10-31-10-44.us-east-1.aws.redhat.com sshd-session[3782]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) Aug 03 16:27:05 ip-10-31-10-44.us-east-1.aws.redhat.com sshd-session[3785]: Received disconnect from 10.29.163.172 port 42656:11: disconnected by user Aug 03 16:27:05 ip-10-31-10-44.us-east-1.aws.redhat.com sshd-session[3785]: Disconnected from user root 10.29.163.172 port 42656 Aug 03 16:27:05 ip-10-31-10-44.us-east-1.aws.redhat.com sshd-session[3782]: pam_systemd(sshd:session): New sd-bus connection (system-bus-pam-systemd-3782) opened. Aug 03 16:27:05 ip-10-31-10-44.us-east-1.aws.redhat.com sshd-session[3782]: pam_unix(sshd:session): session closed for user root Aug 03 16:27:05 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[1]: session-3.scope: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit session-3.scope has successfully entered the 'dead' state. Aug 03 16:27:05 ip-10-31-10-44.us-east-1.aws.redhat.com systemd-logind[610]: Session 3 logged out. Waiting for processes to exit. Aug 03 16:27:05 ip-10-31-10-44.us-east-1.aws.redhat.com systemd-logind[610]: Removed session 3. ░░ Subject: Session 3 has been terminated ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A session with the ID 3 has been terminated. Aug 03 16:27:05 ip-10-31-10-44.us-east-1.aws.redhat.com sshd-session[3804]: Accepted publickey for root from 10.29.163.172 port 42666 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Aug 03 16:27:05 ip-10-31-10-44.us-east-1.aws.redhat.com sshd-session[3804]: pam_systemd(sshd:session): New sd-bus connection (system-bus-pam-systemd-3804) opened. Aug 03 16:27:05 ip-10-31-10-44.us-east-1.aws.redhat.com systemd-logind[610]: New session 4 of user root. ░░ Subject: A new session 4 has been created for user root ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A new session with the ID 4 has been created for the user root. ░░ ░░ The leading process of the session is 3804. Aug 03 16:27:05 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[1]: Started session-4.scope - Session 4 of User root. ░░ Subject: A start job for unit session-4.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-4.scope has finished successfully. ░░ ░░ The job identifier is 985. Aug 03 16:27:05 ip-10-31-10-44.us-east-1.aws.redhat.com sshd-session[3804]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) Aug 03 16:27:05 ip-10-31-10-44.us-east-1.aws.redhat.com sshd-session[3807]: Received disconnect from 10.29.163.172 port 42666:11: disconnected by user Aug 03 16:27:05 ip-10-31-10-44.us-east-1.aws.redhat.com sshd-session[3807]: Disconnected from user root 10.29.163.172 port 42666 Aug 03 16:27:05 ip-10-31-10-44.us-east-1.aws.redhat.com sshd-session[3804]: pam_systemd(sshd:session): New sd-bus connection (system-bus-pam-systemd-3804) opened. Aug 03 16:27:05 ip-10-31-10-44.us-east-1.aws.redhat.com sshd-session[3804]: pam_unix(sshd:session): session closed for user root Aug 03 16:27:05 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[1]: session-4.scope: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit session-4.scope has successfully entered the 'dead' state. Aug 03 16:27:05 ip-10-31-10-44.us-east-1.aws.redhat.com systemd-logind[610]: Session 4 logged out. Waiting for processes to exit. Aug 03 16:27:05 ip-10-31-10-44.us-east-1.aws.redhat.com systemd-logind[610]: Removed session 4. ░░ Subject: Session 4 has been terminated ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A session with the ID 4 has been terminated. Aug 03 16:27:05 ip-10-31-10-44.us-east-1.aws.redhat.com sshd-session[3826]: Accepted publickey for root from 10.29.163.172 port 42680 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Aug 03 16:27:05 ip-10-31-10-44.us-east-1.aws.redhat.com sshd-session[3826]: pam_systemd(sshd:session): New sd-bus connection (system-bus-pam-systemd-3826) opened. Aug 03 16:27:05 ip-10-31-10-44.us-east-1.aws.redhat.com systemd-logind[610]: New session 5 of user root. ░░ Subject: A new session 5 has been created for user root ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A new session with the ID 5 has been created for the user root. ░░ ░░ The leading process of the session is 3826. Aug 03 16:27:05 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[1]: Started session-5.scope - Session 5 of User root. ░░ Subject: A start job for unit session-5.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-5.scope has finished successfully. ░░ ░░ The job identifier is 1066. Aug 03 16:27:05 ip-10-31-10-44.us-east-1.aws.redhat.com sshd-session[3826]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) Aug 03 16:27:05 ip-10-31-10-44.us-east-1.aws.redhat.com sshd-session[3829]: Received disconnect from 10.29.163.172 port 42680:11: disconnected by user Aug 03 16:27:05 ip-10-31-10-44.us-east-1.aws.redhat.com sshd-session[3829]: Disconnected from user root 10.29.163.172 port 42680 Aug 03 16:27:05 ip-10-31-10-44.us-east-1.aws.redhat.com sshd-session[3826]: pam_systemd(sshd:session): New sd-bus connection (system-bus-pam-systemd-3826) opened. Aug 03 16:27:05 ip-10-31-10-44.us-east-1.aws.redhat.com sshd-session[3826]: pam_unix(sshd:session): session closed for user root Aug 03 16:27:05 ip-10-31-10-44.us-east-1.aws.redhat.com systemd-logind[610]: Session 5 logged out. Waiting for processes to exit. Aug 03 16:27:05 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[1]: session-5.scope: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit session-5.scope has successfully entered the 'dead' state. Aug 03 16:27:05 ip-10-31-10-44.us-east-1.aws.redhat.com systemd-logind[610]: Removed session 5. ░░ Subject: Session 5 has been terminated ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A session with the ID 5 has been terminated. Aug 03 16:27:06 ip-10-31-10-44.us-east-1.aws.redhat.com sshd-session[3848]: Accepted publickey for root from 10.29.163.172 port 42694 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Aug 03 16:27:06 ip-10-31-10-44.us-east-1.aws.redhat.com sshd-session[3848]: pam_systemd(sshd:session): New sd-bus connection (system-bus-pam-systemd-3848) opened. Aug 03 16:27:06 ip-10-31-10-44.us-east-1.aws.redhat.com systemd-logind[610]: New session 6 of user root. ░░ Subject: A new session 6 has been created for user root ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A new session with the ID 6 has been created for the user root. ░░ ░░ The leading process of the session is 3848. Aug 03 16:27:06 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[1]: Started session-6.scope - Session 6 of User root. ░░ Subject: A start job for unit session-6.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-6.scope has finished successfully. ░░ ░░ The job identifier is 1147. Aug 03 16:27:06 ip-10-31-10-44.us-east-1.aws.redhat.com sshd-session[3848]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) Aug 03 16:27:19 ip-10-31-10-44.us-east-1.aws.redhat.com python3[3940]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Aug 03 16:27:21 ip-10-31-10-44.us-east-1.aws.redhat.com python3[3985]: ansible-service_facts Invoked Aug 03 16:27:22 ip-10-31-10-44.us-east-1.aws.redhat.com python3[4103]: ansible-ansible.legacy.command Invoked with _raw_params=rpm -qa | sort _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Aug 03 16:27:23 ip-10-31-10-44.us-east-1.aws.redhat.com python3[4124]: ansible-stat Invoked with path=/etc/yum.repos.d/qa-tools.repo follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Aug 03 16:27:24 ip-10-31-10-44.us-east-1.aws.redhat.com python3[4142]: ansible-ansible.legacy.dnf Invoked with name=['ca-certificates'] state=latest allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Aug 03 16:27:24 ip-10-31-10-44.us-east-1.aws.redhat.com python3[4161]: ansible-ansible.legacy.dnf Invoked with name=['curl'] state=latest allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Aug 03 16:27:24 ip-10-31-10-44.us-east-1.aws.redhat.com python3[4180]: ansible-ansible.legacy.command Invoked with _raw_params=curl -skL -o /etc/pki/ca-trust/source/anchors/Current-IT-Root-CAs.pem https://certs.corp.redhat.com/certs/Current-IT-Root-CAs.pem _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Aug 03 16:27:25 ip-10-31-10-44.us-east-1.aws.redhat.com python3[4200]: ansible-ansible.legacy.command Invoked with _raw_params=bash -c 'update-ca-trust' _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Aug 03 16:27:27 ip-10-31-10-44.us-east-1.aws.redhat.com python3[4228]: ansible-ansible.legacy.command Invoked with _raw_params=bash -c 'update-ca-trust extract' _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Aug 03 16:27:28 ip-10-31-10-44.us-east-1.aws.redhat.com python3[4256]: ansible-ansible.legacy.command Invoked with _raw_params=curl -v https://gitlab.cee.redhat.com _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Aug 03 16:27:28 ip-10-31-10-44.us-east-1.aws.redhat.com python3[4276]: ansible-ansible.legacy.command Invoked with _raw_params=curl -v https://beaker.engineering.redhat.com/ _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Aug 03 16:27:29 ip-10-31-10-44.us-east-1.aws.redhat.com python3[4296]: ansible-file Invoked with path=/etc/yum.repos.d/CentOS-Media.repo state=absent recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Aug 03 16:27:29 ip-10-31-10-44.us-east-1.aws.redhat.com python3[4314]: ansible-file Invoked with path=/etc/yum.repos.d/CentOS-Linux-Media.repo state=absent recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Aug 03 16:27:30 ip-10-31-10-44.us-east-1.aws.redhat.com python3[4332]: ansible-file Invoked with path=/etc/yum.repos.d/CentOS-Stream-Media.repo state=absent recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Aug 03 16:27:30 ip-10-31-10-44.us-east-1.aws.redhat.com python3[4350]: ansible-file Invoked with path=/etc/yum.repos.d/beaker-client-testing.repo state=absent recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Aug 03 16:27:30 ip-10-31-10-44.us-east-1.aws.redhat.com python3[4368]: ansible-stat Invoked with path=/etc/yum.repos.d/beaker-client.repo follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Aug 03 16:27:31 ip-10-31-10-44.us-east-1.aws.redhat.com python3[4388]: ansible-replace Invoked with path=/etc/yum.repos.d/beaker-client.repo regexp=7|\$releasever replace=8 backup=False encoding=utf-8 unsafe_writes=False after=None before=None validate=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Aug 03 16:27:32 ip-10-31-10-44.us-east-1.aws.redhat.com python3[4406]: ansible-stat Invoked with path=/etc/yum.repos.d/beaker-client.repo follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Aug 03 16:27:32 ip-10-31-10-44.us-east-1.aws.redhat.com python3[4426]: ansible-community.general.ini_file Invoked with path=/etc/yum.repos.d/beaker-client.repo section=beaker-client option=skip_if_unavailable value=1 backup=False state=present exclusive=True no_extra_spaces=False ignore_spaces=False allow_no_value=False modify_inactive_option=True create=True follow=False unsafe_writes=False values=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Aug 03 16:27:32 ip-10-31-10-44.us-east-1.aws.redhat.com python3[4444]: ansible-ansible.legacy.command Invoked with _raw_params=for repofile in $(ls -1 /etc/yum.repos.d/); do echo "# vvvvv $repofile vvvvv vvvvv"; cat "/etc/yum.repos.d/$repofile"; echo "# ^^^^^ ^^^^^ ^^^^^ ^^^^^"; echo ""; done _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Aug 03 16:27:32 ip-10-31-10-44.us-east-1.aws.redhat.com python3[4470]: ansible-ansible.legacy.command Invoked with _raw_params=yum -q repolist _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Aug 03 16:27:33 ip-10-31-10-44.us-east-1.aws.redhat.com python3[4489]: ansible-stat Invoked with path=/etc/yum.repos.d/baseos-ci.repo follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Aug 03 16:27:33 ip-10-31-10-44.us-east-1.aws.redhat.com python3[4507]: ansible-ansible.legacy.command Invoked with _raw_params=for repofile in $(ls -1 /etc/yum.repos.d/); do echo "# vvvvv $repofile vvvvv vvvvv"; cat "/etc/yum.repos.d/$repofile"; echo "# ^^^^^ ^^^^^ ^^^^^ ^^^^^"; echo ""; done _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Aug 03 16:27:33 ip-10-31-10-44.us-east-1.aws.redhat.com python3[4533]: ansible-ansible.legacy.command Invoked with _raw_params=yum -q repolist _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Aug 03 16:27:34 ip-10-31-10-44.us-east-1.aws.redhat.com python3[4552]: ansible-ansible.legacy.command Invoked with _raw_params=for repofile in $(ls -1 /etc/yum.repos.d/); do echo "# vvvvv $repofile vvvvv vvvvv"; cat "/etc/yum.repos.d/$repofile"; echo "# ^^^^^ ^^^^^ ^^^^^ ^^^^^"; echo ""; done _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Aug 03 16:27:34 ip-10-31-10-44.us-east-1.aws.redhat.com python3[4578]: ansible-ansible.legacy.command Invoked with _raw_params=yum -q repolist _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Aug 03 16:27:35 ip-10-31-10-44.us-east-1.aws.redhat.com python3[4597]: ansible-ansible.legacy.command Invoked with _raw_params=yum repolist --enablerepo '*' | grep -q rhel-buildroot _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Aug 03 16:27:35 ip-10-31-10-44.us-east-1.aws.redhat.com python3[4618]: ansible-ansible.legacy.command Invoked with _raw_params=for repofile in $(ls -1 /etc/yum.repos.d/); do echo "# vvvvv $repofile vvvvv vvvvv"; cat "/etc/yum.repos.d/$repofile"; echo "# ^^^^^ ^^^^^ ^^^^^ ^^^^^"; echo ""; done _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Aug 03 16:27:36 ip-10-31-10-44.us-east-1.aws.redhat.com python3[4644]: ansible-ansible.legacy.command Invoked with _raw_params=yum -q repolist _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Aug 03 16:27:36 ip-10-31-10-44.us-east-1.aws.redhat.com python3[4663]: ansible-ansible.legacy.command Invoked with _raw_params=for repofile in $(ls -1 /etc/yum.repos.d/); do echo "# vvvvv $repofile vvvvv vvvvv"; cat "/etc/yum.repos.d/$repofile"; echo "# ^^^^^ ^^^^^ ^^^^^ ^^^^^"; echo ""; done _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Aug 03 16:27:36 ip-10-31-10-44.us-east-1.aws.redhat.com python3[4689]: ansible-ansible.legacy.command Invoked with _raw_params=yum -q repolist _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Aug 03 16:27:37 ip-10-31-10-44.us-east-1.aws.redhat.com python3[4708]: ansible-ansible.legacy.command Invoked with _raw_params=dnf clean all --enablerepo=* _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Aug 03 16:27:37 ip-10-31-10-44.us-east-1.aws.redhat.com python3[4727]: ansible-ansible.legacy.command Invoked with _raw_params=dnf makecache --enablerepo=* _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Aug 03 16:27:47 ip-10-31-10-44.us-east-1.aws.redhat.com python3[4803]: ansible-ansible.legacy.dnf Invoked with name=['createrepo'] state=latest allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Aug 03 16:27:49 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[1]: Started run-redb5bec502bf41deaeeb498ea05a4dc0.service - /usr/bin/systemctl start man-db-cache-update. ░░ Subject: A start job for unit run-redb5bec502bf41deaeeb498ea05a4dc0.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit run-redb5bec502bf41deaeeb498ea05a4dc0.service has finished successfully. ░░ ░░ The job identifier is 1228. Aug 03 16:27:49 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[1]: Starting man-db-cache-update.service... ░░ Subject: A start job for unit man-db-cache-update.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit man-db-cache-update.service has begun execution. ░░ ░░ The job identifier is 1305. Aug 03 16:27:50 ip-10-31-10-44.us-east-1.aws.redhat.com python3[4832]: ansible-ansible.legacy.dnf Invoked with name=['make'] state=latest allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Aug 03 16:27:51 ip-10-31-10-44.us-east-1.aws.redhat.com python3[4851]: ansible-ansible.legacy.dnf Invoked with name=['parted'] state=latest allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Aug 03 16:27:51 ip-10-31-10-44.us-east-1.aws.redhat.com python3[4870]: ansible-ansible.legacy.dnf Invoked with name=['psmisc'] state=latest allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Aug 03 16:27:52 ip-10-31-10-44.us-east-1.aws.redhat.com python3[4889]: ansible-ansible.legacy.dnf Invoked with name=['chrony'] state=latest allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Aug 03 16:27:52 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[1]: man-db-cache-update.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit man-db-cache-update.service has successfully entered the 'dead' state. Aug 03 16:27:52 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[1]: Finished man-db-cache-update.service. ░░ Subject: A start job for unit man-db-cache-update.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit man-db-cache-update.service has finished successfully. ░░ ░░ The job identifier is 1305. Aug 03 16:27:52 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[1]: run-redb5bec502bf41deaeeb498ea05a4dc0.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit run-redb5bec502bf41deaeeb498ea05a4dc0.service has successfully entered the 'dead' state. Aug 03 16:27:52 ip-10-31-10-44.us-east-1.aws.redhat.com python3[4912]: ansible-ansible.legacy.command Invoked with _raw_params=bash -c "chronyc sources" _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Aug 03 16:27:54 ip-10-31-10-44.us-east-1.aws.redhat.com python3[4931]: ansible-ansible.legacy.command Invoked with _raw_params=bash -c "chronyc sources | grep redhat | grep -v util.phx2.redhat || chronyc add server clock.corp.redhat.com iburst" _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Aug 03 16:27:57 ip-10-31-10-44.us-east-1.aws.redhat.com python3[4953]: ansible-ansible.legacy.command Invoked with _raw_params=bash -c "chronyc sources" _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Aug 03 16:27:59 ip-10-31-10-44.us-east-1.aws.redhat.com python3[4972]: ansible-ansible.legacy.command Invoked with _raw_params=chronyc waitsync 5 _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Aug 03 16:28:00 ip-10-31-10-44.us-east-1.aws.redhat.com python3[4991]: ansible-ansible.legacy.command Invoked with _raw_params=setenforce 0; timedatectl set-timezone UTC; setenforce 1 _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Aug 03 16:28:00 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[1]: Starting systemd-timedated.service - Time & Date Service... ░░ Subject: A start job for unit systemd-timedated.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-timedated.service has begun execution. ░░ ░░ The job identifier is 1382. Aug 03 16:28:00 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[1]: Started systemd-timedated.service - Time & Date Service. ░░ Subject: A start job for unit systemd-timedated.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-timedated.service has finished successfully. ░░ ░░ The job identifier is 1382. Aug 03 16:28:00 ip-10-31-10-44.us-east-1.aws.redhat.com systemd-timedated[4995]: Changed time zone to 'UTC' (UTC). ░░ Subject: Time zone change to UTC ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The system timezone has been changed to UTC. Aug 03 16:28:00 ip-10-31-10-44.us-east-1.aws.redhat.com python3[5013]: ansible-yum_repository Invoked with state=present name=beaker-tasks description=Beaker tasks baseurl=['http://beaker.engineering.redhat.com/rpms/'] gpgcheck=False enabled=True reposdir=/etc/yum.repos.d unsafe_writes=False bandwidth=None cost=None deltarpm_metadata_percentage=None deltarpm_percentage=None enablegroups=None exclude=None failovermethod=None file=None gpgcakey=None gpgkey=None module_hotfixes=None http_caching=None include=None includepkgs=None ip_resolve=None keepalive=None keepcache=None metadata_expire=None metadata_expire_filter=None metalink=None mirrorlist=None mirrorlist_expire=None params=None password=NOT_LOGGING_PARAMETER priority=None protect=None proxy=None proxy_password=NOT_LOGGING_PARAMETER proxy_username=None repo_gpgcheck=None retries=None s3_enabled=None skip_if_unavailable=None sslcacert=None ssl_check_cert_permissions=None sslclientcert=None sslclientkey=None sslverify=None throttle=None timeout=None ui_repoid_vars=None username=None async=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Aug 03 16:28:01 ip-10-31-10-44.us-east-1.aws.redhat.com python3[5031]: ansible-user Invoked with name=root update_password=always password=NOT_LOGGING_PARAMETER state=present non_unique=False force=False remove=False create_home=True system=False move_home=False append=False ssh_key_bits=0 ssh_key_type=rsa ssh_key_comment=ansible-generated on ip-10-31-10-44.us-east-1.aws.redhat.com uid=None group=None groups=None comment=None home=None shell=None login_class=None password_expire_max=None password_expire_min=None hidden=None seuser=None skeleton=None generate_ssh_key=None ssh_key_file=None ssh_key_passphrase=NOT_LOGGING_PARAMETER expires=None password_lock=None local=None profile=None authorization=None role=None umask=None Aug 03 16:28:01 ip-10-31-10-44.us-east-1.aws.redhat.com usermod[5034]: change user 'root' password Aug 03 16:28:01 ip-10-31-10-44.us-east-1.aws.redhat.com python3[5056]: ansible-lineinfile Invoked with dest=/etc/ssh/sshd_config regexp=#?PasswordAuthentication (?:yes|no) line=PasswordAuthentication yes state=present path=/etc/ssh/sshd_config backrefs=False create=False backup=False firstmatch=False unsafe_writes=False search_string=None insertafter=None insertbefore=None validate=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Aug 03 16:28:01 ip-10-31-10-44.us-east-1.aws.redhat.com python3[5074]: ansible-lineinfile Invoked with dest=/etc/ssh/sshd_config line=PermitRootLogin yes state=present path=/etc/ssh/sshd_config backrefs=False create=False backup=False firstmatch=False unsafe_writes=False regexp=None search_string=None insertafter=None insertbefore=None validate=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Aug 03 16:28:02 ip-10-31-10-44.us-east-1.aws.redhat.com python3[5092]: ansible-file Invoked with path=/var/lib/tft state=directory recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Aug 03 16:28:02 ip-10-31-10-44.us-east-1.aws.redhat.com python3[5110]: ansible-stat Invoked with path=/var/lib/tft/lib.sh follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Aug 03 16:28:02 ip-10-31-10-44.us-east-1.aws.redhat.com python3[5168]: ansible-ansible.legacy.stat Invoked with path=/var/lib/tft/lib.sh follow=False get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True Aug 03 16:28:02 ip-10-31-10-44.us-east-1.aws.redhat.com python3[5221]: ansible-ansible.legacy.copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1722702482.3191586-766-267165002374661/source dest=/var/lib/tft/lib.sh owner=root group=root mode=u=rx,go= follow=False _original_basename=lib.sh.j2 checksum=af779f2a149bc6695c9d2d1622342e81371886ab backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None seuser=None serole=None selevel=None setype=None attributes=None Aug 03 16:28:03 ip-10-31-10-44.us-east-1.aws.redhat.com python3[5257]: ansible-stat Invoked with path=/usr/local/bin/ci-extendtesttime.sh follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Aug 03 16:28:03 ip-10-31-10-44.us-east-1.aws.redhat.com rsyslogd[609]: imjournal: journal files changed, reloading... [v8.2312.0-2.el10 try https://www.rsyslog.com/e/0 ] Aug 03 16:28:03 ip-10-31-10-44.us-east-1.aws.redhat.com python3[5316]: ansible-ansible.legacy.stat Invoked with path=/usr/local/bin/ci-extendtesttime.sh follow=False get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True Aug 03 16:28:03 ip-10-31-10-44.us-east-1.aws.redhat.com python3[5369]: ansible-ansible.legacy.copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1722702483.222091-781-82551481335324/source dest=/usr/local/bin/ci-extendtesttime.sh owner=root group=root mode=u=rx,go= follow=False _original_basename=ci-extendtesttime.sh.j2 checksum=2d0f6c296873c17e8b22c9490b000973b2a8a350 backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None seuser=None serole=None selevel=None setype=None attributes=None Aug 03 16:28:03 ip-10-31-10-44.us-east-1.aws.redhat.com python3[5405]: ansible-stat Invoked with path=/usr/bin/extendtesttime.sh follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Aug 03 16:28:04 ip-10-31-10-44.us-east-1.aws.redhat.com python3[5423]: ansible-stat Invoked with path=/usr/local/bin/ci-return2pool.sh follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Aug 03 16:28:04 ip-10-31-10-44.us-east-1.aws.redhat.com python3[5481]: ansible-ansible.legacy.stat Invoked with path=/usr/local/bin/ci-return2pool.sh follow=False get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True Aug 03 16:28:04 ip-10-31-10-44.us-east-1.aws.redhat.com python3[5534]: ansible-ansible.legacy.copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1722702484.2255712-804-75612198014343/source dest=/usr/local/bin/ci-return2pool.sh owner=root group=root mode=u=rx,go= follow=False _original_basename=ci-return2pool.sh.j2 checksum=f77cae3b2a729c60bcb0c01c82bf347f13a9b2c5 backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None seuser=None serole=None selevel=None setype=None attributes=None Aug 03 16:28:04 ip-10-31-10-44.us-east-1.aws.redhat.com python3[5570]: ansible-stat Invoked with path=/etc/motd follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Aug 03 16:28:05 ip-10-31-10-44.us-east-1.aws.redhat.com python3[5630]: ansible-ansible.legacy.stat Invoked with path=/root/.guest-metadata.json follow=False get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True Aug 03 16:28:05 ip-10-31-10-44.us-east-1.aws.redhat.com python3[5683]: ansible-ansible.legacy.copy Invoked with dest=/root/.guest-metadata.json owner=root group=root mode=u=rw,go= src=/root/.ansible/tmp/ansible-tmp-1722702485.005812-832-229615358083746/source _original_basename=tmpdzwhu9zi follow=False checksum=bf21a9e8fbc5a3846fb05b4fa0859e0917b2202f backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None seuser=None serole=None selevel=None setype=None attributes=None Aug 03 16:28:05 ip-10-31-10-44.us-east-1.aws.redhat.com python3[5719]: ansible-ansible.legacy.command Invoked with _raw_params=curl -sLI --connect-timeout 5 -w '%{response_code}' http://169.254.169.254/latest/meta-data/instance-id | grep ^200 _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Aug 03 16:28:06 ip-10-31-10-44.us-east-1.aws.redhat.com python3[5740]: ansible-hostname Invoked with name=3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm use=None Aug 03 16:28:06 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[1]: Starting systemd-hostnamed.service - Hostname Service... ░░ Subject: A start job for unit systemd-hostnamed.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-hostnamed.service has begun execution. ░░ ░░ The job identifier is 1459. Aug 03 16:28:06 ip-10-31-10-44.us-east-1.aws.redhat.com systemd[1]: Started systemd-hostnamed.service - Hostname Service. ░░ Subject: A start job for unit systemd-hostnamed.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-hostnamed.service has finished successfully. ░░ ░░ The job identifier is 1459. Aug 03 16:28:06 ip-10-31-10-44.us-east-1.aws.redhat.com systemd-hostnamed[5744]: Changed pretty hostname to '3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm' Aug 03 16:28:06 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm systemd-hostnamed[5744]: Hostname set to <3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm> (static) Aug 03 16:28:06 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm NetworkManager[667]: [1722702486.3577] hostname: static hostname changed from "ip-10-31-10-44.us-east-1.aws.redhat.com" to "3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm" Aug 03 16:28:06 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm systemd[1]: Starting NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service... ░░ Subject: A start job for unit NetworkManager-dispatcher.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit NetworkManager-dispatcher.service has begun execution. ░░ ░░ The job identifier is 1536. Aug 03 16:28:06 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm systemd[1]: Started NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service. ░░ Subject: A start job for unit NetworkManager-dispatcher.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit NetworkManager-dispatcher.service has finished successfully. ░░ ░░ The job identifier is 1536. Aug 03 16:28:06 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm python3[5774]: ansible-ansible.legacy.command Invoked with _raw_params=ping -4 -c1 -W10 $(hostname) _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Aug 03 16:28:07 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm python3[5794]: ansible-file Invoked with path=/var/log/messages state=touch recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Aug 03 16:28:07 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm python3[5812]: ansible-ansible.legacy.command Invoked with _raw_params=setsebool nis_enabled on _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Aug 03 16:28:07 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm setsebool[5813]: The nis_enabled policy boolean was changed to on by root Aug 03 16:28:07 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm python3[5831]: ansible-stat Invoked with path=/usr/bin/rstrnt-package follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Aug 03 16:28:07 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm python3[5851]: ansible-ansible.legacy.command Invoked with _raw_params=sed -e 's/rpm -q $package/rpm -q --whatprovides $package/' -i /usr/bin/rstrnt-package _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Aug 03 16:28:07 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm python3[5870]: ansible-stat Invoked with path=/var/lib/restraint follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Aug 03 16:28:08 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm python3[5890]: ansible-file Invoked with path=/var/lib/restraint/avc_since state=touch recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Aug 03 16:28:08 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm python3[5908]: ansible-stat Invoked with path=/usr/share/beakerlib/beakerlib.sh follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Aug 03 16:28:08 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm python3[5928]: ansible-file Invoked with dest=/usr/lib/beakerlib state=directory path=/usr/lib/beakerlib recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Aug 03 16:28:09 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm python3[5946]: ansible-file Invoked with dest=/usr/share/rhts-library state=directory path=/usr/share/rhts-library recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Aug 03 16:28:09 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm python3[5964]: ansible-file Invoked with src=/usr/share/beakerlib/beakerlib.sh dest=/usr/lib/beakerlib/beakerlib.sh state=link path=/usr/lib/beakerlib/beakerlib.sh recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Aug 03 16:28:09 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm python3[5982]: ansible-file Invoked with src=/usr/share/beakerlib/beakerlib.sh dest=/usr/share/rhts-library/rhtslib.sh state=link path=/usr/share/rhts-library/rhtslib.sh recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Aug 03 16:28:09 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm python3[6000]: ansible-ansible.legacy.command Invoked with _raw_params=mv /var/log/audit/audit.log /var/log/audit/audit.log.bak _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Aug 03 16:28:09 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm python3[6019]: ansible-ansible.legacy.command Invoked with _raw_params=/usr/sbin/service auditd restart _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Aug 03 16:28:09 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm auditd[577]: The audit daemon is exiting. Aug 03 16:28:09 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm kernel: audit: type=1305 audit(1722702489.938:732): op=set audit_pid=0 old=577 auid=4294967295 ses=4294967295 subj=system_u:system_r:auditd_t:s0 res=1 Aug 03 16:28:09 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm systemd[1]: auditd.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit auditd.service has successfully entered the 'dead' state. Aug 03 16:28:09 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm kernel: audit: type=1131 audit(1722702489.942:733): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=auditd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Aug 03 16:28:09 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm kernel: audit: type=2310 audit(1722702489.942:734): pid=601 uid=81 auid=4294967295 ses=4294967295 subj=system_u:system_r:system_dbusd_t:s0-s0:c0.c1023 msg='avc: op=load_policy lsm=selinux seqno=2 res=1 exe="/usr/bin/dbus-broker" sauid=81 hostname=? addr=? terminal=?' Aug 03 16:28:10 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm systemd[1]: Starting audit-rules.service - Load Audit Rules... ░░ Subject: A start job for unit audit-rules.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit audit-rules.service has begun execution. ░░ ░░ The job identifier is 1617. Aug 03 16:28:10 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm augenrules[6029]: /sbin/augenrules: No change Aug 03 16:28:10 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm kernel: audit: type=1305 audit(1722702490.976:735): op=set audit_backlog_limit=8192 old=8192 auid=4294967295 ses=4294967295 subj=system_u:system_r:unconfined_service_t:s0 res=1 Aug 03 16:28:10 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm kernel: audit: type=1300 audit(1722702490.976:735): arch=c000003e syscall=44 success=yes exit=60 a0=3 a1=7ffc01c32a30 a2=3c a3=0 items=0 ppid=6029 pid=6039 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="auditctl" exe="/usr/sbin/auditctl" subj=system_u:system_r:unconfined_service_t:s0 key=(null) Aug 03 16:28:10 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm kernel: audit: type=1327 audit(1722702490.976:735): proctitle=2F7362696E2F617564697463746C002D52002F6574632F61756469742F61756469742E72756C6573 Aug 03 16:28:10 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm kernel: audit: type=1305 audit(1722702490.977:736): op=set audit_failure=1 old=1 auid=4294967295 ses=4294967295 subj=system_u:system_r:unconfined_service_t:s0 res=1 Aug 03 16:28:10 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm kernel: audit: type=1300 audit(1722702490.977:736): arch=c000003e syscall=44 success=yes exit=60 a0=3 a1=7ffc01c32a30 a2=3c a3=0 items=0 ppid=6029 pid=6039 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="auditctl" exe="/usr/sbin/auditctl" subj=system_u:system_r:unconfined_service_t:s0 key=(null) Aug 03 16:28:10 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm kernel: audit: type=1327 audit(1722702490.977:736): proctitle=2F7362696E2F617564697463746C002D52002F6574632F61756469742F61756469742E72756C6573 Aug 03 16:28:10 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm kernel: audit: type=1305 audit(1722702490.977:737): op=set audit_backlog_wait_time=60000 old=60000 auid=4294967295 ses=4294967295 subj=system_u:system_r:unconfined_service_t:s0 res=1 Aug 03 16:28:10 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm augenrules[6039]: No rules Aug 03 16:28:10 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm augenrules[6039]: enabled 1 Aug 03 16:28:10 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm augenrules[6039]: failure 1 Aug 03 16:28:10 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm augenrules[6039]: pid 0 Aug 03 16:28:10 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm augenrules[6039]: rate_limit 0 Aug 03 16:28:10 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm augenrules[6039]: backlog_limit 8192 Aug 03 16:28:10 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm augenrules[6039]: lost 0 Aug 03 16:28:10 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm augenrules[6039]: backlog 3 Aug 03 16:28:10 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm augenrules[6039]: backlog_wait_time 60000 Aug 03 16:28:10 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm augenrules[6039]: backlog_wait_time_actual 0 Aug 03 16:28:10 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm augenrules[6039]: enabled 1 Aug 03 16:28:10 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm augenrules[6039]: failure 1 Aug 03 16:28:10 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm augenrules[6039]: pid 0 Aug 03 16:28:10 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm augenrules[6039]: rate_limit 0 Aug 03 16:28:10 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm augenrules[6039]: backlog_limit 8192 Aug 03 16:28:10 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm augenrules[6039]: lost 0 Aug 03 16:28:10 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm augenrules[6039]: backlog 4 Aug 03 16:28:10 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm augenrules[6039]: backlog_wait_time 60000 Aug 03 16:28:10 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm augenrules[6039]: backlog_wait_time_actual 0 Aug 03 16:28:10 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm augenrules[6039]: enabled 1 Aug 03 16:28:10 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm augenrules[6039]: failure 1 Aug 03 16:28:10 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm augenrules[6039]: pid 0 Aug 03 16:28:10 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm augenrules[6039]: rate_limit 0 Aug 03 16:28:10 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm augenrules[6039]: backlog_limit 8192 Aug 03 16:28:10 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm augenrules[6039]: lost 0 Aug 03 16:28:10 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm augenrules[6039]: backlog 8 Aug 03 16:28:10 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm augenrules[6039]: backlog_wait_time 60000 Aug 03 16:28:10 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm augenrules[6039]: backlog_wait_time_actual 0 Aug 03 16:28:10 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm systemd[1]: audit-rules.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit audit-rules.service has successfully entered the 'dead' state. Aug 03 16:28:10 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm systemd[1]: Finished audit-rules.service - Load Audit Rules. ░░ Subject: A start job for unit audit-rules.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit audit-rules.service has finished successfully. ░░ ░░ The job identifier is 1617. Aug 03 16:28:10 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm systemd[1]: Starting auditd.service - Security Audit Logging Service... ░░ Subject: A start job for unit auditd.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit auditd.service has begun execution. ░░ ░░ The job identifier is 1614. Aug 03 16:28:11 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm auditd[6048]: No plugins found, not dispatching events Aug 03 16:28:11 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm auditd[6048]: Init complete, auditd 4.0 listening for events (startup state enable) Aug 03 16:28:11 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm systemd[1]: Started auditd.service - Security Audit Logging Service. ░░ Subject: A start job for unit auditd.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit auditd.service has finished successfully. ░░ ░░ The job identifier is 1614. Aug 03 16:28:11 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm python3[6069]: ansible-stat Invoked with path=/etc/NetworkManager/conf.d follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Aug 03 16:28:11 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm python3[6129]: ansible-ansible.legacy.stat Invoked with path=/etc/NetworkManager/conf.d/99-zzz-tft-workaround-dns-default.conf follow=False get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True Aug 03 16:28:11 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm python3[6182]: ansible-ansible.legacy.copy Invoked with dest=/etc/NetworkManager/conf.d/99-zzz-tft-workaround-dns-default.conf src=/root/.ansible/tmp/ansible-tmp-1722702491.287389-944-171325947903673/source _original_basename=tmpla98xwef follow=False checksum=0145f3ae57eef5aa08bbb678fedbb3edd001cd2d backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Aug 03 16:28:12 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm python3[6218]: ansible-ansible.legacy.command Invoked with _raw_params=for repofile in $(ls -1 /etc/yum.repos.d/); do echo "# vvvvv $repofile vvvvv vvvvv"; cat "/etc/yum.repos.d/$repofile"; echo "# ^^^^^ ^^^^^ ^^^^^ ^^^^^"; echo ""; done _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Aug 03 16:28:12 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm python3[6244]: ansible-ansible.legacy.command Invoked with _raw_params=yum -q repolist _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Aug 03 16:28:13 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm python3[6263]: ansible-ansible.legacy.command Invoked with _raw_params=dnf clean all --enablerepo=* _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Aug 03 16:28:13 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm python3[6282]: ansible-ansible.legacy.command Invoked with _raw_params=dnf makecache --enablerepo=* _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Aug 03 16:28:16 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit NetworkManager-dispatcher.service has successfully entered the 'dead' state. Aug 03 16:28:25 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm python3[6396]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Aug 03 16:28:26 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm python3[6441]: ansible-service_facts Invoked Aug 03 16:28:27 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm python3[6558]: ansible-ansible.legacy.command Invoked with _raw_params=rpm -qa | sort _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Aug 03 16:28:28 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm python3[6579]: ansible-ansible.legacy.command Invoked with _raw_params=if [ $(find /etc/yum.repos.d/ -name 'epel.repo' | wc -l ) -gt 0 ]; then dnf config-manager --set-disabled epel; fi _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Aug 03 16:28:29 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm python3[6601]: ansible-ansible.legacy.command Invoked with _raw_params=dnf clean all --enablerepo=* _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Aug 03 16:28:29 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm python3[6620]: ansible-ansible.legacy.command Invoked with _raw_params=dnf makecache --enablerepo=* _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Aug 03 16:28:30 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm systemd[1]: systemd-timedated.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit systemd-timedated.service has successfully entered the 'dead' state. Aug 03 16:28:36 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm systemd[1]: systemd-hostnamed.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit systemd-hostnamed.service has successfully entered the 'dead' state. Aug 03 16:28:41 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm python3[6739]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Aug 03 16:28:42 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm python3[6784]: ansible-service_facts Invoked Aug 03 16:28:43 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm python3[6902]: ansible-ansible.legacy.command Invoked with _raw_params=rpm -qa | sort _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Aug 03 16:28:45 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm python3[6960]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Aug 03 16:28:46 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm python3[7005]: ansible-ansible.legacy.dnf Invoked with name=['ca-certificates'] state=latest allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Aug 03 16:28:46 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm python3[7024]: ansible-ansible.legacy.dnf Invoked with name=['curl'] state=latest allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Aug 03 16:28:47 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm python3[7043]: ansible-ansible.legacy.command Invoked with _raw_params=curl -skL -o /etc/pki/ca-trust/source/anchors/Current-IT-Root-CAs.pem https://certs.corp.redhat.com/certs/Current-IT-Root-CAs.pem _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Aug 03 16:28:47 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm python3[7063]: ansible-ansible.legacy.command Invoked with _raw_params=bash -c 'update-ca-trust' _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Aug 03 16:28:48 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm python3[7091]: ansible-ansible.legacy.command Invoked with _raw_params=bash -c 'update-ca-trust extract' _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Aug 03 16:28:50 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm python3[7119]: ansible-ansible.legacy.command Invoked with _raw_params=curl -v https://gitlab.cee.redhat.com _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Aug 03 16:28:50 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm python3[7139]: ansible-ansible.legacy.command Invoked with _raw_params=curl -v https://beaker.engineering.redhat.com/ _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Aug 03 16:28:51 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm python3[7159]: ansible-service_facts Invoked Aug 03 16:28:53 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm python3[7277]: ansible-ansible.legacy.command Invoked with _raw_params=rpm -qa | sort _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Aug 03 16:28:53 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm python3[7298]: ansible-service_facts Invoked Aug 03 16:28:55 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm python3[7416]: ansible-ansible.legacy.command Invoked with _raw_params=rpm -qa | sort _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Aug 03 16:28:55 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm python3[7437]: ansible-ansible.legacy.command Invoked with _raw_params=for repofile in $(ls -1 /etc/yum.repos.d/); do echo "# vvvvv $repofile vvvvv vvvvv"; cat "/etc/yum.repos.d/$repofile"; echo "# ^^^^^ ^^^^^ ^^^^^ ^^^^^"; echo ""; done _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Aug 03 16:28:56 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm python3[7463]: ansible-ansible.legacy.command Invoked with _raw_params=yum -q repolist _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Aug 03 16:28:56 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm python3[7482]: ansible-ansible.legacy.command Invoked with _raw_params=dnf clean all --enablerepo=* _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Aug 03 16:28:57 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm python3[7501]: ansible-ansible.legacy.command Invoked with _raw_params=dnf makecache --enablerepo=* _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Aug 03 16:29:08 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm python3.12[7614]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Aug 03 16:29:08 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm python3.12[7661]: ansible-tempfile Invoked with state=directory prefix=lsr_ suffix=_podman path=None Aug 03 16:29:09 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm python3.12[7679]: ansible-file Invoked with path=/tmp/lsr_q1czm4mi_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 Aug 03 16:29:09 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm python3.12[7697]: 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 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm update_password=always group=None groups=None comment=None home=None shell=None password=NOT_LOGGING_PARAMETER login_class=None password_expire_max=None password_expire_min=None password_expire_warn=None hidden=None seuser=None skeleton=None generate_ssh_key=None ssh_key_file=None ssh_key_passphrase=NOT_LOGGING_PARAMETER expires=None password_lock=None local=None profile=None authorization=None role=None umask=None Aug 03 16:29:09 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm useradd[7699]: new group: name=podman_basic_user, GID=3001 Aug 03 16:29:09 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm useradd[7699]: new user: name=podman_basic_user, UID=3001, GID=3001, home=/home/podman_basic_user, shell=/bin/bash, from=none Aug 03 16:29:10 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm python3.12[7721]: ansible-file Invoked with path=/tmp/lsr_q1czm4mi_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 Aug 03 16:29:10 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm python3.12[7739]: ansible-file Invoked with path=/tmp/lsr_q1czm4mi_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 Aug 03 16:29:10 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm python3.12[7757]: ansible-file Invoked with path=/tmp/lsr_q1czm4mi_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 Aug 03 16:29:10 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm python3.12[7815]: ansible-ansible.legacy.stat Invoked with path=/tmp/lsr_q1czm4mi_podman/httpd1/index.txt follow=False get_checksum=True get_size=False checksum_algorithm=sha1 get_mime=True get_attributes=True Aug 03 16:29:11 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm python3.12[7868]: ansible-ansible.legacy.copy Invoked with dest=/tmp/lsr_q1czm4mi_podman/httpd1/index.txt mode=0644 owner=podman_basic_user src=/root/.ansible/tmp/ansible-tmp-1722702550.643054-2313-75825379520133/.source.txt _original_basename=.lspmd12x 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 Aug 03 16:29:11 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm python3.12[7944]: ansible-ansible.legacy.stat Invoked with path=/tmp/lsr_q1czm4mi_podman/httpd2/index.txt follow=False get_checksum=True get_size=False checksum_algorithm=sha1 get_mime=True get_attributes=True Aug 03 16:29:11 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm python3.12[7997]: ansible-ansible.legacy.copy Invoked with dest=/tmp/lsr_q1czm4mi_podman/httpd2/index.txt mode=0644 owner=root src=/root/.ansible/tmp/ansible-tmp-1722702551.1344786-2313-130624671898058/.source.txt _original_basename=.rx8f92u8 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 Aug 03 16:29:11 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm python3.12[8073]: ansible-ansible.legacy.stat Invoked with path=/tmp/lsr_q1czm4mi_podman/httpd3/index.txt follow=False get_checksum=True get_size=False checksum_algorithm=sha1 get_mime=True get_attributes=True Aug 03 16:29:12 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm python3.12[8126]: ansible-ansible.legacy.copy Invoked with dest=/tmp/lsr_q1czm4mi_podman/httpd3/index.txt mode=0644 owner=root src=/root/.ansible/tmp/ansible-tmp-1722702551.6180618-2313-130658030051950/.source.txt _original_basename=.vy0gcp_g 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 Aug 03 16:29:12 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm python3.12[8162]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Aug 03 16:29:13 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm python3.12[8198]: ansible-ansible.legacy.dnf Invoked with name=['iptables-nft', 'podman', 'shadow-utils-subid'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Aug 03 16:29:34 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm kernel: SELinux: Converting 399 SID table entries... Aug 03 16:29:34 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm kernel: SELinux: policy capability network_peer_controls=1 Aug 03 16:29:34 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm kernel: SELinux: policy capability open_perms=1 Aug 03 16:29:34 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm kernel: SELinux: policy capability extended_socket_class=1 Aug 03 16:29:34 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm kernel: SELinux: policy capability always_check_network=0 Aug 03 16:29:34 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm kernel: SELinux: policy capability cgroup_seclabel=1 Aug 03 16:29:34 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm kernel: SELinux: policy capability nnp_nosuid_transition=1 Aug 03 16:29:34 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm kernel: SELinux: policy capability genfs_seclabel_symlinks=1 Aug 03 16:29:34 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm kernel: SELinux: policy capability ioctl_skip_cloexec=0 Aug 03 16:29:34 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm kernel: SELinux: policy capability userspace_initial_context=0 Aug 03 16:29:41 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm kernel: SELinux: Converting 400 SID table entries... Aug 03 16:29:41 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm kernel: SELinux: policy capability network_peer_controls=1 Aug 03 16:29:41 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm kernel: SELinux: policy capability open_perms=1 Aug 03 16:29:41 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm kernel: SELinux: policy capability extended_socket_class=1 Aug 03 16:29:41 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm kernel: SELinux: policy capability always_check_network=0 Aug 03 16:29:41 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm kernel: SELinux: policy capability cgroup_seclabel=1 Aug 03 16:29:41 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm kernel: SELinux: policy capability nnp_nosuid_transition=1 Aug 03 16:29:41 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm kernel: SELinux: policy capability genfs_seclabel_symlinks=1 Aug 03 16:29:41 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm kernel: SELinux: policy capability ioctl_skip_cloexec=0 Aug 03 16:29:41 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm kernel: SELinux: policy capability userspace_initial_context=0 Aug 03 16:29:49 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm kernel: SELinux: Converting 400 SID table entries... Aug 03 16:29:49 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm kernel: SELinux: policy capability network_peer_controls=1 Aug 03 16:29:49 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm kernel: SELinux: policy capability open_perms=1 Aug 03 16:29:49 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm kernel: SELinux: policy capability extended_socket_class=1 Aug 03 16:29:49 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm kernel: SELinux: policy capability always_check_network=0 Aug 03 16:29:49 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm kernel: SELinux: policy capability cgroup_seclabel=1 Aug 03 16:29:49 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm kernel: SELinux: policy capability nnp_nosuid_transition=1 Aug 03 16:29:49 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm kernel: SELinux: policy capability genfs_seclabel_symlinks=1 Aug 03 16:29:49 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm kernel: SELinux: policy capability ioctl_skip_cloexec=0 Aug 03 16:29:49 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm kernel: SELinux: policy capability userspace_initial_context=0 Aug 03 16:29:50 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm setsebool[8256]: The virt_use_nfs policy boolean was changed to 1 by root Aug 03 16:29:50 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm setsebool[8256]: The virt_sandbox_use_all_caps policy boolean was changed to 1 by root Aug 03 16:29:58 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm kernel: SELinux: Converting 402 SID table entries... Aug 03 16:29:58 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm kernel: SELinux: policy capability network_peer_controls=1 Aug 03 16:29:58 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm kernel: SELinux: policy capability open_perms=1 Aug 03 16:29:58 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm kernel: SELinux: policy capability extended_socket_class=1 Aug 03 16:29:58 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm kernel: SELinux: policy capability always_check_network=0 Aug 03 16:29:58 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm kernel: SELinux: policy capability cgroup_seclabel=1 Aug 03 16:29:58 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm kernel: SELinux: policy capability nnp_nosuid_transition=1 Aug 03 16:29:58 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm kernel: SELinux: policy capability genfs_seclabel_symlinks=1 Aug 03 16:29:58 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm kernel: SELinux: policy capability ioctl_skip_cloexec=0 Aug 03 16:29:58 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm kernel: SELinux: policy capability userspace_initial_context=0 Aug 03 16:30:06 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm kernel: SELinux: Converting 402 SID table entries... Aug 03 16:30:06 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm kernel: SELinux: policy capability network_peer_controls=1 Aug 03 16:30:06 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm kernel: SELinux: policy capability open_perms=1 Aug 03 16:30:06 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm kernel: SELinux: policy capability extended_socket_class=1 Aug 03 16:30:06 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm kernel: SELinux: policy capability always_check_network=0 Aug 03 16:30:06 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm kernel: SELinux: policy capability cgroup_seclabel=1 Aug 03 16:30:06 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm kernel: SELinux: policy capability nnp_nosuid_transition=1 Aug 03 16:30:06 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm kernel: SELinux: policy capability genfs_seclabel_symlinks=1 Aug 03 16:30:06 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm kernel: SELinux: policy capability ioctl_skip_cloexec=0 Aug 03 16:30:06 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm kernel: SELinux: policy capability userspace_initial_context=0 Aug 03 16:30:24 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm systemd[1]: Started run-r7b721b1478234e1db79ecbfe3b38478d.service - /usr/bin/systemctl start man-db-cache-update. ░░ Subject: A start job for unit run-r7b721b1478234e1db79ecbfe3b38478d.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit run-r7b721b1478234e1db79ecbfe3b38478d.service has finished successfully. ░░ ░░ The job identifier is 1621. Aug 03 16:30:24 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm systemd[1]: Starting man-db-cache-update.service... ░░ Subject: A start job for unit man-db-cache-update.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit man-db-cache-update.service has begun execution. ░░ ░░ The job identifier is 1698. Aug 03 16:30:24 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm systemd[1]: Reload requested from client PID 9091 ('systemctl') (unit session-6.scope)... Aug 03 16:30:24 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm systemd[1]: Reloading... Aug 03 16:30:24 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm systemd[1]: Reloading finished in 213 ms. Aug 03 16:30:24 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm systemd[1]: Queuing reload/restart jobs for marked units… Aug 03 16:30:24 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm systemd[3738]: Created slice session.slice - User Core Session Slice. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 18. Aug 03 16:30:24 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm systemd[3738]: Starting dbus-broker.service - D-Bus User Message Bus... ░░ Subject: A start job for unit UNIT has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has begun execution. ░░ ░░ The job identifier is 13. Aug 03 16:30:24 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm dbus-broker-launch[9151]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored Aug 03 16:30:24 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm dbus-broker-launch[9151]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored Aug 03 16:30:24 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm systemd[3738]: Started dbus-broker.service - D-Bus User Message Bus. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 13. Aug 03 16:30:24 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm dbus-broker-launch[9151]: Ready Aug 03 16:30:24 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm systemd[3738]: Reload requested from client PID 9150 ('systemctl')... Aug 03 16:30:24 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm systemd[3738]: Reloading... Aug 03 16:30:24 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm systemd[3738]: Reloading finished in 37 ms. Aug 03 16:30:24 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm systemd[3738]: Queuing reload/restart jobs for marked units… Aug 03 16:30:27 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm python3.12[9344]: ansible-ansible.legacy.command Invoked with _raw_params=podman --version _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Aug 03 16:30:27 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm python3.12[9368]: ansible-getent Invoked with database=passwd key=root fail_key=False service=None split=None Aug 03 16:30:27 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm python3.12[9387]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None Aug 03 16:30:28 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm python3.12[9406]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Aug 03 16:30:29 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm python3.12[9426]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Aug 03 16:30:29 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm python3.12[9444]: ansible-stat Invoked with path=/sbin/transactional-update follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Aug 03 16:30:29 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm systemd[1]: man-db-cache-update.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit man-db-cache-update.service has successfully entered the 'dead' state. Aug 03 16:30:29 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm systemd[1]: Finished man-db-cache-update.service. ░░ Subject: A start job for unit man-db-cache-update.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit man-db-cache-update.service has finished successfully. ░░ ░░ The job identifier is 1698. Aug 03 16:30:29 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm systemd[1]: run-r7b721b1478234e1db79ecbfe3b38478d.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit run-r7b721b1478234e1db79ecbfe3b38478d.service has successfully entered the 'dead' state. Aug 03 16:30:29 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm python3.12[9466]: ansible-ansible.legacy.dnf Invoked with name=['firewalld'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Aug 03 16:30:30 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm python3.12[9485]: ansible-systemd Invoked with name=firewalld masked=False daemon_reload=False daemon_reexec=False scope=system no_block=False state=None enabled=None force=None Aug 03 16:30:30 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm python3.12[9505]: ansible-ansible.legacy.systemd Invoked with name=firewalld state=started enabled=True daemon_reload=False daemon_reexec=False scope=system no_block=False force=None masked=None Aug 03 16:30:30 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm systemd[1]: Reload requested from client PID 9508 ('systemctl') (unit session-6.scope)... Aug 03 16:30:30 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm systemd[1]: Reloading... Aug 03 16:30:31 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm systemd[1]: Reloading finished in 183 ms. Aug 03 16:30:31 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm systemd[1]: Starting firewalld.service - firewalld - dynamic firewall daemon... ░░ Subject: A start job for unit firewalld.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit firewalld.service has begun execution. ░░ ░░ The job identifier is 1776. Aug 03 16:30:32 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm systemd[1]: Started firewalld.service - firewalld - dynamic firewall daemon. ░░ Subject: A start job for unit firewalld.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit firewalld.service has finished successfully. ░░ ░░ The job identifier is 1776. Aug 03 16:30:32 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm python3.12[9589]: ansible-fedora.linux_system_roles.firewall_lib Invoked with port=['15001-15003/tcp'] permanent=True runtime=True state=enabled __report_changed=True service=[] source_port=[] forward_port=[] rich_rule=[] source=[] interface=[] interface_pci_id=[] icmp_block=[] timeout=0 ipset_entries=[] protocol=[] helper_module=[] destination=[] firewalld_conf=None masquerade=None icmp_block_inversion=None target=None zone=None set_default_zone=None ipset=None ipset_type=None description=None short=None Aug 03 16:30:32 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm systemd[1]: Starting polkit.service - Authorization Manager... ░░ Subject: A start job for unit polkit.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit polkit.service has begun execution. ░░ ░░ The job identifier is 1859. Aug 03 16:30:32 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm polkitd[9620]: Started polkitd version 124 Aug 03 16:30:32 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm polkitd[9620]: Loading rules from directory /etc/polkit-1/rules.d Aug 03 16:30:32 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm polkitd[9620]: Loading rules from directory /usr/share/polkit-1/rules.d Aug 03 16:30:32 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm polkitd[9620]: Finished loading, compiling and executing 2 rules Aug 03 16:30:32 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm systemd[1]: Started polkit.service - Authorization Manager. ░░ Subject: A start job for unit polkit.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit polkit.service has finished successfully. ░░ ░░ The job identifier is 1859. Aug 03 16:30:32 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm polkitd[9620]: Acquired the name org.freedesktop.PolicyKit1 on the system bus Aug 03 16:30:33 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm firewalld[9560]: ERROR: Backup of file '/etc/firewalld/zones/public.xml' failed: [Errno 13] Permission denied: '/etc/firewalld/zones/public.xml.old' Aug 03 16:30:33 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm firewalld[9560]: Traceback (most recent call last): File "/usr/lib/python3.12/site-packages/firewall/server/decorators.py", line 57, in _impl return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/firewall/server/config_zone.py", line 280, in update2 self.obj = self.config.set_zone_config_dict(self.obj, settings) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/firewall/core/fw_config.py", line 811, in set_zone_config_dict zone_writer(x) File "/usr/lib/python3.12/site-packages/firewall/core/io/zone.py", line 506, in zone_writer f = io.open(name, mode="wt", encoding="UTF-8") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ PermissionError: [Errno 13] Permission denied: '/etc/firewalld/zones/public.xml' Aug 03 16:30:34 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm python3.12[9664]: ansible-ansible.legacy.command Invoked with _raw_params=podman --version _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Aug 03 16:30:34 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm python3.12[9688]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None Aug 03 16:30:34 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm python3.12[9707]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Aug 03 16:30:36 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm python3.12[9727]: ansible-ansible.legacy.dnf Invoked with name=['firewalld'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Aug 03 16:30:36 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm python3.12[9746]: ansible-systemd Invoked with name=firewalld masked=False daemon_reload=False daemon_reexec=False scope=system no_block=False state=None enabled=None force=None Aug 03 16:30:37 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm python3.12[9766]: ansible-ansible.legacy.systemd Invoked with name=firewalld state=started enabled=True daemon_reload=False daemon_reexec=False scope=system no_block=False force=None masked=None Aug 03 16:30:37 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm python3.12[9786]: ansible-fedora.linux_system_roles.firewall_lib Invoked with port=['15001-15003/tcp'] permanent=True runtime=True state=enabled __report_changed=True service=[] source_port=[] forward_port=[] rich_rule=[] source=[] interface=[] interface_pci_id=[] icmp_block=[] timeout=0 ipset_entries=[] protocol=[] helper_module=[] destination=[] firewalld_conf=None masquerade=None icmp_block_inversion=None target=None zone=None set_default_zone=None ipset=None ipset_type=None description=None short=None Aug 03 16:30:37 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm firewalld[9560]: ERROR: Backup of file '/etc/firewalld/zones/public.xml' failed: [Errno 13] Permission denied: '/etc/firewalld/zones/public.xml.old' Aug 03 16:30:37 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm firewalld[9560]: Traceback (most recent call last): File "/usr/lib/python3.12/site-packages/firewall/server/decorators.py", line 57, in _impl return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/firewall/server/config_zone.py", line 280, in update2 self.obj = self.config.set_zone_config_dict(self.obj, settings) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/firewall/core/fw_config.py", line 811, in set_zone_config_dict zone_writer(x) File "/usr/lib/python3.12/site-packages/firewall/core/io/zone.py", line 506, in zone_writer f = io.open(name, mode="wt", encoding="UTF-8") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ PermissionError: [Errno 13] Permission denied: '/etc/firewalld/zones/public.xml' Aug 03 16:30:37 3ef8d591-383f-473b-9d21-ea608ee9189e.testing-farm python3.12[9804]: ansible-ansible.legacy.command Invoked with _raw_params=journalctl -ex _uses_shell=False expand_argument_vars=True 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: /WORKDIR/git-weekly-cig48sz_fx/tests/tests_basic.yml:456 Saturday 03 August 2024 16:30:37 +0000 (0:00:00.290) 0:01:30.306 ******* ok: [sut] => { "changed": false, "path": "/etc/containers/storage.conf", "state": "absent" } TASK [Clean up host directories] *********************************************** task path: /WORKDIR/git-weekly-cig48sz_fx/tests/tests_basic.yml:463 Saturday 03 August 2024 16:30:38 +0000 (0:00:00.208) 0:01:30.514 ******* changed: [sut] => { "changed": true, "path": "/tmp/lsr_q1czm4mi_podman", "state": "absent" } TASK [Remove kube file src] **************************************************** task path: /WORKDIR/git-weekly-cig48sz_fx/tests/tests_basic.yml:470 Saturday 03 August 2024 16:30:38 +0000 (0:00:00.214) 0:01:30.729 ******* changed: [sut -> localhost] => { "changed": true, "path": "/tmp/lsr_podman_t8ftc3zc.yml", "state": "absent" } to retry, use: --limit @/tmp/tests_basic.retry PLAY RECAP ********************************************************************* sut : ok=65 changed=11 unreachable=0 failed=1 skipped=73 rescued=3 ignored=0 Saturday 03 August 2024 16:30:38 +0000 (0:00:00.126) 0:01:30.855 ******* =============================================================================== fedora.linux_system_roles.podman : Ensure required packages are installed -- 73.73s /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 fedora.linux_system_roles.firewall : Enable and start firewalld service --- 1.62s /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 Create data files ------------------------------------------------------- 1.48s /WORKDIR/git-weekly-cig48sz_fx/tests/tests_basic.yml:204 ---------------------- Gathering Facts --------------------------------------------------------- 0.92s /WORKDIR/git-weekly-cig48sz_fx/tests/tests_basic.yml:9 ------------------------ fedora.linux_system_roles.firewall : Configure firewall ----------------- 0.87s /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 fedora.linux_system_roles.podman : Gather the package facts ------------- 0.69s /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.firewall : Install firewalld ------------------ 0.59s /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 Create host directories for data ---------------------------------------- 0.58s /WORKDIR/git-weekly-cig48sz_fx/tests/tests_basic.yml:196 ---------------------- fedora.linux_system_roles.firewall : Install firewalld ------------------ 0.57s /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 fedora.linux_system_roles.podman : Gather the package facts ------------- 0.55s /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.firewall : Unmask firewalld service ----------- 0.53s /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22 fedora.linux_system_roles.firewall : Enable and start firewalld service --- 0.40s /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 Create user ------------------------------------------------------------- 0.39s /WORKDIR/git-weekly-cig48sz_fx/tests/tests_basic.yml:176 ---------------------- Write kube_file_src ----------------------------------------------------- 0.38s /WORKDIR/git-weekly-cig48sz_fx/tests/tests_basic.yml:189 ---------------------- fedora.linux_system_roles.firewall : Unmask firewalld service ----------- 0.37s /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22 fedora.linux_system_roles.podman : Get podman version ------------------- 0.37s /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 fedora.linux_system_roles.firewall : Configure firewall ----------------- 0.32s /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 fedora.linux_system_roles.podman : Get user information ----------------- 0.31s /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Dump journal ------------------------------------------------------------ 0.29s /WORKDIR/git-weekly-cig48sz_fx/tests/tests_basic.yml:447 ---------------------- fedora.linux_system_roles.podman : Get group information ---------------- 0.27s /WORKDIR/git-weekly-cig48sz_fx/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [WARNING]: Platform linux on host sut is using the discovered Python interpreter at /usr/bin/python3.12, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. [WARNING]: TASK: fedora.linux_system_roles.podman : Set platform/version specific variables: 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. [WARNING]: TASK: fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services: 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. [WARNING]: TASK: fedora.linux_system_roles.firewall : Configure firewall: 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. ---^---^---^---^---^---