# STDOUT: ---v---v---v---v---v--- ansible-playbook 2.9.27 config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.9/lib/python3.9/site-packages/ansible executable location = /opt/ansible-2.9/bin/ansible-playbook python version = 3.9.18 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] Using /etc/ansible/ansible.cfg as config file Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_quadlet_basic.yml ********************************************** 2 plays in /WORKDIR/git-fix-linger-handlingb3upr179/tests/tests_quadlet_basic.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Include vault variables] ************************************************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/tests_quadlet_basic.yml:4 Wednesday 07 February 2024 23:01:13 +0000 (0:00:00.012) 0:00:00.012 **** 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-handlingb3upr179/tests/vars/vault-variables.yml" ], "changed": false } META: ran handlers META: ran handlers PLAY [Ensure that the role can manage quadlet specs] *************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/tests_quadlet_basic.yml:9 Wednesday 07 February 2024 23:01:13 +0000 (0:00:00.011) 0:00:00.023 **** ok: [sut] META: ran handlers TASK [Run role - do not pull images] ******************************************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/tests_quadlet_basic.yml:57 Wednesday 07 February 2024 23:01:15 +0000 (0:00:01.296) 0:00:01.320 **** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Wednesday 07 February 2024 23:01:15 +0000 (0:00:00.054) 0:00:01.375 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/set_vars.yml for sut TASK [linux-system-roles.podman : Ensure ansible_facts used by role] *********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Wednesday 07 February 2024 23:01:15 +0000 (0:00:00.014) 0:00:01.390 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if system is ostree] ******************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Wednesday 07 February 2024 23:01:15 +0000 (0:00:00.018) 0:00:01.408 **** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.podman : Set flag to indicate system is ostree] ******* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Wednesday 07 February 2024 23:01:15 +0000 (0:00:00.243) 0:00:01.651 **** ok: [sut] => { "ansible_facts": { "__podman_is_ostree": false }, "changed": false } TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Wednesday 07 February 2024 23:01:15 +0000 (0:00:00.019) 0:00:01.671 **** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-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, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Wednesday 07 February 2024 23:01:15 +0000 (0:00:00.031) 0:00:01.702 **** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Enable copr if requested] ******************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Wednesday 07 February 2024 23:01:16 +0000 (0:00:01.082) 0:00:02.784 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure required packages are installed] ****** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Wednesday 07 February 2024 23:01:16 +0000 (0:00:00.026) 0:00:02.811 **** 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 [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Wednesday 07 February 2024 23:02:08 +0000 (0:00:51.738) 0:00:54.550 **** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.038695", "end": "2024-02-07 23:02:08.517394", "rc": 0, "start": "2024-02-07 23:02:08.478699" } STDOUT: podman version 4.8.1 TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:28 Wednesday 07 February 2024 23:02:08 +0000 (0:00:00.306) 0:00:54.856 **** ok: [sut] => { "ansible_facts": { "podman_version": "4.8.1" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:32 Wednesday 07 February 2024 23:02:08 +0000 (0:00:00.028) 0:00:54.884 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:39 Wednesday 07 February 2024 23:02:08 +0000 (0:00:00.027) 0:00:54.912 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: end_host conditional evaluated to false, continuing execution for sut TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:56 Wednesday 07 February 2024 23:02:08 +0000 (0:00:00.063) 0:00:54.976 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml for sut TASK [linux-system-roles.podman : Get user information] ************************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Wednesday 07 February 2024 23:02:08 +0000 (0:00:00.035) 0:00:55.011 **** ok: [sut] => { "ansible_facts": { "getent_passwd": { "root": [ "x", "0", "0", "root", "/root", "/bin/bash" ] } }, "changed": false } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Wednesday 07 February 2024 23:02:08 +0000 (0:00:00.254) 0:00:55.266 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Wednesday 07 February 2024 23:02:08 +0000 (0:00:00.022) 0:00:55.288 **** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Wednesday 07 February 2024 23:02:09 +0000 (0:00:00.023) 0:00:55.312 **** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Wednesday 07 February 2024 23:02:09 +0000 (0:00:00.206) 0:00:55.519 **** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Wednesday 07 February 2024 23:02:09 +0000 (0:00:00.023) 0:00:55.542 **** ok: [sut] => { "changed": false, "stat": { "atime": 1689166618.0, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1707346897.3680875, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4380682, "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": "50604782", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Wednesday 07 February 2024 23:02:09 +0000 (0:00:00.206) 0:00:55.749 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Wednesday 07 February 2024 23:02:09 +0000 (0:00:00.019) 0:00:55.769 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Wednesday 07 February 2024 23:02:09 +0000 (0:00:00.018) 0:00:55.787 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Wednesday 07 February 2024 23:02:09 +0000 (0:00:00.018) 0:00:55.806 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Wednesday 07 February 2024 23:02:09 +0000 (0:00:00.017) 0:00:55.823 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Wednesday 07 February 2024 23:02:09 +0000 (0:00:00.018) 0:00:55.841 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:62 Wednesday 07 February 2024 23:02:09 +0000 (0:00:00.018) 0:00:55.859 **** 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 [linux-system-roles.podman : Handle container.conf.d] ********************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:80 Wednesday 07 February 2024 23:02:09 +0000 (0:00:00.037) 0:00:55.897 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml for sut TASK [linux-system-roles.podman : Ensure containers.d exists] ****************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Wednesday 07 February 2024 23:02:09 +0000 (0:00:00.053) 0:00:55.951 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Wednesday 07 February 2024 23:02:09 +0000 (0:00:00.018) 0:00:55.969 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:83 Wednesday 07 February 2024 23:02:09 +0000 (0:00:00.019) 0:00:55.988 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml for sut TASK [linux-system-roles.podman : Ensure registries.d exists] ****************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Wednesday 07 February 2024 23:02:09 +0000 (0:00:00.035) 0:00:56.024 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Wednesday 07 February 2024 23:02:09 +0000 (0:00:00.017) 0:00:56.041 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:86 Wednesday 07 February 2024 23:02:09 +0000 (0:00:00.018) 0:00:56.060 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml for sut TASK [linux-system-roles.podman : Ensure storage.conf parent dir exists] ******* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Wednesday 07 February 2024 23:02:09 +0000 (0:00:00.037) 0:00:56.097 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Wednesday 07 February 2024 23:02:09 +0000 (0:00:00.019) 0:00:56.117 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:89 Wednesday 07 February 2024 23:02:09 +0000 (0:00:00.017) 0:00:56.135 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml for sut TASK [linux-system-roles.podman : Ensure policy.json parent dir exists] ******** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Wednesday 07 February 2024 23:02:09 +0000 (0:00:00.037) 0:00:56.172 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stat the policy.json file] ******************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Wednesday 07 February 2024 23:02:09 +0000 (0:00:00.018) 0:00:56.191 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get the existing policy.json] **************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Wednesday 07 February 2024 23:02:09 +0000 (0:00:00.017) 0:00:56.208 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Write new policy.json file] ****************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Wednesday 07 February 2024 23:02:09 +0000 (0:00:00.017) 0:00:56.226 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:95 Wednesday 07 February 2024 23:02:09 +0000 (0:00:00.016) 0:00:56.243 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:102 Wednesday 07 February 2024 23:02:09 +0000 (0:00:00.017) 0:00:56.261 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Keep track of users that need to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:109 Wednesday 07 February 2024 23:02:09 +0000 (0:00:00.016) 0:00:56.277 **** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:113 Wednesday 07 February 2024 23:02:09 +0000 (0:00:00.018) 0:00:56.296 **** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Handle Kubernetes specifications] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:120 Wednesday 07 February 2024 23:02:10 +0000 (0:00:00.015) 0:00:56.311 **** TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:126 Wednesday 07 February 2024 23:02:10 +0000 (0:00:00.038) 0:00:56.350 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Set per-container variables part 0] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Wednesday 07 February 2024 23:02:10 +0000 (0:00:00.046) 0:00:56.396 **** 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 [linux-system-roles.podman : Set per-container variables part 1] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Wednesday 07 February 2024 23:02:10 +0000 (0:00:00.023) 0:00:56.420 **** 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 [linux-system-roles.podman : Fail if no quadlet spec is given] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Wednesday 07 February 2024 23:02:10 +0000 (0:00:00.023) 0:00:56.444 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 2] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Wednesday 07 February 2024 23:02:10 +0000 (0:00:00.018) 0:00:56.462 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "nopull", "__podman_quadlet_type": "container", "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Wednesday 07 February 2024 23:02:10 +0000 (0:00:00.027) 0:00:56.489 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml for sut TASK [linux-system-roles.podman : Get user information] ************************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Wednesday 07 February 2024 23:02:10 +0000 (0:00:00.031) 0:00:56.521 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Wednesday 07 February 2024 23:02:10 +0000 (0:00:00.021) 0:00:56.543 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Wednesday 07 February 2024 23:02:10 +0000 (0:00:00.021) 0:00:56.565 **** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Wednesday 07 February 2024 23:02:10 +0000 (0:00:00.024) 0:00:56.589 **** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Wednesday 07 February 2024 23:02:10 +0000 (0:00:00.211) 0:00:56.800 **** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Wednesday 07 February 2024 23:02:10 +0000 (0:00:00.022) 0:00:56.823 **** ok: [sut] => { "changed": false, "stat": { "atime": 1707346929.403915, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1707346897.3680875, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4380682, "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": "50604782", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Wednesday 07 February 2024 23:02:10 +0000 (0:00:00.205) 0:00:57.028 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Wednesday 07 February 2024 23:02:10 +0000 (0:00:00.018) 0:00:57.047 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Wednesday 07 February 2024 23:02:10 +0000 (0:00:00.018) 0:00:57.065 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Wednesday 07 February 2024 23:02:10 +0000 (0:00:00.017) 0:00:57.083 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Wednesday 07 February 2024 23:02:10 +0000 (0:00:00.017) 0:00:57.100 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Wednesday 07 February 2024 23:02:10 +0000 (0:00:00.041) 0:00:57.141 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 3] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Wednesday 07 February 2024 23:02:10 +0000 (0:00:00.018) 0:00:57.160 **** 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 [linux-system-roles.podman : Set per-container variables part 4] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Wednesday 07 February 2024 23:02:10 +0000 (0:00:00.032) 0:00:57.192 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/etc/containers/systemd" }, "changed": false } TASK [linux-system-roles.podman : Get kube yaml contents] ********************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Wednesday 07 February 2024 23:02:10 +0000 (0:00:00.018) 0:00:57.211 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 5] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Wednesday 07 February 2024 23:02:10 +0000 (0:00:00.018) 0:00:57.230 **** ok: [sut] => { "ansible_facts": { "__podman_images": [ "quay.io/libpod/testimage:20210610" ], "__podman_quadlet_file": "/etc/containers/systemd/nopull.container", "__podman_volumes": [] }, "changed": false } TASK [linux-system-roles.podman : Cleanup quadlets] **************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Wednesday 07 February 2024 23:02:10 +0000 (0:00:00.043) 0:00:57.274 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Wednesday 07 February 2024 23:02:10 +0000 (0:00:00.018) 0:00:57.292 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Wednesday 07 February 2024 23:02:11 +0000 (0:00:00.039) 0:00:57.331 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Wednesday 07 February 2024 23:02:11 +0000 (0:00:00.031) 0:00:57.363 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Wednesday 07 February 2024 23:02:11 +0000 (0:00:00.017) 0:00:57.380 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Wednesday 07 February 2024 23:02:11 +0000 (0:00:00.016) 0:00:57.397 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:7 Wednesday 07 February 2024 23:02:11 +0000 (0:00:00.017) 0:00:57.415 **** TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:25 Wednesday 07 February 2024 23:02:11 +0000 (0:00:00.017) 0:00:57.432 **** skipping: [sut] => (item=quay.io/libpod/testimage:20210610) => { "ansible_loop_var": "item", "changed": false, "item": "quay.io/libpod/testimage:20210610", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure the quadlet directory is present] ***** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:44 Wednesday 07 February 2024 23:02:11 +0000 (0:00:00.022) 0:00:57.454 **** 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 [linux-system-roles.podman : Ensure quadlet file is copied] *************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:53 Wednesday 07 February 2024 23:02:11 +0000 (0:00:00.287) 0:00:57.742 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure quadlet file content is present] ****** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:63 Wednesday 07 February 2024 23:02:11 +0000 (0:00:00.018) 0:00:57.761 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure quadlet file is present] ************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:75 Wednesday 07 February 2024 23:02:11 +0000 (0:00:00.018) 0:00:57.779 **** 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-1707346931.504041-8342-149934945402342/source", "state": "file", "uid": 0 } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:87 Wednesday 07 February 2024 23:02:12 +0000 (0:00:00.624) 0:00:58.403 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:116 Wednesday 07 February 2024 23:02:12 +0000 (0:00:00.022) 0:00:58.426 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:132 Wednesday 07 February 2024 23:02:12 +0000 (0:00:00.027) 0:00:58.454 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Wednesday 07 February 2024 23:02:12 +0000 (0:00:00.035) 0:00:58.490 **** TASK [Verify image not pulled] ************************************************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/tests_quadlet_basic.yml:73 Wednesday 07 February 2024 23:02:12 +0000 (0:00:00.018) 0:00:58.508 **** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Run role - try to pull bogus image] ************************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/tests_quadlet_basic.yml:77 Wednesday 07 February 2024 23:02:12 +0000 (0:00:00.022) 0:00:58.531 **** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Wednesday 07 February 2024 23:02:12 +0000 (0:00:00.038) 0:00:58.570 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/set_vars.yml for sut TASK [linux-system-roles.podman : Ensure ansible_facts used by role] *********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Wednesday 07 February 2024 23:02:12 +0000 (0:00:00.031) 0:00:58.601 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if system is ostree] ******************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Wednesday 07 February 2024 23:02:12 +0000 (0:00:00.022) 0:00:58.623 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set flag to indicate system is ostree] ******* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Wednesday 07 February 2024 23:02:12 +0000 (0:00:00.016) 0:00:58.640 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Wednesday 07 February 2024 23:02:12 +0000 (0:00:00.017) 0:00:58.658 **** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-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, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Wednesday 07 February 2024 23:02:12 +0000 (0:00:00.043) 0:00:58.701 **** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Enable copr if requested] ******************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Wednesday 07 February 2024 23:02:13 +0000 (0:00:01.001) 0:00:59.703 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure required packages are installed] ****** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Wednesday 07 February 2024 23:02:13 +0000 (0:00:00.019) 0:00:59.723 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Wednesday 07 February 2024 23:02:13 +0000 (0:00:00.024) 0:00:59.747 **** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.034231", "end": "2024-02-07 23:02:13.643045", "rc": 0, "start": "2024-02-07 23:02:13.608814" } STDOUT: podman version 4.8.1 TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:28 Wednesday 07 February 2024 23:02:13 +0000 (0:00:00.234) 0:00:59.982 **** ok: [sut] => { "ansible_facts": { "podman_version": "4.8.1" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:32 Wednesday 07 February 2024 23:02:13 +0000 (0:00:00.023) 0:01:00.005 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:39 Wednesday 07 February 2024 23:02:13 +0000 (0:00:00.019) 0:01:00.025 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: end_host conditional evaluated to false, continuing execution for sut TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:56 Wednesday 07 February 2024 23:02:13 +0000 (0:00:00.034) 0:01:00.059 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml for sut TASK [linux-system-roles.podman : Get user information] ************************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Wednesday 07 February 2024 23:02:13 +0000 (0:00:00.042) 0:01:00.102 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Wednesday 07 February 2024 23:02:13 +0000 (0:00:00.025) 0:01:00.127 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Wednesday 07 February 2024 23:02:13 +0000 (0:00:00.023) 0:01:00.151 **** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Wednesday 07 February 2024 23:02:13 +0000 (0:00:00.026) 0:01:00.177 **** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Wednesday 07 February 2024 23:02:14 +0000 (0:00:00.210) 0:01:00.387 **** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Wednesday 07 February 2024 23:02:14 +0000 (0:00:00.052) 0:01:00.439 **** ok: [sut] => { "changed": false, "stat": { "atime": 1707346929.403915, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1707346897.3680875, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4380682, "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": "50604782", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Wednesday 07 February 2024 23:02:14 +0000 (0:00:00.206) 0:01:00.646 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Wednesday 07 February 2024 23:02:14 +0000 (0:00:00.018) 0:01:00.665 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Wednesday 07 February 2024 23:02:14 +0000 (0:00:00.019) 0:01:00.685 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Wednesday 07 February 2024 23:02:14 +0000 (0:00:00.018) 0:01:00.703 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Wednesday 07 February 2024 23:02:14 +0000 (0:00:00.022) 0:01:00.726 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Wednesday 07 February 2024 23:02:14 +0000 (0:00:00.019) 0:01:00.745 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:62 Wednesday 07 February 2024 23:02:14 +0000 (0:00:00.030) 0:01:00.776 **** 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 [linux-system-roles.podman : Handle container.conf.d] ********************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:80 Wednesday 07 February 2024 23:02:14 +0000 (0:00:00.025) 0:01:00.801 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml for sut TASK [linux-system-roles.podman : Ensure containers.d exists] ****************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Wednesday 07 February 2024 23:02:14 +0000 (0:00:00.038) 0:01:00.839 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Wednesday 07 February 2024 23:02:14 +0000 (0:00:00.022) 0:01:00.861 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:83 Wednesday 07 February 2024 23:02:14 +0000 (0:00:00.018) 0:01:00.880 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml for sut TASK [linux-system-roles.podman : Ensure registries.d exists] ****************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Wednesday 07 February 2024 23:02:14 +0000 (0:00:00.037) 0:01:00.918 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Wednesday 07 February 2024 23:02:14 +0000 (0:00:00.019) 0:01:00.938 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:86 Wednesday 07 February 2024 23:02:14 +0000 (0:00:00.023) 0:01:00.961 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml for sut TASK [linux-system-roles.podman : Ensure storage.conf parent dir exists] ******* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Wednesday 07 February 2024 23:02:14 +0000 (0:00:00.036) 0:01:00.997 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Wednesday 07 February 2024 23:02:14 +0000 (0:00:00.021) 0:01:01.018 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:89 Wednesday 07 February 2024 23:02:14 +0000 (0:00:00.041) 0:01:01.060 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml for sut TASK [linux-system-roles.podman : Ensure policy.json parent dir exists] ******** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Wednesday 07 February 2024 23:02:14 +0000 (0:00:00.038) 0:01:01.099 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stat the policy.json file] ******************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Wednesday 07 February 2024 23:02:14 +0000 (0:00:00.018) 0:01:01.118 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get the existing policy.json] **************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Wednesday 07 February 2024 23:02:14 +0000 (0:00:00.017) 0:01:01.135 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Write new policy.json file] ****************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Wednesday 07 February 2024 23:02:14 +0000 (0:00:00.020) 0:01:01.156 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:95 Wednesday 07 February 2024 23:02:14 +0000 (0:00:00.020) 0:01:01.176 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:102 Wednesday 07 February 2024 23:02:14 +0000 (0:00:00.021) 0:01:01.198 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Keep track of users that need to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:109 Wednesday 07 February 2024 23:02:14 +0000 (0:00:00.019) 0:01:01.217 **** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:113 Wednesday 07 February 2024 23:02:14 +0000 (0:00:00.018) 0:01:01.236 **** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Handle Kubernetes specifications] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:120 Wednesday 07 February 2024 23:02:14 +0000 (0:00:00.017) 0:01:01.253 **** TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:126 Wednesday 07 February 2024 23:02:14 +0000 (0:00:00.017) 0:01:01.271 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Set per-container variables part 0] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Wednesday 07 February 2024 23:02:15 +0000 (0:00:00.043) 0:01:01.314 **** 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 [linux-system-roles.podman : Set per-container variables part 1] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Wednesday 07 February 2024 23:02:15 +0000 (0:00:00.023) 0:01:01.338 **** 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 [linux-system-roles.podman : Fail if no quadlet spec is given] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Wednesday 07 February 2024 23:02:15 +0000 (0:00:00.023) 0:01:01.361 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 2] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Wednesday 07 February 2024 23:02:15 +0000 (0:00:00.017) 0:01:01.379 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "bogus", "__podman_quadlet_type": "container", "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Wednesday 07 February 2024 23:02:15 +0000 (0:00:00.026) 0:01:01.406 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml for sut TASK [linux-system-roles.podman : Get user information] ************************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Wednesday 07 February 2024 23:02:15 +0000 (0:00:00.033) 0:01:01.439 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Wednesday 07 February 2024 23:02:15 +0000 (0:00:00.057) 0:01:01.496 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Wednesday 07 February 2024 23:02:15 +0000 (0:00:00.031) 0:01:01.527 **** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Wednesday 07 February 2024 23:02:15 +0000 (0:00:00.025) 0:01:01.553 **** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Wednesday 07 February 2024 23:02:15 +0000 (0:00:00.214) 0:01:01.767 **** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Wednesday 07 February 2024 23:02:15 +0000 (0:00:00.025) 0:01:01.793 **** ok: [sut] => { "changed": false, "stat": { "atime": 1707346929.403915, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1707346897.3680875, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4380682, "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": "50604782", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Wednesday 07 February 2024 23:02:15 +0000 (0:00:00.208) 0:01:02.001 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Wednesday 07 February 2024 23:02:15 +0000 (0:00:00.020) 0:01:02.021 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Wednesday 07 February 2024 23:02:15 +0000 (0:00:00.020) 0:01:02.042 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Wednesday 07 February 2024 23:02:15 +0000 (0:00:00.018) 0:01:02.061 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Wednesday 07 February 2024 23:02:15 +0000 (0:00:00.028) 0:01:02.089 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Wednesday 07 February 2024 23:02:15 +0000 (0:00:00.020) 0:01:02.110 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 3] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Wednesday 07 February 2024 23:02:15 +0000 (0:00:00.021) 0:01:02.131 **** 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 [linux-system-roles.podman : Set per-container variables part 4] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Wednesday 07 February 2024 23:02:15 +0000 (0:00:00.034) 0:01:02.166 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/etc/containers/systemd" }, "changed": false } TASK [linux-system-roles.podman : Get kube yaml contents] ********************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Wednesday 07 February 2024 23:02:15 +0000 (0:00:00.020) 0:01:02.187 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 5] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Wednesday 07 February 2024 23:02:15 +0000 (0:00:00.019) 0:01:02.207 **** ok: [sut] => { "ansible_facts": { "__podman_images": [ "this_is_a_bogus_image" ], "__podman_quadlet_file": "/etc/containers/systemd/bogus.container", "__podman_volumes": [] }, "changed": false } TASK [linux-system-roles.podman : Cleanup quadlets] **************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Wednesday 07 February 2024 23:02:15 +0000 (0:00:00.048) 0:01:02.255 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Wednesday 07 February 2024 23:02:15 +0000 (0:00:00.019) 0:01:02.275 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Wednesday 07 February 2024 23:02:16 +0000 (0:00:00.041) 0:01:02.317 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Wednesday 07 February 2024 23:02:16 +0000 (0:00:00.063) 0:01:02.380 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Wednesday 07 February 2024 23:02:16 +0000 (0:00:00.019) 0:01:02.400 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Wednesday 07 February 2024 23:02:16 +0000 (0:00:00.020) 0:01:02.420 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:7 Wednesday 07 February 2024 23:02:16 +0000 (0:00:00.019) 0:01:02.439 **** TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:25 Wednesday 07 February 2024 23:02:16 +0000 (0:00:00.020) 0:01:02.459 **** ok: [sut] => (item=this_is_a_bogus_image) => { "ansible_loop_var": "item", "attempts": 1, "changed": false, "failed_when_result": false, "item": "this_is_a_bogus_image" } MSG: Failed to pull image this_is_a_bogus_image:latest TASK [linux-system-roles.podman : Ensure the quadlet directory is present] ***** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:44 Wednesday 07 February 2024 23:02:16 +0000 (0:00:00.689) 0:01:03.149 **** 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 [linux-system-roles.podman : Ensure quadlet file is copied] *************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:53 Wednesday 07 February 2024 23:02:17 +0000 (0:00:00.218) 0:01:03.367 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure quadlet file content is present] ****** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:63 Wednesday 07 February 2024 23:02:17 +0000 (0:00:00.020) 0:01:03.387 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure quadlet file is present] ************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:75 Wednesday 07 February 2024 23:02:17 +0000 (0:00:00.019) 0:01:03.406 **** 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-1707346937.1339045-8528-205043590631651/source", "state": "file", "uid": 0 } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:87 Wednesday 07 February 2024 23:02:17 +0000 (0:00:00.541) 0:01:03.948 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:116 Wednesday 07 February 2024 23:02:17 +0000 (0:00:00.022) 0:01:03.970 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:132 Wednesday 07 February 2024 23:02:17 +0000 (0:00:00.021) 0:01:03.991 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Wednesday 07 February 2024 23:02:17 +0000 (0:00:00.046) 0:01:04.037 **** TASK [Verify image not pulled and no error] ************************************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/tests_quadlet_basic.yml:93 Wednesday 07 February 2024 23:02:17 +0000 (0:00:00.018) 0:01:04.055 **** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/tests_quadlet_basic.yml:100 Wednesday 07 February 2024 23:02:17 +0000 (0:00:00.021) 0:01:04.077 **** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Wednesday 07 February 2024 23:02:17 +0000 (0:00:00.055) 0:01:04.133 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/set_vars.yml for sut TASK [linux-system-roles.podman : Ensure ansible_facts used by role] *********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Wednesday 07 February 2024 23:02:17 +0000 (0:00:00.034) 0:01:04.167 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if system is ostree] ******************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Wednesday 07 February 2024 23:02:17 +0000 (0:00:00.023) 0:01:04.190 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set flag to indicate system is ostree] ******* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Wednesday 07 February 2024 23:02:17 +0000 (0:00:00.019) 0:01:04.210 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Wednesday 07 February 2024 23:02:17 +0000 (0:00:00.017) 0:01:04.228 **** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-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, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Wednesday 07 February 2024 23:02:17 +0000 (0:00:00.045) 0:01:04.273 **** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Enable copr if requested] ******************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Wednesday 07 February 2024 23:02:18 +0000 (0:00:00.974) 0:01:05.248 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure required packages are installed] ****** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Wednesday 07 February 2024 23:02:19 +0000 (0:00:00.067) 0:01:05.316 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Wednesday 07 February 2024 23:02:19 +0000 (0:00:00.024) 0:01:05.340 **** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.034456", "end": "2024-02-07 23:02:19.235238", "rc": 0, "start": "2024-02-07 23:02:19.200782" } STDOUT: podman version 4.8.1 TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:28 Wednesday 07 February 2024 23:02:19 +0000 (0:00:00.233) 0:01:05.574 **** ok: [sut] => { "ansible_facts": { "podman_version": "4.8.1" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:32 Wednesday 07 February 2024 23:02:19 +0000 (0:00:00.019) 0:01:05.594 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:39 Wednesday 07 February 2024 23:02:19 +0000 (0:00:00.020) 0:01:05.615 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: end_host conditional evaluated to false, continuing execution for sut TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:56 Wednesday 07 February 2024 23:02:19 +0000 (0:00:00.038) 0:01:05.653 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml for sut TASK [linux-system-roles.podman : Get user information] ************************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Wednesday 07 February 2024 23:02:19 +0000 (0:00:00.044) 0:01:05.697 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Wednesday 07 February 2024 23:02:19 +0000 (0:00:00.027) 0:01:05.725 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Wednesday 07 February 2024 23:02:19 +0000 (0:00:00.022) 0:01:05.747 **** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Wednesday 07 February 2024 23:02:19 +0000 (0:00:00.024) 0:01:05.772 **** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Wednesday 07 February 2024 23:02:19 +0000 (0:00:00.238) 0:01:06.010 **** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Wednesday 07 February 2024 23:02:19 +0000 (0:00:00.034) 0:01:06.045 **** ok: [sut] => { "changed": false, "stat": { "atime": 1707346929.403915, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1707346897.3680875, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4380682, "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": "50604782", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Wednesday 07 February 2024 23:02:19 +0000 (0:00:00.213) 0:01:06.258 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Wednesday 07 February 2024 23:02:19 +0000 (0:00:00.023) 0:01:06.282 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Wednesday 07 February 2024 23:02:19 +0000 (0:00:00.019) 0:01:06.302 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Wednesday 07 February 2024 23:02:20 +0000 (0:00:00.019) 0:01:06.321 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Wednesday 07 February 2024 23:02:20 +0000 (0:00:00.044) 0:01:06.366 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Wednesday 07 February 2024 23:02:20 +0000 (0:00:00.021) 0:01:06.387 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:62 Wednesday 07 February 2024 23:02:20 +0000 (0:00:00.027) 0:01:06.414 **** 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 [linux-system-roles.podman : Handle container.conf.d] ********************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:80 Wednesday 07 February 2024 23:02:20 +0000 (0:00:00.030) 0:01:06.444 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml for sut TASK [linux-system-roles.podman : Ensure containers.d exists] ****************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Wednesday 07 February 2024 23:02:20 +0000 (0:00:00.059) 0:01:06.504 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Wednesday 07 February 2024 23:02:20 +0000 (0:00:00.032) 0:01:06.536 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:83 Wednesday 07 February 2024 23:02:20 +0000 (0:00:00.018) 0:01:06.555 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml for sut TASK [linux-system-roles.podman : Ensure registries.d exists] ****************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Wednesday 07 February 2024 23:02:20 +0000 (0:00:00.037) 0:01:06.593 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Wednesday 07 February 2024 23:02:20 +0000 (0:00:00.024) 0:01:06.618 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:86 Wednesday 07 February 2024 23:02:20 +0000 (0:00:00.018) 0:01:06.636 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml for sut TASK [linux-system-roles.podman : Ensure storage.conf parent dir exists] ******* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Wednesday 07 February 2024 23:02:20 +0000 (0:00:00.038) 0:01:06.675 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Wednesday 07 February 2024 23:02:20 +0000 (0:00:00.019) 0:01:06.694 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:89 Wednesday 07 February 2024 23:02:20 +0000 (0:00:00.017) 0:01:06.712 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml for sut TASK [linux-system-roles.podman : Ensure policy.json parent dir exists] ******** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Wednesday 07 February 2024 23:02:20 +0000 (0:00:00.040) 0:01:06.752 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stat the policy.json file] ******************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Wednesday 07 February 2024 23:02:20 +0000 (0:00:00.021) 0:01:06.774 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get the existing policy.json] **************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Wednesday 07 February 2024 23:02:20 +0000 (0:00:00.050) 0:01:06.825 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Write new policy.json file] ****************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Wednesday 07 February 2024 23:02:20 +0000 (0:00:00.021) 0:01:06.847 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:95 Wednesday 07 February 2024 23:02:20 +0000 (0:00:00.024) 0:01:06.871 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:102 Wednesday 07 February 2024 23:02:20 +0000 (0:00:00.021) 0:01:06.892 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Keep track of users that need to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:109 Wednesday 07 February 2024 23:02:20 +0000 (0:00:00.019) 0:01:06.912 **** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:113 Wednesday 07 February 2024 23:02:20 +0000 (0:00:00.018) 0:01:06.931 **** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Handle Kubernetes specifications] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:120 Wednesday 07 February 2024 23:02:20 +0000 (0:00:00.020) 0:01:06.951 **** TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:126 Wednesday 07 February 2024 23:02:20 +0000 (0:00:00.017) 0:01:06.969 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Set per-container variables part 0] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Wednesday 07 February 2024 23:02:20 +0000 (0:00:00.059) 0:01:07.029 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": {}, "__podman_quadlet_str": "", "__podman_quadlet_template_src": "" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 1] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Wednesday 07 February 2024 23:02:20 +0000 (0:00:00.046) 0:01:07.075 **** 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 [linux-system-roles.podman : Fail if no quadlet spec is given] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Wednesday 07 February 2024 23:02:20 +0000 (0:00:00.025) 0:01:07.101 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 2] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Wednesday 07 February 2024 23:02:20 +0000 (0:00:00.022) 0:01:07.124 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "nopull", "__podman_quadlet_type": "container", "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Wednesday 07 February 2024 23:02:20 +0000 (0:00:00.028) 0:01:07.152 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml for sut TASK [linux-system-roles.podman : Get user information] ************************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Wednesday 07 February 2024 23:02:20 +0000 (0:00:00.034) 0:01:07.187 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Wednesday 07 February 2024 23:02:20 +0000 (0:00:00.024) 0:01:07.211 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Wednesday 07 February 2024 23:02:20 +0000 (0:00:00.023) 0:01:07.235 **** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Wednesday 07 February 2024 23:02:20 +0000 (0:00:00.038) 0:01:07.274 **** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Wednesday 07 February 2024 23:02:21 +0000 (0:00:00.240) 0:01:07.515 **** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Wednesday 07 February 2024 23:02:21 +0000 (0:00:00.024) 0:01:07.539 **** ok: [sut] => { "changed": false, "stat": { "atime": 1707346929.403915, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1707346897.3680875, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4380682, "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": "50604782", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Wednesday 07 February 2024 23:02:21 +0000 (0:00:00.213) 0:01:07.753 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Wednesday 07 February 2024 23:02:21 +0000 (0:00:00.020) 0:01:07.773 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Wednesday 07 February 2024 23:02:21 +0000 (0:00:00.021) 0:01:07.795 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Wednesday 07 February 2024 23:02:21 +0000 (0:00:00.019) 0:01:07.814 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Wednesday 07 February 2024 23:02:21 +0000 (0:00:00.019) 0:01:07.833 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Wednesday 07 February 2024 23:02:21 +0000 (0:00:00.019) 0:01:07.853 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 3] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Wednesday 07 February 2024 23:02:21 +0000 (0:00:00.019) 0:01:07.873 **** 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 [linux-system-roles.podman : Set per-container variables part 4] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Wednesday 07 February 2024 23:02:21 +0000 (0:00:00.035) 0:01:07.908 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/etc/containers/systemd" }, "changed": false } TASK [linux-system-roles.podman : Get kube yaml contents] ********************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Wednesday 07 February 2024 23:02:21 +0000 (0:00:00.020) 0:01:07.928 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 5] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Wednesday 07 February 2024 23:02:21 +0000 (0:00:00.018) 0:01:07.947 **** ok: [sut] => { "ansible_facts": { "__podman_images": [], "__podman_quadlet_file": "/etc/containers/systemd/nopull.container", "__podman_volumes": [] }, "changed": false } TASK [linux-system-roles.podman : Cleanup quadlets] **************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Wednesday 07 February 2024 23:02:21 +0000 (0:00:00.045) 0:01:07.992 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Stat XDG_RUNTIME_DIR] ************************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Wednesday 07 February 2024 23:02:21 +0000 (0:00:00.039) 0:01:08.032 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 Wednesday 07 February 2024 23:02:21 +0000 (0:00:00.017) 0:01:08.050 **** ok: [sut] => { "changed": false, "failed_when_result": false } MSG: Could not find the requested service nopull.service: host TASK [linux-system-roles.podman : Remove quadlet file] ************************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:33 Wednesday 07 February 2024 23:02:22 +0000 (0:00:00.471) 0:01:08.521 **** changed: [sut] => { "changed": true, "path": "/etc/containers/systemd/nopull.container", "state": "absent" } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:39 Wednesday 07 February 2024 23:02:22 +0000 (0:00:00.248) 0:01:08.769 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Wednesday 07 February 2024 23:02:22 +0000 (0:00:00.032) 0:01:08.801 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Wednesday 07 February 2024 23:02:22 +0000 (0:00:00.019) 0:01:08.820 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Wednesday 07 February 2024 23:02:22 +0000 (0:00:00.018) 0:01:08.839 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:47 Wednesday 07 February 2024 23:02:22 +0000 (0:00:00.017) 0:01:08.857 **** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:56 Wednesday 07 February 2024 23:02:23 +0000 (0:00:00.542) 0:01:09.400 **** changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.040688", "end": "2024-02-07 23:02:23.306661", "rc": 0, "start": "2024-02-07 23:02:23.265973" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:64 Wednesday 07 February 2024 23:02:23 +0000 (0:00:00.246) 0:01:09.646 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Wednesday 07 February 2024 23:02:23 +0000 (0:00:00.021) 0:01:09.668 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Wednesday 07 February 2024 23:02:23 +0000 (0:00:00.019) 0:01:09.688 **** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Wednesday 07 February 2024 23:02:23 +0000 (0:00:00.018) 0:01:09.706 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/set_vars.yml for sut TASK [linux-system-roles.podman : Ensure ansible_facts used by role] *********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Wednesday 07 February 2024 23:02:23 +0000 (0:00:00.034) 0:01:09.741 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if system is ostree] ******************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Wednesday 07 February 2024 23:02:23 +0000 (0:00:00.026) 0:01:09.767 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set flag to indicate system is ostree] ******* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Wednesday 07 February 2024 23:02:23 +0000 (0:00:00.020) 0:01:09.787 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Wednesday 07 February 2024 23:02:23 +0000 (0:00:00.021) 0:01:09.809 **** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-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, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Wednesday 07 February 2024 23:02:23 +0000 (0:00:00.046) 0:01:09.855 **** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Enable copr if requested] ******************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Wednesday 07 February 2024 23:02:24 +0000 (0:00:01.007) 0:01:10.863 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure required packages are installed] ****** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Wednesday 07 February 2024 23:02:24 +0000 (0:00:00.019) 0:01:10.882 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Wednesday 07 February 2024 23:02:24 +0000 (0:00:00.024) 0:01:10.907 **** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.034467", "end": "2024-02-07 23:02:24.800101", "rc": 0, "start": "2024-02-07 23:02:24.765634" } STDOUT: podman version 4.8.1 TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:28 Wednesday 07 February 2024 23:02:24 +0000 (0:00:00.232) 0:01:11.139 **** ok: [sut] => { "ansible_facts": { "podman_version": "4.8.1" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:32 Wednesday 07 February 2024 23:02:24 +0000 (0:00:00.021) 0:01:11.160 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:39 Wednesday 07 February 2024 23:02:24 +0000 (0:00:00.019) 0:01:11.180 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: end_host conditional evaluated to false, continuing execution for sut TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:56 Wednesday 07 February 2024 23:02:24 +0000 (0:00:00.039) 0:01:11.220 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml for sut TASK [linux-system-roles.podman : Get user information] ************************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Wednesday 07 February 2024 23:02:24 +0000 (0:00:00.036) 0:01:11.257 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Wednesday 07 February 2024 23:02:24 +0000 (0:00:00.026) 0:01:11.283 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Wednesday 07 February 2024 23:02:24 +0000 (0:00:00.024) 0:01:11.308 **** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Wednesday 07 February 2024 23:02:25 +0000 (0:00:00.066) 0:01:11.374 **** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Wednesday 07 February 2024 23:02:25 +0000 (0:00:00.211) 0:01:11.586 **** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Wednesday 07 February 2024 23:02:25 +0000 (0:00:00.026) 0:01:11.612 **** ok: [sut] => { "changed": false, "stat": { "atime": 1707346929.403915, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1707346897.3680875, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4380682, "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": "50604782", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Wednesday 07 February 2024 23:02:25 +0000 (0:00:00.227) 0:01:11.839 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Wednesday 07 February 2024 23:02:25 +0000 (0:00:00.067) 0:01:11.907 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Wednesday 07 February 2024 23:02:25 +0000 (0:00:00.021) 0:01:11.928 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Wednesday 07 February 2024 23:02:25 +0000 (0:00:00.048) 0:01:11.976 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Wednesday 07 February 2024 23:02:25 +0000 (0:00:00.020) 0:01:11.997 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Wednesday 07 February 2024 23:02:25 +0000 (0:00:00.025) 0:01:12.023 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:62 Wednesday 07 February 2024 23:02:25 +0000 (0:00:00.019) 0:01:12.043 **** 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 [linux-system-roles.podman : Handle container.conf.d] ********************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:80 Wednesday 07 February 2024 23:02:25 +0000 (0:00:00.025) 0:01:12.068 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml for sut TASK [linux-system-roles.podman : Ensure containers.d exists] ****************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Wednesday 07 February 2024 23:02:25 +0000 (0:00:00.037) 0:01:12.106 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Wednesday 07 February 2024 23:02:25 +0000 (0:00:00.021) 0:01:12.127 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:83 Wednesday 07 February 2024 23:02:25 +0000 (0:00:00.022) 0:01:12.149 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml for sut TASK [linux-system-roles.podman : Ensure registries.d exists] ****************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Wednesday 07 February 2024 23:02:25 +0000 (0:00:00.039) 0:01:12.188 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Wednesday 07 February 2024 23:02:25 +0000 (0:00:00.035) 0:01:12.223 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:86 Wednesday 07 February 2024 23:02:25 +0000 (0:00:00.027) 0:01:12.251 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml for sut TASK [linux-system-roles.podman : Ensure storage.conf parent dir exists] ******* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Wednesday 07 February 2024 23:02:26 +0000 (0:00:00.075) 0:01:12.326 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Wednesday 07 February 2024 23:02:26 +0000 (0:00:00.019) 0:01:12.346 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:89 Wednesday 07 February 2024 23:02:26 +0000 (0:00:00.018) 0:01:12.364 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml for sut TASK [linux-system-roles.podman : Ensure policy.json parent dir exists] ******** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Wednesday 07 February 2024 23:02:26 +0000 (0:00:00.037) 0:01:12.401 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stat the policy.json file] ******************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Wednesday 07 February 2024 23:02:26 +0000 (0:00:00.020) 0:01:12.422 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get the existing policy.json] **************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Wednesday 07 February 2024 23:02:26 +0000 (0:00:00.019) 0:01:12.442 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Write new policy.json file] ****************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Wednesday 07 February 2024 23:02:26 +0000 (0:00:00.021) 0:01:12.463 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:95 Wednesday 07 February 2024 23:02:26 +0000 (0:00:00.019) 0:01:12.482 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:102 Wednesday 07 February 2024 23:02:26 +0000 (0:00:00.019) 0:01:12.501 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Keep track of users that need to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:109 Wednesday 07 February 2024 23:02:26 +0000 (0:00:00.018) 0:01:12.520 **** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:113 Wednesday 07 February 2024 23:02:26 +0000 (0:00:00.018) 0:01:12.539 **** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Handle Kubernetes specifications] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:120 Wednesday 07 February 2024 23:02:26 +0000 (0:00:00.018) 0:01:12.557 **** TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:126 Wednesday 07 February 2024 23:02:26 +0000 (0:00:00.018) 0:01:12.575 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Set per-container variables part 0] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Wednesday 07 February 2024 23:02:26 +0000 (0:00:00.046) 0:01:12.622 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": {}, "__podman_quadlet_str": "", "__podman_quadlet_template_src": "" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 1] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Wednesday 07 February 2024 23:02:26 +0000 (0:00:00.023) 0:01:12.645 **** 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 [linux-system-roles.podman : Fail if no quadlet spec is given] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Wednesday 07 February 2024 23:02:26 +0000 (0:00:00.024) 0:01:12.670 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 2] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Wednesday 07 February 2024 23:02:26 +0000 (0:00:00.024) 0:01:12.695 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "bogus", "__podman_quadlet_type": "container", "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Wednesday 07 February 2024 23:02:26 +0000 (0:00:00.083) 0:01:12.778 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml for sut TASK [linux-system-roles.podman : Get user information] ************************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Wednesday 07 February 2024 23:02:26 +0000 (0:00:00.035) 0:01:12.814 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Wednesday 07 February 2024 23:02:26 +0000 (0:00:00.034) 0:01:12.848 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Wednesday 07 February 2024 23:02:26 +0000 (0:00:00.024) 0:01:12.873 **** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Wednesday 07 February 2024 23:02:26 +0000 (0:00:00.045) 0:01:12.919 **** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Wednesday 07 February 2024 23:02:26 +0000 (0:00:00.210) 0:01:13.129 **** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Wednesday 07 February 2024 23:02:26 +0000 (0:00:00.028) 0:01:13.157 **** ok: [sut] => { "changed": false, "stat": { "atime": 1707346929.403915, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1707346897.3680875, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4380682, "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": "50604782", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Wednesday 07 February 2024 23:02:27 +0000 (0:00:00.206) 0:01:13.364 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Wednesday 07 February 2024 23:02:27 +0000 (0:00:00.025) 0:01:13.389 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Wednesday 07 February 2024 23:02:27 +0000 (0:00:00.037) 0:01:13.427 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Wednesday 07 February 2024 23:02:27 +0000 (0:00:00.021) 0:01:13.448 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Wednesday 07 February 2024 23:02:27 +0000 (0:00:00.045) 0:01:13.494 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Wednesday 07 February 2024 23:02:27 +0000 (0:00:00.019) 0:01:13.514 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 3] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Wednesday 07 February 2024 23:02:27 +0000 (0:00:00.019) 0:01:13.534 **** 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 [linux-system-roles.podman : Set per-container variables part 4] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Wednesday 07 February 2024 23:02:27 +0000 (0:00:00.033) 0:01:13.568 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/etc/containers/systemd" }, "changed": false } TASK [linux-system-roles.podman : Get kube yaml contents] ********************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Wednesday 07 February 2024 23:02:27 +0000 (0:00:00.021) 0:01:13.589 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 5] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Wednesday 07 February 2024 23:02:27 +0000 (0:00:00.019) 0:01:13.608 **** ok: [sut] => { "ansible_facts": { "__podman_images": [], "__podman_quadlet_file": "/etc/containers/systemd/bogus.container", "__podman_volumes": [] }, "changed": false } TASK [linux-system-roles.podman : Cleanup quadlets] **************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Wednesday 07 February 2024 23:02:27 +0000 (0:00:00.080) 0:01:13.688 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Stat XDG_RUNTIME_DIR] ************************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Wednesday 07 February 2024 23:02:27 +0000 (0:00:00.041) 0:01:13.729 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 Wednesday 07 February 2024 23:02:27 +0000 (0:00:00.031) 0:01:13.761 **** 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": "basic.target system.slice systemd-journald.socket -.mount sysinit.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target multi-user.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": "-.mount system.slice sysinit.target", "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 [linux-system-roles.podman : Remove quadlet file] ************************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:33 Wednesday 07 February 2024 23:02:28 +0000 (0:00:00.564) 0:01:14.325 **** changed: [sut] => { "changed": true, "path": "/etc/containers/systemd/bogus.container", "state": "absent" } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:39 Wednesday 07 February 2024 23:02:28 +0000 (0:00:00.207) 0:01:14.533 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Wednesday 07 February 2024 23:02:28 +0000 (0:00:00.031) 0:01:14.564 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Wednesday 07 February 2024 23:02:28 +0000 (0:00:00.019) 0:01:14.583 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Wednesday 07 February 2024 23:02:28 +0000 (0:00:00.018) 0:01:14.602 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:47 Wednesday 07 February 2024 23:02:28 +0000 (0:00:00.017) 0:01:14.620 **** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:56 Wednesday 07 February 2024 23:02:28 +0000 (0:00:00.596) 0:01:15.216 **** changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.040725", "end": "2024-02-07 23:02:29.123357", "rc": 0, "start": "2024-02-07 23:02:29.082632" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:64 Wednesday 07 February 2024 23:02:29 +0000 (0:00:00.245) 0:01:15.462 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Wednesday 07 February 2024 23:02:29 +0000 (0:00:00.047) 0:01:15.509 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Wednesday 07 February 2024 23:02:29 +0000 (0:00:00.019) 0:01:15.529 **** TASK [Create user for testing] ************************************************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/tests_quadlet_basic.yml:112 Wednesday 07 February 2024 23:02:29 +0000 (0:00:00.018) 0:01:15.547 **** 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 [Get local machine ID] **************************************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/tests_quadlet_basic.yml:125 Wednesday 07 February 2024 23:02:29 +0000 (0:00:00.451) 0:01:15.999 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: end_host conditional evaluated to false, continuing execution for sut TASK [Enable cgroup controllers] *********************************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/tests_quadlet_basic.yml:138 Wednesday 07 February 2024 23:02:29 +0000 (0:00:00.046) 0:01:16.046 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Configure cgroups in kernel] ********************************************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/tests_quadlet_basic.yml:170 Wednesday 07 February 2024 23:02:29 +0000 (0:00:00.026) 0:01:16.072 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reboot] ****************************************************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/tests_quadlet_basic.yml:176 Wednesday 07 February 2024 23:02:29 +0000 (0:00:00.029) 0:01:16.101 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Run the role - user] ***************************************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/tests_quadlet_basic.yml:179 Wednesday 07 February 2024 23:02:29 +0000 (0:00:00.026) 0:01:16.128 **** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Wednesday 07 February 2024 23:02:29 +0000 (0:00:00.039) 0:01:16.167 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/set_vars.yml for sut TASK [linux-system-roles.podman : Ensure ansible_facts used by role] *********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Wednesday 07 February 2024 23:02:29 +0000 (0:00:00.033) 0:01:16.200 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if system is ostree] ******************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Wednesday 07 February 2024 23:02:29 +0000 (0:00:00.023) 0:01:16.224 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set flag to indicate system is ostree] ******* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Wednesday 07 February 2024 23:02:29 +0000 (0:00:00.017) 0:01:16.242 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Wednesday 07 February 2024 23:02:29 +0000 (0:00:00.018) 0:01:16.260 **** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-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, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Wednesday 07 February 2024 23:02:29 +0000 (0:00:00.044) 0:01:16.304 **** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Enable copr if requested] ******************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Wednesday 07 February 2024 23:02:30 +0000 (0:00:01.003) 0:01:17.307 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure required packages are installed] ****** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Wednesday 07 February 2024 23:02:31 +0000 (0:00:00.019) 0:01:17.326 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Wednesday 07 February 2024 23:02:31 +0000 (0:00:00.023) 0:01:17.350 **** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.034487", "end": "2024-02-07 23:02:31.247905", "rc": 0, "start": "2024-02-07 23:02:31.213418" } STDOUT: podman version 4.8.1 TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:28 Wednesday 07 February 2024 23:02:31 +0000 (0:00:00.235) 0:01:17.586 **** ok: [sut] => { "ansible_facts": { "podman_version": "4.8.1" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:32 Wednesday 07 February 2024 23:02:31 +0000 (0:00:00.020) 0:01:17.607 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:39 Wednesday 07 February 2024 23:02:31 +0000 (0:00:00.018) 0:01:17.626 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: end_host conditional evaluated to false, continuing execution for sut TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:56 Wednesday 07 February 2024 23:02:31 +0000 (0:00:00.063) 0:01:17.689 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml for sut TASK [linux-system-roles.podman : Get user information] ************************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Wednesday 07 February 2024 23:02:31 +0000 (0:00:00.038) 0:01:17.728 **** ok: [sut] => { "ansible_facts": { "getent_passwd": { "user_quadlet_basic": [ "x", "1111", "1111", "", "/home/user_quadlet_basic", "/bin/bash" ] } }, "changed": false } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Wednesday 07 February 2024 23:02:31 +0000 (0:00:00.209) 0:01:17.937 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Wednesday 07 February 2024 23:02:31 +0000 (0:00:00.079) 0:01:18.017 **** ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Wednesday 07 February 2024 23:02:31 +0000 (0:00:00.034) 0:01:18.051 **** ok: [sut] => { "ansible_facts": { "getent_group": { "user_quadlet_basic": [ "x", "1111", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Wednesday 07 February 2024 23:02:31 +0000 (0:00:00.225) 0:01:18.277 **** ok: [sut] => { "ansible_facts": { "__podman_group_name": "user_quadlet_basic" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Wednesday 07 February 2024 23:02:31 +0000 (0:00:00.027) 0:01:18.305 **** ok: [sut] => { "changed": false, "stat": { "atime": 1707346929.403915, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1707346897.3680875, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4380682, "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": "50604782", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Wednesday 07 February 2024 23:02:32 +0000 (0:00:00.218) 0:01:18.523 **** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.004010", "end": "2024-02-07 23:02:32.392756", "rc": 0, "start": "2024-02-07 23:02:32.388746" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Wednesday 07 February 2024 23:02:32 +0000 (0:00:00.210) 0:01:18.734 **** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.004134", "end": "2024-02-07 23:02:32.605211", "rc": 0, "start": "2024-02-07 23:02:32.601077" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Wednesday 07 February 2024 23:02:32 +0000 (0:00:00.210) 0:01:18.944 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Wednesday 07 February 2024 23:02:32 +0000 (0:00:00.020) 0:01:18.964 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Wednesday 07 February 2024 23:02:32 +0000 (0:00:00.019) 0:01:18.984 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Wednesday 07 February 2024 23:02:32 +0000 (0:00:00.020) 0:01:19.004 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:62 Wednesday 07 February 2024 23:02:32 +0000 (0:00:00.019) 0:01:19.024 **** 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 [linux-system-roles.podman : Handle container.conf.d] ********************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:80 Wednesday 07 February 2024 23:02:32 +0000 (0:00:00.028) 0:01:19.052 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml for sut TASK [linux-system-roles.podman : Ensure containers.d exists] ****************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Wednesday 07 February 2024 23:02:32 +0000 (0:00:00.038) 0:01:19.091 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Wednesday 07 February 2024 23:02:32 +0000 (0:00:00.022) 0:01:19.114 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:83 Wednesday 07 February 2024 23:02:32 +0000 (0:00:00.026) 0:01:19.140 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml for sut TASK [linux-system-roles.podman : Ensure registries.d exists] ****************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Wednesday 07 February 2024 23:02:32 +0000 (0:00:00.080) 0:01:19.221 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Wednesday 07 February 2024 23:02:32 +0000 (0:00:00.020) 0:01:19.241 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:86 Wednesday 07 February 2024 23:02:32 +0000 (0:00:00.019) 0:01:19.261 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml for sut TASK [linux-system-roles.podman : Ensure storage.conf parent dir exists] ******* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Wednesday 07 February 2024 23:02:32 +0000 (0:00:00.036) 0:01:19.297 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Wednesday 07 February 2024 23:02:33 +0000 (0:00:00.020) 0:01:19.317 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:89 Wednesday 07 February 2024 23:02:33 +0000 (0:00:00.019) 0:01:19.337 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml for sut TASK [linux-system-roles.podman : Ensure policy.json parent dir exists] ******** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Wednesday 07 February 2024 23:02:33 +0000 (0:00:00.037) 0:01:19.374 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stat the policy.json file] ******************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Wednesday 07 February 2024 23:02:33 +0000 (0:00:00.019) 0:01:19.394 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get the existing policy.json] **************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Wednesday 07 February 2024 23:02:33 +0000 (0:00:00.019) 0:01:19.414 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Write new policy.json file] ****************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Wednesday 07 February 2024 23:02:33 +0000 (0:00:00.021) 0:01:19.435 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:95 Wednesday 07 February 2024 23:02:33 +0000 (0:00:00.020) 0:01:19.455 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:102 Wednesday 07 February 2024 23:02:33 +0000 (0:00:00.020) 0:01:19.476 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Keep track of users that need to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:109 Wednesday 07 February 2024 23:02:33 +0000 (0:00:00.020) 0:01:19.496 **** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:113 Wednesday 07 February 2024 23:02:33 +0000 (0:00:00.021) 0:01:19.518 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml for sut included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml for sut TASK [linux-system-roles.podman : Set variables part 1] ************************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:3 Wednesday 07 February 2024 23:02:33 +0000 (0:00:00.059) 0:01:19.577 **** ok: [sut] => { "ansible_facts": { "__podman_user": "user_quadlet_basic" }, "changed": false } TASK [linux-system-roles.podman : Set variables part 2] ************************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:8 Wednesday 07 February 2024 23:02:33 +0000 (0:00:00.022) 0:01:19.599 **** ok: [sut] => { "ansible_facts": { "__podman_rootless": true, "__podman_xdg_runtime_dir": "/run/user/1111" }, "changed": false } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:14 Wednesday 07 February 2024 23:02:33 +0000 (0:00:00.024) 0:01:19.624 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Wednesday 07 February 2024 23:02:33 +0000 (0:00:00.061) 0:01:19.685 **** changed: [sut] => { "changed": true, "cmd": [ "loginctl", "enable-linger", "user_quadlet_basic" ], "delta": "0:00:00.022427", "end": "2024-02-07 23:02:33.573273", "rc": 0, "start": "2024-02-07 23:02:33.550846" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Wednesday 07 February 2024 23:02:33 +0000 (0:00:00.237) 0:01:19.923 **** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Wednesday 07 February 2024 23:02:33 +0000 (0:00:00.023) 0:01:19.947 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stat XDG_RUNTIME_DIR] ************************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:19 Wednesday 07 February 2024 23:02:33 +0000 (0:00:00.021) 0:01:19.968 **** ok: [sut] => { "changed": false, "stat": { "atime": 1707346953.6038444, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1707346953.6828446, "dev": 42, "device_type": 0, "executable": true, "exists": true, "gid": 1111, "gr_name": "user_quadlet_basic", "inode": 1, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1707346953.6828446, "nlink": 3, "path": "/run/user/1111", "pw_name": "user_quadlet_basic", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 80, "uid": 1111, "version": null, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": true } } TASK [linux-system-roles.podman : Manage each secret] ************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:35 Wednesday 07 February 2024 23:02:33 +0000 (0:00:00.249) 0:01:20.218 **** changed: [sut] => { "changed": true } TASK [linux-system-roles.podman : Set variables part 1] ************************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:3 Wednesday 07 February 2024 23:02:34 +0000 (0:00:00.793) 0:01:21.012 **** ok: [sut] => { "ansible_facts": { "__podman_user": "user_quadlet_basic" }, "changed": false } TASK [linux-system-roles.podman : Set variables part 2] ************************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:8 Wednesday 07 February 2024 23:02:34 +0000 (0:00:00.020) 0:01:21.033 **** ok: [sut] => { "ansible_facts": { "__podman_rootless": true, "__podman_xdg_runtime_dir": "/run/user/1111" }, "changed": false } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:14 Wednesday 07 February 2024 23:02:34 +0000 (0:00:00.024) 0:01:21.058 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Wednesday 07 February 2024 23:02:34 +0000 (0:00:00.030) 0:01:21.088 **** ok: [sut] => { "changed": false, "cmd": [ "loginctl", "enable-linger", "user_quadlet_basic" ], "rc": 0 } STDOUT: skipped, since /var/lib/systemd/linger/user_quadlet_basic exists TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Wednesday 07 February 2024 23:02:34 +0000 (0:00:00.204) 0:01:21.293 **** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Wednesday 07 February 2024 23:02:35 +0000 (0:00:00.026) 0:01:21.319 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stat XDG_RUNTIME_DIR] ************************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:19 Wednesday 07 February 2024 23:02:35 +0000 (0:00:00.051) 0:01:21.371 **** ok: [sut] => { "changed": false, "stat": { "atime": 1707346953.6038444, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1707346954.361845, "dev": 42, "device_type": 0, "executable": true, "exists": true, "gid": 1111, "gr_name": "user_quadlet_basic", "inode": 1, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1707346954.361845, "nlink": 5, "path": "/run/user/1111", "pw_name": "user_quadlet_basic", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 120, "uid": 1111, "version": null, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": true } } TASK [linux-system-roles.podman : Manage each secret] ************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:35 Wednesday 07 February 2024 23:02:35 +0000 (0:00:00.210) 0:01:21.582 **** changed: [sut] => { "changed": true } TASK [linux-system-roles.podman : Handle Kubernetes specifications] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:120 Wednesday 07 February 2024 23:02:35 +0000 (0:00:00.424) 0:01:22.006 **** TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:126 Wednesday 07 February 2024 23:02:35 +0000 (0:00:00.018) 0:01:22.025 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Set per-container variables part 0] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Wednesday 07 February 2024 23:02:35 +0000 (0:00:00.057) 0:01:22.082 **** 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 [linux-system-roles.podman : Set per-container variables part 1] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Wednesday 07 February 2024 23:02:35 +0000 (0:00:00.024) 0:01:22.106 **** 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 [linux-system-roles.podman : Fail if no quadlet spec is given] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Wednesday 07 February 2024 23:02:35 +0000 (0:00:00.023) 0:01:22.130 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 2] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Wednesday 07 February 2024 23:02:35 +0000 (0:00:00.017) 0:01:22.148 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-basic", "__podman_quadlet_type": "network", "__podman_rootless": true }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Wednesday 07 February 2024 23:02:35 +0000 (0:00:00.027) 0:01:22.176 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml for sut TASK [linux-system-roles.podman : Get user information] ************************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Wednesday 07 February 2024 23:02:35 +0000 (0:00:00.032) 0:01:22.208 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Wednesday 07 February 2024 23:02:35 +0000 (0:00:00.022) 0:01:22.231 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Wednesday 07 February 2024 23:02:35 +0000 (0:00:00.023) 0:01:22.255 **** ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Wednesday 07 February 2024 23:02:35 +0000 (0:00:00.025) 0:01:22.280 **** ok: [sut] => { "ansible_facts": { "getent_group": { "user_quadlet_basic": [ "x", "1111", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Wednesday 07 February 2024 23:02:36 +0000 (0:00:00.237) 0:01:22.518 **** ok: [sut] => { "ansible_facts": { "__podman_group_name": "user_quadlet_basic" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Wednesday 07 February 2024 23:02:36 +0000 (0:00:00.025) 0:01:22.543 **** ok: [sut] => { "changed": false, "stat": { "atime": 1707346929.403915, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1707346897.3680875, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4380682, "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": "50604782", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Wednesday 07 February 2024 23:02:36 +0000 (0:00:00.206) 0:01:22.750 **** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.003967", "end": "2024-02-07 23:02:36.624487", "rc": 0, "start": "2024-02-07 23:02:36.620520" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Wednesday 07 February 2024 23:02:36 +0000 (0:00:00.212) 0:01:22.962 **** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.004118", "end": "2024-02-07 23:02:36.833011", "rc": 0, "start": "2024-02-07 23:02:36.828893" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Wednesday 07 February 2024 23:02:36 +0000 (0:00:00.209) 0:01:23.172 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Wednesday 07 February 2024 23:02:36 +0000 (0:00:00.021) 0:01:23.193 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Wednesday 07 February 2024 23:02:36 +0000 (0:00:00.020) 0:01:23.214 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Wednesday 07 February 2024 23:02:36 +0000 (0:00:00.019) 0:01:23.234 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 3] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Wednesday 07 February 2024 23:02:36 +0000 (0:00:00.019) 0:01:23.253 **** 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 [linux-system-roles.podman : Set per-container variables part 4] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Wednesday 07 February 2024 23:02:36 +0000 (0:00:00.035) 0:01:23.288 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/home/user_quadlet_basic/.config/containers/systemd" }, "changed": false } TASK [linux-system-roles.podman : Get kube yaml contents] ********************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Wednesday 07 February 2024 23:02:36 +0000 (0:00:00.019) 0:01:23.308 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 5] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Wednesday 07 February 2024 23:02:37 +0000 (0:00:00.020) 0:01:23.328 **** ok: [sut] => { "ansible_facts": { "__podman_images": [], "__podman_quadlet_file": "/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic.network", "__podman_volumes": [] }, "changed": false } TASK [linux-system-roles.podman : Cleanup quadlets] **************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Wednesday 07 February 2024 23:02:37 +0000 (0:00:00.045) 0:01:23.374 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Wednesday 07 February 2024 23:02:37 +0000 (0:00:00.019) 0:01:23.393 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Wednesday 07 February 2024 23:02:37 +0000 (0:00:00.040) 0:01:23.433 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Wednesday 07 February 2024 23:02:37 +0000 (0:00:00.032) 0:01:23.466 **** ok: [sut] => { "changed": false, "cmd": [ "loginctl", "enable-linger", "user_quadlet_basic" ], "rc": 0 } STDOUT: skipped, since /var/lib/systemd/linger/user_quadlet_basic exists TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Wednesday 07 February 2024 23:02:37 +0000 (0:00:00.201) 0:01:23.668 **** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Wednesday 07 February 2024 23:02:37 +0000 (0:00:00.023) 0:01:23.691 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:7 Wednesday 07 February 2024 23:02:37 +0000 (0:00:00.020) 0:01:23.712 **** TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:25 Wednesday 07 February 2024 23:02:37 +0000 (0:00:00.019) 0:01:23.731 **** TASK [linux-system-roles.podman : Ensure the quadlet directory is present] ***** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:44 Wednesday 07 February 2024 23:02:37 +0000 (0:00:00.017) 0:01:23.749 **** 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 [linux-system-roles.podman : Ensure quadlet file is copied] *************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:53 Wednesday 07 February 2024 23:02:37 +0000 (0:00:00.210) 0:01:23.959 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure quadlet file content is present] ****** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:63 Wednesday 07 February 2024 23:02:37 +0000 (0:00:00.020) 0:01:23.980 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure quadlet file is present] ************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:75 Wednesday 07 February 2024 23:02:37 +0000 (0:00:00.021) 0:01:24.001 **** 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-1707346957.7277389-9181-73661017028669/source", "state": "file", "uid": 1111 } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:87 Wednesday 07 February 2024 23:02:38 +0000 (0:00:00.537) 0:01:24.539 **** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:116 Wednesday 07 February 2024 23:02:38 +0000 (0:00:00.401) 0:01:24.940 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:132 Wednesday 07 February 2024 23:02:38 +0000 (0:00:00.023) 0:01:24.963 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 0] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Wednesday 07 February 2024 23:02:38 +0000 (0:00:00.023) 0:01:24.987 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": { "Volume": {} }, "__podman_quadlet_str": "", "__podman_quadlet_template_src": "" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 1] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Wednesday 07 February 2024 23:02:38 +0000 (0:00:00.023) 0:01:25.011 **** 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 [linux-system-roles.podman : Fail if no quadlet spec is given] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Wednesday 07 February 2024 23:02:38 +0000 (0:00:00.024) 0:01:25.035 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 2] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Wednesday 07 February 2024 23:02:38 +0000 (0:00:00.019) 0:01:25.054 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-basic-mysql", "__podman_quadlet_type": "volume", "__podman_rootless": true }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Wednesday 07 February 2024 23:02:38 +0000 (0:00:00.074) 0:01:25.129 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml for sut TASK [linux-system-roles.podman : Get user information] ************************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Wednesday 07 February 2024 23:02:38 +0000 (0:00:00.034) 0:01:25.163 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Wednesday 07 February 2024 23:02:38 +0000 (0:00:00.024) 0:01:25.188 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Wednesday 07 February 2024 23:02:38 +0000 (0:00:00.022) 0:01:25.210 **** ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Wednesday 07 February 2024 23:02:38 +0000 (0:00:00.027) 0:01:25.238 **** ok: [sut] => { "ansible_facts": { "getent_group": { "user_quadlet_basic": [ "x", "1111", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Wednesday 07 February 2024 23:02:39 +0000 (0:00:00.207) 0:01:25.445 **** ok: [sut] => { "ansible_facts": { "__podman_group_name": "user_quadlet_basic" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Wednesday 07 February 2024 23:02:39 +0000 (0:00:00.025) 0:01:25.471 **** ok: [sut] => { "changed": false, "stat": { "atime": 1707346929.403915, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1707346897.3680875, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4380682, "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": "50604782", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Wednesday 07 February 2024 23:02:39 +0000 (0:00:00.208) 0:01:25.680 **** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.004025", "end": "2024-02-07 23:02:39.553219", "rc": 0, "start": "2024-02-07 23:02:39.549194" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Wednesday 07 February 2024 23:02:39 +0000 (0:00:00.211) 0:01:25.892 **** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.004049", "end": "2024-02-07 23:02:39.762335", "rc": 0, "start": "2024-02-07 23:02:39.758286" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Wednesday 07 February 2024 23:02:39 +0000 (0:00:00.208) 0:01:26.100 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Wednesday 07 February 2024 23:02:39 +0000 (0:00:00.019) 0:01:26.119 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Wednesday 07 February 2024 23:02:39 +0000 (0:00:00.019) 0:01:26.139 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Wednesday 07 February 2024 23:02:39 +0000 (0:00:00.019) 0:01:26.158 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 3] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Wednesday 07 February 2024 23:02:39 +0000 (0:00:00.021) 0:01:26.179 **** 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 [linux-system-roles.podman : Set per-container variables part 4] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Wednesday 07 February 2024 23:02:39 +0000 (0:00:00.041) 0:01:26.221 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/home/user_quadlet_basic/.config/containers/systemd" }, "changed": false } TASK [linux-system-roles.podman : Get kube yaml contents] ********************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Wednesday 07 February 2024 23:02:39 +0000 (0:00:00.062) 0:01:26.283 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 5] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Wednesday 07 February 2024 23:02:39 +0000 (0:00:00.022) 0:01:26.306 **** 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 [linux-system-roles.podman : Cleanup quadlets] **************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Wednesday 07 February 2024 23:02:40 +0000 (0:00:00.047) 0:01:26.353 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Wednesday 07 February 2024 23:02:40 +0000 (0:00:00.018) 0:01:26.372 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Wednesday 07 February 2024 23:02:40 +0000 (0:00:00.038) 0:01:26.410 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Wednesday 07 February 2024 23:02:40 +0000 (0:00:00.031) 0:01:26.442 **** ok: [sut] => { "changed": false, "cmd": [ "loginctl", "enable-linger", "user_quadlet_basic" ], "rc": 0 } STDOUT: skipped, since /var/lib/systemd/linger/user_quadlet_basic exists TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Wednesday 07 February 2024 23:02:40 +0000 (0:00:00.202) 0:01:26.644 **** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Wednesday 07 February 2024 23:02:40 +0000 (0:00:00.022) 0:01:26.667 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:7 Wednesday 07 February 2024 23:02:40 +0000 (0:00:00.019) 0:01:26.687 **** TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:25 Wednesday 07 February 2024 23:02:40 +0000 (0:00:00.017) 0:01:26.705 **** TASK [linux-system-roles.podman : Ensure the quadlet directory is present] ***** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:44 Wednesday 07 February 2024 23:02:40 +0000 (0:00:00.018) 0:01:26.724 **** 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 [linux-system-roles.podman : Ensure quadlet file is copied] *************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:53 Wednesday 07 February 2024 23:02:40 +0000 (0:00:00.213) 0:01:26.937 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure quadlet file content is present] ****** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:63 Wednesday 07 February 2024 23:02:40 +0000 (0:00:00.020) 0:01:26.957 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure quadlet file is present] ************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:75 Wednesday 07 February 2024 23:02:40 +0000 (0:00:00.024) 0:01:26.982 **** 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-1707346960.7089627-9277-99716807141341/source", "state": "file", "uid": 1111 } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:87 Wednesday 07 February 2024 23:02:41 +0000 (0:00:00.570) 0:01:27.552 **** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:116 Wednesday 07 February 2024 23:02:41 +0000 (0:00:00.395) 0:01:27.948 **** 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": "run-user-1111.mount -.mount basic.target app.slice", "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": "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]", "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 [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:132 Wednesday 07 February 2024 23:02:42 +0000 (0:00:00.424) 0:01:28.372 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 0] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Wednesday 07 February 2024 23:02:42 +0000 (0:00:00.022) 0:01:28.394 **** 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 [linux-system-roles.podman : Set per-container variables part 1] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Wednesday 07 February 2024 23:02:42 +0000 (0:00:00.023) 0:01:28.418 **** 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 [linux-system-roles.podman : Fail if no quadlet spec is given] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Wednesday 07 February 2024 23:02:42 +0000 (0:00:00.024) 0:01:28.442 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 2] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Wednesday 07 February 2024 23:02:42 +0000 (0:00:00.019) 0:01:28.462 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-basic-mysql", "__podman_quadlet_type": "container", "__podman_rootless": true }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Wednesday 07 February 2024 23:02:42 +0000 (0:00:00.028) 0:01:28.490 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml for sut TASK [linux-system-roles.podman : Get user information] ************************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Wednesday 07 February 2024 23:02:42 +0000 (0:00:00.033) 0:01:28.523 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Wednesday 07 February 2024 23:02:42 +0000 (0:00:00.023) 0:01:28.547 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Wednesday 07 February 2024 23:02:42 +0000 (0:00:00.022) 0:01:28.569 **** ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Wednesday 07 February 2024 23:02:42 +0000 (0:00:00.026) 0:01:28.595 **** ok: [sut] => { "ansible_facts": { "getent_group": { "user_quadlet_basic": [ "x", "1111", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Wednesday 07 February 2024 23:02:42 +0000 (0:00:00.208) 0:01:28.803 **** ok: [sut] => { "ansible_facts": { "__podman_group_name": "user_quadlet_basic" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Wednesday 07 February 2024 23:02:42 +0000 (0:00:00.057) 0:01:28.861 **** ok: [sut] => { "changed": false, "stat": { "atime": 1707346929.403915, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1707346897.3680875, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4380682, "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": "50604782", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Wednesday 07 February 2024 23:02:42 +0000 (0:00:00.207) 0:01:29.068 **** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.004056", "end": "2024-02-07 23:02:42.936956", "rc": 0, "start": "2024-02-07 23:02:42.932900" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Wednesday 07 February 2024 23:02:42 +0000 (0:00:00.208) 0:01:29.276 **** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.004049", "end": "2024-02-07 23:02:43.148083", "rc": 0, "start": "2024-02-07 23:02:43.144034" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Wednesday 07 February 2024 23:02:43 +0000 (0:00:00.211) 0:01:29.487 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Wednesday 07 February 2024 23:02:43 +0000 (0:00:00.019) 0:01:29.507 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Wednesday 07 February 2024 23:02:43 +0000 (0:00:00.020) 0:01:29.528 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Wednesday 07 February 2024 23:02:43 +0000 (0:00:00.019) 0:01:29.547 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 3] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Wednesday 07 February 2024 23:02:43 +0000 (0:00:00.019) 0:01:29.567 **** 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 [linux-system-roles.podman : Set per-container variables part 4] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Wednesday 07 February 2024 23:02:43 +0000 (0:00:00.034) 0:01:29.602 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/home/user_quadlet_basic/.config/containers/systemd" }, "changed": false } TASK [linux-system-roles.podman : Get kube yaml contents] ********************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Wednesday 07 February 2024 23:02:43 +0000 (0:00:00.021) 0:01:29.624 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 5] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Wednesday 07 February 2024 23:02:43 +0000 (0:00:00.020) 0:01:29.644 **** 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 [linux-system-roles.podman : Cleanup quadlets] **************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Wednesday 07 February 2024 23:02:43 +0000 (0:00:00.048) 0:01:29.693 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Wednesday 07 February 2024 23:02:43 +0000 (0:00:00.019) 0:01:29.713 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Wednesday 07 February 2024 23:02:43 +0000 (0:00:00.040) 0:01:29.753 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Wednesday 07 February 2024 23:02:43 +0000 (0:00:00.032) 0:01:29.786 **** ok: [sut] => { "changed": false, "cmd": [ "loginctl", "enable-linger", "user_quadlet_basic" ], "rc": 0 } STDOUT: skipped, since /var/lib/systemd/linger/user_quadlet_basic exists TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Wednesday 07 February 2024 23:02:43 +0000 (0:00:00.235) 0:01:30.021 **** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Wednesday 07 February 2024 23:02:43 +0000 (0:00:00.025) 0:01:30.047 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:7 Wednesday 07 February 2024 23:02:43 +0000 (0:00:00.024) 0:01:30.071 **** TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:25 Wednesday 07 February 2024 23:02:43 +0000 (0:00:00.019) 0:01:30.091 **** 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", "attempts": 1, "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 [linux-system-roles.podman : Ensure the quadlet directory is present] ***** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:44 Wednesday 07 February 2024 23:02:52 +0000 (0:00:08.736) 0:01:38.827 **** 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 [linux-system-roles.podman : Ensure quadlet file is copied] *************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:53 Wednesday 07 February 2024 23:02:52 +0000 (0:00:00.214) 0:01:39.042 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure quadlet file content is present] ****** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:63 Wednesday 07 February 2024 23:02:52 +0000 (0:00:00.019) 0:01:39.061 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure quadlet file is present] ************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:75 Wednesday 07 February 2024 23:02:52 +0000 (0:00:00.020) 0:01:39.082 **** 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-1707346972.809099-9457-37685792470588/source", "state": "file", "uid": 1111 } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:87 Wednesday 07 February 2024 23:02:53 +0000 (0:00:00.569) 0:01:39.651 **** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:116 Wednesday 07 February 2024 23:02:53 +0000 (0:00:00.401) 0:01:40.053 **** changed: [sut] => { "changed": true, "name": "quadlet-basic-mysql.service", "state": "started", "status": { "AccessSELinuxContext": "unconfined_u:object_r:user_tmp_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "run-user-1111.mount app.slice basic.target quadlet-basic-mysql-volume.service quadlet-basic-network.service -.mount", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "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": "[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": "quadlet-basic-mysql.service", "DevicePolicy": "auto", "DynamicUser": "no", "Environment": "PODMAN_SYSTEMD_UNIT=quadlet-basic-mysql.service", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "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", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "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 basic.target quadlet-basic-mysql-volume.service quadlet-basic-network.service", "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", "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]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "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": "infinity", "WorkingDirectory": "!/home/user_quadlet_basic" } } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:132 Wednesday 07 February 2024 23:02:55 +0000 (0:00:01.872) 0:01:41.926 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Wednesday 07 February 2024 23:02:55 +0000 (0:00:00.020) 0:01:41.947 **** TASK [Check files] ************************************************************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/tests_quadlet_basic.yml:188 Wednesday 07 February 2024 23:02:55 +0000 (0:00:00.018) 0:01:41.966 **** ok: [sut] => (item=quadlet-basic-mysql.container) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "cat", "/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic-mysql.container" ], "delta": "0:00:00.004104", "end": "2024-02-07 23:02:55.897576", "item": "quadlet-basic-mysql.container", "rc": 0, "start": "2024-02-07 23:02:55.893472" } STDOUT: # # Ansible managed # # system_role:podman [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 Environment=BAZ=test ok: [sut] => (item=quadlet-basic.network) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "cat", "/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic.network" ], "delta": "0:00:00.003188", "end": "2024-02-07 23:02:56.110034", "item": "quadlet-basic.network", "rc": 0, "start": "2024-02-07 23:02:56.106846" } STDOUT: # # Ansible managed # # system_role:podman [Network] Subnet=192.168.29.0/24 Gateway=192.168.29.1 Label=app=wordpress ok: [sut] => (item=quadlet-basic-mysql.volume) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "cat", "/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic-mysql.volume" ], "delta": "0:00:00.002997", "end": "2024-02-07 23:02:56.381301", "item": "quadlet-basic-mysql.volume", "rc": 0, "start": "2024-02-07 23:02:56.378304" } STDOUT: # # Ansible managed # # system_role:podman [Volume] TASK [Ensure linger] *********************************************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/tests_quadlet_basic.yml:198 Wednesday 07 February 2024 23:02:56 +0000 (0:00:00.755) 0:01:42.721 **** ok: [sut] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1707346953.5648444, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1707346953.5648444, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 6964167, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0644", "mtime": 1707346953.5648444, "nlink": 1, "path": "/var/lib/systemd/linger/user_quadlet_basic", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 0, "uid": 0, "version": "351288952", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Cleanup user] ************************************************************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/tests_quadlet_basic.yml:206 Wednesday 07 February 2024 23:02:56 +0000 (0:00:00.326) 0:01:43.048 **** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Wednesday 07 February 2024 23:02:56 +0000 (0:00:00.070) 0:01:43.119 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/set_vars.yml for sut TASK [linux-system-roles.podman : Ensure ansible_facts used by role] *********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Wednesday 07 February 2024 23:02:56 +0000 (0:00:00.037) 0:01:43.156 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if system is ostree] ******************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Wednesday 07 February 2024 23:02:56 +0000 (0:00:00.024) 0:01:43.181 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set flag to indicate system is ostree] ******* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Wednesday 07 February 2024 23:02:56 +0000 (0:00:00.019) 0:01:43.201 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Wednesday 07 February 2024 23:02:56 +0000 (0:00:00.019) 0:01:43.221 **** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-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, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Wednesday 07 February 2024 23:02:56 +0000 (0:00:00.044) 0:01:43.265 **** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Enable copr if requested] ******************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Wednesday 07 February 2024 23:02:57 +0000 (0:00:01.020) 0:01:44.285 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure required packages are installed] ****** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Wednesday 07 February 2024 23:02:57 +0000 (0:00:00.019) 0:01:44.305 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Wednesday 07 February 2024 23:02:58 +0000 (0:00:00.024) 0:01:44.329 **** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.035257", "end": "2024-02-07 23:02:58.261261", "rc": 0, "start": "2024-02-07 23:02:58.226004" } STDOUT: podman version 4.8.1 TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:28 Wednesday 07 February 2024 23:02:58 +0000 (0:00:00.271) 0:01:44.601 **** ok: [sut] => { "ansible_facts": { "podman_version": "4.8.1" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:32 Wednesday 07 February 2024 23:02:58 +0000 (0:00:00.021) 0:01:44.623 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:39 Wednesday 07 February 2024 23:02:58 +0000 (0:00:00.019) 0:01:44.642 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: end_host conditional evaluated to false, continuing execution for sut TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:56 Wednesday 07 February 2024 23:02:58 +0000 (0:00:00.060) 0:01:44.702 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml for sut TASK [linux-system-roles.podman : Get user information] ************************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Wednesday 07 February 2024 23:02:58 +0000 (0:00:00.035) 0:01:44.738 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Wednesday 07 February 2024 23:02:58 +0000 (0:00:00.023) 0:01:44.762 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Wednesday 07 February 2024 23:02:58 +0000 (0:00:00.024) 0:01:44.786 **** ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Wednesday 07 February 2024 23:02:58 +0000 (0:00:00.024) 0:01:44.810 **** ok: [sut] => { "ansible_facts": { "getent_group": { "user_quadlet_basic": [ "x", "1111", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Wednesday 07 February 2024 23:02:58 +0000 (0:00:00.236) 0:01:45.047 **** ok: [sut] => { "ansible_facts": { "__podman_group_name": "user_quadlet_basic" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Wednesday 07 February 2024 23:02:58 +0000 (0:00:00.025) 0:01:45.072 **** ok: [sut] => { "changed": false, "stat": { "atime": 1707346929.403915, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1707346897.3680875, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4380682, "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": "50604782", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Wednesday 07 February 2024 23:02:58 +0000 (0:00:00.203) 0:01:45.276 **** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.003979", "end": "2024-02-07 23:02:59.145363", "rc": 0, "start": "2024-02-07 23:02:59.141384" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Wednesday 07 February 2024 23:02:59 +0000 (0:00:00.213) 0:01:45.489 **** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.006528", "end": "2024-02-07 23:02:59.402840", "rc": 0, "start": "2024-02-07 23:02:59.396312" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Wednesday 07 February 2024 23:02:59 +0000 (0:00:00.259) 0:01:45.748 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Wednesday 07 February 2024 23:02:59 +0000 (0:00:00.044) 0:01:45.793 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Wednesday 07 February 2024 23:02:59 +0000 (0:00:00.019) 0:01:45.813 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Wednesday 07 February 2024 23:02:59 +0000 (0:00:00.019) 0:01:45.832 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:62 Wednesday 07 February 2024 23:02:59 +0000 (0:00:00.018) 0:01:45.851 **** 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 [linux-system-roles.podman : Handle container.conf.d] ********************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:80 Wednesday 07 February 2024 23:02:59 +0000 (0:00:00.025) 0:01:45.876 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml for sut TASK [linux-system-roles.podman : Ensure containers.d exists] ****************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Wednesday 07 February 2024 23:02:59 +0000 (0:00:00.034) 0:01:45.911 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Wednesday 07 February 2024 23:02:59 +0000 (0:00:00.019) 0:01:45.930 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:83 Wednesday 07 February 2024 23:02:59 +0000 (0:00:00.019) 0:01:45.949 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml for sut TASK [linux-system-roles.podman : Ensure registries.d exists] ****************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Wednesday 07 February 2024 23:02:59 +0000 (0:00:00.035) 0:01:45.985 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Wednesday 07 February 2024 23:02:59 +0000 (0:00:00.019) 0:01:46.005 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:86 Wednesday 07 February 2024 23:02:59 +0000 (0:00:00.018) 0:01:46.024 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml for sut TASK [linux-system-roles.podman : Ensure storage.conf parent dir exists] ******* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Wednesday 07 February 2024 23:02:59 +0000 (0:00:00.035) 0:01:46.059 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Wednesday 07 February 2024 23:02:59 +0000 (0:00:00.019) 0:01:46.079 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:89 Wednesday 07 February 2024 23:02:59 +0000 (0:00:00.017) 0:01:46.097 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml for sut TASK [linux-system-roles.podman : Ensure policy.json parent dir exists] ******** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Wednesday 07 February 2024 23:02:59 +0000 (0:00:00.035) 0:01:46.132 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stat the policy.json file] ******************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Wednesday 07 February 2024 23:02:59 +0000 (0:00:00.019) 0:01:46.152 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get the existing policy.json] **************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Wednesday 07 February 2024 23:02:59 +0000 (0:00:00.019) 0:01:46.171 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Write new policy.json file] ****************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Wednesday 07 February 2024 23:02:59 +0000 (0:00:00.049) 0:01:46.221 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:95 Wednesday 07 February 2024 23:02:59 +0000 (0:00:00.021) 0:01:46.242 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:102 Wednesday 07 February 2024 23:02:59 +0000 (0:00:00.020) 0:01:46.262 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Keep track of users that need to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:109 Wednesday 07 February 2024 23:02:59 +0000 (0:00:00.020) 0:01:46.282 **** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:113 Wednesday 07 February 2024 23:02:59 +0000 (0:00:00.020) 0:01:46.302 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml for sut included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml for sut TASK [linux-system-roles.podman : Set variables part 1] ************************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:3 Wednesday 07 February 2024 23:03:00 +0000 (0:00:00.057) 0:01:46.360 **** ok: [sut] => { "ansible_facts": { "__podman_user": "user_quadlet_basic" }, "changed": false } TASK [linux-system-roles.podman : Set variables part 2] ************************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:8 Wednesday 07 February 2024 23:03:00 +0000 (0:00:00.023) 0:01:46.383 **** ok: [sut] => { "ansible_facts": { "__podman_rootless": true, "__podman_xdg_runtime_dir": "/run/user/1111" }, "changed": false } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:14 Wednesday 07 February 2024 23:03:00 +0000 (0:00:00.024) 0:01:46.408 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Wednesday 07 February 2024 23:03:00 +0000 (0:00:00.029) 0:01:46.438 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Wednesday 07 February 2024 23:03:00 +0000 (0:00:00.020) 0:01:46.458 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Wednesday 07 February 2024 23:03:00 +0000 (0:00:00.019) 0:01:46.478 **** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [ "user_quadlet_basic" ] }, "changed": false } TASK [linux-system-roles.podman : Stat XDG_RUNTIME_DIR] ************************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:19 Wednesday 07 February 2024 23:03:00 +0000 (0:00:00.024) 0:01:46.503 **** ok: [sut] => { "changed": false, "stat": { "atime": 1707346953.6038444, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1707346975.499859, "dev": 42, "device_type": 0, "executable": true, "exists": true, "gid": 1111, "gr_name": "user_quadlet_basic", "inode": 1, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1707346975.499859, "nlink": 7, "path": "/run/user/1111", "pw_name": "user_quadlet_basic", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 180, "uid": 1111, "version": null, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": true } } TASK [linux-system-roles.podman : Manage each secret] ************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:35 Wednesday 07 February 2024 23:03:00 +0000 (0:00:00.211) 0:01:46.714 **** changed: [sut] => { "changed": true } TASK [linux-system-roles.podman : Set variables part 1] ************************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:3 Wednesday 07 February 2024 23:03:00 +0000 (0:00:00.295) 0:01:47.009 **** ok: [sut] => { "ansible_facts": { "__podman_user": "user_quadlet_basic" }, "changed": false } TASK [linux-system-roles.podman : Set variables part 2] ************************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:8 Wednesday 07 February 2024 23:03:00 +0000 (0:00:00.020) 0:01:47.030 **** ok: [sut] => { "ansible_facts": { "__podman_rootless": true, "__podman_xdg_runtime_dir": "/run/user/1111" }, "changed": false } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:14 Wednesday 07 February 2024 23:03:00 +0000 (0:00:00.024) 0:01:47.054 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Wednesday 07 February 2024 23:03:00 +0000 (0:00:00.059) 0:01:47.113 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Wednesday 07 February 2024 23:03:00 +0000 (0:00:00.021) 0:01:47.135 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Wednesday 07 February 2024 23:03:00 +0000 (0:00:00.021) 0:01:47.156 **** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [ "user_quadlet_basic" ] }, "changed": false } TASK [linux-system-roles.podman : Stat XDG_RUNTIME_DIR] ************************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:19 Wednesday 07 February 2024 23:03:00 +0000 (0:00:00.025) 0:01:47.181 **** ok: [sut] => { "changed": false, "stat": { "atime": 1707346953.6038444, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1707346975.499859, "dev": 42, "device_type": 0, "executable": true, "exists": true, "gid": 1111, "gr_name": "user_quadlet_basic", "inode": 1, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1707346975.499859, "nlink": 7, "path": "/run/user/1111", "pw_name": "user_quadlet_basic", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 180, "uid": 1111, "version": null, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": true } } TASK [linux-system-roles.podman : Manage each secret] ************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:35 Wednesday 07 February 2024 23:03:01 +0000 (0:00:00.210) 0:01:47.392 **** changed: [sut] => { "changed": true } TASK [linux-system-roles.podman : Handle Kubernetes specifications] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:120 Wednesday 07 February 2024 23:03:01 +0000 (0:00:00.460) 0:01:47.853 **** TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:126 Wednesday 07 February 2024 23:03:01 +0000 (0:00:00.021) 0:01:47.875 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Set per-container variables part 0] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Wednesday 07 February 2024 23:03:01 +0000 (0:00:00.062) 0:01:47.938 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": { "Volume": {} }, "__podman_quadlet_str": "", "__podman_quadlet_template_src": "" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 1] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Wednesday 07 February 2024 23:03:01 +0000 (0:00:00.026) 0:01:47.964 **** 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 [linux-system-roles.podman : Fail if no quadlet spec is given] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Wednesday 07 February 2024 23:03:01 +0000 (0:00:00.025) 0:01:47.990 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 2] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Wednesday 07 February 2024 23:03:01 +0000 (0:00:00.020) 0:01:48.010 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-basic-mysql", "__podman_quadlet_type": "volume", "__podman_rootless": true }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Wednesday 07 February 2024 23:03:01 +0000 (0:00:00.027) 0:01:48.038 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml for sut TASK [linux-system-roles.podman : Get user information] ************************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Wednesday 07 February 2024 23:03:01 +0000 (0:00:00.033) 0:01:48.071 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Wednesday 07 February 2024 23:03:01 +0000 (0:00:00.076) 0:01:48.148 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Wednesday 07 February 2024 23:03:01 +0000 (0:00:00.025) 0:01:48.174 **** ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Wednesday 07 February 2024 23:03:01 +0000 (0:00:00.029) 0:01:48.204 **** ok: [sut] => { "ansible_facts": { "getent_group": { "user_quadlet_basic": [ "x", "1111", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Wednesday 07 February 2024 23:03:02 +0000 (0:00:00.210) 0:01:48.414 **** ok: [sut] => { "ansible_facts": { "__podman_group_name": "user_quadlet_basic" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Wednesday 07 February 2024 23:03:02 +0000 (0:00:00.027) 0:01:48.441 **** ok: [sut] => { "changed": false, "stat": { "atime": 1707346929.403915, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1707346897.3680875, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4380682, "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": "50604782", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Wednesday 07 February 2024 23:03:02 +0000 (0:00:00.209) 0:01:48.651 **** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.006597", "end": "2024-02-07 23:03:02.637605", "rc": 0, "start": "2024-02-07 23:03:02.631008" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Wednesday 07 February 2024 23:03:02 +0000 (0:00:00.332) 0:01:48.983 **** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.006032", "end": "2024-02-07 23:03:02.998930", "rc": 0, "start": "2024-02-07 23:03:02.992898" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Wednesday 07 February 2024 23:03:03 +0000 (0:00:00.361) 0:01:49.345 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Wednesday 07 February 2024 23:03:03 +0000 (0:00:00.019) 0:01:49.364 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Wednesday 07 February 2024 23:03:03 +0000 (0:00:00.019) 0:01:49.384 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Wednesday 07 February 2024 23:03:03 +0000 (0:00:00.018) 0:01:49.403 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 3] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Wednesday 07 February 2024 23:03:03 +0000 (0:00:00.020) 0:01:49.423 **** 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 [linux-system-roles.podman : Set per-container variables part 4] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Wednesday 07 February 2024 23:03:03 +0000 (0:00:00.036) 0:01:49.459 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/home/user_quadlet_basic/.config/containers/systemd" }, "changed": false } TASK [linux-system-roles.podman : Get kube yaml contents] ********************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Wednesday 07 February 2024 23:03:03 +0000 (0:00:00.020) 0:01:49.480 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 5] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Wednesday 07 February 2024 23:03:03 +0000 (0:00:00.019) 0:01:49.500 **** 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 [linux-system-roles.podman : Cleanup quadlets] **************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Wednesday 07 February 2024 23:03:03 +0000 (0:00:00.092) 0:01:49.592 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Stat XDG_RUNTIME_DIR] ************************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Wednesday 07 February 2024 23:03:03 +0000 (0:00:00.044) 0:01:49.636 **** ok: [sut] => { "changed": false, "stat": { "atime": 1707346953.6038444, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1707346975.499859, "dev": 42, "device_type": 0, "executable": true, "exists": true, "gid": 1111, "gr_name": "user_quadlet_basic", "inode": 1, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1707346975.499859, "nlink": 7, "path": "/run/user/1111", "pw_name": "user_quadlet_basic", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 180, "uid": 1111, "version": null, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": true } } TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 Wednesday 07 February 2024 23:03:03 +0000 (0:00:00.366) 0:01:50.003 **** 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": "Wed 2024-02-07 23:02:42 UTC", "ActiveEnterTimestampMonotonic": "564885530", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "run-user-1111.mount basic.target -.mount app.slice", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Wed 2024-02-07 23:02:41 UTC", "AssertTimestampMonotonic": "564834714", "Before": "shutdown.target quadlet-basic-mysql.service", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "42092000", "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": "Wed 2024-02-07 23:02:41 UTC", "ConditionTimestampMonotonic": "564834708", "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": "Wed 2024-02-07 23:02:42 UTC", "ExecMainExitTimestampMonotonic": "564885380", "ExecMainPID": "12557", "ExecMainStartTimestamp": "Wed 2024-02-07 23:02:41 UTC", "ExecMainStartTimestampMonotonic": "564841041", "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": "Wed 2024-02-07 23:02:41 UTC", "InactiveExitTimestampMonotonic": "564841372", "InvocationID": "aa2f2af2ca074246aad6962aa10f0709", "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": "Wed 2024-02-07 23:02:42 UTC", "StateChangeTimestampMonotonic": "564885530", "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 [linux-system-roles.podman : Remove quadlet file] ************************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:33 Wednesday 07 February 2024 23:03:14 +0000 (0:00:11.074) 0:02:01.078 **** changed: [sut] => { "changed": true, "path": "/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic-mysql.volume", "state": "absent" } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:39 Wednesday 07 February 2024 23:03:14 +0000 (0:00:00.205) 0:02:01.283 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Wednesday 07 February 2024 23:03:15 +0000 (0:00:00.032) 0:02:01.316 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Wednesday 07 February 2024 23:03:15 +0000 (0:00:00.046) 0:02:01.362 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Wednesday 07 February 2024 23:03:15 +0000 (0:00:00.021) 0:02:01.384 **** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [ "user_quadlet_basic" ] }, "changed": false } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:47 Wednesday 07 February 2024 23:03:15 +0000 (0:00:00.032) 0:02:01.417 **** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:56 Wednesday 07 February 2024 23:03:15 +0000 (0:00:00.410) 0:02:01.828 **** changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.056432", "end": "2024-02-07 23:03:15.770664", "rc": 0, "start": "2024-02-07 23:03:15.714232" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:64 Wednesday 07 February 2024 23:03:15 +0000 (0:00:00.284) 0:02:02.112 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Wednesday 07 February 2024 23:03:15 +0000 (0:00:00.022) 0:02:02.134 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 0] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Wednesday 07 February 2024 23:03:15 +0000 (0:00:00.021) 0:02:02.155 **** 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 [linux-system-roles.podman : Set per-container variables part 1] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Wednesday 07 February 2024 23:03:15 +0000 (0:00:00.029) 0:02:02.185 **** 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 [linux-system-roles.podman : Fail if no quadlet spec is given] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Wednesday 07 February 2024 23:03:15 +0000 (0:00:00.024) 0:02:02.210 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 2] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Wednesday 07 February 2024 23:03:15 +0000 (0:00:00.019) 0:02:02.229 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-basic-mysql", "__podman_quadlet_type": "container", "__podman_rootless": true }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Wednesday 07 February 2024 23:03:15 +0000 (0:00:00.026) 0:02:02.256 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml for sut TASK [linux-system-roles.podman : Get user information] ************************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Wednesday 07 February 2024 23:03:15 +0000 (0:00:00.033) 0:02:02.289 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Wednesday 07 February 2024 23:03:16 +0000 (0:00:00.025) 0:02:02.315 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Wednesday 07 February 2024 23:03:16 +0000 (0:00:00.023) 0:02:02.339 **** ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Wednesday 07 February 2024 23:03:16 +0000 (0:00:00.030) 0:02:02.369 **** ok: [sut] => { "ansible_facts": { "getent_group": { "user_quadlet_basic": [ "x", "1111", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Wednesday 07 February 2024 23:03:16 +0000 (0:00:00.246) 0:02:02.615 **** ok: [sut] => { "ansible_facts": { "__podman_group_name": "user_quadlet_basic" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Wednesday 07 February 2024 23:03:16 +0000 (0:00:00.025) 0:02:02.641 **** ok: [sut] => { "changed": false, "stat": { "atime": 1707346929.403915, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1707346897.3680875, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4380682, "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": "50604782", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Wednesday 07 February 2024 23:03:16 +0000 (0:00:00.209) 0:02:02.851 **** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.003995", "end": "2024-02-07 23:03:16.721243", "rc": 0, "start": "2024-02-07 23:03:16.717248" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Wednesday 07 February 2024 23:03:16 +0000 (0:00:00.208) 0:02:03.059 **** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.004229", "end": "2024-02-07 23:03:16.929012", "rc": 0, "start": "2024-02-07 23:03:16.924783" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Wednesday 07 February 2024 23:03:16 +0000 (0:00:00.208) 0:02:03.267 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Wednesday 07 February 2024 23:03:16 +0000 (0:00:00.019) 0:02:03.287 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Wednesday 07 February 2024 23:03:16 +0000 (0:00:00.019) 0:02:03.306 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Wednesday 07 February 2024 23:03:17 +0000 (0:00:00.019) 0:02:03.325 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 3] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Wednesday 07 February 2024 23:03:17 +0000 (0:00:00.019) 0:02:03.345 **** 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 [linux-system-roles.podman : Set per-container variables part 4] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Wednesday 07 February 2024 23:03:17 +0000 (0:00:00.036) 0:02:03.381 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/home/user_quadlet_basic/.config/containers/systemd" }, "changed": false } TASK [linux-system-roles.podman : Get kube yaml contents] ********************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Wednesday 07 February 2024 23:03:17 +0000 (0:00:00.021) 0:02:03.403 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 5] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Wednesday 07 February 2024 23:03:17 +0000 (0:00:00.020) 0:02:03.423 **** 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 [linux-system-roles.podman : Cleanup quadlets] **************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Wednesday 07 February 2024 23:03:17 +0000 (0:00:00.049) 0:02:03.472 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Stat XDG_RUNTIME_DIR] ************************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Wednesday 07 February 2024 23:03:17 +0000 (0:00:00.039) 0:02:03.512 **** ok: [sut] => { "changed": false, "stat": { "atime": 1707346953.6038444, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1707346994.6688719, "dev": 42, "device_type": 0, "executable": true, "exists": true, "gid": 1111, "gr_name": "user_quadlet_basic", "inode": 1, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1707346994.6688719, "nlink": 7, "path": "/run/user/1111", "pw_name": "user_quadlet_basic", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 160, "uid": 1111, "version": null, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": true } } TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 Wednesday 07 February 2024 23:03:17 +0000 (0:00:00.219) 0:02:03.731 **** 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", "ActiveEnterTimestamp": "Wed 2024-02-07 23:02:55 UTC", "ActiveEnterTimestampMonotonic": "578418256", "ActiveExitTimestamp": "Wed 2024-02-07 23:03:04 UTC", "ActiveExitTimestampMonotonic": "587294368", "ActiveState": "failed", "After": "-.mount basic.target quadlet-basic-network.service app.slice run-user-1111.mount quadlet-basic-mysql-volume.service", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Wed 2024-02-07 23:02:54 UTC", "AssertTimestampMonotonic": "576979814", "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": "3955922000", "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": "Wed 2024-02-07 23:02:54 UTC", "ConditionTimestampMonotonic": "576979809", "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": "Wed 2024-02-07 23:03:14 UTC", "ExecMainExitTimestampMonotonic": "597544203", "ExecMainPID": "13067", "ExecMainStartTimestamp": "Wed 2024-02-07 23:02:55 UTC", "ExecMainStartTimestampMonotonic": "578418162", "ExecMainStatus": "137", "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": "Wed 2024-02-07 23:03:14 UTC", "InactiveEnterTimestampMonotonic": "597584024", "InactiveExitTimestamp": "Wed 2024-02-07 23:02:54 UTC", "InactiveExitTimestampMonotonic": "576984509", "InvocationID": "76d5f1983f3d44fabf2c52cc3d9ea023", "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": "basic.target quadlet-basic-network.service app.slice quadlet-basic-mysql-volume.service", "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": "Wed 2024-02-07 23:03:14 UTC", "StateChangeTimestampMonotonic": "597584024", "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 [linux-system-roles.podman : Remove quadlet file] ************************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:33 Wednesday 07 February 2024 23:03:17 +0000 (0:00:00.427) 0:02:04.158 **** changed: [sut] => { "changed": true, "path": "/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic-mysql.container", "state": "absent" } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:39 Wednesday 07 February 2024 23:03:18 +0000 (0:00:00.206) 0:02:04.365 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Wednesday 07 February 2024 23:03:18 +0000 (0:00:00.032) 0:02:04.398 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Wednesday 07 February 2024 23:03:18 +0000 (0:00:00.021) 0:02:04.419 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Wednesday 07 February 2024 23:03:18 +0000 (0:00:00.021) 0:02:04.441 **** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [ "user_quadlet_basic" ] }, "changed": false } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:47 Wednesday 07 February 2024 23:03:18 +0000 (0:00:00.023) 0:02:04.464 **** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:56 Wednesday 07 February 2024 23:03:18 +0000 (0:00:00.403) 0:02:04.868 **** changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.054287", "end": "2024-02-07 23:03:18.805548", "rc": 0, "start": "2024-02-07 23:03:18.751261" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:64 Wednesday 07 February 2024 23:03:18 +0000 (0:00:00.281) 0:02:05.150 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Wednesday 07 February 2024 23:03:18 +0000 (0:00:00.031) 0:02:05.181 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 0] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Wednesday 07 February 2024 23:03:18 +0000 (0:00:00.023) 0:02:05.205 **** 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 [linux-system-roles.podman : Set per-container variables part 1] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Wednesday 07 February 2024 23:03:18 +0000 (0:00:00.030) 0:02:05.235 **** 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 [linux-system-roles.podman : Fail if no quadlet spec is given] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Wednesday 07 February 2024 23:03:18 +0000 (0:00:00.024) 0:02:05.260 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 2] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Wednesday 07 February 2024 23:03:18 +0000 (0:00:00.019) 0:02:05.279 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-basic", "__podman_quadlet_type": "network", "__podman_rootless": true }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Wednesday 07 February 2024 23:03:19 +0000 (0:00:00.032) 0:02:05.312 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml for sut TASK [linux-system-roles.podman : Get user information] ************************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Wednesday 07 February 2024 23:03:19 +0000 (0:00:00.066) 0:02:05.378 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Wednesday 07 February 2024 23:03:19 +0000 (0:00:00.026) 0:02:05.405 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Wednesday 07 February 2024 23:03:19 +0000 (0:00:00.023) 0:02:05.428 **** ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Wednesday 07 February 2024 23:03:19 +0000 (0:00:00.027) 0:02:05.455 **** ok: [sut] => { "ansible_facts": { "getent_group": { "user_quadlet_basic": [ "x", "1111", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Wednesday 07 February 2024 23:03:19 +0000 (0:00:00.214) 0:02:05.669 **** ok: [sut] => { "ansible_facts": { "__podman_group_name": "user_quadlet_basic" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Wednesday 07 February 2024 23:03:19 +0000 (0:00:00.032) 0:02:05.702 **** ok: [sut] => { "changed": false, "stat": { "atime": 1707346929.403915, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1707346897.3680875, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4380682, "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": "50604782", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Wednesday 07 February 2024 23:03:19 +0000 (0:00:00.206) 0:02:05.908 **** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.004028", "end": "2024-02-07 23:03:19.806647", "rc": 0, "start": "2024-02-07 23:03:19.802619" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Wednesday 07 February 2024 23:03:19 +0000 (0:00:00.239) 0:02:06.148 **** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.004149", "end": "2024-02-07 23:03:20.022662", "rc": 0, "start": "2024-02-07 23:03:20.018513" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Wednesday 07 February 2024 23:03:20 +0000 (0:00:00.214) 0:02:06.363 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Wednesday 07 February 2024 23:03:20 +0000 (0:00:00.028) 0:02:06.391 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Wednesday 07 February 2024 23:03:20 +0000 (0:00:00.019) 0:02:06.411 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Wednesday 07 February 2024 23:03:20 +0000 (0:00:00.020) 0:02:06.432 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 3] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Wednesday 07 February 2024 23:03:20 +0000 (0:00:00.020) 0:02:06.453 **** 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 [linux-system-roles.podman : Set per-container variables part 4] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Wednesday 07 February 2024 23:03:20 +0000 (0:00:00.040) 0:02:06.493 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/home/user_quadlet_basic/.config/containers/systemd" }, "changed": false } TASK [linux-system-roles.podman : Get kube yaml contents] ********************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Wednesday 07 February 2024 23:03:20 +0000 (0:00:00.023) 0:02:06.516 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 5] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Wednesday 07 February 2024 23:03:20 +0000 (0:00:00.021) 0:02:06.538 **** ok: [sut] => { "ansible_facts": { "__podman_images": [], "__podman_quadlet_file": "/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic.network", "__podman_volumes": [] }, "changed": false } TASK [linux-system-roles.podman : Cleanup quadlets] **************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Wednesday 07 February 2024 23:03:20 +0000 (0:00:00.078) 0:02:06.617 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Stat XDG_RUNTIME_DIR] ************************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Wednesday 07 February 2024 23:03:20 +0000 (0:00:00.040) 0:02:06.657 **** ok: [sut] => { "changed": false, "stat": { "atime": 1707346953.6038444, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1707346994.6688719, "dev": 42, "device_type": 0, "executable": true, "exists": true, "gid": 1111, "gr_name": "user_quadlet_basic", "inode": 1, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1707346994.6688719, "nlink": 7, "path": "/run/user/1111", "pw_name": "user_quadlet_basic", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 160, "uid": 1111, "version": null, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": true } } TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 Wednesday 07 February 2024 23:03:20 +0000 (0:00:00.212) 0:02:06.869 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Remove quadlet file] ************************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:33 Wednesday 07 February 2024 23:03:20 +0000 (0:00:00.023) 0:02:06.893 **** changed: [sut] => { "changed": true, "path": "/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic.network", "state": "absent" } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:39 Wednesday 07 February 2024 23:03:20 +0000 (0:00:00.207) 0:02:07.101 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Wednesday 07 February 2024 23:03:20 +0000 (0:00:00.033) 0:02:07.134 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Wednesday 07 February 2024 23:03:20 +0000 (0:00:00.021) 0:02:07.155 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Wednesday 07 February 2024 23:03:20 +0000 (0:00:00.020) 0:02:07.176 **** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [ "user_quadlet_basic" ] }, "changed": false } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:47 Wednesday 07 February 2024 23:03:20 +0000 (0:00:00.024) 0:02:07.201 **** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:56 Wednesday 07 February 2024 23:03:21 +0000 (0:00:00.398) 0:02:07.600 **** changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.058283", "end": "2024-02-07 23:03:21.539379", "rc": 0, "start": "2024-02-07 23:03:21.481096" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:64 Wednesday 07 February 2024 23:03:21 +0000 (0:00:00.281) 0:02:07.881 **** changed: [sut] => { "changed": true, "cmd": [ "podman", "network", "rm", "systemd-quadlet-basic" ], "delta": "0:00:00.055524", "end": "2024-02-07 23:03:21.816655", "rc": 0, "start": "2024-02-07 23:03:21.761131" } STDOUT: systemd-quadlet-basic TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Wednesday 07 February 2024 23:03:21 +0000 (0:00:00.276) 0:02:08.158 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Wednesday 07 February 2024 23:03:21 +0000 (0:00:00.019) 0:02:08.177 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml for sut TASK [linux-system-roles.podman : Get user information] ************************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:4 Wednesday 07 February 2024 23:03:21 +0000 (0:00:00.080) 0:02:08.258 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set cancel linger vars] ********************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:12 Wednesday 07 February 2024 23:03:21 +0000 (0:00:00.024) 0:02:08.283 **** ok: [sut] => { "ansible_facts": { "__podman_xdg_runtime_dir": "/run/user/1111" }, "changed": false } TASK [linux-system-roles.podman : Stat XDG_RUNTIME_DIR] ************************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:17 Wednesday 07 February 2024 23:03:22 +0000 (0:00:00.031) 0:02:08.314 **** ok: [sut] => { "changed": false, "stat": { "atime": 1707346953.6038444, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1707346994.6688719, "dev": 42, "device_type": 0, "executable": true, "exists": true, "gid": 1111, "gr_name": "user_quadlet_basic", "inode": 1, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1707346994.6688719, "nlink": 7, "path": "/run/user/1111", "pw_name": "user_quadlet_basic", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 160, "uid": 1111, "version": null, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": true } } TASK [linux-system-roles.podman : Gather facts for containers] ***************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:22 Wednesday 07 February 2024 23:03:22 +0000 (0:00:00.211) 0:02:08.526 **** ok: [sut] => { "changed": false, "containers": [] } TASK [linux-system-roles.podman : Gather facts for networks] ******************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:31 Wednesday 07 February 2024 23:03:22 +0000 (0:00:00.321) 0:02:08.847 **** ok: [sut] => { "changed": false, "cmd": [ "podman", "network", "ls", "-q" ], "delta": "0:00:00.053947", "end": "2024-02-07 23:03:22.778115", "rc": 0, "start": "2024-02-07 23:03:22.724168" } STDOUT: podman TASK [linux-system-roles.podman : Gather secrets] ****************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:41 Wednesday 07 February 2024 23:03:22 +0000 (0:00:00.272) 0:02:09.119 **** ok: [sut] => { "changed": false, "cmd": [ "podman", "secret", "ls", "-n", "-q" ], "delta": "0:00:00.053791", "end": "2024-02-07 23:03:23.051310", "rc": 0, "start": "2024-02-07 23:03:22.997519" } TASK [linux-system-roles.podman : Cancel linger if no more resources are in use] *** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:51 Wednesday 07 February 2024 23:03:23 +0000 (0:00:00.272) 0:02:09.392 **** changed: [sut] => { "changed": true, "cmd": [ "loginctl", "disable-linger", "user_quadlet_basic" ], "delta": "0:00:00.008746", "end": "2024-02-07 23:03:23.270792", "rc": 0, "start": "2024-02-07 23:03:23.262046" } TASK [Ensure no linger] ******************************************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/tests_quadlet_basic.yml:220 Wednesday 07 February 2024 23:03:23 +0000 (0:00:00.228) 0:02:09.620 **** ok: [sut] => { "changed": false, "failed_when_result": false, "stat": { "exists": false } } TASK [Run the role - root] ***************************************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/tests_quadlet_basic.yml:226 Wednesday 07 February 2024 23:03:23 +0000 (0:00:00.201) 0:02:09.822 **** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Wednesday 07 February 2024 23:03:23 +0000 (0:00:00.102) 0:02:09.924 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/set_vars.yml for sut TASK [linux-system-roles.podman : Ensure ansible_facts used by role] *********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Wednesday 07 February 2024 23:03:23 +0000 (0:00:00.037) 0:02:09.962 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if system is ostree] ******************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Wednesday 07 February 2024 23:03:23 +0000 (0:00:00.031) 0:02:09.994 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set flag to indicate system is ostree] ******* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Wednesday 07 February 2024 23:03:23 +0000 (0:00:00.028) 0:02:10.022 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Wednesday 07 February 2024 23:03:23 +0000 (0:00:00.021) 0:02:10.043 **** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-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, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Wednesday 07 February 2024 23:03:23 +0000 (0:00:00.046) 0:02:10.090 **** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Enable copr if requested] ******************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Wednesday 07 February 2024 23:03:24 +0000 (0:00:00.999) 0:02:11.089 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure required packages are installed] ****** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Wednesday 07 February 2024 23:03:24 +0000 (0:00:00.020) 0:02:11.109 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Wednesday 07 February 2024 23:03:24 +0000 (0:00:00.025) 0:02:11.134 **** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.034333", "end": "2024-02-07 23:03:25.061571", "rc": 0, "start": "2024-02-07 23:03:25.027238" } STDOUT: podman version 4.8.1 TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:28 Wednesday 07 February 2024 23:03:25 +0000 (0:00:00.267) 0:02:11.402 **** ok: [sut] => { "ansible_facts": { "podman_version": "4.8.1" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:32 Wednesday 07 February 2024 23:03:25 +0000 (0:00:00.022) 0:02:11.425 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:39 Wednesday 07 February 2024 23:03:25 +0000 (0:00:00.054) 0:02:11.479 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: end_host conditional evaluated to false, continuing execution for sut TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:56 Wednesday 07 February 2024 23:03:25 +0000 (0:00:00.058) 0:02:11.537 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml for sut TASK [linux-system-roles.podman : Get user information] ************************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Wednesday 07 February 2024 23:03:25 +0000 (0:00:00.035) 0:02:11.573 **** ok: [sut] => { "ansible_facts": { "getent_passwd": { "root": [ "x", "0", "0", "root", "/root", "/bin/bash" ] } }, "changed": false } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Wednesday 07 February 2024 23:03:25 +0000 (0:00:00.211) 0:02:11.785 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Wednesday 07 February 2024 23:03:25 +0000 (0:00:00.025) 0:02:11.810 **** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Wednesday 07 February 2024 23:03:25 +0000 (0:00:00.027) 0:02:11.837 **** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Wednesday 07 February 2024 23:03:25 +0000 (0:00:00.209) 0:02:12.047 **** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Wednesday 07 February 2024 23:03:25 +0000 (0:00:00.024) 0:02:12.072 **** ok: [sut] => { "changed": false, "stat": { "atime": 1707346929.403915, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1707346897.3680875, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4380682, "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": "50604782", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Wednesday 07 February 2024 23:03:25 +0000 (0:00:00.205) 0:02:12.277 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Wednesday 07 February 2024 23:03:25 +0000 (0:00:00.024) 0:02:12.301 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Wednesday 07 February 2024 23:03:26 +0000 (0:00:00.024) 0:02:12.326 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Wednesday 07 February 2024 23:03:26 +0000 (0:00:00.019) 0:02:12.346 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Wednesday 07 February 2024 23:03:26 +0000 (0:00:00.019) 0:02:12.365 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Wednesday 07 February 2024 23:03:26 +0000 (0:00:00.019) 0:02:12.385 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:62 Wednesday 07 February 2024 23:03:26 +0000 (0:00:00.018) 0:02:12.404 **** 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 [linux-system-roles.podman : Handle container.conf.d] ********************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:80 Wednesday 07 February 2024 23:03:26 +0000 (0:00:00.059) 0:02:12.464 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml for sut TASK [linux-system-roles.podman : Ensure containers.d exists] ****************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Wednesday 07 February 2024 23:03:26 +0000 (0:00:00.036) 0:02:12.500 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Wednesday 07 February 2024 23:03:26 +0000 (0:00:00.019) 0:02:12.520 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:83 Wednesday 07 February 2024 23:03:26 +0000 (0:00:00.025) 0:02:12.546 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml for sut TASK [linux-system-roles.podman : Ensure registries.d exists] ****************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Wednesday 07 February 2024 23:03:26 +0000 (0:00:00.038) 0:02:12.584 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Wednesday 07 February 2024 23:03:26 +0000 (0:00:00.020) 0:02:12.604 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:86 Wednesday 07 February 2024 23:03:26 +0000 (0:00:00.019) 0:02:12.623 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml for sut TASK [linux-system-roles.podman : Ensure storage.conf parent dir exists] ******* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Wednesday 07 February 2024 23:03:26 +0000 (0:00:00.037) 0:02:12.660 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Wednesday 07 February 2024 23:03:26 +0000 (0:00:00.020) 0:02:12.681 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:89 Wednesday 07 February 2024 23:03:26 +0000 (0:00:00.020) 0:02:12.701 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml for sut TASK [linux-system-roles.podman : Ensure policy.json parent dir exists] ******** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Wednesday 07 February 2024 23:03:26 +0000 (0:00:00.038) 0:02:12.739 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stat the policy.json file] ******************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Wednesday 07 February 2024 23:03:26 +0000 (0:00:00.019) 0:02:12.759 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get the existing policy.json] **************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Wednesday 07 February 2024 23:03:26 +0000 (0:00:00.018) 0:02:12.778 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Write new policy.json file] ****************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Wednesday 07 February 2024 23:03:26 +0000 (0:00:00.019) 0:02:12.798 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:95 Wednesday 07 February 2024 23:03:26 +0000 (0:00:00.019) 0:02:12.817 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:102 Wednesday 07 February 2024 23:03:26 +0000 (0:00:00.018) 0:02:12.835 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Keep track of users that need to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:109 Wednesday 07 February 2024 23:03:26 +0000 (0:00:00.017) 0:02:12.853 **** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:113 Wednesday 07 February 2024 23:03:26 +0000 (0:00:00.046) 0:02:12.900 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml for sut included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml for sut TASK [linux-system-roles.podman : Set variables part 1] ************************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:3 Wednesday 07 February 2024 23:03:26 +0000 (0:00:00.055) 0:02:12.955 **** ok: [sut] => { "ansible_facts": { "__podman_user": "root" }, "changed": false } TASK [linux-system-roles.podman : Set variables part 2] ************************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:8 Wednesday 07 February 2024 23:03:26 +0000 (0:00:00.020) 0:02:12.976 **** ok: [sut] => { "ansible_facts": { "__podman_rootless": false, "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:14 Wednesday 07 February 2024 23:03:26 +0000 (0:00:00.026) 0:02:13.002 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Wednesday 07 February 2024 23:03:26 +0000 (0:00:00.032) 0:02:13.035 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Wednesday 07 February 2024 23:03:26 +0000 (0:00:00.019) 0:02:13.055 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Wednesday 07 February 2024 23:03:26 +0000 (0:00:00.019) 0:02:13.074 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stat XDG_RUNTIME_DIR] ************************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:19 Wednesday 07 February 2024 23:03:26 +0000 (0:00:00.018) 0:02:13.092 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Manage each secret] ************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:35 Wednesday 07 February 2024 23:03:26 +0000 (0:00:00.017) 0:02:13.110 **** changed: [sut] => { "changed": true } TASK [linux-system-roles.podman : Set variables part 1] ************************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:3 Wednesday 07 February 2024 23:03:27 +0000 (0:00:00.368) 0:02:13.479 **** ok: [sut] => { "ansible_facts": { "__podman_user": "root" }, "changed": false } TASK [linux-system-roles.podman : Set variables part 2] ************************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:8 Wednesday 07 February 2024 23:03:27 +0000 (0:00:00.020) 0:02:13.499 **** ok: [sut] => { "ansible_facts": { "__podman_rootless": false, "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:14 Wednesday 07 February 2024 23:03:27 +0000 (0:00:00.026) 0:02:13.526 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Wednesday 07 February 2024 23:03:27 +0000 (0:00:00.030) 0:02:13.557 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Wednesday 07 February 2024 23:03:27 +0000 (0:00:00.019) 0:02:13.577 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Wednesday 07 February 2024 23:03:27 +0000 (0:00:00.019) 0:02:13.596 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stat XDG_RUNTIME_DIR] ************************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:19 Wednesday 07 February 2024 23:03:27 +0000 (0:00:00.019) 0:02:13.616 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Manage each secret] ************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:35 Wednesday 07 February 2024 23:03:27 +0000 (0:00:00.047) 0:02:13.663 **** changed: [sut] => { "changed": true } TASK [linux-system-roles.podman : Handle Kubernetes specifications] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:120 Wednesday 07 February 2024 23:03:27 +0000 (0:00:00.368) 0:02:14.032 **** TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:126 Wednesday 07 February 2024 23:03:27 +0000 (0:00:00.018) 0:02:14.051 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Set per-container variables part 0] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Wednesday 07 February 2024 23:03:27 +0000 (0:00:00.059) 0:02:14.110 **** 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 [linux-system-roles.podman : Set per-container variables part 1] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Wednesday 07 February 2024 23:03:27 +0000 (0:00:00.025) 0:02:14.135 **** ok: [sut] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_pull_image": true, "__podman_state": "created", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [linux-system-roles.podman : Fail if no quadlet spec is given] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Wednesday 07 February 2024 23:03:27 +0000 (0:00:00.024) 0:02:14.160 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 2] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Wednesday 07 February 2024 23:03:27 +0000 (0:00:00.019) 0:02:14.179 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-basic", "__podman_quadlet_type": "network", "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Wednesday 07 February 2024 23:03:27 +0000 (0:00:00.032) 0:02:14.212 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml for sut TASK [linux-system-roles.podman : Get user information] ************************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Wednesday 07 February 2024 23:03:27 +0000 (0:00:00.035) 0:02:14.247 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Wednesday 07 February 2024 23:03:27 +0000 (0:00:00.023) 0:02:14.270 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Wednesday 07 February 2024 23:03:27 +0000 (0:00:00.022) 0:02:14.293 **** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Wednesday 07 February 2024 23:03:28 +0000 (0:00:00.026) 0:02:14.319 **** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Wednesday 07 February 2024 23:03:28 +0000 (0:00:00.214) 0:02:14.534 **** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Wednesday 07 February 2024 23:03:28 +0000 (0:00:00.026) 0:02:14.561 **** ok: [sut] => { "changed": false, "stat": { "atime": 1707346929.403915, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1707346897.3680875, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4380682, "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": "50604782", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Wednesday 07 February 2024 23:03:28 +0000 (0:00:00.211) 0:02:14.772 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Wednesday 07 February 2024 23:03:28 +0000 (0:00:00.020) 0:02:14.792 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Wednesday 07 February 2024 23:03:28 +0000 (0:00:00.019) 0:02:14.812 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Wednesday 07 February 2024 23:03:28 +0000 (0:00:00.019) 0:02:14.832 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Wednesday 07 February 2024 23:03:28 +0000 (0:00:00.019) 0:02:14.851 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Wednesday 07 February 2024 23:03:28 +0000 (0:00:00.019) 0:02:14.871 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 3] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Wednesday 07 February 2024 23:03:28 +0000 (0:00:00.019) 0:02:14.890 **** 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 [linux-system-roles.podman : Set per-container variables part 4] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Wednesday 07 February 2024 23:03:28 +0000 (0:00:00.034) 0:02:14.925 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/etc/containers/systemd" }, "changed": false } TASK [linux-system-roles.podman : Get kube yaml contents] ********************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Wednesday 07 February 2024 23:03:28 +0000 (0:00:00.019) 0:02:14.945 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 5] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Wednesday 07 February 2024 23:03:28 +0000 (0:00:00.021) 0:02:14.966 **** ok: [sut] => { "ansible_facts": { "__podman_images": [], "__podman_quadlet_file": "/etc/containers/systemd/quadlet-basic.network", "__podman_volumes": [] }, "changed": false } TASK [linux-system-roles.podman : Cleanup quadlets] **************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Wednesday 07 February 2024 23:03:28 +0000 (0:00:00.045) 0:02:15.012 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Wednesday 07 February 2024 23:03:28 +0000 (0:00:00.019) 0:02:15.032 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Wednesday 07 February 2024 23:03:28 +0000 (0:00:00.039) 0:02:15.072 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Wednesday 07 February 2024 23:03:28 +0000 (0:00:00.032) 0:02:15.105 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Wednesday 07 February 2024 23:03:28 +0000 (0:00:00.019) 0:02:15.124 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Wednesday 07 February 2024 23:03:28 +0000 (0:00:00.018) 0:02:15.143 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:7 Wednesday 07 February 2024 23:03:28 +0000 (0:00:00.018) 0:02:15.162 **** TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:25 Wednesday 07 February 2024 23:03:28 +0000 (0:00:00.017) 0:02:15.180 **** TASK [linux-system-roles.podman : Ensure the quadlet directory is present] ***** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:44 Wednesday 07 February 2024 23:03:28 +0000 (0:00:00.049) 0:02:15.230 **** 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 [linux-system-roles.podman : Ensure quadlet file is copied] *************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:53 Wednesday 07 February 2024 23:03:29 +0000 (0:00:00.220) 0:02:15.450 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure quadlet file content is present] ****** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:63 Wednesday 07 February 2024 23:03:29 +0000 (0:00:00.020) 0:02:15.470 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure quadlet file is present] ************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:75 Wednesday 07 February 2024 23:03:29 +0000 (0:00:00.020) 0:02:15.491 **** changed: [sut] => { "changed": true, "checksum": "527eda617bc3c33ce0c070878f5290eea6be16e5", "dest": "/etc/containers/systemd/quadlet-basic.network", "gid": 0, "group": "root", "md5sum": "1f5dfaba883c749c6004ddcb90f6bdc8", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 118, "src": "/root/.ansible/tmp/ansible-tmp-1707347009.2169108-10070-57673435603463/source", "state": "file", "uid": 0 } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:87 Wednesday 07 February 2024 23:03:29 +0000 (0:00:00.540) 0:02:16.032 **** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:116 Wednesday 07 February 2024 23:03:30 +0000 (0:00:00.530) 0:02:16.563 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:132 Wednesday 07 February 2024 23:03:30 +0000 (0:00:00.021) 0:02:16.585 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 0] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Wednesday 07 February 2024 23:03:30 +0000 (0:00:00.023) 0:02:16.608 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": { "Volume": {} }, "__podman_quadlet_str": "", "__podman_quadlet_template_src": "" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 1] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Wednesday 07 February 2024 23:03:30 +0000 (0:00:00.024) 0:02:16.633 **** ok: [sut] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_pull_image": true, "__podman_state": "created", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [linux-system-roles.podman : Fail if no quadlet spec is given] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Wednesday 07 February 2024 23:03:30 +0000 (0:00:00.024) 0:02:16.658 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 2] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Wednesday 07 February 2024 23:03:30 +0000 (0:00:00.019) 0:02:16.677 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-basic-mysql", "__podman_quadlet_type": "volume", "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Wednesday 07 February 2024 23:03:30 +0000 (0:00:00.027) 0:02:16.705 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml for sut TASK [linux-system-roles.podman : Get user information] ************************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Wednesday 07 February 2024 23:03:30 +0000 (0:00:00.034) 0:02:16.739 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Wednesday 07 February 2024 23:03:30 +0000 (0:00:00.024) 0:02:16.764 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Wednesday 07 February 2024 23:03:30 +0000 (0:00:00.080) 0:02:16.844 **** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Wednesday 07 February 2024 23:03:30 +0000 (0:00:00.027) 0:02:16.871 **** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Wednesday 07 February 2024 23:03:30 +0000 (0:00:00.213) 0:02:17.085 **** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Wednesday 07 February 2024 23:03:30 +0000 (0:00:00.025) 0:02:17.111 **** ok: [sut] => { "changed": false, "stat": { "atime": 1707346929.403915, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1707346897.3680875, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4380682, "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": "50604782", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Wednesday 07 February 2024 23:03:31 +0000 (0:00:00.206) 0:02:17.317 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Wednesday 07 February 2024 23:03:31 +0000 (0:00:00.020) 0:02:17.337 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Wednesday 07 February 2024 23:03:31 +0000 (0:00:00.019) 0:02:17.357 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Wednesday 07 February 2024 23:03:31 +0000 (0:00:00.020) 0:02:17.377 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Wednesday 07 February 2024 23:03:31 +0000 (0:00:00.019) 0:02:17.396 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Wednesday 07 February 2024 23:03:31 +0000 (0:00:00.020) 0:02:17.416 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 3] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Wednesday 07 February 2024 23:03:31 +0000 (0:00:00.019) 0:02:17.436 **** 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 [linux-system-roles.podman : Set per-container variables part 4] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Wednesday 07 February 2024 23:03:31 +0000 (0:00:00.035) 0:02:17.471 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/etc/containers/systemd" }, "changed": false } TASK [linux-system-roles.podman : Get kube yaml contents] ********************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Wednesday 07 February 2024 23:03:31 +0000 (0:00:00.020) 0:02:17.492 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 5] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Wednesday 07 February 2024 23:03:31 +0000 (0:00:00.019) 0:02:17.512 **** ok: [sut] => { "ansible_facts": { "__podman_images": [], "__podman_quadlet_file": "/etc/containers/systemd/quadlet-basic-mysql.volume", "__podman_volumes": [] }, "changed": false } TASK [linux-system-roles.podman : Cleanup quadlets] **************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Wednesday 07 February 2024 23:03:31 +0000 (0:00:00.045) 0:02:17.558 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Wednesday 07 February 2024 23:03:31 +0000 (0:00:00.019) 0:02:17.577 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Wednesday 07 February 2024 23:03:31 +0000 (0:00:00.039) 0:02:17.616 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Wednesday 07 February 2024 23:03:31 +0000 (0:00:00.064) 0:02:17.681 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Wednesday 07 February 2024 23:03:31 +0000 (0:00:00.020) 0:02:17.702 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Wednesday 07 February 2024 23:03:31 +0000 (0:00:00.019) 0:02:17.721 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:7 Wednesday 07 February 2024 23:03:31 +0000 (0:00:00.020) 0:02:17.741 **** TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:25 Wednesday 07 February 2024 23:03:31 +0000 (0:00:00.018) 0:02:17.759 **** TASK [linux-system-roles.podman : Ensure the quadlet directory is present] ***** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:44 Wednesday 07 February 2024 23:03:31 +0000 (0:00:00.018) 0:02:17.778 **** 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": 35, "state": "directory", "uid": 0 } TASK [linux-system-roles.podman : Ensure quadlet file is copied] *************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:53 Wednesday 07 February 2024 23:03:31 +0000 (0:00:00.212) 0:02:17.991 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure quadlet file content is present] ****** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:63 Wednesday 07 February 2024 23:03:31 +0000 (0:00:00.020) 0:02:18.011 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure quadlet file is present] ************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:75 Wednesday 07 February 2024 23:03:31 +0000 (0:00:00.021) 0:02:18.033 **** changed: [sut] => { "changed": true, "checksum": "fd0ae560360afa5541b866560b1e849d25e216ef", "dest": "/etc/containers/systemd/quadlet-basic-mysql.volume", "gid": 0, "group": "root", "md5sum": "4967598a0284ad3e296ab106829a30a2", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 53, "src": "/root/.ansible/tmp/ansible-tmp-1707347011.758695-10154-119773641381713/source", "state": "file", "uid": 0 } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:87 Wednesday 07 February 2024 23:03:32 +0000 (0:00:00.548) 0:02:18.581 **** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:116 Wednesday 07 February 2024 23:03:32 +0000 (0:00:00.525) 0:02:19.106 **** changed: [sut] => { "changed": true, "name": "quadlet-basic-mysql-volume.service", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "sysinit.target -.mount systemd-journald.socket system.slice basic.target", "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/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": "private", "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": "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": "yes", "RemoveIPC": "no", "Requires": "sysinit.target -.mount system.slice", "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", "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" } } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:132 Wednesday 07 February 2024 23:03:33 +0000 (0:00:00.428) 0:02:19.534 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 0] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Wednesday 07 February 2024 23:03:33 +0000 (0:00:00.053) 0:02:19.587 **** 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 [linux-system-roles.podman : Set per-container variables part 1] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Wednesday 07 February 2024 23:03:33 +0000 (0:00:00.027) 0:02:19.615 **** ok: [sut] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_pull_image": true, "__podman_state": "created", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [linux-system-roles.podman : Fail if no quadlet spec is given] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Wednesday 07 February 2024 23:03:33 +0000 (0:00:00.025) 0:02:19.641 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 2] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Wednesday 07 February 2024 23:03:33 +0000 (0:00:00.020) 0:02:19.661 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-basic-mysql", "__podman_quadlet_type": "container", "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Wednesday 07 February 2024 23:03:33 +0000 (0:00:00.027) 0:02:19.689 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml for sut TASK [linux-system-roles.podman : Get user information] ************************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Wednesday 07 February 2024 23:03:33 +0000 (0:00:00.035) 0:02:19.724 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Wednesday 07 February 2024 23:03:33 +0000 (0:00:00.024) 0:02:19.749 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Wednesday 07 February 2024 23:03:33 +0000 (0:00:00.023) 0:02:19.773 **** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Wednesday 07 February 2024 23:03:33 +0000 (0:00:00.026) 0:02:19.799 **** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Wednesday 07 February 2024 23:03:33 +0000 (0:00:00.208) 0:02:20.007 **** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Wednesday 07 February 2024 23:03:33 +0000 (0:00:00.026) 0:02:20.034 **** ok: [sut] => { "changed": false, "stat": { "atime": 1707346929.403915, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1707346897.3680875, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4380682, "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": "50604782", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Wednesday 07 February 2024 23:03:33 +0000 (0:00:00.208) 0:02:20.243 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Wednesday 07 February 2024 23:03:33 +0000 (0:00:00.019) 0:02:20.262 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Wednesday 07 February 2024 23:03:33 +0000 (0:00:00.019) 0:02:20.282 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Wednesday 07 February 2024 23:03:33 +0000 (0:00:00.019) 0:02:20.301 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Wednesday 07 February 2024 23:03:34 +0000 (0:00:00.019) 0:02:20.320 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Wednesday 07 February 2024 23:03:34 +0000 (0:00:00.018) 0:02:20.339 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 3] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Wednesday 07 February 2024 23:03:34 +0000 (0:00:00.050) 0:02:20.390 **** 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 [linux-system-roles.podman : Set per-container variables part 4] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Wednesday 07 February 2024 23:03:34 +0000 (0:00:00.035) 0:02:20.425 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/etc/containers/systemd" }, "changed": false } TASK [linux-system-roles.podman : Get kube yaml contents] ********************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Wednesday 07 February 2024 23:03:34 +0000 (0:00:00.020) 0:02:20.446 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 5] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Wednesday 07 February 2024 23:03:34 +0000 (0:00:00.021) 0:02:20.467 **** 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 [linux-system-roles.podman : Cleanup quadlets] **************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Wednesday 07 February 2024 23:03:34 +0000 (0:00:00.045) 0:02:20.513 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Wednesday 07 February 2024 23:03:34 +0000 (0:00:00.020) 0:02:20.533 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Wednesday 07 February 2024 23:03:34 +0000 (0:00:00.040) 0:02:20.573 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Wednesday 07 February 2024 23:03:34 +0000 (0:00:00.033) 0:02:20.606 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Wednesday 07 February 2024 23:03:34 +0000 (0:00:00.019) 0:02:20.626 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Wednesday 07 February 2024 23:03:34 +0000 (0:00:00.019) 0:02:20.646 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:7 Wednesday 07 February 2024 23:03:34 +0000 (0:00:00.019) 0:02:20.665 **** TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:25 Wednesday 07 February 2024 23:03:34 +0000 (0:00:00.018) 0:02:20.684 **** 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", "attempts": 1, "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": "/var/lib/containers/storage/overlay/63c8cde32bc583ca7971591c23194c1fd072197949f28fcad7f10780ad1af022/diff:/var/lib/containers/storage/overlay/4904a0ac4db0b6060c944fc7c882cba99b79b50f90151785350c0e4ba7f94390/diff:/var/lib/containers/storage/overlay/1822e40336d4b2b31d888f669f443965d4476dae35fd0a67e58eefd9c5ecb9e5/diff:/var/lib/containers/storage/overlay/988a3979591d296974121b0a893ec621ea5e9939ab3cc5e7c194dbe27f7b5677/diff:/var/lib/containers/storage/overlay/ba0315059f870fcb66ebd6517f455f714fb4eeeb4fdee9cefb3d7f59a7b0cdb7/diff:/var/lib/containers/storage/overlay/0dbdd9024cc38ecc226b2c4772718d32ff0abc288b41669d58d506274c16c67a/diff:/var/lib/containers/storage/overlay/f8ddb99f39386eac409b19f8b347a7a10ee91771cfb838c88793ad8947a233f5/diff:/var/lib/containers/storage/overlay/2ecb8e9889676e4b9b129bab56314644612905ce6e6ce1c92d5a86ac8f08f03b/diff:/var/lib/containers/storage/overlay/07e715cdf99b679f1e067f4819d1b7e1ba9ea24229ede4e6b45b9240fe5865f8/diff:/var/lib/containers/storage/overlay/2b83e5699838047f936a3875bcce7fe1b169983bf86785ae7519c5bc488558ae/diff", "UpperDir": "/var/lib/containers/storage/overlay/bb762056c5cde2e3213fe6ccf595176708249829a607b0afc5799075d4a852ec/diff", "WorkDir": "/var/lib/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": [ "/usr/bin/podman image ls quay.io/linux-system-roles/mysql:5.6 --format json", "/usr/bin/podman image exists quay.io/linux-system-roles/mysql:5.6", "/usr/bin/podman pull quay.io/linux-system-roles/mysql:5.6 -q", "/usr/bin/podman inspect dd3b2a5dcb48ff61113592ed5ddd762581be4387c7bc552375a2159422aa6bf5 --format json" ] } TASK [linux-system-roles.podman : Ensure the quadlet directory is present] ***** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:44 Wednesday 07 February 2024 23:03:43 +0000 (0:00:08.722) 0:02:29.406 **** 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": 69, "state": "directory", "uid": 0 } TASK [linux-system-roles.podman : Ensure quadlet file is copied] *************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:53 Wednesday 07 February 2024 23:03:43 +0000 (0:00:00.214) 0:02:29.620 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure quadlet file content is present] ****** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:63 Wednesday 07 February 2024 23:03:43 +0000 (0:00:00.020) 0:02:29.641 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure quadlet file is present] ************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:75 Wednesday 07 February 2024 23:03:43 +0000 (0:00:00.019) 0:02:29.661 **** changed: [sut] => { "changed": true, "checksum": "45cd978d7b06ce53aa29035a1848234b096cce98", "dest": "/etc/containers/systemd/quadlet-basic-mysql.container", "gid": 0, "group": "root", "md5sum": "1d3b87d14c3bfc8b9ec3b735c3840f65", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 443, "src": "/root/.ansible/tmp/ansible-tmp-1707347023.387476-10240-239771215029329/source", "state": "file", "uid": 0 } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:87 Wednesday 07 February 2024 23:03:43 +0000 (0:00:00.539) 0:02:30.201 **** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:116 Wednesday 07 February 2024 23:03:44 +0000 (0:00:00.545) 0:02:30.746 **** changed: [sut] => { "changed": true, "name": "quadlet-basic-mysql.service", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "systemd-journald.socket quadlet-basic-mysql-volume.service system.slice -.mount basic.target sysinit.target quadlet-basic-network.service", "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": "quadlet-basic-mysql.service", "DevicePolicy": "auto", "DynamicUser": "no", "Environment": "PODMAN_SYSTEMD_UNIT=quadlet-basic-mysql.service", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman run --name=quadlet-basic-mysql --cidfile=/run/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/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/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/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/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/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/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", "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": "quadlet-basic-mysql.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": "quadlet-basic-network.service -.mount system.slice quadlet-basic-mysql-volume.service sysinit.target", "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/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]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "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": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:132 Wednesday 07 February 2024 23:03:45 +0000 (0:00:00.801) 0:02:31.547 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Wednesday 07 February 2024 23:03:45 +0000 (0:00:00.020) 0:02:31.568 **** TASK [Check files] ************************************************************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/tests_quadlet_basic.yml:233 Wednesday 07 February 2024 23:03:45 +0000 (0:00:00.045) 0:02:31.614 **** ok: [sut] => (item=quadlet-basic-mysql.container) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "cat", "/etc/containers/systemd/quadlet-basic-mysql.container" ], "delta": "0:00:00.003905", "end": "2024-02-07 23:03:45.541089", "item": "quadlet-basic-mysql.container", "rc": 0, "start": "2024-02-07 23:03:45.537184" } STDOUT: # # Ansible managed # # system_role:podman [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 Environment=BAZ=test ok: [sut] => (item=quadlet-basic.network) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "cat", "/etc/containers/systemd/quadlet-basic.network" ], "delta": "0:00:00.003158", "end": "2024-02-07 23:03:45.764963", "item": "quadlet-basic.network", "rc": 0, "start": "2024-02-07 23:03:45.761805" } STDOUT: # # Ansible managed # # system_role:podman [Network] Subnet=192.168.29.0/24 Gateway=192.168.29.1 Label=app=wordpress ok: [sut] => (item=quadlet-basic-mysql.volume) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "cat", "/etc/containers/systemd/quadlet-basic-mysql.volume" ], "delta": "0:00:00.003187", "end": "2024-02-07 23:03:46.020983", "item": "quadlet-basic-mysql.volume", "rc": 0, "start": "2024-02-07 23:03:46.017796" } STDOUT: # # Ansible managed # # system_role:podman [Volume] TASK [Check JSON] ************************************************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/tests_quadlet_basic.yml:243 Wednesday 07 February 2024 23:03:46 +0000 (0:00:00.746) 0:02:32.361 **** ok: [sut] => { "changed": false, "cmd": [ "podman", "exec", "quadlet-basic-mysql", "cat", "/tmp/test.json" ], "delta": "0:00:00.153396", "end": "2024-02-07 23:03:46.493326", "failed_when_result": false, "rc": 0, "start": "2024-02-07 23:03:46.339930" } STDOUT: {"test": "json"} TASK [Cleanup user] ************************************************************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/tests_quadlet_basic.yml:258 Wednesday 07 February 2024 23:03:46 +0000 (0:00:00.485) 0:02:32.846 **** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Wednesday 07 February 2024 23:03:46 +0000 (0:00:00.030) 0:02:32.877 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/set_vars.yml for sut TASK [linux-system-roles.podman : Ensure ansible_facts used by role] *********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Wednesday 07 February 2024 23:03:46 +0000 (0:00:00.035) 0:02:32.912 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if system is ostree] ******************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Wednesday 07 February 2024 23:03:46 +0000 (0:00:00.027) 0:02:32.939 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set flag to indicate system is ostree] ******* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Wednesday 07 February 2024 23:03:46 +0000 (0:00:00.019) 0:02:32.959 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Wednesday 07 February 2024 23:03:46 +0000 (0:00:00.020) 0:02:32.980 **** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-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, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Wednesday 07 February 2024 23:03:46 +0000 (0:00:00.045) 0:02:33.025 **** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Enable copr if requested] ******************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Wednesday 07 February 2024 23:03:47 +0000 (0:00:01.053) 0:02:34.079 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure required packages are installed] ****** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Wednesday 07 February 2024 23:03:47 +0000 (0:00:00.020) 0:02:34.099 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Wednesday 07 February 2024 23:03:47 +0000 (0:00:00.023) 0:02:34.122 **** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.034397", "end": "2024-02-07 23:03:48.049427", "rc": 0, "start": "2024-02-07 23:03:48.015030" } STDOUT: podman version 4.8.1 TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:28 Wednesday 07 February 2024 23:03:48 +0000 (0:00:00.266) 0:02:34.388 **** ok: [sut] => { "ansible_facts": { "podman_version": "4.8.1" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:32 Wednesday 07 February 2024 23:03:48 +0000 (0:00:00.021) 0:02:34.410 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:39 Wednesday 07 February 2024 23:03:48 +0000 (0:00:00.019) 0:02:34.429 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: end_host conditional evaluated to false, continuing execution for sut TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:56 Wednesday 07 February 2024 23:03:48 +0000 (0:00:00.060) 0:02:34.490 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml for sut TASK [linux-system-roles.podman : Get user information] ************************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Wednesday 07 February 2024 23:03:48 +0000 (0:00:00.039) 0:02:34.529 **** ok: [sut] => { "ansible_facts": { "getent_passwd": { "user_quadlet_basic": [ "x", "1111", "1111", "", "/home/user_quadlet_basic", "/bin/bash" ] } }, "changed": false } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Wednesday 07 February 2024 23:03:48 +0000 (0:00:00.218) 0:02:34.748 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Wednesday 07 February 2024 23:03:48 +0000 (0:00:00.036) 0:02:34.784 **** ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Wednesday 07 February 2024 23:03:48 +0000 (0:00:00.028) 0:02:34.813 **** ok: [sut] => { "ansible_facts": { "getent_group": { "user_quadlet_basic": [ "x", "1111", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Wednesday 07 February 2024 23:03:48 +0000 (0:00:00.287) 0:02:35.100 **** ok: [sut] => { "ansible_facts": { "__podman_group_name": "user_quadlet_basic" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Wednesday 07 February 2024 23:03:48 +0000 (0:00:00.027) 0:02:35.127 **** ok: [sut] => { "changed": false, "stat": { "atime": 1707346929.403915, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1707346897.3680875, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4380682, "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": "50604782", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Wednesday 07 February 2024 23:03:49 +0000 (0:00:00.208) 0:02:35.336 **** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.003989", "end": "2024-02-07 23:03:49.205344", "rc": 0, "start": "2024-02-07 23:03:49.201355" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Wednesday 07 February 2024 23:03:49 +0000 (0:00:00.207) 0:02:35.543 **** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.004014", "end": "2024-02-07 23:03:49.415389", "rc": 0, "start": "2024-02-07 23:03:49.411375" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Wednesday 07 February 2024 23:03:49 +0000 (0:00:00.212) 0:02:35.755 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Wednesday 07 February 2024 23:03:49 +0000 (0:00:00.020) 0:02:35.776 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Wednesday 07 February 2024 23:03:49 +0000 (0:00:00.021) 0:02:35.797 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Wednesday 07 February 2024 23:03:49 +0000 (0:00:00.024) 0:02:35.822 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:62 Wednesday 07 February 2024 23:03:49 +0000 (0:00:00.020) 0:02:35.842 **** 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 [linux-system-roles.podman : Handle container.conf.d] ********************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:80 Wednesday 07 February 2024 23:03:49 +0000 (0:00:00.026) 0:02:35.868 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml for sut TASK [linux-system-roles.podman : Ensure containers.d exists] ****************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Wednesday 07 February 2024 23:03:49 +0000 (0:00:00.036) 0:02:35.905 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Wednesday 07 February 2024 23:03:49 +0000 (0:00:00.019) 0:02:35.925 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:83 Wednesday 07 February 2024 23:03:49 +0000 (0:00:00.019) 0:02:35.945 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml for sut TASK [linux-system-roles.podman : Ensure registries.d exists] ****************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Wednesday 07 February 2024 23:03:49 +0000 (0:00:00.038) 0:02:35.983 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Wednesday 07 February 2024 23:03:49 +0000 (0:00:00.019) 0:02:36.002 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:86 Wednesday 07 February 2024 23:03:49 +0000 (0:00:00.048) 0:02:36.050 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml for sut TASK [linux-system-roles.podman : Ensure storage.conf parent dir exists] ******* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Wednesday 07 February 2024 23:03:49 +0000 (0:00:00.039) 0:02:36.090 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Wednesday 07 February 2024 23:03:49 +0000 (0:00:00.019) 0:02:36.109 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:89 Wednesday 07 February 2024 23:03:49 +0000 (0:00:00.019) 0:02:36.129 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml for sut TASK [linux-system-roles.podman : Ensure policy.json parent dir exists] ******** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Wednesday 07 February 2024 23:03:49 +0000 (0:00:00.039) 0:02:36.169 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stat the policy.json file] ******************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Wednesday 07 February 2024 23:03:49 +0000 (0:00:00.020) 0:02:36.189 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get the existing policy.json] **************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Wednesday 07 February 2024 23:03:49 +0000 (0:00:00.019) 0:02:36.208 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Write new policy.json file] ****************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Wednesday 07 February 2024 23:03:49 +0000 (0:00:00.019) 0:02:36.228 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:95 Wednesday 07 February 2024 23:03:49 +0000 (0:00:00.024) 0:02:36.252 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:102 Wednesday 07 February 2024 23:03:49 +0000 (0:00:00.020) 0:02:36.273 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Keep track of users that need to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:109 Wednesday 07 February 2024 23:03:49 +0000 (0:00:00.024) 0:02:36.297 **** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:113 Wednesday 07 February 2024 23:03:50 +0000 (0:00:00.019) 0:02:36.317 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml for sut included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml for sut TASK [linux-system-roles.podman : Set variables part 1] ************************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:3 Wednesday 07 February 2024 23:03:50 +0000 (0:00:00.059) 0:02:36.376 **** ok: [sut] => { "ansible_facts": { "__podman_user": "user_quadlet_basic" }, "changed": false } TASK [linux-system-roles.podman : Set variables part 2] ************************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:8 Wednesday 07 February 2024 23:03:50 +0000 (0:00:00.021) 0:02:36.397 **** ok: [sut] => { "ansible_facts": { "__podman_rootless": true, "__podman_xdg_runtime_dir": "/run/user/1111" }, "changed": false } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:14 Wednesday 07 February 2024 23:03:50 +0000 (0:00:00.025) 0:02:36.423 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Wednesday 07 February 2024 23:03:50 +0000 (0:00:00.031) 0:02:36.454 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Wednesday 07 February 2024 23:03:50 +0000 (0:00:00.051) 0:02:36.505 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Wednesday 07 February 2024 23:03:50 +0000 (0:00:00.021) 0:02:36.527 **** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [ "user_quadlet_basic" ] }, "changed": false } TASK [linux-system-roles.podman : Stat XDG_RUNTIME_DIR] ************************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:19 Wednesday 07 February 2024 23:03:50 +0000 (0:00:00.023) 0:02:36.550 **** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.podman : Manage each secret] ************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:35 Wednesday 07 February 2024 23:03:50 +0000 (0:00:00.208) 0:02:36.758 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set variables part 1] ************************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:3 Wednesday 07 February 2024 23:03:50 +0000 (0:00:00.023) 0:02:36.782 **** ok: [sut] => { "ansible_facts": { "__podman_user": "user_quadlet_basic" }, "changed": false } TASK [linux-system-roles.podman : Set variables part 2] ************************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:8 Wednesday 07 February 2024 23:03:50 +0000 (0:00:00.020) 0:02:36.803 **** ok: [sut] => { "ansible_facts": { "__podman_rootless": true, "__podman_xdg_runtime_dir": "/run/user/1111" }, "changed": false } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:14 Wednesday 07 February 2024 23:03:50 +0000 (0:00:00.026) 0:02:36.829 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Wednesday 07 February 2024 23:03:50 +0000 (0:00:00.031) 0:02:36.860 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Wednesday 07 February 2024 23:03:50 +0000 (0:00:00.021) 0:02:36.882 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Wednesday 07 February 2024 23:03:50 +0000 (0:00:00.022) 0:02:36.904 **** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [ "user_quadlet_basic" ] }, "changed": false } TASK [linux-system-roles.podman : Stat XDG_RUNTIME_DIR] ************************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:19 Wednesday 07 February 2024 23:03:50 +0000 (0:00:00.024) 0:02:36.928 **** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.podman : Manage each secret] ************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:35 Wednesday 07 February 2024 23:03:50 +0000 (0:00:00.259) 0:02:37.188 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle Kubernetes specifications] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:120 Wednesday 07 February 2024 23:03:50 +0000 (0:00:00.020) 0:02:37.209 **** TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:126 Wednesday 07 February 2024 23:03:50 +0000 (0:00:00.018) 0:02:37.228 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Set per-container variables part 0] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Wednesday 07 February 2024 23:03:50 +0000 (0:00:00.062) 0:02:37.290 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": { "Volume": {} }, "__podman_quadlet_str": "", "__podman_quadlet_template_src": "" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 1] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Wednesday 07 February 2024 23:03:51 +0000 (0:00:00.064) 0:02:37.355 **** 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 [linux-system-roles.podman : Fail if no quadlet spec is given] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Wednesday 07 February 2024 23:03:51 +0000 (0:00:00.024) 0:02:37.380 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 2] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Wednesday 07 February 2024 23:03:51 +0000 (0:00:00.020) 0:02:37.400 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-basic-mysql", "__podman_quadlet_type": "volume", "__podman_rootless": true }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Wednesday 07 February 2024 23:03:51 +0000 (0:00:00.027) 0:02:37.427 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml for sut TASK [linux-system-roles.podman : Get user information] ************************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Wednesday 07 February 2024 23:03:51 +0000 (0:00:00.035) 0:02:37.463 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Wednesday 07 February 2024 23:03:51 +0000 (0:00:00.030) 0:02:37.494 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Wednesday 07 February 2024 23:03:51 +0000 (0:00:00.024) 0:02:37.518 **** ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Wednesday 07 February 2024 23:03:51 +0000 (0:00:00.026) 0:02:37.544 **** ok: [sut] => { "ansible_facts": { "getent_group": { "user_quadlet_basic": [ "x", "1111", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Wednesday 07 February 2024 23:03:51 +0000 (0:00:00.212) 0:02:37.757 **** ok: [sut] => { "ansible_facts": { "__podman_group_name": "user_quadlet_basic" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Wednesday 07 February 2024 23:03:51 +0000 (0:00:00.026) 0:02:37.783 **** ok: [sut] => { "changed": false, "stat": { "atime": 1707346929.403915, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1707346897.3680875, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4380682, "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": "50604782", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Wednesday 07 February 2024 23:03:51 +0000 (0:00:00.322) 0:02:38.106 **** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.006530", "end": "2024-02-07 23:03:52.108878", "rc": 0, "start": "2024-02-07 23:03:52.102348" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Wednesday 07 February 2024 23:03:52 +0000 (0:00:00.349) 0:02:38.455 **** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.006782", "end": "2024-02-07 23:03:52.465377", "rc": 0, "start": "2024-02-07 23:03:52.458595" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Wednesday 07 February 2024 23:03:52 +0000 (0:00:00.355) 0:02:38.811 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Wednesday 07 February 2024 23:03:52 +0000 (0:00:00.050) 0:02:38.861 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Wednesday 07 February 2024 23:03:52 +0000 (0:00:00.019) 0:02:38.881 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Wednesday 07 February 2024 23:03:52 +0000 (0:00:00.020) 0:02:38.901 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 3] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Wednesday 07 February 2024 23:03:52 +0000 (0:00:00.019) 0:02:38.921 **** 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 [linux-system-roles.podman : Set per-container variables part 4] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Wednesday 07 February 2024 23:03:52 +0000 (0:00:00.035) 0:02:38.956 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/home/user_quadlet_basic/.config/containers/systemd" }, "changed": false } TASK [linux-system-roles.podman : Get kube yaml contents] ********************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Wednesday 07 February 2024 23:03:52 +0000 (0:00:00.023) 0:02:38.980 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 5] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Wednesday 07 February 2024 23:03:52 +0000 (0:00:00.021) 0:02:39.001 **** 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 [linux-system-roles.podman : Cleanup quadlets] **************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Wednesday 07 February 2024 23:03:52 +0000 (0:00:00.045) 0:02:39.047 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Stat XDG_RUNTIME_DIR] ************************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Wednesday 07 February 2024 23:03:52 +0000 (0:00:00.042) 0:02:39.089 **** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 Wednesday 07 February 2024 23:03:53 +0000 (0:00:00.319) 0:02:39.408 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Remove quadlet file] ************************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:33 Wednesday 07 February 2024 23:03:53 +0000 (0:00:00.021) 0:02:39.430 **** ok: [sut] => { "changed": false, "path": "/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic-mysql.volume", "state": "absent" } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:39 Wednesday 07 February 2024 23:03:53 +0000 (0:00:00.350) 0:02:39.781 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Wednesday 07 February 2024 23:03:53 +0000 (0:00:00.032) 0:02:39.813 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Wednesday 07 February 2024 23:03:53 +0000 (0:00:00.020) 0:02:39.834 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Wednesday 07 February 2024 23:03:53 +0000 (0:00:00.021) 0:02:39.855 **** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [ "user_quadlet_basic" ] }, "changed": false } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:47 Wednesday 07 February 2024 23:03:53 +0000 (0:00:00.023) 0:02:39.878 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:56 Wednesday 07 February 2024 23:03:53 +0000 (0:00:00.052) 0:02:39.930 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:64 Wednesday 07 February 2024 23:03:53 +0000 (0:00:00.022) 0:02:39.953 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Wednesday 07 February 2024 23:03:53 +0000 (0:00:00.020) 0:02:39.973 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 0] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Wednesday 07 February 2024 23:03:53 +0000 (0:00:00.020) 0:02:39.994 **** 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 [linux-system-roles.podman : Set per-container variables part 1] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Wednesday 07 February 2024 23:03:53 +0000 (0:00:00.025) 0:02:40.019 **** 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 [linux-system-roles.podman : Fail if no quadlet spec is given] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Wednesday 07 February 2024 23:03:53 +0000 (0:00:00.025) 0:02:40.045 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 2] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Wednesday 07 February 2024 23:03:53 +0000 (0:00:00.019) 0:02:40.064 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-basic-mysql", "__podman_quadlet_type": "container", "__podman_rootless": true }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Wednesday 07 February 2024 23:03:53 +0000 (0:00:00.028) 0:02:40.092 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml for sut TASK [linux-system-roles.podman : Get user information] ************************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Wednesday 07 February 2024 23:03:53 +0000 (0:00:00.034) 0:02:40.126 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Wednesday 07 February 2024 23:03:53 +0000 (0:00:00.023) 0:02:40.149 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Wednesday 07 February 2024 23:03:53 +0000 (0:00:00.024) 0:02:40.174 **** ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Wednesday 07 February 2024 23:03:53 +0000 (0:00:00.026) 0:02:40.201 **** ok: [sut] => { "ansible_facts": { "getent_group": { "user_quadlet_basic": [ "x", "1111", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Wednesday 07 February 2024 23:03:54 +0000 (0:00:00.210) 0:02:40.412 **** ok: [sut] => { "ansible_facts": { "__podman_group_name": "user_quadlet_basic" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Wednesday 07 February 2024 23:03:54 +0000 (0:00:00.025) 0:02:40.437 **** ok: [sut] => { "changed": false, "stat": { "atime": 1707346929.403915, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1707346897.3680875, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4380682, "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": "50604782", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Wednesday 07 February 2024 23:03:54 +0000 (0:00:00.208) 0:02:40.645 **** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.004250", "end": "2024-02-07 23:03:54.515681", "rc": 0, "start": "2024-02-07 23:03:54.511431" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Wednesday 07 February 2024 23:03:54 +0000 (0:00:00.208) 0:02:40.854 **** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.004243", "end": "2024-02-07 23:03:54.725172", "rc": 0, "start": "2024-02-07 23:03:54.720929" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Wednesday 07 February 2024 23:03:54 +0000 (0:00:00.208) 0:02:41.062 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Wednesday 07 February 2024 23:03:54 +0000 (0:00:00.020) 0:02:41.082 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Wednesday 07 February 2024 23:03:54 +0000 (0:00:00.019) 0:02:41.102 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Wednesday 07 February 2024 23:03:54 +0000 (0:00:00.019) 0:02:41.122 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 3] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Wednesday 07 February 2024 23:03:54 +0000 (0:00:00.019) 0:02:41.141 **** 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 [linux-system-roles.podman : Set per-container variables part 4] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Wednesday 07 February 2024 23:03:54 +0000 (0:00:00.036) 0:02:41.177 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/home/user_quadlet_basic/.config/containers/systemd" }, "changed": false } TASK [linux-system-roles.podman : Get kube yaml contents] ********************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Wednesday 07 February 2024 23:03:54 +0000 (0:00:00.020) 0:02:41.198 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 5] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Wednesday 07 February 2024 23:03:54 +0000 (0:00:00.020) 0:02:41.219 **** 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 [linux-system-roles.podman : Cleanup quadlets] **************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Wednesday 07 February 2024 23:03:54 +0000 (0:00:00.046) 0:02:41.265 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Stat XDG_RUNTIME_DIR] ************************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Wednesday 07 February 2024 23:03:54 +0000 (0:00:00.041) 0:02:41.307 **** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 Wednesday 07 February 2024 23:03:55 +0000 (0:00:00.207) 0:02:41.514 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Remove quadlet file] ************************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:33 Wednesday 07 February 2024 23:03:55 +0000 (0:00:00.021) 0:02:41.536 **** ok: [sut] => { "changed": false, "path": "/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic-mysql.container", "state": "absent" } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:39 Wednesday 07 February 2024 23:03:55 +0000 (0:00:00.208) 0:02:41.744 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Wednesday 07 February 2024 23:03:55 +0000 (0:00:00.032) 0:02:41.776 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Wednesday 07 February 2024 23:03:55 +0000 (0:00:00.020) 0:02:41.797 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Wednesday 07 February 2024 23:03:55 +0000 (0:00:00.020) 0:02:41.818 **** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [ "user_quadlet_basic" ] }, "changed": false } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:47 Wednesday 07 February 2024 23:03:55 +0000 (0:00:00.054) 0:02:41.872 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:56 Wednesday 07 February 2024 23:03:55 +0000 (0:00:00.021) 0:02:41.894 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:64 Wednesday 07 February 2024 23:03:55 +0000 (0:00:00.020) 0:02:41.915 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Wednesday 07 February 2024 23:03:55 +0000 (0:00:00.023) 0:02:41.938 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 0] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Wednesday 07 February 2024 23:03:55 +0000 (0:00:00.021) 0:02:41.960 **** 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 [linux-system-roles.podman : Set per-container variables part 1] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Wednesday 07 February 2024 23:03:55 +0000 (0:00:00.027) 0:02:41.987 **** 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 [linux-system-roles.podman : Fail if no quadlet spec is given] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Wednesday 07 February 2024 23:03:55 +0000 (0:00:00.024) 0:02:42.012 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 2] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Wednesday 07 February 2024 23:03:55 +0000 (0:00:00.022) 0:02:42.035 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-basic", "__podman_quadlet_type": "network", "__podman_rootless": true }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Wednesday 07 February 2024 23:03:55 +0000 (0:00:00.029) 0:02:42.064 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml for sut TASK [linux-system-roles.podman : Get user information] ************************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Wednesday 07 February 2024 23:03:55 +0000 (0:00:00.035) 0:02:42.100 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Wednesday 07 February 2024 23:03:55 +0000 (0:00:00.025) 0:02:42.125 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Wednesday 07 February 2024 23:03:55 +0000 (0:00:00.023) 0:02:42.148 **** ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Wednesday 07 February 2024 23:03:55 +0000 (0:00:00.026) 0:02:42.174 **** ok: [sut] => { "ansible_facts": { "getent_group": { "user_quadlet_basic": [ "x", "1111", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Wednesday 07 February 2024 23:03:56 +0000 (0:00:00.265) 0:02:42.440 **** ok: [sut] => { "ansible_facts": { "__podman_group_name": "user_quadlet_basic" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Wednesday 07 February 2024 23:03:56 +0000 (0:00:00.028) 0:02:42.468 **** ok: [sut] => { "changed": false, "stat": { "atime": 1707346929.403915, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1707346897.3680875, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4380682, "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": "50604782", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Wednesday 07 February 2024 23:03:56 +0000 (0:00:00.210) 0:02:42.679 **** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.004027", "end": "2024-02-07 23:03:56.550379", "rc": 0, "start": "2024-02-07 23:03:56.546352" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Wednesday 07 February 2024 23:03:56 +0000 (0:00:00.241) 0:02:42.920 **** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.004184", "end": "2024-02-07 23:03:56.791801", "rc": 0, "start": "2024-02-07 23:03:56.787617" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Wednesday 07 February 2024 23:03:56 +0000 (0:00:00.211) 0:02:43.132 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Wednesday 07 February 2024 23:03:56 +0000 (0:00:00.021) 0:02:43.154 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Wednesday 07 February 2024 23:03:56 +0000 (0:00:00.020) 0:02:43.174 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Wednesday 07 February 2024 23:03:56 +0000 (0:00:00.020) 0:02:43.194 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 3] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Wednesday 07 February 2024 23:03:56 +0000 (0:00:00.019) 0:02:43.214 **** 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 [linux-system-roles.podman : Set per-container variables part 4] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Wednesday 07 February 2024 23:03:56 +0000 (0:00:00.036) 0:02:43.250 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/home/user_quadlet_basic/.config/containers/systemd" }, "changed": false } TASK [linux-system-roles.podman : Get kube yaml contents] ********************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Wednesday 07 February 2024 23:03:56 +0000 (0:00:00.020) 0:02:43.271 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 5] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Wednesday 07 February 2024 23:03:56 +0000 (0:00:00.020) 0:02:43.291 **** ok: [sut] => { "ansible_facts": { "__podman_images": [], "__podman_quadlet_file": "/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic.network", "__podman_volumes": [] }, "changed": false } TASK [linux-system-roles.podman : Cleanup quadlets] **************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Wednesday 07 February 2024 23:03:57 +0000 (0:00:00.044) 0:02:43.336 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Stat XDG_RUNTIME_DIR] ************************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Wednesday 07 February 2024 23:03:57 +0000 (0:00:00.042) 0:02:43.379 **** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 Wednesday 07 February 2024 23:03:57 +0000 (0:00:00.202) 0:02:43.581 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Remove quadlet file] ************************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:33 Wednesday 07 February 2024 23:03:57 +0000 (0:00:00.021) 0:02:43.602 **** ok: [sut] => { "changed": false, "path": "/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic.network", "state": "absent" } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:39 Wednesday 07 February 2024 23:03:57 +0000 (0:00:00.210) 0:02:43.812 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Wednesday 07 February 2024 23:03:57 +0000 (0:00:00.032) 0:02:43.845 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Wednesday 07 February 2024 23:03:57 +0000 (0:00:00.022) 0:02:43.867 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Wednesday 07 February 2024 23:03:57 +0000 (0:00:00.060) 0:02:43.928 **** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [ "user_quadlet_basic" ] }, "changed": false } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:47 Wednesday 07 February 2024 23:03:57 +0000 (0:00:00.023) 0:02:43.951 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:56 Wednesday 07 February 2024 23:03:57 +0000 (0:00:00.020) 0:02:43.972 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:64 Wednesday 07 February 2024 23:03:57 +0000 (0:00:00.021) 0:02:43.993 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Wednesday 07 February 2024 23:03:57 +0000 (0:00:00.020) 0:02:44.014 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Wednesday 07 February 2024 23:03:57 +0000 (0:00:00.019) 0:02:44.033 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml for sut TASK [linux-system-roles.podman : Get user information] ************************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:4 Wednesday 07 February 2024 23:03:57 +0000 (0:00:00.056) 0:02:44.090 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set cancel linger vars] ********************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:12 Wednesday 07 February 2024 23:03:57 +0000 (0:00:00.024) 0:02:44.115 **** ok: [sut] => { "ansible_facts": { "__podman_xdg_runtime_dir": "/run/user/1111" }, "changed": false } TASK [linux-system-roles.podman : Stat XDG_RUNTIME_DIR] ************************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:17 Wednesday 07 February 2024 23:03:57 +0000 (0:00:00.024) 0:02:44.139 **** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.podman : Gather facts for containers] ***************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:22 Wednesday 07 February 2024 23:03:58 +0000 (0:00:00.199) 0:02:44.339 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Gather facts for networks] ******************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:31 Wednesday 07 February 2024 23:03:58 +0000 (0:00:00.020) 0:02:44.359 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Gather secrets] ****************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:41 Wednesday 07 February 2024 23:03:58 +0000 (0:00:00.021) 0:02:44.381 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger if no more resources are in use] *** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:51 Wednesday 07 February 2024 23:03:58 +0000 (0:00:00.022) 0:02:44.403 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Remove test user] ******************************************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/tests_quadlet_basic.yml:272 Wednesday 07 February 2024 23:03:58 +0000 (0:00:00.019) 0:02:44.423 **** changed: [sut] => { "changed": true, "force": false, "name": "user_quadlet_basic", "remove": false, "state": "absent" } TASK [Cleanup system - root] *************************************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/tests_quadlet_basic.yml:278 Wednesday 07 February 2024 23:03:58 +0000 (0:00:00.346) 0:02:44.770 **** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Wednesday 07 February 2024 23:03:58 +0000 (0:00:00.077) 0:02:44.848 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/set_vars.yml for sut TASK [linux-system-roles.podman : Ensure ansible_facts used by role] *********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Wednesday 07 February 2024 23:03:58 +0000 (0:00:00.035) 0:02:44.883 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if system is ostree] ******************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Wednesday 07 February 2024 23:03:58 +0000 (0:00:00.025) 0:02:44.908 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set flag to indicate system is ostree] ******* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Wednesday 07 February 2024 23:03:58 +0000 (0:00:00.019) 0:02:44.928 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Wednesday 07 February 2024 23:03:58 +0000 (0:00:00.020) 0:02:44.949 **** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-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, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Wednesday 07 February 2024 23:03:58 +0000 (0:00:00.047) 0:02:44.996 **** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Enable copr if requested] ******************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Wednesday 07 February 2024 23:03:59 +0000 (0:00:00.984) 0:02:45.981 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure required packages are installed] ****** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Wednesday 07 February 2024 23:03:59 +0000 (0:00:00.019) 0:02:46.001 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Wednesday 07 February 2024 23:03:59 +0000 (0:00:00.025) 0:02:46.027 **** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.035218", "end": "2024-02-07 23:03:59.925074", "rc": 0, "start": "2024-02-07 23:03:59.889856" } STDOUT: podman version 4.8.1 TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:28 Wednesday 07 February 2024 23:03:59 +0000 (0:00:00.236) 0:02:46.263 **** ok: [sut] => { "ansible_facts": { "podman_version": "4.8.1" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:32 Wednesday 07 February 2024 23:03:59 +0000 (0:00:00.022) 0:02:46.286 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:39 Wednesday 07 February 2024 23:04:00 +0000 (0:00:00.047) 0:02:46.333 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: end_host conditional evaluated to false, continuing execution for sut TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:56 Wednesday 07 February 2024 23:04:00 +0000 (0:00:00.061) 0:02:46.395 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml for sut TASK [linux-system-roles.podman : Get user information] ************************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Wednesday 07 February 2024 23:04:00 +0000 (0:00:00.038) 0:02:46.434 **** ok: [sut] => { "ansible_facts": { "getent_passwd": { "root": [ "x", "0", "0", "root", "/root", "/bin/bash" ] } }, "changed": false } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Wednesday 07 February 2024 23:04:00 +0000 (0:00:00.214) 0:02:46.648 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Wednesday 07 February 2024 23:04:00 +0000 (0:00:00.028) 0:02:46.676 **** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Wednesday 07 February 2024 23:04:00 +0000 (0:00:00.030) 0:02:46.707 **** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Wednesday 07 February 2024 23:04:00 +0000 (0:00:00.222) 0:02:46.929 **** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Wednesday 07 February 2024 23:04:00 +0000 (0:00:00.034) 0:02:46.963 **** ok: [sut] => { "changed": false, "stat": { "atime": 1707346929.403915, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1707346897.3680875, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4380682, "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": "50604782", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Wednesday 07 February 2024 23:04:00 +0000 (0:00:00.267) 0:02:47.231 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Wednesday 07 February 2024 23:04:00 +0000 (0:00:00.039) 0:02:47.270 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Wednesday 07 February 2024 23:04:00 +0000 (0:00:00.030) 0:02:47.300 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Wednesday 07 February 2024 23:04:01 +0000 (0:00:00.021) 0:02:47.322 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Wednesday 07 February 2024 23:04:01 +0000 (0:00:00.040) 0:02:47.362 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Wednesday 07 February 2024 23:04:01 +0000 (0:00:00.043) 0:02:47.406 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:62 Wednesday 07 February 2024 23:04:01 +0000 (0:00:00.027) 0:02:47.433 **** 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 [linux-system-roles.podman : Handle container.conf.d] ********************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:80 Wednesday 07 February 2024 23:04:01 +0000 (0:00:00.075) 0:02:47.509 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml for sut TASK [linux-system-roles.podman : Ensure containers.d exists] ****************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Wednesday 07 February 2024 23:04:01 +0000 (0:00:00.041) 0:02:47.550 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Wednesday 07 February 2024 23:04:01 +0000 (0:00:00.022) 0:02:47.572 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:83 Wednesday 07 February 2024 23:04:01 +0000 (0:00:00.025) 0:02:47.598 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml for sut TASK [linux-system-roles.podman : Ensure registries.d exists] ****************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Wednesday 07 February 2024 23:04:01 +0000 (0:00:00.041) 0:02:47.640 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Wednesday 07 February 2024 23:04:01 +0000 (0:00:00.021) 0:02:47.662 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:86 Wednesday 07 February 2024 23:04:01 +0000 (0:00:00.020) 0:02:47.683 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml for sut TASK [linux-system-roles.podman : Ensure storage.conf parent dir exists] ******* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Wednesday 07 February 2024 23:04:01 +0000 (0:00:00.040) 0:02:47.723 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Wednesday 07 February 2024 23:04:01 +0000 (0:00:00.024) 0:02:47.748 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:89 Wednesday 07 February 2024 23:04:01 +0000 (0:00:00.019) 0:02:47.768 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml for sut TASK [linux-system-roles.podman : Ensure policy.json parent dir exists] ******** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Wednesday 07 February 2024 23:04:01 +0000 (0:00:00.041) 0:02:47.809 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stat the policy.json file] ******************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Wednesday 07 February 2024 23:04:01 +0000 (0:00:00.022) 0:02:47.831 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get the existing policy.json] **************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Wednesday 07 February 2024 23:04:01 +0000 (0:00:00.023) 0:02:47.854 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Write new policy.json file] ****************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Wednesday 07 February 2024 23:04:01 +0000 (0:00:00.022) 0:02:47.876 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:95 Wednesday 07 February 2024 23:04:01 +0000 (0:00:00.035) 0:02:47.911 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:102 Wednesday 07 February 2024 23:04:01 +0000 (0:00:00.054) 0:02:47.966 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Keep track of users that need to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:109 Wednesday 07 February 2024 23:04:01 +0000 (0:00:00.096) 0:02:48.063 **** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:113 Wednesday 07 February 2024 23:04:01 +0000 (0:00:00.025) 0:02:48.088 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml for sut included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml for sut TASK [linux-system-roles.podman : Set variables part 1] ************************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:3 Wednesday 07 February 2024 23:04:01 +0000 (0:00:00.064) 0:02:48.153 **** ok: [sut] => { "ansible_facts": { "__podman_user": "root" }, "changed": false } TASK [linux-system-roles.podman : Set variables part 2] ************************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:8 Wednesday 07 February 2024 23:04:01 +0000 (0:00:00.034) 0:02:48.187 **** ok: [sut] => { "ansible_facts": { "__podman_rootless": false, "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:14 Wednesday 07 February 2024 23:04:01 +0000 (0:00:00.051) 0:02:48.239 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Wednesday 07 February 2024 23:04:01 +0000 (0:00:00.045) 0:02:48.284 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Wednesday 07 February 2024 23:04:02 +0000 (0:00:00.030) 0:02:48.315 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Wednesday 07 February 2024 23:04:02 +0000 (0:00:00.029) 0:02:48.345 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stat XDG_RUNTIME_DIR] ************************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:19 Wednesday 07 February 2024 23:04:02 +0000 (0:00:00.051) 0:02:48.396 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Manage each secret] ************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:35 Wednesday 07 February 2024 23:04:02 +0000 (0:00:00.055) 0:02:48.452 **** changed: [sut] => { "changed": true } TASK [linux-system-roles.podman : Set variables part 1] ************************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:3 Wednesday 07 February 2024 23:04:02 +0000 (0:00:00.278) 0:02:48.730 **** ok: [sut] => { "ansible_facts": { "__podman_user": "root" }, "changed": false } TASK [linux-system-roles.podman : Set variables part 2] ************************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:8 Wednesday 07 February 2024 23:04:02 +0000 (0:00:00.022) 0:02:48.752 **** ok: [sut] => { "ansible_facts": { "__podman_rootless": false, "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:14 Wednesday 07 February 2024 23:04:02 +0000 (0:00:00.027) 0:02:48.779 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Wednesday 07 February 2024 23:04:02 +0000 (0:00:00.033) 0:02:48.812 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Wednesday 07 February 2024 23:04:02 +0000 (0:00:00.020) 0:02:48.833 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Wednesday 07 February 2024 23:04:02 +0000 (0:00:00.020) 0:02:48.853 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stat XDG_RUNTIME_DIR] ************************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:19 Wednesday 07 February 2024 23:04:02 +0000 (0:00:00.055) 0:02:48.909 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Manage each secret] ************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:35 Wednesday 07 February 2024 23:04:02 +0000 (0:00:00.020) 0:02:48.929 **** changed: [sut] => { "changed": true } TASK [linux-system-roles.podman : Handle Kubernetes specifications] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:120 Wednesday 07 February 2024 23:04:02 +0000 (0:00:00.257) 0:02:49.186 **** TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:126 Wednesday 07 February 2024 23:04:02 +0000 (0:00:00.020) 0:02:49.207 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Set per-container variables part 0] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Wednesday 07 February 2024 23:04:02 +0000 (0:00:00.066) 0:02:49.273 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": { "Volume": {} }, "__podman_quadlet_str": "", "__podman_quadlet_template_src": "" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 1] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Wednesday 07 February 2024 23:04:02 +0000 (0:00:00.027) 0:02:49.300 **** 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 [linux-system-roles.podman : Fail if no quadlet spec is given] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Wednesday 07 February 2024 23:04:03 +0000 (0:00:00.031) 0:02:49.332 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 2] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Wednesday 07 February 2024 23:04:03 +0000 (0:00:00.020) 0:02:49.352 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-basic-mysql", "__podman_quadlet_type": "volume", "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Wednesday 07 February 2024 23:04:03 +0000 (0:00:00.030) 0:02:49.383 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml for sut TASK [linux-system-roles.podman : Get user information] ************************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Wednesday 07 February 2024 23:04:03 +0000 (0:00:00.038) 0:02:49.422 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Wednesday 07 February 2024 23:04:03 +0000 (0:00:00.045) 0:02:49.467 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Wednesday 07 February 2024 23:04:03 +0000 (0:00:00.032) 0:02:49.499 **** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Wednesday 07 February 2024 23:04:03 +0000 (0:00:00.031) 0:02:49.530 **** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Wednesday 07 February 2024 23:04:03 +0000 (0:00:00.219) 0:02:49.750 **** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Wednesday 07 February 2024 23:04:03 +0000 (0:00:00.038) 0:02:49.789 **** ok: [sut] => { "changed": false, "stat": { "atime": 1707346929.403915, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1707346897.3680875, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4380682, "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": "50604782", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Wednesday 07 February 2024 23:04:03 +0000 (0:00:00.249) 0:02:50.039 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Wednesday 07 February 2024 23:04:03 +0000 (0:00:00.019) 0:02:50.059 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Wednesday 07 February 2024 23:04:03 +0000 (0:00:00.019) 0:02:50.078 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Wednesday 07 February 2024 23:04:03 +0000 (0:00:00.019) 0:02:50.097 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Wednesday 07 February 2024 23:04:03 +0000 (0:00:00.020) 0:02:50.117 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Wednesday 07 February 2024 23:04:03 +0000 (0:00:00.018) 0:02:50.136 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 3] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Wednesday 07 February 2024 23:04:03 +0000 (0:00:00.020) 0:02:50.156 **** 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 [linux-system-roles.podman : Set per-container variables part 4] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Wednesday 07 February 2024 23:04:03 +0000 (0:00:00.034) 0:02:50.191 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/etc/containers/systemd" }, "changed": false } TASK [linux-system-roles.podman : Get kube yaml contents] ********************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Wednesday 07 February 2024 23:04:03 +0000 (0:00:00.023) 0:02:50.214 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 5] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Wednesday 07 February 2024 23:04:03 +0000 (0:00:00.019) 0:02:50.234 **** ok: [sut] => { "ansible_facts": { "__podman_images": [], "__podman_quadlet_file": "/etc/containers/systemd/quadlet-basic-mysql.volume", "__podman_volumes": [] }, "changed": false } TASK [linux-system-roles.podman : Cleanup quadlets] **************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Wednesday 07 February 2024 23:04:03 +0000 (0:00:00.051) 0:02:50.286 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Stat XDG_RUNTIME_DIR] ************************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Wednesday 07 February 2024 23:04:04 +0000 (0:00:00.050) 0:02:50.337 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 Wednesday 07 February 2024 23:04:04 +0000 (0:00:00.020) 0:02:50.357 **** changed: [sut] => { "changed": true, "enabled": false, "failed_when_result": false, "name": "quadlet-basic-mysql-volume.service", "state": "stopped", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestamp": "Wed 2024-02-07 23:03:33 UTC", "ActiveEnterTimestampMonotonic": "616045385", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "sysinit.target basic.target -.mount system.slice systemd-journald.socket", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Wed 2024-02-07 23:03:33 UTC", "AssertTimestampMonotonic": "615982745", "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": "49550000", "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": "Wed 2024-02-07 23:03:33 UTC", "ConditionTimestampMonotonic": "615982741", "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": "Wed 2024-02-07 23:03:33 UTC", "ExecMainExitTimestampMonotonic": "616045256", "ExecMainPID": "14921", "ExecMainStartTimestamp": "Wed 2024-02-07 23:03:33 UTC", "ExecMainStartTimestampMonotonic": "615990045", "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/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": "Wed 2024-02-07 23:03:33 UTC", "InactiveExitTimestampMonotonic": "615990407", "InvocationID": "b489ceddf0fb4da4813975067f567da4", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "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": "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": "yes", "RemoveIPC": "no", "RequiredBy": "quadlet-basic-mysql.service", "Requires": "sysinit.target system.slice -.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", "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": "Wed 2024-02-07 23:03:33 UTC", "StateChangeTimestampMonotonic": "616045385", "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" } } TASK [linux-system-roles.podman : Remove quadlet file] ************************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:33 Wednesday 07 February 2024 23:04:06 +0000 (0:00:02.166) 0:02:52.524 **** changed: [sut] => { "changed": true, "path": "/etc/containers/systemd/quadlet-basic-mysql.volume", "state": "absent" } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:39 Wednesday 07 February 2024 23:04:06 +0000 (0:00:00.212) 0:02:52.736 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Wednesday 07 February 2024 23:04:06 +0000 (0:00:00.033) 0:02:52.769 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Wednesday 07 February 2024 23:04:06 +0000 (0:00:00.020) 0:02:52.790 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Wednesday 07 February 2024 23:04:06 +0000 (0:00:00.019) 0:02:52.809 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:47 Wednesday 07 February 2024 23:04:06 +0000 (0:00:00.020) 0:02:52.829 **** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:56 Wednesday 07 February 2024 23:04:07 +0000 (0:00:00.531) 0:02:53.361 **** changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.044941", "end": "2024-02-07 23:04:07.278997", "rc": 0, "start": "2024-02-07 23:04:07.234056" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:64 Wednesday 07 February 2024 23:04:07 +0000 (0:00:00.257) 0:02:53.618 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Wednesday 07 February 2024 23:04:07 +0000 (0:00:00.021) 0:02:53.639 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 0] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Wednesday 07 February 2024 23:04:07 +0000 (0:00:00.019) 0:02:53.658 **** 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 [linux-system-roles.podman : Set per-container variables part 1] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Wednesday 07 February 2024 23:04:07 +0000 (0:00:00.023) 0:02:53.682 **** 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 [linux-system-roles.podman : Fail if no quadlet spec is given] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Wednesday 07 February 2024 23:04:07 +0000 (0:00:00.066) 0:02:53.748 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 2] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Wednesday 07 February 2024 23:04:07 +0000 (0:00:00.020) 0:02:53.769 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-basic-mysql", "__podman_quadlet_type": "container", "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Wednesday 07 February 2024 23:04:07 +0000 (0:00:00.029) 0:02:53.799 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml for sut TASK [linux-system-roles.podman : Get user information] ************************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Wednesday 07 February 2024 23:04:07 +0000 (0:00:00.036) 0:02:53.836 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Wednesday 07 February 2024 23:04:07 +0000 (0:00:00.024) 0:02:53.861 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Wednesday 07 February 2024 23:04:07 +0000 (0:00:00.024) 0:02:53.886 **** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Wednesday 07 February 2024 23:04:07 +0000 (0:00:00.027) 0:02:53.913 **** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Wednesday 07 February 2024 23:04:07 +0000 (0:00:00.211) 0:02:54.125 **** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Wednesday 07 February 2024 23:04:07 +0000 (0:00:00.025) 0:02:54.151 **** ok: [sut] => { "changed": false, "stat": { "atime": 1707346929.403915, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1707346897.3680875, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4380682, "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": "50604782", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Wednesday 07 February 2024 23:04:08 +0000 (0:00:00.208) 0:02:54.359 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Wednesday 07 February 2024 23:04:08 +0000 (0:00:00.021) 0:02:54.380 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Wednesday 07 February 2024 23:04:08 +0000 (0:00:00.020) 0:02:54.401 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Wednesday 07 February 2024 23:04:08 +0000 (0:00:00.023) 0:02:54.424 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Wednesday 07 February 2024 23:04:08 +0000 (0:00:00.020) 0:02:54.445 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Wednesday 07 February 2024 23:04:08 +0000 (0:00:00.020) 0:02:54.466 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 3] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Wednesday 07 February 2024 23:04:08 +0000 (0:00:00.019) 0:02:54.485 **** 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 [linux-system-roles.podman : Set per-container variables part 4] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Wednesday 07 February 2024 23:04:08 +0000 (0:00:00.034) 0:02:54.519 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/etc/containers/systemd" }, "changed": false } TASK [linux-system-roles.podman : Get kube yaml contents] ********************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Wednesday 07 February 2024 23:04:08 +0000 (0:00:00.020) 0:02:54.540 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 5] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Wednesday 07 February 2024 23:04:08 +0000 (0:00:00.052) 0:02:54.593 **** 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 [linux-system-roles.podman : Cleanup quadlets] **************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Wednesday 07 February 2024 23:04:08 +0000 (0:00:00.046) 0:02:54.639 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Stat XDG_RUNTIME_DIR] ************************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Wednesday 07 February 2024 23:04:08 +0000 (0:00:00.042) 0:02:54.682 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 Wednesday 07 February 2024 23:04:08 +0000 (0:00:00.022) 0:02:54.705 **** changed: [sut] => { "changed": true, "enabled": false, "failed_when_result": false, "name": "quadlet-basic-mysql.service", "state": "stopped", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestamp": "Wed 2024-02-07 23:03:45 UTC", "ActiveEnterTimestampMonotonic": "628043049", "ActiveExitTimestamp": "Wed 2024-02-07 23:04:04 UTC", "ActiveExitTimestampMonotonic": "647490362", "ActiveState": "inactive", "After": "quadlet-basic-mysql-volume.service quadlet-basic-network.service system.slice systemd-journald.socket basic.target sysinit.target -.mount", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Wed 2024-02-07 23:03:44 UTC", "AssertTimestampMonotonic": "627677180", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "4066206000", "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": "Wed 2024-02-07 23:03:44 UTC", "ConditionTimestampMonotonic": "627677176", "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": "Wed 2024-02-07 23:04:06 UTC", "ExecMainExitTimestampMonotonic": "648990555", "ExecMainPID": "15398", "ExecMainStartTimestamp": "Wed 2024-02-07 23:03:45 UTC", "ExecMainStartTimestampMonotonic": "628043003", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman run --name=quadlet-basic-mysql --cidfile=/run/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/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/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/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/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/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/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": "Wed 2024-02-07 23:04:06 UTC", "InactiveEnterTimestampMonotonic": "649032167", "InactiveExitTimestamp": "Wed 2024-02-07 23:03:44 UTC", "InactiveExitTimestampMonotonic": "627688645", "InvocationID": "99b8d16d3fcb41fd9224f57975d10c3b", "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": "quadlet-basic-mysql.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": "-.mount quadlet-basic-mysql-volume.service quadlet-basic-network.service system.slice sysinit.target", "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/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": "Wed 2024-02-07 23:04:06 UTC", "StateChangeTimestampMonotonic": "649032167", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "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": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [linux-system-roles.podman : Remove quadlet file] ************************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:33 Wednesday 07 February 2024 23:04:08 +0000 (0:00:00.564) 0:02:55.269 **** changed: [sut] => { "changed": true, "path": "/etc/containers/systemd/quadlet-basic-mysql.container", "state": "absent" } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:39 Wednesday 07 February 2024 23:04:09 +0000 (0:00:00.209) 0:02:55.478 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Wednesday 07 February 2024 23:04:09 +0000 (0:00:00.033) 0:02:55.511 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Wednesday 07 February 2024 23:04:09 +0000 (0:00:00.020) 0:02:55.532 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Wednesday 07 February 2024 23:04:09 +0000 (0:00:00.019) 0:02:55.551 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:47 Wednesday 07 February 2024 23:04:09 +0000 (0:00:00.019) 0:02:55.571 **** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:56 Wednesday 07 February 2024 23:04:09 +0000 (0:00:00.589) 0:02:56.161 **** changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.042405", "end": "2024-02-07 23:04:10.071668", "rc": 0, "start": "2024-02-07 23:04:10.029263" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:64 Wednesday 07 February 2024 23:04:10 +0000 (0:00:00.281) 0:02:56.443 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Wednesday 07 February 2024 23:04:10 +0000 (0:00:00.022) 0:02:56.465 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 0] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Wednesday 07 February 2024 23:04:10 +0000 (0:00:00.019) 0:02:56.485 **** 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 [linux-system-roles.podman : Set per-container variables part 1] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Wednesday 07 February 2024 23:04:10 +0000 (0:00:00.026) 0:02:56.511 **** 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 [linux-system-roles.podman : Fail if no quadlet spec is given] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Wednesday 07 February 2024 23:04:10 +0000 (0:00:00.024) 0:02:56.535 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 2] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Wednesday 07 February 2024 23:04:10 +0000 (0:00:00.022) 0:02:56.558 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-basic", "__podman_quadlet_type": "network", "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Wednesday 07 February 2024 23:04:10 +0000 (0:00:00.034) 0:02:56.593 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml for sut TASK [linux-system-roles.podman : Get user information] ************************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Wednesday 07 February 2024 23:04:10 +0000 (0:00:00.036) 0:02:56.629 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Wednesday 07 February 2024 23:04:10 +0000 (0:00:00.026) 0:02:56.656 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Wednesday 07 February 2024 23:04:10 +0000 (0:00:00.024) 0:02:56.680 **** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Wednesday 07 February 2024 23:04:10 +0000 (0:00:00.026) 0:02:56.707 **** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Wednesday 07 February 2024 23:04:10 +0000 (0:00:00.213) 0:02:56.920 **** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Wednesday 07 February 2024 23:04:10 +0000 (0:00:00.029) 0:02:56.950 **** ok: [sut] => { "changed": false, "stat": { "atime": 1707346929.403915, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1707346897.3680875, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4380682, "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": "50604782", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Wednesday 07 February 2024 23:04:10 +0000 (0:00:00.207) 0:02:57.158 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Wednesday 07 February 2024 23:04:10 +0000 (0:00:00.019) 0:02:57.177 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Wednesday 07 February 2024 23:04:10 +0000 (0:00:00.019) 0:02:57.197 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Wednesday 07 February 2024 23:04:10 +0000 (0:00:00.019) 0:02:57.216 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Wednesday 07 February 2024 23:04:10 +0000 (0:00:00.058) 0:02:57.275 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Wednesday 07 February 2024 23:04:10 +0000 (0:00:00.020) 0:02:57.295 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 3] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Wednesday 07 February 2024 23:04:11 +0000 (0:00:00.036) 0:02:57.332 **** 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 [linux-system-roles.podman : Set per-container variables part 4] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Wednesday 07 February 2024 23:04:11 +0000 (0:00:00.036) 0:02:57.369 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/etc/containers/systemd" }, "changed": false } TASK [linux-system-roles.podman : Get kube yaml contents] ********************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Wednesday 07 February 2024 23:04:11 +0000 (0:00:00.021) 0:02:57.390 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 5] ********** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Wednesday 07 February 2024 23:04:11 +0000 (0:00:00.018) 0:02:57.409 **** ok: [sut] => { "ansible_facts": { "__podman_images": [], "__podman_quadlet_file": "/etc/containers/systemd/quadlet-basic.network", "__podman_volumes": [] }, "changed": false } TASK [linux-system-roles.podman : Cleanup quadlets] **************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Wednesday 07 February 2024 23:04:11 +0000 (0:00:00.048) 0:02:57.457 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Stat XDG_RUNTIME_DIR] ************************ task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Wednesday 07 February 2024 23:04:11 +0000 (0:00:00.042) 0:02:57.499 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 Wednesday 07 February 2024 23:04:11 +0000 (0:00:00.021) 0:02:57.521 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Remove quadlet file] ************************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:33 Wednesday 07 February 2024 23:04:11 +0000 (0:00:00.030) 0:02:57.551 **** changed: [sut] => { "changed": true, "path": "/etc/containers/systemd/quadlet-basic.network", "state": "absent" } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:39 Wednesday 07 February 2024 23:04:11 +0000 (0:00:00.207) 0:02:57.758 **** included: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Wednesday 07 February 2024 23:04:11 +0000 (0:00:00.033) 0:02:57.792 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Wednesday 07 February 2024 23:04:11 +0000 (0:00:00.026) 0:02:57.819 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Wednesday 07 February 2024 23:04:11 +0000 (0:00:00.020) 0:02:57.839 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:47 Wednesday 07 February 2024 23:04:11 +0000 (0:00:00.021) 0:02:57.861 **** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:56 Wednesday 07 February 2024 23:04:12 +0000 (0:00:00.554) 0:02:58.416 **** changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.038356", "end": "2024-02-07 23:04:12.323048", "rc": 0, "start": "2024-02-07 23:04:12.284692" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:64 Wednesday 07 February 2024 23:04:12 +0000 (0:00:00.251) 0:02:58.668 **** changed: [sut] => { "changed": true, "cmd": [ "podman", "network", "rm", "systemd-quadlet-basic" ], "delta": "0:00:00.041728", "end": "2024-02-07 23:04:12.595509", "rc": 0, "start": "2024-02-07 23:04:12.553781" } STDOUT: systemd-quadlet-basic TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Wednesday 07 February 2024 23:04:12 +0000 (0:00:00.266) 0:02:58.935 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Wednesday 07 February 2024 23:04:12 +0000 (0:00:00.020) 0:02:58.955 **** META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=607 changed=51 unreachable=0 failed=0 skipped=591 rescued=0 ignored=0 Wednesday 07 February 2024 23:04:12 +0000 (0:00:00.013) 0:02:58.969 **** =============================================================================== linux-system-roles.podman : Ensure required packages are installed ----- 51.74s /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:14 linux-system-roles.podman : Stop and disable service ------------------- 11.07s /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 linux-system-roles.podman : Ensure container images are present --------- 8.74s /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:25 linux-system-roles.podman : Ensure container images are present --------- 8.72s /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:25 linux-system-roles.podman : Stop and disable service -------------------- 2.17s /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 linux-system-roles.podman : Gather the package facts -------------------- 2.07s /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Start service ------------------------------- 1.87s /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:116 Gathering Facts --------------------------------------------------------- 1.30s /WORKDIR/git-fix-linger-handlingb3upr179/tests/tests_quadlet_basic.yml:9 ------ linux-system-roles.podman : Gather the package facts -------------------- 1.08s /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Gather the package facts -------------------- 1.01s /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Gather the package facts -------------------- 1.00s /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Gather the package facts -------------------- 1.00s /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Gather the package facts -------------------- 1.00s /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Gather the package facts -------------------- 0.98s /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Gather the package facts -------------------- 0.97s /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Start service ------------------------------- 0.80s /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:116 linux-system-roles.podman : Manage each secret -------------------------- 0.79s /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:35 Check files ------------------------------------------------------------- 0.76s /WORKDIR/git-fix-linger-handlingb3upr179/tests/tests_quadlet_basic.yml:188 ---- Check files ------------------------------------------------------------- 0.75s /WORKDIR/git-fix-linger-handlingb3upr179/tests/tests_quadlet_basic.yml:233 ---- linux-system-roles.podman : Ensure container images are present --------- 0.69s /WORKDIR/git-fix-linger-handlingb3upr179/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:25 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [WARNING]: The loop variable 'item' is already in use. You should set the `loop_var` value in the `loop_control` option for the task to something else to avoid variable collisions and unexpected behavior. [WARNING]: The loop variable 'item' is already in use. You should set the `loop_var` value in the `loop_control` option for the task to something else to avoid variable collisions and unexpected behavior. [WARNING]: Using a variable for a task's 'args' is unsafe in some situations (see https://docs.ansible.com/ansible/devel/reference_appendices/faq.html#argsplat- unsafe) [WARNING]: Module remote_tmp /home/user_quadlet_basic/.ansible/tmp did not exist and was created with a mode of 0700, this may cause issues when running as another user. To avoid this, create the remote_tmp dir with the correct permissions manually [WARNING]: Using a variable for a task's 'args' is unsafe in some situations (see https://docs.ansible.com/ansible/devel/reference_appendices/faq.html#argsplat- unsafe) [WARNING]: Using a variable for a task's 'args' is unsafe in some situations (see https://docs.ansible.com/ansible/devel/reference_appendices/faq.html#argsplat- unsafe) [WARNING]: Using a variable for a task's 'args' is unsafe in some situations (see https://docs.ansible.com/ansible/devel/reference_appendices/faq.html#argsplat- unsafe) [WARNING]: Using a variable for a task's 'args' is unsafe in some situations (see https://docs.ansible.com/ansible/devel/reference_appendices/faq.html#argsplat- unsafe) [WARNING]: Using a variable for a task's 'args' is unsafe in some situations (see https://docs.ansible.com/ansible/devel/reference_appendices/faq.html#argsplat- unsafe) [WARNING]: Using a variable for a task's 'args' is unsafe in some situations (see https://docs.ansible.com/ansible/devel/reference_appendices/faq.html#argsplat- unsafe) [WARNING]: Using a variable for a task's 'args' is unsafe in some situations (see https://docs.ansible.com/ansible/devel/reference_appendices/faq.html#argsplat- unsafe) ---^---^---^---^---^---