# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.16.0] config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.16/lib/python3.11/site-packages/ansible ansible collection location = /WORKDIR/git-fix-linger-handling7vom4d16/.collection executable location = /opt/ansible-2.16/bin/ansible-playbook python version = 3.11.5 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] (/opt/ansible-2.16/bin/python) jinja version = 3.1.2 libyaml = True Using /etc/ansible/ansible.cfg as config file Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_quadlet_basic.yml ********************************************** 2 plays in /WORKDIR/git-fix-linger-handling7vom4d16/tests/tests_quadlet_basic.yml PLAY [all] ********************************************************************* TASK [Include vault variables] ************************************************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/tests/tests_quadlet_basic.yml:4 Monday 05 February 2024 04:26:36 +0000 (0:00:00.011) 0:00:00.011 ******* ok: [sut] => { "ansible_facts": { "mysql_container_root_password": { "__ansible_vault": "$ANSIBLE_VAULT;1.1;AES256\n61333932373230333539663035366431326163363166363036323963623131363530326231303634\n6635326161643165363366323062333334363730376631660a393566366139353861656364656661\n38653463363837336639363032646433666361646535366137303464623261313663643336306465\n6264663730656337310a343962353137386238383064646533366433333437303566656433386233\n34343235326665646661623131643335313236313131353661386338343366316261643634653633\n3832313034366536616531323963333234326461353130303532\n" } }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handling7vom4d16/tests/vars/vault-variables.yml" ], "changed": false } PLAY [Ensure that the role can manage quadlet specs] *************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/tests/tests_quadlet_basic.yml:9 Monday 05 February 2024 04:26:36 +0000 (0:00:00.014) 0:00:00.026 ******* ok: [sut] TASK [Run role - do not pull images] ******************************************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/tests/tests_quadlet_basic.yml:57 Monday 05 February 2024 04:26:37 +0000 (0:00:00.769) 0:00:00.795 ******* TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Monday 05 February 2024 04:26:37 +0000 (0:00:00.026) 0:00:00.821 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Monday 05 February 2024 04:26:37 +0000 (0:00:00.016) 0:00:00.838 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Monday 05 February 2024 04:26:37 +0000 (0:00:00.019) 0:00:00.857 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Monday 05 February 2024 04:26:37 +0000 (0:00:00.243) 0:00:01.101 ******* ok: [sut] => { "ansible_facts": { "__podman_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Monday 05 February 2024 04:26:37 +0000 (0:00:00.014) 0:00:01.116 ******* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Monday 05 February 2024 04:26:37 +0000 (0:00:00.024) 0:00:01.140 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Enable copr if requested] ************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Monday 05 February 2024 04:26:38 +0000 (0:00:01.101) 0:00:02.242 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Monday 05 February 2024 04:26:38 +0000 (0:00:00.023) 0:00:02.265 ******* changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: libslirp-4.4.0-7.el9.x86_64", "Installed: podman-2:4.8.1-1.el9.x86_64", "Installed: netavark-2:1.9.0-1.el9.x86_64", "Installed: slirp4netns-1.2.2-1.el9.x86_64", "Installed: shadow-utils-subid-2:4.9-8.el9.x86_64", "Installed: criu-3.19-1.el9.x86_64", "Installed: yajl-2.1.0-22.el9.x86_64", "Installed: criu-libs-3.19-1.el9.x86_64", "Installed: crun-1.14-1.el9.x86_64", "Installed: conmon-2:2.1.10-1.el9.x86_64", "Installed: aardvark-dns-2:1.9.0-1.el9.x86_64", "Installed: fuse-overlayfs-1.12-1.el9.x86_64", "Installed: protobuf-c-1.3.3-13.el9.x86_64", "Installed: fuse3-3.10.2-6.el9.x86_64", "Installed: fuse3-libs-3.10.2-6.el9.x86_64", "Installed: container-selinux-3:2.229.0-1.el9.noarch", "Installed: libnet-1.2-6.el9.x86_64", "Installed: containers-common-2:1-55.el9.x86_64", "Installed: fuse-common-3.10.2-6.el9.x86_64" ] } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Monday 05 February 2024 04:27:24 +0000 (0:00:46.286) 0:00:48.552 ******* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.033933", "end": "2024-02-05 04:27:25.197117", "rc": 0, "start": "2024-02-05 04:27:25.163184" } STDOUT: podman version 4.8.1 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:27 Monday 05 February 2024 04:27:25 +0000 (0:00:00.313) 0:00:48.865 ******* ok: [sut] => { "ansible_facts": { "podman_version": "4.8.1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:31 Monday 05 February 2024 04:27:25 +0000 (0:00:00.020) 0:00:48.886 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_version is version(\"4.2\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Monday 05 February 2024 04:27:25 +0000 (0:00:00.017) 0:00:48.904 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_version is version(\"4.4\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:48 Monday 05 February 2024 04:27:25 +0000 (0:00:00.027) 0:00:48.931 ******* META: end_host conditional evaluated to False, continuing execution for sut skipping: [sut] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for sut" } MSG: end_host conditional evaluated to false, continuing execution for sut TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:55 Monday 05 February 2024 04:27:25 +0000 (0:00:00.028) 0:00:48.959 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 05 February 2024 04:27:25 +0000 (0:00:00.034) 0:00:48.994 ******* ok: [sut] => { "ansible_facts": { "getent_passwd": { "root": [ "x", "0", "0", "root", "/root", "/bin/bash" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 05 February 2024 04:27:25 +0000 (0:00:00.279) 0:00:49.273 ******* skipping: [sut] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 05 February 2024 04:27:25 +0000 (0:00:00.019) 0:00:49.292 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Monday 05 February 2024 04:27:25 +0000 (0:00:00.023) 0:00:49.316 ******* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Monday 05 February 2024 04:27:25 +0000 (0:00:00.235) 0:00:49.551 ******* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Monday 05 February 2024 04:27:25 +0000 (0:00:00.023) 0:00:49.574 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1689166618.0, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1707107216.7970061, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4471560, "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": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "396954581", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 05 February 2024 04:27:26 +0000 (0:00:00.201) 0:00:49.775 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Monday 05 February 2024 04:27:26 +0000 (0:00:00.017) 0:00:49.793 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if user is in subuid file] ****** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Monday 05 February 2024 04:27:26 +0000 (0:00:00.016) 0:00:49.809 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Monday 05 February 2024 04:27:26 +0000 (0:00:00.016) 0:00:49.826 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if group is in subgid file] ***** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 05 February 2024 04:27:26 +0000 (0:00:00.019) 0:00:49.846 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Monday 05 February 2024 04:27:26 +0000 (0:00:00.016) 0:00:49.862 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:61 Monday 05 February 2024 04:27:26 +0000 (0:00:00.017) 0:00:49.879 ******* ok: [sut] => { "ansible_facts": { "__podman_container_conf_file": "/etc/containers/containers.conf.d/50-systemroles.conf", "__podman_policy_json_file": "/etc/containers/policy.json", "__podman_registries_conf_file": "/etc/containers/registries.conf.d/50-systemroles.conf", "__podman_storage_conf_file": "/etc/containers/storage.conf" }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle container.conf.d] ************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:70 Monday 05 February 2024 04:27:26 +0000 (0:00:00.034) 0:00:49.913 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for sut TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Monday 05 February 2024 04:27:26 +0000 (0:00:00.034) 0:00:49.948 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Monday 05 February 2024 04:27:26 +0000 (0:00:00.018) 0:00:49.966 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Monday 05 February 2024 04:27:26 +0000 (0:00:00.017) 0:00:49.984 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for sut TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Monday 05 February 2024 04:27:26 +0000 (0:00:00.033) 0:00:50.018 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Monday 05 February 2024 04:27:26 +0000 (0:00:00.021) 0:00:50.039 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:76 Monday 05 February 2024 04:27:26 +0000 (0:00:00.019) 0:00:50.059 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for sut TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Monday 05 February 2024 04:27:26 +0000 (0:00:00.034) 0:00:50.093 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Monday 05 February 2024 04:27:26 +0000 (0:00:00.016) 0:00:50.110 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:79 Monday 05 February 2024 04:27:26 +0000 (0:00:00.042) 0:00:50.152 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for sut TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Monday 05 February 2024 04:27:26 +0000 (0:00:00.035) 0:00:50.188 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Monday 05 February 2024 04:27:26 +0000 (0:00:00.016) 0:00:50.205 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Monday 05 February 2024 04:27:26 +0000 (0:00:00.016) 0:00:50.222 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Monday 05 February 2024 04:27:26 +0000 (0:00:00.016) 0:00:50.238 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:85 Monday 05 February 2024 04:27:26 +0000 (0:00:00.016) 0:00:50.255 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_firewall | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:92 Monday 05 February 2024 04:27:26 +0000 (0:00:00.015) 0:00:50.271 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_selinux_ports | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:99 Monday 05 February 2024 04:27:26 +0000 (0:00:00.016) 0:00:50.287 ******* ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:103 Monday 05 February 2024 04:27:26 +0000 (0:00:00.016) 0:00:50.303 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Monday 05 February 2024 04:27:26 +0000 (0:00:00.014) 0:00:50.318 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:116 Monday 05 February 2024 04:27:26 +0000 (0:00:00.013) 0:00:50.332 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for sut => (item={'name': 'nopull', 'type': 'container', 'state': 'created', 'pull_image': False, 'activate_systemd_unit': False, 'Install': {'WantedBy': 'default.target'}, 'Container': {'Image': 'quay.io/libpod/testimage:20210610', 'ContainerName': 'nopull'}}) TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Monday 05 February 2024 04:27:26 +0000 (0:00:00.042) 0:00:50.374 ******* ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": { "Container": { "ContainerName": "nopull", "Image": "quay.io/libpod/testimage:20210610" }, "Install": { "WantedBy": "default.target" } }, "__podman_quadlet_str": "", "__podman_quadlet_template_src": "" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Monday 05 February 2024 04:27:26 +0000 (0:00:00.022) 0:00:50.397 ******* ok: [sut] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_pull_image": false, "__podman_state": "created", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if no quadlet spec is given] ***** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Monday 05 February 2024 04:27:26 +0000 (0:00:00.022) 0:00:50.419 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_quadlet_spec | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Monday 05 February 2024 04:27:26 +0000 (0:00:00.016) 0:00:50.436 ******* ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "nopull", "__podman_quadlet_type": "container", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Monday 05 February 2024 04:27:26 +0000 (0:00:00.027) 0:00:50.463 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 05 February 2024 04:27:26 +0000 (0:00:00.031) 0:00:50.495 ******* skipping: [sut] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 05 February 2024 04:27:26 +0000 (0:00:00.018) 0:00:50.513 ******* skipping: [sut] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 05 February 2024 04:27:26 +0000 (0:00:00.040) 0:00:50.553 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Monday 05 February 2024 04:27:26 +0000 (0:00:00.024) 0:00:50.578 ******* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Monday 05 February 2024 04:27:27 +0000 (0:00:00.200) 0:00:50.778 ******* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Monday 05 February 2024 04:27:27 +0000 (0:00:00.023) 0:00:50.802 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707107246.1000142, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1707107216.7970061, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4471560, "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": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "396954581", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 05 February 2024 04:27:27 +0000 (0:00:00.201) 0:00:51.004 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Monday 05 February 2024 04:27:27 +0000 (0:00:00.016) 0:00:51.020 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if user is in subuid file] ****** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Monday 05 February 2024 04:27:27 +0000 (0:00:00.016) 0:00:51.037 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Monday 05 February 2024 04:27:27 +0000 (0:00:00.016) 0:00:51.054 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if group is in subgid file] ***** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 05 February 2024 04:27:27 +0000 (0:00:00.019) 0:00:51.073 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Monday 05 February 2024 04:27:27 +0000 (0:00:00.016) 0:00:51.090 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Monday 05 February 2024 04:27:27 +0000 (0:00:00.016) 0:00:51.106 ******* ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": false, "__podman_images_found": [ "quay.io/libpod/testimage:20210610" ], "__podman_kube_yamls_raw": "", "__podman_service_name": "nopull.service", "__podman_systemd_scope": "system", "__podman_user_home_dir": "/root", "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Monday 05 February 2024 04:27:27 +0000 (0:00:00.030) 0:00:51.137 ******* ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/etc/containers/systemd" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get kube yaml contents] *************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Monday 05 February 2024 04:27:27 +0000 (0:00:00.019) 0:00:51.156 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_kube_yamls_raw | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Monday 05 February 2024 04:27:27 +0000 (0:00:00.017) 0:00:51.173 ******* ok: [sut] => { "ansible_facts": { "__podman_images": [ "quay.io/libpod/testimage:20210610" ], "__podman_quadlet_file": "/etc/containers/systemd/nopull.container", "__podman_volumes": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Cleanup quadlets] ********************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Monday 05 February 2024 04:27:27 +0000 (0:00:00.044) 0:00:51.218 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_state == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update quadlets] *********** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Monday 05 February 2024 04:27:27 +0000 (0:00:00.015) 0:00:51.233 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml for sut TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:2 Monday 05 February 2024 04:27:27 +0000 (0:00:00.038) 0:00:51.272 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 05 February 2024 04:27:27 +0000 (0:00:00.029) 0:00:51.301 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Monday 05 February 2024 04:27:27 +0000 (0:00:00.017) 0:00:51.318 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Monday 05 February 2024 04:27:27 +0000 (0:00:00.015) 0:00:51.334 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:7 Monday 05 February 2024 04:27:27 +0000 (0:00:00.039) 0:00:51.373 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:20 Monday 05 February 2024 04:27:27 +0000 (0:00:00.015) 0:00:51.389 ******* skipping: [sut] => (item=quay.io/libpod/testimage:20210610) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__podman_pull_image | bool", "item": "quay.io/libpod/testimage:20210610", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.podman : Ensure the quadlet directory is present] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:37 Monday 05 February 2024 04:27:27 +0000 (0:00:00.020) 0:00:51.409 ******* ok: [sut] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers/systemd", "secontext": "system_u:object_r:etc_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure quadlet file is copied] ******** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:46 Monday 05 February 2024 04:27:28 +0000 (0:00:00.268) 0:00:51.678 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_quadlet_file_src | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure quadlet file content is present] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:56 Monday 05 February 2024 04:27:28 +0000 (0:00:00.018) 0:00:51.696 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_quadlet_str | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure quadlet file is present] ******* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:68 Monday 05 February 2024 04:27:28 +0000 (0:00:00.017) 0:00:51.714 ******* changed: [sut] => { "changed": true, "checksum": "670d64fc68a9768edb20cad26df2acc703542d85", "dest": "/etc/containers/systemd/nopull.container", "gid": 0, "group": "root", "md5sum": "cedb6667f6cd1b033fe06e2810fe6b19", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 151, "src": "/root/.ansible/tmp/ansible-tmp-1707107248.1078646-6929-109879133595182/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:80 Monday 05 February 2024 04:27:28 +0000 (0:00:00.595) 0:00:52.309 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_activate_systemd_unit | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Start service] ************************ task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:108 Monday 05 February 2024 04:27:28 +0000 (0:00:00.018) 0:00:52.328 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_activate_systemd_unit | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Restart service] ********************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:123 Monday 05 February 2024 04:27:28 +0000 (0:00:00.020) 0:00:52.348 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_activate_systemd_unit | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:122 Monday 05 February 2024 04:27:28 +0000 (0:00:00.019) 0:00:52.368 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Verify image not pulled] ************************************************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/tests/tests_quadlet_basic.yml:73 Monday 05 February 2024 04:27:28 +0000 (0:00:00.023) 0:00:52.391 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Run role - try to pull bogus image] ************************************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/tests/tests_quadlet_basic.yml:77 Monday 05 February 2024 04:27:28 +0000 (0:00:00.017) 0:00:52.409 ******* TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Monday 05 February 2024 04:27:28 +0000 (0:00:00.044) 0:00:52.453 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Monday 05 February 2024 04:27:28 +0000 (0:00:00.029) 0:00:52.483 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Monday 05 February 2024 04:27:28 +0000 (0:00:00.021) 0:00:52.504 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Monday 05 February 2024 04:27:28 +0000 (0:00:00.016) 0:00:52.521 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Monday 05 February 2024 04:27:28 +0000 (0:00:00.016) 0:00:52.538 ******* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Monday 05 February 2024 04:27:28 +0000 (0:00:00.037) 0:00:52.575 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Enable copr if requested] ************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Monday 05 February 2024 04:27:29 +0000 (0:00:01.011) 0:00:53.586 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Monday 05 February 2024 04:27:29 +0000 (0:00:00.018) 0:00:53.605 ******* skipping: [sut] => { "changed": false, "false_condition": "(__podman_packages | difference(ansible_facts.packages))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Monday 05 February 2024 04:27:29 +0000 (0:00:00.020) 0:00:53.625 ******* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.033089", "end": "2024-02-05 04:27:30.190671", "rc": 0, "start": "2024-02-05 04:27:30.157582" } STDOUT: podman version 4.8.1 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:27 Monday 05 February 2024 04:27:30 +0000 (0:00:00.234) 0:00:53.860 ******* ok: [sut] => { "ansible_facts": { "podman_version": "4.8.1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:31 Monday 05 February 2024 04:27:30 +0000 (0:00:00.019) 0:00:53.880 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_version is version(\"4.2\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Monday 05 February 2024 04:27:30 +0000 (0:00:00.017) 0:00:53.897 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_version is version(\"4.4\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:48 Monday 05 February 2024 04:27:30 +0000 (0:00:00.018) 0:00:53.916 ******* META: end_host conditional evaluated to False, continuing execution for sut skipping: [sut] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for sut" } MSG: end_host conditional evaluated to false, continuing execution for sut TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:55 Monday 05 February 2024 04:27:30 +0000 (0:00:00.022) 0:00:53.938 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 05 February 2024 04:27:30 +0000 (0:00:00.038) 0:00:53.977 ******* skipping: [sut] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 05 February 2024 04:27:30 +0000 (0:00:00.021) 0:00:53.999 ******* skipping: [sut] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 05 February 2024 04:27:30 +0000 (0:00:00.023) 0:00:54.022 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Monday 05 February 2024 04:27:30 +0000 (0:00:00.026) 0:00:54.049 ******* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Monday 05 February 2024 04:27:30 +0000 (0:00:00.203) 0:00:54.252 ******* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Monday 05 February 2024 04:27:30 +0000 (0:00:00.025) 0:00:54.277 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707107246.1000142, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1707107216.7970061, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4471560, "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": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "396954581", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 05 February 2024 04:27:30 +0000 (0:00:00.206) 0:00:54.483 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Monday 05 February 2024 04:27:30 +0000 (0:00:00.017) 0:00:54.501 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if user is in subuid file] ****** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Monday 05 February 2024 04:27:30 +0000 (0:00:00.017) 0:00:54.519 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Monday 05 February 2024 04:27:30 +0000 (0:00:00.041) 0:00:54.560 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if group is in subgid file] ***** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 05 February 2024 04:27:30 +0000 (0:00:00.017) 0:00:54.578 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Monday 05 February 2024 04:27:30 +0000 (0:00:00.017) 0:00:54.596 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:61 Monday 05 February 2024 04:27:30 +0000 (0:00:00.017) 0:00:54.613 ******* ok: [sut] => { "ansible_facts": { "__podman_container_conf_file": "/etc/containers/containers.conf.d/50-systemroles.conf", "__podman_policy_json_file": "/etc/containers/policy.json", "__podman_registries_conf_file": "/etc/containers/registries.conf.d/50-systemroles.conf", "__podman_storage_conf_file": "/etc/containers/storage.conf" }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle container.conf.d] ************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:70 Monday 05 February 2024 04:27:30 +0000 (0:00:00.024) 0:00:54.637 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for sut TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Monday 05 February 2024 04:27:31 +0000 (0:00:00.034) 0:00:54.672 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Monday 05 February 2024 04:27:31 +0000 (0:00:00.018) 0:00:54.691 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Monday 05 February 2024 04:27:31 +0000 (0:00:00.017) 0:00:54.709 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for sut TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Monday 05 February 2024 04:27:31 +0000 (0:00:00.035) 0:00:54.744 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Monday 05 February 2024 04:27:31 +0000 (0:00:00.018) 0:00:54.763 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:76 Monday 05 February 2024 04:27:31 +0000 (0:00:00.018) 0:00:54.781 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for sut TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Monday 05 February 2024 04:27:31 +0000 (0:00:00.037) 0:00:54.818 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Monday 05 February 2024 04:27:31 +0000 (0:00:00.019) 0:00:54.838 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:79 Monday 05 February 2024 04:27:31 +0000 (0:00:00.017) 0:00:54.855 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for sut TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Monday 05 February 2024 04:27:31 +0000 (0:00:00.036) 0:00:54.891 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Monday 05 February 2024 04:27:31 +0000 (0:00:00.017) 0:00:54.909 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Monday 05 February 2024 04:27:31 +0000 (0:00:00.016) 0:00:54.925 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Monday 05 February 2024 04:27:31 +0000 (0:00:00.041) 0:00:54.967 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:85 Monday 05 February 2024 04:27:31 +0000 (0:00:00.018) 0:00:54.986 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_firewall | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:92 Monday 05 February 2024 04:27:31 +0000 (0:00:00.019) 0:00:55.006 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_selinux_ports | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:99 Monday 05 February 2024 04:27:31 +0000 (0:00:00.018) 0:00:55.024 ******* ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:103 Monday 05 February 2024 04:27:31 +0000 (0:00:00.018) 0:00:55.043 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Monday 05 February 2024 04:27:31 +0000 (0:00:00.015) 0:00:55.059 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:116 Monday 05 February 2024 04:27:31 +0000 (0:00:00.015) 0:00:55.074 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for sut => (item={'name': 'bogus', 'type': 'container', 'state': 'created', 'continue_if_pull_fails': True, 'activate_systemd_unit': False, 'Install': {'WantedBy': 'default.target'}, 'Container': {'Image': 'this_is_a_bogus_image', 'ContainerName': 'bogus'}}) TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Monday 05 February 2024 04:27:31 +0000 (0:00:00.042) 0:00:55.117 ******* ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": { "Container": { "ContainerName": "bogus", "Image": "this_is_a_bogus_image" }, "Install": { "WantedBy": "default.target" } }, "__podman_quadlet_str": "", "__podman_quadlet_template_src": "" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Monday 05 February 2024 04:27:31 +0000 (0:00:00.024) 0:00:55.141 ******* ok: [sut] => { "ansible_facts": { "__podman_continue_if_pull_fails": true, "__podman_pull_image": true, "__podman_state": "created", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if no quadlet spec is given] ***** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Monday 05 February 2024 04:27:31 +0000 (0:00:00.022) 0:00:55.164 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_quadlet_spec | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Monday 05 February 2024 04:27:31 +0000 (0:00:00.017) 0:00:55.182 ******* ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "bogus", "__podman_quadlet_type": "container", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Monday 05 February 2024 04:27:31 +0000 (0:00:00.027) 0:00:55.210 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 05 February 2024 04:27:31 +0000 (0:00:00.033) 0:00:55.243 ******* skipping: [sut] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 05 February 2024 04:27:31 +0000 (0:00:00.021) 0:00:55.265 ******* skipping: [sut] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 05 February 2024 04:27:31 +0000 (0:00:00.020) 0:00:55.285 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Monday 05 February 2024 04:27:31 +0000 (0:00:00.026) 0:00:55.312 ******* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Monday 05 February 2024 04:27:31 +0000 (0:00:00.204) 0:00:55.516 ******* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Monday 05 February 2024 04:27:31 +0000 (0:00:00.025) 0:00:55.542 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707107246.1000142, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1707107216.7970061, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4471560, "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": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "396954581", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 05 February 2024 04:27:32 +0000 (0:00:00.201) 0:00:55.744 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Monday 05 February 2024 04:27:32 +0000 (0:00:00.043) 0:00:55.787 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if user is in subuid file] ****** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Monday 05 February 2024 04:27:32 +0000 (0:00:00.017) 0:00:55.804 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Monday 05 February 2024 04:27:32 +0000 (0:00:00.017) 0:00:55.822 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if group is in subgid file] ***** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 05 February 2024 04:27:32 +0000 (0:00:00.016) 0:00:55.839 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Monday 05 February 2024 04:27:32 +0000 (0:00:00.016) 0:00:55.856 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Monday 05 February 2024 04:27:32 +0000 (0:00:00.016) 0:00:55.872 ******* ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": false, "__podman_images_found": [ "this_is_a_bogus_image" ], "__podman_kube_yamls_raw": "", "__podman_service_name": "bogus.service", "__podman_systemd_scope": "system", "__podman_user_home_dir": "/root", "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Monday 05 February 2024 04:27:32 +0000 (0:00:00.033) 0:00:55.905 ******* ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/etc/containers/systemd" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get kube yaml contents] *************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Monday 05 February 2024 04:27:32 +0000 (0:00:00.019) 0:00:55.924 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_kube_yamls_raw | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Monday 05 February 2024 04:27:32 +0000 (0:00:00.018) 0:00:55.943 ******* ok: [sut] => { "ansible_facts": { "__podman_images": [ "this_is_a_bogus_image" ], "__podman_quadlet_file": "/etc/containers/systemd/bogus.container", "__podman_volumes": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Cleanup quadlets] ********************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Monday 05 February 2024 04:27:32 +0000 (0:00:00.044) 0:00:55.988 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_state == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update quadlets] *********** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Monday 05 February 2024 04:27:32 +0000 (0:00:00.017) 0:00:56.005 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml for sut TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:2 Monday 05 February 2024 04:27:32 +0000 (0:00:00.039) 0:00:56.045 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 05 February 2024 04:27:32 +0000 (0:00:00.029) 0:00:56.075 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Monday 05 February 2024 04:27:32 +0000 (0:00:00.016) 0:00:56.092 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Monday 05 February 2024 04:27:32 +0000 (0:00:00.016) 0:00:56.108 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:7 Monday 05 February 2024 04:27:32 +0000 (0:00:00.016) 0:00:56.124 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:20 Monday 05 February 2024 04:27:32 +0000 (0:00:00.015) 0:00:56.140 ******* ok: [sut] => (item=this_is_a_bogus_image) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "this_is_a_bogus_image" } MSG: Failed to pull image this_is_a_bogus_image:latest TASK [fedora.linux_system_roles.podman : Ensure the quadlet directory is present] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:37 Monday 05 February 2024 04:27:33 +0000 (0:00:00.680) 0:00:56.820 ******* ok: [sut] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers/systemd", "secontext": "system_u:object_r:etc_t:s0", "size": 30, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure quadlet file is copied] ******** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:46 Monday 05 February 2024 04:27:33 +0000 (0:00:00.209) 0:00:57.030 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_quadlet_file_src | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure quadlet file content is present] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:56 Monday 05 February 2024 04:27:33 +0000 (0:00:00.017) 0:00:57.047 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_quadlet_str | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure quadlet file is present] ******* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:68 Monday 05 February 2024 04:27:33 +0000 (0:00:00.043) 0:00:57.090 ******* changed: [sut] => { "changed": true, "checksum": "1d087e679d135214e8ac9ccaf33b2222916efb7f", "dest": "/etc/containers/systemd/bogus.container", "gid": 0, "group": "root", "md5sum": "97480a9a73734d9f8007d2c06e7fed1f", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 138, "src": "/root/.ansible/tmp/ansible-tmp-1707107253.483883-7030-251077342870123/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:80 Monday 05 February 2024 04:27:33 +0000 (0:00:00.529) 0:00:57.620 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_activate_systemd_unit | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Start service] ************************ task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:108 Monday 05 February 2024 04:27:33 +0000 (0:00:00.019) 0:00:57.640 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_activate_systemd_unit | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Restart service] ********************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:123 Monday 05 February 2024 04:27:34 +0000 (0:00:00.020) 0:00:57.660 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_activate_systemd_unit | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:122 Monday 05 February 2024 04:27:34 +0000 (0:00:00.021) 0:00:57.681 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Verify image not pulled and no error] ************************************ task path: /WORKDIR/git-fix-linger-handling7vom4d16/tests/tests_quadlet_basic.yml:93 Monday 05 February 2024 04:27:34 +0000 (0:00:00.024) 0:00:57.705 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/tests/tests_quadlet_basic.yml:100 Monday 05 February 2024 04:27:34 +0000 (0:00:00.019) 0:00:57.724 ******* TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Monday 05 February 2024 04:27:34 +0000 (0:00:00.075) 0:00:57.800 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Monday 05 February 2024 04:27:34 +0000 (0:00:00.031) 0:00:57.831 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Monday 05 February 2024 04:27:34 +0000 (0:00:00.022) 0:00:57.854 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Monday 05 February 2024 04:27:34 +0000 (0:00:00.017) 0:00:57.871 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Monday 05 February 2024 04:27:34 +0000 (0:00:00.017) 0:00:57.888 ******* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Monday 05 February 2024 04:27:34 +0000 (0:00:00.038) 0:00:57.927 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Enable copr if requested] ************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Monday 05 February 2024 04:27:35 +0000 (0:00:00.992) 0:00:58.919 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Monday 05 February 2024 04:27:35 +0000 (0:00:00.046) 0:00:58.966 ******* skipping: [sut] => { "changed": false, "false_condition": "(__podman_packages | difference(ansible_facts.packages))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Monday 05 February 2024 04:27:35 +0000 (0:00:00.020) 0:00:58.987 ******* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.030499", "end": "2024-02-05 04:27:35.543332", "rc": 0, "start": "2024-02-05 04:27:35.512833" } STDOUT: podman version 4.8.1 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:27 Monday 05 February 2024 04:27:35 +0000 (0:00:00.226) 0:00:59.213 ******* ok: [sut] => { "ansible_facts": { "podman_version": "4.8.1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:31 Monday 05 February 2024 04:27:35 +0000 (0:00:00.019) 0:00:59.232 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_version is version(\"4.2\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Monday 05 February 2024 04:27:35 +0000 (0:00:00.017) 0:00:59.250 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_version is version(\"4.4\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:48 Monday 05 February 2024 04:27:35 +0000 (0:00:00.019) 0:00:59.269 ******* META: end_host conditional evaluated to False, continuing execution for sut skipping: [sut] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for sut" } MSG: end_host conditional evaluated to false, continuing execution for sut TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:55 Monday 05 February 2024 04:27:35 +0000 (0:00:00.020) 0:00:59.290 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 05 February 2024 04:27:35 +0000 (0:00:00.036) 0:00:59.326 ******* skipping: [sut] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 05 February 2024 04:27:35 +0000 (0:00:00.021) 0:00:59.347 ******* skipping: [sut] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 05 February 2024 04:27:35 +0000 (0:00:00.020) 0:00:59.368 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Monday 05 February 2024 04:27:35 +0000 (0:00:00.026) 0:00:59.394 ******* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Monday 05 February 2024 04:27:35 +0000 (0:00:00.201) 0:00:59.596 ******* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Monday 05 February 2024 04:27:35 +0000 (0:00:00.027) 0:00:59.623 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707107246.1000142, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1707107216.7970061, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4471560, "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": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "396954581", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 05 February 2024 04:27:36 +0000 (0:00:00.203) 0:00:59.827 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Monday 05 February 2024 04:27:36 +0000 (0:00:00.018) 0:00:59.845 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if user is in subuid file] ****** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Monday 05 February 2024 04:27:36 +0000 (0:00:00.017) 0:00:59.862 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Monday 05 February 2024 04:27:36 +0000 (0:00:00.017) 0:00:59.879 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if group is in subgid file] ***** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 05 February 2024 04:27:36 +0000 (0:00:00.016) 0:00:59.896 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Monday 05 February 2024 04:27:36 +0000 (0:00:00.017) 0:00:59.914 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:61 Monday 05 February 2024 04:27:36 +0000 (0:00:00.016) 0:00:59.931 ******* ok: [sut] => { "ansible_facts": { "__podman_container_conf_file": "/etc/containers/containers.conf.d/50-systemroles.conf", "__podman_policy_json_file": "/etc/containers/policy.json", "__podman_registries_conf_file": "/etc/containers/registries.conf.d/50-systemroles.conf", "__podman_storage_conf_file": "/etc/containers/storage.conf" }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle container.conf.d] ************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:70 Monday 05 February 2024 04:27:36 +0000 (0:00:00.053) 0:00:59.984 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for sut TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Monday 05 February 2024 04:27:36 +0000 (0:00:00.035) 0:01:00.020 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Monday 05 February 2024 04:27:36 +0000 (0:00:00.024) 0:01:00.044 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Monday 05 February 2024 04:27:36 +0000 (0:00:00.023) 0:01:00.067 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for sut TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Monday 05 February 2024 04:27:36 +0000 (0:00:00.036) 0:01:00.104 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Monday 05 February 2024 04:27:36 +0000 (0:00:00.018) 0:01:00.122 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:76 Monday 05 February 2024 04:27:36 +0000 (0:00:00.018) 0:01:00.140 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for sut TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Monday 05 February 2024 04:27:36 +0000 (0:00:00.035) 0:01:00.176 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Monday 05 February 2024 04:27:36 +0000 (0:00:00.018) 0:01:00.195 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:79 Monday 05 February 2024 04:27:36 +0000 (0:00:00.018) 0:01:00.213 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for sut TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Monday 05 February 2024 04:27:36 +0000 (0:00:00.037) 0:01:00.250 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Monday 05 February 2024 04:27:36 +0000 (0:00:00.019) 0:01:00.270 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Monday 05 February 2024 04:27:36 +0000 (0:00:00.017) 0:01:00.287 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Monday 05 February 2024 04:27:36 +0000 (0:00:00.017) 0:01:00.305 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:85 Monday 05 February 2024 04:27:36 +0000 (0:00:00.016) 0:01:00.321 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_firewall | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:92 Monday 05 February 2024 04:27:36 +0000 (0:00:00.017) 0:01:00.339 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_selinux_ports | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:99 Monday 05 February 2024 04:27:36 +0000 (0:00:00.016) 0:01:00.356 ******* ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:103 Monday 05 February 2024 04:27:36 +0000 (0:00:00.047) 0:01:00.403 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Monday 05 February 2024 04:27:36 +0000 (0:00:00.016) 0:01:00.419 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:116 Monday 05 February 2024 04:27:36 +0000 (0:00:00.015) 0:01:00.434 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for sut => (item={'state': 'absent', 'name': 'nopull', 'type': 'container'}) TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Monday 05 February 2024 04:27:36 +0000 (0:00:00.044) 0:01:00.479 ******* ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": {}, "__podman_quadlet_str": "", "__podman_quadlet_template_src": "" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Monday 05 February 2024 04:27:36 +0000 (0:00:00.025) 0:01:00.505 ******* ok: [sut] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_pull_image": true, "__podman_state": "absent", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if no quadlet spec is given] ***** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Monday 05 February 2024 04:27:36 +0000 (0:00:00.023) 0:01:00.528 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Monday 05 February 2024 04:27:36 +0000 (0:00:00.019) 0:01:00.548 ******* ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "nopull", "__podman_quadlet_type": "container", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Monday 05 February 2024 04:27:36 +0000 (0:00:00.029) 0:01:00.578 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 05 February 2024 04:27:36 +0000 (0:00:00.033) 0:01:00.611 ******* skipping: [sut] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 05 February 2024 04:27:36 +0000 (0:00:00.020) 0:01:00.632 ******* skipping: [sut] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 05 February 2024 04:27:37 +0000 (0:00:00.020) 0:01:00.653 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Monday 05 February 2024 04:27:37 +0000 (0:00:00.024) 0:01:00.678 ******* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Monday 05 February 2024 04:27:37 +0000 (0:00:00.217) 0:01:00.895 ******* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Monday 05 February 2024 04:27:37 +0000 (0:00:00.027) 0:01:00.923 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707107246.1000142, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1707107216.7970061, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4471560, "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": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "396954581", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 05 February 2024 04:27:37 +0000 (0:00:00.208) 0:01:01.132 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Monday 05 February 2024 04:27:37 +0000 (0:00:00.016) 0:01:01.149 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if user is in subuid file] ****** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Monday 05 February 2024 04:27:37 +0000 (0:00:00.016) 0:01:01.166 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Monday 05 February 2024 04:27:37 +0000 (0:00:00.015) 0:01:01.182 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if group is in subgid file] ***** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 05 February 2024 04:27:37 +0000 (0:00:00.016) 0:01:01.198 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Monday 05 February 2024 04:27:37 +0000 (0:00:00.016) 0:01:01.214 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Monday 05 February 2024 04:27:37 +0000 (0:00:00.047) 0:01:01.262 ******* ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_images_found": [], "__podman_kube_yamls_raw": "", "__podman_service_name": "nopull.service", "__podman_systemd_scope": "system", "__podman_user_home_dir": "/root", "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Monday 05 February 2024 04:27:37 +0000 (0:00:00.033) 0:01:01.296 ******* ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/etc/containers/systemd" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get kube yaml contents] *************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Monday 05 February 2024 04:27:37 +0000 (0:00:00.021) 0:01:01.317 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Monday 05 February 2024 04:27:37 +0000 (0:00:00.017) 0:01:01.334 ******* ok: [sut] => { "ansible_facts": { "__podman_images": [], "__podman_quadlet_file": "/etc/containers/systemd/nopull.container", "__podman_volumes": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Cleanup quadlets] ********************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Monday 05 February 2024 04:27:37 +0000 (0:00:00.045) 0:01:01.380 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml for sut TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 Monday 05 February 2024 04:27:37 +0000 (0:00:00.037) 0:01:01.418 ******* ok: [sut] => { "changed": false, "failed_when_result": false } MSG: Could not find the requested service nopull.service: host TASK [fedora.linux_system_roles.podman : Remove quadlet file] ****************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:22 Monday 05 February 2024 04:27:38 +0000 (0:00:00.513) 0:01:01.932 ******* changed: [sut] => { "changed": true, "path": "/etc/containers/systemd/nopull.container", "state": "absent" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:28 Monday 05 February 2024 04:27:38 +0000 (0:00:00.205) 0:01:02.137 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 05 February 2024 04:27:38 +0000 (0:00:00.029) 0:01:02.166 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Monday 05 February 2024 04:27:38 +0000 (0:00:00.024) 0:01:02.191 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Monday 05 February 2024 04:27:38 +0000 (0:00:00.017) 0:01:02.208 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:36 Monday 05 February 2024 04:27:38 +0000 (0:00:00.018) 0:01:02.227 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Prune images no longer in use] ******** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:45 Monday 05 February 2024 04:27:39 +0000 (0:00:00.534) 0:01:02.761 ******* changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.041002", "end": "2024-02-05 04:27:39.333724", "rc": 0, "start": "2024-02-05 04:27:39.292722" } TASK [fedora.linux_system_roles.podman : Remove network] *********************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:53 Monday 05 February 2024 04:27:39 +0000 (0:00:00.243) 0:01:03.004 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_quadlet_type == \"network\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update quadlets] *********** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Monday 05 February 2024 04:27:39 +0000 (0:00:00.018) 0:01:03.023 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:122 Monday 05 February 2024 04:27:39 +0000 (0:00:00.016) 0:01:03.040 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Monday 05 February 2024 04:27:39 +0000 (0:00:00.023) 0:01:03.064 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Monday 05 February 2024 04:27:39 +0000 (0:00:00.059) 0:01:03.123 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Monday 05 February 2024 04:27:39 +0000 (0:00:00.023) 0:01:03.146 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Monday 05 February 2024 04:27:39 +0000 (0:00:00.018) 0:01:03.164 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Monday 05 February 2024 04:27:39 +0000 (0:00:00.017) 0:01:03.182 ******* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Monday 05 February 2024 04:27:39 +0000 (0:00:00.038) 0:01:03.221 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Enable copr if requested] ************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Monday 05 February 2024 04:27:40 +0000 (0:00:00.959) 0:01:04.181 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Monday 05 February 2024 04:27:40 +0000 (0:00:00.018) 0:01:04.199 ******* skipping: [sut] => { "changed": false, "false_condition": "(__podman_packages | difference(ansible_facts.packages))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Monday 05 February 2024 04:27:40 +0000 (0:00:00.021) 0:01:04.220 ******* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.031334", "end": "2024-02-05 04:27:40.778724", "rc": 0, "start": "2024-02-05 04:27:40.747390" } STDOUT: podman version 4.8.1 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:27 Monday 05 February 2024 04:27:40 +0000 (0:00:00.227) 0:01:04.448 ******* ok: [sut] => { "ansible_facts": { "podman_version": "4.8.1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:31 Monday 05 February 2024 04:27:40 +0000 (0:00:00.020) 0:01:04.469 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_version is version(\"4.2\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Monday 05 February 2024 04:27:40 +0000 (0:00:00.017) 0:01:04.486 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_version is version(\"4.4\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:48 Monday 05 February 2024 04:27:40 +0000 (0:00:00.019) 0:01:04.505 ******* META: end_host conditional evaluated to False, continuing execution for sut skipping: [sut] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for sut" } MSG: end_host conditional evaluated to false, continuing execution for sut TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:55 Monday 05 February 2024 04:27:40 +0000 (0:00:00.020) 0:01:04.526 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 05 February 2024 04:27:40 +0000 (0:00:00.036) 0:01:04.563 ******* skipping: [sut] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 05 February 2024 04:27:40 +0000 (0:00:00.022) 0:01:04.585 ******* skipping: [sut] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 05 February 2024 04:27:40 +0000 (0:00:00.024) 0:01:04.610 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Monday 05 February 2024 04:27:40 +0000 (0:00:00.025) 0:01:04.635 ******* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Monday 05 February 2024 04:27:41 +0000 (0:00:00.234) 0:01:04.870 ******* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Monday 05 February 2024 04:27:41 +0000 (0:00:00.026) 0:01:04.896 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707107246.1000142, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1707107216.7970061, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4471560, "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": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "396954581", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 05 February 2024 04:27:41 +0000 (0:00:00.201) 0:01:05.098 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Monday 05 February 2024 04:27:41 +0000 (0:00:00.017) 0:01:05.115 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if user is in subuid file] ****** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Monday 05 February 2024 04:27:41 +0000 (0:00:00.017) 0:01:05.133 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Monday 05 February 2024 04:27:41 +0000 (0:00:00.017) 0:01:05.150 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if group is in subgid file] ***** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 05 February 2024 04:27:41 +0000 (0:00:00.017) 0:01:05.167 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Monday 05 February 2024 04:27:41 +0000 (0:00:00.017) 0:01:05.184 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:61 Monday 05 February 2024 04:27:41 +0000 (0:00:00.016) 0:01:05.201 ******* ok: [sut] => { "ansible_facts": { "__podman_container_conf_file": "/etc/containers/containers.conf.d/50-systemroles.conf", "__podman_policy_json_file": "/etc/containers/policy.json", "__podman_registries_conf_file": "/etc/containers/registries.conf.d/50-systemroles.conf", "__podman_storage_conf_file": "/etc/containers/storage.conf" }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle container.conf.d] ************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:70 Monday 05 February 2024 04:27:41 +0000 (0:00:00.023) 0:01:05.225 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for sut TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Monday 05 February 2024 04:27:41 +0000 (0:00:00.034) 0:01:05.260 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Monday 05 February 2024 04:27:41 +0000 (0:00:00.019) 0:01:05.279 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Monday 05 February 2024 04:27:41 +0000 (0:00:00.018) 0:01:05.298 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for sut TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Monday 05 February 2024 04:27:41 +0000 (0:00:00.035) 0:01:05.333 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Monday 05 February 2024 04:27:41 +0000 (0:00:00.018) 0:01:05.352 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:76 Monday 05 February 2024 04:27:41 +0000 (0:00:00.018) 0:01:05.370 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for sut TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Monday 05 February 2024 04:27:41 +0000 (0:00:00.034) 0:01:05.404 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Monday 05 February 2024 04:27:41 +0000 (0:00:00.018) 0:01:05.423 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:79 Monday 05 February 2024 04:27:41 +0000 (0:00:00.051) 0:01:05.474 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for sut TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Monday 05 February 2024 04:27:41 +0000 (0:00:00.039) 0:01:05.514 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Monday 05 February 2024 04:27:41 +0000 (0:00:00.024) 0:01:05.539 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Monday 05 February 2024 04:27:41 +0000 (0:00:00.021) 0:01:05.561 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Monday 05 February 2024 04:27:41 +0000 (0:00:00.020) 0:01:05.581 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:85 Monday 05 February 2024 04:27:41 +0000 (0:00:00.019) 0:01:05.600 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_firewall | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:92 Monday 05 February 2024 04:27:41 +0000 (0:00:00.020) 0:01:05.621 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_selinux_ports | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:99 Monday 05 February 2024 04:27:41 +0000 (0:00:00.019) 0:01:05.641 ******* ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:103 Monday 05 February 2024 04:27:42 +0000 (0:00:00.018) 0:01:05.659 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Monday 05 February 2024 04:27:42 +0000 (0:00:00.015) 0:01:05.675 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:116 Monday 05 February 2024 04:27:42 +0000 (0:00:00.014) 0:01:05.690 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for sut => (item={'state': 'absent', 'name': 'bogus', 'type': 'container'}) TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Monday 05 February 2024 04:27:42 +0000 (0:00:00.043) 0:01:05.733 ******* ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": {}, "__podman_quadlet_str": "", "__podman_quadlet_template_src": "" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Monday 05 February 2024 04:27:42 +0000 (0:00:00.025) 0:01:05.758 ******* ok: [sut] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_pull_image": true, "__podman_state": "absent", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if no quadlet spec is given] ***** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Monday 05 February 2024 04:27:42 +0000 (0:00:00.023) 0:01:05.781 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Monday 05 February 2024 04:27:42 +0000 (0:00:00.021) 0:01:05.803 ******* ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "bogus", "__podman_quadlet_type": "container", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Monday 05 February 2024 04:27:42 +0000 (0:00:00.028) 0:01:05.831 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 05 February 2024 04:27:42 +0000 (0:00:00.033) 0:01:05.865 ******* skipping: [sut] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 05 February 2024 04:27:42 +0000 (0:00:00.020) 0:01:05.885 ******* skipping: [sut] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 05 February 2024 04:27:42 +0000 (0:00:00.020) 0:01:05.906 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Monday 05 February 2024 04:27:42 +0000 (0:00:00.087) 0:01:05.993 ******* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Monday 05 February 2024 04:27:42 +0000 (0:00:00.206) 0:01:06.200 ******* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Monday 05 February 2024 04:27:42 +0000 (0:00:00.026) 0:01:06.226 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707107246.1000142, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1707107216.7970061, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4471560, "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": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "396954581", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 05 February 2024 04:27:42 +0000 (0:00:00.202) 0:01:06.429 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Monday 05 February 2024 04:27:42 +0000 (0:00:00.018) 0:01:06.447 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if user is in subuid file] ****** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Monday 05 February 2024 04:27:42 +0000 (0:00:00.017) 0:01:06.465 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Monday 05 February 2024 04:27:42 +0000 (0:00:00.017) 0:01:06.483 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if group is in subgid file] ***** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 05 February 2024 04:27:42 +0000 (0:00:00.017) 0:01:06.500 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Monday 05 February 2024 04:27:42 +0000 (0:00:00.018) 0:01:06.519 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Monday 05 February 2024 04:27:42 +0000 (0:00:00.019) 0:01:06.539 ******* ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_images_found": [], "__podman_kube_yamls_raw": "", "__podman_service_name": "bogus.service", "__podman_systemd_scope": "system", "__podman_user_home_dir": "/root", "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Monday 05 February 2024 04:27:42 +0000 (0:00:00.035) 0:01:06.575 ******* ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/etc/containers/systemd" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get kube yaml contents] *************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Monday 05 February 2024 04:27:42 +0000 (0:00:00.019) 0:01:06.595 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Monday 05 February 2024 04:27:42 +0000 (0:00:00.018) 0:01:06.613 ******* ok: [sut] => { "ansible_facts": { "__podman_images": [], "__podman_quadlet_file": "/etc/containers/systemd/bogus.container", "__podman_volumes": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Cleanup quadlets] ********************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Monday 05 February 2024 04:27:43 +0000 (0:00:00.057) 0:01:06.670 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml for sut TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 Monday 05 February 2024 04:27:43 +0000 (0:00:00.049) 0:01:06.719 ******* changed: [sut] => { "changed": true, "enabled": false, "failed_when_result": false, "name": "bogus.service", "state": "stopped", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "systemd-journald.socket basic.target sysinit.target -.mount system.slice", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "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": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "yes", "DelegateControllers": "cpu cpuacct cpuset io blkio memory devices pids bpf-firewall bpf-devices bpf-foreign bpf-socket-bind bpf-restrict-network-interfaces", "Description": "bogus.service", "DevicePolicy": "auto", "DynamicUser": "no", "Environment": "PODMAN_SYSTEMD_UNIT=bogus.service", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman run --name=bogus --cidfile=/run/bogus.cid --replace --rm --cgroups=split --sdnotify=conmon -d this_is_a_bogus_image ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman run --name=bogus --cidfile=/run/bogus.cid --replace --rm --cgroups=split --sdnotify=conmon -d this_is_a_bogus_image ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/bogus.cid ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/bogus.cid ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopPost": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/bogus.cid ; ignore_errors=yes ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopPostEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/bogus.cid ; flags=ignore-failure ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/run/systemd/generator/bogus.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "bogus.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13974", "LimitNPROCSoft": "13974", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13974", "LimitSIGPENDINGSoft": "13974", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "bogus.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMPolicy": "continue", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target -.mount", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "SourcePath": "/etc/containers/systemd/bogus.container", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogIdentifier": "bogus", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22359", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "generated", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.podman : Remove quadlet file] ****************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:22 Monday 05 February 2024 04:27:43 +0000 (0:00:00.583) 0:01:07.302 ******* changed: [sut] => { "changed": true, "path": "/etc/containers/systemd/bogus.container", "state": "absent" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:28 Monday 05 February 2024 04:27:43 +0000 (0:00:00.226) 0:01:07.529 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 05 February 2024 04:27:43 +0000 (0:00:00.029) 0:01:07.559 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Monday 05 February 2024 04:27:43 +0000 (0:00:00.024) 0:01:07.583 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Monday 05 February 2024 04:27:44 +0000 (0:00:00.059) 0:01:07.643 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:36 Monday 05 February 2024 04:27:44 +0000 (0:00:00.020) 0:01:07.663 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Prune images no longer in use] ******** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:45 Monday 05 February 2024 04:27:44 +0000 (0:00:00.592) 0:01:08.255 ******* changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.035989", "end": "2024-02-05 04:27:44.822365", "rc": 0, "start": "2024-02-05 04:27:44.786376" } TASK [fedora.linux_system_roles.podman : Remove network] *********************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:53 Monday 05 February 2024 04:27:44 +0000 (0:00:00.236) 0:01:08.492 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_quadlet_type == \"network\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update quadlets] *********** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Monday 05 February 2024 04:27:44 +0000 (0:00:00.020) 0:01:08.513 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:122 Monday 05 February 2024 04:27:44 +0000 (0:00:00.017) 0:01:08.530 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Create user for testing] ************************************************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/tests/tests_quadlet_basic.yml:112 Monday 05 February 2024 04:27:44 +0000 (0:00:00.025) 0:01:08.555 ******* changed: [sut] => { "changed": true, "comment": "", "create_home": true, "group": 1111, "home": "/home/user_quadlet_basic", "name": "user_quadlet_basic", "shell": "/bin/bash", "state": "present", "system": false, "uid": 1111 } TASK [Run the role - user] ***************************************************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/tests/tests_quadlet_basic.yml:117 Monday 05 February 2024 04:27:45 +0000 (0:00:00.508) 0:01:09.064 ******* TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Monday 05 February 2024 04:27:45 +0000 (0:00:00.052) 0:01:09.117 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Monday 05 February 2024 04:27:45 +0000 (0:00:00.034) 0:01:09.151 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Monday 05 February 2024 04:27:45 +0000 (0:00:00.024) 0:01:09.176 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Monday 05 February 2024 04:27:45 +0000 (0:00:00.017) 0:01:09.194 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Monday 05 February 2024 04:27:45 +0000 (0:00:00.018) 0:01:09.212 ******* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Monday 05 February 2024 04:27:45 +0000 (0:00:00.038) 0:01:09.250 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Enable copr if requested] ************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Monday 05 February 2024 04:27:46 +0000 (0:00:01.002) 0:01:10.253 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Monday 05 February 2024 04:27:46 +0000 (0:00:00.059) 0:01:10.312 ******* skipping: [sut] => { "changed": false, "false_condition": "(__podman_packages | difference(ansible_facts.packages))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Monday 05 February 2024 04:27:46 +0000 (0:00:00.021) 0:01:10.333 ******* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.031568", "end": "2024-02-05 04:27:46.891856", "rc": 0, "start": "2024-02-05 04:27:46.860288" } STDOUT: podman version 4.8.1 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:27 Monday 05 February 2024 04:27:46 +0000 (0:00:00.228) 0:01:10.562 ******* ok: [sut] => { "ansible_facts": { "podman_version": "4.8.1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:31 Monday 05 February 2024 04:27:46 +0000 (0:00:00.020) 0:01:10.583 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_version is version(\"4.2\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Monday 05 February 2024 04:27:46 +0000 (0:00:00.018) 0:01:10.601 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_version is version(\"4.4\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:48 Monday 05 February 2024 04:27:46 +0000 (0:00:00.034) 0:01:10.636 ******* META: end_host conditional evaluated to False, continuing execution for sut skipping: [sut] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for sut" } MSG: end_host conditional evaluated to false, continuing execution for sut TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:55 Monday 05 February 2024 04:27:47 +0000 (0:00:00.035) 0:01:10.671 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 05 February 2024 04:27:47 +0000 (0:00:00.037) 0:01:10.709 ******* ok: [sut] => { "ansible_facts": { "getent_passwd": { "user_quadlet_basic": [ "x", "1111", "1111", "", "/home/user_quadlet_basic", "/bin/bash" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 05 February 2024 04:27:47 +0000 (0:00:00.201) 0:01:10.910 ******* skipping: [sut] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 05 February 2024 04:27:47 +0000 (0:00:00.024) 0:01:10.935 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Monday 05 February 2024 04:27:47 +0000 (0:00:00.026) 0:01:10.961 ******* ok: [sut] => { "ansible_facts": { "getent_group": { "user_quadlet_basic": [ "x", "1111", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Monday 05 February 2024 04:27:47 +0000 (0:00:00.203) 0:01:11.165 ******* ok: [sut] => { "ansible_facts": { "__podman_group_name": "user_quadlet_basic" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Monday 05 February 2024 04:27:47 +0000 (0:00:00.025) 0:01:11.190 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707107246.1000142, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1707107216.7970061, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4471560, "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": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "396954581", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 05 February 2024 04:27:47 +0000 (0:00:00.201) 0:01:11.392 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.003842", "end": "2024-02-05 04:27:47.925340", "rc": 0, "start": "2024-02-05 04:27:47.921498" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Monday 05 February 2024 04:27:47 +0000 (0:00:00.202) 0:01:11.594 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.003835", "end": "2024-02-05 04:27:48.126428", "rc": 0, "start": "2024-02-05 04:27:48.122593" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [fedora.linux_system_roles.podman : Check if user is in subuid file] ****** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Monday 05 February 2024 04:27:48 +0000 (0:00:00.201) 0:01:11.795 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Monday 05 February 2024 04:27:48 +0000 (0:00:00.017) 0:01:11.813 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if group is in subgid file] ***** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 05 February 2024 04:27:48 +0000 (0:00:00.016) 0:01:11.829 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Monday 05 February 2024 04:27:48 +0000 (0:00:00.016) 0:01:11.846 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:61 Monday 05 February 2024 04:27:48 +0000 (0:00:00.016) 0:01:11.862 ******* ok: [sut] => { "ansible_facts": { "__podman_container_conf_file": "/root/.config/containers/containers.conf.d/50-systemroles.conf", "__podman_policy_json_file": "/root/.config/containers/policy.json", "__podman_registries_conf_file": "/root/.config/containers/registries.conf.d/50-systemroles.conf", "__podman_storage_conf_file": "/root/.config/containers/storage.conf" }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle container.conf.d] ************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:70 Monday 05 February 2024 04:27:48 +0000 (0:00:00.065) 0:01:11.928 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for sut TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Monday 05 February 2024 04:27:48 +0000 (0:00:00.041) 0:01:11.969 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Monday 05 February 2024 04:27:48 +0000 (0:00:00.019) 0:01:11.989 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Monday 05 February 2024 04:27:48 +0000 (0:00:00.021) 0:01:12.011 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for sut TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Monday 05 February 2024 04:27:48 +0000 (0:00:00.037) 0:01:12.048 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Monday 05 February 2024 04:27:48 +0000 (0:00:00.019) 0:01:12.068 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:76 Monday 05 February 2024 04:27:48 +0000 (0:00:00.017) 0:01:12.086 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for sut TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Monday 05 February 2024 04:27:48 +0000 (0:00:00.036) 0:01:12.122 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Monday 05 February 2024 04:27:48 +0000 (0:00:00.022) 0:01:12.145 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:79 Monday 05 February 2024 04:27:48 +0000 (0:00:00.022) 0:01:12.167 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for sut TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Monday 05 February 2024 04:27:48 +0000 (0:00:00.041) 0:01:12.208 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Monday 05 February 2024 04:27:48 +0000 (0:00:00.025) 0:01:12.234 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Monday 05 February 2024 04:27:48 +0000 (0:00:00.021) 0:01:12.255 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Monday 05 February 2024 04:27:48 +0000 (0:00:00.020) 0:01:12.275 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:85 Monday 05 February 2024 04:27:48 +0000 (0:00:00.018) 0:01:12.294 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_firewall | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:92 Monday 05 February 2024 04:27:48 +0000 (0:00:00.023) 0:01:12.318 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_selinux_ports | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:99 Monday 05 February 2024 04:27:48 +0000 (0:00:00.019) 0:01:12.337 ******* ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:103 Monday 05 February 2024 04:27:48 +0000 (0:00:00.069) 0:01:12.406 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml for sut => (item=(censored due to no_log)) included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml for sut => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set variables part 0] ***************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:3 Monday 05 February 2024 04:27:48 +0000 (0:00:00.079) 0:01:12.486 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Set variables part 1] ***************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:10 Monday 05 February 2024 04:27:48 +0000 (0:00:00.028) 0:01:12.514 ******* ok: [sut] => { "ansible_facts": { "__podman_user": "user_quadlet_basic" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set variables part 2] ***************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:14 Monday 05 February 2024 04:27:48 +0000 (0:00:00.023) 0:01:12.537 ******* ok: [sut] => { "ansible_facts": { "__podman_rootless": true, "__podman_xdg_runtime_dir": "/run/user/1111" }, "changed": false } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:20 Monday 05 February 2024 04:27:48 +0000 (0:00:00.027) 0:01:12.564 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 05 February 2024 04:27:48 +0000 (0:00:00.029) 0:01:12.593 ******* changed: [sut] => { "changed": true, "cmd": [ "loginctl", "enable-linger", "user_quadlet_basic" ], "delta": "0:00:00.018216", "end": "2024-02-05 04:27:49.143635", "rc": 0, "start": "2024-02-05 04:27:49.125419" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Monday 05 February 2024 04:27:49 +0000 (0:00:00.231) 0:01:12.825 ******* ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Monday 05 February 2024 04:27:49 +0000 (0:00:00.023) 0:01:12.849 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_item_state | d('present') == 'absent'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Manage each secret] ******************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:25 Monday 05 February 2024 04:27:49 +0000 (0:00:00.019) 0:01:12.868 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Set variables part 0] ***************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:3 Monday 05 February 2024 04:27:49 +0000 (0:00:00.577) 0:01:13.446 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Set variables part 1] ***************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:10 Monday 05 February 2024 04:27:49 +0000 (0:00:00.025) 0:01:13.471 ******* ok: [sut] => { "ansible_facts": { "__podman_user": "user_quadlet_basic" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set variables part 2] ***************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:14 Monday 05 February 2024 04:27:49 +0000 (0:00:00.029) 0:01:13.501 ******* ok: [sut] => { "ansible_facts": { "__podman_rootless": true, "__podman_xdg_runtime_dir": "/run/user/1111" }, "changed": false } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:20 Monday 05 February 2024 04:27:49 +0000 (0:00:00.037) 0:01:13.539 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 05 February 2024 04:27:49 +0000 (0:00:00.041) 0:01:13.580 ******* ok: [sut] => { "changed": false, "cmd": [ "loginctl", "enable-linger", "user_quadlet_basic" ], "delta": null, "end": null, "rc": 0, "start": null } STDOUT: skipped, since /var/lib/systemd/linger/user_quadlet_basic exists MSG: Did not run command since '/var/lib/systemd/linger/user_quadlet_basic' exists TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Monday 05 February 2024 04:27:50 +0000 (0:00:00.221) 0:01:13.802 ******* ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Monday 05 February 2024 04:27:50 +0000 (0:00:00.026) 0:01:13.829 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_item_state | d('present') == 'absent'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Manage each secret] ******************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:25 Monday 05 February 2024 04:27:50 +0000 (0:00:00.024) 0:01:13.854 ******* changed: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Monday 05 February 2024 04:27:50 +0000 (0:00:00.563) 0:01:14.417 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:116 Monday 05 February 2024 04:27:50 +0000 (0:00:00.055) 0:01:14.473 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for sut => (item={'name': 'quadlet-basic', 'type': 'network', 'Network': {'Subnet': '192.168.29.0/24', 'Gateway': '192.168.29.1', 'Label': 'app=wordpress'}}) included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for sut => (item={'name': 'quadlet-basic-mysql', 'type': 'volume', 'Volume': {}}) included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for sut => (item={'name': 'quadlet-basic-mysql', 'type': 'container', 'Install': {'WantedBy': 'default.target'}, 'Container': {'Image': 'quay.io/linux-system-roles/mysql:5.6', 'ContainerName': 'quadlet-basic-mysql', 'Volume': 'quadlet-basic-mysql.volume:/var/lib/mysql', 'Network': 'quadlet-basic.network', 'PodmanArgs': '--secret=mysql_container_root_password,type=env,target=MYSQL_ROOT_PASSWORD --secret=json_secret,type=mount,target=/tmp/test.json', 'Environment': ['FOO=/bin/busybox-extras', 'BAZ=test']}}) TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Monday 05 February 2024 04:27:50 +0000 (0:00:00.064) 0:01:14.537 ******* ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": { "Network": { "Gateway": "192.168.29.1", "Label": "app=wordpress", "Subnet": "192.168.29.0/24" } }, "__podman_quadlet_str": "", "__podman_quadlet_template_src": "" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Monday 05 February 2024 04:27:50 +0000 (0:00:00.027) 0:01:14.564 ******* ok: [sut] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_pull_image": true, "__podman_state": "created", "__podman_systemd_unit_scope": "", "__podman_user": "user_quadlet_basic" }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if no quadlet spec is given] ***** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Monday 05 February 2024 04:27:50 +0000 (0:00:00.024) 0:01:14.588 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_quadlet_spec | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Monday 05 February 2024 04:27:50 +0000 (0:00:00.019) 0:01:14.608 ******* ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-basic", "__podman_quadlet_type": "network", "__podman_rootless": true }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Monday 05 February 2024 04:27:51 +0000 (0:00:00.036) 0:01:14.645 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 05 February 2024 04:27:51 +0000 (0:00:00.037) 0:01:14.682 ******* skipping: [sut] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 05 February 2024 04:27:51 +0000 (0:00:00.025) 0:01:14.708 ******* skipping: [sut] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 05 February 2024 04:27:51 +0000 (0:00:00.021) 0:01:14.729 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Monday 05 February 2024 04:27:51 +0000 (0:00:00.039) 0:01:14.769 ******* ok: [sut] => { "ansible_facts": { "getent_group": { "user_quadlet_basic": [ "x", "1111", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Monday 05 February 2024 04:27:51 +0000 (0:00:00.203) 0:01:14.972 ******* ok: [sut] => { "ansible_facts": { "__podman_group_name": "user_quadlet_basic" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Monday 05 February 2024 04:27:51 +0000 (0:00:00.025) 0:01:14.998 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707107246.1000142, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1707107216.7970061, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4471560, "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": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "396954581", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 05 February 2024 04:27:51 +0000 (0:00:00.201) 0:01:15.199 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.003809", "end": "2024-02-05 04:27:51.733155", "rc": 0, "start": "2024-02-05 04:27:51.729346" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Monday 05 February 2024 04:27:51 +0000 (0:00:00.203) 0:01:15.403 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.004001", "end": "2024-02-05 04:27:51.936811", "rc": 0, "start": "2024-02-05 04:27:51.932810" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [fedora.linux_system_roles.podman : Check if user is in subuid file] ****** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Monday 05 February 2024 04:27:51 +0000 (0:00:00.203) 0:01:15.606 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Monday 05 February 2024 04:27:51 +0000 (0:00:00.021) 0:01:15.628 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if group is in subgid file] ***** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 05 February 2024 04:27:52 +0000 (0:00:00.019) 0:01:15.648 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Monday 05 February 2024 04:27:52 +0000 (0:00:00.022) 0:01:15.671 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Monday 05 February 2024 04:27:52 +0000 (0:00:00.032) 0:01:15.703 ******* ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_images_found": [], "__podman_kube_yamls_raw": "", "__podman_service_name": "", "__podman_systemd_scope": "user", "__podman_user_home_dir": "/home/user_quadlet_basic", "__podman_xdg_runtime_dir": "/run/user/1111" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Monday 05 February 2024 04:27:52 +0000 (0:00:00.094) 0:01:15.798 ******* ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/home/user_quadlet_basic/.config/containers/systemd" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get kube yaml contents] *************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Monday 05 February 2024 04:27:52 +0000 (0:00:00.033) 0:01:15.831 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_kube_yamls_raw | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Monday 05 February 2024 04:27:52 +0000 (0:00:00.027) 0:01:15.858 ******* ok: [sut] => { "ansible_facts": { "__podman_images": [], "__podman_quadlet_file": "/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic.network", "__podman_volumes": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Cleanup quadlets] ********************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Monday 05 February 2024 04:27:52 +0000 (0:00:00.047) 0:01:15.906 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_state == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update quadlets] *********** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Monday 05 February 2024 04:27:52 +0000 (0:00:00.022) 0:01:15.929 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml for sut TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:2 Monday 05 February 2024 04:27:52 +0000 (0:00:00.039) 0:01:15.968 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 05 February 2024 04:27:52 +0000 (0:00:00.030) 0:01:15.999 ******* ok: [sut] => { "changed": false, "cmd": [ "loginctl", "enable-linger", "user_quadlet_basic" ], "delta": null, "end": null, "rc": 0, "start": null } STDOUT: skipped, since /var/lib/systemd/linger/user_quadlet_basic exists MSG: Did not run command since '/var/lib/systemd/linger/user_quadlet_basic' exists TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Monday 05 February 2024 04:27:52 +0000 (0:00:00.196) 0:01:16.196 ******* ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Monday 05 February 2024 04:27:52 +0000 (0:00:00.023) 0:01:16.220 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_item_state | d('present') == 'absent'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:7 Monday 05 February 2024 04:27:52 +0000 (0:00:00.020) 0:01:16.240 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:20 Monday 05 February 2024 04:27:52 +0000 (0:00:00.016) 0:01:16.257 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Ensure the quadlet directory is present] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:37 Monday 05 February 2024 04:27:52 +0000 (0:00:00.017) 0:01:16.275 ******* changed: [sut] => { "changed": true, "gid": 1111, "group": "user_quadlet_basic", "mode": "0755", "owner": "user_quadlet_basic", "path": "/home/user_quadlet_basic/.config/containers/systemd", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 6, "state": "directory", "uid": 1111 } TASK [fedora.linux_system_roles.podman : Ensure quadlet file is copied] ******** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:46 Monday 05 February 2024 04:27:52 +0000 (0:00:00.214) 0:01:16.489 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_quadlet_file_src | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure quadlet file content is present] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:56 Monday 05 February 2024 04:27:52 +0000 (0:00:00.018) 0:01:16.507 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_quadlet_str | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure quadlet file is present] ******* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:68 Monday 05 February 2024 04:27:52 +0000 (0:00:00.018) 0:01:16.526 ******* changed: [sut] => { "changed": true, "checksum": "527eda617bc3c33ce0c070878f5290eea6be16e5", "dest": "/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic.network", "gid": 1111, "group": "user_quadlet_basic", "md5sum": "1f5dfaba883c749c6004ddcb90f6bdc8", "mode": "0644", "owner": "user_quadlet_basic", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 118, "src": "/root/.ansible/tmp/ansible-tmp-1707107272.9193466-7337-113410842669923/source", "state": "file", "uid": 1111 } TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:80 Monday 05 February 2024 04:27:53 +0000 (0:00:00.526) 0:01:17.053 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Start service] ************************ task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:108 Monday 05 February 2024 04:27:53 +0000 (0:00:00.416) 0:01:17.470 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_service_name | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Restart service] ********************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:123 Monday 05 February 2024 04:27:53 +0000 (0:00:00.021) 0:01:17.491 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_service_name | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Monday 05 February 2024 04:27:53 +0000 (0:00:00.021) 0:01:17.513 ******* ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": { "Volume": {} }, "__podman_quadlet_str": "", "__podman_quadlet_template_src": "" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Monday 05 February 2024 04:27:53 +0000 (0:00:00.026) 0:01:17.540 ******* ok: [sut] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_pull_image": true, "__podman_state": "created", "__podman_systemd_unit_scope": "", "__podman_user": "user_quadlet_basic" }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if no quadlet spec is given] ***** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Monday 05 February 2024 04:27:53 +0000 (0:00:00.057) 0:01:17.597 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_quadlet_spec | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Monday 05 February 2024 04:27:53 +0000 (0:00:00.018) 0:01:17.616 ******* ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-basic-mysql", "__podman_quadlet_type": "volume", "__podman_rootless": true }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Monday 05 February 2024 04:27:54 +0000 (0:00:00.029) 0:01:17.645 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 05 February 2024 04:27:54 +0000 (0:00:00.033) 0:01:17.679 ******* skipping: [sut] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 05 February 2024 04:27:54 +0000 (0:00:00.020) 0:01:17.699 ******* skipping: [sut] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 05 February 2024 04:27:54 +0000 (0:00:00.020) 0:01:17.720 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Monday 05 February 2024 04:27:54 +0000 (0:00:00.025) 0:01:17.745 ******* ok: [sut] => { "ansible_facts": { "getent_group": { "user_quadlet_basic": [ "x", "1111", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Monday 05 February 2024 04:27:54 +0000 (0:00:00.202) 0:01:17.948 ******* ok: [sut] => { "ansible_facts": { "__podman_group_name": "user_quadlet_basic" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Monday 05 February 2024 04:27:54 +0000 (0:00:00.025) 0:01:17.973 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707107246.1000142, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1707107216.7970061, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4471560, "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": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "396954581", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 05 February 2024 04:27:54 +0000 (0:00:00.201) 0:01:18.174 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.003831", "end": "2024-02-05 04:27:54.707486", "rc": 0, "start": "2024-02-05 04:27:54.703655" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Monday 05 February 2024 04:27:54 +0000 (0:00:00.201) 0:01:18.376 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.003784", "end": "2024-02-05 04:27:54.909762", "rc": 0, "start": "2024-02-05 04:27:54.905978" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [fedora.linux_system_roles.podman : Check if user is in subuid file] ****** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Monday 05 February 2024 04:27:54 +0000 (0:00:00.203) 0:01:18.579 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Monday 05 February 2024 04:27:54 +0000 (0:00:00.017) 0:01:18.597 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if group is in subgid file] ***** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 05 February 2024 04:27:54 +0000 (0:00:00.017) 0:01:18.614 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Monday 05 February 2024 04:27:54 +0000 (0:00:00.016) 0:01:18.631 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Monday 05 February 2024 04:27:55 +0000 (0:00:00.017) 0:01:18.648 ******* ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_images_found": [], "__podman_kube_yamls_raw": "", "__podman_service_name": "quadlet-basic-mysql-volume.service", "__podman_systemd_scope": "user", "__podman_user_home_dir": "/home/user_quadlet_basic", "__podman_xdg_runtime_dir": "/run/user/1111" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Monday 05 February 2024 04:27:55 +0000 (0:00:00.032) 0:01:18.681 ******* ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/home/user_quadlet_basic/.config/containers/systemd" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get kube yaml contents] *************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Monday 05 February 2024 04:27:55 +0000 (0:00:00.020) 0:01:18.702 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_kube_yamls_raw | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Monday 05 February 2024 04:27:55 +0000 (0:00:00.019) 0:01:18.722 ******* ok: [sut] => { "ansible_facts": { "__podman_images": [], "__podman_quadlet_file": "/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic-mysql.volume", "__podman_volumes": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Cleanup quadlets] ********************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Monday 05 February 2024 04:27:55 +0000 (0:00:00.046) 0:01:18.768 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_state == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update quadlets] *********** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Monday 05 February 2024 04:27:55 +0000 (0:00:00.017) 0:01:18.786 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml for sut TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:2 Monday 05 February 2024 04:27:55 +0000 (0:00:00.077) 0:01:18.864 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 05 February 2024 04:27:55 +0000 (0:00:00.036) 0:01:18.900 ******* ok: [sut] => { "changed": false, "cmd": [ "loginctl", "enable-linger", "user_quadlet_basic" ], "delta": null, "end": null, "rc": 0, "start": null } STDOUT: skipped, since /var/lib/systemd/linger/user_quadlet_basic exists MSG: Did not run command since '/var/lib/systemd/linger/user_quadlet_basic' exists TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Monday 05 February 2024 04:27:55 +0000 (0:00:00.197) 0:01:19.098 ******* ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Monday 05 February 2024 04:27:55 +0000 (0:00:00.023) 0:01:19.121 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_item_state | d('present') == 'absent'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:7 Monday 05 February 2024 04:27:55 +0000 (0:00:00.019) 0:01:19.141 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:20 Monday 05 February 2024 04:27:55 +0000 (0:00:00.017) 0:01:19.158 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Ensure the quadlet directory is present] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:37 Monday 05 February 2024 04:27:55 +0000 (0:00:00.016) 0:01:19.175 ******* ok: [sut] => { "changed": false, "gid": 1111, "group": "user_quadlet_basic", "mode": "0755", "owner": "user_quadlet_basic", "path": "/home/user_quadlet_basic/.config/containers/systemd", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 35, "state": "directory", "uid": 1111 } TASK [fedora.linux_system_roles.podman : Ensure quadlet file is copied] ******** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:46 Monday 05 February 2024 04:27:55 +0000 (0:00:00.208) 0:01:19.383 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_quadlet_file_src | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure quadlet file content is present] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:56 Monday 05 February 2024 04:27:55 +0000 (0:00:00.019) 0:01:19.402 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_quadlet_str | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure quadlet file is present] ******* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:68 Monday 05 February 2024 04:27:55 +0000 (0:00:00.023) 0:01:19.426 ******* changed: [sut] => { "changed": true, "checksum": "fd0ae560360afa5541b866560b1e849d25e216ef", "dest": "/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic-mysql.volume", "gid": 1111, "group": "user_quadlet_basic", "md5sum": "4967598a0284ad3e296ab106829a30a2", "mode": "0644", "owner": "user_quadlet_basic", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 53, "src": "/root/.ansible/tmp/ansible-tmp-1707107275.820769-7390-6874915097027/source", "state": "file", "uid": 1111 } TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:80 Monday 05 February 2024 04:27:56 +0000 (0:00:00.547) 0:01:19.973 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Start service] ************************ task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:108 Monday 05 February 2024 04:27:56 +0000 (0:00:00.394) 0:01:20.367 ******* changed: [sut] => { "changed": true, "name": "quadlet-basic-mysql-volume.service", "state": "started", "status": { "AccessSELinuxContext": "unconfined_u:object_r:user_tmp_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "basic.target -.mount app.slice run-user-1111.mount", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "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": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "quadlet-basic-mysql-volume.service", "DevicePolicy": "auto", "DynamicUser": "no", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman volume create --ignore systemd-quadlet-basic-mysql ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman volume create --ignore systemd-quadlet-basic-mysql ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/run/user/1111/systemd/generator/quadlet-basic-mysql-volume.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "quadlet-basic-mysql-volume.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "inherit", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13974", "LimitNPROCSoft": "13974", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13974", "LimitSIGPENDINGSoft": "13974", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "quadlet-basic-mysql-volume.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "200", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "app.slice basic.target", "RequiresMountsFor": "/run/user/1111/containers", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "app.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogIdentifier": "quadlet-basic-mysql-volume", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22359", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "infinity", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "generated", "UtmpMode": "init", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity", "WorkingDirectory": "!/home/user_quadlet_basic" } } TASK [fedora.linux_system_roles.podman : Restart service] ********************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:123 Monday 05 February 2024 04:27:57 +0000 (0:00:00.428) 0:01:20.796 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_service_started is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Monday 05 February 2024 04:27:57 +0000 (0:00:00.020) 0:01:20.817 ******* ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": { "Container": { "ContainerName": "quadlet-basic-mysql", "Environment": [ "FOO=/bin/busybox-extras", "BAZ=test" ], "Image": "quay.io/linux-system-roles/mysql:5.6", "Network": "quadlet-basic.network", "PodmanArgs": "--secret=mysql_container_root_password,type=env,target=MYSQL_ROOT_PASSWORD --secret=json_secret,type=mount,target=/tmp/test.json", "Volume": "quadlet-basic-mysql.volume:/var/lib/mysql" }, "Install": { "WantedBy": "default.target" } }, "__podman_quadlet_str": "", "__podman_quadlet_template_src": "" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Monday 05 February 2024 04:27:57 +0000 (0:00:00.025) 0:01:20.843 ******* ok: [sut] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_pull_image": true, "__podman_state": "created", "__podman_systemd_unit_scope": "", "__podman_user": "user_quadlet_basic" }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if no quadlet spec is given] ***** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Monday 05 February 2024 04:27:57 +0000 (0:00:00.025) 0:01:20.868 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_quadlet_spec | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Monday 05 February 2024 04:27:57 +0000 (0:00:00.018) 0:01:20.886 ******* ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-basic-mysql", "__podman_quadlet_type": "container", "__podman_rootless": true }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Monday 05 February 2024 04:27:57 +0000 (0:00:00.030) 0:01:20.917 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 05 February 2024 04:27:57 +0000 (0:00:00.072) 0:01:20.989 ******* skipping: [sut] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 05 February 2024 04:27:57 +0000 (0:00:00.021) 0:01:21.011 ******* skipping: [sut] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 05 February 2024 04:27:57 +0000 (0:00:00.021) 0:01:21.033 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Monday 05 February 2024 04:27:57 +0000 (0:00:00.025) 0:01:21.058 ******* ok: [sut] => { "ansible_facts": { "getent_group": { "user_quadlet_basic": [ "x", "1111", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Monday 05 February 2024 04:27:57 +0000 (0:00:00.202) 0:01:21.261 ******* ok: [sut] => { "ansible_facts": { "__podman_group_name": "user_quadlet_basic" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Monday 05 February 2024 04:27:57 +0000 (0:00:00.024) 0:01:21.286 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707107246.1000142, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1707107216.7970061, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4471560, "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": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "396954581", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 05 February 2024 04:27:57 +0000 (0:00:00.202) 0:01:21.488 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.003790", "end": "2024-02-05 04:27:58.021349", "rc": 0, "start": "2024-02-05 04:27:58.017559" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Monday 05 February 2024 04:27:58 +0000 (0:00:00.201) 0:01:21.689 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.003753", "end": "2024-02-05 04:27:58.221041", "rc": 0, "start": "2024-02-05 04:27:58.217288" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [fedora.linux_system_roles.podman : Check if user is in subuid file] ****** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Monday 05 February 2024 04:27:58 +0000 (0:00:00.201) 0:01:21.891 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Monday 05 February 2024 04:27:58 +0000 (0:00:00.017) 0:01:21.908 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if group is in subgid file] ***** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 05 February 2024 04:27:58 +0000 (0:00:00.017) 0:01:21.926 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Monday 05 February 2024 04:27:58 +0000 (0:00:00.016) 0:01:21.942 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Monday 05 February 2024 04:27:58 +0000 (0:00:00.017) 0:01:21.959 ******* ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_images_found": [ "quay.io/linux-system-roles/mysql:5.6" ], "__podman_kube_yamls_raw": "", "__podman_service_name": "quadlet-basic-mysql.service", "__podman_systemd_scope": "user", "__podman_user_home_dir": "/home/user_quadlet_basic", "__podman_xdg_runtime_dir": "/run/user/1111" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Monday 05 February 2024 04:27:58 +0000 (0:00:00.032) 0:01:21.991 ******* ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/home/user_quadlet_basic/.config/containers/systemd" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get kube yaml contents] *************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Monday 05 February 2024 04:27:58 +0000 (0:00:00.020) 0:01:22.011 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_kube_yamls_raw | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Monday 05 February 2024 04:27:58 +0000 (0:00:00.017) 0:01:22.029 ******* ok: [sut] => { "ansible_facts": { "__podman_images": [ "quay.io/linux-system-roles/mysql:5.6" ], "__podman_quadlet_file": "/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic-mysql.container", "__podman_volumes": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Cleanup quadlets] ********************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Monday 05 February 2024 04:27:58 +0000 (0:00:00.044) 0:01:22.074 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_state == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update quadlets] *********** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Monday 05 February 2024 04:27:58 +0000 (0:00:00.015) 0:01:22.090 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml for sut TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:2 Monday 05 February 2024 04:27:58 +0000 (0:00:00.039) 0:01:22.129 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 05 February 2024 04:27:58 +0000 (0:00:00.030) 0:01:22.159 ******* ok: [sut] => { "changed": false, "cmd": [ "loginctl", "enable-linger", "user_quadlet_basic" ], "delta": null, "end": null, "rc": 0, "start": null } STDOUT: skipped, since /var/lib/systemd/linger/user_quadlet_basic exists MSG: Did not run command since '/var/lib/systemd/linger/user_quadlet_basic' exists TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Monday 05 February 2024 04:27:58 +0000 (0:00:00.231) 0:01:22.390 ******* ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Monday 05 February 2024 04:27:58 +0000 (0:00:00.022) 0:01:22.413 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_item_state | d('present') == 'absent'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:7 Monday 05 February 2024 04:27:58 +0000 (0:00:00.019) 0:01:22.432 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:20 Monday 05 February 2024 04:27:58 +0000 (0:00:00.014) 0:01:22.447 ******* changed: [sut] => (item=quay.io/linux-system-roles/mysql:5.6) => { "actions": [ "Pulled image quay.io/linux-system-roles/mysql:5.6" ], "ansible_loop_var": "item", "changed": true, "failed_when_result": false, "image": [ { "Annotations": {}, "Architecture": "amd64", "Author": "", "Comment": "", "Config": { "Cmd": [ "mysqld" ], "Entrypoint": [ "docker-entrypoint.sh" ], "Env": [ "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "GOSU_VERSION=1.12", "MYSQL_MAJOR=5.6", "MYSQL_VERSION=5.6.51-1debian9" ], "ExposedPorts": { "3306/tcp": {} }, "Volumes": { "/var/lib/mysql": {} } }, "Created": "2021-12-21T02:57:59.587337844Z", "Digest": "sha256:2d0419de75076a55e0d0c0680b4f86ecdbb8a88de92054698a0028bcb218a3a8", "GraphDriver": { "Data": { "LowerDir": "/home/user_quadlet_basic/.local/share/containers/storage/overlay/63c8cde32bc583ca7971591c23194c1fd072197949f28fcad7f10780ad1af022/diff:/home/user_quadlet_basic/.local/share/containers/storage/overlay/4904a0ac4db0b6060c944fc7c882cba99b79b50f90151785350c0e4ba7f94390/diff:/home/user_quadlet_basic/.local/share/containers/storage/overlay/1822e40336d4b2b31d888f669f443965d4476dae35fd0a67e58eefd9c5ecb9e5/diff:/home/user_quadlet_basic/.local/share/containers/storage/overlay/988a3979591d296974121b0a893ec621ea5e9939ab3cc5e7c194dbe27f7b5677/diff:/home/user_quadlet_basic/.local/share/containers/storage/overlay/ba0315059f870fcb66ebd6517f455f714fb4eeeb4fdee9cefb3d7f59a7b0cdb7/diff:/home/user_quadlet_basic/.local/share/containers/storage/overlay/0dbdd9024cc38ecc226b2c4772718d32ff0abc288b41669d58d506274c16c67a/diff:/home/user_quadlet_basic/.local/share/containers/storage/overlay/f8ddb99f39386eac409b19f8b347a7a10ee91771cfb838c88793ad8947a233f5/diff:/home/user_quadlet_basic/.local/share/containers/storage/overlay/2ecb8e9889676e4b9b129bab56314644612905ce6e6ce1c92d5a86ac8f08f03b/diff:/home/user_quadlet_basic/.local/share/containers/storage/overlay/07e715cdf99b679f1e067f4819d1b7e1ba9ea24229ede4e6b45b9240fe5865f8/diff:/home/user_quadlet_basic/.local/share/containers/storage/overlay/2b83e5699838047f936a3875bcce7fe1b169983bf86785ae7519c5bc488558ae/diff", "UpperDir": "/home/user_quadlet_basic/.local/share/containers/storage/overlay/bb762056c5cde2e3213fe6ccf595176708249829a607b0afc5799075d4a852ec/diff", "WorkDir": "/home/user_quadlet_basic/.local/share/containers/storage/overlay/bb762056c5cde2e3213fe6ccf595176708249829a607b0afc5799075d4a852ec/work" }, "Name": "overlay" }, "History": [ { "created": "2021-12-21T01:24:41.626621944Z", "created_by": "/bin/sh -c #(nop) ADD file:b1650c19c1dd1f4cff71553f2bb0bc949944d0bc24b54c318b2880c14538648a in / " }, { "created": "2021-12-21T01:24:42.056427889Z", "created_by": "/bin/sh -c #(nop) CMD [\"bash\"]", "empty_layer": true }, { "created": "2021-12-21T02:56:59.289452902Z", "created_by": "/bin/sh -c groupadd -r mysql && useradd -r -g mysql mysql" }, { "created": "2021-12-21T02:57:05.692613282Z", "created_by": "/bin/sh -c apt-get update && apt-get install -y --no-install-recommends gnupg dirmngr && rm -rf /var/lib/apt/lists/*" }, { "created": "2021-12-21T02:57:05.921738618Z", "created_by": "/bin/sh -c #(nop) ENV GOSU_VERSION=1.12", "empty_layer": true }, { "created": "2021-12-21T02:57:18.981216995Z", "created_by": "/bin/sh -c set -eux; \tsavedAptMark=\"$(apt-mark showmanual)\"; \tapt-get update; \tapt-get install -y --no-install-recommends ca-certificates wget; \trm -rf /var/lib/apt/lists/*; \tdpkgArch=\"$(dpkg --print-architecture | awk -F- '{ print $NF }')\"; \twget -O /usr/local/bin/gosu \"https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch\"; \twget -O /usr/local/bin/gosu.asc \"https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch.asc\"; \texport GNUPGHOME=\"$(mktemp -d)\"; \tgpg --batch --keyserver hkps://keys.openpgp.org --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4; \tgpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu; \tgpgconf --kill all; \trm -rf \"$GNUPGHOME\" /usr/local/bin/gosu.asc; \tapt-mark auto '.*' > /dev/null; \t[ -z \"$savedAptMark\" ] || apt-mark manual $savedAptMark > /dev/null; \tapt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; \tchmod +x /usr/local/bin/gosu; \tgosu --version; \tgosu nobody true" }, { "created": "2021-12-21T02:57:19.781116502Z", "created_by": "/bin/sh -c mkdir /docker-entrypoint-initdb.d" }, { "created": "2021-12-21T02:57:25.555452451Z", "created_by": "/bin/sh -c apt-get update && apt-get install -y --no-install-recommends \t\tpwgen \t\tperl \t\txz-utils \t&& rm -rf /var/lib/apt/lists/*" }, { "created": "2021-12-21T02:57:37.684730941Z", "created_by": "/bin/sh -c set -ex; \tkey='A4A9406876FCBD3C456770C88C718D3B5072E1F5'; \texport GNUPGHOME=\"$(mktemp -d)\"; \tgpg --batch --keyserver keyserver.ubuntu.com --recv-keys \"$key\"; \tgpg --batch --export \"$key\" > /etc/apt/trusted.gpg.d/mysql.gpg; \tgpgconf --kill all; \trm -rf \"$GNUPGHOME\"; \tapt-key list > /dev/null" }, { "created": "2021-12-21T02:57:37.903115972Z", "created_by": "/bin/sh -c #(nop) ENV MYSQL_MAJOR=5.6", "empty_layer": true }, { "created": "2021-12-21T02:57:38.155528708Z", "created_by": "/bin/sh -c #(nop) ENV MYSQL_VERSION=5.6.51-1debian9", "empty_layer": true }, { "created": "2021-12-21T02:57:39.106901365Z", "created_by": "/bin/sh -c echo 'deb http://repo.mysql.com/apt/debian/ stretch mysql-5.6' > /etc/apt/sources.list.d/mysql.list" }, { "created": "2021-12-21T02:57:56.693791892Z", "created_by": "/bin/sh -c { \t\techo mysql-community-server mysql-community-server/data-dir select ''; \t\techo mysql-community-server mysql-community-server/root-pass password ''; \t\techo mysql-community-server mysql-community-server/re-root-pass password ''; \t\techo mysql-community-server mysql-community-server/remove-test-db select false; \t} | debconf-set-selections \t&& apt-get update \t&& apt-get install -y \t\tmysql-server=\"${MYSQL_VERSION}\" \t&& find /etc/mysql/ -name '*.cnf' -print0 \t\t| xargs -0 grep -lZE '^(bind-address|log)' \t\t| xargs -rt -0 sed -Ei 's/^(bind-address|log)/#&/' \t&& echo '[mysqld]\\nskip-host-cache\\nskip-name-resolve' > /etc/mysql/conf.d/docker.cnf \t&& rm -rf /var/lib/apt/lists/* \t&& rm -rf /var/lib/mysql && mkdir -p /var/lib/mysql /var/run/mysqld \t&& chown -R mysql:mysql /var/lib/mysql /var/run/mysqld \t&& chmod 1777 /var/run/mysqld /var/lib/mysql" }, { "created": "2021-12-21T02:57:57.29721744Z", "created_by": "/bin/sh -c #(nop) VOLUME [/var/lib/mysql]", "empty_layer": true }, { "created": "2021-12-21T02:57:57.591077869Z", "created_by": "/bin/sh -c #(nop) COPY file:345a22fe55d3e6783a17075612415413487e7dba27fbf1000a67c7870364b739 in /usr/local/bin/ " }, { "created": "2021-12-21T02:57:58.761392735Z", "created_by": "/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh /entrypoint.sh # backwards compat" }, { "created": "2021-12-21T02:57:59.04809683Z", "created_by": "/bin/sh -c #(nop) ENTRYPOINT [\"docker-entrypoint.sh\"]", "empty_layer": true }, { "created": "2021-12-21T02:57:59.31392792Z", "created_by": "/bin/sh -c #(nop) EXPOSE 3306", "empty_layer": true }, { "created": "2021-12-21T02:57:59.587337844Z", "created_by": "/bin/sh -c #(nop) CMD [\"mysqld\"]", "empty_layer": true } ], "Id": "dd3b2a5dcb48ff61113592ed5ddd762581be4387c7bc552375a2159422aa6bf5", "Labels": null, "ManifestType": "application/vnd.docker.distribution.manifest.v2+json", "NamesHistory": [ "quay.io/linux-system-roles/mysql:5.6" ], "Os": "linux", "Parent": "", "RepoDigests": [ "quay.io/linux-system-roles/mysql@sha256:2d0419de75076a55e0d0c0680b4f86ecdbb8a88de92054698a0028bcb218a3a8", "quay.io/linux-system-roles/mysql@sha256:4faa0a30c0055742c72daff1482976814f340d4bfb647f0fa2c3562fd1a7abda" ], "RepoTags": [ "quay.io/linux-system-roles/mysql:5.6" ], "RootFS": { "Layers": [ "sha256:2b83e5699838047f936a3875bcce7fe1b169983bf86785ae7519c5bc488558ae", "sha256:2e10295573911964a8acc37c738aed958d0bc385bc51df6f184b196fb592c975", "sha256:d414fdead0b9c934781e5611c016d7c237062c9470db810ef28b321a492dbb9c", "sha256:4085e588967d10dafb76ad52f66f661b41b9008cc16568ce02853de7cbbf7433", "sha256:7ea96a4e341b4d139f5e076e71d19229537292226c3b24ec2d588567667a1191", "sha256:e3dce1c82d4e4142e8e1bf2fb9c6fd2555196d40088167270ff95c9af37b88af", "sha256:2612088e90f60ecb4a13e68adbfb2b1366f82fc8fbf1f0970f8769cf3cd753ee", "sha256:eba393347f896c4028340bf1a40cc5d6b8f21eeb7abf3e79799d842a6babb93f", "sha256:7c5a5c1986b16b0d8ad4eaa8066627910ec7794a657467e8f18d223f1c0034fd", "sha256:49a1ca1cd2b80f84d6616df2b5123458f4bcb065bca28c43d9c3fd5a0480b907", "sha256:7137327a7221ddb123883146beb68003ee31d652ec46ab8bea3ba12c2df8df8f" ], "Type": "layers" }, "Size": 307607194, "User": "", "Version": "20.10.7", "VirtualSize": 307607194 } ], "item": "quay.io/linux-system-roles/mysql:5.6", "podman_actions": [ "/bin/podman image ls quay.io/linux-system-roles/mysql:5.6 --format json", "/bin/podman image exists quay.io/linux-system-roles/mysql:5.6", "/bin/podman pull quay.io/linux-system-roles/mysql:5.6 -q", "/bin/podman inspect dd3b2a5dcb48ff61113592ed5ddd762581be4387c7bc552375a2159422aa6bf5 --format json" ] } TASK [fedora.linux_system_roles.podman : Ensure the quadlet directory is present] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:37 Monday 05 February 2024 04:28:06 +0000 (0:00:07.869) 0:01:30.316 ******* ok: [sut] => { "changed": false, "gid": 1111, "group": "user_quadlet_basic", "mode": "0755", "owner": "user_quadlet_basic", "path": "/home/user_quadlet_basic/.config/containers/systemd", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 69, "state": "directory", "uid": 1111 } TASK [fedora.linux_system_roles.podman : Ensure quadlet file is copied] ******** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:46 Monday 05 February 2024 04:28:06 +0000 (0:00:00.208) 0:01:30.525 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_quadlet_file_src | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure quadlet file content is present] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:56 Monday 05 February 2024 04:28:06 +0000 (0:00:00.018) 0:01:30.544 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_quadlet_str | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure quadlet file is present] ******* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:68 Monday 05 February 2024 04:28:06 +0000 (0:00:00.017) 0:01:30.562 ******* changed: [sut] => { "changed": true, "checksum": "45cd978d7b06ce53aa29035a1848234b096cce98", "dest": "/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic-mysql.container", "gid": 1111, "group": "user_quadlet_basic", "md5sum": "1d3b87d14c3bfc8b9ec3b735c3840f65", "mode": "0644", "owner": "user_quadlet_basic", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 443, "src": "/root/.ansible/tmp/ansible-tmp-1707107286.9552763-7470-198730714950509/source", "state": "file", "uid": 1111 } TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:80 Monday 05 February 2024 04:28:07 +0000 (0:00:00.531) 0:01:31.093 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Start service] ************************ task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:108 Monday 05 February 2024 04:28:07 +0000 (0:00:00.411) 0:01:31.505 ******* fatal: [sut]: FAILED! => { "changed": false } MSG: Unable to start service quadlet-basic-mysql.service: Job for quadlet-basic-mysql.service failed because the control process exited with error code. See "systemctl --user status quadlet-basic-mysql.service" and "journalctl --user -xeu quadlet-basic-mysql.service" for details. TASK [Dump journal] ************************************************************ task path: /WORKDIR/git-fix-linger-handling7vom4d16/tests/tests_quadlet_basic.yml:182 Monday 05 February 2024 04:28:08 +0000 (0:00:00.506) 0:01:32.012 ******* ok: [sut] => { "changed": false, "cmd": [ "journalctl", "-ex" ], "delta": "0:00:00.037345", "end": "2024-02-05 04:28:08.574597", "rc": 0, "start": "2024-02-05 04:28:08.537252" } STDOUT: Feb 05 04:17:49 localhost systemd[1]: Finished Commit a transient machine-id on disk. ░░ Subject: A start job for unit systemd-machine-id-commit.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-machine-id-commit.service has finished successfully. ░░ ░░ The job identifier is 135. Feb 05 04:17:49 localhost systemd-udevd[498]: Using default interface naming scheme 'rhel-9.0'. Feb 05 04:17:49 localhost systemd[1]: Finished Create Volatile Files and Directories. ░░ Subject: A start job for unit systemd-tmpfiles-setup.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-tmpfiles-setup.service has finished successfully. ░░ ░░ The job identifier is 151. Feb 05 04:17:49 localhost systemd[1]: Starting Security Auditing Service... ░░ Subject: A start job for unit auditd.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit auditd.service has begun execution. ░░ ░░ The job identifier is 242. Feb 05 04:17:49 localhost systemd[1]: Starting RPC Bind... ░░ Subject: A start job for unit rpcbind.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit rpcbind.service has begun execution. ░░ ░░ The job identifier is 229. Feb 05 04:17:49 localhost systemd[1]: Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var). ░░ Subject: A start job for unit systemd-journal-catalog-update.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-journal-catalog-update.service has finished successfully. ░░ ░░ The job identifier is 149. Feb 05 04:17:49 localhost systemd[1]: Update is Completed was skipped because no trigger condition checks were met. ░░ Subject: A start job for unit systemd-update-done.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-update-done.service has finished successfully. ░░ ░░ The job identifier is 145. Feb 05 04:17:49 localhost systemd[1]: Started Rule-based Manager for Device Events and Files. ░░ Subject: A start job for unit systemd-udevd.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-udevd.service has finished successfully. ░░ ░░ The job identifier is 131. Feb 05 04:17:49 localhost systemd[1]: Starting Load Kernel Module configfs... ░░ Subject: A start job for unit modprobe@configfs.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit modprobe@configfs.service has begun execution. ░░ ░░ The job identifier is 257. Feb 05 04:17:49 localhost systemd[1]: modprobe@configfs.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit modprobe@configfs.service has successfully entered the 'dead' state. Feb 05 04:17:49 localhost systemd[1]: Finished Load Kernel Module configfs. ░░ Subject: A start job for unit modprobe@configfs.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit modprobe@configfs.service has finished successfully. ░░ ░░ The job identifier is 257. Feb 05 04:17:49 localhost systemd[1]: etc-machine\x2did.mount: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit etc-machine\x2did.mount has successfully entered the 'dead' state. Feb 05 04:17:49 localhost systemd[1]: Mounting FUSE Control File System... ░░ Subject: A start job for unit sys-fs-fuse-connections.mount has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sys-fs-fuse-connections.mount has begun execution. ░░ ░░ The job identifier is 171. Feb 05 04:17:49 localhost systemd[1]: Mounting RPC Pipe File System... ░░ Subject: A start job for unit var-lib-nfs-rpc_pipefs.mount has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit var-lib-nfs-rpc_pipefs.mount has begun execution. ░░ ░░ The job identifier is 212. Feb 05 04:17:49 localhost systemd[1]: Mounted FUSE Control File System. ░░ Subject: A start job for unit sys-fs-fuse-connections.mount has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sys-fs-fuse-connections.mount has finished successfully. ░░ ░░ The job identifier is 171. Feb 05 04:17:50 localhost kernel: input: PC Speaker as /devices/platform/pcspkr/input/input5 Feb 05 04:17:50 localhost kernel: RPC: Registered named UNIX socket transport module. Feb 05 04:17:50 localhost kernel: RPC: Registered udp transport module. Feb 05 04:17:50 localhost kernel: RPC: Registered tcp transport module. Feb 05 04:17:50 localhost kernel: RPC: Registered tcp-with-tls transport module. Feb 05 04:17:50 localhost kernel: RPC: Registered tcp NFSv4.1 backchannel transport module. Feb 05 04:17:50 localhost systemd[1]: Mounted RPC Pipe File System. ░░ Subject: A start job for unit var-lib-nfs-rpc_pipefs.mount has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit var-lib-nfs-rpc_pipefs.mount has finished successfully. ░░ ░░ The job identifier is 212. Feb 05 04:17:50 localhost systemd[1]: Reached target rpc_pipefs.target. ░░ Subject: A start job for unit rpc_pipefs.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit rpc_pipefs.target has finished successfully. ░░ ░░ The job identifier is 211. Feb 05 04:17:50 localhost auditd[533]: No plugins found, not dispatching events Feb 05 04:17:50 localhost auditd[533]: Init complete, auditd 3.1.2 listening for events (startup state enable) Feb 05 04:17:50 localhost kernel: piix4_smbus 0000:00:01.3: SMBus base address uninitialized - upgrade BIOS or use force_addr=0xaddr Feb 05 04:17:50 localhost systemd-udevd[503]: Network interface NamePolicy= disabled on kernel command line. Feb 05 04:17:50 localhost systemd[1]: Started RPC Bind. ░░ Subject: A start job for unit rpcbind.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit rpcbind.service has finished successfully. ░░ ░░ The job identifier is 229. Feb 05 04:17:50 localhost kernel: RAPL PMU: API unit is 2^-32 Joules, 0 fixed counters, 655360 ms ovfl timer Feb 05 04:17:50 localhost kernel: cirrus 0000:00:02.0: vgaarb: deactivate vga console Feb 05 04:17:50 localhost kernel: Console: switching to colour dummy device 80x25 Feb 05 04:17:50 localhost kernel: [drm] Initialized cirrus 2.0.0 2019 for 0000:00:02.0 on minor 0 Feb 05 04:17:50 localhost kernel: fbcon: cirrusdrmfb (fb0) is primary device Feb 05 04:17:50 localhost kernel: Console: switching to colour frame buffer device 128x48 Feb 05 04:17:50 localhost kernel: cirrus 0000:00:02.0: [drm] fb0: cirrusdrmfb frame buffer device Feb 05 04:17:50 localhost augenrules[536]: /sbin/augenrules: No change Feb 05 04:17:50 localhost augenrules[561]: No rules Feb 05 04:17:50 localhost augenrules[561]: enabled 1 Feb 05 04:17:50 localhost augenrules[561]: failure 1 Feb 05 04:17:50 localhost augenrules[561]: pid 533 Feb 05 04:17:50 localhost augenrules[561]: rate_limit 0 Feb 05 04:17:50 localhost augenrules[561]: backlog_limit 8192 Feb 05 04:17:50 localhost augenrules[561]: lost 0 Feb 05 04:17:50 localhost augenrules[561]: backlog 0 Feb 05 04:17:50 localhost augenrules[561]: backlog_wait_time 60000 Feb 05 04:17:50 localhost augenrules[561]: backlog_wait_time_actual 0 Feb 05 04:17:50 localhost augenrules[561]: enabled 1 Feb 05 04:17:50 localhost augenrules[561]: failure 1 Feb 05 04:17:50 localhost augenrules[561]: pid 533 Feb 05 04:17:50 localhost augenrules[561]: rate_limit 0 Feb 05 04:17:50 localhost augenrules[561]: backlog_limit 8192 Feb 05 04:17:50 localhost augenrules[561]: lost 0 Feb 05 04:17:50 localhost augenrules[561]: backlog 0 Feb 05 04:17:50 localhost augenrules[561]: backlog_wait_time 60000 Feb 05 04:17:50 localhost augenrules[561]: backlog_wait_time_actual 0 Feb 05 04:17:50 localhost augenrules[561]: enabled 1 Feb 05 04:17:50 localhost augenrules[561]: failure 1 Feb 05 04:17:50 localhost augenrules[561]: pid 533 Feb 05 04:17:50 localhost augenrules[561]: rate_limit 0 Feb 05 04:17:50 localhost augenrules[561]: backlog_limit 8192 Feb 05 04:17:50 localhost augenrules[561]: lost 0 Feb 05 04:17:50 localhost augenrules[561]: backlog 3 Feb 05 04:17:50 localhost augenrules[561]: backlog_wait_time 60000 Feb 05 04:17:50 localhost augenrules[561]: backlog_wait_time_actual 0 Feb 05 04:17:50 localhost systemd[1]: Started Security Auditing Service. ░░ Subject: A start job for unit auditd.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit auditd.service has finished successfully. ░░ ░░ The job identifier is 242. Feb 05 04:17:50 localhost systemd[1]: Starting Record System Boot/Shutdown in UTMP... ░░ Subject: A start job for unit systemd-update-utmp.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-update-utmp.service has begun execution. ░░ ░░ The job identifier is 202. Feb 05 04:17:50 localhost systemd[1]: Finished Record System Boot/Shutdown in UTMP. ░░ Subject: A start job for unit systemd-update-utmp.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-update-utmp.service has finished successfully. ░░ ░░ The job identifier is 202. Feb 05 04:17:50 localhost systemd[1]: Reached target System Initialization. ░░ Subject: A start job for unit sysinit.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sysinit.target has finished successfully. ░░ ░░ The job identifier is 118. Feb 05 04:17:50 localhost systemd[1]: Started dnf makecache --timer. ░░ Subject: A start job for unit dnf-makecache.timer has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit dnf-makecache.timer has finished successfully. ░░ ░░ The job identifier is 190. Feb 05 04:17:50 localhost systemd[1]: Started Daily rotation of log files. ░░ Subject: A start job for unit logrotate.timer has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit logrotate.timer has finished successfully. ░░ ░░ The job identifier is 197. Feb 05 04:17:50 localhost systemd[1]: Started Daily Cleanup of Temporary Directories. ░░ Subject: A start job for unit systemd-tmpfiles-clean.timer has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-tmpfiles-clean.timer has finished successfully. ░░ ░░ The job identifier is 196. Feb 05 04:17:50 localhost systemd[1]: Reached target Timer Units. ░░ Subject: A start job for unit timers.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit timers.target has finished successfully. ░░ ░░ The job identifier is 189. Feb 05 04:17:50 localhost systemd[1]: Listening on D-Bus System Message Bus Socket. ░░ Subject: A start job for unit dbus.socket has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit dbus.socket has finished successfully. ░░ ░░ The job identifier is 181. Feb 05 04:17:50 localhost systemd[1]: Listening on SSSD Kerberos Cache Manager responder socket. ░░ Subject: A start job for unit sssd-kcm.socket has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sssd-kcm.socket has finished successfully. ░░ ░░ The job identifier is 186. Feb 05 04:17:50 localhost systemd[1]: Reached target Socket Units. ░░ Subject: A start job for unit sockets.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sockets.target has finished successfully. ░░ ░░ The job identifier is 180. Feb 05 04:17:50 localhost systemd[1]: Starting D-Bus System Message Bus... ░░ Subject: A start job for unit dbus-broker.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit dbus-broker.service has begun execution. ░░ ░░ The job identifier is 194. Feb 05 04:17:50 localhost systemd[1]: TPM2 PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f). ░░ Subject: A start job for unit systemd-pcrphase-sysinit.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-pcrphase-sysinit.service has finished successfully. ░░ ░░ The job identifier is 141. Feb 05 04:17:50 localhost systemd[1]: Started D-Bus System Message Bus. ░░ Subject: A start job for unit dbus-broker.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit dbus-broker.service has finished successfully. ░░ ░░ The job identifier is 194. Feb 05 04:17:50 localhost systemd[1]: Reached target Basic System. ░░ Subject: A start job for unit basic.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit basic.target has finished successfully. ░░ ░░ The job identifier is 117. Feb 05 04:17:50 localhost systemd[1]: Starting NTP client/server... ░░ Subject: A start job for unit chronyd.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit chronyd.service has begun execution. ░░ ░░ The job identifier is 217. Feb 05 04:17:50 localhost systemd[1]: Starting Initial cloud-init job (pre-networking)... ░░ Subject: A start job for unit cloud-init-local.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit cloud-init-local.service has begun execution. ░░ ░░ The job identifier is 232. Feb 05 04:17:50 localhost systemd[1]: Starting Restore /run/initramfs on shutdown... ░░ Subject: A start job for unit dracut-shutdown.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit dracut-shutdown.service has begun execution. ░░ ░░ The job identifier is 157. Feb 05 04:17:50 localhost systemd[1]: Started irqbalance daemon. ░░ Subject: A start job for unit irqbalance.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit irqbalance.service has finished successfully. ░░ ░░ The job identifier is 228. Feb 05 04:17:50 localhost systemd[1]: Load CPU microcode update was skipped because of an unmet condition check (ConditionPathExists=/sys/devices/system/cpu/microcode/reload). ░░ Subject: A start job for unit microcode.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit microcode.service has finished successfully. ░░ ░░ The job identifier is 188. Feb 05 04:17:50 localhost systemd[1]: Started Hardware RNG Entropy Gatherer Daemon. ░░ Subject: A start job for unit rngd.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit rngd.service has finished successfully. ░░ ░░ The job identifier is 221. Feb 05 04:17:50 localhost systemd[1]: OpenSSH ecdsa Server Key Generation was skipped because of an unmet condition check (ConditionPathExists=!/run/systemd/generator.early/multi-user.target.wants/cloud-init.target). ░░ Subject: A start job for unit sshd-keygen@ecdsa.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sshd-keygen@ecdsa.service has finished successfully. ░░ ░░ The job identifier is 224. Feb 05 04:17:50 localhost systemd[1]: OpenSSH ed25519 Server Key Generation was skipped because of an unmet condition check (ConditionPathExists=!/run/systemd/generator.early/multi-user.target.wants/cloud-init.target). ░░ Subject: A start job for unit sshd-keygen@ed25519.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sshd-keygen@ed25519.service has finished successfully. ░░ ░░ The job identifier is 227. Feb 05 04:17:50 localhost systemd[1]: OpenSSH rsa Server Key Generation was skipped because of an unmet condition check (ConditionPathExists=!/run/systemd/generator.early/multi-user.target.wants/cloud-init.target). ░░ Subject: A start job for unit sshd-keygen@rsa.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sshd-keygen@rsa.service has finished successfully. ░░ ░░ The job identifier is 226. Feb 05 04:17:50 localhost systemd[1]: Reached target sshd-keygen.target. ░░ Subject: A start job for unit sshd-keygen.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sshd-keygen.target has finished successfully. ░░ ░░ The job identifier is 223. Feb 05 04:17:50 localhost systemd[1]: System Security Services Daemon was skipped because no trigger condition checks were met. ░░ Subject: A start job for unit sssd.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sssd.service has finished successfully. ░░ ░░ The job identifier is 204. Feb 05 04:17:50 localhost systemd[1]: Reached target User and Group Name Lookups. ░░ Subject: A start job for unit nss-user-lookup.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit nss-user-lookup.target has finished successfully. ░░ ░░ The job identifier is 205. Feb 05 04:17:50 localhost dbus-broker-lau[576]: Ready Feb 05 04:17:50 localhost systemd[1]: Starting User Login Management... ░░ Subject: A start job for unit systemd-logind.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-logind.service has begun execution. ░░ ░░ The job identifier is 198. Feb 05 04:17:51 localhost systemd[1]: Starting Rotate log files... ░░ Subject: A start job for unit logrotate.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit logrotate.service has begun execution. ░░ ░░ The job identifier is 263. Feb 05 04:17:51 localhost systemd[1]: Finished Restore /run/initramfs on shutdown. ░░ Subject: A start job for unit dracut-shutdown.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit dracut-shutdown.service has finished successfully. ░░ ░░ The job identifier is 157. Feb 05 04:17:51 localhost systemd-logind[583]: New seat seat0. ░░ Subject: A new seat seat0 is now available ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A new seat seat0 has been configured and is now available. Feb 05 04:17:51 localhost systemd-logind[583]: Watching system buttons on /dev/input/event0 (Power Button) Feb 05 04:17:51 localhost systemd-logind[583]: Watching system buttons on /dev/input/event1 (Sleep Button) Feb 05 04:17:51 localhost systemd-logind[583]: Watching system buttons on /dev/input/event2 (AT Translated Set 2 keyboard) Feb 05 04:17:51 localhost systemd[1]: Started User Login Management. ░░ Subject: A start job for unit systemd-logind.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-logind.service has finished successfully. ░░ ░░ The job identifier is 198. Feb 05 04:17:51 localhost systemd[1]: logrotate.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit logrotate.service has successfully entered the 'dead' state. Feb 05 04:17:51 localhost systemd[1]: Finished Rotate log files. ░░ Subject: A start job for unit logrotate.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit logrotate.service has finished successfully. ░░ ░░ The job identifier is 263. Feb 05 04:17:51 localhost rngd[582]: Disabling 7: PKCS11 Entropy generator (pkcs11) Feb 05 04:17:51 localhost rngd[582]: Disabling 5: NIST Network Entropy Beacon (nist) Feb 05 04:17:51 localhost rngd[582]: Disabling 9: Qrypt quantum entropy beacon (qrypt) Feb 05 04:17:51 localhost rngd[582]: Initializing available sources Feb 05 04:17:51 localhost rngd[582]: [hwrng ]: Initialization Failed Feb 05 04:17:51 localhost rngd[582]: [rdrand]: Enabling RDRAND rng support Feb 05 04:17:51 localhost rngd[582]: [rdrand]: Initialized Feb 05 04:17:51 localhost rngd[582]: [jitter]: JITTER timeout set to 5 sec Feb 05 04:17:51 localhost rngd[582]: [jitter]: Initializing AES buffer Feb 05 04:17:51 localhost chronyd[591]: chronyd version 4.3 starting (+CMDMON +NTP +REFCLOCK +RTC +PRIVDROP +SCFILTER +SIGND +ASYNCDNS +NTS +SECHASH +IPV6 +DEBUG) Feb 05 04:17:51 localhost chronyd[591]: Frequency 0.000 +/- 1000000.000 ppm read from /var/lib/chrony/drift Feb 05 04:17:51 localhost chronyd[591]: Using right/UTC timezone to obtain leap second data Feb 05 04:17:51 localhost chronyd[591]: Loaded seccomp filter (level 2) Feb 05 04:17:51 localhost systemd[1]: Started NTP client/server. ░░ Subject: A start job for unit chronyd.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit chronyd.service has finished successfully. ░░ ░░ The job identifier is 217. Feb 05 04:17:54 localhost cloud-init[595]: Cloud-init v. 23.4-2.el9 running 'init-local' at Mon, 05 Feb 2024 04:17:54 +0000. Up 14.34 seconds. Feb 05 04:17:54 localhost dhclient[598]: Internet Systems Consortium DHCP Client 4.4.2b1 Feb 05 04:17:54 localhost dhclient[598]: Copyright 2004-2019 Internet Systems Consortium. Feb 05 04:17:54 localhost dhclient[598]: All rights reserved. Feb 05 04:17:54 localhost dhclient[598]: For info, please visit https://www.isc.org/software/dhcp/ Feb 05 04:17:54 localhost dhclient[598]: Feb 05 04:17:54 localhost dhclient[598]: Listening on LPF/eth0/0e:86:e9:06:ae:37 Feb 05 04:17:54 localhost dhclient[598]: Sending on LPF/eth0/0e:86:e9:06:ae:37 Feb 05 04:17:54 localhost dhclient[598]: Sending on Socket/fallback Feb 05 04:17:54 localhost dhclient[598]: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 4 (xid=0xe85c516a) Feb 05 04:17:54 localhost dhclient[598]: DHCPOFFER of 10.31.41.197 from 10.31.40.1 Feb 05 04:17:54 localhost dhclient[598]: DHCPREQUEST for 10.31.41.197 on eth0 to 255.255.255.255 port 67 (xid=0xe85c516a) Feb 05 04:17:54 localhost dhclient[598]: DHCPACK of 10.31.41.197 from 10.31.40.1 (xid=0xe85c516a) Feb 05 04:17:54 localhost dhclient[598]: bound to 10.31.41.197 -- renewal in 1714 seconds. Feb 05 04:17:55 localhost systemd[1]: Starting Hostname Service... ░░ Subject: A start job for unit systemd-hostnamed.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-hostnamed.service has begun execution. ░░ ░░ The job identifier is 325. Feb 05 04:17:55 localhost systemd[1]: Started Hostname Service. ░░ Subject: A start job for unit systemd-hostnamed.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-hostnamed.service has finished successfully. ░░ ░░ The job identifier is 325. Feb 05 04:17:55 ip-10-31-41-197.us-east-1.aws.redhat.com systemd-hostnamed[613]: Hostname set to (static) Feb 05 04:17:55 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: Finished Initial cloud-init job (pre-networking). ░░ Subject: A start job for unit cloud-init-local.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit cloud-init-local.service has finished successfully. ░░ ░░ The job identifier is 232. Feb 05 04:17:55 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: Reached target Preparation for Network. ░░ Subject: A start job for unit network-pre.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit network-pre.target has finished successfully. ░░ ░░ The job identifier is 175. Feb 05 04:17:55 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: Starting Network Manager... ░░ Subject: A start job for unit NetworkManager.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit NetworkManager.service has begun execution. ░░ ░░ The job identifier is 193. Feb 05 04:17:56 ip-10-31-41-197.us-east-1.aws.redhat.com rngd[582]: [jitter]: Unable to obtain AES key, disabling JITTER source Feb 05 04:17:56 ip-10-31-41-197.us-east-1.aws.redhat.com rngd[582]: [jitter]: Initialization Failed Feb 05 04:17:56 ip-10-31-41-197.us-east-1.aws.redhat.com rngd[582]: Process privileges have been dropped to 2:2 Feb 05 04:17:56 ip-10-31-41-197.us-east-1.aws.redhat.com NetworkManager[617]: [1707106676.0513] NetworkManager (version 1.45.10-1.el9) is starting... (boot:7c17294f-b6c6-44a1-94cc-8762d406ec45) Feb 05 04:17:56 ip-10-31-41-197.us-east-1.aws.redhat.com NetworkManager[617]: [1707106676.0516] Read config: /etc/NetworkManager/NetworkManager.conf (run: 15-carrier-timeout.conf) Feb 05 04:17:56 ip-10-31-41-197.us-east-1.aws.redhat.com NetworkManager[617]: [1707106676.1219] manager[0x563b407c8040]: monitoring kernel firmware directory '/lib/firmware'. Feb 05 04:17:56 ip-10-31-41-197.us-east-1.aws.redhat.com NetworkManager[617]: [1707106676.1245] hostname: hostname: using hostnamed Feb 05 04:17:56 ip-10-31-41-197.us-east-1.aws.redhat.com NetworkManager[617]: [1707106676.1245] hostname: static hostname changed from (none) to "ip-10-31-41-197.us-east-1.aws.redhat.com" Feb 05 04:17:56 ip-10-31-41-197.us-east-1.aws.redhat.com NetworkManager[617]: [1707106676.1256] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink (auto) Feb 05 04:17:56 ip-10-31-41-197.us-east-1.aws.redhat.com NetworkManager[617]: [1707106676.1636] manager[0x563b407c8040]: rfkill: Wi-Fi hardware radio set enabled Feb 05 04:17:56 ip-10-31-41-197.us-east-1.aws.redhat.com NetworkManager[617]: [1707106676.1636] manager[0x563b407c8040]: rfkill: WWAN hardware radio set enabled Feb 05 04:17:56 ip-10-31-41-197.us-east-1.aws.redhat.com NetworkManager[617]: [1707106676.1744] Loaded device plugin: NMTeamFactory (/usr/lib64/NetworkManager/1.45.10-1.el9/libnm-device-plugin-team.so) Feb 05 04:17:56 ip-10-31-41-197.us-east-1.aws.redhat.com NetworkManager[617]: [1707106676.1745] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file Feb 05 04:17:56 ip-10-31-41-197.us-east-1.aws.redhat.com NetworkManager[617]: [1707106676.1763] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file Feb 05 04:17:56 ip-10-31-41-197.us-east-1.aws.redhat.com NetworkManager[617]: [1707106676.1764] manager: Networking is enabled by state file Feb 05 04:17:56 ip-10-31-41-197.us-east-1.aws.redhat.com NetworkManager[617]: [1707106676.1790] settings: Loaded settings plugin: keyfile (internal) Feb 05 04:17:56 ip-10-31-41-197.us-east-1.aws.redhat.com NetworkManager[617]: [1707106676.1822] settings: Loaded settings plugin: ifcfg-rh ("/usr/lib64/NetworkManager/1.45.10-1.el9/libnm-settings-plugin-ifcfg-rh.so") Feb 05 04:17:56 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. ░░ Subject: A start job for unit systemd-rfkill.socket has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-rfkill.socket has finished successfully. ░░ ░░ The job identifier is 452. Feb 05 04:17:56 ip-10-31-41-197.us-east-1.aws.redhat.com NetworkManager[617]: [1707106676.1852] Warning: the ifcfg-rh plugin is deprecated, please migrate connections to the keyfile format using "nmcli connection migrate" Feb 05 04:17:56 ip-10-31-41-197.us-east-1.aws.redhat.com NetworkManager[617]: [1707106676.1871] dhcp: init: Using DHCP client 'internal' Feb 05 04:17:56 ip-10-31-41-197.us-east-1.aws.redhat.com NetworkManager[617]: [1707106676.1873] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1) Feb 05 04:17:56 ip-10-31-41-197.us-east-1.aws.redhat.com NetworkManager[617]: [1707106676.1886] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'external') Feb 05 04:17:56 ip-10-31-41-197.us-east-1.aws.redhat.com NetworkManager[617]: [1707106676.1894] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external') Feb 05 04:17:56 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: Starting Network Manager Script Dispatcher Service... ░░ Subject: A start job for unit NetworkManager-dispatcher.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit NetworkManager-dispatcher.service has begun execution. ░░ ░░ The job identifier is 389. Feb 05 04:17:56 ip-10-31-41-197.us-east-1.aws.redhat.com NetworkManager[617]: [1707106676.1915] device (lo): Activation: starting connection 'lo' (fff38c12-9a97-4d8a-8076-3878eb1b7257) Feb 05 04:17:56 ip-10-31-41-197.us-east-1.aws.redhat.com NetworkManager[617]: [1707106676.1924] manager: (eth0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2) Feb 05 04:17:56 ip-10-31-41-197.us-east-1.aws.redhat.com NetworkManager[617]: [1707106676.1929] device (eth0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external') Feb 05 04:17:56 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: Started Network Manager. ░░ Subject: A start job for unit NetworkManager.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit NetworkManager.service has finished successfully. ░░ ░░ The job identifier is 193. Feb 05 04:17:56 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: Reached target Network. ░░ Subject: A start job for unit network.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit network.target has finished successfully. ░░ ░░ The job identifier is 195. Feb 05 04:17:56 ip-10-31-41-197.us-east-1.aws.redhat.com NetworkManager[617]: [1707106676.1959] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager" Feb 05 04:17:56 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: Starting Network Manager Wait Online... ░░ Subject: A start job for unit NetworkManager-wait-online.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit NetworkManager-wait-online.service has begun execution. ░░ ░░ The job identifier is 192. Feb 05 04:17:56 ip-10-31-41-197.us-east-1.aws.redhat.com NetworkManager[617]: [1707106676.1972] device (lo): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'external') Feb 05 04:17:56 ip-10-31-41-197.us-east-1.aws.redhat.com NetworkManager[617]: [1707106676.1975] device (lo): state change: prepare -> config (reason 'none', sys-iface-state: 'external') Feb 05 04:17:56 ip-10-31-41-197.us-east-1.aws.redhat.com NetworkManager[617]: [1707106676.1979] device (lo): state change: config -> ip-config (reason 'none', sys-iface-state: 'external') Feb 05 04:17:56 ip-10-31-41-197.us-east-1.aws.redhat.com NetworkManager[617]: [1707106676.1982] device (eth0): carrier: link connected Feb 05 04:17:56 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: Starting GSSAPI Proxy Daemon... ░░ Subject: A start job for unit gssproxy.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit gssproxy.service has begun execution. ░░ ░░ The job identifier is 214. Feb 05 04:17:56 ip-10-31-41-197.us-east-1.aws.redhat.com NetworkManager[617]: [1707106676.1995] device (lo): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'external') Feb 05 04:17:56 ip-10-31-41-197.us-east-1.aws.redhat.com NetworkManager[617]: [1707106676.2002] device (eth0): state change: unavailable -> disconnected (reason 'carrier-changed', sys-iface-state: 'managed') Feb 05 04:17:56 ip-10-31-41-197.us-east-1.aws.redhat.com NetworkManager[617]: [1707106676.2015] policy: auto-activating connection 'System eth0' (5fb06bd0-0bb0-7ffb-45f1-d6edd65f3e03) Feb 05 04:17:56 ip-10-31-41-197.us-east-1.aws.redhat.com NetworkManager[617]: [1707106676.2021] device (eth0): Activation: starting connection 'System eth0' (5fb06bd0-0bb0-7ffb-45f1-d6edd65f3e03) Feb 05 04:17:56 ip-10-31-41-197.us-east-1.aws.redhat.com NetworkManager[617]: [1707106676.2023] device (eth0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed') Feb 05 04:17:56 ip-10-31-41-197.us-east-1.aws.redhat.com NetworkManager[617]: [1707106676.2027] manager: NetworkManager state is now CONNECTING Feb 05 04:17:56 ip-10-31-41-197.us-east-1.aws.redhat.com NetworkManager[617]: [1707106676.2030] device (eth0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed') Feb 05 04:17:56 ip-10-31-41-197.us-east-1.aws.redhat.com NetworkManager[617]: [1707106676.2037] device (eth0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed') Feb 05 04:17:56 ip-10-31-41-197.us-east-1.aws.redhat.com NetworkManager[617]: [1707106676.2041] dhcp4 (eth0): activation: beginning transaction (timeout in 45 seconds) Feb 05 04:17:56 ip-10-31-41-197.us-east-1.aws.redhat.com NetworkManager[617]: [1707106676.2067] dhcp4 (eth0): state changed new lease, address=10.31.41.197 Feb 05 04:17:56 ip-10-31-41-197.us-east-1.aws.redhat.com NetworkManager[617]: [1707106676.2071] policy: set 'System eth0' (eth0) as default for IPv4 routing and DNS Feb 05 04:17:56 ip-10-31-41-197.us-east-1.aws.redhat.com NetworkManager[617]: [1707106676.2133] device (eth0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed') Feb 05 04:17:56 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: Started Network Manager Script Dispatcher Service. ░░ Subject: A start job for unit NetworkManager-dispatcher.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit NetworkManager-dispatcher.service has finished successfully. ░░ ░░ The job identifier is 389. Feb 05 04:17:56 ip-10-31-41-197.us-east-1.aws.redhat.com NetworkManager[617]: [1707106676.3558] device (lo): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'external') Feb 05 04:17:56 ip-10-31-41-197.us-east-1.aws.redhat.com NetworkManager[617]: [1707106676.3561] device (eth0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed') Feb 05 04:17:56 ip-10-31-41-197.us-east-1.aws.redhat.com NetworkManager[617]: [1707106676.3568] device (lo): state change: secondaries -> activated (reason 'none', sys-iface-state: 'external') Feb 05 04:17:56 ip-10-31-41-197.us-east-1.aws.redhat.com NetworkManager[617]: [1707106676.3577] device (lo): Activation: successful, device activated. Feb 05 04:17:56 ip-10-31-41-197.us-east-1.aws.redhat.com NetworkManager[617]: [1707106676.3589] device (eth0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed') Feb 05 04:17:56 ip-10-31-41-197.us-east-1.aws.redhat.com NetworkManager[617]: [1707106676.3604] manager: NetworkManager state is now CONNECTED_SITE Feb 05 04:17:56 ip-10-31-41-197.us-east-1.aws.redhat.com NetworkManager[617]: [1707106676.3607] device (eth0): Activation: successful, device activated. Feb 05 04:17:56 ip-10-31-41-197.us-east-1.aws.redhat.com NetworkManager[617]: [1707106676.3612] manager: NetworkManager state is now CONNECTED_GLOBAL Feb 05 04:17:56 ip-10-31-41-197.us-east-1.aws.redhat.com NetworkManager[617]: [1707106676.3615] manager: startup complete Feb 05 04:17:56 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: Started GSSAPI Proxy Daemon. ░░ Subject: A start job for unit gssproxy.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit gssproxy.service has finished successfully. ░░ ░░ The job identifier is 214. Feb 05 04:17:56 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: RPC security service for NFS client and server was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab). ░░ Subject: A start job for unit rpc-gssd.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit rpc-gssd.service has finished successfully. ░░ ░░ The job identifier is 210. Feb 05 04:17:56 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: Reached target NFS client services. ░░ Subject: A start job for unit nfs-client.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit nfs-client.target has finished successfully. ░░ ░░ The job identifier is 207. Feb 05 04:17:56 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: Reached target Preparation for Remote File Systems. ░░ Subject: A start job for unit remote-fs-pre.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit remote-fs-pre.target has finished successfully. ░░ ░░ The job identifier is 215. Feb 05 04:17:56 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: Reached target Remote File Systems. ░░ Subject: A start job for unit remote-fs.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit remote-fs.target has finished successfully. ░░ ░░ The job identifier is 206. Feb 05 04:17:56 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: TPM2 PCR Barrier (User) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f). ░░ Subject: A start job for unit systemd-pcrphase.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-pcrphase.service has finished successfully. ░░ ░░ The job identifier is 152. Feb 05 04:17:56 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: Finished Network Manager Wait Online. ░░ Subject: A start job for unit NetworkManager-wait-online.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit NetworkManager-wait-online.service has finished successfully. ░░ ░░ The job identifier is 192. Feb 05 04:17:56 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: Starting Initial cloud-init job (metadata service crawler)... ░░ Subject: A start job for unit cloud-init.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit cloud-init.service has begun execution. ░░ ░░ The job identifier is 231. Feb 05 04:17:56 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: Cloud-init v. 23.4-2.el9 running 'init' at Mon, 05 Feb 2024 04:17:56 +0000. Up 16.55 seconds. Feb 05 04:17:56 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++ Feb 05 04:17:56 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: ci-info: +--------+------+-----------------------------+---------------+--------+-------------------+ Feb 05 04:17:56 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | Feb 05 04:17:56 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: ci-info: +--------+------+-----------------------------+---------------+--------+-------------------+ Feb 05 04:17:56 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: ci-info: | eth0 | True | 10.31.41.197 | 255.255.252.0 | global | 0e:86:e9:06:ae:37 | Feb 05 04:17:56 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: ci-info: | eth0 | True | fe80::c86:e9ff:fe06:ae37/64 | . | link | 0e:86:e9:06:ae:37 | Feb 05 04:17:56 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | host | . | Feb 05 04:17:56 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: ci-info: | lo | True | ::1/128 | . | host | . | Feb 05 04:17:56 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: ci-info: +--------+------+-----------------------------+---------------+--------+-------------------+ Feb 05 04:17:56 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: ci-info: ++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++ Feb 05 04:17:56 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: ci-info: +-------+-------------+------------+---------------+-----------+-------+ Feb 05 04:17:56 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | Feb 05 04:17:56 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: ci-info: +-------+-------------+------------+---------------+-----------+-------+ Feb 05 04:17:56 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: ci-info: | 0 | 0.0.0.0 | 10.31.40.1 | 0.0.0.0 | eth0 | UG | Feb 05 04:17:56 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: ci-info: | 1 | 10.31.40.0 | 0.0.0.0 | 255.255.252.0 | eth0 | U | Feb 05 04:17:56 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: ci-info: +-------+-------------+------------+---------------+-----------+-------+ Feb 05 04:17:56 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: ci-info: +++++++++++++++++++Route IPv6 info+++++++++++++++++++ Feb 05 04:17:56 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: ci-info: +-------+-------------+---------+-----------+-------+ Feb 05 04:17:56 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: ci-info: | Route | Destination | Gateway | Interface | Flags | Feb 05 04:17:56 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: ci-info: +-------+-------------+---------+-----------+-------+ Feb 05 04:17:56 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: ci-info: | 1 | fe80::/64 | :: | eth0 | U | Feb 05 04:17:56 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: ci-info: | 3 | multicast | :: | eth0 | U | Feb 05 04:17:56 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: ci-info: +-------+-------------+---------+-----------+-------+ Feb 05 04:17:56 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: 2024-02-05 04:17:56,782 - __init__.py[WARNING]: Unhandled non-multipart (text/x-not-multipart) userdata: 'b'~/.citool.d/post-install'...' Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: Generating public/private rsa key pair. Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: The key fingerprint is: Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: SHA256:DTH+o2FS2n3B1jA8sHt+3lf+zusM811Ha17K1YG0yQg root@ip-10-31-41-197.us-east-1.aws.redhat.com Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: The key's randomart image is: Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: +---[RSA 3072]----+ Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: | o .oo | Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: | . o oo+ | Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: | +E. +o. | Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: | + =.o+.+ | Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: | o S *.o= ..| Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: | o o = .=| Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: | . .o.+B| Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: | +B=B| Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: | =BX| Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: +----[SHA256]-----+ Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: Generating public/private dsa key pair. Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: The key fingerprint is: Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: SHA256:hiJDs7YEanH5+C5/jXbUVCT2YdsFEUT3jCtCLLuWqu0 root@ip-10-31-41-197.us-east-1.aws.redhat.com Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: The key's randomart image is: Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: +---[DSA 1024]----+ Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: | o.**+o| Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: | . .. +.++o| Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: |..oo . o .o..o| Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: |.oooo . + . . | Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: |..*.... S + . . | Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: |.o +.. . + o . | Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: | . . B | Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: | ... * o | Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: | +=E . | Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: +----[SHA256]-----+ Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: Generating public/private ecdsa key pair. Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: The key fingerprint is: Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: SHA256:du1Cc9GSvYShDScwtkEX04/HFCTngCyiYkLsnpKtfhk root@ip-10-31-41-197.us-east-1.aws.redhat.com Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: The key's randomart image is: Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: +---[ECDSA 256]---+ Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: |. .*o*+=.+. | Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: | o ...=oB.@. | Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: |o . .... *== | Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: |..o . ..++. | Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: |.=.. S + o.. | Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: |oo.E . o + | Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: |.. o . . | Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: |. o . | Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: |... | Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: +----[SHA256]-----+ Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: Generating public/private ed25519 key pair. Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: The key fingerprint is: Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: SHA256:tBQMBz+6HPW21SrDGRHASGFS3nyRdnY+gp/CqzNeoGQ root@ip-10-31-41-197.us-east-1.aws.redhat.com Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: The key's randomart image is: Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: +--[ED25519 256]--+ Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: | .oBB+.o. | Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: | +.=o.ooo . | Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: | . O.o+ o | Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: | = =....o | Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: | E S.+..o.. | Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: | + + +o=o. | Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: | + Bo. | Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: | o..o | Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: | .o+ | Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[707]: +----[SHA256]-----+ Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: Finished Initial cloud-init job (metadata service crawler). ░░ Subject: A start job for unit cloud-init.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit cloud-init.service has finished successfully. ░░ ░░ The job identifier is 231. Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: Reached target Cloud-config availability. ░░ Subject: A start job for unit cloud-config.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit cloud-config.target has finished successfully. ░░ ░░ The job identifier is 235. Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: Reached target Network is Online. ░░ Subject: A start job for unit network-online.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit network-online.target has finished successfully. ░░ ░░ The job identifier is 191. Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: Starting Apply the settings specified in cloud-config... ░░ Subject: A start job for unit cloud-config.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit cloud-config.service has begun execution. ░░ ░░ The job identifier is 234. Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: Starting Crash recovery kernel arming... ░░ Subject: A start job for unit kdump.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit kdump.service has begun execution. ░░ ░░ The job identifier is 220. Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: Starting The restraint harness.... ░░ Subject: A start job for unit restraintd.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit restraintd.service has begun execution. ░░ ░░ The job identifier is 216. Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: Starting Notify NFS peers of a restart... ░░ Subject: A start job for unit rpc-statd-notify.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit rpc-statd-notify.service has begun execution. ░░ ░░ The job identifier is 208. Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: Starting System Logging Service... ░░ Subject: A start job for unit rsyslog.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit rsyslog.service has begun execution. ░░ ░░ The job identifier is 203. Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: Starting OpenSSH server daemon... ░░ Subject: A start job for unit sshd.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sshd.service has begun execution. ░░ ░░ The job identifier is 222. Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com sm-notify[784]: Version 2.5.4 starting Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: Started Notify NFS peers of a restart. ░░ Subject: A start job for unit rpc-statd-notify.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit rpc-statd-notify.service has finished successfully. ░░ ░░ The job identifier is 208. Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com sshd[786]: Server listening on 0.0.0.0 port 22. Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com sshd[786]: Server listening on :: port 22. Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: Started OpenSSH server daemon. ░░ Subject: A start job for unit sshd.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sshd.service has finished successfully. ░░ ░░ The job identifier is 222. Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: Started The restraint harness.. ░░ Subject: A start job for unit restraintd.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit restraintd.service has finished successfully. ░░ ░░ The job identifier is 216. Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com rsyslogd[785]: [origin software="rsyslogd" swVersion="8.2310.0-3.el9" x-pid="785" x-info="https://www.rsyslog.com"] start Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: Started System Logging Service. ░░ Subject: A start job for unit rsyslog.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit rsyslog.service has finished successfully. ░░ ░░ The job identifier is 203. Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com rsyslogd[785]: imjournal: journal files changed, reloading... [v8.2310.0-3.el9 try https://www.rsyslog.com/e/0 ] Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[836]: Cloud-init v. 23.4-2.el9 running 'modules:config' at Mon, 05 Feb 2024 04:17:58 +0000. Up 18.73 seconds. Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com sshd[786]: Received signal 15; terminating. Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: Stopping OpenSSH server daemon... ░░ Subject: A stop job for unit sshd.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit sshd.service has begun execution. ░░ ░░ The job identifier is 473. Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: sshd.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit sshd.service has successfully entered the 'dead' state. Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: Stopped OpenSSH server daemon. ░░ Subject: A stop job for unit sshd.service has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit sshd.service has finished. ░░ ░░ The job identifier is 473 and the job result is done. Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: Stopped target sshd-keygen.target. ░░ Subject: A stop job for unit sshd-keygen.target has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit sshd-keygen.target has finished. ░░ ░░ The job identifier is 540 and the job result is done. Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: Stopping sshd-keygen.target... ░░ Subject: A stop job for unit sshd-keygen.target has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit sshd-keygen.target has begun execution. ░░ ░░ The job identifier is 540. Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: OpenSSH ecdsa Server Key Generation was skipped because of an unmet condition check (ConditionPathExists=!/run/systemd/generator.early/multi-user.target.wants/cloud-init.target). ░░ Subject: A start job for unit sshd-keygen@ecdsa.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sshd-keygen@ecdsa.service has finished successfully. ░░ ░░ The job identifier is 536. Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: OpenSSH ed25519 Server Key Generation was skipped because of an unmet condition check (ConditionPathExists=!/run/systemd/generator.early/multi-user.target.wants/cloud-init.target). ░░ Subject: A start job for unit sshd-keygen@ed25519.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sshd-keygen@ed25519.service has finished successfully. ░░ ░░ The job identifier is 539. Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: OpenSSH rsa Server Key Generation was skipped because of an unmet condition check (ConditionPathExists=!/run/systemd/generator.early/multi-user.target.wants/cloud-init.target). ░░ Subject: A start job for unit sshd-keygen@rsa.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sshd-keygen@rsa.service has finished successfully. ░░ ░░ The job identifier is 538. Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: Reached target sshd-keygen.target. ░░ Subject: A start job for unit sshd-keygen.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sshd-keygen.target has finished successfully. ░░ ░░ The job identifier is 540. Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com restraintd[800]: Listening on http://localhost:8081 Feb 05 04:17:58 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: Starting OpenSSH server daemon... ░░ Subject: A start job for unit sshd.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sshd.service has begun execution. ░░ ░░ The job identifier is 473. Feb 05 04:17:59 ip-10-31-41-197.us-east-1.aws.redhat.com sshd[844]: Server listening on 0.0.0.0 port 22. Feb 05 04:17:59 ip-10-31-41-197.us-east-1.aws.redhat.com sshd[844]: Server listening on :: port 22. Feb 05 04:17:59 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: Started OpenSSH server daemon. ░░ Subject: A start job for unit sshd.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sshd.service has finished successfully. ░░ ░░ The job identifier is 473. Feb 05 04:17:59 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: Finished Apply the settings specified in cloud-config. ░░ Subject: A start job for unit cloud-config.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit cloud-config.service has finished successfully. ░░ ░░ The job identifier is 234. Feb 05 04:17:59 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: Starting Execute cloud user/final scripts... ░░ Subject: A start job for unit cloud-final.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit cloud-final.service has begun execution. ░░ ░░ The job identifier is 233. Feb 05 04:17:59 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: Starting Permit User Sessions... ░░ Subject: A start job for unit systemd-user-sessions.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-user-sessions.service has begun execution. ░░ ░░ The job identifier is 244. Feb 05 04:17:59 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: Finished Permit User Sessions. ░░ Subject: A start job for unit systemd-user-sessions.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-user-sessions.service has finished successfully. ░░ ░░ The job identifier is 244. Feb 05 04:17:59 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: Started Command Scheduler. ░░ Subject: A start job for unit crond.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit crond.service has finished successfully. ░░ ░░ The job identifier is 243. Feb 05 04:17:59 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: Started Getty on tty1. ░░ Subject: A start job for unit getty@tty1.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit getty@tty1.service has finished successfully. ░░ ░░ The job identifier is 238. Feb 05 04:17:59 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: Reached target Login Prompts. ░░ Subject: A start job for unit getty.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit getty.target has finished successfully. ░░ ░░ The job identifier is 237. Feb 05 04:17:59 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: Reached target Multi-User System. ░░ Subject: A start job for unit multi-user.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit multi-user.target has finished successfully. ░░ ░░ The job identifier is 116. Feb 05 04:17:59 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: Starting Record Runlevel Change in UTMP... ░░ Subject: A start job for unit systemd-update-utmp-runlevel.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-update-utmp-runlevel.service has begun execution. ░░ ░░ The job identifier is 201. Feb 05 04:17:59 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: systemd-update-utmp-runlevel.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit systemd-update-utmp-runlevel.service has successfully entered the 'dead' state. Feb 05 04:17:59 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: Finished Record Runlevel Change in UTMP. ░░ Subject: A start job for unit systemd-update-utmp-runlevel.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-update-utmp-runlevel.service has finished successfully. ░░ ░░ The job identifier is 201. Feb 05 04:17:59 ip-10-31-41-197.us-east-1.aws.redhat.com crond[847]: (CRON) STARTUP (1.5.7) Feb 05 04:17:59 ip-10-31-41-197.us-east-1.aws.redhat.com crond[847]: (CRON) INFO (Syslog will be used instead of sendmail.) Feb 05 04:17:59 ip-10-31-41-197.us-east-1.aws.redhat.com crond[847]: (CRON) INFO (RANDOM_DELAY will be scaled with factor 67% if used.) Feb 05 04:17:59 ip-10-31-41-197.us-east-1.aws.redhat.com crond[847]: (CRON) INFO (running with inotify support) Feb 05 04:17:59 ip-10-31-41-197.us-east-1.aws.redhat.com kdumpctl[789]: kdump: Detected change(s) in the following file(s): /etc/fstab Feb 05 04:17:59 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[1072]: Cloud-init v. 23.4-2.el9 running 'modules:final' at Mon, 05 Feb 2024 04:17:59 +0000. Up 19.34 seconds. Feb 05 04:17:59 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[1076]: ############################################################# Feb 05 04:17:59 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[1077]: -----BEGIN SSH HOST KEY FINGERPRINTS----- Feb 05 04:17:59 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[1079]: 1024 SHA256:hiJDs7YEanH5+C5/jXbUVCT2YdsFEUT3jCtCLLuWqu0 root@ip-10-31-41-197.us-east-1.aws.redhat.com (DSA) Feb 05 04:17:59 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[1081]: 256 SHA256:du1Cc9GSvYShDScwtkEX04/HFCTngCyiYkLsnpKtfhk root@ip-10-31-41-197.us-east-1.aws.redhat.com (ECDSA) Feb 05 04:17:59 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[1083]: 256 SHA256:tBQMBz+6HPW21SrDGRHASGFS3nyRdnY+gp/CqzNeoGQ root@ip-10-31-41-197.us-east-1.aws.redhat.com (ED25519) Feb 05 04:17:59 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[1085]: 3072 SHA256:DTH+o2FS2n3B1jA8sHt+3lf+zusM811Ha17K1YG0yQg root@ip-10-31-41-197.us-east-1.aws.redhat.com (RSA) Feb 05 04:17:59 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[1086]: -----END SSH HOST KEY FINGERPRINTS----- Feb 05 04:17:59 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[1087]: ############################################################# Feb 05 04:17:59 ip-10-31-41-197.us-east-1.aws.redhat.com cloud-init[1072]: Cloud-init v. 23.4-2.el9 finished at Mon, 05 Feb 2024 04:17:59 +0000. Datasource DataSourceEc2Local. Up 19.49 seconds Feb 05 04:17:59 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: Finished Execute cloud user/final scripts. ░░ Subject: A start job for unit cloud-final.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit cloud-final.service has finished successfully. ░░ ░░ The job identifier is 233. Feb 05 04:17:59 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: Reached target Cloud-init target. ░░ Subject: A start job for unit cloud-init.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit cloud-init.target has finished successfully. ░░ ░░ The job identifier is 230. Feb 05 04:18:01 ip-10-31-41-197.us-east-1.aws.redhat.com /usr/sbin/irqbalance[581]: Cannot change IRQ 0 affinity: Input/output error Feb 05 04:18:01 ip-10-31-41-197.us-east-1.aws.redhat.com /usr/sbin/irqbalance[581]: IRQ 0 affinity is now unmanaged Feb 05 04:18:01 ip-10-31-41-197.us-east-1.aws.redhat.com /usr/sbin/irqbalance[581]: Cannot change IRQ 48 affinity: Input/output error Feb 05 04:18:01 ip-10-31-41-197.us-east-1.aws.redhat.com /usr/sbin/irqbalance[581]: IRQ 48 affinity is now unmanaged Feb 05 04:18:01 ip-10-31-41-197.us-east-1.aws.redhat.com /usr/sbin/irqbalance[581]: Cannot change IRQ 49 affinity: Input/output error Feb 05 04:18:01 ip-10-31-41-197.us-east-1.aws.redhat.com /usr/sbin/irqbalance[581]: IRQ 49 affinity is now unmanaged Feb 05 04:18:01 ip-10-31-41-197.us-east-1.aws.redhat.com /usr/sbin/irqbalance[581]: Cannot change IRQ 50 affinity: Input/output error Feb 05 04:18:01 ip-10-31-41-197.us-east-1.aws.redhat.com /usr/sbin/irqbalance[581]: IRQ 50 affinity is now unmanaged Feb 05 04:18:01 ip-10-31-41-197.us-east-1.aws.redhat.com /usr/sbin/irqbalance[581]: Cannot change IRQ 51 affinity: Input/output error Feb 05 04:18:01 ip-10-31-41-197.us-east-1.aws.redhat.com /usr/sbin/irqbalance[581]: IRQ 51 affinity is now unmanaged Feb 05 04:18:01 ip-10-31-41-197.us-east-1.aws.redhat.com /usr/sbin/irqbalance[581]: Cannot change IRQ 52 affinity: Input/output error Feb 05 04:18:01 ip-10-31-41-197.us-east-1.aws.redhat.com /usr/sbin/irqbalance[581]: IRQ 52 affinity is now unmanaged Feb 05 04:18:01 ip-10-31-41-197.us-east-1.aws.redhat.com /usr/sbin/irqbalance[581]: Cannot change IRQ 53 affinity: Input/output error Feb 05 04:18:01 ip-10-31-41-197.us-east-1.aws.redhat.com /usr/sbin/irqbalance[581]: IRQ 53 affinity is now unmanaged Feb 05 04:18:01 ip-10-31-41-197.us-east-1.aws.redhat.com /usr/sbin/irqbalance[581]: Cannot change IRQ 54 affinity: Input/output error Feb 05 04:18:01 ip-10-31-41-197.us-east-1.aws.redhat.com /usr/sbin/irqbalance[581]: IRQ 54 affinity is now unmanaged Feb 05 04:18:01 ip-10-31-41-197.us-east-1.aws.redhat.com /usr/sbin/irqbalance[581]: Cannot change IRQ 55 affinity: Input/output error Feb 05 04:18:01 ip-10-31-41-197.us-east-1.aws.redhat.com /usr/sbin/irqbalance[581]: IRQ 55 affinity is now unmanaged Feb 05 04:18:01 ip-10-31-41-197.us-east-1.aws.redhat.com /usr/sbin/irqbalance[581]: Cannot change IRQ 56 affinity: Input/output error Feb 05 04:18:01 ip-10-31-41-197.us-east-1.aws.redhat.com /usr/sbin/irqbalance[581]: IRQ 56 affinity is now unmanaged Feb 05 04:18:01 ip-10-31-41-197.us-east-1.aws.redhat.com /usr/sbin/irqbalance[581]: Cannot change IRQ 57 affinity: Input/output error Feb 05 04:18:01 ip-10-31-41-197.us-east-1.aws.redhat.com /usr/sbin/irqbalance[581]: IRQ 57 affinity is now unmanaged Feb 05 04:18:01 ip-10-31-41-197.us-east-1.aws.redhat.com /usr/sbin/irqbalance[581]: Cannot change IRQ 58 affinity: Input/output error Feb 05 04:18:01 ip-10-31-41-197.us-east-1.aws.redhat.com /usr/sbin/irqbalance[581]: IRQ 58 affinity is now unmanaged Feb 05 04:18:01 ip-10-31-41-197.us-east-1.aws.redhat.com /usr/sbin/irqbalance[581]: Cannot change IRQ 59 affinity: Input/output error Feb 05 04:18:01 ip-10-31-41-197.us-east-1.aws.redhat.com /usr/sbin/irqbalance[581]: IRQ 59 affinity is now unmanaged Feb 05 04:18:02 ip-10-31-41-197.us-east-1.aws.redhat.com kernel: block xvda: the capability attribute has been deprecated. Feb 05 04:18:02 ip-10-31-41-197.us-east-1.aws.redhat.com kdumpctl[789]: kdump: Rebuilding /boot/initramfs-5.14.0-410.el9.x86_64kdump.img Feb 05 04:18:02 ip-10-31-41-197.us-east-1.aws.redhat.com chronyd[591]: Selected source 10.2.32.38 Feb 05 04:18:02 ip-10-31-41-197.us-east-1.aws.redhat.com chronyd[591]: System clock TAI offset set to 37 seconds Feb 05 04:18:02 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1405]: dracut-057-53.git20240104.el9 Feb 05 04:18:03 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: Executing: /usr/bin/dracut --add kdumpbase --quiet --hostonly --hostonly-cmdline --hostonly-i18n --hostonly-mode strict --hostonly-nics -o "plymouth resume ifcfg earlykdump" --mount "/dev/disk/by-uuid/f72128f2-bcfd-46ab-b509-3a36632be876 /sysroot xfs rw,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,noquota" --squash-compressor zstd --no-hostonly-default-device -f /boot/initramfs-5.14.0-410.el9.x86_64kdump.img 5.14.0-410.el9.x86_64 Feb 05 04:18:03 ip-10-31-41-197.us-east-1.aws.redhat.com chronyd[591]: Source 50.76.34.188 replaced with 72.46.61.205 (2.centos.pool.ntp.org) Feb 05 04:18:04 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: dracut module 'systemd-networkd' will not be installed, because command 'networkctl' could not be found! Feb 05 04:18:04 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: dracut module 'systemd-networkd' will not be installed, because command '/usr/lib/systemd/systemd-networkd' could not be found! Feb 05 04:18:04 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: dracut module 'systemd-networkd' will not be installed, because command '/usr/lib/systemd/systemd-networkd-wait-online' could not be found! Feb 05 04:18:04 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: dracut module 'systemd-resolved' will not be installed, because command 'resolvectl' could not be found! Feb 05 04:18:04 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: dracut module 'systemd-resolved' will not be installed, because command '/usr/lib/systemd/systemd-resolved' could not be found! Feb 05 04:18:04 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: dracut module 'systemd-timesyncd' will not be installed, because command '/usr/lib/systemd/systemd-timesyncd' could not be found! Feb 05 04:18:04 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: dracut module 'systemd-timesyncd' will not be installed, because command '/usr/lib/systemd/systemd-time-wait-sync' could not be found! Feb 05 04:18:04 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: dracut module 'busybox' will not be installed, because command 'busybox' could not be found! Feb 05 04:18:04 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: dracut module 'dbus-daemon' will not be installed, because command 'dbus-daemon' could not be found! Feb 05 04:18:04 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: dracut module 'connman' will not be installed, because command 'connmand' could not be found! Feb 05 04:18:04 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: dracut module 'connman' will not be installed, because command 'connmanctl' could not be found! Feb 05 04:18:04 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: dracut module 'connman' will not be installed, because command 'connmand-wait-online' could not be found! Feb 05 04:18:04 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: dracut module 'network-wicked' will not be installed, because command 'wicked' could not be found! Feb 05 04:18:04 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: dracut module 'ifcfg' will not be installed, because it's in the list to be omitted! Feb 05 04:18:04 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: dracut module 'plymouth' will not be installed, because it's in the list to be omitted! Feb 05 04:18:04 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: 62bluetooth: Could not find any command of '/usr/lib/bluetooth/bluetoothd /usr/libexec/bluetooth/bluetoothd'! Feb 05 04:18:04 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: dracut module 'lvmmerge' will not be installed, because command 'lvm' could not be found! Feb 05 04:18:04 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: dracut module 'lvmthinpool-monitor' will not be installed, because command 'lvm' could not be found! Feb 05 04:18:04 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: dracut module 'btrfs' will not be installed, because command 'btrfs' could not be found! Feb 05 04:18:04 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: dracut module 'dmraid' will not be installed, because command 'dmraid' could not be found! Feb 05 04:18:04 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: dracut module 'lvm' will not be installed, because command 'lvm' could not be found! Feb 05 04:18:04 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: dracut module 'mdraid' will not be installed, because command 'mdadm' could not be found! Feb 05 04:18:04 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: dracut module 'pcsc' will not be installed, because command 'pcscd' could not be found! Feb 05 04:18:04 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: dracut module 'tpm2-tss' will not be installed, because command 'tpm2' could not be found! Feb 05 04:18:04 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: dracut module 'cifs' will not be installed, because command 'mount.cifs' could not be found! Feb 05 04:18:04 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found! Feb 05 04:18:04 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: dracut module 'iscsi' will not be installed, because command 'iscsiadm' could not be found! Feb 05 04:18:04 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: dracut module 'iscsi' will not be installed, because command 'iscsid' could not be found! Feb 05 04:18:04 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: dracut module 'nvmf' will not be installed, because command 'nvme' could not be found! Feb 05 04:18:04 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: dracut module 'resume' will not be installed, because it's in the list to be omitted! Feb 05 04:18:04 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: dracut module 'biosdevname' will not be installed, because command 'biosdevname' could not be found! Feb 05 04:18:04 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: dracut module 'earlykdump' will not be installed, because it's in the list to be omitted! Feb 05 04:18:04 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: dracut module 'memstrack' will not be installed, because command 'memstrack' could not be found! Feb 05 04:18:04 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: memstrack is not available Feb 05 04:18:04 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: If you need to use rd.memdebug>=4, please install memstrack and procps-ng Feb 05 04:18:04 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: dracut module 'systemd-resolved' will not be installed, because command 'resolvectl' could not be found! Feb 05 04:18:04 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: dracut module 'systemd-resolved' will not be installed, because command '/usr/lib/systemd/systemd-resolved' could not be found! Feb 05 04:18:04 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: dracut module 'systemd-timesyncd' will not be installed, because command '/usr/lib/systemd/systemd-timesyncd' could not be found! Feb 05 04:18:04 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: dracut module 'systemd-timesyncd' will not be installed, because command '/usr/lib/systemd/systemd-time-wait-sync' could not be found! Feb 05 04:18:04 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: dracut module 'busybox' will not be installed, because command 'busybox' could not be found! Feb 05 04:18:04 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: dracut module 'dbus-daemon' will not be installed, because command 'dbus-daemon' could not be found! Feb 05 04:18:04 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: dracut module 'connman' will not be installed, because command 'connmand' could not be found! Feb 05 04:18:04 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: dracut module 'connman' will not be installed, because command 'connmanctl' could not be found! Feb 05 04:18:04 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: dracut module 'connman' will not be installed, because command 'connmand-wait-online' could not be found! Feb 05 04:18:04 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: dracut module 'network-wicked' will not be installed, because command 'wicked' could not be found! Feb 05 04:18:04 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: 62bluetooth: Could not find any command of '/usr/lib/bluetooth/bluetoothd /usr/libexec/bluetooth/bluetoothd'! Feb 05 04:18:04 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: dracut module 'lvmmerge' will not be installed, because command 'lvm' could not be found! Feb 05 04:18:04 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: dracut module 'lvmthinpool-monitor' will not be installed, because command 'lvm' could not be found! Feb 05 04:18:04 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: dracut module 'btrfs' will not be installed, because command 'btrfs' could not be found! Feb 05 04:18:04 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: dracut module 'dmraid' will not be installed, because command 'dmraid' could not be found! Feb 05 04:18:04 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: dracut module 'lvm' will not be installed, because command 'lvm' could not be found! Feb 05 04:18:04 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: dracut module 'mdraid' will not be installed, because command 'mdadm' could not be found! Feb 05 04:18:04 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: dracut module 'pcsc' will not be installed, because command 'pcscd' could not be found! Feb 05 04:18:04 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: dracut module 'tpm2-tss' will not be installed, because command 'tpm2' could not be found! Feb 05 04:18:04 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: dracut module 'cifs' will not be installed, because command 'mount.cifs' could not be found! Feb 05 04:18:04 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found! Feb 05 04:18:04 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: dracut module 'iscsi' will not be installed, because command 'iscsiadm' could not be found! Feb 05 04:18:04 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: dracut module 'iscsi' will not be installed, because command 'iscsid' could not be found! Feb 05 04:18:04 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: dracut module 'nvmf' will not be installed, because command 'nvme' could not be found! Feb 05 04:18:04 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: dracut module 'memstrack' will not be installed, because command 'memstrack' could not be found! Feb 05 04:18:04 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: memstrack is not available Feb 05 04:18:04 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: If you need to use rd.memdebug>=4, please install memstrack and procps-ng Feb 05 04:18:04 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: *** Including module: systemd *** Feb 05 04:18:05 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: *** Including module: systemd-initrd *** Feb 05 04:18:05 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: *** Including module: nss-softokn *** Feb 05 04:18:05 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: *** Including module: rngd *** Feb 05 04:18:05 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: *** Including module: i18n *** Feb 05 04:18:05 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: *** Including module: drm *** Feb 05 04:18:05 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: *** Including module: prefixdevname *** Feb 05 04:18:05 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: *** Including module: kernel-modules *** Feb 05 04:18:06 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: *** Including module: kernel-modules-extra *** Feb 05 04:18:06 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: kernel-modules-extra: configuration source "/run/depmod.d" does not exist Feb 05 04:18:06 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: kernel-modules-extra: configuration source "/lib/depmod.d" does not exist Feb 05 04:18:06 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: kernel-modules-extra: parsing configuration file "/etc/depmod.d/dist.conf" Feb 05 04:18:06 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: kernel-modules-extra: /etc/depmod.d/dist.conf: added "updates extra built-in weak-updates" to the list of search directories Feb 05 04:18:06 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: *** Including module: fstab-sys *** Feb 05 04:18:06 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: *** Including module: rootfs-block *** Feb 05 04:18:06 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: *** Including module: terminfo *** Feb 05 04:18:06 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: *** Including module: udev-rules *** Feb 05 04:18:06 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: Skipping udev rule: 91-permissions.rules Feb 05 04:18:06 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: Skipping udev rule: 80-drivers-modprobe.rules Feb 05 04:18:06 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: *** Including module: dracut-systemd *** Feb 05 04:18:06 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit NetworkManager-dispatcher.service has successfully entered the 'dead' state. Feb 05 04:18:06 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: *** Including module: usrmount *** Feb 05 04:18:06 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: *** Including module: base *** Feb 05 04:18:06 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: *** Including module: fs-lib *** Feb 05 04:18:06 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: *** Including module: kdumpbase *** Feb 05 04:18:06 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: *** Including module: microcode_ctl-fw_dir_override *** Feb 05 04:18:06 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: microcode_ctl module: mangling fw_dir Feb 05 04:18:06 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: microcode_ctl: reset fw_dir to "/lib/firmware/updates /lib/firmware" Feb 05 04:18:06 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel"... Feb 05 04:18:06 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: microcode_ctl: intel: caveats check for kernel version "5.14.0-410.el9.x86_64" passed, adding "/usr/share/microcode_ctl/ucode_with_caveats/intel" to fw_dir variable Feb 05 04:18:06 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-2d-07"... Feb 05 04:18:06 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: microcode_ctl: configuration "intel-06-2d-07" is ignored Feb 05 04:18:06 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-4e-03"... Feb 05 04:18:06 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: microcode_ctl: configuration "intel-06-4e-03" is ignored Feb 05 04:18:06 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-4f-01"... Feb 05 04:18:06 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: microcode_ctl: configuration "intel-06-4f-01" is ignored Feb 05 04:18:06 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-55-04"... Feb 05 04:18:07 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: microcode_ctl: configuration "intel-06-55-04" is ignored Feb 05 04:18:07 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-5e-03"... Feb 05 04:18:07 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: microcode_ctl: configuration "intel-06-5e-03" is ignored Feb 05 04:18:07 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-8c-01"... Feb 05 04:18:07 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: microcode_ctl: configuration "intel-06-8c-01" is ignored Feb 05 04:18:07 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-8e-9e-0x-0xca"... Feb 05 04:18:07 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: microcode_ctl: configuration "intel-06-8e-9e-0x-0xca" is ignored Feb 05 04:18:07 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-8e-9e-0x-dell"... Feb 05 04:18:07 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: microcode_ctl: configuration "intel-06-8e-9e-0x-dell" is ignored Feb 05 04:18:07 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: microcode_ctl: final fw_dir: "/usr/share/microcode_ctl/ucode_with_caveats/intel /lib/firmware/updates /lib/firmware" Feb 05 04:18:07 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: *** Including module: shutdown *** Feb 05 04:18:07 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: *** Including module: squash *** Feb 05 04:18:07 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: *** Including modules done *** Feb 05 04:18:07 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: *** Installing kernel module dependencies *** Feb 05 04:18:08 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: *** Installing kernel module dependencies done *** Feb 05 04:18:08 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: *** Resolving executable dependencies *** Feb 05 04:18:09 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: *** Resolving executable dependencies done *** Feb 05 04:18:09 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: *** Hardlinking files *** Feb 05 04:18:09 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: Mode: real Feb 05 04:18:09 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: Files: 436 Feb 05 04:18:09 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: Linked: 1 files Feb 05 04:18:09 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: Compared: 0 xattrs Feb 05 04:18:09 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: Compared: 6 files Feb 05 04:18:09 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: Saved: 55.98 KiB Feb 05 04:18:09 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: Duration: 0.005789 seconds Feb 05 04:18:09 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: *** Hardlinking files done *** Feb 05 04:18:09 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: *** Generating early-microcode cpio image *** Feb 05 04:18:09 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: *** Constructing GenuineIntel.bin *** Feb 05 04:18:09 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: *** Constructing GenuineIntel.bin *** Feb 05 04:18:09 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: *** Store current command line parameters *** Feb 05 04:18:09 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: Stored kernel commandline: Feb 05 04:18:09 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: No dracut internal kernel commandline stored in the initramfs Feb 05 04:18:09 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: *** Install squash loader *** Feb 05 04:18:10 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: *** Stripping files *** Feb 05 04:18:10 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: *** Stripping files done *** Feb 05 04:18:10 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: *** Squashing the files inside the initramfs *** Feb 05 04:18:16 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: *** Squashing the files inside the initramfs done *** Feb 05 04:18:16 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: *** Creating image file '/boot/initramfs-5.14.0-410.el9.x86_64kdump.img' *** Feb 05 04:18:16 ip-10-31-41-197.us-east-1.aws.redhat.com dracut[1407]: *** Creating initramfs image file '/boot/initramfs-5.14.0-410.el9.x86_64kdump.img' done *** Feb 05 04:18:17 ip-10-31-41-197.us-east-1.aws.redhat.com kdumpctl[789]: kdump: kexec: loaded kdump kernel Feb 05 04:18:17 ip-10-31-41-197.us-east-1.aws.redhat.com kdumpctl[789]: kdump: Starting kdump: [OK] Feb 05 04:18:17 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: Finished Crash recovery kernel arming. ░░ Subject: A start job for unit kdump.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit kdump.service has finished successfully. ░░ ░░ The job identifier is 220. Feb 05 04:18:17 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: Startup finished in 932ms (kernel) + 4.281s (initrd) + 31.750s (userspace) = 36.964s. ░░ Subject: System start-up is now complete ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ All system services necessary queued for starting at boot have been ░░ started. Note that this does not mean that the machine is now idle as services ░░ might still be busy with completing start-up. ░░ ░░ Kernel start-up required 932196 microseconds. ░░ ░░ Initrd start-up required 4281946 microseconds. ░░ ░░ Userspace start-up required 31750778 microseconds. Feb 05 04:18:26 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: systemd-hostnamed.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit systemd-hostnamed.service has successfully entered the 'dead' state. Feb 05 04:19:24 ip-10-31-41-197.us-east-1.aws.redhat.com sshd[4032]: Accepted publickey for root from 10.30.32.10 port 36920 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Feb 05 04:19:24 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: Created slice User Slice of UID 0. ░░ Subject: A start job for unit user-0.slice has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit user-0.slice has finished successfully. ░░ ░░ The job identifier is 604. Feb 05 04:19:24 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: Starting User Runtime Directory /run/user/0... ░░ Subject: A start job for unit user-runtime-dir@0.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit user-runtime-dir@0.service has begun execution. ░░ ░░ The job identifier is 603. Feb 05 04:19:24 ip-10-31-41-197.us-east-1.aws.redhat.com systemd-logind[583]: New session 1 of user root. ░░ Subject: A new session 1 has been created for user root ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A new session with the ID 1 has been created for the user root. ░░ ░░ The leading process of the session is 4032. Feb 05 04:19:24 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: Finished User Runtime Directory /run/user/0. ░░ Subject: A start job for unit user-runtime-dir@0.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit user-runtime-dir@0.service has finished successfully. ░░ ░░ The job identifier is 603. Feb 05 04:19:24 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: Starting User Manager for UID 0... ░░ Subject: A start job for unit user@0.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit user@0.service has begun execution. ░░ ░░ The job identifier is 541. Feb 05 04:19:24 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[4036]: pam_unix(systemd-user:session): session opened for user root(uid=0) by (uid=0) Feb 05 04:19:25 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[4036]: Queued start job for default target Main User Target. Feb 05 04:19:25 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[4036]: Created slice User Application Slice. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 10. Feb 05 04:19:25 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[4036]: 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 6. Feb 05 04:19:25 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[4036]: Started Daily Cleanup of User's Temporary Directories. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 7. Feb 05 04:19:25 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[4036]: Reached target Paths. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 3. Feb 05 04:19:25 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[4036]: Reached target Timers. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 5. Feb 05 04:19:25 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[4036]: Starting D-Bus User Message Bus Socket... ░░ Subject: A start job for unit UNIT has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has begun execution. ░░ ░░ The job identifier is 9. Feb 05 04:19:25 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[4036]: Starting Create User's Volatile Files and Directories... ░░ Subject: A start job for unit UNIT has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has begun execution. ░░ ░░ The job identifier is 12. Feb 05 04:19:25 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[4036]: Finished Create User's Volatile Files and Directories. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 12. Feb 05 04:19:25 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[4036]: Listening on D-Bus User Message Bus Socket. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 9. Feb 05 04:19:25 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[4036]: Reached target Sockets. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 8. Feb 05 04:19:25 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[4036]: Reached target Basic System. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 2. Feb 05 04:19:25 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[4036]: Reached target Main User Target. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 1. Feb 05 04:19:25 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[4036]: Startup finished in 82ms. ░░ 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 82778 microseconds. Feb 05 04:19:25 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: Started User Manager for UID 0. ░░ Subject: A start job for unit user@0.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit user@0.service has finished successfully. ░░ ░░ The job identifier is 541. Feb 05 04:19:25 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: Started Session 1 of User root. ░░ Subject: A start job for unit session-1.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-1.scope has finished successfully. ░░ ░░ The job identifier is 606. Feb 05 04:19:25 ip-10-31-41-197.us-east-1.aws.redhat.com sshd[4032]: pam_unix(sshd:session): session opened for user root(uid=0) by (uid=0) Feb 05 04:19:25 ip-10-31-41-197.us-east-1.aws.redhat.com sshd[4046]: Received disconnect from 10.30.32.10 port 36920:11: disconnected by user Feb 05 04:19:25 ip-10-31-41-197.us-east-1.aws.redhat.com sshd[4046]: Disconnected from user root 10.30.32.10 port 36920 Feb 05 04:19:25 ip-10-31-41-197.us-east-1.aws.redhat.com sshd[4032]: pam_unix(sshd:session): session closed for user root Feb 05 04:19:25 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: session-1.scope: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit session-1.scope has successfully entered the 'dead' state. Feb 05 04:19:25 ip-10-31-41-197.us-east-1.aws.redhat.com systemd-logind[583]: Session 1 logged out. Waiting for processes to exit. Feb 05 04:19:25 ip-10-31-41-197.us-east-1.aws.redhat.com systemd-logind[583]: Removed session 1. ░░ Subject: Session 1 has been terminated ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A session with the ID 1 has been terminated. Feb 05 04:19:27 ip-10-31-41-197.us-east-1.aws.redhat.com sshd[4075]: error: kex_exchange_identification: Connection closed by remote host Feb 05 04:19:27 ip-10-31-41-197.us-east-1.aws.redhat.com sshd[4075]: Connection closed by 10.29.163.169 port 56090 Feb 05 04:19:27 ip-10-31-41-197.us-east-1.aws.redhat.com sshd[4076]: Accepted publickey for root from 10.29.163.169 port 56092 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Feb 05 04:19:27 ip-10-31-41-197.us-east-1.aws.redhat.com systemd-logind[583]: New session 3 of user root. ░░ Subject: A new session 3 has been created for user root ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A new session with the ID 3 has been created for the user root. ░░ ░░ The leading process of the session is 4076. Feb 05 04:19:27 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: Started Session 3 of User root. ░░ Subject: A start job for unit session-3.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-3.scope has finished successfully. ░░ ░░ The job identifier is 672. Feb 05 04:19:27 ip-10-31-41-197.us-east-1.aws.redhat.com sshd[4076]: pam_unix(sshd:session): session opened for user root(uid=0) by (uid=0) Feb 05 04:19:28 ip-10-31-41-197.us-east-1.aws.redhat.com sshd[4079]: Received disconnect from 10.29.163.169 port 56092:11: disconnected by user Feb 05 04:19:28 ip-10-31-41-197.us-east-1.aws.redhat.com sshd[4079]: Disconnected from user root 10.29.163.169 port 56092 Feb 05 04:19:28 ip-10-31-41-197.us-east-1.aws.redhat.com sshd[4076]: pam_unix(sshd:session): session closed for user root Feb 05 04:19:28 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: session-3.scope: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit session-3.scope has successfully entered the 'dead' state. Feb 05 04:19:28 ip-10-31-41-197.us-east-1.aws.redhat.com systemd-logind[583]: Session 3 logged out. Waiting for processes to exit. Feb 05 04:19:28 ip-10-31-41-197.us-east-1.aws.redhat.com systemd-logind[583]: Removed session 3. ░░ Subject: Session 3 has been terminated ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A session with the ID 3 has been terminated. Feb 05 04:19:28 ip-10-31-41-197.us-east-1.aws.redhat.com sshd[4096]: Accepted publickey for root from 10.29.163.169 port 56106 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Feb 05 04:19:28 ip-10-31-41-197.us-east-1.aws.redhat.com systemd-logind[583]: New session 4 of user root. ░░ Subject: A new session 4 has been created for user root ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A new session with the ID 4 has been created for the user root. ░░ ░░ The leading process of the session is 4096. Feb 05 04:19:28 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: Started Session 4 of User root. ░░ Subject: A start job for unit session-4.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-4.scope has finished successfully. ░░ ░░ The job identifier is 738. Feb 05 04:19:28 ip-10-31-41-197.us-east-1.aws.redhat.com sshd[4096]: pam_unix(sshd:session): session opened for user root(uid=0) by (uid=0) Feb 05 04:19:28 ip-10-31-41-197.us-east-1.aws.redhat.com sshd[4099]: Received disconnect from 10.29.163.169 port 56106:11: disconnected by user Feb 05 04:19:28 ip-10-31-41-197.us-east-1.aws.redhat.com sshd[4099]: Disconnected from user root 10.29.163.169 port 56106 Feb 05 04:19:28 ip-10-31-41-197.us-east-1.aws.redhat.com sshd[4096]: pam_unix(sshd:session): session closed for user root Feb 05 04:19:28 ip-10-31-41-197.us-east-1.aws.redhat.com systemd-logind[583]: Session 4 logged out. Waiting for processes to exit. Feb 05 04:19:28 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: session-4.scope: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit session-4.scope has successfully entered the 'dead' state. Feb 05 04:19:28 ip-10-31-41-197.us-east-1.aws.redhat.com systemd-logind[583]: Removed session 4. ░░ Subject: Session 4 has been terminated ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A session with the ID 4 has been terminated. Feb 05 04:19:28 ip-10-31-41-197.us-east-1.aws.redhat.com sshd[4116]: Accepted publickey for root from 10.29.163.169 port 56112 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Feb 05 04:19:28 ip-10-31-41-197.us-east-1.aws.redhat.com systemd-logind[583]: New session 5 of user root. ░░ Subject: A new session 5 has been created for user root ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A new session with the ID 5 has been created for the user root. ░░ ░░ The leading process of the session is 4116. Feb 05 04:19:28 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: Started Session 5 of User root. ░░ Subject: A start job for unit session-5.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-5.scope has finished successfully. ░░ ░░ The job identifier is 804. Feb 05 04:19:28 ip-10-31-41-197.us-east-1.aws.redhat.com sshd[4116]: pam_unix(sshd:session): session opened for user root(uid=0) by (uid=0) Feb 05 04:19:28 ip-10-31-41-197.us-east-1.aws.redhat.com sshd[4119]: Received disconnect from 10.29.163.169 port 56112:11: disconnected by user Feb 05 04:19:28 ip-10-31-41-197.us-east-1.aws.redhat.com sshd[4119]: Disconnected from user root 10.29.163.169 port 56112 Feb 05 04:19:28 ip-10-31-41-197.us-east-1.aws.redhat.com sshd[4116]: pam_unix(sshd:session): session closed for user root Feb 05 04:19:28 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: session-5.scope: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit session-5.scope has successfully entered the 'dead' state. Feb 05 04:19:28 ip-10-31-41-197.us-east-1.aws.redhat.com systemd-logind[583]: Session 5 logged out. Waiting for processes to exit. Feb 05 04:19:28 ip-10-31-41-197.us-east-1.aws.redhat.com systemd-logind[583]: Removed session 5. ░░ Subject: Session 5 has been terminated ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A session with the ID 5 has been terminated. Feb 05 04:19:29 ip-10-31-41-197.us-east-1.aws.redhat.com sshd[4136]: Accepted publickey for root from 10.29.163.169 port 56124 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Feb 05 04:19:29 ip-10-31-41-197.us-east-1.aws.redhat.com systemd-logind[583]: New session 6 of user root. ░░ Subject: A new session 6 has been created for user root ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A new session with the ID 6 has been created for the user root. ░░ ░░ The leading process of the session is 4136. Feb 05 04:19:29 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: Started Session 6 of User root. ░░ Subject: A start job for unit session-6.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-6.scope has finished successfully. ░░ ░░ The job identifier is 870. Feb 05 04:19:29 ip-10-31-41-197.us-east-1.aws.redhat.com sshd[4136]: pam_unix(sshd:session): session opened for user root(uid=0) by (uid=0) Feb 05 04:19:52 ip-10-31-41-197.us-east-1.aws.redhat.com python3[4233]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Feb 05 04:19:53 ip-10-31-41-197.us-east-1.aws.redhat.com python3[4274]: ansible-service_facts Invoked Feb 05 04:19:54 ip-10-31-41-197.us-east-1.aws.redhat.com python3[4372]: ansible-ansible.legacy.command Invoked with _raw_params=rpm -qa _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:19:55 ip-10-31-41-197.us-east-1.aws.redhat.com python3[4390]: ansible-stat Invoked with path=/etc/yum.repos.d/qa-tools.repo follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 05 04:19:56 ip-10-31-41-197.us-east-1.aws.redhat.com python3[4409]: ansible-ansible.legacy.command Invoked with _raw_params=curl -sLI --connect-timeout 5 -w '%{response_code}' http://liver2.lab.eng.brq.redhat.com/repo/ | grep ^200 _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:19:57 ip-10-31-41-197.us-east-1.aws.redhat.com python3[4430]: ansible-ansible.legacy.dnf Invoked with name=['ca-certificates'] state=latest allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Feb 05 04:19:57 ip-10-31-41-197.us-east-1.aws.redhat.com python3[4448]: ansible-ansible.legacy.dnf Invoked with name=['curl'] state=latest allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Feb 05 04:19:58 ip-10-31-41-197.us-east-1.aws.redhat.com python3[4466]: ansible-ansible.legacy.command Invoked with _raw_params=curl -skL -o /etc/pki/ca-trust/source/anchors/Current-IT-Root-CAs.pem https://certs.corp.redhat.com/certs/Current-IT-Root-CAs.pem _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:19:58 ip-10-31-41-197.us-east-1.aws.redhat.com python3[4485]: ansible-ansible.legacy.command Invoked with _raw_params=bash -c 'update-ca-trust' _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:20:00 ip-10-31-41-197.us-east-1.aws.redhat.com python3[4509]: ansible-ansible.legacy.command Invoked with _raw_params=bash -c 'update-ca-trust extract' _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:20:01 ip-10-31-41-197.us-east-1.aws.redhat.com python3[4533]: ansible-ansible.legacy.command Invoked with _raw_params=curl -v https://gitlab.cee.redhat.com _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:20:01 ip-10-31-41-197.us-east-1.aws.redhat.com python3[4552]: ansible-ansible.legacy.command Invoked with _raw_params=curl -v https://beaker.engineering.redhat.com/ _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:20:02 ip-10-31-41-197.us-east-1.aws.redhat.com python3[4571]: ansible-ansible.legacy.command Invoked with _raw_params=if [ $(find /etc/yum.repos.d/ -name 'centos-addons.repo' | wc -l ) -gt 0 ]; then sed -i "/^\[nfv-source\]/,/^$/d" /etc/yum.repos.d/centos-addons.repo; fi _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:20:02 ip-10-31-41-197.us-east-1.aws.redhat.com python3[4593]: ansible-file Invoked with path=/etc/yum.repos.d/CentOS-Media.repo state=absent recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 05 04:20:02 ip-10-31-41-197.us-east-1.aws.redhat.com python3[4610]: ansible-file Invoked with path=/etc/yum.repos.d/CentOS-Linux-Media.repo state=absent recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 05 04:20:03 ip-10-31-41-197.us-east-1.aws.redhat.com python3[4627]: ansible-file Invoked with path=/etc/yum.repos.d/CentOS-Stream-Media.repo state=absent recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 05 04:20:03 ip-10-31-41-197.us-east-1.aws.redhat.com python3[4644]: ansible-file Invoked with path=/etc/yum.repos.d/beaker-client-testing.repo state=absent recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 05 04:20:03 ip-10-31-41-197.us-east-1.aws.redhat.com python3[4661]: ansible-stat Invoked with path=/etc/yum.repos.d/beaker-client.repo follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 05 04:20:03 ip-10-31-41-197.us-east-1.aws.redhat.com python3[4680]: ansible-replace Invoked with path=/etc/yum.repos.d/beaker-client.repo regexp=7|\$releasever replace=8 backup=False encoding=utf-8 unsafe_writes=False after=None before=None validate=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 05 04:20:04 ip-10-31-41-197.us-east-1.aws.redhat.com python3[4697]: ansible-stat Invoked with path=/etc/yum.repos.d/beaker-client.repo follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 05 04:20:04 ip-10-31-41-197.us-east-1.aws.redhat.com python3[4716]: ansible-community.general.ini_file Invoked with path=/etc/yum.repos.d/beaker-client.repo section=beaker-client option=skip_if_unavailable value=1 backup=False state=present exclusive=True no_extra_spaces=False ignore_spaces=False allow_no_value=False modify_inactive_option=True create=True follow=False unsafe_writes=False values=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 05 04:20:04 ip-10-31-41-197.us-east-1.aws.redhat.com python3[4733]: ansible-ansible.legacy.command Invoked with _raw_params=for repofile in $(ls -1 /etc/yum.repos.d/); do echo "# vvvvv $repofile vvvvv vvvvv"; cat "/etc/yum.repos.d/$repofile"; echo "# ^^^^^ ^^^^^ ^^^^^ ^^^^^"; echo ""; done _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:20:04 ip-10-31-41-197.us-east-1.aws.redhat.com python3[4764]: ansible-ansible.legacy.command Invoked with _raw_params=yum -q repolist _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:20:05 ip-10-31-41-197.us-east-1.aws.redhat.com python3[4782]: ansible-stat Invoked with path=/etc/yum.repos.d/baseos-ci.repo follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 05 04:20:05 ip-10-31-41-197.us-east-1.aws.redhat.com python3[4799]: ansible-ansible.legacy.command Invoked with _raw_params=for repofile in $(ls -1 /etc/yum.repos.d/); do echo "# vvvvv $repofile vvvvv vvvvv"; cat "/etc/yum.repos.d/$repofile"; echo "# ^^^^^ ^^^^^ ^^^^^ ^^^^^"; echo ""; done _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:20:05 ip-10-31-41-197.us-east-1.aws.redhat.com python3[4830]: ansible-ansible.legacy.command Invoked with _raw_params=yum -q repolist _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:20:06 ip-10-31-41-197.us-east-1.aws.redhat.com python3[4848]: ansible-ansible.legacy.command Invoked with _raw_params=for repofile in $(ls -1 /etc/yum.repos.d/); do echo "# vvvvv $repofile vvvvv vvvvv"; cat "/etc/yum.repos.d/$repofile"; echo "# ^^^^^ ^^^^^ ^^^^^ ^^^^^"; echo ""; done _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:20:06 ip-10-31-41-197.us-east-1.aws.redhat.com python3[4879]: ansible-ansible.legacy.command Invoked with _raw_params=yum -q repolist _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:20:07 ip-10-31-41-197.us-east-1.aws.redhat.com python3[4897]: ansible-ansible.legacy.command Invoked with _raw_params=for repofile in $(ls -1 /etc/yum.repos.d/); do echo "# vvvvv $repofile vvvvv vvvvv"; cat "/etc/yum.repos.d/$repofile"; echo "# ^^^^^ ^^^^^ ^^^^^ ^^^^^"; echo ""; done _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:20:07 ip-10-31-41-197.us-east-1.aws.redhat.com python3[4928]: ansible-ansible.legacy.command Invoked with _raw_params=yum -q repolist _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:20:08 ip-10-31-41-197.us-east-1.aws.redhat.com python3[4946]: ansible-ansible.legacy.command Invoked with _raw_params=for repofile in $(ls -1 /etc/yum.repos.d/); do echo "# vvvvv $repofile vvvvv vvvvv"; cat "/etc/yum.repos.d/$repofile"; echo "# ^^^^^ ^^^^^ ^^^^^ ^^^^^"; echo ""; done _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:20:09 ip-10-31-41-197.us-east-1.aws.redhat.com python3[4977]: ansible-ansible.legacy.command Invoked with _raw_params=yum -q repolist _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:20:09 ip-10-31-41-197.us-east-1.aws.redhat.com python3[4995]: ansible-ansible.legacy.command Invoked with _raw_params=dnf clean all --enablerepo=* _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:20:10 ip-10-31-41-197.us-east-1.aws.redhat.com python3[5013]: ansible-ansible.legacy.command Invoked with _raw_params=dnf makecache --enablerepo=* _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:21:22 ip-10-31-41-197.us-east-1.aws.redhat.com python3[5210]: ansible-ansible.legacy.dnf Invoked with name=['createrepo'] state=latest allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Feb 05 04:21:26 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: Started /usr/bin/systemctl start man-db-cache-update. ░░ Subject: A start job for unit run-r58f5b7551123418e85b86c2103c4636d.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit run-r58f5b7551123418e85b86c2103c4636d.service has finished successfully. ░░ ░░ The job identifier is 937. Feb 05 04:21:26 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: Starting man-db-cache-update.service... ░░ Subject: A start job for unit man-db-cache-update.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit man-db-cache-update.service has begun execution. ░░ ░░ The job identifier is 999. Feb 05 04:21:27 ip-10-31-41-197.us-east-1.aws.redhat.com python3[5240]: ansible-ansible.legacy.dnf Invoked with name=['make'] state=latest allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Feb 05 04:21:28 ip-10-31-41-197.us-east-1.aws.redhat.com python3[5329]: ansible-ansible.legacy.dnf Invoked with name=['parted'] state=latest allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Feb 05 04:21:28 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: man-db-cache-update.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit man-db-cache-update.service has successfully entered the 'dead' state. Feb 05 04:21:28 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: Finished man-db-cache-update.service. ░░ Subject: A start job for unit man-db-cache-update.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit man-db-cache-update.service has finished successfully. ░░ ░░ The job identifier is 999. Feb 05 04:21:28 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: run-r58f5b7551123418e85b86c2103c4636d.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit run-r58f5b7551123418e85b86c2103c4636d.service has successfully entered the 'dead' state. Feb 05 04:21:29 ip-10-31-41-197.us-east-1.aws.redhat.com python3[5348]: ansible-ansible.legacy.dnf Invoked with name=['psmisc'] state=latest allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Feb 05 04:21:30 ip-10-31-41-197.us-east-1.aws.redhat.com python3[5366]: ansible-ansible.legacy.dnf Invoked with name=['chrony'] state=latest allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Feb 05 04:21:31 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: Started /usr/bin/systemctl start man-db-cache-update. ░░ Subject: A start job for unit run-r007a2188c4024acb8f49db4a52c36ad3.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit run-r007a2188c4024acb8f49db4a52c36ad3.service has finished successfully. ░░ ░░ The job identifier is 1061. Feb 05 04:21:31 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: Starting man-db-cache-update.service... ░░ Subject: A start job for unit man-db-cache-update.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit man-db-cache-update.service has begun execution. ░░ ░░ The job identifier is 1123. Feb 05 04:21:31 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: Reloading. Feb 05 04:21:31 ip-10-31-41-197.us-east-1.aws.redhat.com systemd-rc-local-generator[5404]: /etc/rc.d/rc.local is not marked executable, skipping. Feb 05 04:21:32 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: Queuing reload/restart jobs for marked units… Feb 05 04:21:32 ip-10-31-41-197.us-east-1.aws.redhat.com chronyd[591]: chronyd exiting Feb 05 04:21:32 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: Stopping NTP client/server... ░░ Subject: A stop job for unit chronyd.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit chronyd.service has begun execution. ░░ ░░ The job identifier is 1185. Feb 05 04:21:32 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: chronyd.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit chronyd.service has successfully entered the 'dead' state. Feb 05 04:21:32 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: Stopped NTP client/server. ░░ Subject: A stop job for unit chronyd.service has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit chronyd.service has finished. ░░ ░░ The job identifier is 1185 and the job result is done. Feb 05 04:21:32 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: Starting NTP client/server... ░░ Subject: A start job for unit chronyd.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit chronyd.service has begun execution. ░░ ░░ The job identifier is 1185. Feb 05 04:21:32 ip-10-31-41-197.us-east-1.aws.redhat.com chronyd[5443]: chronyd version 4.5 starting (+CMDMON +NTP +REFCLOCK +RTC +PRIVDROP +SCFILTER +SIGND +ASYNCDNS +NTS +SECHASH +IPV6 +DEBUG) Feb 05 04:21:32 ip-10-31-41-197.us-east-1.aws.redhat.com chronyd[5443]: Loaded 0 symmetric keys Feb 05 04:21:32 ip-10-31-41-197.us-east-1.aws.redhat.com chronyd[5443]: Frequency 34.860 +/- 1.719 ppm read from /var/lib/chrony/drift Feb 05 04:21:32 ip-10-31-41-197.us-east-1.aws.redhat.com chronyd[5443]: Using right/UTC timezone to obtain leap second data Feb 05 04:21:32 ip-10-31-41-197.us-east-1.aws.redhat.com chronyd[5443]: Loaded seccomp filter (level 2) Feb 05 04:21:32 ip-10-31-41-197.us-east-1.aws.redhat.com chronyd[5443]: Added source 10.11.160.238 Feb 05 04:21:32 ip-10-31-41-197.us-east-1.aws.redhat.com chronyd[5443]: Added source 10.18.100.10 Feb 05 04:21:32 ip-10-31-41-197.us-east-1.aws.redhat.com chronyd[5443]: Added source 10.2.32.37 Feb 05 04:21:32 ip-10-31-41-197.us-east-1.aws.redhat.com chronyd[5443]: Added source 10.2.32.38 Feb 05 04:21:32 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: Started NTP client/server. ░░ Subject: A start job for unit chronyd.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit chronyd.service has finished successfully. ░░ ░░ The job identifier is 1185. Feb 05 04:21:32 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: Started /usr/bin/systemctl start man-db-cache-update. ░░ Subject: A start job for unit run-ra7d35da452fb49c08db39273146b26ba.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit run-ra7d35da452fb49c08db39273146b26ba.service has finished successfully. ░░ ░░ The job identifier is 1249. Feb 05 04:21:32 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: man-db-cache-update.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit man-db-cache-update.service has successfully entered the 'dead' state. Feb 05 04:21:32 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: Finished man-db-cache-update.service. ░░ Subject: A start job for unit man-db-cache-update.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit man-db-cache-update.service has finished successfully. ░░ ░░ The job identifier is 1123. Feb 05 04:21:32 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: run-r007a2188c4024acb8f49db4a52c36ad3.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit run-r007a2188c4024acb8f49db4a52c36ad3.service has successfully entered the 'dead' state. Feb 05 04:21:32 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: run-ra7d35da452fb49c08db39273146b26ba.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit run-ra7d35da452fb49c08db39273146b26ba.service has successfully entered the 'dead' state. Feb 05 04:21:32 ip-10-31-41-197.us-east-1.aws.redhat.com python3[5619]: ansible-ansible.legacy.command Invoked with _raw_params=bash -c "chronyc sources" _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:21:37 ip-10-31-41-197.us-east-1.aws.redhat.com chronyd[5443]: Selected source 50.205.57.38 (2.centos.pool.ntp.org) Feb 05 04:21:37 ip-10-31-41-197.us-east-1.aws.redhat.com chronyd[5443]: System clock TAI offset set to 37 seconds Feb 05 04:22:08 ip-10-31-41-197.us-east-1.aws.redhat.com python3[5637]: ansible-ansible.legacy.command Invoked with _raw_params=bash -c "chronyc sources" _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:22:09 ip-10-31-41-197.us-east-1.aws.redhat.com python3[5655]: ansible-ansible.legacy.command Invoked with _raw_params=bash -c "chronyc sources | grep redhat | grep -v util.phx2.redhat || chronyc add server clock.corp.redhat.com iburst" _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:22:09 ip-10-31-41-197.us-east-1.aws.redhat.com python3[5676]: ansible-ansible.legacy.command Invoked with _raw_params=bash -c "chronyc sources" _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:22:10 ip-10-31-41-197.us-east-1.aws.redhat.com python3[5694]: ansible-ansible.legacy.command Invoked with _raw_params=chronyc waitsync 5 _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:22:10 ip-10-31-41-197.us-east-1.aws.redhat.com python3[5712]: ansible-ansible.legacy.command Invoked with _raw_params=setenforce 0; timedatectl set-timezone UTC; setenforce 1 _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:22:10 ip-10-31-41-197.us-east-1.aws.redhat.com dbus-broker-launch[577]: avc: op=setenforce lsm=selinux enforcing=0 res=1 Feb 05 04:22:10 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: Starting Time & Date Service... ░░ Subject: A start job for unit systemd-timedated.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-timedated.service has begun execution. ░░ ░░ The job identifier is 1373. Feb 05 04:22:10 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: Started Time & Date Service. ░░ Subject: A start job for unit systemd-timedated.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-timedated.service has finished successfully. ░░ ░░ The job identifier is 1373. Feb 05 04:22:10 ip-10-31-41-197.us-east-1.aws.redhat.com systemd-timedated[5716]: Changed time zone to 'UTC' (UTC). ░░ Subject: Time zone change to UTC ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The system timezone has been changed to UTC. Feb 05 04:22:11 ip-10-31-41-197.us-east-1.aws.redhat.com python3[5733]: ansible-yum_repository Invoked with state=present name=beaker-tasks description=Beaker tasks baseurl=['http://beaker.engineering.redhat.com/rpms/'] gpgcheck=False enabled=True reposdir=/etc/yum.repos.d unsafe_writes=False bandwidth=None cost=None deltarpm_metadata_percentage=None deltarpm_percentage=None enablegroups=None exclude=None failovermethod=None file=None gpgcakey=None gpgkey=None module_hotfixes=None http_caching=None include=None includepkgs=None ip_resolve=None keepalive=None keepcache=None metadata_expire=None metadata_expire_filter=None metalink=None mirrorlist=None mirrorlist_expire=None params=None password=NOT_LOGGING_PARAMETER priority=None protect=None proxy=None proxy_password=NOT_LOGGING_PARAMETER proxy_username=None repo_gpgcheck=None retries=None s3_enabled=None skip_if_unavailable=None sslcacert=None ssl_check_cert_permissions=None sslclientcert=None sslclientkey=None sslverify=None throttle=None timeout=None ui_repoid_vars=None username=None async=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 05 04:22:11 ip-10-31-41-197.us-east-1.aws.redhat.com python3[5750]: ansible-user Invoked with name=root update_password=always password=NOT_LOGGING_PARAMETER state=present non_unique=False force=False remove=False create_home=True system=False move_home=False append=False ssh_key_bits=0 ssh_key_type=rsa ssh_key_comment=ansible-generated on ip-10-31-41-197.us-east-1.aws.redhat.com uid=None group=None groups=None comment=None home=None shell=None login_class=None password_expire_max=None password_expire_min=None hidden=None seuser=None skeleton=None generate_ssh_key=None ssh_key_file=None ssh_key_passphrase=NOT_LOGGING_PARAMETER expires=None password_lock=None local=None profile=None authorization=None role=None umask=None Feb 05 04:22:11 ip-10-31-41-197.us-east-1.aws.redhat.com usermod[5753]: change user 'root' password Feb 05 04:22:12 ip-10-31-41-197.us-east-1.aws.redhat.com python3[5776]: ansible-lineinfile Invoked with dest=/etc/ssh/sshd_config regexp=#?PasswordAuthentication (?:yes|no) line=PasswordAuthentication yes state=present path=/etc/ssh/sshd_config backrefs=False create=False backup=False firstmatch=False unsafe_writes=False search_string=None insertafter=None insertbefore=None validate=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 05 04:22:12 ip-10-31-41-197.us-east-1.aws.redhat.com python3[5793]: ansible-lineinfile Invoked with dest=/etc/ssh/sshd_config line=PermitRootLogin yes state=present path=/etc/ssh/sshd_config backrefs=False create=False backup=False firstmatch=False unsafe_writes=False regexp=None search_string=None insertafter=None insertbefore=None validate=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 05 04:22:12 ip-10-31-41-197.us-east-1.aws.redhat.com python3[5810]: ansible-file Invoked with path=/var/lib/tft state=directory recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 05 04:22:12 ip-10-31-41-197.us-east-1.aws.redhat.com python3[5827]: ansible-stat Invoked with path=/var/lib/tft/lib.sh follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 05 04:22:12 ip-10-31-41-197.us-east-1.aws.redhat.com python3[5882]: ansible-ansible.legacy.stat Invoked with path=/var/lib/tft/lib.sh follow=False get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True Feb 05 04:22:13 ip-10-31-41-197.us-east-1.aws.redhat.com python3[5932]: ansible-ansible.legacy.copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1707106932.7281044-5371-126710499041171/source dest=/var/lib/tft/lib.sh owner=root group=root mode=u=rx,go= follow=False _original_basename=lib.sh.j2 checksum=cdcb4e3b7fb4fbc298e05439468daaeb6289f07c backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None seuser=None serole=None selevel=None setype=None attributes=None Feb 05 04:22:13 ip-10-31-41-197.us-east-1.aws.redhat.com python3[5966]: ansible-stat Invoked with path=/usr/local/bin/ci-extendtesttime.sh follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 05 04:22:13 ip-10-31-41-197.us-east-1.aws.redhat.com python3[6021]: ansible-ansible.legacy.stat Invoked with path=/usr/local/bin/ci-extendtesttime.sh follow=False get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True Feb 05 04:22:14 ip-10-31-41-197.us-east-1.aws.redhat.com python3[6071]: ansible-ansible.legacy.copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1707106933.5584445-5384-92844923344895/source dest=/usr/local/bin/ci-extendtesttime.sh owner=root group=root mode=u=rx,go= follow=False _original_basename=ci-extendtesttime.sh.j2 checksum=2d0f6c296873c17e8b22c9490b000973b2a8a350 backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None seuser=None serole=None selevel=None setype=None attributes=None Feb 05 04:22:14 ip-10-31-41-197.us-east-1.aws.redhat.com python3[6105]: ansible-stat Invoked with path=/usr/bin/extendtesttime.sh follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 05 04:22:14 ip-10-31-41-197.us-east-1.aws.redhat.com python3[6122]: ansible-stat Invoked with path=/usr/local/bin/ci-return2pool.sh follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 05 04:22:14 ip-10-31-41-197.us-east-1.aws.redhat.com python3[6177]: ansible-ansible.legacy.stat Invoked with path=/usr/local/bin/ci-return2pool.sh follow=False get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True Feb 05 04:22:14 ip-10-31-41-197.us-east-1.aws.redhat.com python3[6227]: ansible-ansible.legacy.copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1707106934.5121233-5404-78842117811722/source dest=/usr/local/bin/ci-return2pool.sh owner=root group=root mode=u=rx,go= follow=False _original_basename=ci-return2pool.sh.j2 checksum=f77cae3b2a729c60bcb0c01c82bf347f13a9b2c5 backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None seuser=None serole=None selevel=None setype=None attributes=None Feb 05 04:22:15 ip-10-31-41-197.us-east-1.aws.redhat.com python3[6261]: ansible-stat Invoked with path=/etc/motd follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 05 04:22:15 ip-10-31-41-197.us-east-1.aws.redhat.com python3[6318]: ansible-ansible.legacy.stat Invoked with path=/root/.guest-metadata.json follow=False get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True Feb 05 04:22:15 ip-10-31-41-197.us-east-1.aws.redhat.com python3[6368]: ansible-ansible.legacy.copy Invoked with dest=/root/.guest-metadata.json owner=root group=root mode=u=rw,go= src=/root/.ansible/tmp/ansible-tmp-1707106935.2621622-5419-35406376762335/source _original_basename=tmphc8hh138 follow=False checksum=bf21a9e8fbc5a3846fb05b4fa0859e0917b2202f backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None seuser=None serole=None selevel=None setype=None attributes=None Feb 05 04:22:15 ip-10-31-41-197.us-east-1.aws.redhat.com python3[6402]: ansible-ansible.legacy.command Invoked with _raw_params=curl -sLI --connect-timeout 5 -w '%{response_code}' http://169.254.169.254/latest/meta-data/instance-id | grep ^200 _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:22:16 ip-10-31-41-197.us-east-1.aws.redhat.com python3[6422]: ansible-hostname Invoked with name=f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm use=None Feb 05 04:22:16 ip-10-31-41-197.us-east-1.aws.redhat.com dbus-broker-launch[577]: avc: op=setenforce lsm=selinux enforcing=1 res=1 Feb 05 04:22:16 ip-10-31-41-197.us-east-1.aws.redhat.com systemd-journald[483]: Field hash table of /run/log/journal/f5886d6d1a79498e9f99885507b7e4ad/system.journal has a fill level at 75.1 (250 of 333 items), suggesting rotation. Feb 05 04:22:16 ip-10-31-41-197.us-east-1.aws.redhat.com systemd-journald[483]: /run/log/journal/f5886d6d1a79498e9f99885507b7e4ad/system.journal: Journal header limits reached or header out-of-date, rotating. Feb 05 04:22:16 ip-10-31-41-197.us-east-1.aws.redhat.com rsyslogd[785]: imjournal: journal files changed, reloading... [v8.2310.0-3.el9 try https://www.rsyslog.com/e/0 ] Feb 05 04:22:16 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: Starting Hostname Service... ░░ Subject: A start job for unit systemd-hostnamed.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-hostnamed.service has begun execution. ░░ ░░ The job identifier is 1436. Feb 05 04:22:16 ip-10-31-41-197.us-east-1.aws.redhat.com systemd[1]: Started Hostname Service. ░░ Subject: A start job for unit systemd-hostnamed.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-hostnamed.service has finished successfully. ░░ ░░ The job identifier is 1436. Feb 05 04:22:16 ip-10-31-41-197.us-east-1.aws.redhat.com systemd-hostnamed[6427]: Changed pretty hostname to 'f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm' Feb 05 04:22:16 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm systemd-hostnamed[6427]: Hostname set to (static) Feb 05 04:22:16 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm NetworkManager[617]: [1707106936.5120] hostname: static hostname changed from "ip-10-31-41-197.us-east-1.aws.redhat.com" to "f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm" Feb 05 04:22:16 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm systemd[1]: Starting Network Manager Script Dispatcher Service... ░░ Subject: A start job for unit NetworkManager-dispatcher.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit NetworkManager-dispatcher.service has begun execution. ░░ ░░ The job identifier is 1499. Feb 05 04:22:16 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm systemd[1]: Started Network Manager Script Dispatcher Service. ░░ Subject: A start job for unit NetworkManager-dispatcher.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit NetworkManager-dispatcher.service has finished successfully. ░░ ░░ The job identifier is 1499. Feb 05 04:22:16 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[6456]: ansible-ansible.legacy.command Invoked with _raw_params=ping -4 -c1 -W10 $(hostname) _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:22:17 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[6475]: ansible-file Invoked with path=/var/log/messages state=touch recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 05 04:22:17 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[6492]: ansible-ansible.legacy.command Invoked with _raw_params=setsebool nis_enabled on _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:22:17 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm setsebool[6493]: The nis_enabled policy boolean was changed to on by root Feb 05 04:22:17 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[6510]: ansible-stat Invoked with path=/usr/bin/rstrnt-package follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 05 04:22:17 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[6529]: ansible-ansible.legacy.command Invoked with _raw_params=sed -e 's/rpm -q $package/rpm -q --whatprovides $package/' -i /usr/bin/rstrnt-package _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:22:18 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[6547]: ansible-stat Invoked with path=/var/lib/restraint follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 05 04:22:18 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[6566]: ansible-file Invoked with path=/var/lib/restraint/avc_since state=touch recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 05 04:22:18 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[6583]: ansible-stat Invoked with path=/usr/share/beakerlib/beakerlib.sh follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 05 04:22:18 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[6602]: ansible-file Invoked with dest=/usr/lib/beakerlib state=directory path=/usr/lib/beakerlib recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 05 04:22:19 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[6619]: ansible-file Invoked with dest=/usr/share/rhts-library state=directory path=/usr/share/rhts-library recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 05 04:22:19 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[6636]: ansible-file Invoked with src=/usr/share/beakerlib/beakerlib.sh dest=/usr/lib/beakerlib/beakerlib.sh state=link path=/usr/lib/beakerlib/beakerlib.sh recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 05 04:22:19 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[6653]: ansible-file Invoked with src=/usr/share/beakerlib/beakerlib.sh dest=/usr/share/rhts-library/rhtslib.sh state=link path=/usr/share/rhts-library/rhtslib.sh recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 05 04:22:19 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[6670]: ansible-ansible.legacy.command Invoked with _raw_params=mv /var/log/audit/audit.log /var/log/audit/audit.log.bak _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:22:19 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[6688]: ansible-ansible.legacy.command Invoked with _raw_params=/usr/sbin/service auditd restart _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:22:20 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm auditd[533]: The audit daemon is exiting. Feb 05 04:22:20 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm systemd[1]: auditd.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit auditd.service has successfully entered the 'dead' state. Feb 05 04:22:20 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm kernel: audit: type=1305 audit(1707106940.022:725): op=set audit_pid=0 old=533 auid=4294967295 ses=4294967295 subj=system_u:system_r:auditd_t:s0 res=1 Feb 05 04:22:20 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm dbus-broker-launch[577]: avc: op=load_policy lsm=selinux seqno=2 res=1 Feb 05 04:22:20 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm kernel: audit: type=1131 audit(1707106940.024:726): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=auditd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb 05 04:22:22 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm systemd[1]: Starting Security Auditing Service... ░░ Subject: A start job for unit auditd.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit auditd.service has begun execution. ░░ ░░ The job identifier is 1562. Feb 05 04:22:22 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm auditd[6704]: No plugins found, not dispatching events Feb 05 04:22:22 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm auditd[6704]: Init complete, auditd 3.1.2 listening for events (startup state enable) Feb 05 04:22:22 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm kernel: audit: type=1305 audit(1707106942.022:727): op=set audit_enabled=1 old=1 auid=4294967295 ses=4294967295 subj=system_u:system_r:auditd_t:s0 res=1 Feb 05 04:22:22 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm kernel: audit: type=1300 audit(1707106942.022:727): arch=c000003e syscall=44 success=yes exit=60 a0=3 a1=7ffdda6776f0 a2=3c a3=0 items=0 ppid=6703 pid=6704 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="auditd" exe="/usr/sbin/auditd" subj=system_u:system_r:auditd_t:s0 key=(null) Feb 05 04:22:22 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm kernel: audit: type=1327 audit(1707106942.022:727): proctitle="/sbin/auditd" Feb 05 04:22:22 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm augenrules[6707]: /sbin/augenrules: No change Feb 05 04:22:22 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm augenrules[6717]: No rules Feb 05 04:22:22 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm augenrules[6717]: enabled 1 Feb 05 04:22:22 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm augenrules[6717]: failure 1 Feb 05 04:22:22 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm augenrules[6717]: pid 6704 Feb 05 04:22:22 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm augenrules[6717]: rate_limit 0 Feb 05 04:22:22 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm augenrules[6717]: backlog_limit 8192 Feb 05 04:22:22 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm augenrules[6717]: lost 0 Feb 05 04:22:22 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm augenrules[6717]: backlog 0 Feb 05 04:22:22 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm augenrules[6717]: backlog_wait_time 60000 Feb 05 04:22:22 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm augenrules[6717]: backlog_wait_time_actual 0 Feb 05 04:22:22 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm augenrules[6717]: enabled 1 Feb 05 04:22:22 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm augenrules[6717]: failure 1 Feb 05 04:22:22 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm augenrules[6717]: pid 6704 Feb 05 04:22:22 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm augenrules[6717]: rate_limit 0 Feb 05 04:22:22 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm augenrules[6717]: backlog_limit 8192 Feb 05 04:22:22 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm augenrules[6717]: lost 0 Feb 05 04:22:22 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm augenrules[6717]: backlog 4 Feb 05 04:22:22 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm augenrules[6717]: backlog_wait_time 60000 Feb 05 04:22:22 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm augenrules[6717]: backlog_wait_time_actual 0 Feb 05 04:22:22 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm augenrules[6717]: enabled 1 Feb 05 04:22:22 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm augenrules[6717]: failure 1 Feb 05 04:22:22 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm augenrules[6717]: pid 6704 Feb 05 04:22:22 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm augenrules[6717]: rate_limit 0 Feb 05 04:22:22 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm augenrules[6717]: backlog_limit 8192 Feb 05 04:22:22 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm augenrules[6717]: lost 0 Feb 05 04:22:22 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm augenrules[6717]: backlog 4 Feb 05 04:22:22 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm augenrules[6717]: backlog_wait_time 60000 Feb 05 04:22:22 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm augenrules[6717]: backlog_wait_time_actual 0 Feb 05 04:22:22 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm systemd[1]: Started Security Auditing Service. ░░ Subject: A start job for unit auditd.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit auditd.service has finished successfully. ░░ ░░ The job identifier is 1562. Feb 05 04:22:22 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[6740]: ansible-stat Invoked with path=/etc/NetworkManager/conf.d follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 05 04:22:22 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[6797]: ansible-ansible.legacy.stat Invoked with path=/etc/NetworkManager/conf.d/99-zzz-tft-workaround-dns-default.conf follow=False get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True Feb 05 04:22:22 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[6847]: ansible-ansible.legacy.copy Invoked with dest=/etc/NetworkManager/conf.d/99-zzz-tft-workaround-dns-default.conf src=/root/.ansible/tmp/ansible-tmp-1707106942.3103433-5504-161799412279349/source _original_basename=tmpxzqwcedd follow=False checksum=0145f3ae57eef5aa08bbb678fedbb3edd001cd2d backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 05 04:22:23 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[6881]: ansible-ansible.legacy.command Invoked with _raw_params=for repofile in $(ls -1 /etc/yum.repos.d/); do echo "# vvvvv $repofile vvvvv vvvvv"; cat "/etc/yum.repos.d/$repofile"; echo "# ^^^^^ ^^^^^ ^^^^^ ^^^^^"; echo ""; done _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:22:23 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[6912]: ansible-ansible.legacy.command Invoked with _raw_params=yum -q repolist _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:22:24 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[6930]: ansible-ansible.legacy.command Invoked with _raw_params=dnf config-manager --set-enabled highavailability _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:22:25 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[6948]: ansible-ansible.legacy.command Invoked with _raw_params=dnf clean all --enablerepo=* _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:22:26 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[6966]: ansible-ansible.legacy.command Invoked with _raw_params=dnf makecache --enablerepo=* _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:22:26 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit NetworkManager-dispatcher.service has successfully entered the 'dead' state. Feb 05 04:22:40 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm systemd[1]: systemd-timedated.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit systemd-timedated.service has successfully entered the 'dead' state. Feb 05 04:22:46 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm systemd[1]: systemd-hostnamed.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit systemd-hostnamed.service has successfully entered the 'dead' state. Feb 05 04:23:45 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[7186]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Feb 05 04:23:45 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[7227]: ansible-service_facts Invoked Feb 05 04:23:47 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[7326]: ansible-ansible.legacy.command Invoked with _raw_params=rpm -qa _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:23:48 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[7344]: ansible-ansible.legacy.command Invoked with _raw_params=if [ $(find /etc/yum.repos.d/ -name 'epel.repo' | wc -l ) -gt 0 ]; then dnf config-manager --set-disabled epel; fi _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:23:49 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[7366]: ansible-ansible.legacy.command Invoked with _raw_params=dnf clean all --enablerepo=* _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:23:50 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[7384]: ansible-ansible.legacy.command Invoked with _raw_params=dnf makecache --enablerepo=* _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:24:40 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm systemd[4036]: Created slice User Background Tasks Slice. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 14. Feb 05 04:24:40 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm systemd[4036]: Starting Cleanup of User's Temporary Files and Directories... ░░ Subject: A start job for unit UNIT has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has begun execution. ░░ ░░ The job identifier is 13. Feb 05 04:24:40 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm systemd[4036]: Finished Cleanup of User's Temporary Files and Directories. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 13. Feb 05 04:25:09 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[7600]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Feb 05 04:25:09 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[7641]: ansible-service_facts Invoked Feb 05 04:25:11 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[7740]: ansible-ansible.legacy.command Invoked with _raw_params=rpm -qa _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:25:14 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[7776]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Feb 05 04:25:14 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[7817]: ansible-ansible.legacy.dnf Invoked with name=['ca-certificates'] state=latest allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Feb 05 04:25:16 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[7835]: ansible-ansible.legacy.dnf Invoked with name=['curl'] state=latest allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Feb 05 04:25:17 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[7853]: ansible-ansible.legacy.command Invoked with _raw_params=curl -skL -o /etc/pki/ca-trust/source/anchors/Current-IT-Root-CAs.pem https://certs.corp.redhat.com/certs/Current-IT-Root-CAs.pem _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:25:17 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[7872]: ansible-ansible.legacy.command Invoked with _raw_params=bash -c 'update-ca-trust' _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:25:18 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[7896]: ansible-ansible.legacy.command Invoked with _raw_params=bash -c 'update-ca-trust extract' _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:25:20 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[7920]: ansible-ansible.legacy.command Invoked with _raw_params=curl -v https://gitlab.cee.redhat.com _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:25:20 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[7939]: ansible-ansible.legacy.command Invoked with _raw_params=curl -v https://beaker.engineering.redhat.com/ _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:25:21 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[7958]: ansible-service_facts Invoked Feb 05 04:25:22 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[8057]: ansible-ansible.legacy.command Invoked with _raw_params=rpm -qa _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:25:23 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[8075]: ansible-service_facts Invoked Feb 05 04:25:25 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[8174]: ansible-ansible.legacy.command Invoked with _raw_params=rpm -qa _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:25:26 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[8192]: ansible-ansible.legacy.command Invoked with _raw_params=for repofile in $(ls -1 /etc/yum.repos.d/); do echo "# vvvvv $repofile vvvvv vvvvv"; cat "/etc/yum.repos.d/$repofile"; echo "# ^^^^^ ^^^^^ ^^^^^ ^^^^^"; echo ""; done _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:25:26 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[8223]: ansible-ansible.legacy.command Invoked with _raw_params=yum -q repolist _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:25:28 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[8241]: ansible-ansible.legacy.command Invoked with _raw_params=dnf clean all --enablerepo=* _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:25:28 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[8259]: ansible-ansible.legacy.command Invoked with _raw_params=dnf makecache --enablerepo=* _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:26:36 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[8474]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Feb 05 04:26:37 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[8517]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 05 04:26:39 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[8551]: ansible-ansible.legacy.dnf Invoked with name=['podman', 'shadow-utils-subid'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Feb 05 04:26:46 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm setsebool[8581]: The virt_use_nfs policy boolean was changed to 1 by root Feb 05 04:26:46 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm setsebool[8581]: The virt_sandbox_use_all_caps policy boolean was changed to 1 by root Feb 05 04:26:56 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm kernel: SELinux: Converting 388 SID table entries... Feb 05 04:26:56 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm kernel: SELinux: policy capability network_peer_controls=1 Feb 05 04:26:56 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm kernel: SELinux: policy capability open_perms=1 Feb 05 04:26:56 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm kernel: SELinux: policy capability extended_socket_class=1 Feb 05 04:26:56 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm kernel: SELinux: policy capability always_check_network=0 Feb 05 04:26:56 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm kernel: SELinux: policy capability cgroup_seclabel=1 Feb 05 04:26:56 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm kernel: SELinux: policy capability nnp_nosuid_transition=1 Feb 05 04:26:56 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm kernel: SELinux: policy capability genfs_seclabel_symlinks=1 Feb 05 04:27:23 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm dbus-broker-launch[577]: avc: op=load_policy lsm=selinux seqno=4 res=1 Feb 05 04:27:23 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm systemd[1]: Started /usr/bin/systemctl start man-db-cache-update. ░░ Subject: A start job for unit run-r1384b7312e0e4be59ba497c0d3345a1a.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit run-r1384b7312e0e4be59ba497c0d3345a1a.service has finished successfully. ░░ ░░ The job identifier is 1566. Feb 05 04:27:23 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm systemd[1]: Starting man-db-cache-update.service... ░░ Subject: A start job for unit man-db-cache-update.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit man-db-cache-update.service has begun execution. ░░ ░░ The job identifier is 1628. Feb 05 04:27:23 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm systemd[1]: Reloading. Feb 05 04:27:23 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm systemd-rc-local-generator[9282]: /etc/rc.d/rc.local is not marked executable, skipping. Feb 05 04:27:23 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm systemd[1]: Queuing reload/restart jobs for marked units… Feb 05 04:27:24 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm systemd[1]: man-db-cache-update.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit man-db-cache-update.service has successfully entered the 'dead' state. Feb 05 04:27:24 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm systemd[1]: Finished man-db-cache-update.service. ░░ Subject: A start job for unit man-db-cache-update.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit man-db-cache-update.service has finished successfully. ░░ ░░ The job identifier is 1628. Feb 05 04:27:24 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm systemd[1]: run-r1384b7312e0e4be59ba497c0d3345a1a.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit run-r1384b7312e0e4be59ba497c0d3345a1a.service has successfully entered the 'dead' state. Feb 05 04:27:25 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[10383]: 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 Feb 05 04:27:25 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[10406]: ansible-getent Invoked with database=passwd key=root fail_key=False service=None split=None Feb 05 04:27:25 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[10424]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None Feb 05 04:27:26 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[10442]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 05 04:27:27 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[10461]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None Feb 05 04:27:27 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[10479]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 05 04:27:28 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[10498]: ansible-file Invoked with path=/etc/containers/systemd state=directory owner=root group=0 mode=0755 recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None seuser=None serole=None selevel=None setype=None attributes=None Feb 05 04:27:28 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[10553]: ansible-ansible.legacy.stat Invoked with path=/etc/containers/systemd/nopull.container follow=False get_checksum=True checksum_algorithm=sha1 get_mime=True get_attributes=True Feb 05 04:27:28 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[10603]: ansible-ansible.legacy.copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1707107248.1078646-6929-109879133595182/source dest=/etc/containers/systemd/nopull.container owner=root group=0 mode=0644 follow=False _original_basename=systemd.j2 checksum=670d64fc68a9768edb20cad26df2acc703542d85 backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None seuser=None serole=None selevel=None setype=None attributes=None Feb 05 04:27:30 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[10654]: 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 Feb 05 04:27:30 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[10677]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None Feb 05 04:27:30 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[10695]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 05 04:27:31 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[10714]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None Feb 05 04:27:32 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[10732]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 05 04:27:32 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[10751]: ansible-containers.podman.podman_image Invoked with name=this_is_a_bogus_image force=True tag=latest pull=True push=False state=present executable=podman build={'force_rm': False, 'format': 'oci', 'cache': True, 'rm': True, 'annotation': None, 'file': None, 'volume': None, 'extra_args': None, 'target': None} push_args={'compress': None, 'format': None, 'remove_signatures': None, 'sign_by': None, 'dest': None, 'transport': None} arch=None path=None validate_certs=None auth_file=None username=None password=NOT_LOGGING_PARAMETER ca_cert_dir=None Feb 05 04:27:32 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[10751]: ansible-containers.podman.podman_image PODMAN-IMAGE-DEBUG: /usr/bin/podman image ls this_is_a_bogus_image:latest --format json Feb 05 04:27:32 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm podman[10752]: 2024-02-05 04:27:32.872725074 +0000 UTC m=+0.087694896 system refresh Feb 05 04:27:32 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[10751]: ansible-containers.podman.podman_image PODMAN-IMAGE-DEBUG: /usr/bin/podman image exists this_is_a_bogus_image:latest Feb 05 04:27:33 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[10751]: ansible-containers.podman.podman_image PODMAN-IMAGE-DEBUG: /usr/bin/podman pull this_is_a_bogus_image:latest -q Feb 05 04:27:33 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[10792]: ansible-file Invoked with path=/etc/containers/systemd state=directory owner=root group=0 mode=0755 recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None seuser=None serole=None selevel=None setype=None attributes=None Feb 05 04:27:33 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[10847]: ansible-ansible.legacy.stat Invoked with path=/etc/containers/systemd/bogus.container follow=False get_checksum=True checksum_algorithm=sha1 get_mime=True get_attributes=True Feb 05 04:27:33 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm 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. Feb 05 04:27:33 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[10897]: ansible-ansible.legacy.copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1707107253.483883-7030-251077342870123/source dest=/etc/containers/systemd/bogus.container owner=root group=0 mode=0644 follow=False _original_basename=systemd.j2 checksum=1d087e679d135214e8ac9ccaf33b2222916efb7f backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None seuser=None serole=None selevel=None setype=None attributes=None Feb 05 04:27:35 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[10948]: 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 Feb 05 04:27:35 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[10971]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None Feb 05 04:27:36 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[10989]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 05 04:27:37 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[11008]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None Feb 05 04:27:37 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[11026]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 05 04:27:38 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[11045]: ansible-systemd Invoked with name=nopull.service scope=system state=stopped enabled=False daemon_reload=False daemon_reexec=False no_block=False force=None masked=None Feb 05 04:27:38 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[11063]: ansible-file Invoked with path=/etc/containers/systemd/nopull.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 Feb 05 04:27:38 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[11080]: ansible-systemd Invoked with daemon_reload=True scope=system daemon_reexec=False no_block=False name=None state=None enabled=None force=None masked=None Feb 05 04:27:38 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm systemd[1]: Reloading. Feb 05 04:27:38 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm systemd-rc-local-generator[11098]: /etc/rc.d/rc.local is not marked executable, skipping. Feb 05 04:27:39 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[11131]: 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 Feb 05 04:27:39 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm 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. Feb 05 04:27:40 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[11172]: 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 Feb 05 04:27:41 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[11195]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None Feb 05 04:27:41 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[11213]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 05 04:27:42 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[11232]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None Feb 05 04:27:42 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[11250]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 05 04:27:43 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[11269]: ansible-systemd Invoked with name=bogus.service scope=system state=stopped enabled=False daemon_reload=False daemon_reexec=False no_block=False force=None masked=None Feb 05 04:27:43 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm systemd[1]: Reloading. Feb 05 04:27:43 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm quadlet-generator[11086]: Warning: bogus.container specifies the image "this_is_a_bogus_image" which not a fully qualified image name. This is not ideal for performance and security reasons. See the podman-pull manpage discussion of short-name-aliases.conf for details. Feb 05 04:27:43 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm quadlet-generator[11277]: Warning: bogus.container specifies the image "this_is_a_bogus_image" which not a fully qualified image name. This is not ideal for performance and security reasons. See the podman-pull manpage discussion of short-name-aliases.conf for details. Feb 05 04:27:43 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm systemd-rc-local-generator[11289]: /etc/rc.d/rc.local is not marked executable, skipping. Feb 05 04:27:43 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[11322]: ansible-file Invoked with path=/etc/containers/systemd/bogus.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 Feb 05 04:27:44 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[11339]: ansible-systemd Invoked with daemon_reload=True scope=system daemon_reexec=False no_block=False name=None state=None enabled=None force=None masked=None Feb 05 04:27:44 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm systemd[1]: Reloading. Feb 05 04:27:44 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm systemd-rc-local-generator[11357]: /etc/rc.d/rc.local is not marked executable, skipping. Feb 05 04:27:44 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[11389]: 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 Feb 05 04:27:45 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[11413]: ansible-user Invoked with name=user_quadlet_basic uid=1111 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 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm update_password=always group=None groups=None comment=None home=None shell=None password=NOT_LOGGING_PARAMETER login_class=None password_expire_max=None password_expire_min=None password_expire_warn=None hidden=None seuser=None skeleton=None generate_ssh_key=None ssh_key_file=None ssh_key_passphrase=NOT_LOGGING_PARAMETER expires=None password_lock=None local=None profile=None authorization=None role=None umask=None Feb 05 04:27:45 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm useradd[11415]: new group: name=user_quadlet_basic, GID=1111 Feb 05 04:27:45 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm useradd[11415]: new user: name=user_quadlet_basic, UID=1111, GID=1111, home=/home/user_quadlet_basic, shell=/bin/bash, from=none Feb 05 04:27:46 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[11455]: 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 Feb 05 04:27:47 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[11478]: ansible-getent Invoked with database=passwd key=user_quadlet_basic fail_key=False service=None split=None Feb 05 04:27:47 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[11496]: ansible-getent Invoked with database=group key=1111 fail_key=False service=None split=None Feb 05 04:27:47 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[11514]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 05 04:27:47 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[11533]: ansible-ansible.legacy.command Invoked with _raw_params=getsubids user_quadlet_basic _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 Feb 05 04:27:48 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[11551]: ansible-ansible.legacy.command Invoked with _raw_params=getsubids -g user_quadlet_basic _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 Feb 05 04:27:49 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[11569]: ansible-ansible.legacy.command Invoked with creates=/var/lib/systemd/linger/user_quadlet_basic _raw_params=loginctl enable-linger user_quadlet_basic _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None removes=None stdin=None Feb 05 04:27:49 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm systemd[1]: Created slice User Slice of UID 1111. ░░ Subject: A start job for unit user-1111.slice has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit user-1111.slice has finished successfully. ░░ ░░ The job identifier is 1754. Feb 05 04:27:49 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm systemd[1]: Starting User Runtime Directory /run/user/1111... ░░ Subject: A start job for unit user-runtime-dir@1111.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit user-runtime-dir@1111.service has begun execution. ░░ ░░ The job identifier is 1692. Feb 05 04:27:49 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm systemd[1]: Finished User Runtime Directory /run/user/1111. ░░ Subject: A start job for unit user-runtime-dir@1111.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit user-runtime-dir@1111.service has finished successfully. ░░ ░░ The job identifier is 1692. Feb 05 04:27:49 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm systemd[1]: Starting User Manager for UID 1111... ░░ Subject: A start job for unit user@1111.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit user@1111.service has begun execution. ░░ ░░ The job identifier is 1691. Feb 05 04:27:49 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm systemd[11572]: pam_unix(systemd-user:session): session opened for user user_quadlet_basic(uid=1111) by (uid=0) Feb 05 04:27:49 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm systemd[11572]: Queued start job for default target Main User Target. Feb 05 04:27:49 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm systemd[11572]: Created slice User Application Slice. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 8. Feb 05 04:27:49 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm systemd[11572]: Started Mark boot as successful after the user session has run 2 minutes. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 6. Feb 05 04:27:49 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm systemd[11572]: Started Daily Cleanup of User's Temporary Directories. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 4. Feb 05 04:27:49 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm systemd[11572]: Reached target Paths. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 12. Feb 05 04:27:49 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm systemd[11572]: Reached target Timers. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 3. Feb 05 04:27:49 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm systemd[11572]: Starting D-Bus User Message Bus Socket... ░░ Subject: A start job for unit UNIT has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has begun execution. ░░ ░░ The job identifier is 11. Feb 05 04:27:49 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm systemd[11572]: Starting Create User's Volatile Files and Directories... ░░ Subject: A start job for unit UNIT has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has begun execution. ░░ ░░ The job identifier is 7. Feb 05 04:27:49 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm systemd[11572]: Listening on D-Bus User Message Bus Socket. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 11. Feb 05 04:27:49 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm systemd[11572]: Finished Create User's Volatile Files and Directories. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 7. Feb 05 04:27:49 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm systemd[11572]: Reached target Sockets. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 10. Feb 05 04:27:49 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm systemd[11572]: Reached target Basic System. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 2. Feb 05 04:27:49 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm systemd[11572]: Reached target Main User Target. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 1. Feb 05 04:27:49 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm systemd[11572]: Startup finished in 60ms. ░░ Subject: User manager start-up is now complete ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The user manager instance for user 1111 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 60018 microseconds. Feb 05 04:27:49 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm systemd[1]: Started User Manager for UID 1111. ░░ Subject: A start job for unit user@1111.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit user@1111.service has finished successfully. ░░ ░░ The job identifier is 1691. Feb 05 04:27:49 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm sudo[11603]: root : PWD=/root ; USER=user_quadlet_basic ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-fpvvmayyduzlqdpwbobhqrnmwfuupjno ; XDG_RUNTIME_DIR=/run/user/1111 /usr/bin/python3 Feb 05 04:27:49 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm sudo[11603]: pam_unix(sudo:session): session opened for user user_quadlet_basic(uid=1111) by (uid=0) Feb 05 04:27:49 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm sudo[11603]: pam_unix(sudo:session): session closed for user user_quadlet_basic Feb 05 04:27:50 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[11628]: ansible-ansible.legacy.command Invoked with creates=/var/lib/systemd/linger/user_quadlet_basic _raw_params=loginctl enable-linger user_quadlet_basic _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None removes=None stdin=None Feb 05 04:27:50 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm sudo[11645]: root : PWD=/root ; USER=user_quadlet_basic ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-fygxprzppmfsckapprjboflbnternest ; XDG_RUNTIME_DIR=/run/user/1111 /usr/bin/python3 Feb 05 04:27:50 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm sudo[11645]: pam_unix(sudo:session): session opened for user user_quadlet_basic(uid=1111) by (uid=0) Feb 05 04:27:50 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm systemd[11572]: Starting D-Bus User Message Bus... ░░ Subject: A start job for unit UNIT has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has begun execution. ░░ ░░ The job identifier is 13. Feb 05 04:27:50 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm dbus-broker-launch[11674]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored Feb 05 04:27:50 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm dbus-broker-launch[11674]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored Feb 05 04:27:50 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm systemd[11572]: Started D-Bus User Message Bus. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 13. Feb 05 04:27:50 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm dbus-broker-lau[11674]: Ready Feb 05 04:27:50 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm systemd[11572]: Created slice Slice /user. ░░ Subject: A start job for unit UNIT has 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. Feb 05 04:27:50 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm systemd[11572]: podman-11661.scope: unit configures an IP firewall, but not running as root. Feb 05 04:27:50 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm systemd[11572]: (This warning is only shown for the first unit using IP firewalling.) Feb 05 04:27:50 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm systemd[11572]: Started podman-11661.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 18. Feb 05 04:27:50 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm systemd[11572]: Started podman-pause-ccb6556f.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 22. Feb 05 04:27:50 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm systemd[11572]: Started podman-11676.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 26. Feb 05 04:27:50 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm systemd[11572]: Started podman-11683.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 30. Feb 05 04:27:50 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm sudo[11645]: pam_unix(sudo:session): session closed for user user_quadlet_basic Feb 05 04:27:51 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[11707]: ansible-getent Invoked with database=group key=1111 fail_key=False service=None split=None Feb 05 04:27:51 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[11725]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 05 04:27:51 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[11744]: ansible-ansible.legacy.command Invoked with _raw_params=getsubids user_quadlet_basic _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 Feb 05 04:27:51 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[11762]: ansible-ansible.legacy.command Invoked with _raw_params=getsubids -g user_quadlet_basic _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 Feb 05 04:27:52 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[11780]: ansible-ansible.legacy.command Invoked with creates=/var/lib/systemd/linger/user_quadlet_basic _raw_params=loginctl enable-linger user_quadlet_basic _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None removes=None stdin=None Feb 05 04:27:52 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[11797]: ansible-file Invoked with path=/home/user_quadlet_basic/.config/containers/systemd state=directory owner=user_quadlet_basic group=1111 mode=0755 recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None seuser=None serole=None selevel=None setype=None attributes=None Feb 05 04:27:53 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[11852]: ansible-ansible.legacy.stat Invoked with path=/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic.network follow=False get_checksum=True checksum_algorithm=sha1 get_mime=True get_attributes=True Feb 05 04:27:53 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[11902]: ansible-ansible.legacy.copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1707107272.9193466-7337-113410842669923/source dest=/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic.network owner=user_quadlet_basic group=1111 mode=0644 follow=False _original_basename=systemd.j2 checksum=527eda617bc3c33ce0c070878f5290eea6be16e5 backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None seuser=None serole=None selevel=None setype=None attributes=None Feb 05 04:27:53 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm sudo[11936]: root : PWD=/root ; USER=user_quadlet_basic ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-flbswekqrmlkvasekmyncnbupotubsow ; XDG_RUNTIME_DIR=/run/user/1111 /usr/bin/python3 Feb 05 04:27:53 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm sudo[11936]: pam_unix(sudo:session): session opened for user user_quadlet_basic(uid=1111) by (uid=0) Feb 05 04:27:53 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[11938]: 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 Feb 05 04:27:53 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm systemd[11572]: Reloading. Feb 05 04:27:53 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm sudo[11936]: pam_unix(sudo:session): session closed for user user_quadlet_basic Feb 05 04:27:54 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[11966]: ansible-getent Invoked with database=group key=1111 fail_key=False service=None split=None Feb 05 04:27:54 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[11984]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 05 04:27:54 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[12003]: ansible-ansible.legacy.command Invoked with _raw_params=getsubids user_quadlet_basic _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 Feb 05 04:27:54 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[12021]: ansible-ansible.legacy.command Invoked with _raw_params=getsubids -g user_quadlet_basic _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 Feb 05 04:27:55 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[12039]: ansible-ansible.legacy.command Invoked with creates=/var/lib/systemd/linger/user_quadlet_basic _raw_params=loginctl enable-linger user_quadlet_basic _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None removes=None stdin=None Feb 05 04:27:55 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[12056]: ansible-file Invoked with path=/home/user_quadlet_basic/.config/containers/systemd state=directory owner=user_quadlet_basic group=1111 mode=0755 recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None seuser=None serole=None selevel=None setype=None attributes=None Feb 05 04:27:56 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[12111]: ansible-ansible.legacy.stat Invoked with path=/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic-mysql.volume follow=False get_checksum=True checksum_algorithm=sha1 get_mime=True get_attributes=True Feb 05 04:27:56 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[12161]: ansible-ansible.legacy.copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1707107275.820769-7390-6874915097027/source dest=/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic-mysql.volume owner=user_quadlet_basic group=1111 mode=0644 follow=False _original_basename=systemd.j2 checksum=fd0ae560360afa5541b866560b1e849d25e216ef backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None seuser=None serole=None selevel=None setype=None attributes=None Feb 05 04:27:56 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm sudo[12195]: root : PWD=/root ; USER=user_quadlet_basic ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-khqmsttedwxvwqnghqldirykelpeyszj ; XDG_RUNTIME_DIR=/run/user/1111 /usr/bin/python3 Feb 05 04:27:56 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm sudo[12195]: pam_unix(sudo:session): session opened for user user_quadlet_basic(uid=1111) by (uid=0) Feb 05 04:27:56 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[12197]: 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 Feb 05 04:27:56 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm systemd[11572]: Reloading. Feb 05 04:27:56 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm sudo[12195]: pam_unix(sudo:session): session closed for user user_quadlet_basic Feb 05 04:27:56 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm sudo[12225]: root : PWD=/root ; USER=user_quadlet_basic ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-aehlcjimrrqhagakvhfzlxwqchlegpcg ; XDG_RUNTIME_DIR=/run/user/1111 /usr/bin/python3 Feb 05 04:27:56 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm sudo[12225]: pam_unix(sudo:session): session opened for user user_quadlet_basic(uid=1111) by (uid=0) Feb 05 04:27:57 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[12227]: ansible-systemd Invoked with name=quadlet-basic-mysql-volume.service scope=user state=started daemon_reload=False daemon_reexec=False no_block=False enabled=None force=None masked=None Feb 05 04:27:57 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm systemd[11572]: Starting quadlet-basic-mysql-volume.service... ░░ 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 34. Feb 05 04:27:57 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm quadlet-basic-mysql-volume[12230]: systemd-quadlet-basic-mysql Feb 05 04:27:57 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm systemd[11572]: Finished quadlet-basic-mysql-volume.service. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 34. Feb 05 04:27:57 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm sudo[12225]: pam_unix(sudo:session): session closed for user user_quadlet_basic Feb 05 04:27:57 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[12254]: ansible-getent Invoked with database=group key=1111 fail_key=False service=None split=None Feb 05 04:27:57 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[12272]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 05 04:27:58 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[12291]: ansible-ansible.legacy.command Invoked with _raw_params=getsubids user_quadlet_basic _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 Feb 05 04:27:58 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[12309]: ansible-ansible.legacy.command Invoked with _raw_params=getsubids -g user_quadlet_basic _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 Feb 05 04:27:58 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[12327]: ansible-ansible.legacy.command Invoked with creates=/var/lib/systemd/linger/user_quadlet_basic _raw_params=loginctl enable-linger user_quadlet_basic _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None removes=None stdin=None Feb 05 04:27:58 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm sudo[12344]: root : PWD=/root ; USER=user_quadlet_basic ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-utzqolwrgkgwkuhvopttphkjkztwmwsp ; XDG_RUNTIME_DIR=/run/user/1111 /usr/bin/python3 Feb 05 04:27:58 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm sudo[12344]: pam_unix(sudo:session): session opened for user user_quadlet_basic(uid=1111) by (uid=0) Feb 05 04:27:59 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[12346]: ansible-containers.podman.podman_image Invoked with name=quay.io/linux-system-roles/mysql:5.6 force=True tag=latest pull=True push=False state=present executable=podman build={'force_rm': False, 'format': 'oci', 'cache': True, 'rm': True, 'annotation': None, 'file': None, 'volume': None, 'extra_args': None, 'target': None} push_args={'compress': None, 'format': None, 'remove_signatures': None, 'sign_by': None, 'dest': None, 'transport': None} arch=None path=None validate_certs=None auth_file=None username=None password=NOT_LOGGING_PARAMETER ca_cert_dir=None Feb 05 04:27:59 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[12346]: ansible-containers.podman.podman_image PODMAN-IMAGE-DEBUG: /bin/podman image ls quay.io/linux-system-roles/mysql:5.6 --format json Feb 05 04:27:59 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm systemd[11572]: Started podman-12347.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 46. Feb 05 04:27:59 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[12346]: ansible-containers.podman.podman_image PODMAN-IMAGE-DEBUG: /bin/podman image exists quay.io/linux-system-roles/mysql:5.6 Feb 05 04:27:59 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm systemd[11572]: Started podman-12354.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 50. Feb 05 04:27:59 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[12346]: ansible-containers.podman.podman_image PODMAN-IMAGE-DEBUG: /bin/podman pull quay.io/linux-system-roles/mysql:5.6 -q Feb 05 04:27:59 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm systemd[11572]: Started podman-12362.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 54. Feb 05 04:28:06 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm systemd[11572]: podman-12362.scope: Consumed 11.593s CPU time. ░░ Subject: Resources consumed by unit runtime ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit UNIT completed and consumed the indicated resources. Feb 05 04:28:06 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[12346]: ansible-containers.podman.podman_image PODMAN-IMAGE-DEBUG: /bin/podman inspect dd3b2a5dcb48ff61113592ed5ddd762581be4387c7bc552375a2159422aa6bf5 --format json Feb 05 04:28:06 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm systemd[11572]: Started podman-12438.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 58. Feb 05 04:28:06 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm sudo[12344]: pam_unix(sudo:session): session closed for user user_quadlet_basic Feb 05 04:28:06 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[12461]: ansible-file Invoked with path=/home/user_quadlet_basic/.config/containers/systemd state=directory owner=user_quadlet_basic group=1111 mode=0755 recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None seuser=None serole=None selevel=None setype=None attributes=None Feb 05 04:28:07 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[12516]: ansible-ansible.legacy.stat Invoked with path=/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic-mysql.container follow=False get_checksum=True checksum_algorithm=sha1 get_mime=True get_attributes=True Feb 05 04:28:07 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[12566]: ansible-ansible.legacy.copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1707107286.9552763-7470-198730714950509/source dest=/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic-mysql.container owner=user_quadlet_basic group=1111 mode=0644 follow=False _original_basename=systemd.j2 checksum=45cd978d7b06ce53aa29035a1848234b096cce98 backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None seuser=None serole=None selevel=None setype=None attributes=None Feb 05 04:28:07 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm sudo[12600]: root : PWD=/root ; USER=user_quadlet_basic ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-lwrkjvpzlzwyqeimypocqgqhwhxiemef ; XDG_RUNTIME_DIR=/run/user/1111 /usr/bin/python3 Feb 05 04:28:07 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm sudo[12600]: pam_unix(sudo:session): session opened for user user_quadlet_basic(uid=1111) by (uid=0) Feb 05 04:28:07 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[12602]: 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 Feb 05 04:28:07 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm systemd[11572]: Reloading. Feb 05 04:28:07 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm sudo[12600]: pam_unix(sudo:session): session closed for user user_quadlet_basic Feb 05 04:28:07 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm sudo[12630]: root : PWD=/root ; USER=user_quadlet_basic ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-oxpwuhzqgppypaidhoasthlmbzqwfkpg ; XDG_RUNTIME_DIR=/run/user/1111 /usr/bin/python3 Feb 05 04:28:07 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm sudo[12630]: pam_unix(sudo:session): session opened for user user_quadlet_basic(uid=1111) by (uid=0) Feb 05 04:28:08 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[12632]: ansible-systemd Invoked with name=quadlet-basic-mysql.service scope=user state=started daemon_reload=False daemon_reexec=False no_block=False enabled=None force=None masked=None Feb 05 04:28:08 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm systemd[11572]: Starting quadlet-basic-network.service... ░░ 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 75. Feb 05 04:28:08 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm quadlet-basic-network[12635]: systemd-quadlet-basic Feb 05 04:28:08 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm systemd[11572]: Finished quadlet-basic-network.service. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 75. Feb 05 04:28:08 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm systemd[11572]: Starting quadlet-basic-mysql.service... ░░ 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 62. Feb 05 04:28:08 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm quadlet-basic-mysql[12642]: Error: running container create option: no secret with name or id "mysql_container_root_password": no such secret Feb 05 04:28:08 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm systemd[11572]: quadlet-basic-mysql.service: Main process exited, code=exited, status=125/n/a ░░ Subject: Unit process exited ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ An ExecStart= process belonging to unit UNIT has exited. ░░ ░░ The process' exit code is 'exited' and its exit status is 125. Feb 05 04:28:08 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm systemd[11572]: quadlet-basic-mysql.service: Failed with result 'exit-code'. ░░ Subject: Unit failed ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit UNIT has entered the 'failed' state with result 'exit-code'. Feb 05 04:28:08 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm systemd[11572]: Failed to start quadlet-basic-mysql.service. ░░ Subject: A start job for unit UNIT has failed ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished with a failure. ░░ ░░ The job identifier is 62 and the job result is failed. Feb 05 04:28:08 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm sudo[12630]: pam_unix(sudo:session): session closed for user user_quadlet_basic Feb 05 04:28:08 f19611f0-837c-4ab5-98a7-27c23c7dc585.testing-farm python3[12674]: 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 [Cleanup user] ************************************************************ task path: /WORKDIR/git-fix-linger-handling7vom4d16/tests/tests_quadlet_basic.yml:187 Monday 05 February 2024 04:28:08 +0000 (0:00:00.249) 0:01:32.262 ******* TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Monday 05 February 2024 04:28:08 +0000 (0:00:00.048) 0:01:32.310 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Monday 05 February 2024 04:28:08 +0000 (0:00:00.032) 0:01:32.342 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Monday 05 February 2024 04:28:08 +0000 (0:00:00.022) 0:01:32.365 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Monday 05 February 2024 04:28:08 +0000 (0:00:00.019) 0:01:32.385 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Monday 05 February 2024 04:28:08 +0000 (0:00:00.019) 0:01:32.404 ******* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Monday 05 February 2024 04:28:08 +0000 (0:00:00.040) 0:01:32.444 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Enable copr if requested] ************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Monday 05 February 2024 04:28:09 +0000 (0:00:01.065) 0:01:33.510 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Monday 05 February 2024 04:28:09 +0000 (0:00:00.021) 0:01:33.531 ******* skipping: [sut] => { "changed": false, "false_condition": "(__podman_packages | difference(ansible_facts.packages))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Monday 05 February 2024 04:28:09 +0000 (0:00:00.024) 0:01:33.556 ******* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.030691", "end": "2024-02-05 04:28:10.112795", "rc": 0, "start": "2024-02-05 04:28:10.082104" } STDOUT: podman version 4.8.1 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:27 Monday 05 February 2024 04:28:10 +0000 (0:00:00.233) 0:01:33.789 ******* ok: [sut] => { "ansible_facts": { "podman_version": "4.8.1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:31 Monday 05 February 2024 04:28:10 +0000 (0:00:00.032) 0:01:33.821 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_version is version(\"4.2\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Monday 05 February 2024 04:28:10 +0000 (0:00:00.020) 0:01:33.842 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_version is version(\"4.4\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:48 Monday 05 February 2024 04:28:10 +0000 (0:00:00.037) 0:01:33.879 ******* META: end_host conditional evaluated to False, continuing execution for sut skipping: [sut] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for sut" } MSG: end_host conditional evaluated to false, continuing execution for sut TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:55 Monday 05 February 2024 04:28:10 +0000 (0:00:00.040) 0:01:33.920 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 05 February 2024 04:28:10 +0000 (0:00:00.035) 0:01:33.956 ******* skipping: [sut] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 05 February 2024 04:28:10 +0000 (0:00:00.020) 0:01:33.977 ******* skipping: [sut] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 05 February 2024 04:28:10 +0000 (0:00:00.021) 0:01:33.998 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Monday 05 February 2024 04:28:10 +0000 (0:00:00.025) 0:01:34.024 ******* ok: [sut] => { "ansible_facts": { "getent_group": { "user_quadlet_basic": [ "x", "1111", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Monday 05 February 2024 04:28:10 +0000 (0:00:00.205) 0:01:34.229 ******* ok: [sut] => { "ansible_facts": { "__podman_group_name": "user_quadlet_basic" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Monday 05 February 2024 04:28:10 +0000 (0:00:00.026) 0:01:34.255 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707107246.1000142, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1707107216.7970061, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4471560, "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": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "396954581", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 05 February 2024 04:28:10 +0000 (0:00:00.206) 0:01:34.461 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.003804", "end": "2024-02-05 04:28:10.996774", "rc": 0, "start": "2024-02-05 04:28:10.992970" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Monday 05 February 2024 04:28:11 +0000 (0:00:00.203) 0:01:34.665 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.003804", "end": "2024-02-05 04:28:11.198057", "rc": 0, "start": "2024-02-05 04:28:11.194253" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [fedora.linux_system_roles.podman : Check if user is in subuid file] ****** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Monday 05 February 2024 04:28:11 +0000 (0:00:00.238) 0:01:34.903 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Monday 05 February 2024 04:28:11 +0000 (0:00:00.018) 0:01:34.921 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if group is in subgid file] ***** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 05 February 2024 04:28:11 +0000 (0:00:00.018) 0:01:34.940 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Monday 05 February 2024 04:28:11 +0000 (0:00:00.018) 0:01:34.959 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:61 Monday 05 February 2024 04:28:11 +0000 (0:00:00.021) 0:01:34.980 ******* ok: [sut] => { "ansible_facts": { "__podman_container_conf_file": "/home/user_quadlet_basic/.config/containers/containers.conf.d/50-systemroles.conf", "__podman_policy_json_file": "/home/user_quadlet_basic/.config/containers/policy.json", "__podman_registries_conf_file": "/home/user_quadlet_basic/.config/containers/registries.conf.d/50-systemroles.conf", "__podman_storage_conf_file": "/home/user_quadlet_basic/.config/containers/storage.conf" }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle container.conf.d] ************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:70 Monday 05 February 2024 04:28:11 +0000 (0:00:00.024) 0:01:35.005 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for sut TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Monday 05 February 2024 04:28:11 +0000 (0:00:00.051) 0:01:35.057 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Monday 05 February 2024 04:28:11 +0000 (0:00:00.022) 0:01:35.079 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Monday 05 February 2024 04:28:11 +0000 (0:00:00.025) 0:01:35.105 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for sut TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Monday 05 February 2024 04:28:11 +0000 (0:00:00.041) 0:01:35.147 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Monday 05 February 2024 04:28:11 +0000 (0:00:00.021) 0:01:35.169 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:76 Monday 05 February 2024 04:28:11 +0000 (0:00:00.018) 0:01:35.187 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for sut TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Monday 05 February 2024 04:28:11 +0000 (0:00:00.036) 0:01:35.224 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Monday 05 February 2024 04:28:11 +0000 (0:00:00.030) 0:01:35.255 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:79 Monday 05 February 2024 04:28:11 +0000 (0:00:00.019) 0:01:35.274 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for sut TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Monday 05 February 2024 04:28:11 +0000 (0:00:00.038) 0:01:35.313 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Monday 05 February 2024 04:28:11 +0000 (0:00:00.029) 0:01:35.343 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Monday 05 February 2024 04:28:11 +0000 (0:00:00.067) 0:01:35.410 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Monday 05 February 2024 04:28:11 +0000 (0:00:00.019) 0:01:35.429 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:85 Monday 05 February 2024 04:28:11 +0000 (0:00:00.019) 0:01:35.449 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_firewall | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:92 Monday 05 February 2024 04:28:11 +0000 (0:00:00.019) 0:01:35.468 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_selinux_ports | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:99 Monday 05 February 2024 04:28:11 +0000 (0:00:00.026) 0:01:35.495 ******* ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:103 Monday 05 February 2024 04:28:11 +0000 (0:00:00.020) 0:01:35.516 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml for sut => (item=(censored due to no_log)) included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml for sut => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set variables part 0] ***************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:3 Monday 05 February 2024 04:28:11 +0000 (0:00:00.057) 0:01:35.574 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Set variables part 1] ***************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:10 Monday 05 February 2024 04:28:11 +0000 (0:00:00.024) 0:01:35.598 ******* ok: [sut] => { "ansible_facts": { "__podman_user": "user_quadlet_basic" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set variables part 2] ***************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:14 Monday 05 February 2024 04:28:11 +0000 (0:00:00.020) 0:01:35.619 ******* ok: [sut] => { "ansible_facts": { "__podman_rootless": true, "__podman_xdg_runtime_dir": "/run/user/1111" }, "changed": false } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:20 Monday 05 February 2024 04:28:12 +0000 (0:00:00.024) 0:01:35.643 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 05 February 2024 04:28:12 +0000 (0:00:00.029) 0:01:35.673 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_item_state | d('present') != 'absent'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Monday 05 February 2024 04:28:12 +0000 (0:00:00.020) 0:01:35.693 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_item_state | d('present') != 'absent'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Monday 05 February 2024 04:28:12 +0000 (0:00:00.020) 0:01:35.713 ******* ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [ "user_quadlet_basic" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Manage each secret] ******************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:25 Monday 05 February 2024 04:28:12 +0000 (0:00:00.024) 0:01:35.738 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Set variables part 0] ***************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:3 Monday 05 February 2024 04:28:12 +0000 (0:00:00.322) 0:01:36.061 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Set variables part 1] ***************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:10 Monday 05 February 2024 04:28:12 +0000 (0:00:00.024) 0:01:36.085 ******* ok: [sut] => { "ansible_facts": { "__podman_user": "user_quadlet_basic" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set variables part 2] ***************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:14 Monday 05 February 2024 04:28:12 +0000 (0:00:00.022) 0:01:36.108 ******* ok: [sut] => { "ansible_facts": { "__podman_rootless": true, "__podman_xdg_runtime_dir": "/run/user/1111" }, "changed": false } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:20 Monday 05 February 2024 04:28:12 +0000 (0:00:00.028) 0:01:36.137 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 05 February 2024 04:28:12 +0000 (0:00:00.030) 0:01:36.167 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_item_state | d('present') != 'absent'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Monday 05 February 2024 04:28:12 +0000 (0:00:00.059) 0:01:36.226 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_item_state | d('present') != 'absent'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Monday 05 February 2024 04:28:12 +0000 (0:00:00.022) 0:01:36.249 ******* ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [ "user_quadlet_basic" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Manage each secret] ******************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:25 Monday 05 February 2024 04:28:12 +0000 (0:00:00.026) 0:01:36.276 ******* changed: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Monday 05 February 2024 04:28:12 +0000 (0:00:00.284) 0:01:36.560 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:116 Monday 05 February 2024 04:28:12 +0000 (0:00:00.020) 0:01:36.580 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for sut => (item={'name': 'quadlet-basic-mysql', 'type': 'volume', 'Volume': {}, 'state': 'absent'}) included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for sut => (item={'name': 'quadlet-basic-mysql', 'type': 'container', 'Install': {'WantedBy': 'default.target'}, 'Container': {'Image': 'quay.io/linux-system-roles/mysql:5.6', 'ContainerName': 'quadlet-basic-mysql', 'Volume': 'quadlet-basic-mysql.volume:/var/lib/mysql', 'Network': 'quadlet-basic.network', 'PodmanArgs': '--secret=mysql_container_root_password,type=env,target=MYSQL_ROOT_PASSWORD --secret=json_secret,type=mount,target=/tmp/test.json', 'Environment': ['FOO=/bin/busybox-extras', 'BAZ=test']}, 'state': 'absent'}) included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for sut => (item={'name': 'quadlet-basic', 'type': 'network', 'Network': {'Subnet': '192.168.29.0/24', 'Gateway': '192.168.29.1', 'Label': 'app=wordpress'}, 'state': 'absent'}) TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Monday 05 February 2024 04:28:13 +0000 (0:00:00.065) 0:01:36.646 ******* ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": { "Volume": {} }, "__podman_quadlet_str": "", "__podman_quadlet_template_src": "" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Monday 05 February 2024 04:28:13 +0000 (0:00:00.026) 0:01:36.673 ******* ok: [sut] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_pull_image": true, "__podman_state": "absent", "__podman_systemd_unit_scope": "", "__podman_user": "user_quadlet_basic" }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if no quadlet spec is given] ***** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Monday 05 February 2024 04:28:13 +0000 (0:00:00.028) 0:01:36.701 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_quadlet_spec | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Monday 05 February 2024 04:28:13 +0000 (0:00:00.022) 0:01:36.724 ******* ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-basic-mysql", "__podman_quadlet_type": "volume", "__podman_rootless": true }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Monday 05 February 2024 04:28:13 +0000 (0:00:00.030) 0:01:36.754 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 05 February 2024 04:28:13 +0000 (0:00:00.037) 0:01:36.792 ******* skipping: [sut] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 05 February 2024 04:28:13 +0000 (0:00:00.022) 0:01:36.814 ******* skipping: [sut] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 05 February 2024 04:28:13 +0000 (0:00:00.021) 0:01:36.835 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Monday 05 February 2024 04:28:13 +0000 (0:00:00.027) 0:01:36.863 ******* ok: [sut] => { "ansible_facts": { "getent_group": { "user_quadlet_basic": [ "x", "1111", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Monday 05 February 2024 04:28:13 +0000 (0:00:00.203) 0:01:37.066 ******* ok: [sut] => { "ansible_facts": { "__podman_group_name": "user_quadlet_basic" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Monday 05 February 2024 04:28:13 +0000 (0:00:00.028) 0:01:37.094 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707107246.1000142, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1707107216.7970061, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4471560, "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": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "396954581", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 05 February 2024 04:28:13 +0000 (0:00:00.204) 0:01:37.298 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.004004", "end": "2024-02-05 04:28:13.831565", "rc": 0, "start": "2024-02-05 04:28:13.827561" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Monday 05 February 2024 04:28:13 +0000 (0:00:00.233) 0:01:37.532 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.003812", "end": "2024-02-05 04:28:14.066198", "rc": 0, "start": "2024-02-05 04:28:14.062386" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [fedora.linux_system_roles.podman : Check if user is in subuid file] ****** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Monday 05 February 2024 04:28:14 +0000 (0:00:00.202) 0:01:37.735 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Monday 05 February 2024 04:28:14 +0000 (0:00:00.061) 0:01:37.796 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if group is in subgid file] ***** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 05 February 2024 04:28:14 +0000 (0:00:00.026) 0:01:37.823 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Monday 05 February 2024 04:28:14 +0000 (0:00:00.028) 0:01:37.851 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Monday 05 February 2024 04:28:14 +0000 (0:00:00.023) 0:01:37.874 ******* ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_images_found": [], "__podman_kube_yamls_raw": "", "__podman_service_name": "quadlet-basic-mysql-volume.service", "__podman_systemd_scope": "user", "__podman_user_home_dir": "/home/user_quadlet_basic", "__podman_xdg_runtime_dir": "/run/user/1111" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Monday 05 February 2024 04:28:14 +0000 (0:00:00.040) 0:01:37.914 ******* ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/home/user_quadlet_basic/.config/containers/systemd" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get kube yaml contents] *************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Monday 05 February 2024 04:28:14 +0000 (0:00:00.027) 0:01:37.942 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Monday 05 February 2024 04:28:14 +0000 (0:00:00.023) 0:01:37.966 ******* ok: [sut] => { "ansible_facts": { "__podman_images": [], "__podman_quadlet_file": "/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic-mysql.volume", "__podman_volumes": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Cleanup quadlets] ********************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Monday 05 February 2024 04:28:14 +0000 (0:00:00.051) 0:01:38.018 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml for sut TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 Monday 05 February 2024 04:28:14 +0000 (0:00:00.040) 0:01:38.058 ******* changed: [sut] => { "changed": true, "enabled": false, "failed_when_result": false, "name": "quadlet-basic-mysql-volume.service", "state": "stopped", "status": { "AccessSELinuxContext": "unconfined_u:object_r:user_tmp_t:s0", "ActiveEnterTimestamp": "Mon 2024-02-05 04:27:57 UTC", "ActiveEnterTimestampMonotonic": "616994401", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "run-user-1111.mount app.slice -.mount basic.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Mon 2024-02-05 04:27:57 UTC", "AssertTimestampMonotonic": "616943863", "Before": "quadlet-basic-mysql.service shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "41201000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Mon 2024-02-05 04:27:57 UTC", "ConditionTimestampMonotonic": "616943857", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "quadlet-basic-mysql-volume.service", "DevicePolicy": "auto", "DynamicUser": "no", "ExecMainCode": "1", "ExecMainExitTimestamp": "Mon 2024-02-05 04:27:57 UTC", "ExecMainExitTimestampMonotonic": "616994263", "ExecMainPID": "12230", "ExecMainStartTimestamp": "Mon 2024-02-05 04:27:57 UTC", "ExecMainStartTimestampMonotonic": "616950197", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman volume create --ignore systemd-quadlet-basic-mysql ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman volume create --ignore systemd-quadlet-basic-mysql ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/run/user/1111/systemd/generator/quadlet-basic-mysql-volume.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "quadlet-basic-mysql-volume.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Mon 2024-02-05 04:27:57 UTC", "InactiveExitTimestampMonotonic": "616950513", "InvocationID": "9be3b9014bf147d19f8cc695f064443f", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "inherit", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13974", "LimitNPROCSoft": "13974", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13974", "LimitSIGPENDINGSoft": "13974", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "quadlet-basic-mysql-volume.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "200", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "yes", "RemoveIPC": "no", "RequiredBy": "quadlet-basic-mysql.service", "Requires": "basic.target app.slice", "RequiresMountsFor": "/run/user/1111/containers", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "app.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Mon 2024-02-05 04:27:57 UTC", "StateChangeTimestampMonotonic": "616994401", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SyslogFacility": "3", "SyslogIdentifier": "quadlet-basic-mysql-volume", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22359", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "infinity", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "generated", "UtmpMode": "init", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0", "WorkingDirectory": "!/home/user_quadlet_basic" } } TASK [fedora.linux_system_roles.podman : Remove quadlet file] ****************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:22 Monday 05 February 2024 04:28:14 +0000 (0:00:00.432) 0:01:38.490 ******* changed: [sut] => { "changed": true, "path": "/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic-mysql.volume", "state": "absent" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:28 Monday 05 February 2024 04:28:15 +0000 (0:00:00.206) 0:01:38.696 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 05 February 2024 04:28:15 +0000 (0:00:00.029) 0:01:38.725 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_item_state | d('present') != 'absent'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Monday 05 February 2024 04:28:15 +0000 (0:00:00.019) 0:01:38.745 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_item_state | d('present') != 'absent'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Monday 05 February 2024 04:28:15 +0000 (0:00:00.020) 0:01:38.766 ******* ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [ "user_quadlet_basic" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:36 Monday 05 February 2024 04:28:15 +0000 (0:00:00.025) 0:01:38.791 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Prune images no longer in use] ******** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:45 Monday 05 February 2024 04:28:15 +0000 (0:00:00.399) 0:01:39.191 ******* changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.049622", "end": "2024-02-05 04:28:15.784997", "rc": 0, "start": "2024-02-05 04:28:15.735375" } TASK [fedora.linux_system_roles.podman : Remove network] *********************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:53 Monday 05 February 2024 04:28:15 +0000 (0:00:00.264) 0:01:39.456 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_quadlet_type == \"network\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update quadlets] *********** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Monday 05 February 2024 04:28:15 +0000 (0:00:00.020) 0:01:39.477 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Monday 05 February 2024 04:28:15 +0000 (0:00:00.017) 0:01:39.494 ******* ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": { "Container": { "ContainerName": "quadlet-basic-mysql", "Environment": [ "FOO=/bin/busybox-extras", "BAZ=test" ], "Image": "quay.io/linux-system-roles/mysql:5.6", "Network": "quadlet-basic.network", "PodmanArgs": "--secret=mysql_container_root_password,type=env,target=MYSQL_ROOT_PASSWORD --secret=json_secret,type=mount,target=/tmp/test.json", "Volume": "quadlet-basic-mysql.volume:/var/lib/mysql" }, "Install": { "WantedBy": "default.target" } }, "__podman_quadlet_str": "", "__podman_quadlet_template_src": "" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Monday 05 February 2024 04:28:15 +0000 (0:00:00.084) 0:01:39.579 ******* ok: [sut] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_pull_image": true, "__podman_state": "absent", "__podman_systemd_unit_scope": "", "__podman_user": "user_quadlet_basic" }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if no quadlet spec is given] ***** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Monday 05 February 2024 04:28:15 +0000 (0:00:00.056) 0:01:39.635 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_quadlet_spec | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Monday 05 February 2024 04:28:16 +0000 (0:00:00.023) 0:01:39.659 ******* ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-basic-mysql", "__podman_quadlet_type": "container", "__podman_rootless": true }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Monday 05 February 2024 04:28:16 +0000 (0:00:00.036) 0:01:39.695 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 05 February 2024 04:28:16 +0000 (0:00:00.038) 0:01:39.734 ******* skipping: [sut] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 05 February 2024 04:28:16 +0000 (0:00:00.025) 0:01:39.759 ******* skipping: [sut] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 05 February 2024 04:28:16 +0000 (0:00:00.023) 0:01:39.783 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Monday 05 February 2024 04:28:16 +0000 (0:00:00.027) 0:01:39.811 ******* ok: [sut] => { "ansible_facts": { "getent_group": { "user_quadlet_basic": [ "x", "1111", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Monday 05 February 2024 04:28:16 +0000 (0:00:00.210) 0:01:40.021 ******* ok: [sut] => { "ansible_facts": { "__podman_group_name": "user_quadlet_basic" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Monday 05 February 2024 04:28:16 +0000 (0:00:00.034) 0:01:40.056 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707107246.1000142, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1707107216.7970061, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4471560, "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": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "396954581", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 05 February 2024 04:28:16 +0000 (0:00:00.213) 0:01:40.269 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.003929", "end": "2024-02-05 04:28:16.802658", "rc": 0, "start": "2024-02-05 04:28:16.798729" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Monday 05 February 2024 04:28:16 +0000 (0:00:00.202) 0:01:40.472 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.003832", "end": "2024-02-05 04:28:17.005033", "rc": 0, "start": "2024-02-05 04:28:17.001201" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [fedora.linux_system_roles.podman : Check if user is in subuid file] ****** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Monday 05 February 2024 04:28:17 +0000 (0:00:00.201) 0:01:40.673 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Monday 05 February 2024 04:28:17 +0000 (0:00:00.018) 0:01:40.692 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if group is in subgid file] ***** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 05 February 2024 04:28:17 +0000 (0:00:00.018) 0:01:40.710 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Monday 05 February 2024 04:28:17 +0000 (0:00:00.019) 0:01:40.730 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Monday 05 February 2024 04:28:17 +0000 (0:00:00.017) 0:01:40.748 ******* ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_images_found": [ "quay.io/linux-system-roles/mysql:5.6" ], "__podman_kube_yamls_raw": "", "__podman_service_name": "quadlet-basic-mysql.service", "__podman_systemd_scope": "user", "__podman_user_home_dir": "/home/user_quadlet_basic", "__podman_xdg_runtime_dir": "/run/user/1111" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Monday 05 February 2024 04:28:17 +0000 (0:00:00.034) 0:01:40.783 ******* ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/home/user_quadlet_basic/.config/containers/systemd" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get kube yaml contents] *************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Monday 05 February 2024 04:28:17 +0000 (0:00:00.021) 0:01:40.804 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Monday 05 February 2024 04:28:17 +0000 (0:00:00.018) 0:01:40.822 ******* ok: [sut] => { "ansible_facts": { "__podman_images": [ "quay.io/linux-system-roles/mysql:5.6" ], "__podman_quadlet_file": "/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic-mysql.container", "__podman_volumes": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Cleanup quadlets] ********************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Monday 05 February 2024 04:28:17 +0000 (0:00:00.046) 0:01:40.868 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml for sut TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 Monday 05 February 2024 04:28:17 +0000 (0:00:00.089) 0:01:40.958 ******* changed: [sut] => { "changed": true, "enabled": false, "failed_when_result": false, "name": "quadlet-basic-mysql.service", "state": "stopped", "status": { "AccessSELinuxContext": "unconfined_u:object_r:user_tmp_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "failed", "After": "app.slice -.mount quadlet-basic-network.service run-user-1111.mount quadlet-basic-mysql-volume.service basic.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Mon 2024-02-05 04:28:08 UTC", "AssertTimestampMonotonic": "628119056", "Before": "default.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "93065000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Mon 2024-02-05 04:28:08 UTC", "ConditionTimestampMonotonic": "628119051", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "yes", "DelegateControllers": "cpu cpuacct cpuset io blkio memory devices pids bpf-firewall bpf-devices bpf-foreign bpf-socket-bind bpf-restrict-network-interfaces", "Description": "quadlet-basic-mysql.service", "DevicePolicy": "auto", "DynamicUser": "no", "Environment": "PODMAN_SYSTEMD_UNIT=quadlet-basic-mysql.service", "ExecMainCode": "1", "ExecMainExitTimestamp": "Mon 2024-02-05 04:28:08 UTC", "ExecMainExitTimestampMonotonic": "628168758", "ExecMainPID": "12642", "ExecMainStartTimestamp": "Mon 2024-02-05 04:28:08 UTC", "ExecMainStartTimestampMonotonic": "628121249", "ExecMainStatus": "125", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman run --name=quadlet-basic-mysql --cidfile=/run/user/1111/quadlet-basic-mysql.cid --replace --rm --cgroups=split --network=systemd-quadlet-basic --sdnotify=conmon -d -v systemd-quadlet-basic-mysql:/var/lib/mysql --env BAZ=test --env FOO=/bin/busybox-extras --secret=mysql_container_root_password,type=env,target=MYSQL_ROOT_PASSWORD --secret=json_secret,type=mount,target=/tmp/test.json quay.io/linux-system-roles/mysql:5.6 ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman run --name=quadlet-basic-mysql --cidfile=/run/user/1111/quadlet-basic-mysql.cid --replace --rm --cgroups=split --network=systemd-quadlet-basic --sdnotify=conmon -d -v systemd-quadlet-basic-mysql:/var/lib/mysql --env BAZ=test --env FOO=/bin/busybox-extras --secret=mysql_container_root_password,type=env,target=MYSQL_ROOT_PASSWORD --secret=json_secret,type=mount,target=/tmp/test.json quay.io/linux-system-roles/mysql:5.6 ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/user/1111/quadlet-basic-mysql.cid ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/user/1111/quadlet-basic-mysql.cid ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopPost": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/user/1111/quadlet-basic-mysql.cid ; ignore_errors=yes ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopPostEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/user/1111/quadlet-basic-mysql.cid ; flags=ignore-failure ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/run/user/1111/systemd/generator/quadlet-basic-mysql.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "quadlet-basic-mysql.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Mon 2024-02-05 04:28:08 UTC", "InactiveEnterTimestampMonotonic": "628212906", "InactiveExitTimestamp": "Mon 2024-02-05 04:28:08 UTC", "InactiveExitTimestampMonotonic": "628121569", "InvocationID": "fa86c07452ee492a9f746d0ff873c732", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "inherit", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13974", "LimitNPROCSoft": "13974", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13974", "LimitSIGPENDINGSoft": "13974", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "quadlet-basic-mysql.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMPolicy": "continue", "OOMScoreAdjust": "200", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "app.slice quadlet-basic-network.service quadlet-basic-mysql-volume.service basic.target", "RequiresMountsFor": "/run/user/1111/containers", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "exit-code", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "app.slice", "SourcePath": "/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic-mysql.container", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Mon 2024-02-05 04:28:08 UTC", "StateChangeTimestampMonotonic": "628212906", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "failed", "SuccessAction": "none", "SyslogFacility": "3", "SyslogIdentifier": "quadlet-basic-mysql", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22359", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "generated", "UtmpMode": "init", "WantedBy": "default.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0", "WorkingDirectory": "!/home/user_quadlet_basic" } } TASK [fedora.linux_system_roles.podman : Remove quadlet file] ****************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:22 Monday 05 February 2024 04:28:17 +0000 (0:00:00.441) 0:01:41.399 ******* changed: [sut] => { "changed": true, "path": "/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic-mysql.container", "state": "absent" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:28 Monday 05 February 2024 04:28:17 +0000 (0:00:00.204) 0:01:41.604 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 05 February 2024 04:28:17 +0000 (0:00:00.028) 0:01:41.633 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_item_state | d('present') != 'absent'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Monday 05 February 2024 04:28:18 +0000 (0:00:00.019) 0:01:41.652 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_item_state | d('present') != 'absent'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Monday 05 February 2024 04:28:18 +0000 (0:00:00.020) 0:01:41.673 ******* ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [ "user_quadlet_basic" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:36 Monday 05 February 2024 04:28:18 +0000 (0:00:00.023) 0:01:41.697 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Prune images no longer in use] ******** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:45 Monday 05 February 2024 04:28:18 +0000 (0:00:00.403) 0:01:42.100 ******* changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.048355", "end": "2024-02-05 04:28:18.699379", "rc": 0, "start": "2024-02-05 04:28:18.651024" } TASK [fedora.linux_system_roles.podman : Remove network] *********************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:53 Monday 05 February 2024 04:28:18 +0000 (0:00:00.273) 0:01:42.373 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_quadlet_type == \"network\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update quadlets] *********** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Monday 05 February 2024 04:28:18 +0000 (0:00:00.022) 0:01:42.396 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Monday 05 February 2024 04:28:18 +0000 (0:00:00.019) 0:01:42.415 ******* ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": { "Network": { "Gateway": "192.168.29.1", "Label": "app=wordpress", "Subnet": "192.168.29.0/24" } }, "__podman_quadlet_str": "", "__podman_quadlet_template_src": "" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Monday 05 February 2024 04:28:18 +0000 (0:00:00.028) 0:01:42.444 ******* ok: [sut] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_pull_image": true, "__podman_state": "absent", "__podman_systemd_unit_scope": "", "__podman_user": "user_quadlet_basic" }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if no quadlet spec is given] ***** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Monday 05 February 2024 04:28:18 +0000 (0:00:00.027) 0:01:42.472 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_quadlet_spec | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Monday 05 February 2024 04:28:18 +0000 (0:00:00.019) 0:01:42.491 ******* ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-basic", "__podman_quadlet_type": "network", "__podman_rootless": true }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Monday 05 February 2024 04:28:18 +0000 (0:00:00.044) 0:01:42.536 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 05 February 2024 04:28:18 +0000 (0:00:00.035) 0:01:42.572 ******* skipping: [sut] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 05 February 2024 04:28:18 +0000 (0:00:00.024) 0:01:42.597 ******* skipping: [sut] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 05 February 2024 04:28:18 +0000 (0:00:00.023) 0:01:42.620 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Monday 05 February 2024 04:28:19 +0000 (0:00:00.078) 0:01:42.698 ******* ok: [sut] => { "ansible_facts": { "getent_group": { "user_quadlet_basic": [ "x", "1111", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Monday 05 February 2024 04:28:19 +0000 (0:00:00.209) 0:01:42.907 ******* ok: [sut] => { "ansible_facts": { "__podman_group_name": "user_quadlet_basic" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Monday 05 February 2024 04:28:19 +0000 (0:00:00.041) 0:01:42.948 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707107246.1000142, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1707107216.7970061, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4471560, "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": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "396954581", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 05 February 2024 04:28:19 +0000 (0:00:00.230) 0:01:43.179 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.003807", "end": "2024-02-05 04:28:19.712944", "rc": 0, "start": "2024-02-05 04:28:19.709137" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Monday 05 February 2024 04:28:19 +0000 (0:00:00.205) 0:01:43.385 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.003806", "end": "2024-02-05 04:28:19.919253", "rc": 0, "start": "2024-02-05 04:28:19.915447" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [fedora.linux_system_roles.podman : Check if user is in subuid file] ****** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Monday 05 February 2024 04:28:19 +0000 (0:00:00.207) 0:01:43.592 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Monday 05 February 2024 04:28:19 +0000 (0:00:00.024) 0:01:43.617 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if group is in subgid file] ***** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 05 February 2024 04:28:19 +0000 (0:00:00.019) 0:01:43.636 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Monday 05 February 2024 04:28:20 +0000 (0:00:00.021) 0:01:43.658 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Monday 05 February 2024 04:28:20 +0000 (0:00:00.018) 0:01:43.676 ******* ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_images_found": [], "__podman_kube_yamls_raw": "", "__podman_service_name": "", "__podman_systemd_scope": "user", "__podman_user_home_dir": "/home/user_quadlet_basic", "__podman_xdg_runtime_dir": "/run/user/1111" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Monday 05 February 2024 04:28:20 +0000 (0:00:00.053) 0:01:43.730 ******* ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/home/user_quadlet_basic/.config/containers/systemd" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get kube yaml contents] *************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Monday 05 February 2024 04:28:20 +0000 (0:00:00.030) 0:01:43.760 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Monday 05 February 2024 04:28:20 +0000 (0:00:00.031) 0:01:43.791 ******* ok: [sut] => { "ansible_facts": { "__podman_images": [], "__podman_quadlet_file": "/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic.network", "__podman_volumes": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Cleanup quadlets] ********************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Monday 05 February 2024 04:28:20 +0000 (0:00:00.071) 0:01:43.863 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml for sut TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 Monday 05 February 2024 04:28:20 +0000 (0:00:00.069) 0:01:43.933 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_service_name | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Remove quadlet file] ****************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:22 Monday 05 February 2024 04:28:20 +0000 (0:00:00.051) 0:01:43.984 ******* changed: [sut] => { "changed": true, "path": "/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic.network", "state": "absent" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:28 Monday 05 February 2024 04:28:20 +0000 (0:00:00.222) 0:01:44.206 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 05 February 2024 04:28:20 +0000 (0:00:00.031) 0:01:44.238 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_item_state | d('present') != 'absent'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Monday 05 February 2024 04:28:20 +0000 (0:00:00.034) 0:01:44.273 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_item_state | d('present') != 'absent'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Monday 05 February 2024 04:28:20 +0000 (0:00:00.037) 0:01:44.310 ******* ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [ "user_quadlet_basic" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:36 Monday 05 February 2024 04:28:20 +0000 (0:00:00.081) 0:01:44.392 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Prune images no longer in use] ******** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:45 Monday 05 February 2024 04:28:21 +0000 (0:00:00.391) 0:01:44.783 ******* changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.046221", "end": "2024-02-05 04:28:21.373945", "rc": 0, "start": "2024-02-05 04:28:21.327724" } TASK [fedora.linux_system_roles.podman : Remove network] *********************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:53 Monday 05 February 2024 04:28:21 +0000 (0:00:00.264) 0:01:45.048 ******* changed: [sut] => { "changed": true, "cmd": [ "podman", "network", "rm", "systemd-quadlet-basic" ], "delta": "0:00:00.048415", "end": "2024-02-05 04:28:21.640966", "rc": 0, "start": "2024-02-05 04:28:21.592551" } STDOUT: systemd-quadlet-basic TASK [fedora.linux_system_roles.podman : Create and update quadlets] *********** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Monday 05 February 2024 04:28:21 +0000 (0:00:00.266) 0:01:45.315 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:122 Monday 05 February 2024 04:28:21 +0000 (0:00:00.021) 0:01:45.336 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml for sut => (item=user_quadlet_basic) TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:4 Monday 05 February 2024 04:28:21 +0000 (0:00:00.050) 0:01:45.386 ******* skipping: [sut] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_linger_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set cancel linger vars] *************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:11 Monday 05 February 2024 04:28:21 +0000 (0:00:00.022) 0:01:45.409 ******* ok: [sut] => { "ansible_facts": { "__podman_xdg_runtime_dir": "/run/user/1111" }, "changed": false } TASK [fedora.linux_system_roles.podman : Gather facts for containers] ********** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:16 Monday 05 February 2024 04:28:21 +0000 (0:00:00.024) 0:01:45.433 ******* ok: [sut] => { "changed": false, "containers": [] } TASK [fedora.linux_system_roles.podman : Gather facts for networks] ************ task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:24 Monday 05 February 2024 04:28:22 +0000 (0:00:00.341) 0:01:45.774 ******* ok: [sut] => { "changed": false, "cmd": [ "podman", "network", "ls", "-q" ], "delta": "0:00:00.047508", "end": "2024-02-05 04:28:22.387782", "rc": 0, "start": "2024-02-05 04:28:22.340274" } STDOUT: podman TASK [fedora.linux_system_roles.podman : Gather secrets] *********************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:33 Monday 05 February 2024 04:28:22 +0000 (0:00:00.284) 0:01:46.059 ******* ok: [sut] => { "changed": false, "cmd": [ "podman", "secret", "ls", "-n", "-q" ], "delta": "0:00:00.049466", "end": "2024-02-05 04:28:22.650677", "rc": 0, "start": "2024-02-05 04:28:22.601211" } TASK [fedora.linux_system_roles.podman : Cancel linger if no more resources are in use] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:42 Monday 05 February 2024 04:28:22 +0000 (0:00:00.264) 0:01:46.324 ******* changed: [sut] => { "changed": true, "cmd": [ "loginctl", "disable-linger", "user_quadlet_basic" ], "delta": "0:00:00.007718", "end": "2024-02-05 04:28:22.866672", "rc": 0, "start": "2024-02-05 04:28:22.858954" } TASK [Remove test user] ******************************************************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/tests/tests_quadlet_basic.yml:196 Monday 05 February 2024 04:28:22 +0000 (0:00:00.231) 0:01:46.555 ******* changed: [sut] => { "changed": true, "force": false, "name": "user_quadlet_basic", "remove": false, "state": "absent" } TASK [Cleanup system - root] *************************************************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/tests/tests_quadlet_basic.yml:202 Monday 05 February 2024 04:28:23 +0000 (0:00:00.318) 0:01:46.874 ******* TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Monday 05 February 2024 04:28:23 +0000 (0:00:00.056) 0:01:46.930 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Monday 05 February 2024 04:28:23 +0000 (0:00:00.032) 0:01:46.962 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Monday 05 February 2024 04:28:23 +0000 (0:00:00.023) 0:01:46.986 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Monday 05 February 2024 04:28:23 +0000 (0:00:00.083) 0:01:47.069 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Monday 05 February 2024 04:28:23 +0000 (0:00:00.019) 0:01:47.088 ******* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Monday 05 February 2024 04:28:23 +0000 (0:00:00.042) 0:01:47.130 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Enable copr if requested] ************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Monday 05 February 2024 04:28:24 +0000 (0:00:00.984) 0:01:48.115 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Monday 05 February 2024 04:28:24 +0000 (0:00:00.021) 0:01:48.136 ******* skipping: [sut] => { "changed": false, "false_condition": "(__podman_packages | difference(ansible_facts.packages))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Monday 05 February 2024 04:28:24 +0000 (0:00:00.026) 0:01:48.162 ******* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.032010", "end": "2024-02-05 04:28:24.722082", "rc": 0, "start": "2024-02-05 04:28:24.690072" } STDOUT: podman version 4.8.1 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:27 Monday 05 February 2024 04:28:24 +0000 (0:00:00.230) 0:01:48.392 ******* ok: [sut] => { "ansible_facts": { "podman_version": "4.8.1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:31 Monday 05 February 2024 04:28:24 +0000 (0:00:00.023) 0:01:48.416 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_version is version(\"4.2\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Monday 05 February 2024 04:28:24 +0000 (0:00:00.019) 0:01:48.435 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_version is version(\"4.4\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:48 Monday 05 February 2024 04:28:24 +0000 (0:00:00.044) 0:01:48.480 ******* META: end_host conditional evaluated to False, continuing execution for sut skipping: [sut] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for sut" } MSG: end_host conditional evaluated to false, continuing execution for sut TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:55 Monday 05 February 2024 04:28:24 +0000 (0:00:00.034) 0:01:48.514 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 05 February 2024 04:28:24 +0000 (0:00:00.036) 0:01:48.550 ******* ok: [sut] => { "ansible_facts": { "getent_passwd": { "root": [ "x", "0", "0", "root", "/root", "/bin/bash" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 05 February 2024 04:28:25 +0000 (0:00:00.205) 0:01:48.756 ******* skipping: [sut] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 05 February 2024 04:28:25 +0000 (0:00:00.026) 0:01:48.782 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Monday 05 February 2024 04:28:25 +0000 (0:00:00.026) 0:01:48.808 ******* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Monday 05 February 2024 04:28:25 +0000 (0:00:00.206) 0:01:49.015 ******* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Monday 05 February 2024 04:28:25 +0000 (0:00:00.025) 0:01:49.041 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707107246.1000142, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1707107216.7970061, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4471560, "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": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "396954581", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 05 February 2024 04:28:25 +0000 (0:00:00.250) 0:01:49.291 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Monday 05 February 2024 04:28:25 +0000 (0:00:00.018) 0:01:49.309 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if user is in subuid file] ****** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Monday 05 February 2024 04:28:25 +0000 (0:00:00.018) 0:01:49.327 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Monday 05 February 2024 04:28:25 +0000 (0:00:00.017) 0:01:49.345 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if group is in subgid file] ***** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 05 February 2024 04:28:25 +0000 (0:00:00.018) 0:01:49.364 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Monday 05 February 2024 04:28:25 +0000 (0:00:00.017) 0:01:49.381 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:61 Monday 05 February 2024 04:28:25 +0000 (0:00:00.018) 0:01:49.400 ******* ok: [sut] => { "ansible_facts": { "__podman_container_conf_file": "/etc/containers/containers.conf.d/50-systemroles.conf", "__podman_policy_json_file": "/etc/containers/policy.json", "__podman_registries_conf_file": "/etc/containers/registries.conf.d/50-systemroles.conf", "__podman_storage_conf_file": "/etc/containers/storage.conf" }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle container.conf.d] ************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:70 Monday 05 February 2024 04:28:25 +0000 (0:00:00.024) 0:01:49.424 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for sut TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Monday 05 February 2024 04:28:25 +0000 (0:00:00.035) 0:01:49.460 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Monday 05 February 2024 04:28:25 +0000 (0:00:00.019) 0:01:49.480 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Monday 05 February 2024 04:28:25 +0000 (0:00:00.018) 0:01:49.499 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for sut TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Monday 05 February 2024 04:28:25 +0000 (0:00:00.034) 0:01:49.533 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Monday 05 February 2024 04:28:25 +0000 (0:00:00.020) 0:01:49.554 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:76 Monday 05 February 2024 04:28:25 +0000 (0:00:00.019) 0:01:49.573 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for sut TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Monday 05 February 2024 04:28:25 +0000 (0:00:00.034) 0:01:49.608 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Monday 05 February 2024 04:28:25 +0000 (0:00:00.019) 0:01:49.627 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:79 Monday 05 February 2024 04:28:26 +0000 (0:00:00.026) 0:01:49.653 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for sut TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Monday 05 February 2024 04:28:26 +0000 (0:00:00.089) 0:01:49.743 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Monday 05 February 2024 04:28:26 +0000 (0:00:00.019) 0:01:49.762 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Monday 05 February 2024 04:28:26 +0000 (0:00:00.019) 0:01:49.782 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Monday 05 February 2024 04:28:26 +0000 (0:00:00.019) 0:01:49.802 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:85 Monday 05 February 2024 04:28:26 +0000 (0:00:00.019) 0:01:49.821 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_firewall | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:92 Monday 05 February 2024 04:28:26 +0000 (0:00:00.018) 0:01:49.840 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_selinux_ports | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:99 Monday 05 February 2024 04:28:26 +0000 (0:00:00.019) 0:01:49.859 ******* ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:103 Monday 05 February 2024 04:28:26 +0000 (0:00:00.018) 0:01:49.878 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml for sut => (item=(censored due to no_log)) included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml for sut => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set variables part 0] ***************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:3 Monday 05 February 2024 04:28:26 +0000 (0:00:00.058) 0:01:49.936 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Set variables part 1] ***************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:10 Monday 05 February 2024 04:28:26 +0000 (0:00:00.025) 0:01:49.961 ******* ok: [sut] => { "ansible_facts": { "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set variables part 2] ***************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:14 Monday 05 February 2024 04:28:26 +0000 (0:00:00.028) 0:01:49.990 ******* ok: [sut] => { "ansible_facts": { "__podman_rootless": false, "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:20 Monday 05 February 2024 04:28:26 +0000 (0:00:00.028) 0:01:50.018 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 05 February 2024 04:28:26 +0000 (0:00:00.039) 0:01:50.058 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Monday 05 February 2024 04:28:26 +0000 (0:00:00.020) 0:01:50.078 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Monday 05 February 2024 04:28:26 +0000 (0:00:00.018) 0:01:50.097 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Manage each secret] ******************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:25 Monday 05 February 2024 04:28:26 +0000 (0:00:00.019) 0:01:50.116 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Set variables part 0] ***************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:3 Monday 05 February 2024 04:28:26 +0000 (0:00:00.250) 0:01:50.366 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Set variables part 1] ***************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:10 Monday 05 February 2024 04:28:26 +0000 (0:00:00.023) 0:01:50.390 ******* ok: [sut] => { "ansible_facts": { "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set variables part 2] ***************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:14 Monday 05 February 2024 04:28:26 +0000 (0:00:00.021) 0:01:50.411 ******* ok: [sut] => { "ansible_facts": { "__podman_rootless": false, "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:20 Monday 05 February 2024 04:28:26 +0000 (0:00:00.023) 0:01:50.435 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 05 February 2024 04:28:26 +0000 (0:00:00.070) 0:01:50.505 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Monday 05 February 2024 04:28:26 +0000 (0:00:00.018) 0:01:50.523 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Monday 05 February 2024 04:28:26 +0000 (0:00:00.018) 0:01:50.542 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Manage each secret] ******************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:25 Monday 05 February 2024 04:28:26 +0000 (0:00:00.017) 0:01:50.560 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Monday 05 February 2024 04:28:27 +0000 (0:00:00.253) 0:01:50.813 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:116 Monday 05 February 2024 04:28:27 +0000 (0:00:00.016) 0:01:50.830 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for sut => (item={'name': 'quadlet-basic-mysql', 'type': 'volume', 'Volume': {}, 'state': 'absent'}) included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for sut => (item={'name': 'quadlet-basic-mysql', 'type': 'container', 'Install': {'WantedBy': 'default.target'}, 'Container': {'Image': 'quay.io/linux-system-roles/mysql:5.6', 'ContainerName': 'quadlet-basic-mysql', 'Volume': 'quadlet-basic-mysql.volume:/var/lib/mysql', 'Network': 'quadlet-basic.network', 'PodmanArgs': '--secret=mysql_container_root_password,type=env,target=MYSQL_ROOT_PASSWORD --secret=json_secret,type=mount,target=/tmp/test.json', 'Environment': ['FOO=/bin/busybox-extras', 'BAZ=test']}, 'state': 'absent'}) included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for sut => (item={'name': 'quadlet-basic', 'type': 'network', 'Network': {'Subnet': '192.168.29.0/24', 'Gateway': '192.168.29.1', 'Label': 'app=wordpress'}, 'state': 'absent'}) TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Monday 05 February 2024 04:28:27 +0000 (0:00:00.065) 0:01:50.896 ******* ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": { "Volume": {} }, "__podman_quadlet_str": "", "__podman_quadlet_template_src": "" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Monday 05 February 2024 04:28:27 +0000 (0:00:00.027) 0:01:50.923 ******* ok: [sut] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_pull_image": true, "__podman_state": "absent", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if no quadlet spec is given] ***** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Monday 05 February 2024 04:28:27 +0000 (0:00:00.026) 0:01:50.950 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_quadlet_spec | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Monday 05 February 2024 04:28:27 +0000 (0:00:00.019) 0:01:50.969 ******* ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-basic-mysql", "__podman_quadlet_type": "volume", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Monday 05 February 2024 04:28:27 +0000 (0:00:00.030) 0:01:50.999 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 05 February 2024 04:28:27 +0000 (0:00:00.044) 0:01:51.044 ******* skipping: [sut] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 05 February 2024 04:28:27 +0000 (0:00:00.025) 0:01:51.069 ******* skipping: [sut] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 05 February 2024 04:28:27 +0000 (0:00:00.024) 0:01:51.093 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Monday 05 February 2024 04:28:27 +0000 (0:00:00.028) 0:01:51.122 ******* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Monday 05 February 2024 04:28:27 +0000 (0:00:00.222) 0:01:51.344 ******* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Monday 05 February 2024 04:28:27 +0000 (0:00:00.026) 0:01:51.371 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707107246.1000142, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1707107216.7970061, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4471560, "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": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "396954581", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 05 February 2024 04:28:27 +0000 (0:00:00.250) 0:01:51.621 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Monday 05 February 2024 04:28:27 +0000 (0:00:00.019) 0:01:51.640 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if user is in subuid file] ****** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Monday 05 February 2024 04:28:28 +0000 (0:00:00.018) 0:01:51.659 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Monday 05 February 2024 04:28:28 +0000 (0:00:00.017) 0:01:51.676 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if group is in subgid file] ***** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 05 February 2024 04:28:28 +0000 (0:00:00.018) 0:01:51.695 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Monday 05 February 2024 04:28:28 +0000 (0:00:00.017) 0:01:51.712 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Monday 05 February 2024 04:28:28 +0000 (0:00:00.017) 0:01:51.730 ******* ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_images_found": [], "__podman_kube_yamls_raw": "", "__podman_service_name": "quadlet-basic-mysql-volume.service", "__podman_systemd_scope": "system", "__podman_user_home_dir": "/root", "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Monday 05 February 2024 04:28:28 +0000 (0:00:00.034) 0:01:51.764 ******* ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/etc/containers/systemd" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get kube yaml contents] *************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Monday 05 February 2024 04:28:28 +0000 (0:00:00.021) 0:01:51.785 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Monday 05 February 2024 04:28:28 +0000 (0:00:00.018) 0:01:51.804 ******* ok: [sut] => { "ansible_facts": { "__podman_images": [], "__podman_quadlet_file": "/etc/containers/systemd/quadlet-basic-mysql.volume", "__podman_volumes": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Cleanup quadlets] ********************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Monday 05 February 2024 04:28:28 +0000 (0:00:00.047) 0:01:51.851 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml for sut TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 Monday 05 February 2024 04:28:28 +0000 (0:00:00.038) 0:01:51.890 ******* ok: [sut] => { "changed": false, "failed_when_result": false } MSG: Could not find the requested service quadlet-basic-mysql-volume.service: host TASK [fedora.linux_system_roles.podman : Remove quadlet file] ****************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:22 Monday 05 February 2024 04:28:28 +0000 (0:00:00.343) 0:01:52.234 ******* ok: [sut] => { "changed": false, "path": "/etc/containers/systemd/quadlet-basic-mysql.volume", "state": "absent" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:28 Monday 05 February 2024 04:28:28 +0000 (0:00:00.203) 0:01:52.437 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 05 February 2024 04:28:28 +0000 (0:00:00.030) 0:01:52.467 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Monday 05 February 2024 04:28:28 +0000 (0:00:00.018) 0:01:52.485 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Monday 05 February 2024 04:28:28 +0000 (0:00:00.018) 0:01:52.504 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:36 Monday 05 February 2024 04:28:28 +0000 (0:00:00.018) 0:01:52.522 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_file_removed is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Prune images no longer in use] ******** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:45 Monday 05 February 2024 04:28:28 +0000 (0:00:00.020) 0:01:52.542 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_file_removed is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Remove network] *********************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:53 Monday 05 February 2024 04:28:28 +0000 (0:00:00.020) 0:01:52.563 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_file_removed is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update quadlets] *********** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Monday 05 February 2024 04:28:28 +0000 (0:00:00.067) 0:01:52.631 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Monday 05 February 2024 04:28:29 +0000 (0:00:00.018) 0:01:52.649 ******* ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": { "Container": { "ContainerName": "quadlet-basic-mysql", "Environment": [ "FOO=/bin/busybox-extras", "BAZ=test" ], "Image": "quay.io/linux-system-roles/mysql:5.6", "Network": "quadlet-basic.network", "PodmanArgs": "--secret=mysql_container_root_password,type=env,target=MYSQL_ROOT_PASSWORD --secret=json_secret,type=mount,target=/tmp/test.json", "Volume": "quadlet-basic-mysql.volume:/var/lib/mysql" }, "Install": { "WantedBy": "default.target" } }, "__podman_quadlet_str": "", "__podman_quadlet_template_src": "" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Monday 05 February 2024 04:28:29 +0000 (0:00:00.026) 0:01:52.675 ******* ok: [sut] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_pull_image": true, "__podman_state": "absent", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if no quadlet spec is given] ***** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Monday 05 February 2024 04:28:29 +0000 (0:00:00.025) 0:01:52.700 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_quadlet_spec | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Monday 05 February 2024 04:28:29 +0000 (0:00:00.020) 0:01:52.721 ******* ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-basic-mysql", "__podman_quadlet_type": "container", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Monday 05 February 2024 04:28:29 +0000 (0:00:00.030) 0:01:52.751 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 05 February 2024 04:28:29 +0000 (0:00:00.035) 0:01:52.787 ******* skipping: [sut] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 05 February 2024 04:28:29 +0000 (0:00:00.028) 0:01:52.815 ******* skipping: [sut] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 05 February 2024 04:28:29 +0000 (0:00:00.021) 0:01:52.837 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Monday 05 February 2024 04:28:29 +0000 (0:00:00.029) 0:01:52.867 ******* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Monday 05 February 2024 04:28:29 +0000 (0:00:00.203) 0:01:53.070 ******* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Monday 05 February 2024 04:28:29 +0000 (0:00:00.025) 0:01:53.096 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707107246.1000142, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1707107216.7970061, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4471560, "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": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "396954581", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 05 February 2024 04:28:29 +0000 (0:00:00.203) 0:01:53.300 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Monday 05 February 2024 04:28:29 +0000 (0:00:00.018) 0:01:53.318 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if user is in subuid file] ****** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Monday 05 February 2024 04:28:29 +0000 (0:00:00.016) 0:01:53.334 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Monday 05 February 2024 04:28:29 +0000 (0:00:00.017) 0:01:53.352 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if group is in subgid file] ***** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 05 February 2024 04:28:29 +0000 (0:00:00.016) 0:01:53.368 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Monday 05 February 2024 04:28:29 +0000 (0:00:00.017) 0:01:53.386 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Monday 05 February 2024 04:28:29 +0000 (0:00:00.016) 0:01:53.403 ******* ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_images_found": [ "quay.io/linux-system-roles/mysql:5.6" ], "__podman_kube_yamls_raw": "", "__podman_service_name": "quadlet-basic-mysql.service", "__podman_systemd_scope": "system", "__podman_user_home_dir": "/root", "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Monday 05 February 2024 04:28:29 +0000 (0:00:00.033) 0:01:53.437 ******* ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/etc/containers/systemd" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get kube yaml contents] *************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Monday 05 February 2024 04:28:29 +0000 (0:00:00.020) 0:01:53.457 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Monday 05 February 2024 04:28:29 +0000 (0:00:00.060) 0:01:53.517 ******* ok: [sut] => { "ansible_facts": { "__podman_images": [ "quay.io/linux-system-roles/mysql:5.6" ], "__podman_quadlet_file": "/etc/containers/systemd/quadlet-basic-mysql.container", "__podman_volumes": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Cleanup quadlets] ********************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Monday 05 February 2024 04:28:29 +0000 (0:00:00.047) 0:01:53.564 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml for sut TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 Monday 05 February 2024 04:28:29 +0000 (0:00:00.037) 0:01:53.602 ******* ok: [sut] => { "changed": false, "failed_when_result": false } MSG: Could not find the requested service quadlet-basic-mysql.service: host TASK [fedora.linux_system_roles.podman : Remove quadlet file] ****************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:22 Monday 05 February 2024 04:28:30 +0000 (0:00:00.344) 0:01:53.946 ******* ok: [sut] => { "changed": false, "path": "/etc/containers/systemd/quadlet-basic-mysql.container", "state": "absent" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:28 Monday 05 February 2024 04:28:30 +0000 (0:00:00.202) 0:01:54.149 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 05 February 2024 04:28:30 +0000 (0:00:00.029) 0:01:54.178 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Monday 05 February 2024 04:28:30 +0000 (0:00:00.017) 0:01:54.196 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Monday 05 February 2024 04:28:30 +0000 (0:00:00.017) 0:01:54.213 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:36 Monday 05 February 2024 04:28:30 +0000 (0:00:00.017) 0:01:54.231 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_file_removed is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Prune images no longer in use] ******** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:45 Monday 05 February 2024 04:28:30 +0000 (0:00:00.018) 0:01:54.249 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_file_removed is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Remove network] *********************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:53 Monday 05 February 2024 04:28:30 +0000 (0:00:00.019) 0:01:54.268 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_file_removed is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update quadlets] *********** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Monday 05 February 2024 04:28:30 +0000 (0:00:00.018) 0:01:54.287 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Monday 05 February 2024 04:28:30 +0000 (0:00:00.017) 0:01:54.304 ******* ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": { "Network": { "Gateway": "192.168.29.1", "Label": "app=wordpress", "Subnet": "192.168.29.0/24" } }, "__podman_quadlet_str": "", "__podman_quadlet_template_src": "" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Monday 05 February 2024 04:28:30 +0000 (0:00:00.025) 0:01:54.329 ******* ok: [sut] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_pull_image": true, "__podman_state": "absent", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if no quadlet spec is given] ***** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Monday 05 February 2024 04:28:30 +0000 (0:00:00.024) 0:01:54.353 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_quadlet_spec | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Monday 05 February 2024 04:28:30 +0000 (0:00:00.018) 0:01:54.372 ******* ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-basic", "__podman_quadlet_type": "network", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Monday 05 February 2024 04:28:30 +0000 (0:00:00.029) 0:01:54.401 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 05 February 2024 04:28:30 +0000 (0:00:00.033) 0:01:54.434 ******* skipping: [sut] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 05 February 2024 04:28:30 +0000 (0:00:00.020) 0:01:54.455 ******* skipping: [sut] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 05 February 2024 04:28:30 +0000 (0:00:00.113) 0:01:54.569 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Monday 05 February 2024 04:28:30 +0000 (0:00:00.026) 0:01:54.596 ******* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Monday 05 February 2024 04:28:31 +0000 (0:00:00.204) 0:01:54.800 ******* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Monday 05 February 2024 04:28:31 +0000 (0:00:00.025) 0:01:54.826 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707107246.1000142, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1707107216.7970061, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4471560, "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": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "396954581", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 05 February 2024 04:28:31 +0000 (0:00:00.202) 0:01:55.029 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Monday 05 February 2024 04:28:31 +0000 (0:00:00.017) 0:01:55.046 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if user is in subuid file] ****** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Monday 05 February 2024 04:28:31 +0000 (0:00:00.018) 0:01:55.064 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Monday 05 February 2024 04:28:31 +0000 (0:00:00.017) 0:01:55.082 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if group is in subgid file] ***** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 05 February 2024 04:28:31 +0000 (0:00:00.017) 0:01:55.100 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Monday 05 February 2024 04:28:31 +0000 (0:00:00.017) 0:01:55.117 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Monday 05 February 2024 04:28:31 +0000 (0:00:00.017) 0:01:55.135 ******* ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_images_found": [], "__podman_kube_yamls_raw": "", "__podman_service_name": "", "__podman_systemd_scope": "system", "__podman_user_home_dir": "/root", "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Monday 05 February 2024 04:28:31 +0000 (0:00:00.033) 0:01:55.168 ******* ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/etc/containers/systemd" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get kube yaml contents] *************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Monday 05 February 2024 04:28:31 +0000 (0:00:00.020) 0:01:55.188 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Monday 05 February 2024 04:28:31 +0000 (0:00:00.016) 0:01:55.205 ******* ok: [sut] => { "ansible_facts": { "__podman_images": [], "__podman_quadlet_file": "/etc/containers/systemd/quadlet-basic.network", "__podman_volumes": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Cleanup quadlets] ********************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Monday 05 February 2024 04:28:31 +0000 (0:00:00.048) 0:01:55.253 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml for sut TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 Monday 05 February 2024 04:28:31 +0000 (0:00:00.037) 0:01:55.290 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_service_name | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Remove quadlet file] ****************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:22 Monday 05 February 2024 04:28:31 +0000 (0:00:00.020) 0:01:55.311 ******* ok: [sut] => { "changed": false, "path": "/etc/containers/systemd/quadlet-basic.network", "state": "absent" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:28 Monday 05 February 2024 04:28:31 +0000 (0:00:00.202) 0:01:55.514 ******* included: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 05 February 2024 04:28:31 +0000 (0:00:00.028) 0:01:55.542 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Monday 05 February 2024 04:28:31 +0000 (0:00:00.060) 0:01:55.603 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Monday 05 February 2024 04:28:31 +0000 (0:00:00.018) 0:01:55.622 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:36 Monday 05 February 2024 04:28:31 +0000 (0:00:00.017) 0:01:55.640 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_file_removed is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Prune images no longer in use] ******** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:45 Monday 05 February 2024 04:28:32 +0000 (0:00:00.018) 0:01:55.658 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_file_removed is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Remove network] *********************** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:53 Monday 05 February 2024 04:28:32 +0000 (0:00:00.018) 0:01:55.677 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_file_removed is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update quadlets] *********** task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Monday 05 February 2024 04:28:32 +0000 (0:00:00.018) 0:01:55.696 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:122 Monday 05 February 2024 04:28:32 +0000 (0:00:00.017) 0:01:55.713 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } PLAY RECAP ********************************************************************* sut : ok=421 changed=29 unreachable=0 failed=0 skipped=411 rescued=1 ignored=0 Monday 05 February 2024 04:28:32 +0000 (0:00:00.051) 0:01:55.764 ******* =============================================================================== fedora.linux_system_roles.podman : Ensure required packages are installed -- 46.29s /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 fedora.linux_system_roles.podman : Ensure container images are present --- 7.87s /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:20 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.10s /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.07s /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.01s /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.00s /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 0.99s /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 0.98s /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 0.96s /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Gathering Facts --------------------------------------------------------- 0.77s /WORKDIR/git-fix-linger-handling7vom4d16/tests/tests_quadlet_basic.yml:9 ------ fedora.linux_system_roles.podman : Ensure container images are present --- 0.68s /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:20 fedora.linux_system_roles.podman : Ensure quadlet file is present ------- 0.60s /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:68 fedora.linux_system_roles.podman : Reload systemctl --------------------- 0.59s /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:36 fedora.linux_system_roles.podman : Stop and disable service ------------- 0.58s /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 fedora.linux_system_roles.podman : Manage each secret ------------------- 0.58s /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:25 fedora.linux_system_roles.podman : Manage each secret ------------------- 0.56s /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:25 fedora.linux_system_roles.podman : Ensure quadlet file is present ------- 0.55s /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:68 fedora.linux_system_roles.podman : Reload systemctl --------------------- 0.53s /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:36 fedora.linux_system_roles.podman : Ensure quadlet file is present ------- 0.53s /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:68 fedora.linux_system_roles.podman : Ensure quadlet file is present ------- 0.53s /WORKDIR/git-fix-linger-handling7vom4d16/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:68 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [WARNING]: 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. ---^---^---^---^---^---