[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. ansible-playbook [core 2.17.2] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.12/site-packages/ansible ansible collection location = /tmp/tmp.E1xufEvs2O executable location = /usr/local/bin/ansible-playbook python version = 3.12.4 (main, Jul 17 2024, 00:00:00) [GCC 14.1.1 20240607 (Red Hat 14.1.1-5)] (/usr/bin/python3.12) jinja version = 3.1.4 libyaml = True No config file found; using defaults running playbook inside collection fedora.linux_system_roles redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks 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 /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml PLAY [all] ********************************************************************* TASK [Include vault variables] ************************************************* task path: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:5 Saturday 03 August 2024 12:33:56 -0400 (0:00:00.009) 0:00:00.009 ******* ok: [managed_node1] => { "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": [ "/var/ARTIFACTS/work-general02qpq0b7/plans/general/tree/podman/tests/vars/vault-variables.yml" ], "changed": false } PLAY [Ensure that the role runs with default parameters] *********************** TASK [Gathering Facts] ********************************************************* task path: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:9 Saturday 03 August 2024 12:33:56 -0400 (0:00:00.024) 0:00:00.034 ******* [WARNING]: Platform linux on host managed_node1 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. ok: [managed_node1] TASK [Create tmpdir for testing] *********************************************** task path: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:143 Saturday 03 August 2024 12:33:57 -0400 (0:00:01.184) 0:00:01.218 ******* changed: [managed_node1] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/lsr_ny7etxka_podman", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Change tmpdir permissions] *********************************************** task path: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:150 Saturday 03 August 2024 12:33:57 -0400 (0:00:00.440) 0:00:01.659 ******* changed: [managed_node1] => { "changed": true, "gid": 0, "group": "root", "mode": "0777", "owner": "root", "path": "/tmp/lsr_ny7etxka_podman", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Enable podman copr] ****************************************************** task path: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:161 Saturday 03 August 2024 12:33:58 -0400 (0:00:00.466) 0:00:02.126 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [Install podman from updates-testing] ************************************* task path: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:166 Saturday 03 August 2024 12:33:58 -0400 (0:00:00.033) 0:00:02.159 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [Podman version] ********************************************************** task path: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:171 Saturday 03 August 2024 12:33:58 -0400 (0:00:00.033) 0:00:02.193 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [Create user] ************************************************************* task path: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:176 Saturday 03 August 2024 12:33:58 -0400 (0:00:00.032) 0:00:02.226 ******* changed: [managed_node1] => { "changed": true, "comment": "", "create_home": true, "group": 3001, "home": "/home/podman_basic_user", "name": "podman_basic_user", "shell": "/bin/bash", "state": "present", "system": false, "uid": 3001 } TASK [Create tempfile for kube_src] ******************************************** task path: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:181 Saturday 03 August 2024 12:33:59 -0400 (0:00:00.605) 0:00:02.832 ******* changed: [managed_node1 -> localhost] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/lsr_podman_ebp0iscy.yml", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 0, "state": "file", "uid": 0 } TASK [Write kube_file_src] ***************************************************** task path: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:189 Saturday 03 August 2024 12:33:59 -0400 (0:00:00.210) 0:00:03.043 ******* changed: [managed_node1 -> localhost] => { "changed": true, "checksum": "0aaf19cd188ba655fd4633199e289d227bd09ddc", "dest": "/tmp/lsr_podman_ebp0iscy.yml", "gid": 0, "group": "root", "md5sum": "a96754a2fc88b2f4fc60a0c26b5e9cf1", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 710, "src": "/root/.ansible/tmp/ansible-tmp-1722702839.2666004-10288-201380373783469/.source.yml", "state": "file", "uid": 0 } TASK [Create host directories for data] **************************************** task path: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:196 Saturday 03 August 2024 12:33:59 -0400 (0:00:00.669) 0:00:03.712 ******* changed: [managed_node1] => (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_ny7etxka_podman/httpd1", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 3001 } changed: [managed_node1] => (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_ny7etxka_podman/httpd2", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } changed: [managed_node1] => (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_ny7etxka_podman/httpd3", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Create data files] ******************************************************* task path: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:204 Saturday 03 August 2024 12:34:01 -0400 (0:00:01.105) 0:00:04.817 ******* changed: [managed_node1] => (item=['httpd1', 'podman_basic_user', 3001]) => { "ansible_loop_var": "item", "changed": true, "checksum": "40bd001563085fc35165329ea1ff5c5ecbdbbeef", "dest": "/tmp/lsr_ny7etxka_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-1722702841.065293-10333-149074362618220/.source.txt", "state": "file", "uid": 3001 } changed: [managed_node1] => (item=['httpd2', 'root', 0]) => { "ansible_loop_var": "item", "changed": true, "checksum": "40bd001563085fc35165329ea1ff5c5ecbdbbeef", "dest": "/tmp/lsr_ny7etxka_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-1722702841.751813-10333-11895416485125/.source.txt", "state": "file", "uid": 0 } changed: [managed_node1] => (item=['httpd3', 'root', 0]) => { "ansible_loop_var": "item", "changed": true, "checksum": "40bd001563085fc35165329ea1ff5c5ecbdbbeef", "dest": "/tmp/lsr_ny7etxka_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-1722702842.4453468-10333-19467525628357/.source.txt", "state": "file", "uid": 0 } TASK [Run role - do not pull images] ******************************************* task path: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:214 Saturday 03 August 2024 12:34:03 -0400 (0:00:02.085) 0:00:06.903 ******* included: fedora.linux_system_roles.podman for managed_node1 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Saturday 03 August 2024 12:34:03 -0400 (0:00:00.049) 0:00:06.953 ******* included: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for managed_node1 TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Saturday 03 August 2024 12:34:03 -0400 (0:00:00.030) 0:00:06.983 ******* skipping: [managed_node1] => { "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: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Saturday 03 August 2024 12:34:03 -0400 (0:00:00.037) 0:00:07.021 ******* ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Saturday 03 August 2024 12:34:03 -0400 (0:00:00.377) 0:00:07.399 ******* ok: [managed_node1] => { "ansible_facts": { "__podman_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Saturday 03 August 2024 12:34:03 -0400 (0:00:00.025) 0:00:07.424 ******* ok: [managed_node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed_node1] => (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: [managed_node1] => (item=CentOS_10.yml) => { "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [managed_node1] => (item=CentOS_10.yml) => { "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/tmp.E1xufEvs2O/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: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Saturday 03 August 2024 12:34:03 -0400 (0:00:00.046) 0:00:07.471 ******* ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Enable copr if requested] ************* task path: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Saturday 03 August 2024 12:34:04 -0400 (0:00:01.008) 0:00:08.480 ******* skipping: [managed_node1] => { "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: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Saturday 03 August 2024 12:34:04 -0400 (0:00:00.048) 0:00:08.529 ******* skipping: [managed_node1] => { "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: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Saturday 03 August 2024 12:34:04 -0400 (0:00:00.050) 0:00:08.579 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.030518", "end": "2024-08-03 12:34:05.217443", "rc": 0, "start": "2024-08-03 12:34:05.186925" } STDOUT: podman version 5.1.2 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Saturday 03 August 2024 12:34:05 -0400 (0:00:00.500) 0:00:09.080 ******* ok: [managed_node1] => { "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: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:32 Saturday 03 August 2024 12:34:05 -0400 (0:00:00.032) 0:00:09.112 ******* skipping: [managed_node1] => { "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: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:39 Saturday 03 August 2024 12:34:05 -0400 (0:00:00.032) 0:00:09.144 ******* skipping: [managed_node1] => { "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: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:49 Saturday 03 August 2024 12:34:05 -0400 (0:00:00.048) 0:00:09.192 ******* META: end_host conditional evaluated to False, continuing execution for managed_node1 skipping: [managed_node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed_node1" } MSG: end_host conditional evaluated to false, continuing execution for managed_node1 TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Saturday 03 August 2024 12:34:05 -0400 (0:00:00.050) 0:00:09.242 ******* included: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed_node1 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 03 August 2024 12:34:05 -0400 (0:00:00.065) 0:00:09.308 ******* ok: [managed_node1] => { "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: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 03 August 2024 12:34:06 -0400 (0:00:00.498) 0:00:09.806 ******* skipping: [managed_node1] => { "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: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 03 August 2024 12:34:06 -0400 (0:00:00.055) 0:00:09.861 ******* ok: [managed_node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Saturday 03 August 2024 12:34:06 -0400 (0:00:00.045) 0:00:09.907 ******* ok: [managed_node1] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Saturday 03 August 2024 12:34:06 -0400 (0:00:00.391) 0:00:10.298 ******* ok: [managed_node1] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 03 August 2024 12:34:06 -0400 (0:00:00.038) 0:00:10.337 ******* ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722702568.2172468, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "86395ad7ce62834c967dc50f963a68f042029188", "ctime": 1722702543.0527833, "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: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Saturday 03 August 2024 12:34:06 -0400 (0:00:00.384) 0:00:10.722 ******* skipping: [managed_node1] => { "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: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Saturday 03 August 2024 12:34:06 -0400 (0:00:00.028) 0:00:10.750 ******* skipping: [managed_node1] => { "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: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Saturday 03 August 2024 12:34:06 -0400 (0:00:00.029) 0:00:10.779 ******* skipping: [managed_node1] => { "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: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Saturday 03 August 2024 12:34:07 -0400 (0:00:00.028) 0:00:10.808 ******* skipping: [managed_node1] => { "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: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Saturday 03 August 2024 12:34:07 -0400 (0:00:00.028) 0:00:10.836 ******* skipping: [managed_node1] => { "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: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Saturday 03 August 2024 12:34:07 -0400 (0:00:00.028) 0:00:10.865 ******* skipping: [managed_node1] => { "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: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Saturday 03 August 2024 12:34:07 -0400 (0:00:00.028) 0:00:10.893 ******* skipping: [managed_node1] => { "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: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Saturday 03 August 2024 12:34:07 -0400 (0:00:00.027) 0:00:10.920 ******* skipping: [managed_node1] => { "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: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:62 Saturday 03 August 2024 12:34:07 -0400 (0:00:00.028) 0:00:10.949 ******* ok: [managed_node1] => { "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: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:71 Saturday 03 August 2024 12:34:07 -0400 (0:00:00.056) 0:00:11.006 ******* included: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for managed_node1 TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Saturday 03 August 2024 12:34:07 -0400 (0:00:00.061) 0:00:11.068 ******* skipping: [managed_node1] => { "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: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Saturday 03 August 2024 12:34:07 -0400 (0:00:00.030) 0:00:11.098 ******* skipping: [managed_node1] => { "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: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:74 Saturday 03 August 2024 12:34:07 -0400 (0:00:00.031) 0:00:11.129 ******* included: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for managed_node1 TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Saturday 03 August 2024 12:34:07 -0400 (0:00:00.063) 0:00:11.192 ******* skipping: [managed_node1] => { "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: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Saturday 03 August 2024 12:34:07 -0400 (0:00:00.030) 0:00:11.223 ******* skipping: [managed_node1] => { "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: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:77 Saturday 03 August 2024 12:34:07 -0400 (0:00:00.057) 0:00:11.281 ******* included: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for managed_node1 TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Saturday 03 August 2024 12:34:07 -0400 (0:00:00.064) 0:00:11.346 ******* skipping: [managed_node1] => { "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: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Saturday 03 August 2024 12:34:07 -0400 (0:00:00.030) 0:00:11.376 ******* skipping: [managed_node1] => { "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: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Saturday 03 August 2024 12:34:07 -0400 (0:00:00.030) 0:00:11.406 ******* included: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for managed_node1 TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Saturday 03 August 2024 12:34:07 -0400 (0:00:00.065) 0:00:11.472 ******* skipping: [managed_node1] => { "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: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Saturday 03 August 2024 12:34:07 -0400 (0:00:00.031) 0:00:11.503 ******* skipping: [managed_node1] => { "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: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Saturday 03 August 2024 12:34:07 -0400 (0:00:00.030) 0:00:11.534 ******* skipping: [managed_node1] => { "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: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Saturday 03 August 2024 12:34:07 -0400 (0:00:00.030) 0:00:11.565 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Saturday 03 August 2024 12:34:07 -0400 (0:00:00.029) 0:00:11.594 ******* included: fedora.linux_system_roles.firewall for managed_node1 TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Saturday 03 August 2024 12:34:07 -0400 (0:00:00.115) 0:00:11.709 ******* included: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed_node1 TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Saturday 03 August 2024 12:34:07 -0400 (0:00:00.056) 0:00:11.765 ******* skipping: [managed_node1] => { "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: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Saturday 03 August 2024 12:34:08 -0400 (0:00:00.036) 0:00:11.802 ******* ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] *** task path: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Saturday 03 August 2024 12:34:08 -0400 (0:00:00.380) 0:00:12.182 ******* ok: [managed_node1] => { "ansible_facts": { "__firewall_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] *** task path: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Saturday 03 August 2024 12:34:08 -0400 (0:00:00.039) 0:00:12.221 ******* ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] *** task path: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27 Saturday 03 August 2024 12:34:08 -0400 (0:00:00.381) 0:00:12.603 ******* ok: [managed_node1] => { "ansible_facts": { "__firewall_is_transactional": false }, "changed": false } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 Saturday 03 August 2024 12:34:08 -0400 (0:00:00.037) 0:00:12.641 ******* ok: [managed_node1] => { "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: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43 Saturday 03 August 2024 12:34:09 -0400 (0:00:00.935) 0:00:13.576 ******* skipping: [managed_node1] => { "false_condition": "__firewall_is_transactional | d(false)" } TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48 Saturday 03 August 2024 12:34:09 -0400 (0:00:00.031) 0:00:13.607 ******* skipping: [managed_node1] => { "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: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53 Saturday 03 August 2024 12:34:09 -0400 (0:00:00.030) 0:00:13.638 ******* skipping: [managed_node1] => { "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: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Saturday 03 August 2024 12:34:09 -0400 (0:00:00.029) 0:00:13.668 ******* skipping: [managed_node1] => { "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: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9 Saturday 03 August 2024 12:34:09 -0400 (0:00:00.029) 0:00:13.697 ******* skipping: [managed_node1] => (item=nftables) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "nftables", "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item=iptables) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "iptables", "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item=ufw) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "ufw", "skip_reason": "Conditional result was False" } skipping: [managed_node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] *********** task path: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22 Saturday 03 August 2024 12:34:09 -0400 (0:00:00.036) 0:00:13.734 ******* ok: [managed_node1] => { "changed": false, "name": "firewalld", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "basic.target sysinit.target dbus.socket system.slice polkit.service dbus-broker.service", "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 shutdown.target iptables.service ipset.service ip6tables.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": "3700940800", "EffectiveMemoryMax": "3700940800", "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": "3235409920", "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 : Enable and start firewalld service] *** task path: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 Saturday 03 August 2024 12:34:10 -0400 (0:00:00.804) 0:00:14.539 ******* changed: [managed_node1] => { "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": "system.slice sysinit.target basic.target polkit.service dbus-broker.service dbus.socket", "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": "ip6tables.service ebtables.service ipset.service shutdown.target iptables.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": "3700940800", "EffectiveMemoryMax": "3700940800", "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": "3233366016", "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: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34 Saturday 03 August 2024 12:34:12 -0400 (0:00:01.723) 0:00:16.262 ******* ok: [managed_node1] => { "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: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Saturday 03 August 2024 12:34:12 -0400 (0:00:00.044) 0:00:16.306 ******* skipping: [managed_node1] => { "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: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55 Saturday 03 August 2024 12:34:12 -0400 (0:00:00.030) 0:00:16.337 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 Saturday 03 August 2024 12:34:12 -0400 (0:00:00.028) 0:00:16.366 ******* failed: [managed_node1] (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: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:262 Saturday 03 August 2024 12:34:13 -0400 (0:00:00.775) 0:00:17.141 ******* fatal: [managed_node1]: FAILED! => {} MSG: The conditional check 'not __podman_image_updated.results[0] is changed' failed. The error was: The 'changed' test expects a dictionary TASK [Cleanup] ***************************************************************** task path: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:269 Saturday 03 August 2024 12:34:13 -0400 (0:00:00.037) 0:00:17.179 ******* included: fedora.linux_system_roles.podman for managed_node1 => (item=nopull) included: fedora.linux_system_roles.podman for managed_node1 => (item=bogus) TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Saturday 03 August 2024 12:34:13 -0400 (0:00:00.132) 0:00:17.311 ******* included: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for managed_node1 TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Saturday 03 August 2024 12:34:13 -0400 (0:00:00.056) 0:00:17.367 ******* skipping: [managed_node1] => { "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: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Saturday 03 August 2024 12:34:13 -0400 (0:00:00.038) 0:00:17.406 ******* skipping: [managed_node1] => { "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: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Saturday 03 August 2024 12:34:13 -0400 (0:00:00.034) 0:00:17.440 ******* skipping: [managed_node1] => { "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: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Saturday 03 August 2024 12:34:13 -0400 (0:00:00.064) 0:00:17.504 ******* [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. ok: [managed_node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed_node1] => (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: [managed_node1] => (item=CentOS_10.yml) => { "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [managed_node1] => (item=CentOS_10.yml) => { "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/tmp.E1xufEvs2O/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: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Saturday 03 August 2024 12:34:13 -0400 (0:00:00.073) 0:00:17.577 ******* ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Enable copr if requested] ************* task path: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Saturday 03 August 2024 12:34:14 -0400 (0:00:00.794) 0:00:18.371 ******* skipping: [managed_node1] => { "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: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Saturday 03 August 2024 12:34:14 -0400 (0:00:00.031) 0:00:18.403 ******* skipping: [managed_node1] => { "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: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Saturday 03 August 2024 12:34:14 -0400 (0:00:00.034) 0:00:18.437 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.031903", "end": "2024-08-03 12:34:14.984848", "rc": 0, "start": "2024-08-03 12:34:14.952945" } STDOUT: podman version 5.1.2 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Saturday 03 August 2024 12:34:15 -0400 (0:00:00.410) 0:00:18.848 ******* ok: [managed_node1] => { "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: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:32 Saturday 03 August 2024 12:34:15 -0400 (0:00:00.032) 0:00:18.881 ******* skipping: [managed_node1] => { "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: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:39 Saturday 03 August 2024 12:34:15 -0400 (0:00:00.033) 0:00:18.914 ******* skipping: [managed_node1] => { "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: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:49 Saturday 03 August 2024 12:34:15 -0400 (0:00:00.030) 0:00:18.945 ******* META: end_host conditional evaluated to False, continuing execution for managed_node1 skipping: [managed_node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed_node1" } MSG: end_host conditional evaluated to false, continuing execution for managed_node1 TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Saturday 03 August 2024 12:34:15 -0400 (0:00:00.033) 0:00:18.979 ******* included: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed_node1 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 03 August 2024 12:34:15 -0400 (0:00:00.066) 0:00:19.045 ******* skipping: [managed_node1] => { "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: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 03 August 2024 12:34:15 -0400 (0:00:00.035) 0:00:19.081 ******* skipping: [managed_node1] => { "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: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 03 August 2024 12:34:15 -0400 (0:00:00.034) 0:00:19.116 ******* ok: [managed_node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Saturday 03 August 2024 12:34:15 -0400 (0:00:00.046) 0:00:19.162 ******* ok: [managed_node1] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35 Saturday 03 August 2024 12:34:15 -0400 (0:00:00.388) 0:00:19.551 ******* ok: [managed_node1] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 03 August 2024 12:34:15 -0400 (0:00:00.042) 0:00:19.593 ******* ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722702568.2172468, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "86395ad7ce62834c967dc50f963a68f042029188", "ctime": 1722702543.0527833, "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: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Saturday 03 August 2024 12:34:16 -0400 (0:00:00.386) 0:00:19.979 ******* skipping: [managed_node1] => { "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: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Saturday 03 August 2024 12:34:16 -0400 (0:00:00.060) 0:00:20.040 ******* skipping: [managed_node1] => { "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: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Saturday 03 August 2024 12:34:16 -0400 (0:00:00.030) 0:00:20.070 ******* skipping: [managed_node1] => { "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: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74 Saturday 03 August 2024 12:34:16 -0400 (0:00:00.031) 0:00:20.101 ******* skipping: [managed_node1] => { "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: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79 Saturday 03 August 2024 12:34:16 -0400 (0:00:00.029) 0:00:20.130 ******* skipping: [managed_node1] => { "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: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84 Saturday 03 August 2024 12:34:16 -0400 (0:00:00.029) 0:00:20.160 ******* skipping: [managed_node1] => { "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: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94 Saturday 03 August 2024 12:34:16 -0400 (0:00:00.028) 0:00:20.188 ******* skipping: [managed_node1] => { "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: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101 Saturday 03 August 2024 12:34:16 -0400 (0:00:00.029) 0:00:20.218 ******* skipping: [managed_node1] => { "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: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:62 Saturday 03 August 2024 12:34:16 -0400 (0:00:00.028) 0:00:20.246 ******* ok: [managed_node1] => { "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: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:71 Saturday 03 August 2024 12:34:16 -0400 (0:00:00.058) 0:00:20.305 ******* included: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for managed_node1 TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Saturday 03 August 2024 12:34:16 -0400 (0:00:00.062) 0:00:20.367 ******* skipping: [managed_node1] => { "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: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Saturday 03 August 2024 12:34:16 -0400 (0:00:00.032) 0:00:20.400 ******* skipping: [managed_node1] => { "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: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:74 Saturday 03 August 2024 12:34:16 -0400 (0:00:00.030) 0:00:20.430 ******* included: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for managed_node1 TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Saturday 03 August 2024 12:34:16 -0400 (0:00:00.064) 0:00:20.495 ******* skipping: [managed_node1] => { "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: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Saturday 03 August 2024 12:34:16 -0400 (0:00:00.031) 0:00:20.526 ******* skipping: [managed_node1] => { "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: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:77 Saturday 03 August 2024 12:34:16 -0400 (0:00:00.030) 0:00:20.557 ******* included: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for managed_node1 TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Saturday 03 August 2024 12:34:16 -0400 (0:00:00.064) 0:00:20.621 ******* skipping: [managed_node1] => { "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: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Saturday 03 August 2024 12:34:16 -0400 (0:00:00.031) 0:00:20.653 ******* skipping: [managed_node1] => { "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: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Saturday 03 August 2024 12:34:16 -0400 (0:00:00.030) 0:00:20.683 ******* included: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for managed_node1 TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Saturday 03 August 2024 12:34:16 -0400 (0:00:00.101) 0:00:20.785 ******* skipping: [managed_node1] => { "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: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Saturday 03 August 2024 12:34:17 -0400 (0:00:00.031) 0:00:20.817 ******* skipping: [managed_node1] => { "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: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Saturday 03 August 2024 12:34:17 -0400 (0:00:00.030) 0:00:20.848 ******* skipping: [managed_node1] => { "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: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Saturday 03 August 2024 12:34:17 -0400 (0:00:00.031) 0:00:20.879 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86 Saturday 03 August 2024 12:34:17 -0400 (0:00:00.030) 0:00:20.909 ******* included: fedora.linux_system_roles.firewall for managed_node1 TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Saturday 03 August 2024 12:34:17 -0400 (0:00:00.114) 0:00:21.024 ******* included: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed_node1 TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Saturday 03 August 2024 12:34:17 -0400 (0:00:00.056) 0:00:21.080 ******* skipping: [managed_node1] => { "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: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Saturday 03 August 2024 12:34:17 -0400 (0:00:00.038) 0:00:21.119 ******* skipping: [managed_node1] => { "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: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Saturday 03 August 2024 12:34:17 -0400 (0:00:00.033) 0:00:21.152 ******* skipping: [managed_node1] => { "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: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Saturday 03 August 2024 12:34:17 -0400 (0:00:00.034) 0:00:21.187 ******* skipping: [managed_node1] => { "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: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27 Saturday 03 August 2024 12:34:17 -0400 (0:00:00.033) 0:00:21.221 ******* skipping: [managed_node1] => { "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: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 Saturday 03 August 2024 12:34:17 -0400 (0:00:00.035) 0:00:21.256 ******* ok: [managed_node1] => { "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: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43 Saturday 03 August 2024 12:34:18 -0400 (0:00:00.733) 0:00:21.990 ******* skipping: [managed_node1] => { "false_condition": "__firewall_is_transactional | d(false)" } TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48 Saturday 03 August 2024 12:34:18 -0400 (0:00:00.031) 0:00:22.021 ******* skipping: [managed_node1] => { "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: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53 Saturday 03 August 2024 12:34:18 -0400 (0:00:00.031) 0:00:22.053 ******* skipping: [managed_node1] => { "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: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Saturday 03 August 2024 12:34:18 -0400 (0:00:00.032) 0:00:22.085 ******* skipping: [managed_node1] => { "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: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9 Saturday 03 August 2024 12:34:18 -0400 (0:00:00.030) 0:00:22.115 ******* [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. skipping: [managed_node1] => (item=nftables) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "nftables", "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item=iptables) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "iptables", "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item=ufw) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "ufw", "skip_reason": "Conditional result was False" } skipping: [managed_node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] *********** task path: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22 Saturday 03 August 2024 12:34:18 -0400 (0:00:00.076) 0:00:22.192 ******* ok: [managed_node1] => { "changed": false, "name": "firewalld", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2024-08-03 12:34:12 EDT", "ActiveEnterTimestampMonotonic": "537823040", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "polkit.service sysinit.target basic.target dbus.socket system.slice dbus-broker.service", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-08-03 12:34:11 EDT", "AssertTimestampMonotonic": "536942902", "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": "433310000", "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 12:34:11 EDT", "ConditionTimestampMonotonic": "536942898", "ConfigurationDirectoryMode": "0755", "Conflicts": "iptables.service shutdown.target ip6tables.service ipset.service ebtables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "100171", "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": "3700940800", "EffectiveMemoryMax": "3700940800", "EffectiveTasksMax": "22402", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Sat 2024-08-03 12:34:11 EDT", "ExecMainHandoffTimestampMonotonic": "536989262", "ExecMainPID": "59371", "ExecMainStartTimestamp": "Sat 2024-08-03 12:34:11 EDT", "ExecMainStartTimestampMonotonic": "536945689", "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 12:34:11 EDT] ; stop_time=[n/a] ; pid=59371 ; 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 12:34:11 EDT] ; stop_time=[n/a] ; pid=59371 ; 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 12:34:11 EDT", "InactiveExitTimestampMonotonic": "536948365", "InvocationID": "223497ae87f64cdfa0ee28b9993e5416", "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": "59371", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3204943872", "MemoryCurrent": "31711232", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "31842304", "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": "system.slice sysinit.target 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", "StateChangeTimestamp": "Sat 2024-08-03 12:34:12 EDT", "StateChangeTimestampMonotonic": "537823040", "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: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 Saturday 03 August 2024 12:34:18 -0400 (0:00:00.558) 0:00:22.750 ******* ok: [managed_node1] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2024-08-03 12:34:12 EDT", "ActiveEnterTimestampMonotonic": "537823040", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "polkit.service sysinit.target basic.target dbus.socket system.slice dbus-broker.service", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-08-03 12:34:11 EDT", "AssertTimestampMonotonic": "536942902", "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": "433310000", "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 12:34:11 EDT", "ConditionTimestampMonotonic": "536942898", "ConfigurationDirectoryMode": "0755", "Conflicts": "iptables.service shutdown.target ip6tables.service ipset.service ebtables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "100171", "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": "3700940800", "EffectiveMemoryMax": "3700940800", "EffectiveTasksMax": "22402", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Sat 2024-08-03 12:34:11 EDT", "ExecMainHandoffTimestampMonotonic": "536989262", "ExecMainPID": "59371", "ExecMainStartTimestamp": "Sat 2024-08-03 12:34:11 EDT", "ExecMainStartTimestampMonotonic": "536945689", "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 12:34:11 EDT] ; stop_time=[n/a] ; pid=59371 ; 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 12:34:11 EDT] ; stop_time=[n/a] ; pid=59371 ; 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 12:34:11 EDT", "InactiveExitTimestampMonotonic": "536948365", "InvocationID": "223497ae87f64cdfa0ee28b9993e5416", "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": "59371", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3210633216", "MemoryCurrent": "31711232", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "31842304", "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": "system.slice sysinit.target 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", "StateChangeTimestamp": "Sat 2024-08-03 12:34:12 EDT", "StateChangeTimestampMonotonic": "537823040", "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: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34 Saturday 03 August 2024 12:34:19 -0400 (0:00:00.559) 0:00:23.310 ******* ok: [managed_node1] => { "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: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Saturday 03 August 2024 12:34:19 -0400 (0:00:00.044) 0:00:23.354 ******* skipping: [managed_node1] => { "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: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55 Saturday 03 August 2024 12:34:19 -0400 (0:00:00.030) 0:00:23.384 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 Saturday 03 August 2024 12:34:19 -0400 (0:00:00.029) 0:00:23.414 ******* [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. failed: [managed_node1] (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: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:447 Saturday 03 August 2024 12:34:20 -0400 (0:00:00.522) 0:00:23.936 ******* fatal: [managed_node1]: FAILED! => { "changed": false, "cmd": [ "journalctl", "-ex" ], "delta": "0:00:00.049385", "end": "2024-08-03 12:34:20.501952", "failed_when_result": true, "rc": 0, "start": "2024-08-03 12:34:20.452567" } STDOUT: Aug 03 12:32:20 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[40519]: This container is intended for podman CI testing Aug 03 12:32:20 ip-10-31-14-42.us-east-1.aws.redhat.com conmon[40519]: conmon 579723fec51404320047 : Failed to open cgroups file: /sys/fs/cgroup/user.slice/user-2001.slice/user@2001.service/user.slice/user-libpod_pod_758ec886f9d76040ec9b26507c886284db7d714fc656feffa8297d81ed1fddd2.slice/libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope/container/memory.events Aug 03 12:32:20 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 624. Aug 03 12:32:20 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[40590]: This container is intended for podman CI testing Aug 03 12:32:20 ip-10-31-14-42.us-east-1.aws.redhat.com conmon[40590]: conmon 579723fec51404320047 : Failed to open cgroups file: /sys/fs/cgroup/user.slice/user-2001.slice/user@2001.service/user.slice/user-libpod_pod_758ec886f9d76040ec9b26507c886284db7d714fc656feffa8297d81ed1fddd2.slice/libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope/container/memory.events Aug 03 12:32:21 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[40637]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Aug 03 12:32:21 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 629. Aug 03 12:32:21 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[40643]: This container is intended for podman CI testing Aug 03 12:32:21 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 634. Aug 03 12:32:21 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[40677]: This container is intended for podman CI testing Aug 03 12:32:21 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 639. Aug 03 12:32:21 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[40691]: This container is intended for podman CI testing Aug 03 12:32:21 ip-10-31-14-42.us-east-1.aws.redhat.com conmon[40691]: conmon 579723fec51404320047 : Failed to open cgroups file: /sys/fs/cgroup/user.slice/user-2001.slice/user@2001.service/user.slice/user-libpod_pod_758ec886f9d76040ec9b26507c886284db7d714fc656feffa8297d81ed1fddd2.slice/libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope/container/memory.events Aug 03 12:32:21 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 644. Aug 03 12:32:21 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[40705]: This container is intended for podman CI testing Aug 03 12:32:21 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 649. Aug 03 12:32:21 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[40719]: This container is intended for podman CI testing Aug 03 12:32:21 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 654. Aug 03 12:32:21 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[40733]: This container is intended for podman CI testing Aug 03 12:32:21 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 659. Aug 03 12:32:21 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[40748]: This container is intended for podman CI testing Aug 03 12:32:22 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 664. Aug 03 12:32:22 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[40762]: This container is intended for podman CI testing Aug 03 12:32:22 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 669. Aug 03 12:32:22 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[40776]: This container is intended for podman CI testing Aug 03 12:32:22 ip-10-31-14-42.us-east-1.aws.redhat.com conmon[40776]: conmon 579723fec51404320047 : Failed to open cgroups file: /sys/fs/cgroup/user.slice/user-2001.slice/user@2001.service/user.slice/user-libpod_pod_758ec886f9d76040ec9b26507c886284db7d714fc656feffa8297d81ed1fddd2.slice/libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope/container/memory.events Aug 03 12:32:22 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 674. Aug 03 12:32:22 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[40790]: This container is intended for podman CI testing Aug 03 12:32:22 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 679. Aug 03 12:32:22 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[40805]: This container is intended for podman CI testing Aug 03 12:32:22 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 684. Aug 03 12:32:22 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[40819]: This container is intended for podman CI testing Aug 03 12:32:22 ip-10-31-14-42.us-east-1.aws.redhat.com conmon[40819]: conmon 579723fec51404320047 : Failed to open cgroups file: /sys/fs/cgroup/user.slice/user-2001.slice/user@2001.service/user.slice/user-libpod_pod_758ec886f9d76040ec9b26507c886284db7d714fc656feffa8297d81ed1fddd2.slice/libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope/container/memory.events Aug 03 12:32:22 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 689. Aug 03 12:32:22 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[40833]: This container is intended for podman CI testing Aug 03 12:32:22 ip-10-31-14-42.us-east-1.aws.redhat.com conmon[40833]: conmon 579723fec51404320047 : Failed to open cgroups file: /sys/fs/cgroup/user.slice/user-2001.slice/user@2001.service/user.slice/user-libpod_pod_758ec886f9d76040ec9b26507c886284db7d714fc656feffa8297d81ed1fddd2.slice/libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope/container/memory.events Aug 03 12:32:22 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 694. Aug 03 12:32:22 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[40847]: This container is intended for podman CI testing Aug 03 12:32:22 ip-10-31-14-42.us-east-1.aws.redhat.com conmon[40847]: conmon 579723fec51404320047 : Failed to open cgroups file: /sys/fs/cgroup/user.slice/user-2001.slice/user@2001.service/user.slice/user-libpod_pod_758ec886f9d76040ec9b26507c886284db7d714fc656feffa8297d81ed1fddd2.slice/libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope/container/memory.events Aug 03 12:32:22 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 699. Aug 03 12:32:22 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[40861]: This container is intended for podman CI testing Aug 03 12:32:22 ip-10-31-14-42.us-east-1.aws.redhat.com conmon[40861]: conmon 579723fec51404320047 : Failed to open cgroups file: /sys/fs/cgroup/user.slice/user-2001.slice/user@2001.service/user.slice/user-libpod_pod_758ec886f9d76040ec9b26507c886284db7d714fc656feffa8297d81ed1fddd2.slice/libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope/container/memory.events Aug 03 12:32:22 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 704. Aug 03 12:32:22 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[40888]: This container is intended for podman CI testing Aug 03 12:32:22 ip-10-31-14-42.us-east-1.aws.redhat.com conmon[40888]: conmon 579723fec51404320047 : Failed to open cgroups file: /sys/fs/cgroup/user.slice/user-2001.slice/user@2001.service/user.slice/user-libpod_pod_758ec886f9d76040ec9b26507c886284db7d714fc656feffa8297d81ed1fddd2.slice/libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope/container/memory.events Aug 03 12:32:23 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 709. Aug 03 12:32:23 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[40965]: This container is intended for podman CI testing Aug 03 12:32:23 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 714. Aug 03 12:32:23 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[41000]: This container is intended for podman CI testing Aug 03 12:32:23 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[40988]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None Aug 03 12:32:23 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 719. Aug 03 12:32:23 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[41016]: This container is intended for podman CI testing Aug 03 12:32:23 ip-10-31-14-42.us-east-1.aws.redhat.com conmon[41016]: conmon 579723fec51404320047 : Failed to open cgroups file: /sys/fs/cgroup/user.slice/user-2001.slice/user@2001.service/user.slice/user-libpod_pod_758ec886f9d76040ec9b26507c886284db7d714fc656feffa8297d81ed1fddd2.slice/libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope/container/memory.events Aug 03 12:32:23 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 724. Aug 03 12:32:23 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[41048]: This container is intended for podman CI testing Aug 03 12:32:23 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 729. Aug 03 12:32:23 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[41157]: This container is intended for podman CI testing Aug 03 12:32:23 ip-10-31-14-42.us-east-1.aws.redhat.com conmon[41157]: conmon 579723fec51404320047 : Failed to open cgroups file: /sys/fs/cgroup/user.slice/user-2001.slice/user@2001.service/user.slice/user-libpod_pod_758ec886f9d76040ec9b26507c886284db7d714fc656feffa8297d81ed1fddd2.slice/libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope/container/memory.events Aug 03 12:32:23 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[41153]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Aug 03 12:32:23 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 734. Aug 03 12:32:23 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[41171]: This container is intended for podman CI testing Aug 03 12:32:23 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 739. Aug 03 12:32:23 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[41205]: This container is intended for podman CI testing Aug 03 12:32:24 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 744. Aug 03 12:32:24 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[41219]: This container is intended for podman CI testing Aug 03 12:32:24 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 749. Aug 03 12:32:24 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[41233]: This container is intended for podman CI testing Aug 03 12:32:24 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 754. Aug 03 12:32:24 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[41247]: This container is intended for podman CI testing Aug 03 12:32:24 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 759. Aug 03 12:32:24 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[41261]: This container is intended for podman CI testing Aug 03 12:32:24 ip-10-31-14-42.us-east-1.aws.redhat.com conmon[41261]: conmon 579723fec51404320047 : Failed to open cgroups file: /sys/fs/cgroup/user.slice/user-2001.slice/user@2001.service/user.slice/user-libpod_pod_758ec886f9d76040ec9b26507c886284db7d714fc656feffa8297d81ed1fddd2.slice/libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope/container/memory.events Aug 03 12:32:24 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 764. Aug 03 12:32:24 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[41275]: This container is intended for podman CI testing Aug 03 12:32:24 ip-10-31-14-42.us-east-1.aws.redhat.com conmon[41275]: conmon 579723fec51404320047 : Failed to open cgroups file: /sys/fs/cgroup/user.slice/user-2001.slice/user@2001.service/user.slice/user-libpod_pod_758ec886f9d76040ec9b26507c886284db7d714fc656feffa8297d81ed1fddd2.slice/libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope/container/memory.events Aug 03 12:32:24 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 769. Aug 03 12:32:24 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[41289]: This container is intended for podman CI testing Aug 03 12:32:24 ip-10-31-14-42.us-east-1.aws.redhat.com conmon[41289]: conmon 579723fec51404320047 : Failed to open cgroups file: /sys/fs/cgroup/user.slice/user-2001.slice/user@2001.service/user.slice/user-libpod_pod_758ec886f9d76040ec9b26507c886284db7d714fc656feffa8297d81ed1fddd2.slice/libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope/container/memory.events Aug 03 12:32:24 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 774. Aug 03 12:32:24 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[41304]: This container is intended for podman CI testing Aug 03 12:32:24 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 779. Aug 03 12:32:24 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[41318]: This container is intended for podman CI testing Aug 03 12:32:24 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 784. Aug 03 12:32:24 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[41355]: This container is intended for podman CI testing Aug 03 12:32:25 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 789. Aug 03 12:32:25 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[41434]: This container is intended for podman CI testing Aug 03 12:32:25 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[3738]: Created slice background.slice - User Background Tasks Slice. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 14. Aug 03 12:32:25 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[3738]: Starting systemd-tmpfiles-clean.service - Cleanup of User's Temporary Files and Directories... ░░ Subject: A start job for unit UNIT has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has begun execution. ░░ ░░ The job identifier is 13. Aug 03 12:32:25 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[3738]: Finished systemd-tmpfiles-clean.service - Cleanup of User's Temporary Files and Directories. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 13. Aug 03 12:32:25 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 794. Aug 03 12:32:25 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[41458]: This container is intended for podman CI testing Aug 03 12:32:25 ip-10-31-14-42.us-east-1.aws.redhat.com conmon[41458]: conmon 579723fec51404320047 : Failed to open cgroups file: /sys/fs/cgroup/user.slice/user-2001.slice/user@2001.service/user.slice/user-libpod_pod_758ec886f9d76040ec9b26507c886284db7d714fc656feffa8297d81ed1fddd2.slice/libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope/container/memory.events Aug 03 12:32:25 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[41443]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None Aug 03 12:32:25 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 799. Aug 03 12:32:25 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[41491]: This container is intended for podman CI testing Aug 03 12:32:25 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 804. Aug 03 12:32:25 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[41522]: This container is intended for podman CI testing Aug 03 12:32:25 ip-10-31-14-42.us-east-1.aws.redhat.com conmon[41522]: conmon 579723fec51404320047 : Failed to open cgroups file: /sys/fs/cgroup/user.slice/user-2001.slice/user@2001.service/user.slice/user-libpod_pod_758ec886f9d76040ec9b26507c886284db7d714fc656feffa8297d81ed1fddd2.slice/libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope/container/memory.events Aug 03 12:32:25 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 809. Aug 03 12:32:25 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[41596]: This container is intended for podman CI testing Aug 03 12:32:25 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[41617]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Aug 03 12:32:25 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 814. Aug 03 12:32:25 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[41630]: This container is intended for podman CI testing Aug 03 12:32:26 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 819. Aug 03 12:32:26 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[41664]: This container is intended for podman CI testing Aug 03 12:32:26 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 824. Aug 03 12:32:26 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[41678]: This container is intended for podman CI testing Aug 03 12:32:26 ip-10-31-14-42.us-east-1.aws.redhat.com conmon[41678]: conmon 579723fec51404320047 : Failed to open cgroups file: /sys/fs/cgroup/user.slice/user-2001.slice/user@2001.service/user.slice/user-libpod_pod_758ec886f9d76040ec9b26507c886284db7d714fc656feffa8297d81ed1fddd2.slice/libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope/container/memory.events Aug 03 12:32:26 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 829. Aug 03 12:32:26 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[41692]: This container is intended for podman CI testing Aug 03 12:32:26 ip-10-31-14-42.us-east-1.aws.redhat.com conmon[41692]: conmon 579723fec51404320047 : Failed to open cgroups file: /sys/fs/cgroup/user.slice/user-2001.slice/user@2001.service/user.slice/user-libpod_pod_758ec886f9d76040ec9b26507c886284db7d714fc656feffa8297d81ed1fddd2.slice/libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope/container/memory.events Aug 03 12:32:26 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 834. Aug 03 12:32:26 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[41706]: This container is intended for podman CI testing Aug 03 12:32:26 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 839. Aug 03 12:32:26 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[41721]: This container is intended for podman CI testing Aug 03 12:32:26 ip-10-31-14-42.us-east-1.aws.redhat.com conmon[41721]: conmon 579723fec51404320047 : Failed to open cgroups file: /sys/fs/cgroup/user.slice/user-2001.slice/user@2001.service/user.slice/user-libpod_pod_758ec886f9d76040ec9b26507c886284db7d714fc656feffa8297d81ed1fddd2.slice/libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope/container/memory.events Aug 03 12:32:26 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 844. Aug 03 12:32:26 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[41735]: This container is intended for podman CI testing Aug 03 12:32:26 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 849. Aug 03 12:32:26 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[41749]: This container is intended for podman CI testing Aug 03 12:32:26 ip-10-31-14-42.us-east-1.aws.redhat.com conmon[41749]: conmon 579723fec51404320047 : Failed to open cgroups file: /sys/fs/cgroup/user.slice/user-2001.slice/user@2001.service/user.slice/user-libpod_pod_758ec886f9d76040ec9b26507c886284db7d714fc656feffa8297d81ed1fddd2.slice/libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope/container/memory.events Aug 03 12:32:26 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 854. Aug 03 12:32:26 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[41764]: This container is intended for podman CI testing Aug 03 12:32:26 ip-10-31-14-42.us-east-1.aws.redhat.com conmon[41764]: conmon 579723fec51404320047 : Failed to open cgroups file: /sys/fs/cgroup/user.slice/user-2001.slice/user@2001.service/user.slice/user-libpod_pod_758ec886f9d76040ec9b26507c886284db7d714fc656feffa8297d81ed1fddd2.slice/libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope/container/memory.events Aug 03 12:32:26 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 859. Aug 03 12:32:26 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[41778]: This container is intended for podman CI testing Aug 03 12:32:26 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 864. Aug 03 12:32:26 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[41792]: This container is intended for podman CI testing Aug 03 12:32:26 ip-10-31-14-42.us-east-1.aws.redhat.com conmon[41792]: conmon 579723fec51404320047 : Failed to open cgroups file: /sys/fs/cgroup/user.slice/user-2001.slice/user@2001.service/user.slice/user-libpod_pod_758ec886f9d76040ec9b26507c886284db7d714fc656feffa8297d81ed1fddd2.slice/libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope/container/memory.events Aug 03 12:32:27 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 869. Aug 03 12:32:27 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[41806]: This container is intended for podman CI testing Aug 03 12:32:27 ip-10-31-14-42.us-east-1.aws.redhat.com conmon[41806]: conmon 579723fec51404320047 : Failed to open cgroups file: /sys/fs/cgroup/user.slice/user-2001.slice/user@2001.service/user.slice/user-libpod_pod_758ec886f9d76040ec9b26507c886284db7d714fc656feffa8297d81ed1fddd2.slice/libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope/container/memory.events Aug 03 12:32:27 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 874. Aug 03 12:32:27 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[41860]: This container is intended for podman CI testing Aug 03 12:32:27 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 879. Aug 03 12:32:27 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[41929]: This container is intended for podman CI testing Aug 03 12:32:27 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[41927]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None Aug 03 12:32:27 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 884. Aug 03 12:32:27 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[41944]: This container is intended for podman CI testing Aug 03 12:32:27 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 889. Aug 03 12:32:27 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[41977]: This container is intended for podman CI testing Aug 03 12:32:27 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 894. Aug 03 12:32:27 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[42045]: This container is intended for podman CI testing Aug 03 12:32:27 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 899. Aug 03 12:32:27 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[42101]: This container is intended for podman CI testing Aug 03 12:32:28 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[42097]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Aug 03 12:32:28 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 904. Aug 03 12:32:28 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[42115]: This container is intended for podman CI testing Aug 03 12:32:28 ip-10-31-14-42.us-east-1.aws.redhat.com conmon[42115]: conmon 579723fec51404320047 : Failed to open cgroups file: /sys/fs/cgroup/user.slice/user-2001.slice/user@2001.service/user.slice/user-libpod_pod_758ec886f9d76040ec9b26507c886284db7d714fc656feffa8297d81ed1fddd2.slice/libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope/container/memory.events Aug 03 12:32:28 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 909. Aug 03 12:32:28 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[42149]: This container is intended for podman CI testing Aug 03 12:32:28 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 914. Aug 03 12:32:28 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[42163]: This container is intended for podman CI testing Aug 03 12:32:28 ip-10-31-14-42.us-east-1.aws.redhat.com conmon[42163]: conmon 579723fec51404320047 : Failed to open cgroups file: /sys/fs/cgroup/user.slice/user-2001.slice/user@2001.service/user.slice/user-libpod_pod_758ec886f9d76040ec9b26507c886284db7d714fc656feffa8297d81ed1fddd2.slice/libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope/container/memory.events Aug 03 12:32:28 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 919. Aug 03 12:32:28 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[42178]: This container is intended for podman CI testing Aug 03 12:32:28 ip-10-31-14-42.us-east-1.aws.redhat.com conmon[42178]: conmon 579723fec51404320047 : Failed to open cgroups file: /sys/fs/cgroup/user.slice/user-2001.slice/user@2001.service/user.slice/user-libpod_pod_758ec886f9d76040ec9b26507c886284db7d714fc656feffa8297d81ed1fddd2.slice/libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope/container/memory.events Aug 03 12:32:28 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 924. Aug 03 12:32:28 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[42193]: This container is intended for podman CI testing Aug 03 12:32:28 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 929. Aug 03 12:32:28 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[42207]: This container is intended for podman CI testing Aug 03 12:32:28 ip-10-31-14-42.us-east-1.aws.redhat.com conmon[42207]: conmon 579723fec51404320047 : Failed to open cgroups file: /sys/fs/cgroup/user.slice/user-2001.slice/user@2001.service/user.slice/user-libpod_pod_758ec886f9d76040ec9b26507c886284db7d714fc656feffa8297d81ed1fddd2.slice/libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope/container/memory.events Aug 03 12:32:28 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 934. Aug 03 12:32:28 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[42258]: This container is intended for podman CI testing Aug 03 12:32:28 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 939. Aug 03 12:32:28 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[42331]: This container is intended for podman CI testing Aug 03 12:32:29 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[42328]: ansible-ansible.legacy.command Invoked with _raw_params=systemd-escape --template podman-kube@.service /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml _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 12:32:29 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 944. Aug 03 12:32:29 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[42345]: This container is intended for podman CI testing Aug 03 12:32:29 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 949. Aug 03 12:32:29 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[42379]: This container is intended for podman CI testing Aug 03 12:32:29 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 954. Aug 03 12:32:29 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[42394]: This container is intended for podman CI testing Aug 03 12:32:29 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 959. Aug 03 12:32:29 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[42442]: This container is intended for podman CI testing Aug 03 12:32:29 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 964. Aug 03 12:32:29 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[42518]: This container is intended for podman CI testing Aug 03 12:32:29 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[42516]: ansible-systemd Invoked with name=podman-kube@-etc-containers-ansible\x2dkubernetes.d-auth_test_1_kube.yml.service scope=system state=stopped enabled=False daemon_reload=False daemon_reexec=False no_block=False force=None masked=None Aug 03 12:32:29 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 969. Aug 03 12:32:29 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[42533]: This container is intended for podman CI testing Aug 03 12:32:30 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 974. Aug 03 12:32:30 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[42567]: This container is intended for podman CI testing Aug 03 12:32:30 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 979. Aug 03 12:32:30 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[42627]: This container is intended for podman CI testing Aug 03 12:32:30 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 984. Aug 03 12:32:30 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[42692]: This container is intended for podman CI testing Aug 03 12:32:30 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[42688]: ansible-stat Invoked with path=/etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Aug 03 12:32:30 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 989. Aug 03 12:32:30 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[42706]: This container is intended for podman CI testing Aug 03 12:32:30 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 994. Aug 03 12:32:30 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[42738]: This container is intended for podman CI testing Aug 03 12:32:30 ip-10-31-14-42.us-east-1.aws.redhat.com conmon[42738]: conmon 579723fec51404320047 : Failed to open cgroups file: /sys/fs/cgroup/user.slice/user-2001.slice/user@2001.service/user.slice/user-libpod_pod_758ec886f9d76040ec9b26507c886284db7d714fc656feffa8297d81ed1fddd2.slice/libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope/container/memory.events Aug 03 12:32:30 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 999. Aug 03 12:32:30 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[42815]: This container is intended for podman CI testing Aug 03 12:32:30 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1004. Aug 03 12:32:30 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[42862]: This container is intended for podman CI testing Aug 03 12:32:31 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[42857]: ansible-file Invoked with path=/etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml 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 12:32:31 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1009. Aug 03 12:32:31 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[42877]: This container is intended for podman CI testing Aug 03 12:32:31 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1014. Aug 03 12:32:31 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[42909]: This container is intended for podman CI testing Aug 03 12:32:31 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1019. Aug 03 12:32:31 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[42923]: This container is intended for podman CI testing Aug 03 12:32:31 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1024. Aug 03 12:32:31 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[42937]: This container is intended for podman CI testing Aug 03 12:32:31 ip-10-31-14-42.us-east-1.aws.redhat.com conmon[42937]: conmon 579723fec51404320047 : Failed to open cgroups file: /sys/fs/cgroup/user.slice/user-2001.slice/user@2001.service/user.slice/user-libpod_pod_758ec886f9d76040ec9b26507c886284db7d714fc656feffa8297d81ed1fddd2.slice/libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope/container/memory.events Aug 03 12:32:31 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1029. Aug 03 12:32:31 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[42951]: This container is intended for podman CI testing Aug 03 12:32:31 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1034. Aug 03 12:32:31 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[42965]: This container is intended for podman CI testing Aug 03 12:32:31 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1039. Aug 03 12:32:31 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[42979]: This container is intended for podman CI testing Aug 03 12:32:31 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1044. Aug 03 12:32:31 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[42993]: This container is intended for podman CI testing Aug 03 12:32:31 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1049. Aug 03 12:32:31 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[43025]: This container is intended for podman CI testing Aug 03 12:32:32 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1054. Aug 03 12:32:32 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[43112]: This container is intended for podman CI testing Aug 03 12:32:32 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1059. Aug 03 12:32:32 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[43132]: This container is intended for podman CI testing Aug 03 12:32:32 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[43120]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None Aug 03 12:32:32 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1064. Aug 03 12:32:32 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[43165]: This container is intended for podman CI testing Aug 03 12:32:32 ip-10-31-14-42.us-east-1.aws.redhat.com conmon[43165]: conmon 579723fec51404320047 : Failed to open cgroups file: /sys/fs/cgroup/user.slice/user-2001.slice/user@2001.service/user.slice/user-libpod_pod_758ec886f9d76040ec9b26507c886284db7d714fc656feffa8297d81ed1fddd2.slice/libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope/container/memory.events Aug 03 12:32:32 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1069. Aug 03 12:32:32 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[43205]: This container is intended for podman CI testing Aug 03 12:32:32 ip-10-31-14-42.us-east-1.aws.redhat.com conmon[43205]: conmon 579723fec51404320047 : Failed to open cgroups file: /sys/fs/cgroup/user.slice/user-2001.slice/user@2001.service/user.slice/user-libpod_pod_758ec886f9d76040ec9b26507c886284db7d714fc656feffa8297d81ed1fddd2.slice/libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope/container/memory.events Aug 03 12:32:32 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1074. Aug 03 12:32:32 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[43288]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Aug 03 12:32:32 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[43290]: This container is intended for podman CI testing Aug 03 12:32:32 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1079. Aug 03 12:32:32 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[43325]: This container is intended for podman CI testing Aug 03 12:32:33 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1084. Aug 03 12:32:33 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[43340]: This container is intended for podman CI testing Aug 03 12:32:33 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1089. Aug 03 12:32:33 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[43354]: This container is intended for podman CI testing Aug 03 12:32:33 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1094. Aug 03 12:32:33 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[43369]: This container is intended for podman CI testing Aug 03 12:32:33 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1099. Aug 03 12:32:33 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[43383]: This container is intended for podman CI testing Aug 03 12:32:33 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1104. Aug 03 12:32:33 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[43397]: This container is intended for podman CI testing Aug 03 12:32:33 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1109. Aug 03 12:32:33 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[43411]: This container is intended for podman CI testing Aug 03 12:32:33 ip-10-31-14-42.us-east-1.aws.redhat.com conmon[43411]: conmon 579723fec51404320047 : Failed to open cgroups file: /sys/fs/cgroup/user.slice/user-2001.slice/user@2001.service/user.slice/user-libpod_pod_758ec886f9d76040ec9b26507c886284db7d714fc656feffa8297d81ed1fddd2.slice/libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope/container/memory.events Aug 03 12:32:33 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1114. Aug 03 12:32:33 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[43458]: This container is intended for podman CI testing Aug 03 12:32:33 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1119. Aug 03 12:32:33 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[43528]: This container is intended for podman CI testing Aug 03 12:32:33 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1124. Aug 03 12:32:33 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[43549]: This container is intended for podman CI testing Aug 03 12:32:34 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[43537]: ansible-systemd Invoked with name=auth_test_1_quadlet.service scope=system state=stopped enabled=False force=True daemon_reload=False daemon_reexec=False no_block=False masked=None Aug 03 12:32:34 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1129. Aug 03 12:32:34 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[43564]: This container is intended for podman CI testing Aug 03 12:32:34 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1134. Aug 03 12:32:34 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[43609]: This container is intended for podman CI testing Aug 03 12:32:34 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1139. Aug 03 12:32:34 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[43687]: This container is intended for podman CI testing Aug 03 12:32:34 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[43710]: ansible-stat Invoked with path=/etc/containers/systemd/auth_test_1_quadlet.container follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Aug 03 12:32:34 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1144. Aug 03 12:32:34 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[43721]: This container is intended for podman CI testing Aug 03 12:32:34 ip-10-31-14-42.us-east-1.aws.redhat.com conmon[43721]: conmon 579723fec51404320047 : Failed to open cgroups file: /sys/fs/cgroup/user.slice/user-2001.slice/user@2001.service/user.slice/user-libpod_pod_758ec886f9d76040ec9b26507c886284db7d714fc656feffa8297d81ed1fddd2.slice/libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope/container/memory.events Aug 03 12:32:34 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1149. Aug 03 12:32:34 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[43755]: This container is intended for podman CI testing Aug 03 12:32:34 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1154. Aug 03 12:32:34 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[43837]: This container is intended for podman CI testing Aug 03 12:32:34 ip-10-31-14-42.us-east-1.aws.redhat.com conmon[43837]: conmon 579723fec51404320047 : Failed to open cgroups file: /sys/fs/cgroup/user.slice/user-2001.slice/user@2001.service/user.slice/user-libpod_pod_758ec886f9d76040ec9b26507c886284db7d714fc656feffa8297d81ed1fddd2.slice/libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope/container/memory.events Aug 03 12:32:35 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[43872]: ansible-file Invoked with path=/etc/containers/systemd/auth_test_1_quadlet.container 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 12:32:35 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1159. Aug 03 12:32:35 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[43879]: This container is intended for podman CI testing Aug 03 12:32:35 ip-10-31-14-42.us-east-1.aws.redhat.com conmon[43879]: conmon 579723fec51404320047 : Failed to open cgroups file: /sys/fs/cgroup/user.slice/user-2001.slice/user@2001.service/user.slice/user-libpod_pod_758ec886f9d76040ec9b26507c886284db7d714fc656feffa8297d81ed1fddd2.slice/libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope/container/memory.events Aug 03 12:32:35 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1164. Aug 03 12:32:35 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[43911]: This container is intended for podman CI testing Aug 03 12:32:35 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1169. Aug 03 12:32:35 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[43925]: This container is intended for podman CI testing Aug 03 12:32:35 ip-10-31-14-42.us-east-1.aws.redhat.com conmon[43925]: conmon 579723fec51404320047 : Failed to open cgroups file: /sys/fs/cgroup/user.slice/user-2001.slice/user@2001.service/user.slice/user-libpod_pod_758ec886f9d76040ec9b26507c886284db7d714fc656feffa8297d81ed1fddd2.slice/libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope/container/memory.events Aug 03 12:32:35 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1174. Aug 03 12:32:35 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[43939]: This container is intended for podman CI testing Aug 03 12:32:35 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1179. Aug 03 12:32:35 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[43954]: This container is intended for podman CI testing Aug 03 12:32:35 ip-10-31-14-42.us-east-1.aws.redhat.com conmon[43954]: conmon 579723fec51404320047 : Failed to open cgroups file: /sys/fs/cgroup/user.slice/user-2001.slice/user@2001.service/user.slice/user-libpod_pod_758ec886f9d76040ec9b26507c886284db7d714fc656feffa8297d81ed1fddd2.slice/libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope/container/memory.events Aug 03 12:32:35 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1184. Aug 03 12:32:35 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[43968]: This container is intended for podman CI testing Aug 03 12:32:35 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1189. Aug 03 12:32:35 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[43982]: This container is intended for podman CI testing Aug 03 12:32:35 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1194. Aug 03 12:32:35 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[43996]: This container is intended for podman CI testing Aug 03 12:32:35 ip-10-31-14-42.us-east-1.aws.redhat.com conmon[43996]: conmon 579723fec51404320047 : Failed to open cgroups file: /sys/fs/cgroup/user.slice/user-2001.slice/user@2001.service/user.slice/user-libpod_pod_758ec886f9d76040ec9b26507c886284db7d714fc656feffa8297d81ed1fddd2.slice/libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope/container/memory.events Aug 03 12:32:36 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1199. Aug 03 12:32:36 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[44010]: This container is intended for podman CI testing Aug 03 12:32:36 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1204. Aug 03 12:32:36 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[44024]: This container is intended for podman CI testing Aug 03 12:32:36 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1209. Aug 03 12:32:36 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[44038]: This container is intended for podman CI testing Aug 03 12:32:36 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1214. Aug 03 12:32:36 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[44097]: This container is intended for podman CI testing Aug 03 12:32:36 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[44159]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None Aug 03 12:32:36 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1219. Aug 03 12:32:36 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[44163]: This container is intended for podman CI testing Aug 03 12:32:36 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1224. Aug 03 12:32:36 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[44197]: This container is intended for podman CI testing Aug 03 12:32:36 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1229. Aug 03 12:32:36 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[44268]: This container is intended for podman CI testing Aug 03 12:32:36 ip-10-31-14-42.us-east-1.aws.redhat.com conmon[44268]: conmon 579723fec51404320047 : Failed to open cgroups file: /sys/fs/cgroup/user.slice/user-2001.slice/user@2001.service/user.slice/user-libpod_pod_758ec886f9d76040ec9b26507c886284db7d714fc656feffa8297d81ed1fddd2.slice/libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope/container/memory.events Aug 03 12:32:37 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[44316]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Aug 03 12:32:37 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1234. Aug 03 12:32:37 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[44320]: This container is intended for podman CI testing Aug 03 12:32:37 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1239. Aug 03 12:32:37 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[44354]: This container is intended for podman CI testing Aug 03 12:32:37 ip-10-31-14-42.us-east-1.aws.redhat.com conmon[44354]: conmon 579723fec51404320047 : Failed to open cgroups file: /sys/fs/cgroup/user.slice/user-2001.slice/user@2001.service/user.slice/user-libpod_pod_758ec886f9d76040ec9b26507c886284db7d714fc656feffa8297d81ed1fddd2.slice/libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope/container/memory.events Aug 03 12:32:37 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1244. Aug 03 12:32:37 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[44369]: This container is intended for podman CI testing Aug 03 12:32:37 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1249. Aug 03 12:32:37 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[44383]: This container is intended for podman CI testing Aug 03 12:32:37 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1254. Aug 03 12:32:37 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[44397]: This container is intended for podman CI testing Aug 03 12:32:37 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1259. Aug 03 12:32:37 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[44412]: This container is intended for podman CI testing Aug 03 12:32:37 ip-10-31-14-42.us-east-1.aws.redhat.com conmon[44412]: conmon 579723fec51404320047 : Failed to open cgroups file: /sys/fs/cgroup/user.slice/user-2001.slice/user@2001.service/user.slice/user-libpod_pod_758ec886f9d76040ec9b26507c886284db7d714fc656feffa8297d81ed1fddd2.slice/libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope/container/memory.events Aug 03 12:32:37 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1264. Aug 03 12:32:37 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[44473]: This container is intended for podman CI testing Aug 03 12:32:38 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1269. Aug 03 12:32:38 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[44536]: This container is intended for podman CI testing Aug 03 12:32:38 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1274. Aug 03 12:32:38 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[44550]: This container is intended for podman CI testing Aug 03 12:32:38 ip-10-31-14-42.us-east-1.aws.redhat.com conmon[44550]: conmon 579723fec51404320047 : Failed to open cgroups file: /sys/fs/cgroup/user.slice/user-2001.slice/user@2001.service/user.slice/user-libpod_pod_758ec886f9d76040ec9b26507c886284db7d714fc656feffa8297d81ed1fddd2.slice/libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope/container/memory.events Aug 03 12:32:38 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1279. Aug 03 12:32:38 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[44598]: This container is intended for podman CI testing Aug 03 12:32:38 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1284. Aug 03 12:32:38 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[44672]: This container is intended for podman CI testing Aug 03 12:32:38 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1289. Aug 03 12:32:38 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[44706]: This container is intended for podman CI testing Aug 03 12:32:38 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1294. Aug 03 12:32:38 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[44720]: This container is intended for podman CI testing Aug 03 12:32:38 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1299. Aug 03 12:32:38 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[44770]: This container is intended for podman CI testing Aug 03 12:32:39 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1304. Aug 03 12:32:39 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[44842]: This container is intended for podman CI testing Aug 03 12:32:39 ip-10-31-14-42.us-east-1.aws.redhat.com conmon[44842]: conmon 579723fec51404320047 : Failed to open cgroups file: /sys/fs/cgroup/user.slice/user-2001.slice/user@2001.service/user.slice/user-libpod_pod_758ec886f9d76040ec9b26507c886284db7d714fc656feffa8297d81ed1fddd2.slice/libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope/container/memory.events Aug 03 12:32:39 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[44864]: ansible-file Invoked with path=/root/.config/containers 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 12:32:39 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1309. Aug 03 12:32:39 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[44877]: This container is intended for podman CI testing Aug 03 12:32:39 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1314. Aug 03 12:32:39 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[44909]: This container is intended for podman CI testing Aug 03 12:32:39 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1319. Aug 03 12:32:39 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[44924]: This container is intended for podman CI testing Aug 03 12:32:39 ip-10-31-14-42.us-east-1.aws.redhat.com conmon[44924]: conmon 579723fec51404320047 : Failed to open cgroups file: /sys/fs/cgroup/user.slice/user-2001.slice/user@2001.service/user.slice/user-libpod_pod_758ec886f9d76040ec9b26507c886284db7d714fc656feffa8297d81ed1fddd2.slice/libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope/container/memory.events Aug 03 12:32:39 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1324. Aug 03 12:32:39 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[44938]: This container is intended for podman CI testing Aug 03 12:32:39 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1329. Aug 03 12:32:39 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[44952]: This container is intended for podman CI testing Aug 03 12:32:39 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1334. Aug 03 12:32:39 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[44978]: This container is intended for podman CI testing Aug 03 12:32:39 ip-10-31-14-42.us-east-1.aws.redhat.com conmon[44978]: conmon 579723fec51404320047 : Failed to open cgroups file: /sys/fs/cgroup/user.slice/user-2001.slice/user@2001.service/user.slice/user-libpod_pod_758ec886f9d76040ec9b26507c886284db7d714fc656feffa8297d81ed1fddd2.slice/libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope/container/memory.events Aug 03 12:32:39 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1339. Aug 03 12:32:39 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[45055]: This container is intended for podman CI testing Aug 03 12:32:40 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[45078]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None Aug 03 12:32:40 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1344. Aug 03 12:32:40 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[45090]: This container is intended for podman CI testing Aug 03 12:32:40 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1349. Aug 03 12:32:40 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[45123]: This container is intended for podman CI testing Aug 03 12:32:40 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1354. Aug 03 12:32:40 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[45183]: This container is intended for podman CI testing Aug 03 12:32:40 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1359. Aug 03 12:32:40 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[45249]: This container is intended for podman CI testing Aug 03 12:32:40 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[45244]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Aug 03 12:32:40 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1364. Aug 03 12:32:40 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[45263]: This container is intended for podman CI testing Aug 03 12:32:40 ip-10-31-14-42.us-east-1.aws.redhat.com conmon[45263]: conmon 579723fec51404320047 : Failed to open cgroups file: /sys/fs/cgroup/user.slice/user-2001.slice/user@2001.service/user.slice/user-libpod_pod_758ec886f9d76040ec9b26507c886284db7d714fc656feffa8297d81ed1fddd2.slice/libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope/container/memory.events Aug 03 12:32:40 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1369. Aug 03 12:32:40 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[45297]: This container is intended for podman CI testing Aug 03 12:32:40 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1374. Aug 03 12:32:40 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[45311]: This container is intended for podman CI testing Aug 03 12:32:41 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1379. Aug 03 12:32:41 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[45325]: This container is intended for podman CI testing Aug 03 12:32:41 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1384. Aug 03 12:32:41 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[45339]: This container is intended for podman CI testing Aug 03 12:32:41 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1389. Aug 03 12:32:41 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[45353]: This container is intended for podman CI testing Aug 03 12:32:41 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1394. Aug 03 12:32:41 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[45368]: This container is intended for podman CI testing Aug 03 12:32:41 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1399. Aug 03 12:32:41 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[45440]: This container is intended for podman CI testing Aug 03 12:32:41 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1404. Aug 03 12:32:41 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[45492]: This container is intended for podman CI testing Aug 03 12:32:41 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1409. Aug 03 12:32:41 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[45552]: This container is intended for podman CI testing Aug 03 12:32:42 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1414. Aug 03 12:32:42 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[45630]: This container is intended for podman CI testing Aug 03 12:32:42 ip-10-31-14-42.us-east-1.aws.redhat.com conmon[45630]: conmon 579723fec51404320047 : Failed to open cgroups file: /sys/fs/cgroup/user.slice/user-2001.slice/user@2001.service/user.slice/user-libpod_pod_758ec886f9d76040ec9b26507c886284db7d714fc656feffa8297d81ed1fddd2.slice/libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope/container/memory.events Aug 03 12:32:42 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1419. Aug 03 12:32:42 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[45647]: This container is intended for podman CI testing Aug 03 12:32:42 ip-10-31-14-42.us-east-1.aws.redhat.com conmon[45647]: conmon 579723fec51404320047 : Failed to open cgroups file: /sys/fs/cgroup/user.slice/user-2001.slice/user@2001.service/user.slice/user-libpod_pod_758ec886f9d76040ec9b26507c886284db7d714fc656feffa8297d81ed1fddd2.slice/libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope/container/memory.events Aug 03 12:32:42 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1424. Aug 03 12:32:42 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[45719]: This container is intended for podman CI testing Aug 03 12:32:42 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1429. Aug 03 12:32:42 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[45788]: This container is intended for podman CI testing Aug 03 12:32:42 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1434. Aug 03 12:32:42 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[45820]: This container is intended for podman CI testing Aug 03 12:32:42 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1439. Aug 03 12:32:42 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[45923]: This container is intended for podman CI testing Aug 03 12:32:43 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1444. Aug 03 12:32:43 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[45945]: This container is intended for podman CI testing Aug 03 12:32:43 ip-10-31-14-42.us-east-1.aws.redhat.com conmon[45945]: conmon 579723fec51404320047 : Failed to open cgroups file: /sys/fs/cgroup/user.slice/user-2001.slice/user@2001.service/user.slice/user-libpod_pod_758ec886f9d76040ec9b26507c886284db7d714fc656feffa8297d81ed1fddd2.slice/libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope/container/memory.events Aug 03 12:32:43 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1449. Aug 03 12:32:43 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[45989]: This container is intended for podman CI testing Aug 03 12:32:43 ip-10-31-14-42.us-east-1.aws.redhat.com conmon[45989]: conmon 579723fec51404320047 : Failed to open cgroups file: /sys/fs/cgroup/user.slice/user-2001.slice/user@2001.service/user.slice/user-libpod_pod_758ec886f9d76040ec9b26507c886284db7d714fc656feffa8297d81ed1fddd2.slice/libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope/container/memory.events Aug 03 12:32:43 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1454. Aug 03 12:32:43 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[46067]: This container is intended for podman CI testing Aug 03 12:32:43 ip-10-31-14-42.us-east-1.aws.redhat.com conmon[46067]: conmon 579723fec51404320047 : Failed to open cgroups file: /sys/fs/cgroup/user.slice/user-2001.slice/user@2001.service/user.slice/user-libpod_pod_758ec886f9d76040ec9b26507c886284db7d714fc656feffa8297d81ed1fddd2.slice/libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope/container/memory.events Aug 03 12:32:43 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1459. Aug 03 12:32:43 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[46102]: This container is intended for podman CI testing Aug 03 12:32:43 ip-10-31-14-42.us-east-1.aws.redhat.com conmon[46102]: conmon 579723fec51404320047 : Failed to open cgroups file: /sys/fs/cgroup/user.slice/user-2001.slice/user@2001.service/user.slice/user-libpod_pod_758ec886f9d76040ec9b26507c886284db7d714fc656feffa8297d81ed1fddd2.slice/libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope/container/memory.events Aug 03 12:32:43 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1464. Aug 03 12:32:43 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[46135]: This container is intended for podman CI testing Aug 03 12:32:43 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1469. Aug 03 12:32:43 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[46149]: This container is intended for podman CI testing Aug 03 12:32:44 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1474. Aug 03 12:32:44 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[46163]: This container is intended for podman CI testing Aug 03 12:32:44 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1479. Aug 03 12:32:44 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[46177]: This container is intended for podman CI testing Aug 03 12:32:44 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1484. Aug 03 12:32:44 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[46203]: This container is intended for podman CI testing Aug 03 12:32:44 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1489. Aug 03 12:32:44 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[46282]: This container is intended for podman CI testing Aug 03 12:32:44 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1494. Aug 03 12:32:44 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[46316]: This container is intended for podman CI testing Aug 03 12:32:44 ip-10-31-14-42.us-east-1.aws.redhat.com conmon[46316]: conmon 579723fec51404320047 : Failed to open cgroups file: /sys/fs/cgroup/user.slice/user-2001.slice/user@2001.service/user.slice/user-libpod_pod_758ec886f9d76040ec9b26507c886284db7d714fc656feffa8297d81ed1fddd2.slice/libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope/container/memory.events Aug 03 12:32:44 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1499. Aug 03 12:32:44 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[46330]: This container is intended for podman CI testing Aug 03 12:32:45 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1504. Aug 03 12:32:45 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[46345]: This container is intended for podman CI testing Aug 03 12:32:45 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1509. Aug 03 12:32:45 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[46377]: This container is intended for podman CI testing Aug 03 12:32:45 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1514. Aug 03 12:32:45 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[46392]: This container is intended for podman CI testing Aug 03 12:32:45 ip-10-31-14-42.us-east-1.aws.redhat.com conmon[46392]: conmon 579723fec51404320047 : Failed to open cgroups file: /sys/fs/cgroup/user.slice/user-2001.slice/user@2001.service/user.slice/user-libpod_pod_758ec886f9d76040ec9b26507c886284db7d714fc656feffa8297d81ed1fddd2.slice/libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope/container/memory.events Aug 03 12:32:45 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1519. Aug 03 12:32:45 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[46464]: This container is intended for podman CI testing Aug 03 12:32:45 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1524. Aug 03 12:32:45 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[46517]: This container is intended for podman CI testing Aug 03 12:32:45 ip-10-31-14-42.us-east-1.aws.redhat.com conmon[46517]: conmon 579723fec51404320047 : Failed to open cgroups file: /sys/fs/cgroup/user.slice/user-2001.slice/user@2001.service/user.slice/user-libpod_pod_758ec886f9d76040ec9b26507c886284db7d714fc656feffa8297d81ed1fddd2.slice/libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope/container/memory.events Aug 03 12:32:45 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[46512]: 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 12:32:45 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1529. Aug 03 12:32:45 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[46532]: This container is intended for podman CI testing Aug 03 12:32:45 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1534. Aug 03 12:32:45 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[46570]: This container is intended for podman CI testing Aug 03 12:32:45 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1539. Aug 03 12:32:45 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[46584]: This container is intended for podman CI testing Aug 03 12:32:46 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1544. Aug 03 12:32:46 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[46598]: This container is intended for podman CI testing Aug 03 12:32:46 ip-10-31-14-42.us-east-1.aws.redhat.com conmon[46598]: conmon 579723fec51404320047 : Failed to open cgroups file: /sys/fs/cgroup/user.slice/user-2001.slice/user@2001.service/user.slice/user-libpod_pod_758ec886f9d76040ec9b26507c886284db7d714fc656feffa8297d81ed1fddd2.slice/libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope/container/memory.events Aug 03 12:32:46 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1549. Aug 03 12:32:46 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[46653]: This container is intended for podman CI testing Aug 03 12:32:46 ip-10-31-14-42.us-east-1.aws.redhat.com conmon[46653]: conmon 579723fec51404320047 : Failed to open cgroups file: /sys/fs/cgroup/user.slice/user-2001.slice/user@2001.service/user.slice/user-libpod_pod_758ec886f9d76040ec9b26507c886284db7d714fc656feffa8297d81ed1fddd2.slice/libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope/container/memory.events Aug 03 12:32:46 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1554. Aug 03 12:32:46 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[46722]: This container is intended for podman CI testing Aug 03 12:32:46 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[46719]: ansible-getent Invoked with database=passwd key=auth_test_user1 fail_key=False service=None split=None Aug 03 12:32:46 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1559. Aug 03 12:32:46 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[46736]: This container is intended for podman CI testing Aug 03 12:32:46 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1564. Aug 03 12:32:46 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[46769]: This container is intended for podman CI testing Aug 03 12:32:46 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1569. Aug 03 12:32:46 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[46788]: This container is intended for podman CI testing Aug 03 12:32:46 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1574. Aug 03 12:32:46 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[46870]: This container is intended for podman CI testing Aug 03 12:32:47 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[46897]: ansible-getent Invoked with database=group key=2001 fail_key=False service=None split=None Aug 03 12:32:47 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1579. Aug 03 12:32:47 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[46907]: This container is intended for podman CI testing Aug 03 12:32:47 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1584. Aug 03 12:32:47 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[46940]: This container is intended for podman CI testing Aug 03 12:32:47 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1589. Aug 03 12:32:47 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[46994]: This container is intended for podman CI testing Aug 03 12:32:47 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1594. Aug 03 12:32:47 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[47064]: This container is intended for podman CI testing Aug 03 12:32:47 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[47060]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Aug 03 12:32:47 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1599. Aug 03 12:32:47 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[47080]: This container is intended for podman CI testing Aug 03 12:32:47 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1604. Aug 03 12:32:47 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[47130]: This container is intended for podman CI testing Aug 03 12:32:47 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1609. Aug 03 12:32:47 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[47204]: This container is intended for podman CI testing Aug 03 12:32:48 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1614. Aug 03 12:32:48 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[47236]: This container is intended for podman CI testing Aug 03 12:32:48 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[47224]: ansible-ansible.legacy.command Invoked with _raw_params=getsubids auth_test_user1 _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 12:32:48 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1619. Aug 03 12:32:48 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[47269]: This container is intended for podman CI testing Aug 03 12:32:48 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1624. Aug 03 12:32:48 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[47287]: This container is intended for podman CI testing Aug 03 12:32:48 ip-10-31-14-42.us-east-1.aws.redhat.com conmon[47287]: conmon 579723fec51404320047 : Failed to open cgroups file: /sys/fs/cgroup/user.slice/user-2001.slice/user@2001.service/user.slice/user-libpod_pod_758ec886f9d76040ec9b26507c886284db7d714fc656feffa8297d81ed1fddd2.slice/libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope/container/memory.events Aug 03 12:32:48 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1629. Aug 03 12:32:48 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[47370]: This container is intended for podman CI testing Aug 03 12:32:48 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1634. Aug 03 12:32:48 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[47408]: This container is intended for podman CI testing Aug 03 12:32:48 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[47401]: ansible-ansible.legacy.command Invoked with _raw_params=getsubids -g auth_test_user1 _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 12:32:48 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1639. Aug 03 12:32:48 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[47436]: This container is intended for podman CI testing Aug 03 12:32:48 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1644. Aug 03 12:32:48 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[47456]: This container is intended for podman CI testing Aug 03 12:32:49 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1649. Aug 03 12:32:49 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[47471]: This container is intended for podman CI testing Aug 03 12:32:49 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1654. Aug 03 12:32:49 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[47485]: This container is intended for podman CI testing Aug 03 12:32:49 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1659. Aug 03 12:32:49 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[47499]: This container is intended for podman CI testing Aug 03 12:32:49 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1664. Aug 03 12:32:49 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[47514]: This container is intended for podman CI testing Aug 03 12:32:49 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1669. Aug 03 12:32:49 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[47528]: This container is intended for podman CI testing Aug 03 12:32:49 ip-10-31-14-42.us-east-1.aws.redhat.com conmon[47528]: conmon 579723fec51404320047 : Failed to open cgroups file: /sys/fs/cgroup/user.slice/user-2001.slice/user@2001.service/user.slice/user-libpod_pod_758ec886f9d76040ec9b26507c886284db7d714fc656feffa8297d81ed1fddd2.slice/libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope/container/memory.events Aug 03 12:32:49 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1674. Aug 03 12:32:49 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[47543]: This container is intended for podman CI testing Aug 03 12:32:49 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1679. Aug 03 12:32:49 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[47557]: This container is intended for podman CI testing Aug 03 12:32:49 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1684. Aug 03 12:32:49 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[47571]: This container is intended for podman CI testing Aug 03 12:32:49 ip-10-31-14-42.us-east-1.aws.redhat.com conmon[47571]: conmon 579723fec51404320047 : Failed to open cgroups file: /sys/fs/cgroup/user.slice/user-2001.slice/user@2001.service/user.slice/user-libpod_pod_758ec886f9d76040ec9b26507c886284db7d714fc656feffa8297d81ed1fddd2.slice/libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope/container/memory.events Aug 03 12:32:49 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1689. Aug 03 12:32:49 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[47586]: This container is intended for podman CI testing Aug 03 12:32:49 ip-10-31-14-42.us-east-1.aws.redhat.com conmon[47586]: conmon 579723fec51404320047 : Failed to open cgroups file: /sys/fs/cgroup/user.slice/user-2001.slice/user@2001.service/user.slice/user-libpod_pod_758ec886f9d76040ec9b26507c886284db7d714fc656feffa8297d81ed1fddd2.slice/libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope/container/memory.events Aug 03 12:32:49 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1694. Aug 03 12:32:49 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[47600]: This container is intended for podman CI testing Aug 03 12:32:50 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1699. Aug 03 12:32:50 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[47614]: This container is intended for podman CI testing Aug 03 12:32:50 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1704. Aug 03 12:32:50 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[47628]: This container is intended for podman CI testing Aug 03 12:32:50 ip-10-31-14-42.us-east-1.aws.redhat.com conmon[47628]: conmon 579723fec51404320047 : Failed to open cgroups file: /sys/fs/cgroup/user.slice/user-2001.slice/user@2001.service/user.slice/user-libpod_pod_758ec886f9d76040ec9b26507c886284db7d714fc656feffa8297d81ed1fddd2.slice/libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope/container/memory.events Aug 03 12:32:50 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1709. Aug 03 12:32:50 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[47643]: This container is intended for podman CI testing Aug 03 12:32:50 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1714. Aug 03 12:32:50 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[47714]: This container is intended for podman CI testing Aug 03 12:32:50 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1719. Aug 03 12:32:50 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[47766]: This container is intended for podman CI testing Aug 03 12:32:50 ip-10-31-14-42.us-east-1.aws.redhat.com conmon[47766]: conmon 579723fec51404320047 : Failed to open cgroups file: /sys/fs/cgroup/user.slice/user-2001.slice/user@2001.service/user.slice/user-libpod_pod_758ec886f9d76040ec9b26507c886284db7d714fc656feffa8297d81ed1fddd2.slice/libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope/container/memory.events Aug 03 12:32:50 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[47762]: ansible-getent Invoked with database=group key=2001 fail_key=False service=None split=None Aug 03 12:32:50 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1724. Aug 03 12:32:50 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[47781]: This container is intended for podman CI testing Aug 03 12:32:50 ip-10-31-14-42.us-east-1.aws.redhat.com conmon[47781]: conmon 579723fec51404320047 : Failed to open cgroups file: /sys/fs/cgroup/user.slice/user-2001.slice/user@2001.service/user.slice/user-libpod_pod_758ec886f9d76040ec9b26507c886284db7d714fc656feffa8297d81ed1fddd2.slice/libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope/container/memory.events Aug 03 12:32:50 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1729. Aug 03 12:32:50 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[47815]: This container is intended for podman CI testing Aug 03 12:32:51 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1734. Aug 03 12:32:51 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[47893]: This container is intended for podman CI testing Aug 03 12:32:51 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1739. Aug 03 12:32:51 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[47939]: This container is intended for podman CI testing Aug 03 12:32:51 ip-10-31-14-42.us-east-1.aws.redhat.com conmon[47939]: conmon 579723fec51404320047 : Failed to open cgroups file: /sys/fs/cgroup/user.slice/user-2001.slice/user@2001.service/user.slice/user-libpod_pod_758ec886f9d76040ec9b26507c886284db7d714fc656feffa8297d81ed1fddd2.slice/libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope/container/memory.events Aug 03 12:32:51 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[47932]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Aug 03 12:32:51 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1744. Aug 03 12:32:51 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[47973]: This container is intended for podman CI testing Aug 03 12:32:51 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1749. Aug 03 12:32:51 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[47988]: This container is intended for podman CI testing Aug 03 12:32:51 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1754. Aug 03 12:32:51 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[48059]: This container is intended for podman CI testing Aug 03 12:32:51 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[48107]: ansible-ansible.legacy.command Invoked with _raw_params=getsubids auth_test_user1 _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 12:32:51 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1759. Aug 03 12:32:51 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[48112]: This container is intended for podman CI testing Aug 03 12:32:51 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1764. Aug 03 12:32:51 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[48145]: This container is intended for podman CI testing Aug 03 12:32:52 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1769. Aug 03 12:32:52 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[48220]: This container is intended for podman CI testing Aug 03 12:32:52 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1774. Aug 03 12:32:52 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[48268]: This container is intended for podman CI testing Aug 03 12:32:52 ip-10-31-14-42.us-east-1.aws.redhat.com conmon[48268]: conmon 579723fec51404320047 : Failed to open cgroups file: /sys/fs/cgroup/user.slice/user-2001.slice/user@2001.service/user.slice/user-libpod_pod_758ec886f9d76040ec9b26507c886284db7d714fc656feffa8297d81ed1fddd2.slice/libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope/container/memory.events Aug 03 12:32:52 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1779. Aug 03 12:32:52 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[48283]: This container is intended for podman CI testing Aug 03 12:32:52 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[48263]: ansible-ansible.legacy.command Invoked with _raw_params=getsubids -g auth_test_user1 _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 12:32:52 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1784. Aug 03 12:32:52 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[48316]: This container is intended for podman CI testing Aug 03 12:32:52 ip-10-31-14-42.us-east-1.aws.redhat.com conmon[48316]: conmon 579723fec51404320047 : Failed to open cgroups file: /sys/fs/cgroup/user.slice/user-2001.slice/user@2001.service/user.slice/user-libpod_pod_758ec886f9d76040ec9b26507c886284db7d714fc656feffa8297d81ed1fddd2.slice/libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope/container/memory.events Aug 03 12:32:52 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1789. Aug 03 12:32:52 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[48330]: This container is intended for podman CI testing Aug 03 12:32:52 ip-10-31-14-42.us-east-1.aws.redhat.com conmon[48330]: conmon 579723fec51404320047 : Failed to open cgroups file: /sys/fs/cgroup/user.slice/user-2001.slice/user@2001.service/user.slice/user-libpod_pod_758ec886f9d76040ec9b26507c886284db7d714fc656feffa8297d81ed1fddd2.slice/libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope/container/memory.events Aug 03 12:32:52 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1794. Aug 03 12:32:52 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[48344]: This container is intended for podman CI testing Aug 03 12:32:52 ip-10-31-14-42.us-east-1.aws.redhat.com conmon[48344]: conmon 579723fec51404320047 : Failed to open cgroups file: /sys/fs/cgroup/user.slice/user-2001.slice/user@2001.service/user.slice/user-libpod_pod_758ec886f9d76040ec9b26507c886284db7d714fc656feffa8297d81ed1fddd2.slice/libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope/container/memory.events Aug 03 12:32:52 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1799. Aug 03 12:32:52 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[48358]: This container is intended for podman CI testing Aug 03 12:32:52 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1804. Aug 03 12:32:52 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[48372]: This container is intended for podman CI testing Aug 03 12:32:53 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1809. Aug 03 12:32:53 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[48386]: This container is intended for podman CI testing Aug 03 12:32:53 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1814. Aug 03 12:32:53 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[48400]: This container is intended for podman CI testing Aug 03 12:32:53 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1819. Aug 03 12:32:53 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[48414]: This container is intended for podman CI testing Aug 03 12:32:53 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1824. Aug 03 12:32:53 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[48428]: This container is intended for podman CI testing Aug 03 12:32:53 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1829. Aug 03 12:32:53 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[48442]: This container is intended for podman CI testing Aug 03 12:32:53 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1834. Aug 03 12:32:53 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[48513]: This container is intended for podman CI testing Aug 03 12:32:53 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1839. Aug 03 12:32:53 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[48565]: This container is intended for podman CI testing Aug 03 12:32:53 ip-10-31-14-42.us-east-1.aws.redhat.com conmon[48565]: conmon 579723fec51404320047 : Failed to open cgroups file: /sys/fs/cgroup/user.slice/user-2001.slice/user@2001.service/user.slice/user-libpod_pod_758ec886f9d76040ec9b26507c886284db7d714fc656feffa8297d81ed1fddd2.slice/libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope/container/memory.events Aug 03 12:32:53 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[48562]: ansible-getent Invoked with database=group key=2001 fail_key=False service=None split=None Aug 03 12:32:53 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1844. Aug 03 12:32:53 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[48580]: This container is intended for podman CI testing Aug 03 12:32:54 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1849. Aug 03 12:32:54 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[48613]: This container is intended for podman CI testing Aug 03 12:32:54 ip-10-31-14-42.us-east-1.aws.redhat.com conmon[48613]: conmon 579723fec51404320047 : Failed to open cgroups file: /sys/fs/cgroup/user.slice/user-2001.slice/user@2001.service/user.slice/user-libpod_pod_758ec886f9d76040ec9b26507c886284db7d714fc656feffa8297d81ed1fddd2.slice/libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope/container/memory.events Aug 03 12:32:54 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1854. Aug 03 12:32:54 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[48669]: This container is intended for podman CI testing Aug 03 12:32:54 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1859. Aug 03 12:32:54 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[48738]: This container is intended for podman CI testing Aug 03 12:32:54 ip-10-31-14-42.us-east-1.aws.redhat.com conmon[48738]: conmon 579723fec51404320047 : Failed to open cgroups file: /sys/fs/cgroup/user.slice/user-2001.slice/user@2001.service/user.slice/user-libpod_pod_758ec886f9d76040ec9b26507c886284db7d714fc656feffa8297d81ed1fddd2.slice/libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope/container/memory.events Aug 03 12:32:54 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[48735]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Aug 03 12:32:54 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1864. Aug 03 12:32:54 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[48755]: This container is intended for podman CI testing Aug 03 12:32:54 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1869. Aug 03 12:32:54 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[48805]: This container is intended for podman CI testing Aug 03 12:32:54 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1874. Aug 03 12:32:54 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[48879]: This container is intended for podman CI testing Aug 03 12:32:54 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1879. Aug 03 12:32:54 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[48911]: This container is intended for podman CI testing Aug 03 12:32:54 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[48899]: ansible-ansible.legacy.command Invoked with _raw_params=getsubids auth_test_user1 _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 12:32:55 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1884. Aug 03 12:32:55 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[48926]: This container is intended for podman CI testing Aug 03 12:32:55 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1889. Aug 03 12:32:55 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[48973]: This container is intended for podman CI testing Aug 03 12:32:55 ip-10-31-14-42.us-east-1.aws.redhat.com conmon[48973]: conmon 579723fec51404320047 : Failed to open cgroups file: /sys/fs/cgroup/user.slice/user-2001.slice/user@2001.service/user.slice/user-libpod_pod_758ec886f9d76040ec9b26507c886284db7d714fc656feffa8297d81ed1fddd2.slice/libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope/container/memory.events Aug 03 12:32:55 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1894. Aug 03 12:32:55 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[49047]: This container is intended for podman CI testing Aug 03 12:32:55 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1899. Aug 03 12:32:55 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[49081]: This container is intended for podman CI testing Aug 03 12:32:55 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[49070]: ansible-ansible.legacy.command Invoked with _raw_params=getsubids -g auth_test_user1 _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 12:32:55 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1904. Aug 03 12:32:55 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[49115]: This container is intended for podman CI testing Aug 03 12:32:55 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1909. Aug 03 12:32:55 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[49129]: This container is intended for podman CI testing Aug 03 12:32:55 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1914. Aug 03 12:32:55 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[49143]: This container is intended for podman CI testing Aug 03 12:32:55 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1919. Aug 03 12:32:55 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[49157]: This container is intended for podman CI testing Aug 03 12:32:56 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1924. Aug 03 12:32:56 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[49171]: This container is intended for podman CI testing Aug 03 12:32:56 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1929. Aug 03 12:32:56 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[49185]: This container is intended for podman CI testing Aug 03 12:32:56 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1934. Aug 03 12:32:56 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[49199]: This container is intended for podman CI testing Aug 03 12:32:56 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1939. Aug 03 12:32:56 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[49213]: This container is intended for podman CI testing Aug 03 12:32:56 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1944. Aug 03 12:32:56 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[49228]: This container is intended for podman CI testing Aug 03 12:32:56 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1949. Aug 03 12:32:56 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[49242]: This container is intended for podman CI testing Aug 03 12:32:56 ip-10-31-14-42.us-east-1.aws.redhat.com conmon[49242]: conmon 579723fec51404320047 : Failed to open cgroups file: /sys/fs/cgroup/user.slice/user-2001.slice/user@2001.service/user.slice/user-libpod_pod_758ec886f9d76040ec9b26507c886284db7d714fc656feffa8297d81ed1fddd2.slice/libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope/container/memory.events Aug 03 12:32:56 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1954. Aug 03 12:32:56 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[49314]: This container is intended for podman CI testing Aug 03 12:32:56 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1959. Aug 03 12:32:56 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[49367]: This container is intended for podman CI testing Aug 03 12:32:57 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[49361]: ansible-getent Invoked with database=group key=2001 fail_key=False service=None split=None Aug 03 12:32:57 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1964. Aug 03 12:32:57 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[49383]: This container is intended for podman CI testing Aug 03 12:32:57 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1969. Aug 03 12:32:57 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[49415]: This container is intended for podman CI testing Aug 03 12:32:57 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1974. Aug 03 12:32:57 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[49486]: This container is intended for podman CI testing Aug 03 12:32:57 ip-10-31-14-42.us-east-1.aws.redhat.com conmon[49486]: conmon 579723fec51404320047 : Failed to open cgroups file: /sys/fs/cgroup/user.slice/user-2001.slice/user@2001.service/user.slice/user-libpod_pod_758ec886f9d76040ec9b26507c886284db7d714fc656feffa8297d81ed1fddd2.slice/libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope/container/memory.events Aug 03 12:32:57 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[49534]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Aug 03 12:32:57 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1979. Aug 03 12:32:57 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[49539]: This container is intended for podman CI testing Aug 03 12:32:57 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1984. Aug 03 12:32:57 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[49574]: This container is intended for podman CI testing Aug 03 12:32:57 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1989. Aug 03 12:32:57 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[49648]: This container is intended for podman CI testing Aug 03 12:32:58 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[49692]: ansible-ansible.legacy.command Invoked with _raw_params=getsubids auth_test_user1 _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 12:32:58 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1994. Aug 03 12:32:58 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[49697]: This container is intended for podman CI testing Aug 03 12:32:58 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 1999. Aug 03 12:32:58 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[49737]: This container is intended for podman CI testing Aug 03 12:32:58 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 2004. Aug 03 12:32:58 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[49817]: This container is intended for podman CI testing Aug 03 12:32:58 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 2009. Aug 03 12:32:58 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[49856]: This container is intended for podman CI testing Aug 03 12:32:58 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[49845]: ansible-ansible.legacy.command Invoked with _raw_params=getsubids -g auth_test_user1 _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 12:32:58 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 2014. Aug 03 12:32:58 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[49889]: This container is intended for podman CI testing Aug 03 12:32:58 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 2019. Aug 03 12:32:58 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[49903]: This container is intended for podman CI testing Aug 03 12:32:58 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 2024. Aug 03 12:32:58 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[49917]: This container is intended for podman CI testing Aug 03 12:32:59 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 2029. Aug 03 12:32:59 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[49931]: This container is intended for podman CI testing Aug 03 12:32:59 ip-10-31-14-42.us-east-1.aws.redhat.com conmon[49931]: conmon 579723fec51404320047 : Failed to open cgroups file: /sys/fs/cgroup/user.slice/user-2001.slice/user@2001.service/user.slice/user-libpod_pod_758ec886f9d76040ec9b26507c886284db7d714fc656feffa8297d81ed1fddd2.slice/libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope/container/memory.events Aug 03 12:32:59 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 2034. Aug 03 12:32:59 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[49945]: This container is intended for podman CI testing Aug 03 12:32:59 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 2039. Aug 03 12:32:59 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[50017]: This container is intended for podman CI testing Aug 03 12:32:59 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[50062]: ansible-ansible.legacy.command Invoked with _raw_params=systemd-escape --template podman-kube@.service /home/auth_test_user1/.config/containers/ansible-kubernetes.d/auth_test_1_kube.yml _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 12:32:59 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 2044. Aug 03 12:32:59 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[50068]: This container is intended for podman CI testing Aug 03 12:32:59 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 2049. Aug 03 12:32:59 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[50101]: This container is intended for podman CI testing Aug 03 12:32:59 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 2054. Aug 03 12:32:59 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[50136]: This container is intended for podman CI testing Aug 03 12:32:59 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 2059. Aug 03 12:32:59 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[50224]: This container is intended for podman CI testing Aug 03 12:33:00 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[50222]: ansible-stat Invoked with path=/run/user/2001 follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Aug 03 12:33:00 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 2064. Aug 03 12:33:00 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[50239]: This container is intended for podman CI testing Aug 03 12:33:00 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 2069. Aug 03 12:33:00 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[50273]: This container is intended for podman CI testing Aug 03 12:33:00 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 2074. Aug 03 12:33:00 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[50344]: This container is intended for podman CI testing Aug 03 12:33:00 ip-10-31-14-42.us-east-1.aws.redhat.com conmon[50344]: conmon 579723fec51404320047 : Failed to open cgroups file: /sys/fs/cgroup/user.slice/user-2001.slice/user@2001.service/user.slice/user-libpod_pod_758ec886f9d76040ec9b26507c886284db7d714fc656feffa8297d81ed1fddd2.slice/libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope/container/memory.events Aug 03 12:33:00 ip-10-31-14-42.us-east-1.aws.redhat.com sudo[50430]: root : TTY=pts/0 ; PWD=/root ; USER=auth_test_user1 ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-nshjzappshexnrqriphrzptuqppuaxnr ; XDG_RUNTIME_DIR=/run/user/2001 /usr/bin/python3.12 /var/tmp/ansible-tmp-1722702780.313982-9669-25161277474739/AnsiballZ_systemd.py' Aug 03 12:33:00 ip-10-31-14-42.us-east-1.aws.redhat.com sudo[50430]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-50430) opened. Aug 03 12:33:00 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 2079. Aug 03 12:33:00 ip-10-31-14-42.us-east-1.aws.redhat.com sudo[50430]: pam_unix(sudo:session): session opened for user auth_test_user1(uid=2001) by root(uid=0) Aug 03 12:33:00 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[50432]: This container is intended for podman CI testing Aug 03 12:33:00 ip-10-31-14-42.us-east-1.aws.redhat.com conmon[50432]: conmon 579723fec51404320047 : Failed to open cgroups file: /sys/fs/cgroup/user.slice/user-2001.slice/user@2001.service/user.slice/user-libpod_pod_758ec886f9d76040ec9b26507c886284db7d714fc656feffa8297d81ed1fddd2.slice/libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope/container/memory.events Aug 03 12:33:00 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 2084. Aug 03 12:33:00 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[50449]: This container is intended for podman CI testing Aug 03 12:33:00 ip-10-31-14-42.us-east-1.aws.redhat.com conmon[50449]: conmon 579723fec51404320047 : Failed to open cgroups file: /sys/fs/cgroup/user.slice/user-2001.slice/user@2001.service/user.slice/user-libpod_pod_758ec886f9d76040ec9b26507c886284db7d714fc656feffa8297d81ed1fddd2.slice/libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope/container/memory.events Aug 03 12:33:00 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[50437]: ansible-systemd Invoked with name=podman-kube@-home-auth_test_user1-.config-containers-ansible\x2dkubernetes.d-auth_test_1_kube.yml.service scope=user state=stopped enabled=False daemon_reload=False daemon_reexec=False no_block=False force=None masked=None Aug 03 12:33:00 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Reload requested from client PID 50463 ('systemctl')... Aug 03 12:33:00 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Reloading... Aug 03 12:33:01 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Reloading finished in 59 ms. Aug 03 12:33:01 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Stopping podman-kube@-home-auth_test_user1-.config-containers-ansible\x2dkubernetes.d-auth_test_1_kube.yml.service - A template for running K8s workloads via podman-kube-play... ░░ Subject: A stop job for unit UNIT has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit UNIT has begun execution. ░░ ░░ The job identifier is 2089. Aug 03 12:33:01 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started libpod-579723fec51404320047ef0e7ae852041d4ea65ffe12b2c913d95fbf7868b42d.scope - libcrun container. ░░ 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 2090. Aug 03 12:33:01 ip-10-31-14-42.us-east-1.aws.redhat.com auth_test_1_kube-auth_test_1_kube[50478]: This container is intended for podman CI testing Aug 03 12:33:01 ip-10-31-14-42.us-east-1.aws.redhat.com kernel: podman1: port 1(veth0) entered disabled state Aug 03 12:33:01 ip-10-31-14-42.us-east-1.aws.redhat.com kernel: veth0 (unregistering): left allmulticast mode Aug 03 12:33:01 ip-10-31-14-42.us-east-1.aws.redhat.com kernel: veth0 (unregistering): left promiscuous mode Aug 03 12:33:01 ip-10-31-14-42.us-east-1.aws.redhat.com kernel: podman1: port 1(veth0) entered disabled state Aug 03 12:33:01 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Removed slice user-libpod_pod_758ec886f9d76040ec9b26507c886284db7d714fc656feffa8297d81ed1fddd2.slice - cgroup user-libpod_pod_758ec886f9d76040ec9b26507c886284db7d714fc656feffa8297d81ed1fddd2.slice. ░░ Subject: A stop job for unit UNIT has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit UNIT has finished. ░░ ░░ The job identifier is 2095 and the job result is done. Aug 03 12:33:01 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: user-libpod_pod_758ec886f9d76040ec9b26507c886284db7d714fc656feffa8297d81ed1fddd2.slice: Failed to open /run/user/2001/systemd/transient/user-libpod_pod_758ec886f9d76040ec9b26507c886284db7d714fc656feffa8297d81ed1fddd2.slice: No such file or directory Aug 03 12:33:01 ip-10-31-14-42.us-east-1.aws.redhat.com podman[50477]: Pods stopped: Aug 03 12:33:01 ip-10-31-14-42.us-east-1.aws.redhat.com podman[50477]: 758ec886f9d76040ec9b26507c886284db7d714fc656feffa8297d81ed1fddd2 Aug 03 12:33:01 ip-10-31-14-42.us-east-1.aws.redhat.com podman[50477]: Pods removed: Aug 03 12:33:01 ip-10-31-14-42.us-east-1.aws.redhat.com podman[50477]: Error: removing pod 758ec886f9d76040ec9b26507c886284db7d714fc656feffa8297d81ed1fddd2 cgroup: removing pod 758ec886f9d76040ec9b26507c886284db7d714fc656feffa8297d81ed1fddd2 cgroup: Unit user-libpod_pod_758ec886f9d76040ec9b26507c886284db7d714fc656feffa8297d81ed1fddd2.slice not loaded. Aug 03 12:33:01 ip-10-31-14-42.us-east-1.aws.redhat.com podman[50477]: Secrets removed: Aug 03 12:33:01 ip-10-31-14-42.us-east-1.aws.redhat.com podman[50477]: Error: %!s() Aug 03 12:33:01 ip-10-31-14-42.us-east-1.aws.redhat.com podman[50477]: Volumes removed: Aug 03 12:33:01 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Stopped podman-kube@-home-auth_test_user1-.config-containers-ansible\x2dkubernetes.d-auth_test_1_kube.yml.service - A template for running K8s workloads via podman-kube-play. ░░ Subject: A stop job for unit UNIT has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit UNIT has finished. ░░ ░░ The job identifier is 2089 and the job result is done. Aug 03 12:33:01 ip-10-31-14-42.us-east-1.aws.redhat.com sudo[50430]: pam_unix(sudo:session): session closed for user auth_test_user1 Aug 03 12:33:01 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[50638]: ansible-stat Invoked with path=/home/auth_test_user1/.config/containers/ansible-kubernetes.d/auth_test_1_kube.yml follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Aug 03 12:33:02 ip-10-31-14-42.us-east-1.aws.redhat.com sudo[50789]: root : TTY=pts/0 ; PWD=/root ; USER=auth_test_user1 ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-xioiebkuowrjkqmrddzbkevrbykqueqj ; XDG_RUNTIME_DIR=/run/user/2001 /usr/bin/python3.12 /var/tmp/ansible-tmp-1722702782.0439565-9687-103002028696698/AnsiballZ_podman_play.py' Aug 03 12:33:02 ip-10-31-14-42.us-east-1.aws.redhat.com sudo[50789]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-50789) opened. Aug 03 12:33:02 ip-10-31-14-42.us-east-1.aws.redhat.com sudo[50789]: pam_unix(sudo:session): session opened for user auth_test_user1(uid=2001) by root(uid=0) Aug 03 12:33:02 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[50792]: ansible-containers.podman.podman_play Invoked with state=absent kube_file=/home/auth_test_user1/.config/containers/ansible-kubernetes.d/auth_test_1_kube.yml executable=podman annotation=None authfile=None build=None cert_dir=None configmap=None context_dir=None seccomp_profile_root=None username=None password=NOT_LOGGING_PARAMETER log_driver=None log_opt=None network=None tls_verify=None debug=None quiet=None recreate=None userns=None log_level=None quadlet_dir=None quadlet_filename=None quadlet_options=None Aug 03 12:33:02 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[50792]: ansible-containers.podman.podman_play version: 5.1.2, kube file /home/auth_test_user1/.config/containers/ansible-kubernetes.d/auth_test_1_kube.yml Aug 03 12:33:02 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started podman-50799.scope. ░░ 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 2096. Aug 03 12:33:02 ip-10-31-14-42.us-east-1.aws.redhat.com sudo[50789]: pam_unix(sudo:session): session closed for user auth_test_user1 Aug 03 12:33:02 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[50918]: ansible-file Invoked with path=/home/auth_test_user1/.config/containers/ansible-kubernetes.d/auth_test_1_kube.yml 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 12:33:03 ip-10-31-14-42.us-east-1.aws.redhat.com sudo[51067]: root : TTY=pts/0 ; PWD=/root ; USER=auth_test_user1 ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-aypzwudsleoofiwjvofiqtvdsxyvvqbc ; XDG_RUNTIME_DIR=/run/user/2001 /usr/bin/python3.12 /var/tmp/ansible-tmp-1722702783.052425-9705-107095473593737/AnsiballZ_command.py' Aug 03 12:33:03 ip-10-31-14-42.us-east-1.aws.redhat.com sudo[51067]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-51067) opened. Aug 03 12:33:03 ip-10-31-14-42.us-east-1.aws.redhat.com sudo[51067]: pam_unix(sudo:session): session opened for user auth_test_user1(uid=2001) by root(uid=0) Aug 03 12:33:03 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[51070]: ansible-ansible.legacy.command Invoked with _raw_params=podman image prune -f _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 12:33:03 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started podman-51071.scope. ░░ 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 2100. Aug 03 12:33:03 ip-10-31-14-42.us-east-1.aws.redhat.com sudo[51067]: pam_unix(sudo:session): session closed for user auth_test_user1 Aug 03 12:33:04 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[51190]: ansible-getent Invoked with database=group key=2001 fail_key=False service=None split=None Aug 03 12:33:05 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[51304]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Aug 03 12:33:05 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[51419]: ansible-ansible.legacy.command Invoked with _raw_params=getsubids auth_test_user1 _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 12:33:05 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[51533]: ansible-ansible.legacy.command Invoked with _raw_params=getsubids -g auth_test_user1 _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 12:33:06 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[51647]: ansible-stat Invoked with path=/run/user/2001 follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Aug 03 12:33:07 ip-10-31-14-42.us-east-1.aws.redhat.com sudo[51798]: root : TTY=pts/0 ; PWD=/root ; USER=auth_test_user1 ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-rkkavinduoothzmjzzodsxdmlqzswsak ; XDG_RUNTIME_DIR=/run/user/2001 /usr/bin/python3.12 /var/tmp/ansible-tmp-1722702786.993423-9782-59369615215110/AnsiballZ_systemd.py' Aug 03 12:33:07 ip-10-31-14-42.us-east-1.aws.redhat.com sudo[51798]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-51798) opened. Aug 03 12:33:07 ip-10-31-14-42.us-east-1.aws.redhat.com sudo[51798]: pam_unix(sudo:session): session opened for user auth_test_user1(uid=2001) by root(uid=0) Aug 03 12:33:07 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[51801]: ansible-systemd Invoked with name=auth_test_1_quadlet.service scope=user state=stopped enabled=False force=True daemon_reload=False daemon_reexec=False no_block=False masked=None Aug 03 12:33:07 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Reload requested from client PID 51804 ('systemctl')... Aug 03 12:33:07 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Reloading... Aug 03 12:33:07 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Reloading finished in 53 ms. Aug 03 12:33:07 ip-10-31-14-42.us-east-1.aws.redhat.com sudo[51798]: pam_unix(sudo:session): session closed for user auth_test_user1 Aug 03 12:33:07 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[51926]: ansible-stat Invoked with path=/home/auth_test_user1/.config/containers/systemd/auth_test_1_quadlet.container follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Aug 03 12:33:08 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[52154]: ansible-file Invoked with path=/home/auth_test_user1/.config/containers/systemd/auth_test_1_quadlet.container 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 12:33:09 ip-10-31-14-42.us-east-1.aws.redhat.com sudo[52303]: root : TTY=pts/0 ; PWD=/root ; USER=auth_test_user1 ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-xfluvkiyypmehejpporvbcxvzizenroz ; XDG_RUNTIME_DIR=/run/user/2001 /usr/bin/python3.12 /var/tmp/ansible-tmp-1722702789.0426822-9820-120011858228005/AnsiballZ_systemd.py' Aug 03 12:33:09 ip-10-31-14-42.us-east-1.aws.redhat.com sudo[52303]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-52303) opened. Aug 03 12:33:09 ip-10-31-14-42.us-east-1.aws.redhat.com sudo[52303]: pam_unix(sudo:session): session opened for user auth_test_user1(uid=2001) by root(uid=0) Aug 03 12:33:09 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[52306]: ansible-systemd Invoked with daemon_reload=True scope=user daemon_reexec=False no_block=False name=None state=None enabled=None force=None masked=None Aug 03 12:33:09 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Reload requested from client PID 52307 ('systemctl')... Aug 03 12:33:09 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Reloading... Aug 03 12:33:09 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Reloading finished in 51 ms. Aug 03 12:33:09 ip-10-31-14-42.us-east-1.aws.redhat.com sudo[52303]: pam_unix(sudo:session): session closed for user auth_test_user1 Aug 03 12:33:09 ip-10-31-14-42.us-east-1.aws.redhat.com sudo[52465]: root : TTY=pts/0 ; PWD=/root ; USER=auth_test_user1 ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-oxpvwulgifgdsprokfsstfsbiyjrbglz ; XDG_RUNTIME_DIR=/run/user/2001 /usr/bin/python3.12 /var/tmp/ansible-tmp-1722702789.7258472-9830-197990275515422/AnsiballZ_command.py' Aug 03 12:33:09 ip-10-31-14-42.us-east-1.aws.redhat.com sudo[52465]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-52465) opened. Aug 03 12:33:09 ip-10-31-14-42.us-east-1.aws.redhat.com sudo[52465]: pam_unix(sudo:session): session opened for user auth_test_user1(uid=2001) by root(uid=0) Aug 03 12:33:10 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started podman-52469.scope. ░░ 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 2104. Aug 03 12:33:10 ip-10-31-14-42.us-east-1.aws.redhat.com sudo[52465]: pam_unix(sudo:session): session closed for user auth_test_user1 Aug 03 12:33:11 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[52589]: ansible-stat Invoked with path=/run/user/2001 follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Aug 03 12:33:11 ip-10-31-14-42.us-east-1.aws.redhat.com sudo[52740]: root : TTY=pts/0 ; PWD=/root ; USER=auth_test_user1 ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-cpyyftieprvjdesstujatjuiusvxjbqt ; XDG_RUNTIME_DIR=/run/user/2001 /usr/bin/python3.12 /var/tmp/ansible-tmp-1722702791.4304674-9865-88796069269464/AnsiballZ_podman_container_info.py' Aug 03 12:33:11 ip-10-31-14-42.us-east-1.aws.redhat.com sudo[52740]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-52740) opened. Aug 03 12:33:11 ip-10-31-14-42.us-east-1.aws.redhat.com sudo[52740]: pam_unix(sudo:session): session opened for user auth_test_user1(uid=2001) by root(uid=0) Aug 03 12:33:11 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[52743]: ansible-containers.podman.podman_container_info Invoked with executable=podman name=None Aug 03 12:33:11 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started podman-52744.scope. ░░ 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 2108. Aug 03 12:33:11 ip-10-31-14-42.us-east-1.aws.redhat.com sudo[52740]: pam_unix(sudo:session): session closed for user auth_test_user1 Aug 03 12:33:12 ip-10-31-14-42.us-east-1.aws.redhat.com sudo[52899]: root : TTY=pts/0 ; PWD=/root ; USER=auth_test_user1 ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-bmnwyjorqwshbvrrwqgxlwreilqaafzi ; XDG_RUNTIME_DIR=/run/user/2001 /usr/bin/python3.12 /var/tmp/ansible-tmp-1722702792.029755-9875-20326686701925/AnsiballZ_command.py' Aug 03 12:33:12 ip-10-31-14-42.us-east-1.aws.redhat.com sudo[52899]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-52899) opened. Aug 03 12:33:12 ip-10-31-14-42.us-east-1.aws.redhat.com sudo[52899]: pam_unix(sudo:session): session opened for user auth_test_user1(uid=2001) by root(uid=0) Aug 03 12:33:12 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[52902]: ansible-ansible.legacy.command Invoked with _raw_params=podman network ls -q _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 12:33:12 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started podman-52903.scope. ░░ 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 2112. Aug 03 12:33:12 ip-10-31-14-42.us-east-1.aws.redhat.com sudo[52899]: pam_unix(sudo:session): session closed for user auth_test_user1 Aug 03 12:33:12 ip-10-31-14-42.us-east-1.aws.redhat.com sudo[53058]: root : TTY=pts/0 ; PWD=/root ; USER=auth_test_user1 ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-fjuinvamvpeywmbkhidcugqwizydspgo ; XDG_RUNTIME_DIR=/run/user/2001 /usr/bin/python3.12 /var/tmp/ansible-tmp-1722702792.5320153-9885-37889111993078/AnsiballZ_command.py' Aug 03 12:33:12 ip-10-31-14-42.us-east-1.aws.redhat.com sudo[53058]: pam_systemd(sudo:session): New sd-bus connection (system-bus-pam-systemd-53058) opened. Aug 03 12:33:12 ip-10-31-14-42.us-east-1.aws.redhat.com sudo[53058]: pam_unix(sudo:session): session opened for user auth_test_user1(uid=2001) by root(uid=0) Aug 03 12:33:12 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[53061]: ansible-ansible.legacy.command Invoked with _raw_params=podman secret ls -n -q _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 12:33:12 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Started podman-53062.scope. ░░ 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 2116. Aug 03 12:33:12 ip-10-31-14-42.us-east-1.aws.redhat.com sudo[53058]: pam_unix(sudo:session): session closed for user auth_test_user1 Aug 03 12:33:13 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[53181]: ansible-ansible.legacy.command Invoked with removes=/var/lib/systemd/linger/auth_test_user1 _raw_params=loginctl disable-linger auth_test_user1 _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None stdin=None Aug 03 12:33:13 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[53295]: ansible-ansible.legacy.command Invoked with _raw_params=loginctl show-user -P State auth_test_user1 _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 12:33:19 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[53409]: ansible-ansible.legacy.command Invoked with _raw_params=loginctl show-user -P State auth_test_user1 _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 12:33:24 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[53523]: ansible-ansible.legacy.command Invoked with _raw_params=loginctl show-user -P State auth_test_user1 _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 12:33:29 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[53637]: ansible-ansible.legacy.command Invoked with _raw_params=loginctl show-user -P State auth_test_user1 _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 12:33:30 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[53751]: ansible-ansible.legacy.systemd Invoked with name=systemd-logind state=stopped daemon_reload=False daemon_reexec=False scope=system no_block=False enabled=None force=None masked=None Aug 03 12:33:30 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[1]: Stopping systemd-logind.service - User Login Management... ░░ Subject: A stop job for unit systemd-logind.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit systemd-logind.service has begun execution. ░░ ░░ The job identifier is 4994. Aug 03 12:33:30 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[1]: systemd-logind.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit systemd-logind.service has successfully entered the 'dead' state. Aug 03 12:33:30 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[1]: Stopped systemd-logind.service - User Login Management. ░░ Subject: A stop job for unit systemd-logind.service has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit systemd-logind.service has finished. ░░ ░░ The job identifier is 4994 and the job result is done. Aug 03 12:33:30 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[53880]: ansible-ansible.legacy.command Invoked with _raw_params=loginctl show-user -P State auth_test_user1 _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 12:33:30 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm... ░░ Subject: A start job for unit modprobe@drm.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit modprobe@drm.service has begun execution. ░░ ░░ The job identifier is 5074. Aug 03 12:33:30 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[1]: modprobe@drm.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit modprobe@drm.service has successfully entered the 'dead' state. Aug 03 12:33:30 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm. ░░ Subject: A start job for unit modprobe@drm.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit modprobe@drm.service has finished successfully. ░░ ░░ The job identifier is 5074. Aug 03 12:33:30 ip-10-31-14-42.us-east-1.aws.redhat.com 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 4995. Aug 03 12:33:30 ip-10-31-14-42.us-east-1.aws.redhat.com systemd-logind[53884]: 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 12:33:30 ip-10-31-14-42.us-east-1.aws.redhat.com systemd-logind[53884]: Watching system buttons on /dev/input/event0 (Power Button) Aug 03 12:33:30 ip-10-31-14-42.us-east-1.aws.redhat.com systemd-logind[53884]: Watching system buttons on /dev/input/event1 (Sleep Button) Aug 03 12:33:30 ip-10-31-14-42.us-east-1.aws.redhat.com systemd-logind[53884]: Watching system buttons on /dev/input/event2 (AT Translated Set 2 keyboard) Aug 03 12:33:31 ip-10-31-14-42.us-east-1.aws.redhat.com 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 4995. Aug 03 12:33:36 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[53997]: ansible-ansible.legacy.command Invoked with _raw_params=loginctl show-user -P State auth_test_user1 _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 12:33:41 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[1]: Stopping user@2001.service - User Manager for UID 2001... ░░ Subject: A stop job for unit user@2001.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit user@2001.service has begun execution. ░░ ░░ The job identifier is 5234. Aug 03 12:33:41 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[1]: Stopping session-3.scope - Session 3 of User root... ░░ Subject: A stop job for unit session-3.scope has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit session-3.scope has begun execution. ░░ ░░ The job identifier is 5236. Aug 03 12:33:41 ip-10-31-14-42.us-east-1.aws.redhat.com sshd-session[3781]: error: mm_reap: preauth child terminated by signal 15 Aug 03 12:33:41 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Activating special unit exit.target... Aug 03 12:33:41 ip-10-31-14-42.us-east-1.aws.redhat.com sshd-session[5650]: error: mm_reap: preauth child terminated by signal 15 Aug 03 12:33:41 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[1]: Stopping session-5.scope - Session 5 of User root... ░░ Subject: A stop job for unit session-5.scope has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit session-5.scope has begun execution. ░░ ░░ The job identifier is 5237. Aug 03 12:33:41 ip-10-31-14-42.us-east-1.aws.redhat.com sshd-session[3781]: pam_systemd(sshd:session): New sd-bus connection (system-bus-pam-systemd-3781) opened. Aug 03 12:33:41 ip-10-31-14-42.us-east-1.aws.redhat.com sshd-session[5650]: pam_systemd(sshd:session): New sd-bus connection (system-bus-pam-systemd-5650) opened. Aug 03 12:33:41 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Stopping podman-pause-890814df.scope... ░░ Subject: A stop job for unit UNIT has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit UNIT has begun execution. ░░ ░░ The job identifier is 2137. Aug 03 12:33:41 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Removed slice app-podman\x2dkube.slice - Slice /app/podman-kube. ░░ Subject: A stop job for unit UNIT has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit UNIT has finished. ░░ ░░ The job identifier is 2126 and the job result is done. Aug 03 12:33:41 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Stopped target default.target - Main User Target. ░░ Subject: A stop job for unit UNIT has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit UNIT has finished. ░░ ░░ The job identifier is 2140 and the job result is done. Aug 03 12:33:41 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Stopped target basic.target - Basic System. ░░ Subject: A stop job for unit UNIT has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit UNIT has finished. ░░ ░░ The job identifier is 2139 and the job result is done. Aug 03 12:33:41 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Stopped target paths.target - Paths. ░░ Subject: A stop job for unit UNIT has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit UNIT has finished. ░░ ░░ The job identifier is 2138 and the job result is done. Aug 03 12:33:41 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Stopped target sockets.target - Sockets. ░░ Subject: A stop job for unit UNIT has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit UNIT has finished. ░░ ░░ The job identifier is 2133 and the job result is done. Aug 03 12:33:41 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Stopped target timers.target - Timers. ░░ Subject: A stop job for unit UNIT has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit UNIT has finished. ░░ ░░ The job identifier is 2134 and the job result is done. Aug 03 12:33:41 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Stopped grub-boot-success.timer - Mark boot as successful after the user session has run 2 minutes. ░░ Subject: A stop job for unit UNIT has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit UNIT has finished. ░░ ░░ The job identifier is 2131 and the job result is done. Aug 03 12:33:41 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Stopped systemd-tmpfiles-clean.timer - Daily Cleanup of User's Temporary Directories. ░░ Subject: A stop job for unit UNIT has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit UNIT has finished. ░░ ░░ The job identifier is 2123 and the job result is done. Aug 03 12:33:41 ip-10-31-14-42.us-east-1.aws.redhat.com dbus-broker[35402]: Dispatched 15432 messages @ 6(±9)μs / message. ░░ Subject: Dispatched 15432 messages ░░ Defined-By: dbus-broker ░░ Support: https://groups.google.com/forum/#!forum/bus1-devel ░░ ░░ This message is printed by dbus-broker when shutting down. It includes metric ░░ information collected during the runtime of dbus-broker. ░░ ░░ The message lists the number of dispatched messages ░░ (in this case 15432) as well as the mean time to ░░ handling a single message. The time measurements exclude the time spent on ░░ writing to and reading from the kernel. Aug 03 12:33:41 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Stopping dbus-broker.service - D-Bus User Message Bus... ░░ Subject: A stop job for unit UNIT has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit UNIT has begun execution. ░░ ░░ The job identifier is 2125. Aug 03 12:33:41 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Stopped systemd-tmpfiles-setup.service - Create User Files and Directories. ░░ Subject: A stop job for unit UNIT has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit UNIT has finished. ░░ ░░ The job identifier is 2128 and the job result is done. Aug 03 12:33:41 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Stopped podman-pause-890814df.scope. ░░ Subject: A stop job for unit UNIT has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit UNIT has finished. ░░ ░░ The job identifier is 2137 and the job result is done. Aug 03 12:33:41 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Stopped dbus-broker.service - D-Bus User Message Bus. ░░ Subject: A stop job for unit UNIT has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit UNIT has finished. ░░ ░░ The job identifier is 2125 and the job result is done. Aug 03 12:33:41 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Removed slice session.slice - User Core Session Slice. ░░ Subject: A stop job for unit UNIT has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit UNIT has finished. ░░ ░░ The job identifier is 2124 and the job result is done. Aug 03 12:33:41 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Removed slice user.slice - Slice /user. ░░ Subject: A stop job for unit UNIT has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit UNIT has finished. ░░ ░░ The job identifier is 2136 and the job result is done. Aug 03 12:33:41 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Closed dbus.socket - D-Bus User Message Bus Socket. ░░ Subject: A stop job for unit UNIT has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit UNIT has finished. ░░ ░░ The job identifier is 2129 and the job result is done. Aug 03 12:33:41 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Removed slice app.slice - User Application Slice. ░░ Subject: A stop job for unit UNIT has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit UNIT has finished. ░░ ░░ The job identifier is 2127 and the job result is done. Aug 03 12:33:41 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Reached target shutdown.target - Shutdown. ░░ 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 2122. Aug 03 12:33:41 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Finished systemd-exit.service - Exit the Session. ░░ 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 2121. Aug 03 12:33:41 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[35219]: Reached target exit.target - Exit the Session. ░░ 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 2120. Aug 03 12:33:41 ip-10-31-14-42.us-east-1.aws.redhat.com sshd-session[5650]: pam_systemd(sshd:session): Failed to release session: No session '5' known Aug 03 12:33:41 ip-10-31-14-42.us-east-1.aws.redhat.com sshd-session[5650]: pam_unix(sshd:session): session closed for user root Aug 03 12:33:41 ip-10-31-14-42.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 12:33:41 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[1]: Stopped session-5.scope - Session 5 of User root. ░░ Subject: A stop job for unit session-5.scope has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit session-5.scope has finished. ░░ ░░ The job identifier is 5237 and the job result is done. Aug 03 12:33:41 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[1]: user@2001.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit user@2001.service has successfully entered the 'dead' state. Aug 03 12:33:41 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[1]: Stopped user@2001.service - User Manager for UID 2001. ░░ Subject: A stop job for unit user@2001.service has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit user@2001.service has finished. ░░ ░░ The job identifier is 5234 and the job result is done. Aug 03 12:33:41 ip-10-31-14-42.us-east-1.aws.redhat.com sshd-session[3781]: pam_systemd(sshd:session): Failed to release session: No session '3' known Aug 03 12:33:41 ip-10-31-14-42.us-east-1.aws.redhat.com sshd-session[3781]: pam_unix(sshd:session): session closed for user root Aug 03 12:33:41 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[1]: Stopping user-runtime-dir@2001.service - User Runtime Directory /run/user/2001... ░░ Subject: A stop job for unit user-runtime-dir@2001.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit user-runtime-dir@2001.service has begun execution. ░░ ░░ The job identifier is 5233. Aug 03 12:33:41 ip-10-31-14-42.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 12:33:41 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[1]: Stopped session-3.scope - Session 3 of User root. ░░ Subject: A stop job for unit session-3.scope has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit session-3.scope has finished. ░░ ░░ The job identifier is 5236 and the job result is done. Aug 03 12:33:41 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[1]: Stopping user@0.service - User Manager for UID 0... ░░ Subject: A stop job for unit user@0.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit user@0.service has begun execution. ░░ ░░ The job identifier is 5238. Aug 03 12:33:41 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[3738]: Activating special unit exit.target... Aug 03 12:33:41 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[3738]: Removed slice background.slice - User Background Tasks Slice. ░░ Subject: A stop job for unit UNIT has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit UNIT has finished. ░░ ░░ The job identifier is 25 and the job result is done. Aug 03 12:33:41 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[3738]: Stopped target default.target - Main User Target. ░░ Subject: A stop job for unit UNIT has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit UNIT has finished. ░░ ░░ The job identifier is 33 and the job result is done. Aug 03 12:33:41 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[3738]: Stopped target basic.target - Basic System. ░░ Subject: A stop job for unit UNIT has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit UNIT has finished. ░░ ░░ The job identifier is 32 and the job result is done. Aug 03 12:33:41 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[3738]: Stopped target paths.target - Paths. ░░ Subject: A stop job for unit UNIT has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit UNIT has finished. ░░ ░░ The job identifier is 29 and the job result is done. Aug 03 12:33:41 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[3738]: Stopped target sockets.target - Sockets. ░░ Subject: A stop job for unit UNIT has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit UNIT has finished. ░░ ░░ The job identifier is 34 and the job result is done. Aug 03 12:33:41 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[3738]: Stopped target timers.target - Timers. ░░ Subject: A stop job for unit UNIT has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit UNIT has finished. ░░ ░░ The job identifier is 27 and the job result is done. Aug 03 12:33:41 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[3738]: Stopped systemd-tmpfiles-clean.timer - Daily Cleanup of User's Temporary Directories. ░░ Subject: A stop job for unit UNIT has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit UNIT has finished. ░░ ░░ The job identifier is 22 and the job result is done. Aug 03 12:33:41 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[3738]: Closed dbus.socket - D-Bus User Message Bus Socket. ░░ Subject: A stop job for unit UNIT has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit UNIT has finished. ░░ ░░ The job identifier is 23 and the job result is done. Aug 03 12:33:41 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[3738]: Stopped systemd-tmpfiles-setup.service - Create User Files and Directories. ░░ Subject: A stop job for unit UNIT has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit UNIT has finished. ░░ ░░ The job identifier is 20 and the job result is done. Aug 03 12:33:41 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[3738]: Removed slice app.slice - User Application Slice. ░░ Subject: A stop job for unit UNIT has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit UNIT has finished. ░░ ░░ The job identifier is 30 and the job result is done. Aug 03 12:33:41 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[3738]: Reached target shutdown.target - Shutdown. ░░ 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 19. Aug 03 12:33:41 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[3738]: Finished systemd-exit.service - Exit the Session. ░░ 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 12:33:41 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[3738]: Reached target exit.target - Exit the Session. ░░ 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 17. Aug 03 12:33:41 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[1]: run-user-2001.mount: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit run-user-2001.mount has successfully entered the 'dead' state. Aug 03 12:33:41 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[1]: user-runtime-dir@2001.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit user-runtime-dir@2001.service has successfully entered the 'dead' state. Aug 03 12:33:41 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[1]: Stopped user-runtime-dir@2001.service - User Runtime Directory /run/user/2001. ░░ Subject: A stop job for unit user-runtime-dir@2001.service has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit user-runtime-dir@2001.service has finished. ░░ ░░ The job identifier is 5233 and the job result is done. Aug 03 12:33:41 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[1]: user@0.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit user@0.service has successfully entered the 'dead' state. Aug 03 12:33:41 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[1]: Stopped user@0.service - User Manager for UID 0. ░░ Subject: A stop job for unit user@0.service has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit user@0.service has finished. ░░ ░░ The job identifier is 5238 and the job result is done. Aug 03 12:33:41 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[1]: Removed slice user-2001.slice - User Slice of UID 2001. ░░ Subject: A stop job for unit user-2001.slice has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit user-2001.slice has finished. ░░ ░░ The job identifier is 5239 and the job result is done. Aug 03 12:33:41 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[1]: Stopping user-runtime-dir@0.service - User Runtime Directory /run/user/0... ░░ Subject: A stop job for unit user-runtime-dir@0.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit user-runtime-dir@0.service has begun execution. ░░ ░░ The job identifier is 5235. Aug 03 12:33:41 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[1]: run-user-0.mount: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit run-user-0.mount has successfully entered the 'dead' state. Aug 03 12:33:41 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[1]: user-runtime-dir@0.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit user-runtime-dir@0.service has successfully entered the 'dead' state. Aug 03 12:33:41 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[1]: Stopped user-runtime-dir@0.service - User Runtime Directory /run/user/0. ░░ Subject: A stop job for unit user-runtime-dir@0.service has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit user-runtime-dir@0.service has finished. ░░ ░░ The job identifier is 5235 and the job result is done. Aug 03 12:33:41 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[1]: Removed slice user-0.slice - User Slice of UID 0. ░░ Subject: A stop job for unit user-0.slice has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit user-0.slice has finished. ░░ ░░ The job identifier is 5241 and the job result is done. Aug 03 12:33:41 ip-10-31-14-42.us-east-1.aws.redhat.com sshd-session[54024]: Accepted publickey for root from 10.31.15.56 port 58900 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Aug 03 12:33:41 ip-10-31-14-42.us-east-1.aws.redhat.com sshd-session[54024]: pam_systemd(sshd:session): New sd-bus connection (system-bus-pam-systemd-54024) opened. Aug 03 12:33:41 ip-10-31-14-42.us-east-1.aws.redhat.com systemd-logind[53884]: New session 7 of user root. ░░ Subject: A new session 7 has been created for user root ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A new session with the ID 7 has been created for the user root. ░░ ░░ The leading process of the session is 54024. Aug 03 12:33:41 ip-10-31-14-42.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 5244. Aug 03 12:33:41 ip-10-31-14-42.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 5243. Aug 03 12:33:41 ip-10-31-14-42.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 5243. Aug 03 12:33:41 ip-10-31-14-42.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 5322. Aug 03 12:33:41 ip-10-31-14-42.us-east-1.aws.redhat.com systemd-logind[53884]: New session 8 of user root. ░░ Subject: A new session 8 has been created for user root ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A new session with the ID 8 has been created for the user root. ░░ ░░ The leading process of the session is 54029. Aug 03 12:33:41 ip-10-31-14-42.us-east-1.aws.redhat.com (systemd)[54029]: pam_unix(systemd-user:session): session opened for user root(uid=0) by root(uid=0) Aug 03 12:33:41 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[54029]: Queued start job for default target default.target. Aug 03 12:33:41 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[54029]: 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 12:33:41 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[54029]: 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 10. Aug 03 12:33:41 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[54029]: 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 11. Aug 03 12:33:41 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[54029]: 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 12. Aug 03 12:33:41 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[54029]: 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 9. Aug 03 12:33:41 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[54029]: 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 12:33:41 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[54029]: 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 12:33:41 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[54029]: 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 12:33:41 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[54029]: 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 12:33:41 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[54029]: 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 12:33:41 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[54029]: 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 12:33:41 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[54029]: 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 12:33:41 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[54029]: Startup finished in 129ms. ░░ 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 129592 microseconds. Aug 03 12:33:41 ip-10-31-14-42.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 5322. Aug 03 12:33:41 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[1]: Started session-7.scope - Session 7 of User root. ░░ Subject: A start job for unit session-7.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-7.scope has finished successfully. ░░ ░░ The job identifier is 5402. Aug 03 12:33:41 ip-10-31-14-42.us-east-1.aws.redhat.com sshd-session[54024]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) Aug 03 12:33:43 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[54140]: ansible-ansible.legacy.command Invoked with _raw_params=loginctl show-user -P State auth_test_user1 _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 12:33:43 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[54254]: ansible-getent Invoked with database=group key=2001 fail_key=False service=None split=None Aug 03 12:33:44 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[54368]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Aug 03 12:33:44 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[54483]: ansible-ansible.legacy.command Invoked with _raw_params=getsubids auth_test_user1 _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 12:33:45 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[54597]: ansible-ansible.legacy.command Invoked with _raw_params=getsubids -g auth_test_user1 _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 12:33:47 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[54937]: ansible-getent Invoked with database=group key=2001 fail_key=False service=None split=None Aug 03 12:33:47 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[55051]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Aug 03 12:33:48 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[55166]: ansible-ansible.legacy.command Invoked with _raw_params=getsubids auth_test_user1 _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 12:33:48 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[55280]: ansible-ansible.legacy.command Invoked with _raw_params=getsubids -g auth_test_user1 _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 12:33:51 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[55959]: ansible-user Invoked with name=auth_test_user1 state=absent 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-14-42.us-east-1.aws.redhat.com update_password=always uid=None 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 12:33:51 ip-10-31-14-42.us-east-1.aws.redhat.com userdel[55961]: delete user 'auth_test_user1' Aug 03 12:33:51 ip-10-31-14-42.us-east-1.aws.redhat.com userdel[55961]: removed group 'auth_test_user1' owned by 'auth_test_user1' Aug 03 12:33:51 ip-10-31-14-42.us-east-1.aws.redhat.com userdel[55961]: removed shadow group 'auth_test_user1' owned by 'auth_test_user1' Aug 03 12:33:51 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[56078]: ansible-file Invoked with path=/home/auth_test_user1 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 12:33:52 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[56191]: ansible-ansible.legacy.command Invoked with _raw_params=podman inspect podman_registry --format '{{range .}}{{range .Mounts}}{{if eq .Type "volume"}}{{.Name}}{{end}}{{end}}{{end}}' _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 12:33:53 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[56312]: ansible-ansible.legacy.command Invoked with _raw_params=podman rm -f podman_registry _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 12:33:53 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[1]: libpod-013db11df9aae6f51e45c9b05092ebe70be1a8fcfae7a3dd8983f137b43f909d.scope: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit libpod-013db11df9aae6f51e45c9b05092ebe70be1a8fcfae7a3dd8983f137b43f909d.scope has successfully entered the 'dead' state. Aug 03 12:33:53 ip-10-31-14-42.us-east-1.aws.redhat.com podman[56313]: 2024-08-03 12:33:53.063203341 -0400 EDT m=+0.046100167 container died 013db11df9aae6f51e45c9b05092ebe70be1a8fcfae7a3dd8983f137b43f909d (image=quay.io/libpod/registry:2.8.2, name=podman_registry) Aug 03 12:33:53 ip-10-31-14-42.us-east-1.aws.redhat.com kernel: podman0: port 1(veth0) entered disabled state Aug 03 12:33:53 ip-10-31-14-42.us-east-1.aws.redhat.com kernel: veth0 (unregistering): left allmulticast mode Aug 03 12:33:53 ip-10-31-14-42.us-east-1.aws.redhat.com kernel: veth0 (unregistering): left promiscuous mode Aug 03 12:33:53 ip-10-31-14-42.us-east-1.aws.redhat.com kernel: podman0: port 1(veth0) entered disabled state Aug 03 12:33:53 ip-10-31-14-42.us-east-1.aws.redhat.com NetworkManager[668]: [1722702833.1080] device (podman0): state change: activated -> unmanaged (reason 'unmanaged-external-down', sys-iface-state: 'external') Aug 03 12:33:53 ip-10-31-14-42.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 5484. Aug 03 12:33:53 ip-10-31-14-42.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 5484. Aug 03 12:33:53 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[1]: run-netns-netns\x2d1309bdfb\x2d6622\x2de4be\x2d1861\x2de28c62fcf323.mount: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit run-netns-netns\x2d1309bdfb\x2d6622\x2de4be\x2d1861\x2de28c62fcf323.mount has successfully entered the 'dead' state. Aug 03 12:33:53 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[1]: tmp-crun.1O43Jy.mount: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit tmp-crun.1O43Jy.mount has successfully entered the 'dead' state. Aug 03 12:33:53 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[1]: var-lib-containers-storage-overlay\x2dcontainers-013db11df9aae6f51e45c9b05092ebe70be1a8fcfae7a3dd8983f137b43f909d-userdata-shm.mount: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit var-lib-containers-storage-overlay\x2dcontainers-013db11df9aae6f51e45c9b05092ebe70be1a8fcfae7a3dd8983f137b43f909d-userdata-shm.mount has successfully entered the 'dead' state. Aug 03 12:33:53 ip-10-31-14-42.us-east-1.aws.redhat.com podman[56313]: 2024-08-03 12:33:53.210119208 -0400 EDT m=+0.193015797 container remove 013db11df9aae6f51e45c9b05092ebe70be1a8fcfae7a3dd8983f137b43f909d (image=quay.io/libpod/registry:2.8.2, name=podman_registry) Aug 03 12:33:53 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[1]: libpod-conmon-013db11df9aae6f51e45c9b05092ebe70be1a8fcfae7a3dd8983f137b43f909d.scope: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit libpod-conmon-013db11df9aae6f51e45c9b05092ebe70be1a8fcfae7a3dd8983f137b43f909d.scope has successfully entered the 'dead' state. Aug 03 12:33:53 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[56463]: ansible-ansible.legacy.command Invoked with _raw_params=podman volume rm 7cc7c36c83f7069a73fa77d6caa5c39cd9a3f97b2b7e0ac7c4cc39238828ccf2 _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 12:33:53 ip-10-31-14-42.us-east-1.aws.redhat.com podman[56464]: 2024-08-03 12:33:53.64466039 -0400 EDT m=+0.029751665 volume remove 7cc7c36c83f7069a73fa77d6caa5c39cd9a3f97b2b7e0ac7c4cc39238828ccf2 Aug 03 12:33:54 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[56584]: ansible-file Invoked with path=/tmp/lsr_f_3475r2_podman state=absent recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Aug 03 12:33:54 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[1]: var-lib-containers-storage-overlay-9c7b45eb4ca7ceb07e9a01cd4e576cbdfa57570defcc08ad64fbf20fefa36b1c-merged.mount: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit var-lib-containers-storage-overlay-9c7b45eb4ca7ceb07e9a01cd4e576cbdfa57570defcc08ad64fbf20fefa36b1c-merged.mount has successfully entered the 'dead' state. Aug 03 12:33:54 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[1]: var-lib-containers-storage-overlay.mount: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit var-lib-containers-storage-overlay.mount has successfully entered the 'dead' state. Aug 03 12:33:56 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[56734]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Aug 03 12:33:57 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[56876]: ansible-tempfile Invoked with state=directory prefix=lsr_ suffix=_podman path=None Aug 03 12:33:58 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[56989]: ansible-file Invoked with path=/tmp/lsr_ny7etxka_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 12:33:58 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[57102]: 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 ip-10-31-14-42.us-east-1.aws.redhat.com 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 12:33:58 ip-10-31-14-42.us-east-1.aws.redhat.com useradd[57104]: new group: name=podman_basic_user, GID=3001 Aug 03 12:33:58 ip-10-31-14-42.us-east-1.aws.redhat.com useradd[57104]: new user: name=podman_basic_user, UID=3001, GID=3001, home=/home/podman_basic_user, shell=/bin/bash, from=/dev/pts/0 Aug 03 12:34:00 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[57221]: ansible-file Invoked with path=/tmp/lsr_ny7etxka_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 12:34:00 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[57334]: ansible-file Invoked with path=/tmp/lsr_ny7etxka_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 12:34:00 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[57447]: ansible-file Invoked with path=/tmp/lsr_ny7etxka_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 12:34:01 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[57560]: ansible-ansible.legacy.stat Invoked with path=/tmp/lsr_ny7etxka_podman/httpd1/index.txt follow=False get_checksum=True get_size=False checksum_algorithm=sha1 get_mime=True get_attributes=True Aug 03 12:34:01 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[57650]: ansible-ansible.legacy.copy Invoked with dest=/tmp/lsr_ny7etxka_podman/httpd1/index.txt mode=0644 owner=podman_basic_user src=/root/.ansible/tmp/ansible-tmp-1722702841.065293-10333-149074362618220/.source.txt _original_basename=.ougv1ujs 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 12:34:02 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[57763]: ansible-ansible.legacy.stat Invoked with path=/tmp/lsr_ny7etxka_podman/httpd2/index.txt follow=False get_checksum=True get_size=False checksum_algorithm=sha1 get_mime=True get_attributes=True Aug 03 12:34:02 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[57853]: ansible-ansible.legacy.copy Invoked with dest=/tmp/lsr_ny7etxka_podman/httpd2/index.txt mode=0644 owner=root src=/root/.ansible/tmp/ansible-tmp-1722702841.751813-10333-11895416485125/.source.txt _original_basename=.jjc7lt36 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 12:34:02 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[57966]: ansible-ansible.legacy.stat Invoked with path=/tmp/lsr_ny7etxka_podman/httpd3/index.txt follow=False get_checksum=True get_size=False checksum_algorithm=sha1 get_mime=True get_attributes=True Aug 03 12:34:03 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[58056]: ansible-ansible.legacy.copy Invoked with dest=/tmp/lsr_ny7etxka_podman/httpd3/index.txt mode=0644 owner=root src=/root/.ansible/tmp/ansible-tmp-1722702842.4453468-10333-19467525628357/.source.txt _original_basename=.0sarpcm9 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 12:34:03 ip-10-31-14-42.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 12:34:03 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[58170]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Aug 03 12:34:05 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[58396]: 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 12:34:05 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[58515]: ansible-getent Invoked with database=passwd key=root fail_key=False service=None split=None Aug 03 12:34:06 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[58629]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None Aug 03 12:34:06 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[58743]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Aug 03 12:34:08 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[58858]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Aug 03 12:34:08 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[58971]: ansible-stat Invoked with path=/sbin/transactional-update follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Aug 03 12:34:09 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[59084]: 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 12:34:10 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[59198]: 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 12:34:11 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[59313]: 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 12:34:11 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[1]: Reload requested from client PID 59316 ('systemctl') (unit session-7.scope)... Aug 03 12:34:11 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[1]: Reloading... Aug 03 12:34:11 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[1]: Reloading finished in 218 ms. Aug 03 12:34:11 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[1]: Starting logrotate.service - Rotate log files... ░░ Subject: A start job for unit logrotate.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit logrotate.service has begun execution. ░░ ░░ The job identifier is 5562. Aug 03 12:34:11 ip-10-31-14-42.us-east-1.aws.redhat.com 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 5639. Aug 03 12:34:11 ip-10-31-14-42.us-east-1.aws.redhat.com logrotate[59369]: error: skipping "/var/log/sssd/*.log" because parent directory has insecure permissions (It's world writable or writable by group which is not "root") Set "su" directive in config file to tell logrotate which user/group should be used for rotation. Aug 03 12:34:11 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[1]: logrotate.service: Main process exited, code=exited, status=1/FAILURE ░░ Subject: Unit process exited ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ An ExecStart= process belonging to unit logrotate.service has exited. ░░ ░░ The process' exit code is 'exited' and its exit status is 1. Aug 03 12:34:11 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[1]: logrotate.service: Failed with result 'exit-code'. ░░ Subject: Unit failed ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit logrotate.service has entered the 'failed' state with result 'exit-code'. Aug 03 12:34:11 ip-10-31-14-42.us-east-1.aws.redhat.com systemd[1]: Failed to start logrotate.service - Rotate log files. ░░ Subject: A start job for unit logrotate.service has failed ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit logrotate.service has finished with a failure. ░░ ░░ The job identifier is 5562 and the job result is failed. Aug 03 12:34:12 ip-10-31-14-42.us-east-1.aws.redhat.com 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 5639. Aug 03 12:34:12 ip-10-31-14-42.us-east-1.aws.redhat.com 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 5722. Aug 03 12:34:12 ip-10-31-14-42.us-east-1.aws.redhat.com polkitd[59459]: Started polkitd version 124 Aug 03 12:34:12 ip-10-31-14-42.us-east-1.aws.redhat.com polkitd[59459]: Loading rules from directory /etc/polkit-1/rules.d Aug 03 12:34:12 ip-10-31-14-42.us-east-1.aws.redhat.com polkitd[59459]: Loading rules from directory /usr/share/polkit-1/rules.d Aug 03 12:34:12 ip-10-31-14-42.us-east-1.aws.redhat.com polkitd[59459]: Finished loading, compiling and executing 2 rules Aug 03 12:34:12 ip-10-31-14-42.us-east-1.aws.redhat.com 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 5722. Aug 03 12:34:12 ip-10-31-14-42.us-east-1.aws.redhat.com polkitd[59459]: Acquired the name org.freedesktop.PolicyKit1 on the system bus Aug 03 12:34:13 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[59522]: 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 12:34:13 ip-10-31-14-42.us-east-1.aws.redhat.com firewalld[59371]: ERROR: Backup of file '/etc/firewalld/zones/public.xml' failed: [Errno 13] Permission denied: '/etc/firewalld/zones/public.xml.old' Aug 03 12:34:13 ip-10-31-14-42.us-east-1.aws.redhat.com firewalld[59371]: 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 12:34:14 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[59749]: 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 12:34:15 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[59869]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None Aug 03 12:34:16 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[59983]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Aug 03 12:34:17 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[60098]: 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 12:34:18 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[60212]: 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 12:34:19 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[60327]: 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 12:34:20 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[60442]: 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 12:34:20 ip-10-31-14-42.us-east-1.aws.redhat.com firewalld[59371]: ERROR: Backup of file '/etc/firewalld/zones/public.xml' failed: [Errno 13] Permission denied: '/etc/firewalld/zones/public.xml.old' Aug 03 12:34:20 ip-10-31-14-42.us-east-1.aws.redhat.com firewalld[59371]: 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 12:34:20 ip-10-31-14-42.us-east-1.aws.redhat.com python3.12[60555]: 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: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:456 Saturday 03 August 2024 12:34:20 -0400 (0:00:00.472) 0:00:24.408 ******* ok: [managed_node1] => { "changed": false, "path": "/etc/containers/storage.conf", "state": "absent" } TASK [Clean up host directories] *********************************************** task path: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:463 Saturday 03 August 2024 12:34:21 -0400 (0:00:00.386) 0:00:24.795 ******* changed: [managed_node1] => { "changed": true, "path": "/tmp/lsr_ny7etxka_podman", "state": "absent" } TASK [Remove kube file src] **************************************************** task path: /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:470 Saturday 03 August 2024 12:34:21 -0400 (0:00:00.388) 0:00:25.183 ******* changed: [managed_node1 -> localhost] => { "changed": true, "path": "/tmp/lsr_podman_ebp0iscy.yml", "state": "absent" } PLAY RECAP ********************************************************************* managed_node1 : ok=64 changed=10 unreachable=0 failed=1 skipped=74 rescued=3 ignored=0 Saturday 03 August 2024 12:34:21 -0400 (0:00:00.222) 0:00:25.406 ******* =============================================================================== Create data files ------------------------------------------------------- 2.09s /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:204 fedora.linux_system_roles.firewall : Enable and start firewalld service --- 1.72s /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 Gathering Facts --------------------------------------------------------- 1.18s /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:9 Create host directories for data ---------------------------------------- 1.11s /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:196 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.01s /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.firewall : Install firewalld ------------------ 0.94s /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 fedora.linux_system_roles.firewall : Unmask firewalld service ----------- 0.80s /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22 fedora.linux_system_roles.podman : Gather the package facts ------------- 0.79s /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.firewall : Configure firewall ----------------- 0.78s /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 fedora.linux_system_roles.firewall : Install firewalld ------------------ 0.73s /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 Write kube_file_src ----------------------------------------------------- 0.67s /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:189 Create user ------------------------------------------------------------- 0.61s /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:176 fedora.linux_system_roles.firewall : Enable and start firewalld service --- 0.56s /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 fedora.linux_system_roles.firewall : Unmask firewalld service ----------- 0.56s /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22 fedora.linux_system_roles.firewall : Configure firewall ----------------- 0.52s /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 fedora.linux_system_roles.podman : Get podman version ------------------- 0.50s /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 fedora.linux_system_roles.podman : Get user information ----------------- 0.50s /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Dump journal ------------------------------------------------------------ 0.47s /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:447 Change tmpdir permissions ----------------------------------------------- 0.47s /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:150 Create tmpdir for testing ----------------------------------------------- 0.44s /tmp/tmp.E1xufEvs2O/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:143