# 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-cancel-lingerq5rj0db3/tests/tests_quadlet_basic.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Include vault variables] ************************************************* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/tests_quadlet_basic.yml:4 Wednesday 10 April 2024 14:47:42 +0000 (0:00:00.013) 0:00:00.013 ******* 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-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/tests_quadlet_basic.yml:9 Wednesday 10 April 2024 14:47:42 +0000 (0:00:00.012) 0:00:00.025 ******* ok: [sut] META: ran handlers TASK [Run role - do not pull images] ******************************************* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/tests_quadlet_basic.yml:58 Wednesday 10 April 2024 14:47:43 +0000 (0:00:00.786) 0:00:00.812 ******* TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Wednesday 10 April 2024 14:47:43 +0000 (0:00:00.048) 0:00:00.861 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Wednesday 10 April 2024 14:47:43 +0000 (0:00:00.015) 0:00:00.876 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Wednesday 10 April 2024 14:47:43 +0000 (0:00:00.018) 0:00:00.895 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.podman : Set flag to indicate system is ostree] ******* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Wednesday 10 April 2024 14:47:43 +0000 (0:00:00.259) 0:00:01.154 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Wednesday 10 April 2024 14:47:43 +0000 (0:00:00.045) 0:00:01.200 ******* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Wednesday 10 April 2024 14:47:43 +0000 (0:00:00.036) 0:00:01.237 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Wednesday 10 April 2024 14:47:45 +0000 (0:00:01.070) 0:00:02.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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Wednesday 10 April 2024 14:47:45 +0000 (0:00:00.028) 0:00:02.336 ******* changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: yajl-2.1.0-22.el9.x86_64", "Installed: protobuf-c-1.3.3-13.el9.x86_64", "Installed: criu-3.19-1.el9.x86_64", "Installed: aardvark-dns-2:1.9.0-1.el9.x86_64", "Installed: criu-libs-3.19-1.el9.x86_64", "Installed: crun-1.14.4-1.el9.x86_64", "Installed: fuse-common-3.10.2-8.el9.x86_64", "Installed: conmon-2:2.1.10-1.el9.x86_64", "Installed: libslirp-4.4.0-7.el9.x86_64", "Installed: container-selinux-3:2.230.0-1.el9.noarch", "Installed: fuse-overlayfs-1.13-1.el9.x86_64", "Installed: fuse3-3.10.2-8.el9.x86_64", "Installed: containers-common-2:1-61.el9.x86_64", "Installed: podman-2:5.0.0-1.el9.x86_64", "Installed: netavark-2:1.10.3-1.el9.x86_64", "Installed: fuse3-libs-3.10.2-8.el9.x86_64", "Installed: libnet-1.2-7.el9.x86_64", "Installed: slirp4netns-1.2.3-1.el9.x86_64", "Installed: shadow-utils-subid-2:4.9-8.el9.x86_64" ] } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Wednesday 10 April 2024 14:48:38 +0000 (0:00:53.093) 0:00:55.430 ******* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.032381", "end": "2024-04-10 14:48:38.456477", "rc": 0, "start": "2024-04-10 14:48:38.424096" } STDOUT: podman version 4.9.4-dev TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Wednesday 10 April 2024 14:48:38 +0000 (0:00:00.303) 0:00:55.733 ******* ok: [sut] => { "ansible_facts": { "podman_version": "4.9.4-dev" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Wednesday 10 April 2024 14:48:38 +0000 (0:00:00.029) 0:00:55.763 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Wednesday 10 April 2024 14:48:38 +0000 (0:00:00.028) 0:00:55.792 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Wednesday 10 April 2024 14:48:38 +0000 (0:00:00.078) 0:00:55.871 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Wednesday 10 April 2024 14:48:38 +0000 (0:00:00.037) 0:00:55.909 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Wednesday 10 April 2024 14:48:38 +0000 (0:00:00.250) 0:00:56.159 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Wednesday 10 April 2024 14:48:38 +0000 (0:00:00.024) 0:00:56.184 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Wednesday 10 April 2024 14:48:38 +0000 (0:00:00.025) 0:00:56.209 ******* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Wednesday 10 April 2024 14:48:39 +0000 (0:00:00.198) 0:00:56.408 ******* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Wednesday 10 April 2024 14:48:39 +0000 (0:00:00.026) 0:00:56.434 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1689166618.0, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1712760486.1987174, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6292775, "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": "1198729939", "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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Wednesday 10 April 2024 14:48:39 +0000 (0:00:00.196) 0:00:56.630 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Wednesday 10 April 2024 14:48:39 +0000 (0:00:00.019) 0:00:56.650 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Wednesday 10 April 2024 14:48:39 +0000 (0:00:00.024) 0:00:56.675 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Wednesday 10 April 2024 14:48:39 +0000 (0:00:00.019) 0:00:56.694 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Wednesday 10 April 2024 14:48:39 +0000 (0:00:00.021) 0:00:56.716 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Wednesday 10 April 2024 14:48:39 +0000 (0:00:00.020) 0:00:56.737 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Wednesday 10 April 2024 14:48:39 +0000 (0:00:00.021) 0:00:56.759 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Wednesday 10 April 2024 14:48:39 +0000 (0:00:00.042) 0:00:56.801 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Wednesday 10 April 2024 14:48:39 +0000 (0:00:00.038) 0:00:56.840 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Wednesday 10 April 2024 14:48:39 +0000 (0:00:00.051) 0:00:56.891 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Wednesday 10 April 2024 14:48:39 +0000 (0:00:00.020) 0:00:56.911 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Wednesday 10 April 2024 14:48:39 +0000 (0:00:00.039) 0:00:56.951 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Wednesday 10 April 2024 14:48:39 +0000 (0:00:00.019) 0:00:56.970 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Wednesday 10 April 2024 14:48:39 +0000 (0:00:00.020) 0:00:56.990 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Wednesday 10 April 2024 14:48:39 +0000 (0:00:00.040) 0:00:57.031 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Wednesday 10 April 2024 14:48:39 +0000 (0:00:00.019) 0:00:57.051 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Wednesday 10 April 2024 14:48:39 +0000 (0:00:00.019) 0:00:57.070 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Wednesday 10 April 2024 14:48:39 +0000 (0:00:00.039) 0:00:57.110 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Wednesday 10 April 2024 14:48:39 +0000 (0:00:00.019) 0:00:57.129 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Wednesday 10 April 2024 14:48:39 +0000 (0:00:00.019) 0:00:57.148 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Wednesday 10 April 2024 14:48:39 +0000 (0:00:00.019) 0:00:57.168 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Wednesday 10 April 2024 14:48:39 +0000 (0:00:00.019) 0:00:57.187 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Wednesday 10 April 2024 14:48:39 +0000 (0:00:00.018) 0:00:57.206 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Wednesday 10 April 2024 14:48:39 +0000 (0:00:00.019) 0:00:57.226 ******* ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Wednesday 10 April 2024 14:48:39 +0000 (0:00:00.018) 0:00:57.244 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:121 Wednesday 10 April 2024 14:48:40 +0000 (0:00:00.020) 0:00:57.264 ******* TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:127 Wednesday 10 April 2024 14:48:40 +0000 (0:00:00.018) 0:00:57.283 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Wednesday 10 April 2024 14:48:40 +0000 (0:00:00.079) 0:00:57.363 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Wednesday 10 April 2024 14:48:40 +0000 (0:00:00.025) 0:00:57.388 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Wednesday 10 April 2024 14:48:40 +0000 (0:00:00.025) 0:00:57.414 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Wednesday 10 April 2024 14:48:40 +0000 (0:00:00.019) 0:00:57.433 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Wednesday 10 April 2024 14:48:40 +0000 (0:00:00.028) 0:00:57.462 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Wednesday 10 April 2024 14:48:40 +0000 (0:00:00.036) 0:00:57.498 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Wednesday 10 April 2024 14:48:40 +0000 (0:00:00.024) 0:00:57.522 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Wednesday 10 April 2024 14:48:40 +0000 (0:00:00.024) 0:00:57.546 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Wednesday 10 April 2024 14:48:40 +0000 (0:00:00.026) 0:00:57.572 ******* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Wednesday 10 April 2024 14:48:40 +0000 (0:00:00.212) 0:00:57.785 ******* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Wednesday 10 April 2024 14:48:40 +0000 (0:00:00.025) 0:00:57.811 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1712760519.346778, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1712760486.1987174, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6292775, "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": "1198729939", "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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Wednesday 10 April 2024 14:48:40 +0000 (0:00:00.194) 0:00:58.005 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Wednesday 10 April 2024 14:48:40 +0000 (0:00:00.022) 0:00:58.027 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Wednesday 10 April 2024 14:48:40 +0000 (0:00:00.019) 0:00:58.047 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Wednesday 10 April 2024 14:48:40 +0000 (0:00:00.019) 0:00:58.066 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Wednesday 10 April 2024 14:48:40 +0000 (0:00:00.018) 0:00:58.085 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Wednesday 10 April 2024 14:48:40 +0000 (0:00:00.020) 0:00:58.106 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Wednesday 10 April 2024 14:48:40 +0000 (0:00:00.050) 0:00:58.156 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Wednesday 10 April 2024 14:48:40 +0000 (0:00:00.037) 0:00:58.194 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Wednesday 10 April 2024 14:48:40 +0000 (0:00:00.023) 0:00:58.217 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Wednesday 10 April 2024 14:48:40 +0000 (0:00:00.022) 0:00:58.240 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Wednesday 10 April 2024 14:48:41 +0000 (0:00:00.046) 0:00:58.287 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Wednesday 10 April 2024 14:48:41 +0000 (0:00:00.020) 0:00:58.307 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Wednesday 10 April 2024 14:48:41 +0000 (0:00:00.043) 0:00:58.350 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Wednesday 10 April 2024 14:48:41 +0000 (0:00:00.034) 0:00:58.385 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Wednesday 10 April 2024 14:48:41 +0000 (0:00:00.019) 0:00:58.405 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Wednesday 10 April 2024 14:48:41 +0000 (0:00:00.019) 0:00:58.424 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:7 Wednesday 10 April 2024 14:48:41 +0000 (0:00:00.021) 0:00:58.445 ******* TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:25 Wednesday 10 April 2024 14:48:41 +0000 (0:00:00.018) 0:00:58.464 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:44 Wednesday 10 April 2024 14:48:41 +0000 (0:00:00.023) 0:00:58.487 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:53 Wednesday 10 April 2024 14:48:41 +0000 (0:00:00.304) 0:00:58.792 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:63 Wednesday 10 April 2024 14:48:41 +0000 (0:00:00.019) 0:00:58.811 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:75 Wednesday 10 April 2024 14:48:41 +0000 (0:00:00.020) 0:00:58.832 ******* 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-1712760521.6212418-8318-241632849742651/source", "state": "file", "uid": 0 } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:87 Wednesday 10 April 2024 14:48:42 +0000 (0:00:00.619) 0:00:59.452 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:116 Wednesday 10 April 2024 14:48:42 +0000 (0:00:00.022) 0:00:59.474 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:132 Wednesday 10 April 2024 14:48:42 +0000 (0:00:00.024) 0:00:59.499 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:133 Wednesday 10 April 2024 14:48:42 +0000 (0:00:00.024) 0:00:59.524 ******* TASK [Verify image not pulled] ************************************************* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/tests_quadlet_basic.yml:74 Wednesday 10 April 2024 14:48:42 +0000 (0:00:00.019) 0:00:59.543 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Run role - try to pull bogus image] ************************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/tests_quadlet_basic.yml:78 Wednesday 10 April 2024 14:48:42 +0000 (0:00:00.021) 0:00:59.565 ******* TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Wednesday 10 April 2024 14:48:42 +0000 (0:00:00.042) 0:00:59.607 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Wednesday 10 April 2024 14:48:42 +0000 (0:00:00.034) 0:00:59.642 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Wednesday 10 April 2024 14:48:42 +0000 (0:00:00.025) 0:00:59.667 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Wednesday 10 April 2024 14:48:42 +0000 (0:00:00.020) 0:00:59.687 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Wednesday 10 April 2024 14:48:42 +0000 (0:00:00.019) 0:00:59.706 ******* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Wednesday 10 April 2024 14:48:42 +0000 (0:00:00.049) 0:00:59.756 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Wednesday 10 April 2024 14:48:43 +0000 (0:00:00.962) 0:01:00.718 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Wednesday 10 April 2024 14:48:43 +0000 (0:00:00.021) 0:01:00.740 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Wednesday 10 April 2024 14:48:43 +0000 (0:00:00.024) 0:01:00.765 ******* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.029844", "end": "2024-04-10 14:48:43.713677", "rc": 0, "start": "2024-04-10 14:48:43.683833" } STDOUT: podman version 4.9.4-dev TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Wednesday 10 April 2024 14:48:43 +0000 (0:00:00.226) 0:01:00.991 ******* ok: [sut] => { "ansible_facts": { "podman_version": "4.9.4-dev" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Wednesday 10 April 2024 14:48:43 +0000 (0:00:00.021) 0:01:01.013 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Wednesday 10 April 2024 14:48:43 +0000 (0:00:00.021) 0:01:01.034 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Wednesday 10 April 2024 14:48:43 +0000 (0:00:00.037) 0:01:01.072 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Wednesday 10 April 2024 14:48:43 +0000 (0:00:00.040) 0:01:01.113 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Wednesday 10 April 2024 14:48:43 +0000 (0:00:00.026) 0:01:01.139 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Wednesday 10 April 2024 14:48:43 +0000 (0:00:00.026) 0:01:01.166 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Wednesday 10 April 2024 14:48:43 +0000 (0:00:00.027) 0:01:01.193 ******* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Wednesday 10 April 2024 14:48:44 +0000 (0:00:00.199) 0:01:01.393 ******* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Wednesday 10 April 2024 14:48:44 +0000 (0:00:00.030) 0:01:01.423 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1712760519.346778, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1712760486.1987174, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6292775, "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": "1198729939", "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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Wednesday 10 April 2024 14:48:44 +0000 (0:00:00.239) 0:01:01.662 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Wednesday 10 April 2024 14:48:44 +0000 (0:00:00.022) 0:01:01.685 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Wednesday 10 April 2024 14:48:44 +0000 (0:00:00.021) 0:01:01.706 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Wednesday 10 April 2024 14:48:44 +0000 (0:00:00.022) 0:01:01.728 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Wednesday 10 April 2024 14:48:44 +0000 (0:00:00.020) 0:01:01.749 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Wednesday 10 April 2024 14:48:44 +0000 (0:00:00.021) 0:01:01.770 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Wednesday 10 April 2024 14:48:44 +0000 (0:00:00.019) 0:01:01.790 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Wednesday 10 April 2024 14:48:44 +0000 (0:00:00.026) 0:01:01.817 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Wednesday 10 April 2024 14:48:44 +0000 (0:00:00.038) 0:01:01.856 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Wednesday 10 April 2024 14:48:44 +0000 (0:00:00.021) 0:01:01.877 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Wednesday 10 April 2024 14:48:44 +0000 (0:00:00.027) 0:01:01.905 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Wednesday 10 April 2024 14:48:44 +0000 (0:00:00.039) 0:01:01.944 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Wednesday 10 April 2024 14:48:44 +0000 (0:00:00.021) 0:01:01.965 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Wednesday 10 April 2024 14:48:44 +0000 (0:00:00.019) 0:01:01.985 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Wednesday 10 April 2024 14:48:44 +0000 (0:00:00.039) 0:01:02.024 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Wednesday 10 April 2024 14:48:44 +0000 (0:00:00.020) 0:01:02.045 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Wednesday 10 April 2024 14:48:44 +0000 (0:00:00.021) 0:01:02.066 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Wednesday 10 April 2024 14:48:44 +0000 (0:00:00.079) 0:01:02.146 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Wednesday 10 April 2024 14:48:44 +0000 (0:00:00.021) 0:01:02.167 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Wednesday 10 April 2024 14:48:44 +0000 (0:00:00.020) 0:01:02.187 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Wednesday 10 April 2024 14:48:44 +0000 (0:00:00.020) 0:01:02.208 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Wednesday 10 April 2024 14:48:44 +0000 (0:00:00.020) 0:01:02.228 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Wednesday 10 April 2024 14:48:45 +0000 (0:00:00.022) 0:01:02.251 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Wednesday 10 April 2024 14:48:45 +0000 (0:00:00.021) 0:01:02.272 ******* ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Wednesday 10 April 2024 14:48:45 +0000 (0:00:00.020) 0:01:02.293 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:121 Wednesday 10 April 2024 14:48:45 +0000 (0:00:00.019) 0:01:02.312 ******* TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:127 Wednesday 10 April 2024 14:48:45 +0000 (0:00:00.020) 0:01:02.333 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Wednesday 10 April 2024 14:48:45 +0000 (0:00:00.047) 0:01:02.380 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Wednesday 10 April 2024 14:48:45 +0000 (0:00:00.026) 0:01:02.407 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Wednesday 10 April 2024 14:48:45 +0000 (0:00:00.025) 0:01:02.433 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Wednesday 10 April 2024 14:48:45 +0000 (0:00:00.020) 0:01:02.453 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Wednesday 10 April 2024 14:48:45 +0000 (0:00:00.029) 0:01:02.483 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Wednesday 10 April 2024 14:48:45 +0000 (0:00:00.036) 0:01:02.519 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Wednesday 10 April 2024 14:48:45 +0000 (0:00:00.027) 0:01:02.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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Wednesday 10 April 2024 14:48:45 +0000 (0:00:00.060) 0:01:02.607 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Wednesday 10 April 2024 14:48:45 +0000 (0:00:00.028) 0:01:02.635 ******* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Wednesday 10 April 2024 14:48:45 +0000 (0:00:00.209) 0:01:02.845 ******* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Wednesday 10 April 2024 14:48:45 +0000 (0:00:00.027) 0:01:02.872 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1712760519.346778, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1712760486.1987174, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6292775, "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": "1198729939", "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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Wednesday 10 April 2024 14:48:45 +0000 (0:00:00.195) 0:01:03.068 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Wednesday 10 April 2024 14:48:45 +0000 (0:00:00.020) 0:01:03.088 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Wednesday 10 April 2024 14:48:45 +0000 (0:00:00.020) 0:01:03.109 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Wednesday 10 April 2024 14:48:45 +0000 (0:00:00.020) 0:01:03.129 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Wednesday 10 April 2024 14:48:45 +0000 (0:00:00.020) 0:01:03.150 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Wednesday 10 April 2024 14:48:45 +0000 (0:00:00.020) 0:01:03.170 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Wednesday 10 April 2024 14:48:45 +0000 (0:00:00.020) 0:01:03.191 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Wednesday 10 April 2024 14:48:45 +0000 (0:00:00.036) 0:01:03.227 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Wednesday 10 April 2024 14:48:45 +0000 (0:00:00.021) 0:01:03.248 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Wednesday 10 April 2024 14:48:46 +0000 (0:00:00.022) 0:01:03.271 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Wednesday 10 April 2024 14:48:46 +0000 (0:00:00.048) 0:01:03.319 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Wednesday 10 April 2024 14:48:46 +0000 (0:00:00.021) 0:01:03.340 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Wednesday 10 April 2024 14:48:46 +0000 (0:00:00.043) 0:01:03.384 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Wednesday 10 April 2024 14:48:46 +0000 (0:00:00.084) 0:01:03.468 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Wednesday 10 April 2024 14:48:46 +0000 (0:00:00.023) 0:01:03.492 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Wednesday 10 April 2024 14:48:46 +0000 (0:00:00.021) 0:01:03.513 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:7 Wednesday 10 April 2024 14:48:46 +0000 (0:00:00.024) 0:01:03.537 ******* TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:25 Wednesday 10 April 2024 14:48:46 +0000 (0:00:00.022) 0:01:03.559 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:44 Wednesday 10 April 2024 14:48:46 +0000 (0:00:00.656) 0:01:04.216 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:53 Wednesday 10 April 2024 14:48:47 +0000 (0:00:00.205) 0:01:04.421 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:63 Wednesday 10 April 2024 14:48:47 +0000 (0:00:00.022) 0:01:04.443 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:75 Wednesday 10 April 2024 14:48:47 +0000 (0:00:00.020) 0:01:04.464 ******* 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-1712760527.253212-8504-732698727822/source", "state": "file", "uid": 0 } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:87 Wednesday 10 April 2024 14:48:47 +0000 (0:00:00.526) 0:01:04.990 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:116 Wednesday 10 April 2024 14:48:47 +0000 (0:00:00.023) 0:01:05.013 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:132 Wednesday 10 April 2024 14:48:47 +0000 (0:00:00.023) 0:01:05.036 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:133 Wednesday 10 April 2024 14:48:47 +0000 (0:00:00.025) 0:01:05.062 ******* TASK [Verify image not pulled and no error] ************************************ task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/tests_quadlet_basic.yml:94 Wednesday 10 April 2024 14:48:47 +0000 (0:00:00.019) 0:01:05.081 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/tests_quadlet_basic.yml:101 Wednesday 10 April 2024 14:48:47 +0000 (0:00:00.073) 0:01:05.155 ******* TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Wednesday 10 April 2024 14:48:47 +0000 (0:00:00.060) 0:01:05.215 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Wednesday 10 April 2024 14:48:48 +0000 (0:00:00.036) 0:01:05.252 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Wednesday 10 April 2024 14:48:48 +0000 (0:00:00.025) 0:01:05.277 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Wednesday 10 April 2024 14:48:48 +0000 (0:00:00.020) 0:01:05.297 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Wednesday 10 April 2024 14:48:48 +0000 (0:00:00.019) 0:01:05.317 ******* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Wednesday 10 April 2024 14:48:48 +0000 (0:00:00.050) 0:01:05.367 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Wednesday 10 April 2024 14:48:49 +0000 (0:00:00.930) 0:01:06.298 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Wednesday 10 April 2024 14:48:49 +0000 (0:00:00.021) 0:01:06.320 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Wednesday 10 April 2024 14:48:49 +0000 (0:00:00.060) 0:01:06.380 ******* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.029992", "end": "2024-04-10 14:48:49.323942", "rc": 0, "start": "2024-04-10 14:48:49.293950" } STDOUT: podman version 4.9.4-dev TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Wednesday 10 April 2024 14:48:49 +0000 (0:00:00.221) 0:01:06.602 ******* ok: [sut] => { "ansible_facts": { "podman_version": "4.9.4-dev" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Wednesday 10 April 2024 14:48:49 +0000 (0:00:00.021) 0:01:06.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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Wednesday 10 April 2024 14:48:49 +0000 (0:00:00.021) 0:01:06.645 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Wednesday 10 April 2024 14:48:49 +0000 (0:00:00.037) 0:01:06.682 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Wednesday 10 April 2024 14:48:49 +0000 (0:00:00.039) 0:01:06.721 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Wednesday 10 April 2024 14:48:49 +0000 (0:00:00.027) 0:01:06.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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Wednesday 10 April 2024 14:48:49 +0000 (0:00:00.025) 0:01:06.775 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Wednesday 10 April 2024 14:48:49 +0000 (0:00:00.028) 0:01:06.804 ******* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Wednesday 10 April 2024 14:48:49 +0000 (0:00:00.198) 0:01:07.002 ******* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Wednesday 10 April 2024 14:48:49 +0000 (0:00:00.027) 0:01:07.030 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1712760519.346778, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1712760486.1987174, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6292775, "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": "1198729939", "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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Wednesday 10 April 2024 14:48:49 +0000 (0:00:00.193) 0:01:07.223 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Wednesday 10 April 2024 14:48:49 +0000 (0:00:00.022) 0:01:07.246 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Wednesday 10 April 2024 14:48:50 +0000 (0:00:00.020) 0:01:07.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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Wednesday 10 April 2024 14:48:50 +0000 (0:00:00.020) 0:01:07.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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Wednesday 10 April 2024 14:48:50 +0000 (0:00:00.020) 0:01:07.308 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Wednesday 10 April 2024 14:48:50 +0000 (0:00:00.062) 0:01:07.370 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Wednesday 10 April 2024 14:48:50 +0000 (0:00:00.021) 0:01:07.392 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Wednesday 10 April 2024 14:48:50 +0000 (0:00:00.027) 0:01:07.420 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Wednesday 10 April 2024 14:48:50 +0000 (0:00:00.039) 0:01:07.460 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Wednesday 10 April 2024 14:48:50 +0000 (0:00:00.020) 0:01:07.480 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Wednesday 10 April 2024 14:48:50 +0000 (0:00:00.021) 0:01:07.501 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Wednesday 10 April 2024 14:48:50 +0000 (0:00:00.039) 0:01:07.541 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Wednesday 10 April 2024 14:48:50 +0000 (0:00:00.022) 0:01:07.563 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Wednesday 10 April 2024 14:48:50 +0000 (0:00:00.019) 0:01:07.582 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Wednesday 10 April 2024 14:48:50 +0000 (0:00:00.040) 0:01:07.622 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Wednesday 10 April 2024 14:48:50 +0000 (0:00:00.021) 0:01:07.644 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Wednesday 10 April 2024 14:48:50 +0000 (0:00:00.020) 0:01:07.664 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Wednesday 10 April 2024 14:48:50 +0000 (0:00:00.040) 0:01:07.705 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Wednesday 10 April 2024 14:48:50 +0000 (0:00:00.021) 0:01:07.727 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Wednesday 10 April 2024 14:48:50 +0000 (0:00:00.020) 0:01:07.747 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Wednesday 10 April 2024 14:48:50 +0000 (0:00:00.021) 0:01:07.769 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Wednesday 10 April 2024 14:48:50 +0000 (0:00:00.020) 0:01:07.790 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Wednesday 10 April 2024 14:48:50 +0000 (0:00:00.061) 0:01:07.851 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Wednesday 10 April 2024 14:48:50 +0000 (0:00:00.020) 0:01:07.871 ******* ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Wednesday 10 April 2024 14:48:50 +0000 (0:00:00.019) 0:01:07.891 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:121 Wednesday 10 April 2024 14:48:50 +0000 (0:00:00.019) 0:01:07.910 ******* TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:127 Wednesday 10 April 2024 14:48:50 +0000 (0:00:00.019) 0:01:07.929 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Wednesday 10 April 2024 14:48:50 +0000 (0:00:00.048) 0:01:07.977 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Wednesday 10 April 2024 14:48:50 +0000 (0:00:00.026) 0:01:08.004 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Wednesday 10 April 2024 14:48:50 +0000 (0:00:00.026) 0:01:08.030 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Wednesday 10 April 2024 14:48:50 +0000 (0:00:00.025) 0:01:08.056 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Wednesday 10 April 2024 14:48:50 +0000 (0:00:00.029) 0:01:08.086 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Wednesday 10 April 2024 14:48:50 +0000 (0:00:00.036) 0:01:08.122 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Wednesday 10 April 2024 14:48:50 +0000 (0:00:00.024) 0:01:08.146 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Wednesday 10 April 2024 14:48:50 +0000 (0:00:00.026) 0:01:08.172 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Wednesday 10 April 2024 14:48:50 +0000 (0:00:00.028) 0:01:08.201 ******* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Wednesday 10 April 2024 14:48:51 +0000 (0:00:00.199) 0:01:08.401 ******* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Wednesday 10 April 2024 14:48:51 +0000 (0:00:00.027) 0:01:08.428 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1712760519.346778, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1712760486.1987174, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6292775, "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": "1198729939", "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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Wednesday 10 April 2024 14:48:51 +0000 (0:00:00.239) 0:01:08.667 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Wednesday 10 April 2024 14:48:51 +0000 (0:00:00.020) 0:01:08.688 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Wednesday 10 April 2024 14:48:51 +0000 (0:00:00.020) 0:01:08.708 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Wednesday 10 April 2024 14:48:51 +0000 (0:00:00.023) 0:01:08.731 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Wednesday 10 April 2024 14:48:51 +0000 (0:00:00.020) 0:01:08.752 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Wednesday 10 April 2024 14:48:51 +0000 (0:00:00.023) 0:01:08.776 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Wednesday 10 April 2024 14:48:51 +0000 (0:00:00.020) 0:01:08.797 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Wednesday 10 April 2024 14:48:51 +0000 (0:00:00.036) 0:01:08.833 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Wednesday 10 April 2024 14:48:51 +0000 (0:00:00.021) 0:01:08.855 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Wednesday 10 April 2024 14:48:51 +0000 (0:00:00.021) 0:01:08.876 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Wednesday 10 April 2024 14:48:51 +0000 (0:00:00.047) 0:01:08.924 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Wednesday 10 April 2024 14:48:51 +0000 (0:00:00.043) 0:01:08.968 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 Wednesday 10 April 2024 14:48:51 +0000 (0:00:00.022) 0:01:08.990 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:33 Wednesday 10 April 2024 14:48:52 +0000 (0:00:00.484) 0:01:09.474 ******* changed: [sut] => { "changed": true, "path": "/etc/containers/systemd/nopull.container", "state": "absent" } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:39 Wednesday 10 April 2024 14:48:52 +0000 (0:00:00.195) 0:01:09.669 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Wednesday 10 April 2024 14:48:52 +0000 (0:00:00.068) 0:01:09.738 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Wednesday 10 April 2024 14:48:52 +0000 (0:00:00.020) 0:01:09.759 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Wednesday 10 April 2024 14:48:52 +0000 (0:00:00.021) 0:01:09.780 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:47 Wednesday 10 April 2024 14:48:52 +0000 (0:00:00.020) 0:01:09.800 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:56 Wednesday 10 April 2024 14:48:53 +0000 (0:00:00.509) 0:01:10.310 ******* changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.036651", "end": "2024-04-10 14:48:53.263912", "rc": 0, "start": "2024-04-10 14:48:53.227261" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:64 Wednesday 10 April 2024 14:48:53 +0000 (0:00:00.231) 0:01:10.542 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Wednesday 10 April 2024 14:48:53 +0000 (0:00:00.023) 0:01:10.565 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:133 Wednesday 10 April 2024 14:48:53 +0000 (0:00:00.021) 0:01:10.587 ******* TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Wednesday 10 April 2024 14:48:53 +0000 (0:00:00.020) 0:01:10.607 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Wednesday 10 April 2024 14:48:53 +0000 (0:00:00.036) 0:01:10.643 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Wednesday 10 April 2024 14:48:53 +0000 (0:00:00.026) 0:01:10.669 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Wednesday 10 April 2024 14:48:53 +0000 (0:00:00.021) 0:01:10.691 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Wednesday 10 April 2024 14:48:53 +0000 (0:00:00.020) 0:01:10.711 ******* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Wednesday 10 April 2024 14:48:53 +0000 (0:00:00.049) 0:01:10.760 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Wednesday 10 April 2024 14:48:54 +0000 (0:00:00.979) 0:01:11.739 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Wednesday 10 April 2024 14:48:54 +0000 (0:00:00.021) 0:01:11.761 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Wednesday 10 April 2024 14:48:54 +0000 (0:00:00.025) 0:01:11.786 ******* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.029415", "end": "2024-04-10 14:48:54.730433", "rc": 0, "start": "2024-04-10 14:48:54.701018" } STDOUT: podman version 4.9.4-dev TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Wednesday 10 April 2024 14:48:54 +0000 (0:00:00.223) 0:01:12.010 ******* ok: [sut] => { "ansible_facts": { "podman_version": "4.9.4-dev" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Wednesday 10 April 2024 14:48:54 +0000 (0:00:00.021) 0:01:12.031 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Wednesday 10 April 2024 14:48:54 +0000 (0:00:00.020) 0:01:12.052 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Wednesday 10 April 2024 14:48:54 +0000 (0:00:00.037) 0:01:12.089 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Wednesday 10 April 2024 14:48:54 +0000 (0:00:00.038) 0:01:12.128 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Wednesday 10 April 2024 14:48:54 +0000 (0:00:00.025) 0:01:12.153 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Wednesday 10 April 2024 14:48:54 +0000 (0:00:00.025) 0:01:12.179 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Wednesday 10 April 2024 14:48:54 +0000 (0:00:00.028) 0:01:12.207 ******* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Wednesday 10 April 2024 14:48:55 +0000 (0:00:00.236) 0:01:12.443 ******* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Wednesday 10 April 2024 14:48:55 +0000 (0:00:00.027) 0:01:12.471 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1712760519.346778, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1712760486.1987174, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6292775, "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": "1198729939", "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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Wednesday 10 April 2024 14:48:55 +0000 (0:00:00.193) 0:01:12.665 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Wednesday 10 April 2024 14:48:55 +0000 (0:00:00.021) 0:01:12.687 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Wednesday 10 April 2024 14:48:55 +0000 (0:00:00.020) 0:01:12.707 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Wednesday 10 April 2024 14:48:55 +0000 (0:00:00.021) 0:01:12.728 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Wednesday 10 April 2024 14:48:55 +0000 (0:00:00.019) 0:01:12.748 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Wednesday 10 April 2024 14:48:55 +0000 (0:00:00.022) 0:01:12.771 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Wednesday 10 April 2024 14:48:55 +0000 (0:00:00.020) 0:01:12.792 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Wednesday 10 April 2024 14:48:55 +0000 (0:00:00.028) 0:01:12.820 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Wednesday 10 April 2024 14:48:55 +0000 (0:00:00.038) 0:01:12.858 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Wednesday 10 April 2024 14:48:55 +0000 (0:00:00.020) 0:01:12.878 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Wednesday 10 April 2024 14:48:55 +0000 (0:00:00.021) 0:01:12.900 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Wednesday 10 April 2024 14:48:55 +0000 (0:00:00.038) 0:01:12.938 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Wednesday 10 April 2024 14:48:55 +0000 (0:00:00.020) 0:01:12.959 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Wednesday 10 April 2024 14:48:55 +0000 (0:00:00.020) 0:01:12.979 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Wednesday 10 April 2024 14:48:55 +0000 (0:00:00.040) 0:01:13.019 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Wednesday 10 April 2024 14:48:55 +0000 (0:00:00.061) 0:01:13.081 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Wednesday 10 April 2024 14:48:55 +0000 (0:00:00.022) 0:01:13.103 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Wednesday 10 April 2024 14:48:55 +0000 (0:00:00.042) 0:01:13.146 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Wednesday 10 April 2024 14:48:55 +0000 (0:00:00.022) 0:01:13.169 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Wednesday 10 April 2024 14:48:55 +0000 (0:00:00.020) 0:01:13.189 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Wednesday 10 April 2024 14:48:55 +0000 (0:00:00.020) 0:01:13.210 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Wednesday 10 April 2024 14:48:55 +0000 (0:00:00.021) 0:01:13.231 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Wednesday 10 April 2024 14:48:56 +0000 (0:00:00.020) 0:01:13.252 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Wednesday 10 April 2024 14:48:56 +0000 (0:00:00.019) 0:01:13.272 ******* ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Wednesday 10 April 2024 14:48:56 +0000 (0:00:00.020) 0:01:13.293 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:121 Wednesday 10 April 2024 14:48:56 +0000 (0:00:00.018) 0:01:13.312 ******* TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:127 Wednesday 10 April 2024 14:48:56 +0000 (0:00:00.019) 0:01:13.331 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Wednesday 10 April 2024 14:48:56 +0000 (0:00:00.049) 0:01:13.381 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Wednesday 10 April 2024 14:48:56 +0000 (0:00:00.026) 0:01:13.408 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Wednesday 10 April 2024 14:48:56 +0000 (0:00:00.027) 0:01:13.435 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Wednesday 10 April 2024 14:48:56 +0000 (0:00:00.023) 0:01:13.458 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Wednesday 10 April 2024 14:48:56 +0000 (0:00:00.029) 0:01:13.488 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Wednesday 10 April 2024 14:48:56 +0000 (0:00:00.081) 0:01:13.570 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Wednesday 10 April 2024 14:48:56 +0000 (0:00:00.026) 0:01:13.596 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Wednesday 10 April 2024 14:48:56 +0000 (0:00:00.026) 0:01:13.623 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Wednesday 10 April 2024 14:48:56 +0000 (0:00:00.029) 0:01:13.652 ******* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Wednesday 10 April 2024 14:48:56 +0000 (0:00:00.198) 0:01:13.851 ******* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Wednesday 10 April 2024 14:48:56 +0000 (0:00:00.026) 0:01:13.877 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1712760519.346778, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1712760486.1987174, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6292775, "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": "1198729939", "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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Wednesday 10 April 2024 14:48:56 +0000 (0:00:00.200) 0:01:14.077 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Wednesday 10 April 2024 14:48:56 +0000 (0:00:00.022) 0:01:14.099 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Wednesday 10 April 2024 14:48:56 +0000 (0:00:00.020) 0:01:14.119 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Wednesday 10 April 2024 14:48:56 +0000 (0:00:00.022) 0:01:14.142 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Wednesday 10 April 2024 14:48:56 +0000 (0:00:00.020) 0:01:14.163 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Wednesday 10 April 2024 14:48:56 +0000 (0:00:00.022) 0:01:14.185 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Wednesday 10 April 2024 14:48:56 +0000 (0:00:00.020) 0:01:14.206 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Wednesday 10 April 2024 14:48:56 +0000 (0:00:00.038) 0:01:14.244 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Wednesday 10 April 2024 14:48:57 +0000 (0:00:00.021) 0:01:14.265 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Wednesday 10 April 2024 14:48:57 +0000 (0:00:00.020) 0:01:14.286 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Wednesday 10 April 2024 14:48:57 +0000 (0:00:00.048) 0:01:14.334 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Wednesday 10 April 2024 14:48:57 +0000 (0:00:00.041) 0:01:14.376 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 Wednesday 10 April 2024 14:48:57 +0000 (0:00:00.058) 0:01:14.435 ******* 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": "system.slice -.mount sysinit.target basic.target systemd-journald.socket", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "yes", "DelegateControllers": "cpu cpuacct cpuset io blkio memory devices pids bpf-firewall bpf-devices bpf-foreign bpf-socket-bind bpf-restrict-network-interfaces", "Description": "bogus.service", "DevicePolicy": "auto", "DynamicUser": "no", "Environment": "PODMAN_SYSTEMD_UNIT=bogus.service", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman run --name=bogus --cidfile=/run/bogus.cid --replace --rm --cgroups=split --sdnotify=conmon -d this_is_a_bogus_image ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman run --name=bogus --cidfile=/run/bogus.cid --replace --rm --cgroups=split --sdnotify=conmon -d this_is_a_bogus_image ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/bogus.cid ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/bogus.cid ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopPost": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/bogus.cid ; ignore_errors=yes ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopPostEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/bogus.cid ; flags=ignore-failure ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/run/systemd/generator/bogus.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "bogus.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13973", "LimitNPROCSoft": "13973", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13973", "LimitSIGPENDINGSoft": "13973", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "bogus.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMPolicy": "continue", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice -.mount 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": "22357", "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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:33 Wednesday 10 April 2024 14:48:57 +0000 (0:00:00.527) 0:01:14.962 ******* changed: [sut] => { "changed": true, "path": "/etc/containers/systemd/bogus.container", "state": "absent" } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:39 Wednesday 10 April 2024 14:48:57 +0000 (0:00:00.195) 0:01:15.157 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Wednesday 10 April 2024 14:48:57 +0000 (0:00:00.034) 0:01:15.192 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Wednesday 10 April 2024 14:48:57 +0000 (0:00:00.023) 0:01:15.215 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Wednesday 10 April 2024 14:48:57 +0000 (0:00:00.023) 0:01:15.239 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:47 Wednesday 10 April 2024 14:48:58 +0000 (0:00:00.021) 0:01:15.261 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:56 Wednesday 10 April 2024 14:48:58 +0000 (0:00:00.571) 0:01:15.832 ******* changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.042138", "end": "2024-04-10 14:48:58.888981", "rc": 0, "start": "2024-04-10 14:48:58.846843" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:64 Wednesday 10 April 2024 14:48:58 +0000 (0:00:00.334) 0:01:16.166 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Wednesday 10 April 2024 14:48:58 +0000 (0:00:00.023) 0:01:16.190 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:133 Wednesday 10 April 2024 14:48:58 +0000 (0:00:00.022) 0:01:16.212 ******* TASK [Create user for testing] ************************************************* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/tests_quadlet_basic.yml:113 Wednesday 10 April 2024 14:48:58 +0000 (0:00:00.021) 0:01:16.234 ******* 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-cancel-lingerq5rj0db3/tests/tests_quadlet_basic.yml:126 Wednesday 10 April 2024 14:48:59 +0000 (0:00:00.576) 0:01:16.811 ******* 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-cancel-lingerq5rj0db3/tests/tests_quadlet_basic.yml:139 Wednesday 10 April 2024 14:48:59 +0000 (0:00:00.052) 0:01:16.863 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Configure cgroups in kernel] ********************************************* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/tests_quadlet_basic.yml:171 Wednesday 10 April 2024 14:48:59 +0000 (0:00:00.030) 0:01:16.893 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reboot] ****************************************************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/tests_quadlet_basic.yml:177 Wednesday 10 April 2024 14:48:59 +0000 (0:00:00.031) 0:01:16.925 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Run the role - user] ***************************************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/tests_quadlet_basic.yml:180 Wednesday 10 April 2024 14:48:59 +0000 (0:00:00.029) 0:01:16.954 ******* TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Wednesday 10 April 2024 14:48:59 +0000 (0:00:00.043) 0:01:16.997 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Wednesday 10 April 2024 14:48:59 +0000 (0:00:00.034) 0:01:17.032 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Wednesday 10 April 2024 14:48:59 +0000 (0:00:00.026) 0:01:17.059 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Wednesday 10 April 2024 14:48:59 +0000 (0:00:00.020) 0:01:17.080 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Wednesday 10 April 2024 14:48:59 +0000 (0:00:00.020) 0:01:17.100 ******* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Wednesday 10 April 2024 14:48:59 +0000 (0:00:00.046) 0:01:17.147 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Wednesday 10 April 2024 14:49:01 +0000 (0:00:01.170) 0:01:18.318 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Wednesday 10 April 2024 14:49:01 +0000 (0:00:00.021) 0:01:18.339 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Wednesday 10 April 2024 14:49:01 +0000 (0:00:00.025) 0:01:18.364 ******* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.029103", "end": "2024-04-10 14:49:01.306586", "rc": 0, "start": "2024-04-10 14:49:01.277483" } STDOUT: podman version 4.9.4-dev TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Wednesday 10 April 2024 14:49:01 +0000 (0:00:00.221) 0:01:18.586 ******* ok: [sut] => { "ansible_facts": { "podman_version": "4.9.4-dev" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Wednesday 10 April 2024 14:49:01 +0000 (0:00:00.024) 0:01:18.610 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Wednesday 10 April 2024 14:49:01 +0000 (0:00:00.022) 0:01:18.633 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Wednesday 10 April 2024 14:49:01 +0000 (0:00:00.072) 0:01:18.706 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Wednesday 10 April 2024 14:49:01 +0000 (0:00:00.042) 0:01:18.748 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Wednesday 10 April 2024 14:49:01 +0000 (0:00:00.203) 0:01:18.952 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Wednesday 10 April 2024 14:49:01 +0000 (0:00:00.027) 0:01:18.979 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Wednesday 10 April 2024 14:49:01 +0000 (0:00:00.065) 0:01:19.044 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Wednesday 10 April 2024 14:49:02 +0000 (0:00:00.222) 0:01:19.267 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Wednesday 10 April 2024 14:49:02 +0000 (0:00:00.029) 0:01:19.296 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1712760519.346778, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1712760486.1987174, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6292775, "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": "1198729939", "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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Wednesday 10 April 2024 14:49:02 +0000 (0:00:00.203) 0:01:19.500 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.003702", "end": "2024-04-10 14:49:02.427131", "rc": 0, "start": "2024-04-10 14:49:02.423429" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Wednesday 10 April 2024 14:49:02 +0000 (0:00:00.206) 0:01:19.706 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.003723", "end": "2024-04-10 14:49:02.629782", "rc": 0, "start": "2024-04-10 14:49:02.626059" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Wednesday 10 April 2024 14:49:02 +0000 (0:00:00.203) 0:01:19.910 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Wednesday 10 April 2024 14:49:02 +0000 (0:00:00.026) 0:01:19.936 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Wednesday 10 April 2024 14:49:02 +0000 (0:00:00.025) 0:01:19.961 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Wednesday 10 April 2024 14:49:02 +0000 (0:00:00.026) 0:01:19.987 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Wednesday 10 April 2024 14:49:02 +0000 (0:00:00.022) 0:01:20.010 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Wednesday 10 April 2024 14:49:02 +0000 (0:00:00.032) 0:01:20.043 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Wednesday 10 April 2024 14:49:02 +0000 (0:00:00.045) 0:01:20.088 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Wednesday 10 April 2024 14:49:02 +0000 (0:00:00.022) 0:01:20.111 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Wednesday 10 April 2024 14:49:02 +0000 (0:00:00.023) 0:01:20.135 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Wednesday 10 April 2024 14:49:02 +0000 (0:00:00.040) 0:01:20.175 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Wednesday 10 April 2024 14:49:02 +0000 (0:00:00.064) 0:01:20.239 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Wednesday 10 April 2024 14:49:03 +0000 (0:00:00.022) 0:01:20.262 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Wednesday 10 April 2024 14:49:03 +0000 (0:00:00.043) 0:01:20.305 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Wednesday 10 April 2024 14:49:03 +0000 (0:00:00.028) 0:01:20.333 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Wednesday 10 April 2024 14:49:03 +0000 (0:00:00.025) 0:01:20.358 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Wednesday 10 April 2024 14:49:03 +0000 (0:00:00.047) 0:01:20.405 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Wednesday 10 April 2024 14:49:03 +0000 (0:00:00.026) 0:01:20.431 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Wednesday 10 April 2024 14:49:03 +0000 (0:00:00.022) 0:01:20.454 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Wednesday 10 April 2024 14:49:03 +0000 (0:00:00.023) 0:01:20.478 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Wednesday 10 April 2024 14:49:03 +0000 (0:00:00.023) 0:01:20.501 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Wednesday 10 April 2024 14:49:03 +0000 (0:00:00.024) 0:01:20.526 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Wednesday 10 April 2024 14:49:03 +0000 (0:00:00.022) 0:01:20.548 ******* ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Wednesday 10 April 2024 14:49:03 +0000 (0:00:00.021) 0:01:20.570 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml for sut included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:3 Wednesday 10 April 2024 14:49:03 +0000 (0:00:00.061) 0:01:20.631 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:8 Wednesday 10 April 2024 14:49:03 +0000 (0:00:00.023) 0:01:20.655 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:14 Wednesday 10 April 2024 14:49:03 +0000 (0:00:00.027) 0:01:20.683 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Wednesday 10 April 2024 14:49:03 +0000 (0:00:00.078) 0:01:20.761 ******* changed: [sut] => { "changed": true, "cmd": [ "loginctl", "enable-linger", "user_quadlet_basic" ], "delta": "0:00:00.017955", "end": "2024-04-10 14:49:03.700132", "rc": 0, "start": "2024-04-10 14:49:03.682177" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Wednesday 10 April 2024 14:49:03 +0000 (0:00:00.218) 0:01:20.980 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Wednesday 10 April 2024 14:49:03 +0000 (0:00:00.026) 0:01:21.006 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stat XDG_RUNTIME_DIR] ************************ task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:19 Wednesday 10 April 2024 14:49:03 +0000 (0:00:00.026) 0:01:21.032 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1712760543.730823, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1712760543.8068233, "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": 1712760543.8068233, "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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:35 Wednesday 10 April 2024 14:49:04 +0000 (0:00:00.222) 0:01:21.255 ******* changed: [sut] => { "changed": true } TASK [linux-system-roles.podman : Set variables part 1] ************************ task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:3 Wednesday 10 April 2024 14:49:04 +0000 (0:00:00.975) 0:01:22.230 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:8 Wednesday 10 April 2024 14:49:05 +0000 (0:00:00.023) 0:01:22.254 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:14 Wednesday 10 April 2024 14:49:05 +0000 (0:00:00.029) 0:01:22.284 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Wednesday 10 April 2024 14:49:05 +0000 (0:00:00.033) 0:01:22.318 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Wednesday 10 April 2024 14:49:05 +0000 (0:00:00.203) 0:01:22.522 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Wednesday 10 April 2024 14:49:05 +0000 (0:00:00.026) 0:01:22.548 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stat XDG_RUNTIME_DIR] ************************ task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:19 Wednesday 10 April 2024 14:49:05 +0000 (0:00:00.024) 0:01:22.573 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1712760543.730823, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1712760544.5558245, "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": 1712760544.5558245, "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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:35 Wednesday 10 April 2024 14:49:05 +0000 (0:00:00.239) 0:01:22.813 ******* changed: [sut] => { "changed": true } TASK [linux-system-roles.podman : Handle Kubernetes specifications] ************ task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:121 Wednesday 10 April 2024 14:49:05 +0000 (0:00:00.412) 0:01:23.226 ******* TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:127 Wednesday 10 April 2024 14:49:05 +0000 (0:00:00.019) 0:01:23.245 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Wednesday 10 April 2024 14:49:06 +0000 (0:00:00.069) 0:01:23.315 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Wednesday 10 April 2024 14:49:06 +0000 (0:00:00.027) 0:01:23.342 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Wednesday 10 April 2024 14:49:06 +0000 (0:00:00.028) 0:01:23.371 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Wednesday 10 April 2024 14:49:06 +0000 (0:00:00.022) 0:01:23.393 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Wednesday 10 April 2024 14:49:06 +0000 (0:00:00.031) 0:01:23.425 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Wednesday 10 April 2024 14:49:06 +0000 (0:00:00.038) 0:01:23.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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Wednesday 10 April 2024 14:49:06 +0000 (0:00:00.027) 0:01:23.491 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Wednesday 10 April 2024 14:49:06 +0000 (0:00:00.034) 0:01:23.525 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Wednesday 10 April 2024 14:49:06 +0000 (0:00:00.029) 0:01:23.554 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Wednesday 10 April 2024 14:49:06 +0000 (0:00:00.204) 0:01:23.758 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Wednesday 10 April 2024 14:49:06 +0000 (0:00:00.028) 0:01:23.786 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1712760519.346778, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1712760486.1987174, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6292775, "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": "1198729939", "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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Wednesday 10 April 2024 14:49:06 +0000 (0:00:00.194) 0:01:23.981 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.003519", "end": "2024-04-10 14:49:06.900832", "rc": 0, "start": "2024-04-10 14:49:06.897313" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Wednesday 10 April 2024 14:49:06 +0000 (0:00:00.196) 0:01:24.178 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.003661", "end": "2024-04-10 14:49:07.101845", "rc": 0, "start": "2024-04-10 14:49:07.098184" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Wednesday 10 April 2024 14:49:07 +0000 (0:00:00.201) 0:01:24.379 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Wednesday 10 April 2024 14:49:07 +0000 (0:00:00.021) 0:01:24.400 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Wednesday 10 April 2024 14:49:07 +0000 (0:00:00.021) 0:01:24.422 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Wednesday 10 April 2024 14:49:07 +0000 (0:00:00.023) 0:01:24.445 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Wednesday 10 April 2024 14:49:07 +0000 (0:00:00.020) 0:01:24.466 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Wednesday 10 April 2024 14:49:07 +0000 (0:00:00.038) 0:01:24.504 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Wednesday 10 April 2024 14:49:07 +0000 (0:00:00.022) 0:01:24.527 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Wednesday 10 April 2024 14:49:07 +0000 (0:00:00.023) 0:01:24.550 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Wednesday 10 April 2024 14:49:07 +0000 (0:00:00.047) 0:01:24.598 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Wednesday 10 April 2024 14:49:07 +0000 (0:00:00.023) 0:01:24.622 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Wednesday 10 April 2024 14:49:07 +0000 (0:00:00.042) 0:01:24.664 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Wednesday 10 April 2024 14:49:07 +0000 (0:00:00.033) 0:01:24.698 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Wednesday 10 April 2024 14:49:07 +0000 (0:00:00.194) 0:01:24.892 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Wednesday 10 April 2024 14:49:07 +0000 (0:00:00.066) 0:01:24.958 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:7 Wednesday 10 April 2024 14:49:07 +0000 (0:00:00.022) 0:01:24.981 ******* TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:25 Wednesday 10 April 2024 14:49:07 +0000 (0:00:00.021) 0:01:25.002 ******* TASK [linux-system-roles.podman : Ensure the quadlet directory is present] ***** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:44 Wednesday 10 April 2024 14:49:07 +0000 (0:00:00.020) 0:01:25.022 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:53 Wednesday 10 April 2024 14:49:07 +0000 (0:00:00.202) 0:01:25.225 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:63 Wednesday 10 April 2024 14:49:07 +0000 (0:00:00.021) 0:01:25.247 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:75 Wednesday 10 April 2024 14:49:08 +0000 (0:00:00.022) 0:01:25.269 ******* 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-1712760548.0591855-9086-4598813644756/source", "state": "file", "uid": 1111 } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:87 Wednesday 10 April 2024 14:49:08 +0000 (0:00:00.521) 0:01:25.791 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:116 Wednesday 10 April 2024 14:49:08 +0000 (0:00:00.377) 0:01:26.168 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:132 Wednesday 10 April 2024 14:49:08 +0000 (0:00:00.023) 0:01:26.192 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Wednesday 10 April 2024 14:49:08 +0000 (0:00:00.025) 0:01:26.218 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Wednesday 10 April 2024 14:49:08 +0000 (0:00:00.027) 0:01:26.245 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Wednesday 10 April 2024 14:49:09 +0000 (0:00:00.026) 0:01:26.271 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Wednesday 10 April 2024 14:49:09 +0000 (0:00:00.020) 0:01:26.291 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Wednesday 10 April 2024 14:49:09 +0000 (0:00:00.030) 0:01:26.322 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Wednesday 10 April 2024 14:49:09 +0000 (0:00:00.081) 0:01:26.403 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Wednesday 10 April 2024 14:49:09 +0000 (0:00:00.026) 0:01:26.429 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Wednesday 10 April 2024 14:49:09 +0000 (0:00:00.026) 0:01:26.456 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Wednesday 10 April 2024 14:49:09 +0000 (0:00:00.029) 0:01:26.485 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Wednesday 10 April 2024 14:49:09 +0000 (0:00:00.212) 0:01:26.698 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Wednesday 10 April 2024 14:49:09 +0000 (0:00:00.026) 0:01:26.725 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1712760519.346778, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1712760486.1987174, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6292775, "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": "1198729939", "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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Wednesday 10 April 2024 14:49:09 +0000 (0:00:00.193) 0:01:26.918 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.003482", "end": "2024-04-10 14:49:09.838016", "rc": 0, "start": "2024-04-10 14:49:09.834534" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Wednesday 10 April 2024 14:49:09 +0000 (0:00:00.196) 0:01:27.115 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.003414", "end": "2024-04-10 14:49:10.034886", "rc": 0, "start": "2024-04-10 14:49:10.031472" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Wednesday 10 April 2024 14:49:10 +0000 (0:00:00.195) 0:01:27.311 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Wednesday 10 April 2024 14:49:10 +0000 (0:00:00.021) 0:01:27.333 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Wednesday 10 April 2024 14:49:10 +0000 (0:00:00.020) 0:01:27.353 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Wednesday 10 April 2024 14:49:10 +0000 (0:00:00.020) 0:01:27.374 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Wednesday 10 April 2024 14:49:10 +0000 (0:00:00.020) 0:01:27.395 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Wednesday 10 April 2024 14:49:10 +0000 (0:00:00.036) 0:01:27.431 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Wednesday 10 April 2024 14:49:10 +0000 (0:00:00.021) 0:01:27.453 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Wednesday 10 April 2024 14:49:10 +0000 (0:00:00.021) 0:01:27.475 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Wednesday 10 April 2024 14:49:10 +0000 (0:00:00.047) 0:01:27.522 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Wednesday 10 April 2024 14:49:10 +0000 (0:00:00.066) 0:01:27.589 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Wednesday 10 April 2024 14:49:10 +0000 (0:00:00.044) 0:01:27.634 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Wednesday 10 April 2024 14:49:10 +0000 (0:00:00.034) 0:01:27.669 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Wednesday 10 April 2024 14:49:10 +0000 (0:00:00.205) 0:01:27.874 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Wednesday 10 April 2024 14:49:10 +0000 (0:00:00.025) 0:01:27.900 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:7 Wednesday 10 April 2024 14:49:10 +0000 (0:00:00.021) 0:01:27.921 ******* TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:25 Wednesday 10 April 2024 14:49:10 +0000 (0:00:00.020) 0:01:27.942 ******* TASK [linux-system-roles.podman : Ensure the quadlet directory is present] ***** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:44 Wednesday 10 April 2024 14:49:10 +0000 (0:00:00.019) 0:01:27.962 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:53 Wednesday 10 April 2024 14:49:10 +0000 (0:00:00.201) 0:01:28.163 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:63 Wednesday 10 April 2024 14:49:10 +0000 (0:00:00.021) 0:01:28.185 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:75 Wednesday 10 April 2024 14:49:10 +0000 (0:00:00.019) 0:01:28.204 ******* 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-1712760550.992943-9173-174424149415519/source", "state": "file", "uid": 1111 } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:87 Wednesday 10 April 2024 14:49:11 +0000 (0:00:00.521) 0:01:28.726 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:116 Wednesday 10 April 2024 14:49:11 +0000 (0:00:00.417) 0:01:29.144 ******* 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 app.slice basic.target -.mount", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "quadlet-basic-mysql-volume.service", "DevicePolicy": "auto", "DynamicUser": "no", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman volume create --ignore systemd-quadlet-basic-mysql ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman volume create --ignore systemd-quadlet-basic-mysql ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/run/user/1111/systemd/generator/quadlet-basic-mysql-volume.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "quadlet-basic-mysql-volume.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "inherit", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13973", "LimitNPROCSoft": "13973", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13973", "LimitSIGPENDINGSoft": "13973", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "quadlet-basic-mysql-volume.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "200", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "app.slice basic.target", "RequiresMountsFor": "/run/user/1111/containers", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "app.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogIdentifier": "quadlet-basic-mysql-volume", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22357", "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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:132 Wednesday 10 April 2024 14:49:12 +0000 (0:00:00.403) 0:01:29.547 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Wednesday 10 April 2024 14:49:12 +0000 (0:00:00.023) 0:01:29.571 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Wednesday 10 April 2024 14:49:12 +0000 (0:00:00.029) 0:01:29.601 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Wednesday 10 April 2024 14:49:12 +0000 (0:00:00.025) 0:01:29.626 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Wednesday 10 April 2024 14:49:12 +0000 (0:00:00.021) 0:01:29.647 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Wednesday 10 April 2024 14:49:12 +0000 (0:00:00.038) 0:01:29.686 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Wednesday 10 April 2024 14:49:12 +0000 (0:00:00.038) 0:01:29.725 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Wednesday 10 April 2024 14:49:12 +0000 (0:00:00.026) 0:01:29.751 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Wednesday 10 April 2024 14:49:12 +0000 (0:00:00.026) 0:01:29.777 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Wednesday 10 April 2024 14:49:12 +0000 (0:00:00.028) 0:01:29.806 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Wednesday 10 April 2024 14:49:12 +0000 (0:00:00.204) 0:01:30.011 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Wednesday 10 April 2024 14:49:12 +0000 (0:00:00.028) 0:01:30.039 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1712760519.346778, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1712760486.1987174, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6292775, "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": "1198729939", "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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Wednesday 10 April 2024 14:49:12 +0000 (0:00:00.196) 0:01:30.235 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.003445", "end": "2024-04-10 14:49:13.153091", "rc": 0, "start": "2024-04-10 14:49:13.149646" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Wednesday 10 April 2024 14:49:13 +0000 (0:00:00.235) 0:01:30.470 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.003505", "end": "2024-04-10 14:49:13.390294", "rc": 0, "start": "2024-04-10 14:49:13.386789" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Wednesday 10 April 2024 14:49:13 +0000 (0:00:00.198) 0:01:30.668 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Wednesday 10 April 2024 14:49:13 +0000 (0:00:00.020) 0:01:30.689 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Wednesday 10 April 2024 14:49:13 +0000 (0:00:00.021) 0:01:30.711 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Wednesday 10 April 2024 14:49:13 +0000 (0:00:00.020) 0:01:30.731 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Wednesday 10 April 2024 14:49:13 +0000 (0:00:00.021) 0:01:30.753 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Wednesday 10 April 2024 14:49:13 +0000 (0:00:00.036) 0:01:30.790 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Wednesday 10 April 2024 14:49:13 +0000 (0:00:00.022) 0:01:30.812 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Wednesday 10 April 2024 14:49:13 +0000 (0:00:00.021) 0:01:30.834 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Wednesday 10 April 2024 14:49:13 +0000 (0:00:00.048) 0:01:30.882 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Wednesday 10 April 2024 14:49:13 +0000 (0:00:00.021) 0:01:30.904 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Wednesday 10 April 2024 14:49:13 +0000 (0:00:00.043) 0:01:30.948 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Wednesday 10 April 2024 14:49:13 +0000 (0:00:00.034) 0:01:30.983 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Wednesday 10 April 2024 14:49:13 +0000 (0:00:00.197) 0:01:31.180 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Wednesday 10 April 2024 14:49:13 +0000 (0:00:00.025) 0:01:31.205 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:7 Wednesday 10 April 2024 14:49:13 +0000 (0:00:00.023) 0:01:31.228 ******* TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:25 Wednesday 10 April 2024 14:49:13 +0000 (0:00:00.019) 0:01:31.248 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:44 Wednesday 10 April 2024 14:49:22 +0000 (0:00:08.583) 0:01:39.831 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:53 Wednesday 10 April 2024 14:49:22 +0000 (0:00:00.205) 0:01:40.037 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:63 Wednesday 10 April 2024 14:49:22 +0000 (0:00:00.021) 0:01:40.059 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:75 Wednesday 10 April 2024 14:49:22 +0000 (0:00:00.021) 0:01:40.080 ******* 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-1712760562.8691108-9357-247287383743909/source", "state": "file", "uid": 1111 } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:87 Wednesday 10 April 2024 14:49:23 +0000 (0:00:00.528) 0:01:40.609 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:116 Wednesday 10 April 2024 14:49:23 +0000 (0:00:00.382) 0:01:40.992 ******* 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": "quadlet-basic-network.service -.mount basic.target run-user-1111.mount app.slice quadlet-basic-mysql-volume.service", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target default.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": "13973", "LimitNPROCSoft": "13973", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13973", "LimitSIGPENDINGSoft": "13973", "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": "quadlet-basic-network.service basic.target 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": "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": "22357", "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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:132 Wednesday 10 April 2024 14:49:25 +0000 (0:00:01.264) 0:01:42.256 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:133 Wednesday 10 April 2024 14:49:25 +0000 (0:00:00.059) 0:01:42.316 ******* TASK [Check files] ************************************************************* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/tests_quadlet_basic.yml:189 Wednesday 10 April 2024 14:49:25 +0000 (0:00:00.021) 0:01:42.337 ******* 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.004401", "end": "2024-04-10 14:49:25.299522", "item": "quadlet-basic-mysql.container", "rc": 0, "start": "2024-04-10 14:49:25.295121" } 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.002852", "end": "2024-04-10 14:49:25.586111", "item": "quadlet-basic.network", "rc": 0, "start": "2024-04-10 14:49:25.583259" } 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.002866", "end": "2024-04-10 14:49:25.846179", "item": "quadlet-basic-mysql.volume", "rc": 0, "start": "2024-04-10 14:49:25.843313" } STDOUT: # # Ansible managed # # system_role:podman [Volume] TASK [Ensure linger] *********************************************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/tests_quadlet_basic.yml:199 Wednesday 10 April 2024 14:49:25 +0000 (0:00:00.786) 0:01:43.123 ******* ok: [sut] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1712760543.692823, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1712760543.692823, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 7301775, "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": 1712760543.692823, "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": "65200108", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Cleanup user] ************************************************************ task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/tests_quadlet_basic.yml:207 Wednesday 10 April 2024 14:49:26 +0000 (0:00:00.211) 0:01:43.335 ******* TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Wednesday 10 April 2024 14:49:26 +0000 (0:00:00.049) 0:01:43.384 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Wednesday 10 April 2024 14:49:26 +0000 (0:00:00.034) 0:01:43.419 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Wednesday 10 April 2024 14:49:26 +0000 (0:00:00.026) 0:01:43.446 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Wednesday 10 April 2024 14:49:26 +0000 (0:00:00.020) 0:01:43.467 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Wednesday 10 April 2024 14:49:26 +0000 (0:00:00.019) 0:01:43.487 ******* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Wednesday 10 April 2024 14:49:26 +0000 (0:00:00.048) 0:01:43.535 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Wednesday 10 April 2024 14:49:27 +0000 (0:00:00.997) 0:01:44.532 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Wednesday 10 April 2024 14:49:27 +0000 (0:00:00.021) 0:01:44.553 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Wednesday 10 April 2024 14:49:27 +0000 (0:00:00.025) 0:01:44.579 ******* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.037329", "end": "2024-04-10 14:49:27.551920", "rc": 0, "start": "2024-04-10 14:49:27.514591" } STDOUT: podman version 4.9.4-dev TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Wednesday 10 April 2024 14:49:27 +0000 (0:00:00.252) 0:01:44.831 ******* ok: [sut] => { "ansible_facts": { "podman_version": "4.9.4-dev" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Wednesday 10 April 2024 14:49:27 +0000 (0:00:00.022) 0:01:44.853 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Wednesday 10 April 2024 14:49:27 +0000 (0:00:00.019) 0:01:44.873 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Wednesday 10 April 2024 14:49:27 +0000 (0:00:00.064) 0:01:44.938 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Wednesday 10 April 2024 14:49:27 +0000 (0:00:00.037) 0:01:44.976 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Wednesday 10 April 2024 14:49:27 +0000 (0:00:00.026) 0:01:45.002 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Wednesday 10 April 2024 14:49:27 +0000 (0:00:00.026) 0:01:45.029 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Wednesday 10 April 2024 14:49:27 +0000 (0:00:00.028) 0:01:45.057 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Wednesday 10 April 2024 14:49:28 +0000 (0:00:00.286) 0:01:45.344 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Wednesday 10 April 2024 14:49:28 +0000 (0:00:00.028) 0:01:45.372 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1712760519.346778, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1712760486.1987174, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6292775, "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": "1198729939", "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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Wednesday 10 April 2024 14:49:28 +0000 (0:00:00.281) 0:01:45.653 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.003387", "end": "2024-04-10 14:49:28.597552", "rc": 0, "start": "2024-04-10 14:49:28.594165" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Wednesday 10 April 2024 14:49:28 +0000 (0:00:00.221) 0:01:45.875 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.003388", "end": "2024-04-10 14:49:28.796817", "rc": 0, "start": "2024-04-10 14:49:28.793429" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Wednesday 10 April 2024 14:49:28 +0000 (0:00:00.198) 0:01:46.074 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Wednesday 10 April 2024 14:49:28 +0000 (0:00:00.020) 0:01:46.094 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Wednesday 10 April 2024 14:49:28 +0000 (0:00:00.021) 0:01:46.116 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Wednesday 10 April 2024 14:49:28 +0000 (0:00:00.020) 0:01:46.136 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Wednesday 10 April 2024 14:49:28 +0000 (0:00:00.021) 0:01:46.158 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Wednesday 10 April 2024 14:49:28 +0000 (0:00:00.027) 0:01:46.185 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Wednesday 10 April 2024 14:49:28 +0000 (0:00:00.037) 0:01:46.223 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Wednesday 10 April 2024 14:49:28 +0000 (0:00:00.021) 0:01:46.245 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Wednesday 10 April 2024 14:49:29 +0000 (0:00:00.020) 0:01:46.265 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Wednesday 10 April 2024 14:49:29 +0000 (0:00:00.038) 0:01:46.304 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Wednesday 10 April 2024 14:49:29 +0000 (0:00:00.020) 0:01:46.325 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Wednesday 10 April 2024 14:49:29 +0000 (0:00:00.020) 0:01:46.345 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Wednesday 10 April 2024 14:49:29 +0000 (0:00:00.074) 0:01:46.419 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Wednesday 10 April 2024 14:49:29 +0000 (0:00:00.020) 0:01:46.440 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Wednesday 10 April 2024 14:49:29 +0000 (0:00:00.021) 0:01:46.461 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Wednesday 10 April 2024 14:49:29 +0000 (0:00:00.040) 0:01:46.501 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Wednesday 10 April 2024 14:49:29 +0000 (0:00:00.022) 0:01:46.523 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Wednesday 10 April 2024 14:49:29 +0000 (0:00:00.022) 0:01:46.546 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Wednesday 10 April 2024 14:49:29 +0000 (0:00:00.020) 0:01:46.567 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Wednesday 10 April 2024 14:49:29 +0000 (0:00:00.020) 0:01:46.588 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Wednesday 10 April 2024 14:49:29 +0000 (0:00:00.020) 0:01:46.608 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Wednesday 10 April 2024 14:49:29 +0000 (0:00:00.020) 0:01:46.629 ******* ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Wednesday 10 April 2024 14:49:29 +0000 (0:00:00.018) 0:01:46.648 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml for sut included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:3 Wednesday 10 April 2024 14:49:29 +0000 (0:00:00.061) 0:01:46.709 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:8 Wednesday 10 April 2024 14:49:29 +0000 (0:00:00.023) 0:01:46.733 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:14 Wednesday 10 April 2024 14:49:29 +0000 (0:00:00.028) 0:01:46.762 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Wednesday 10 April 2024 14:49:29 +0000 (0:00:00.034) 0:01:46.797 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Wednesday 10 April 2024 14:49:29 +0000 (0:00:00.023) 0:01:46.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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Wednesday 10 April 2024 14:49:29 +0000 (0:00:00.070) 0:01:46.891 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:19 Wednesday 10 April 2024 14:49:29 +0000 (0:00:00.030) 0:01:46.921 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1712760543.730823, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1712760564.9048622, "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": 1712760564.9048622, "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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:35 Wednesday 10 April 2024 14:49:29 +0000 (0:00:00.213) 0:01:47.135 ******* changed: [sut] => { "changed": true } TASK [linux-system-roles.podman : Set variables part 1] ************************ task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:3 Wednesday 10 April 2024 14:49:30 +0000 (0:00:00.410) 0:01:47.546 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:8 Wednesday 10 April 2024 14:49:30 +0000 (0:00:00.023) 0:01:47.569 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:14 Wednesday 10 April 2024 14:49:30 +0000 (0:00:00.028) 0:01:47.597 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Wednesday 10 April 2024 14:49:30 +0000 (0:00:00.033) 0:01:47.631 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Wednesday 10 April 2024 14:49:30 +0000 (0:00:00.024) 0:01:47.655 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Wednesday 10 April 2024 14:49:30 +0000 (0:00:00.022) 0:01:47.678 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:19 Wednesday 10 April 2024 14:49:30 +0000 (0:00:00.027) 0:01:47.705 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1712760543.730823, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1712760564.9048622, "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": 1712760564.9048622, "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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:35 Wednesday 10 April 2024 14:49:30 +0000 (0:00:00.202) 0:01:47.908 ******* changed: [sut] => { "changed": true } TASK [linux-system-roles.podman : Handle Kubernetes specifications] ************ task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:121 Wednesday 10 April 2024 14:49:30 +0000 (0:00:00.280) 0:01:48.189 ******* TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:127 Wednesday 10 April 2024 14:49:30 +0000 (0:00:00.021) 0:01:48.210 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Wednesday 10 April 2024 14:49:31 +0000 (0:00:00.100) 0:01:48.311 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Wednesday 10 April 2024 14:49:31 +0000 (0:00:00.027) 0:01:48.338 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Wednesday 10 April 2024 14:49:31 +0000 (0:00:00.027) 0:01:48.366 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Wednesday 10 April 2024 14:49:31 +0000 (0:00:00.020) 0:01:48.387 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Wednesday 10 April 2024 14:49:31 +0000 (0:00:00.031) 0:01:48.418 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Wednesday 10 April 2024 14:49:31 +0000 (0:00:00.036) 0:01:48.455 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Wednesday 10 April 2024 14:49:31 +0000 (0:00:00.025) 0:01:48.480 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Wednesday 10 April 2024 14:49:31 +0000 (0:00:00.027) 0:01:48.508 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Wednesday 10 April 2024 14:49:31 +0000 (0:00:00.027) 0:01:48.535 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Wednesday 10 April 2024 14:49:31 +0000 (0:00:00.301) 0:01:48.837 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Wednesday 10 April 2024 14:49:31 +0000 (0:00:00.029) 0:01:48.866 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1712760519.346778, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1712760486.1987174, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6292775, "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": "1198729939", "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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Wednesday 10 April 2024 14:49:31 +0000 (0:00:00.325) 0:01:49.191 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.005040", "end": "2024-04-10 14:49:32.230520", "rc": 0, "start": "2024-04-10 14:49:32.225480" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Wednesday 10 April 2024 14:49:32 +0000 (0:00:00.324) 0:01:49.516 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.005472", "end": "2024-04-10 14:49:32.535161", "rc": 0, "start": "2024-04-10 14:49:32.529689" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Wednesday 10 April 2024 14:49:32 +0000 (0:00:00.299) 0:01:49.815 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Wednesday 10 April 2024 14:49:32 +0000 (0:00:00.024) 0:01:49.840 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Wednesday 10 April 2024 14:49:32 +0000 (0:00:00.022) 0:01:49.863 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Wednesday 10 April 2024 14:49:32 +0000 (0:00:00.023) 0:01:49.886 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Wednesday 10 April 2024 14:49:32 +0000 (0:00:00.023) 0:01:49.909 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Wednesday 10 April 2024 14:49:32 +0000 (0:00:00.039) 0:01:49.949 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Wednesday 10 April 2024 14:49:32 +0000 (0:00:00.022) 0:01:49.971 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Wednesday 10 April 2024 14:49:32 +0000 (0:00:00.022) 0:01:49.994 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Wednesday 10 April 2024 14:49:32 +0000 (0:00:00.047) 0:01:50.041 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Wednesday 10 April 2024 14:49:32 +0000 (0:00:00.043) 0:01:50.085 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1712760543.730823, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1712760564.9048622, "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": 1712760564.9048622, "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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 Wednesday 10 April 2024 14:49:33 +0000 (0:00:00.202) 0:01:50.288 ******* 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-04-10 14:49:12 UTC", "ActiveEnterTimestampMonotonic": "1445105956", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "run-user-1111.mount -.mount basic.target app.slice", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Wed 2024-04-10 14:49:12 UTC", "AssertTimestampMonotonic": "1445060164", "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": "38125000", "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-04-10 14:49:12 UTC", "ConditionTimestampMonotonic": "1445060160", "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-04-10 14:49:12 UTC", "ExecMainExitTimestampMonotonic": "1445105822", "ExecMainPID": "12339", "ExecMainStartTimestamp": "Wed 2024-04-10 14:49:12 UTC", "ExecMainStartTimestampMonotonic": "1445066701", "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-04-10 14:49:12 UTC", "InactiveExitTimestampMonotonic": "1445067207", "InvocationID": "26952448ebe7484ea5c7ab4c3f2944c8", "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": "13973", "LimitNPROCSoft": "13973", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13973", "LimitSIGPENDINGSoft": "13973", "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-04-10 14:49:12 UTC", "StateChangeTimestampMonotonic": "1445105956", "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": "22357", "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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:33 Wednesday 10 April 2024 14:49:43 +0000 (0:00:10.680) 0:02:00.968 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:39 Wednesday 10 April 2024 14:49:43 +0000 (0:00:00.196) 0:02:01.165 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Wednesday 10 April 2024 14:49:43 +0000 (0:00:00.047) 0:02:01.213 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Wednesday 10 April 2024 14:49:43 +0000 (0:00:00.024) 0:02:01.237 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Wednesday 10 April 2024 14:49:44 +0000 (0:00:00.021) 0:02:01.259 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:47 Wednesday 10 April 2024 14:49:44 +0000 (0:00:00.063) 0:02:01.322 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:56 Wednesday 10 April 2024 14:49:44 +0000 (0:00:00.382) 0:02:01.704 ******* changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.049884", "end": "2024-04-10 14:49:44.685307", "rc": 0, "start": "2024-04-10 14:49:44.635423" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:64 Wednesday 10 April 2024 14:49:44 +0000 (0:00:00.261) 0:02:01.965 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Wednesday 10 April 2024 14:49:44 +0000 (0:00:00.027) 0:02:01.993 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Wednesday 10 April 2024 14:49:44 +0000 (0:00:00.024) 0:02:02.017 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Wednesday 10 April 2024 14:49:44 +0000 (0:00:00.031) 0:02:02.049 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Wednesday 10 April 2024 14:49:44 +0000 (0:00:00.029) 0:02:02.078 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Wednesday 10 April 2024 14:49:44 +0000 (0:00:00.024) 0:02:02.103 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Wednesday 10 April 2024 14:49:44 +0000 (0:00:00.031) 0:02:02.135 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Wednesday 10 April 2024 14:49:44 +0000 (0:00:00.038) 0:02:02.174 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Wednesday 10 April 2024 14:49:44 +0000 (0:00:00.027) 0:02:02.201 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Wednesday 10 April 2024 14:49:44 +0000 (0:00:00.028) 0:02:02.229 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Wednesday 10 April 2024 14:49:45 +0000 (0:00:00.030) 0:02:02.259 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Wednesday 10 April 2024 14:49:45 +0000 (0:00:00.198) 0:02:02.458 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Wednesday 10 April 2024 14:49:45 +0000 (0:00:00.027) 0:02:02.486 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1712760519.346778, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1712760486.1987174, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6292775, "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": "1198729939", "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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Wednesday 10 April 2024 14:49:45 +0000 (0:00:00.252) 0:02:02.738 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.003607", "end": "2024-04-10 14:49:45.659746", "rc": 0, "start": "2024-04-10 14:49:45.656139" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Wednesday 10 April 2024 14:49:45 +0000 (0:00:00.199) 0:02:02.937 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.003447", "end": "2024-04-10 14:49:45.865866", "rc": 0, "start": "2024-04-10 14:49:45.862419" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Wednesday 10 April 2024 14:49:45 +0000 (0:00:00.208) 0:02:03.146 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Wednesday 10 April 2024 14:49:45 +0000 (0:00:00.023) 0:02:03.170 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Wednesday 10 April 2024 14:49:45 +0000 (0:00:00.021) 0:02:03.192 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Wednesday 10 April 2024 14:49:45 +0000 (0:00:00.021) 0:02:03.213 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Wednesday 10 April 2024 14:49:45 +0000 (0:00:00.022) 0:02:03.235 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Wednesday 10 April 2024 14:49:46 +0000 (0:00:00.037) 0:02:03.273 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Wednesday 10 April 2024 14:49:46 +0000 (0:00:00.024) 0:02:03.297 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Wednesday 10 April 2024 14:49:46 +0000 (0:00:00.020) 0:02:03.317 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Wednesday 10 April 2024 14:49:46 +0000 (0:00:00.051) 0:02:03.368 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Wednesday 10 April 2024 14:49:46 +0000 (0:00:00.043) 0:02:03.412 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1712760543.730823, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1712760583.6208966, "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": 1712760583.6208966, "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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 Wednesday 10 April 2024 14:49:46 +0000 (0:00:00.201) 0:02:03.613 ******* 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-04-10 14:49:24 UTC", "ActiveEnterTimestampMonotonic": "1457801572", "ActiveExitTimestamp": "Wed 2024-04-10 14:49:33 UTC", "ActiveExitTimestampMonotonic": "1466268244", "ActiveState": "failed", "After": "quadlet-basic-mysql-volume.service quadlet-basic-network.service basic.target app.slice -.mount run-user-1111.mount", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Wed 2024-04-10 14:49:24 UTC", "AssertTimestampMonotonic": "1456948238", "Before": "shutdown.target default.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "3659211000", "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-04-10 14:49:24 UTC", "ConditionTimestampMonotonic": "1456948234", "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-04-10 14:49:43 UTC", "ExecMainExitTimestampMonotonic": "1476479840", "ExecMainPID": "12847", "ExecMainStartTimestamp": "Wed 2024-04-10 14:49:24 UTC", "ExecMainStartTimestampMonotonic": "1457801488", "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-04-10 14:49:43 UTC", "InactiveEnterTimestampMonotonic": "1476522080", "InactiveExitTimestamp": "Wed 2024-04-10 14:49:24 UTC", "InactiveExitTimestampMonotonic": "1456954974", "InvocationID": "d4d2408356e34a739e27a6562572134a", "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": "13973", "LimitNPROCSoft": "13973", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13973", "LimitSIGPENDINGSoft": "13973", "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": "quadlet-basic-mysql-volume.service quadlet-basic-network.service basic.target app.slice", "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-04-10 14:49:43 UTC", "StateChangeTimestampMonotonic": "1476522080", "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": "22357", "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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:33 Wednesday 10 April 2024 14:49:46 +0000 (0:00:00.403) 0:02:04.016 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:39 Wednesday 10 April 2024 14:49:47 +0000 (0:00:00.242) 0:02:04.259 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Wednesday 10 April 2024 14:49:47 +0000 (0:00:00.033) 0:02:04.292 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Wednesday 10 April 2024 14:49:47 +0000 (0:00:00.022) 0:02:04.314 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Wednesday 10 April 2024 14:49:47 +0000 (0:00:00.022) 0:02:04.337 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:47 Wednesday 10 April 2024 14:49:47 +0000 (0:00:00.025) 0:02:04.362 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:56 Wednesday 10 April 2024 14:49:47 +0000 (0:00:00.377) 0:02:04.739 ******* changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.051539", "end": "2024-04-10 14:49:47.720579", "rc": 0, "start": "2024-04-10 14:49:47.669040" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:64 Wednesday 10 April 2024 14:49:47 +0000 (0:00:00.263) 0:02:05.002 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Wednesday 10 April 2024 14:49:47 +0000 (0:00:00.025) 0:02:05.028 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Wednesday 10 April 2024 14:49:47 +0000 (0:00:00.021) 0:02:05.050 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Wednesday 10 April 2024 14:49:47 +0000 (0:00:00.027) 0:02:05.077 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Wednesday 10 April 2024 14:49:47 +0000 (0:00:00.026) 0:02:05.103 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Wednesday 10 April 2024 14:49:47 +0000 (0:00:00.021) 0:02:05.125 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Wednesday 10 April 2024 14:49:47 +0000 (0:00:00.029) 0:02:05.155 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Wednesday 10 April 2024 14:49:47 +0000 (0:00:00.037) 0:02:05.193 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Wednesday 10 April 2024 14:49:47 +0000 (0:00:00.026) 0:02:05.219 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Wednesday 10 April 2024 14:49:48 +0000 (0:00:00.070) 0:02:05.290 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Wednesday 10 April 2024 14:49:48 +0000 (0:00:00.029) 0:02:05.319 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Wednesday 10 April 2024 14:49:48 +0000 (0:00:00.199) 0:02:05.519 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Wednesday 10 April 2024 14:49:48 +0000 (0:00:00.026) 0:02:05.546 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1712760519.346778, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1712760486.1987174, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6292775, "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": "1198729939", "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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Wednesday 10 April 2024 14:49:48 +0000 (0:00:00.194) 0:02:05.740 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.003594", "end": "2024-04-10 14:49:48.660410", "rc": 0, "start": "2024-04-10 14:49:48.656816" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Wednesday 10 April 2024 14:49:48 +0000 (0:00:00.198) 0:02:05.938 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.003416", "end": "2024-04-10 14:49:48.856099", "rc": 0, "start": "2024-04-10 14:49:48.852683" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Wednesday 10 April 2024 14:49:48 +0000 (0:00:00.195) 0:02:06.134 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Wednesday 10 April 2024 14:49:48 +0000 (0:00:00.022) 0:02:06.156 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Wednesday 10 April 2024 14:49:48 +0000 (0:00:00.024) 0:02:06.181 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Wednesday 10 April 2024 14:49:48 +0000 (0:00:00.023) 0:02:06.204 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Wednesday 10 April 2024 14:49:48 +0000 (0:00:00.024) 0:02:06.229 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Wednesday 10 April 2024 14:49:49 +0000 (0:00:00.042) 0:02:06.272 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Wednesday 10 April 2024 14:49:49 +0000 (0:00:00.026) 0:02:06.299 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Wednesday 10 April 2024 14:49:49 +0000 (0:00:00.030) 0:02:06.330 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Wednesday 10 April 2024 14:49:49 +0000 (0:00:00.052) 0:02:06.382 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Wednesday 10 April 2024 14:49:49 +0000 (0:00:00.043) 0:02:06.426 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1712760543.730823, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1712760583.6208966, "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": 1712760583.6208966, "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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 Wednesday 10 April 2024 14:49:49 +0000 (0:00:00.244) 0:02:06.670 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Remove quadlet file] ************************* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:33 Wednesday 10 April 2024 14:49:49 +0000 (0:00:00.024) 0:02:06.695 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:39 Wednesday 10 April 2024 14:49:49 +0000 (0:00:00.196) 0:02:06.891 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Wednesday 10 April 2024 14:49:49 +0000 (0:00:00.035) 0:02:06.927 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Wednesday 10 April 2024 14:49:49 +0000 (0:00:00.023) 0:02:06.951 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Wednesday 10 April 2024 14:49:49 +0000 (0:00:00.024) 0:02:06.975 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:47 Wednesday 10 April 2024 14:49:49 +0000 (0:00:00.025) 0:02:07.001 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:56 Wednesday 10 April 2024 14:49:50 +0000 (0:00:00.384) 0:02:07.385 ******* changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.049181", "end": "2024-04-10 14:49:50.366715", "rc": 0, "start": "2024-04-10 14:49:50.317534" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:64 Wednesday 10 April 2024 14:49:50 +0000 (0:00:00.261) 0:02:07.647 ******* changed: [sut] => { "changed": true, "cmd": [ "podman", "network", "rm", "systemd-quadlet-basic" ], "delta": "0:00:00.050191", "end": "2024-04-10 14:49:50.628897", "rc": 0, "start": "2024-04-10 14:49:50.578706" } STDOUT: systemd-quadlet-basic TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Wednesday 10 April 2024 14:49:50 +0000 (0:00:00.262) 0:02:07.909 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:133 Wednesday 10 April 2024 14:49:50 +0000 (0:00:00.020) 0:02:07.930 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:4 Wednesday 10 April 2024 14:49:50 +0000 (0:00:00.054) 0:02:07.985 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set cancel linger vars] ********************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:12 Wednesday 10 April 2024 14:49:50 +0000 (0:00:00.066) 0:02:08.051 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:17 Wednesday 10 April 2024 14:49:50 +0000 (0:00:00.026) 0:02:08.078 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1712760543.730823, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1712760583.6208966, "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": 1712760583.6208966, "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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:22 Wednesday 10 April 2024 14:49:51 +0000 (0:00:00.198) 0:02:08.277 ******* ok: [sut] => { "changed": false, "containers": [] } TASK [linux-system-roles.podman : Gather facts for networks] ******************* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:31 Wednesday 10 April 2024 14:49:51 +0000 (0:00:00.309) 0:02:08.587 ******* ok: [sut] => { "changed": false, "cmd": [ "podman", "network", "ls", "-q" ], "delta": "0:00:00.049389", "end": "2024-04-10 14:49:51.563569", "rc": 0, "start": "2024-04-10 14:49:51.514180" } STDOUT: podman TASK [linux-system-roles.podman : Gather secrets] ****************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:41 Wednesday 10 April 2024 14:49:51 +0000 (0:00:00.258) 0:02:08.845 ******* ok: [sut] => { "changed": false, "cmd": [ "podman", "secret", "ls", "-n", "-q" ], "delta": "0:00:00.047846", "end": "2024-04-10 14:49:51.821603", "rc": 0, "start": "2024-04-10 14:49:51.773757" } TASK [linux-system-roles.podman : Cancel linger if no more resources are in use] *** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:51 Wednesday 10 April 2024 14:49:51 +0000 (0:00:00.258) 0:02:09.104 ******* changed: [sut] => { "changed": true, "cmd": [ "loginctl", "disable-linger", "user_quadlet_basic" ], "delta": "0:00:00.007529", "end": "2024-04-10 14:49:52.031319", "rc": 0, "start": "2024-04-10 14:49:52.023790" } TASK [Ensure no linger] ******************************************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/tests_quadlet_basic.yml:221 Wednesday 10 April 2024 14:49:52 +0000 (0:00:00.211) 0:02:09.316 ******* ok: [sut] => { "changed": false, "failed_when_result": false, "stat": { "exists": false } } TASK [Run the role - root] ***************************************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/tests_quadlet_basic.yml:227 Wednesday 10 April 2024 14:49:52 +0000 (0:00:00.188) 0:02:09.505 ******* TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Wednesday 10 April 2024 14:49:52 +0000 (0:00:00.058) 0:02:09.563 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Wednesday 10 April 2024 14:49:52 +0000 (0:00:00.035) 0:02:09.599 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Wednesday 10 April 2024 14:49:52 +0000 (0:00:00.026) 0:02:09.625 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Wednesday 10 April 2024 14:49:52 +0000 (0:00:00.065) 0:02:09.691 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Wednesday 10 April 2024 14:49:52 +0000 (0:00:00.020) 0:02:09.712 ******* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Wednesday 10 April 2024 14:49:52 +0000 (0:00:00.048) 0:02:09.760 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Wednesday 10 April 2024 14:49:53 +0000 (0:00:00.932) 0:02:10.693 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Wednesday 10 April 2024 14:49:53 +0000 (0:00:00.020) 0:02:10.713 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Wednesday 10 April 2024 14:49:53 +0000 (0:00:00.025) 0:02:10.739 ******* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.029189", "end": "2024-04-10 14:49:53.678790", "rc": 0, "start": "2024-04-10 14:49:53.649601" } STDOUT: podman version 4.9.4-dev TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Wednesday 10 April 2024 14:49:53 +0000 (0:00:00.219) 0:02:10.958 ******* ok: [sut] => { "ansible_facts": { "podman_version": "4.9.4-dev" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Wednesday 10 April 2024 14:49:53 +0000 (0:00:00.021) 0:02:10.980 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Wednesday 10 April 2024 14:49:53 +0000 (0:00:00.021) 0:02:11.001 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Wednesday 10 April 2024 14:49:53 +0000 (0:00:00.059) 0:02:11.060 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Wednesday 10 April 2024 14:49:53 +0000 (0:00:00.080) 0:02:11.141 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Wednesday 10 April 2024 14:49:54 +0000 (0:00:00.216) 0:02:11.357 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Wednesday 10 April 2024 14:49:54 +0000 (0:00:00.026) 0:02:11.383 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Wednesday 10 April 2024 14:49:54 +0000 (0:00:00.027) 0:02:11.411 ******* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Wednesday 10 April 2024 14:49:54 +0000 (0:00:00.212) 0:02:11.623 ******* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Wednesday 10 April 2024 14:49:54 +0000 (0:00:00.028) 0:02:11.652 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1712760519.346778, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1712760486.1987174, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6292775, "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": "1198729939", "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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Wednesday 10 April 2024 14:49:54 +0000 (0:00:00.223) 0:02:11.876 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Wednesday 10 April 2024 14:49:54 +0000 (0:00:00.023) 0:02:11.899 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Wednesday 10 April 2024 14:49:54 +0000 (0:00:00.021) 0:02:11.921 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Wednesday 10 April 2024 14:49:54 +0000 (0:00:00.021) 0:02:11.943 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Wednesday 10 April 2024 14:49:54 +0000 (0:00:00.020) 0:02:11.963 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Wednesday 10 April 2024 14:49:54 +0000 (0:00:00.021) 0:02:11.985 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Wednesday 10 April 2024 14:49:54 +0000 (0:00:00.021) 0:02:12.006 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Wednesday 10 April 2024 14:49:54 +0000 (0:00:00.028) 0:02:12.034 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Wednesday 10 April 2024 14:49:54 +0000 (0:00:00.037) 0:02:12.072 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Wednesday 10 April 2024 14:49:54 +0000 (0:00:00.020) 0:02:12.092 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Wednesday 10 April 2024 14:49:54 +0000 (0:00:00.063) 0:02:12.156 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Wednesday 10 April 2024 14:49:54 +0000 (0:00:00.039) 0:02:12.195 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Wednesday 10 April 2024 14:49:54 +0000 (0:00:00.021) 0:02:12.217 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Wednesday 10 April 2024 14:49:54 +0000 (0:00:00.021) 0:02:12.238 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Wednesday 10 April 2024 14:49:55 +0000 (0:00:00.039) 0:02:12.278 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Wednesday 10 April 2024 14:49:55 +0000 (0:00:00.022) 0:02:12.301 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Wednesday 10 April 2024 14:49:55 +0000 (0:00:00.020) 0:02:12.321 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Wednesday 10 April 2024 14:49:55 +0000 (0:00:00.040) 0:02:12.361 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Wednesday 10 April 2024 14:49:55 +0000 (0:00:00.021) 0:02:12.383 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Wednesday 10 April 2024 14:49:55 +0000 (0:00:00.020) 0:02:12.403 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Wednesday 10 April 2024 14:49:55 +0000 (0:00:00.020) 0:02:12.424 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Wednesday 10 April 2024 14:49:55 +0000 (0:00:00.020) 0:02:12.445 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Wednesday 10 April 2024 14:49:55 +0000 (0:00:00.021) 0:02:12.466 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Wednesday 10 April 2024 14:49:55 +0000 (0:00:00.020) 0:02:12.487 ******* ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Wednesday 10 April 2024 14:49:55 +0000 (0:00:00.022) 0:02:12.510 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml for sut included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:3 Wednesday 10 April 2024 14:49:55 +0000 (0:00:00.066) 0:02:12.577 ******* ok: [sut] => { "ansible_facts": { "__podman_user": "root" }, "changed": false } TASK [linux-system-roles.podman : Set variables part 2] ************************ task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:8 Wednesday 10 April 2024 14:49:55 +0000 (0:00:00.060) 0:02:12.638 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:14 Wednesday 10 April 2024 14:49:55 +0000 (0:00:00.027) 0:02:12.665 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Wednesday 10 April 2024 14:49:55 +0000 (0:00:00.033) 0:02:12.698 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Wednesday 10 April 2024 14:49:55 +0000 (0:00:00.020) 0:02:12.719 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Wednesday 10 April 2024 14:49:55 +0000 (0:00:00.019) 0:02:12.739 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stat XDG_RUNTIME_DIR] ************************ task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:19 Wednesday 10 April 2024 14:49:55 +0000 (0:00:00.020) 0:02:12.759 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Manage each secret] ************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:35 Wednesday 10 April 2024 14:49:55 +0000 (0:00:00.020) 0:02:12.780 ******* changed: [sut] => { "changed": true } TASK [linux-system-roles.podman : Set variables part 1] ************************ task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:3 Wednesday 10 April 2024 14:49:55 +0000 (0:00:00.362) 0:02:13.143 ******* ok: [sut] => { "ansible_facts": { "__podman_user": "root" }, "changed": false } TASK [linux-system-roles.podman : Set variables part 2] ************************ task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:8 Wednesday 10 April 2024 14:49:55 +0000 (0:00:00.022) 0:02:13.166 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:14 Wednesday 10 April 2024 14:49:55 +0000 (0:00:00.028) 0:02:13.194 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Wednesday 10 April 2024 14:49:55 +0000 (0:00:00.032) 0:02:13.227 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Wednesday 10 April 2024 14:49:55 +0000 (0:00:00.021) 0:02:13.248 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Wednesday 10 April 2024 14:49:56 +0000 (0:00:00.020) 0:02:13.269 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stat XDG_RUNTIME_DIR] ************************ task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:19 Wednesday 10 April 2024 14:49:56 +0000 (0:00:00.023) 0:02:13.292 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Manage each secret] ************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:35 Wednesday 10 April 2024 14:49:56 +0000 (0:00:00.020) 0:02:13.313 ******* changed: [sut] => { "changed": true } TASK [linux-system-roles.podman : Handle Kubernetes specifications] ************ task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:121 Wednesday 10 April 2024 14:49:56 +0000 (0:00:00.334) 0:02:13.647 ******* TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:127 Wednesday 10 April 2024 14:49:56 +0000 (0:00:00.055) 0:02:13.703 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Wednesday 10 April 2024 14:49:56 +0000 (0:00:00.060) 0:02:13.763 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Wednesday 10 April 2024 14:49:56 +0000 (0:00:00.026) 0:02:13.790 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Wednesday 10 April 2024 14:49:56 +0000 (0:00:00.027) 0:02:13.817 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Wednesday 10 April 2024 14:49:56 +0000 (0:00:00.021) 0:02:13.838 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Wednesday 10 April 2024 14:49:56 +0000 (0:00:00.029) 0:02:13.868 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Wednesday 10 April 2024 14:49:56 +0000 (0:00:00.036) 0:02:13.904 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Wednesday 10 April 2024 14:49:56 +0000 (0:00:00.025) 0:02:13.930 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Wednesday 10 April 2024 14:49:56 +0000 (0:00:00.024) 0:02:13.954 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Wednesday 10 April 2024 14:49:56 +0000 (0:00:00.029) 0:02:13.984 ******* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Wednesday 10 April 2024 14:49:56 +0000 (0:00:00.198) 0:02:14.182 ******* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Wednesday 10 April 2024 14:49:56 +0000 (0:00:00.026) 0:02:14.209 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1712760519.346778, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1712760486.1987174, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6292775, "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": "1198729939", "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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Wednesday 10 April 2024 14:49:57 +0000 (0:00:00.192) 0:02:14.402 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Wednesday 10 April 2024 14:49:57 +0000 (0:00:00.020) 0:02:14.423 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Wednesday 10 April 2024 14:49:57 +0000 (0:00:00.020) 0:02:14.443 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Wednesday 10 April 2024 14:49:57 +0000 (0:00:00.068) 0:02:14.512 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Wednesday 10 April 2024 14:49:57 +0000 (0:00:00.022) 0:02:14.534 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Wednesday 10 April 2024 14:49:57 +0000 (0:00:00.023) 0:02:14.557 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Wednesday 10 April 2024 14:49:57 +0000 (0:00:00.020) 0:02:14.578 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Wednesday 10 April 2024 14:49:57 +0000 (0:00:00.038) 0:02:14.616 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Wednesday 10 April 2024 14:49:57 +0000 (0:00:00.021) 0:02:14.638 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Wednesday 10 April 2024 14:49:57 +0000 (0:00:00.022) 0:02:14.660 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Wednesday 10 April 2024 14:49:57 +0000 (0:00:00.048) 0:02:14.708 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Wednesday 10 April 2024 14:49:57 +0000 (0:00:00.021) 0:02:14.730 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Wednesday 10 April 2024 14:49:57 +0000 (0:00:00.043) 0:02:14.773 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Wednesday 10 April 2024 14:49:57 +0000 (0:00:00.035) 0:02:14.809 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Wednesday 10 April 2024 14:49:57 +0000 (0:00:00.021) 0:02:14.830 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Wednesday 10 April 2024 14:49:57 +0000 (0:00:00.020) 0:02:14.851 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:7 Wednesday 10 April 2024 14:49:57 +0000 (0:00:00.020) 0:02:14.871 ******* TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:25 Wednesday 10 April 2024 14:49:57 +0000 (0:00:00.019) 0:02:14.891 ******* TASK [linux-system-roles.podman : Ensure the quadlet directory is present] ***** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:44 Wednesday 10 April 2024 14:49:57 +0000 (0:00:00.020) 0:02:14.911 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:53 Wednesday 10 April 2024 14:49:57 +0000 (0:00:00.212) 0:02:15.124 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:63 Wednesday 10 April 2024 14:49:57 +0000 (0:00:00.021) 0:02:15.146 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:75 Wednesday 10 April 2024 14:49:57 +0000 (0:00:00.064) 0:02:15.210 ******* 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-1712760597.9991138-9970-17774808335843/source", "state": "file", "uid": 0 } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:87 Wednesday 10 April 2024 14:49:58 +0000 (0:00:00.523) 0:02:15.733 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:116 Wednesday 10 April 2024 14:49:58 +0000 (0:00:00.505) 0:02:16.238 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:132 Wednesday 10 April 2024 14:49:59 +0000 (0:00:00.025) 0:02:16.263 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Wednesday 10 April 2024 14:49:59 +0000 (0:00:00.027) 0:02:16.291 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Wednesday 10 April 2024 14:49:59 +0000 (0:00:00.028) 0:02:16.319 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Wednesday 10 April 2024 14:49:59 +0000 (0:00:00.030) 0:02:16.350 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Wednesday 10 April 2024 14:49:59 +0000 (0:00:00.024) 0:02:16.374 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Wednesday 10 April 2024 14:49:59 +0000 (0:00:00.032) 0:02:16.407 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Wednesday 10 April 2024 14:49:59 +0000 (0:00:00.038) 0:02:16.445 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Wednesday 10 April 2024 14:49:59 +0000 (0:00:00.029) 0:02:16.474 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Wednesday 10 April 2024 14:49:59 +0000 (0:00:00.026) 0:02:16.501 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Wednesday 10 April 2024 14:49:59 +0000 (0:00:00.029) 0:02:16.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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Wednesday 10 April 2024 14:49:59 +0000 (0:00:00.261) 0:02:16.792 ******* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Wednesday 10 April 2024 14:49:59 +0000 (0:00:00.029) 0:02:16.821 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1712760519.346778, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1712760486.1987174, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6292775, "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": "1198729939", "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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Wednesday 10 April 2024 14:49:59 +0000 (0:00:00.197) 0:02:17.019 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Wednesday 10 April 2024 14:49:59 +0000 (0:00:00.021) 0:02:17.040 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Wednesday 10 April 2024 14:49:59 +0000 (0:00:00.020) 0:02:17.061 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Wednesday 10 April 2024 14:49:59 +0000 (0:00:00.021) 0:02:17.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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Wednesday 10 April 2024 14:49:59 +0000 (0:00:00.019) 0:02:17.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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Wednesday 10 April 2024 14:49:59 +0000 (0:00:00.020) 0:02:17.123 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Wednesday 10 April 2024 14:49:59 +0000 (0:00:00.021) 0:02:17.144 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Wednesday 10 April 2024 14:49:59 +0000 (0:00:00.036) 0:02:17.181 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Wednesday 10 April 2024 14:49:59 +0000 (0:00:00.021) 0:02:17.202 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Wednesday 10 April 2024 14:49:59 +0000 (0:00:00.022) 0:02:17.225 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Wednesday 10 April 2024 14:50:00 +0000 (0:00:00.049) 0:02:17.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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Wednesday 10 April 2024 14:50:00 +0000 (0:00:00.022) 0:02:17.297 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Wednesday 10 April 2024 14:50:00 +0000 (0:00:00.046) 0:02:17.343 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Wednesday 10 April 2024 14:50:00 +0000 (0:00:00.035) 0:02:17.379 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Wednesday 10 April 2024 14:50:00 +0000 (0:00:00.022) 0:02:17.402 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Wednesday 10 April 2024 14:50:00 +0000 (0:00:00.020) 0:02:17.422 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:7 Wednesday 10 April 2024 14:50:00 +0000 (0:00:00.072) 0:02:17.495 ******* TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:25 Wednesday 10 April 2024 14:50:00 +0000 (0:00:00.020) 0:02:17.515 ******* TASK [linux-system-roles.podman : Ensure the quadlet directory is present] ***** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:44 Wednesday 10 April 2024 14:50:00 +0000 (0:00:00.021) 0:02:17.536 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:53 Wednesday 10 April 2024 14:50:00 +0000 (0:00:00.202) 0:02:17.739 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:63 Wednesday 10 April 2024 14:50:00 +0000 (0:00:00.020) 0:02:17.760 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:75 Wednesday 10 April 2024 14:50:00 +0000 (0:00:00.021) 0:02:17.782 ******* 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-1712760600.5698855-10054-124512489089089/source", "state": "file", "uid": 0 } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:87 Wednesday 10 April 2024 14:50:01 +0000 (0:00:00.529) 0:02:18.311 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:116 Wednesday 10 April 2024 14:50:01 +0000 (0:00:00.505) 0:02:18.817 ******* 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": "systemd-journald.socket -.mount sysinit.target 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": "13973", "LimitNPROCSoft": "13973", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13973", "LimitSIGPENDINGSoft": "13973", "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": "-.mount sysinit.target 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": "22357", "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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:132 Wednesday 10 April 2024 14:50:01 +0000 (0:00:00.412) 0:02:19.229 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Wednesday 10 April 2024 14:50:02 +0000 (0:00:00.027) 0:02:19.257 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Wednesday 10 April 2024 14:50:02 +0000 (0:00:00.029) 0:02:19.287 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Wednesday 10 April 2024 14:50:02 +0000 (0:00:00.030) 0:02:19.317 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Wednesday 10 April 2024 14:50:02 +0000 (0:00:00.023) 0:02:19.340 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Wednesday 10 April 2024 14:50:02 +0000 (0:00:00.087) 0:02:19.428 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Wednesday 10 April 2024 14:50:02 +0000 (0:00:00.042) 0:02:19.470 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Wednesday 10 April 2024 14:50:02 +0000 (0:00:00.029) 0:02:19.500 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Wednesday 10 April 2024 14:50:02 +0000 (0:00:00.031) 0:02:19.531 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Wednesday 10 April 2024 14:50:02 +0000 (0:00:00.033) 0:02:19.564 ******* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Wednesday 10 April 2024 14:50:02 +0000 (0:00:00.207) 0:02:19.772 ******* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Wednesday 10 April 2024 14:50:02 +0000 (0:00:00.029) 0:02:19.801 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1712760519.346778, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1712760486.1987174, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6292775, "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": "1198729939", "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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Wednesday 10 April 2024 14:50:02 +0000 (0:00:00.200) 0:02:20.002 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Wednesday 10 April 2024 14:50:02 +0000 (0:00:00.022) 0:02:20.025 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Wednesday 10 April 2024 14:50:02 +0000 (0:00:00.021) 0:02:20.047 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Wednesday 10 April 2024 14:50:02 +0000 (0:00:00.023) 0:02:20.070 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Wednesday 10 April 2024 14:50:02 +0000 (0:00:00.023) 0:02:20.093 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Wednesday 10 April 2024 14:50:02 +0000 (0:00:00.024) 0:02:20.118 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Wednesday 10 April 2024 14:50:02 +0000 (0:00:00.022) 0:02:20.140 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Wednesday 10 April 2024 14:50:02 +0000 (0:00:00.039) 0:02:20.180 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Wednesday 10 April 2024 14:50:02 +0000 (0:00:00.022) 0:02:20.202 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Wednesday 10 April 2024 14:50:02 +0000 (0:00:00.022) 0:02:20.224 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Wednesday 10 April 2024 14:50:03 +0000 (0:00:00.047) 0:02:20.271 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Wednesday 10 April 2024 14:50:03 +0000 (0:00:00.070) 0:02:20.342 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Wednesday 10 April 2024 14:50:03 +0000 (0:00:00.045) 0:02:20.387 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Wednesday 10 April 2024 14:50:03 +0000 (0:00:00.036) 0:02:20.424 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Wednesday 10 April 2024 14:50:03 +0000 (0:00:00.022) 0:02:20.447 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Wednesday 10 April 2024 14:50:03 +0000 (0:00:00.020) 0:02:20.467 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:7 Wednesday 10 April 2024 14:50:03 +0000 (0:00:00.022) 0:02:20.490 ******* TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:25 Wednesday 10 April 2024 14:50:03 +0000 (0:00:00.019) 0:02:20.509 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:44 Wednesday 10 April 2024 14:50:11 +0000 (0:00:08.014) 0:02:28.524 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:53 Wednesday 10 April 2024 14:50:11 +0000 (0:00:00.204) 0:02:28.729 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:63 Wednesday 10 April 2024 14:50:11 +0000 (0:00:00.020) 0:02:28.750 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:75 Wednesday 10 April 2024 14:50:11 +0000 (0:00:00.021) 0:02:28.771 ******* 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-1712760611.559881-10140-243536174032071/source", "state": "file", "uid": 0 } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:87 Wednesday 10 April 2024 14:50:12 +0000 (0:00:00.522) 0:02:29.293 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:116 Wednesday 10 April 2024 14:50:12 +0000 (0:00:00.522) 0:02:29.815 ******* 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": "system.slice quadlet-basic-network.service sysinit.target -.mount basic.target systemd-journald.socket quadlet-basic-mysql-volume.service", "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": "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": "13973", "LimitNPROCSoft": "13973", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13973", "LimitSIGPENDINGSoft": "13973", "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": "system.slice sysinit.target -.mount quadlet-basic-mysql-volume.service quadlet-basic-network.service", "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": "22357", "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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:132 Wednesday 10 April 2024 14:50:13 +0000 (0:00:00.699) 0:02:30.515 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:133 Wednesday 10 April 2024 14:50:13 +0000 (0:00:00.022) 0:02:30.538 ******* TASK [Check files] ************************************************************* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/tests_quadlet_basic.yml:234 Wednesday 10 April 2024 14:50:13 +0000 (0:00:00.020) 0:02:30.558 ******* 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:01.003566", "end": "2024-04-10 14:50:14.543065", "item": "quadlet-basic-mysql.container", "rc": 0, "start": "2024-04-10 14:50:13.539499" } 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.002578", "end": "2024-04-10 14:50:14.727953", "item": "quadlet-basic.network", "rc": 0, "start": "2024-04-10 14:50:14.725375" } 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.002925", "end": "2024-04-10 14:50:14.900473", "item": "quadlet-basic-mysql.volume", "rc": 0, "start": "2024-04-10 14:50:14.897548" } STDOUT: # # Ansible managed # # system_role:podman [Volume] TASK [Check JSON] ************************************************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/tests_quadlet_basic.yml:244 Wednesday 10 April 2024 14:50:14 +0000 (0:00:01.619) 0:02:32.178 ******* ok: [sut] => { "changed": false, "cmd": [ "podman", "exec", "quadlet-basic-mysql", "cat", "/tmp/test.json" ], "delta": "0:00:00.132369", "end": "2024-04-10 14:50:15.222855", "failed_when_result": false, "rc": 0, "start": "2024-04-10 14:50:15.090486" } STDOUT: {"test": "json"} TASK [Cleanup user] ************************************************************ task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/tests_quadlet_basic.yml:259 Wednesday 10 April 2024 14:50:15 +0000 (0:00:00.325) 0:02:32.504 ******* TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Wednesday 10 April 2024 14:50:15 +0000 (0:00:00.033) 0:02:32.538 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Wednesday 10 April 2024 14:50:15 +0000 (0:00:00.076) 0:02:32.614 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Wednesday 10 April 2024 14:50:15 +0000 (0:00:00.027) 0:02:32.642 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Wednesday 10 April 2024 14:50:15 +0000 (0:00:00.020) 0:02:32.662 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Wednesday 10 April 2024 14:50:15 +0000 (0:00:00.020) 0:02:32.683 ******* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Wednesday 10 April 2024 14:50:15 +0000 (0:00:00.046) 0:02:32.729 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Wednesday 10 April 2024 14:50:16 +0000 (0:00:00.979) 0:02:33.709 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Wednesday 10 April 2024 14:50:16 +0000 (0:00:00.021) 0:02:33.731 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Wednesday 10 April 2024 14:50:16 +0000 (0:00:00.025) 0:02:33.756 ******* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.031034", "end": "2024-04-10 14:50:16.762066", "rc": 0, "start": "2024-04-10 14:50:16.731032" } STDOUT: podman version 4.9.4-dev TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Wednesday 10 April 2024 14:50:16 +0000 (0:00:00.284) 0:02:34.041 ******* ok: [sut] => { "ansible_facts": { "podman_version": "4.9.4-dev" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Wednesday 10 April 2024 14:50:16 +0000 (0:00:00.022) 0:02:34.063 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Wednesday 10 April 2024 14:50:16 +0000 (0:00:00.021) 0:02:34.084 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Wednesday 10 April 2024 14:50:16 +0000 (0:00:00.099) 0:02:34.184 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Wednesday 10 April 2024 14:50:16 +0000 (0:00:00.040) 0:02:34.224 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Wednesday 10 April 2024 14:50:17 +0000 (0:00:00.204) 0:02:34.429 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Wednesday 10 April 2024 14:50:17 +0000 (0:00:00.025) 0:02:34.454 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Wednesday 10 April 2024 14:50:17 +0000 (0:00:00.029) 0:02:34.484 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Wednesday 10 April 2024 14:50:17 +0000 (0:00:00.198) 0:02:34.683 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Wednesday 10 April 2024 14:50:17 +0000 (0:00:00.027) 0:02:34.710 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1712760519.346778, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1712760486.1987174, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6292775, "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": "1198729939", "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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Wednesday 10 April 2024 14:50:17 +0000 (0:00:00.195) 0:02:34.905 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.003614", "end": "2024-04-10 14:50:17.825949", "rc": 0, "start": "2024-04-10 14:50:17.822335" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Wednesday 10 April 2024 14:50:17 +0000 (0:00:00.197) 0:02:35.103 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.003398", "end": "2024-04-10 14:50:18.023388", "rc": 0, "start": "2024-04-10 14:50:18.019990" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Wednesday 10 April 2024 14:50:18 +0000 (0:00:00.199) 0:02:35.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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Wednesday 10 April 2024 14:50:18 +0000 (0:00:00.026) 0:02:35.328 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Wednesday 10 April 2024 14:50:18 +0000 (0:00:00.022) 0:02:35.350 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Wednesday 10 April 2024 14:50:18 +0000 (0:00:00.021) 0:02:35.372 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Wednesday 10 April 2024 14:50:18 +0000 (0:00:00.024) 0:02:35.396 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Wednesday 10 April 2024 14:50:18 +0000 (0:00:00.074) 0:02:35.471 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Wednesday 10 April 2024 14:50:18 +0000 (0:00:00.042) 0:02:35.513 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Wednesday 10 April 2024 14:50:18 +0000 (0:00:00.022) 0:02:35.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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Wednesday 10 April 2024 14:50:18 +0000 (0:00:00.021) 0:02:35.557 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Wednesday 10 April 2024 14:50:18 +0000 (0:00:00.044) 0:02:35.602 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Wednesday 10 April 2024 14:50:18 +0000 (0:00:00.023) 0:02:35.626 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Wednesday 10 April 2024 14:50:18 +0000 (0:00:00.022) 0:02:35.648 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Wednesday 10 April 2024 14:50:18 +0000 (0:00:00.043) 0:02:35.691 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Wednesday 10 April 2024 14:50:18 +0000 (0:00:00.023) 0:02:35.714 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Wednesday 10 April 2024 14:50:18 +0000 (0:00:00.025) 0:02:35.740 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Wednesday 10 April 2024 14:50:18 +0000 (0:00:00.043) 0:02:35.784 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Wednesday 10 April 2024 14:50:18 +0000 (0:00:00.020) 0:02:35.804 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Wednesday 10 April 2024 14:50:18 +0000 (0:00:00.024) 0:02:35.829 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Wednesday 10 April 2024 14:50:18 +0000 (0:00:00.021) 0:02:35.850 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Wednesday 10 April 2024 14:50:18 +0000 (0:00:00.023) 0:02:35.873 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Wednesday 10 April 2024 14:50:18 +0000 (0:00:00.021) 0:02:35.895 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Wednesday 10 April 2024 14:50:18 +0000 (0:00:00.059) 0:02:35.954 ******* ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Wednesday 10 April 2024 14:50:18 +0000 (0:00:00.019) 0:02:35.974 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml for sut included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:3 Wednesday 10 April 2024 14:50:18 +0000 (0:00:00.062) 0:02:36.037 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:8 Wednesday 10 April 2024 14:50:18 +0000 (0:00:00.022) 0:02:36.059 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:14 Wednesday 10 April 2024 14:50:18 +0000 (0:00:00.028) 0:02:36.088 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Wednesday 10 April 2024 14:50:18 +0000 (0:00:00.032) 0:02:36.120 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Wednesday 10 April 2024 14:50:18 +0000 (0:00:00.021) 0:02:36.142 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Wednesday 10 April 2024 14:50:18 +0000 (0:00:00.023) 0:02:36.165 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:19 Wednesday 10 April 2024 14:50:18 +0000 (0:00:00.025) 0:02:36.191 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.podman : Manage each secret] ************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:35 Wednesday 10 April 2024 14:50:19 +0000 (0:00:00.193) 0:02:36.384 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set variables part 1] ************************ task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:3 Wednesday 10 April 2024 14:50:19 +0000 (0:00:00.023) 0:02:36.408 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:8 Wednesday 10 April 2024 14:50:19 +0000 (0:00:00.022) 0:02:36.431 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:14 Wednesday 10 April 2024 14:50:19 +0000 (0:00:00.029) 0:02:36.460 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Wednesday 10 April 2024 14:50:19 +0000 (0:00:00.034) 0:02:36.494 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Wednesday 10 April 2024 14:50:19 +0000 (0:00:00.023) 0:02:36.518 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Wednesday 10 April 2024 14:50:19 +0000 (0:00:00.021) 0:02:36.539 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:19 Wednesday 10 April 2024 14:50:19 +0000 (0:00:00.071) 0:02:36.610 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.podman : Manage each secret] ************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:35 Wednesday 10 April 2024 14:50:19 +0000 (0:00:00.232) 0:02:36.843 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle Kubernetes specifications] ************ task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:121 Wednesday 10 April 2024 14:50:19 +0000 (0:00:00.023) 0:02:36.867 ******* TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:127 Wednesday 10 April 2024 14:50:19 +0000 (0:00:00.023) 0:02:36.890 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Wednesday 10 April 2024 14:50:19 +0000 (0:00:00.073) 0:02:36.963 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Wednesday 10 April 2024 14:50:19 +0000 (0:00:00.029) 0:02:36.993 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Wednesday 10 April 2024 14:50:19 +0000 (0:00:00.026) 0:02:37.020 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Wednesday 10 April 2024 14:50:19 +0000 (0:00:00.023) 0:02:37.043 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Wednesday 10 April 2024 14:50:19 +0000 (0:00:00.030) 0:02:37.073 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Wednesday 10 April 2024 14:50:19 +0000 (0:00:00.039) 0:02:37.113 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Wednesday 10 April 2024 14:50:19 +0000 (0:00:00.027) 0:02:37.141 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Wednesday 10 April 2024 14:50:19 +0000 (0:00:00.026) 0:02:37.168 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Wednesday 10 April 2024 14:50:19 +0000 (0:00:00.029) 0:02:37.198 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Wednesday 10 April 2024 14:50:20 +0000 (0:00:00.320) 0:02:37.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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Wednesday 10 April 2024 14:50:20 +0000 (0:00:00.027) 0:02:37.546 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1712760519.346778, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1712760486.1987174, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6292775, "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": "1198729939", "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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Wednesday 10 April 2024 14:50:20 +0000 (0:00:00.299) 0:02:37.846 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.005220", "end": "2024-04-10 14:50:20.864230", "rc": 0, "start": "2024-04-10 14:50:20.859010" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Wednesday 10 April 2024 14:50:20 +0000 (0:00:00.300) 0:02:38.146 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.004112", "end": "2024-04-10 14:50:21.181835", "rc": 0, "start": "2024-04-10 14:50:21.177723" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Wednesday 10 April 2024 14:50:21 +0000 (0:00:00.317) 0:02:38.464 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Wednesday 10 April 2024 14:50:21 +0000 (0:00:00.020) 0:02:38.484 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Wednesday 10 April 2024 14:50:21 +0000 (0:00:00.021) 0:02:38.506 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Wednesday 10 April 2024 14:50:21 +0000 (0:00:00.020) 0:02:38.526 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Wednesday 10 April 2024 14:50:21 +0000 (0:00:00.021) 0:02:38.548 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Wednesday 10 April 2024 14:50:21 +0000 (0:00:00.036) 0:02:38.584 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Wednesday 10 April 2024 14:50:21 +0000 (0:00:00.024) 0:02:38.609 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Wednesday 10 April 2024 14:50:21 +0000 (0:00:00.020) 0:02:38.630 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Wednesday 10 April 2024 14:50:21 +0000 (0:00:00.048) 0:02:38.678 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Wednesday 10 April 2024 14:50:21 +0000 (0:00:00.043) 0:02:38.721 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 Wednesday 10 April 2024 14:50:21 +0000 (0:00:00.214) 0:02:38.936 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Remove quadlet file] ************************* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:33 Wednesday 10 April 2024 14:50:21 +0000 (0:00:00.025) 0:02:38.962 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:39 Wednesday 10 April 2024 14:50:21 +0000 (0:00:00.251) 0:02:39.213 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Wednesday 10 April 2024 14:50:21 +0000 (0:00:00.034) 0:02:39.248 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Wednesday 10 April 2024 14:50:22 +0000 (0:00:00.022) 0:02:39.270 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Wednesday 10 April 2024 14:50:22 +0000 (0:00:00.023) 0:02:39.294 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:47 Wednesday 10 April 2024 14:50:22 +0000 (0:00:00.026) 0:02:39.321 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:56 Wednesday 10 April 2024 14:50:22 +0000 (0:00:00.022) 0:02:39.344 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:64 Wednesday 10 April 2024 14:50:22 +0000 (0:00:00.024) 0:02:39.368 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Wednesday 10 April 2024 14:50:22 +0000 (0:00:00.023) 0:02:39.391 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Wednesday 10 April 2024 14:50:22 +0000 (0:00:00.022) 0:02:39.414 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Wednesday 10 April 2024 14:50:22 +0000 (0:00:00.028) 0:02:39.442 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Wednesday 10 April 2024 14:50:22 +0000 (0:00:00.029) 0:02:39.471 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Wednesday 10 April 2024 14:50:22 +0000 (0:00:00.021) 0:02:39.492 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Wednesday 10 April 2024 14:50:22 +0000 (0:00:00.030) 0:02:39.523 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Wednesday 10 April 2024 14:50:22 +0000 (0:00:00.036) 0:02:39.559 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Wednesday 10 April 2024 14:50:22 +0000 (0:00:00.026) 0:02:39.586 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Wednesday 10 April 2024 14:50:22 +0000 (0:00:00.025) 0:02:39.612 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Wednesday 10 April 2024 14:50:22 +0000 (0:00:00.028) 0:02:39.640 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Wednesday 10 April 2024 14:50:22 +0000 (0:00:00.261) 0:02:39.902 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Wednesday 10 April 2024 14:50:22 +0000 (0:00:00.028) 0:02:39.931 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1712760519.346778, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1712760486.1987174, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6292775, "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": "1198729939", "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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Wednesday 10 April 2024 14:50:22 +0000 (0:00:00.240) 0:02:40.171 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.003392", "end": "2024-04-10 14:50:23.098812", "rc": 0, "start": "2024-04-10 14:50:23.095420" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Wednesday 10 April 2024 14:50:23 +0000 (0:00:00.203) 0:02:40.375 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.003318", "end": "2024-04-10 14:50:23.294890", "rc": 0, "start": "2024-04-10 14:50:23.291572" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Wednesday 10 April 2024 14:50:23 +0000 (0:00:00.196) 0:02:40.571 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Wednesday 10 April 2024 14:50:23 +0000 (0:00:00.022) 0:02:40.594 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Wednesday 10 April 2024 14:50:23 +0000 (0:00:00.021) 0:02:40.616 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Wednesday 10 April 2024 14:50:23 +0000 (0:00:00.021) 0:02:40.637 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Wednesday 10 April 2024 14:50:23 +0000 (0:00:00.021) 0:02:40.659 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Wednesday 10 April 2024 14:50:23 +0000 (0:00:00.038) 0:02:40.697 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Wednesday 10 April 2024 14:50:23 +0000 (0:00:00.022) 0:02:40.720 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Wednesday 10 April 2024 14:50:23 +0000 (0:00:00.021) 0:02:40.741 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Wednesday 10 April 2024 14:50:23 +0000 (0:00:00.049) 0:02:40.791 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Wednesday 10 April 2024 14:50:23 +0000 (0:00:00.043) 0:02:40.834 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 Wednesday 10 April 2024 14:50:23 +0000 (0:00:00.302) 0:02:41.137 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Remove quadlet file] ************************* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:33 Wednesday 10 April 2024 14:50:23 +0000 (0:00:00.073) 0:02:41.210 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:39 Wednesday 10 April 2024 14:50:24 +0000 (0:00:00.216) 0:02:41.427 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Wednesday 10 April 2024 14:50:24 +0000 (0:00:00.034) 0:02:41.461 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Wednesday 10 April 2024 14:50:24 +0000 (0:00:00.022) 0:02:41.483 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Wednesday 10 April 2024 14:50:24 +0000 (0:00:00.022) 0:02:41.506 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:47 Wednesday 10 April 2024 14:50:24 +0000 (0:00:00.024) 0:02:41.531 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:56 Wednesday 10 April 2024 14:50:24 +0000 (0:00:00.023) 0:02:41.554 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:64 Wednesday 10 April 2024 14:50:24 +0000 (0:00:00.022) 0:02:41.577 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Wednesday 10 April 2024 14:50:24 +0000 (0:00:00.022) 0:02:41.599 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Wednesday 10 April 2024 14:50:24 +0000 (0:00:00.020) 0:02:41.619 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Wednesday 10 April 2024 14:50:24 +0000 (0:00:00.027) 0:02:41.647 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Wednesday 10 April 2024 14:50:24 +0000 (0:00:00.026) 0:02:41.673 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Wednesday 10 April 2024 14:50:24 +0000 (0:00:00.022) 0:02:41.696 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Wednesday 10 April 2024 14:50:24 +0000 (0:00:00.029) 0:02:41.726 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Wednesday 10 April 2024 14:50:24 +0000 (0:00:00.037) 0:02:41.763 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Wednesday 10 April 2024 14:50:24 +0000 (0:00:00.025) 0:02:41.788 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Wednesday 10 April 2024 14:50:24 +0000 (0:00:00.025) 0:02:41.814 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Wednesday 10 April 2024 14:50:24 +0000 (0:00:00.027) 0:02:41.842 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Wednesday 10 April 2024 14:50:24 +0000 (0:00:00.225) 0:02:42.067 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Wednesday 10 April 2024 14:50:24 +0000 (0:00:00.029) 0:02:42.096 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1712760519.346778, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1712760486.1987174, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6292775, "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": "1198729939", "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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Wednesday 10 April 2024 14:50:25 +0000 (0:00:00.262) 0:02:42.359 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.003486", "end": "2024-04-10 14:50:25.286165", "rc": 0, "start": "2024-04-10 14:50:25.282679" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Wednesday 10 April 2024 14:50:25 +0000 (0:00:00.204) 0:02:42.563 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.003546", "end": "2024-04-10 14:50:25.493200", "rc": 0, "start": "2024-04-10 14:50:25.489654" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Wednesday 10 April 2024 14:50:25 +0000 (0:00:00.208) 0:02:42.771 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Wednesday 10 April 2024 14:50:25 +0000 (0:00:00.023) 0:02:42.794 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Wednesday 10 April 2024 14:50:25 +0000 (0:00:00.020) 0:02:42.815 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Wednesday 10 April 2024 14:50:25 +0000 (0:00:00.022) 0:02:42.838 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Wednesday 10 April 2024 14:50:25 +0000 (0:00:00.021) 0:02:42.859 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Wednesday 10 April 2024 14:50:25 +0000 (0:00:00.039) 0:02:42.898 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Wednesday 10 April 2024 14:50:25 +0000 (0:00:00.023) 0:02:42.922 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Wednesday 10 April 2024 14:50:25 +0000 (0:00:00.021) 0:02:42.943 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Wednesday 10 April 2024 14:50:25 +0000 (0:00:00.048) 0:02:42.992 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Wednesday 10 April 2024 14:50:25 +0000 (0:00:00.045) 0:02:43.037 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 Wednesday 10 April 2024 14:50:25 +0000 (0:00:00.192) 0:02:43.230 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Remove quadlet file] ************************* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:33 Wednesday 10 April 2024 14:50:26 +0000 (0:00:00.066) 0:02:43.296 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:39 Wednesday 10 April 2024 14:50:26 +0000 (0:00:00.197) 0:02:43.494 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Wednesday 10 April 2024 14:50:26 +0000 (0:00:00.034) 0:02:43.528 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Wednesday 10 April 2024 14:50:26 +0000 (0:00:00.023) 0:02:43.551 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Wednesday 10 April 2024 14:50:26 +0000 (0:00:00.021) 0:02:43.573 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:47 Wednesday 10 April 2024 14:50:26 +0000 (0:00:00.026) 0:02:43.599 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:56 Wednesday 10 April 2024 14:50:26 +0000 (0:00:00.023) 0:02:43.622 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:64 Wednesday 10 April 2024 14:50:26 +0000 (0:00:00.024) 0:02:43.647 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Wednesday 10 April 2024 14:50:26 +0000 (0:00:00.022) 0:02:43.670 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:133 Wednesday 10 April 2024 14:50:26 +0000 (0:00:00.021) 0:02:43.692 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:4 Wednesday 10 April 2024 14:50:26 +0000 (0:00:00.059) 0:02:43.751 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set cancel linger vars] ********************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:12 Wednesday 10 April 2024 14:50:26 +0000 (0:00:00.027) 0:02:43.778 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:17 Wednesday 10 April 2024 14:50:26 +0000 (0:00:00.027) 0:02:43.806 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.podman : Gather facts for containers] ***************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:22 Wednesday 10 April 2024 14:50:26 +0000 (0:00:00.193) 0:02:44.000 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Gather facts for networks] ******************* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:31 Wednesday 10 April 2024 14:50:26 +0000 (0:00:00.022) 0:02:44.022 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Gather secrets] ****************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:41 Wednesday 10 April 2024 14:50:26 +0000 (0:00:00.021) 0:02:44.043 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:51 Wednesday 10 April 2024 14:50:26 +0000 (0:00:00.069) 0:02:44.113 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Remove test user] ******************************************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/tests_quadlet_basic.yml:273 Wednesday 10 April 2024 14:50:26 +0000 (0:00:00.022) 0:02:44.135 ******* changed: [sut] => { "changed": true, "force": false, "name": "user_quadlet_basic", "remove": false, "state": "absent" } TASK [Cleanup system - root] *************************************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/tests_quadlet_basic.yml:279 Wednesday 10 April 2024 14:50:27 +0000 (0:00:00.356) 0:02:44.491 ******* TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Wednesday 10 April 2024 14:50:27 +0000 (0:00:00.044) 0:02:44.536 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Wednesday 10 April 2024 14:50:27 +0000 (0:00:00.037) 0:02:44.574 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Wednesday 10 April 2024 14:50:27 +0000 (0:00:00.027) 0:02:44.602 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Wednesday 10 April 2024 14:50:27 +0000 (0:00:00.020) 0:02:44.622 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Wednesday 10 April 2024 14:50:27 +0000 (0:00:00.022) 0:02:44.645 ******* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Wednesday 10 April 2024 14:50:27 +0000 (0:00:00.047) 0:02:44.692 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Wednesday 10 April 2024 14:50:28 +0000 (0:00:00.976) 0:02:45.668 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Wednesday 10 April 2024 14:50:28 +0000 (0:00:00.020) 0:02:45.689 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Wednesday 10 April 2024 14:50:28 +0000 (0:00:00.025) 0:02:45.715 ******* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.031715", "end": "2024-04-10 14:50:28.658520", "rc": 0, "start": "2024-04-10 14:50:28.626805" } STDOUT: podman version 4.9.4-dev TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Wednesday 10 April 2024 14:50:28 +0000 (0:00:00.223) 0:02:45.939 ******* ok: [sut] => { "ansible_facts": { "podman_version": "4.9.4-dev" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Wednesday 10 April 2024 14:50:28 +0000 (0:00:00.024) 0:02:45.963 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Wednesday 10 April 2024 14:50:28 +0000 (0:00:00.023) 0:02:45.986 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Wednesday 10 April 2024 14:50:28 +0000 (0:00:00.061) 0:02:46.048 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Wednesday 10 April 2024 14:50:28 +0000 (0:00:00.039) 0:02:46.088 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Wednesday 10 April 2024 14:50:29 +0000 (0:00:00.198) 0:02:46.287 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Wednesday 10 April 2024 14:50:29 +0000 (0:00:00.025) 0:02:46.313 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Wednesday 10 April 2024 14:50:29 +0000 (0:00:00.028) 0:02:46.341 ******* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Wednesday 10 April 2024 14:50:29 +0000 (0:00:00.199) 0:02:46.540 ******* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Wednesday 10 April 2024 14:50:29 +0000 (0:00:00.029) 0:02:46.570 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1712760519.346778, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1712760486.1987174, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6292775, "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": "1198729939", "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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Wednesday 10 April 2024 14:50:29 +0000 (0:00:00.196) 0:02:46.766 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Wednesday 10 April 2024 14:50:29 +0000 (0:00:00.020) 0:02:46.786 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Wednesday 10 April 2024 14:50:29 +0000 (0:00:00.061) 0:02:46.848 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Wednesday 10 April 2024 14:50:29 +0000 (0:00:00.020) 0:02:46.869 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Wednesday 10 April 2024 14:50:29 +0000 (0:00:00.020) 0:02:46.889 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Wednesday 10 April 2024 14:50:29 +0000 (0:00:00.021) 0:02:46.910 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Wednesday 10 April 2024 14:50:29 +0000 (0:00:00.020) 0:02:46.931 ******* ok: [sut] => { "ansible_facts": { "__podman_container_conf_file": "/etc/containers/containers.conf.d/50-systemroles.conf", "__podman_policy_json_file": "/etc/containers/policy.json", "__podman_registries_conf_file": "/etc/containers/registries.conf.d/50-systemroles.conf", "__podman_storage_conf_file": "/etc/containers/storage.conf" }, "changed": false } TASK [linux-system-roles.podman : Handle container.conf.d] ********************* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Wednesday 10 April 2024 14:50:29 +0000 (0:00:00.028) 0:02:46.959 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Wednesday 10 April 2024 14:50:29 +0000 (0:00:00.039) 0:02:46.999 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Wednesday 10 April 2024 14:50:29 +0000 (0:00:00.020) 0:02:47.019 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Wednesday 10 April 2024 14:50:29 +0000 (0:00:00.021) 0:02:47.040 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Wednesday 10 April 2024 14:50:29 +0000 (0:00:00.041) 0:02:47.082 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Wednesday 10 April 2024 14:50:29 +0000 (0:00:00.021) 0:02:47.104 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Wednesday 10 April 2024 14:50:29 +0000 (0:00:00.021) 0:02:47.125 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Wednesday 10 April 2024 14:50:29 +0000 (0:00:00.043) 0:02:47.168 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Wednesday 10 April 2024 14:50:29 +0000 (0:00:00.023) 0:02:47.192 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Wednesday 10 April 2024 14:50:29 +0000 (0:00:00.020) 0:02:47.212 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Wednesday 10 April 2024 14:50:30 +0000 (0:00:00.043) 0:02:47.256 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Wednesday 10 April 2024 14:50:30 +0000 (0:00:00.061) 0:02:47.318 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Wednesday 10 April 2024 14:50:30 +0000 (0:00:00.022) 0:02:47.340 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Wednesday 10 April 2024 14:50:30 +0000 (0:00:00.021) 0:02:47.362 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Wednesday 10 April 2024 14:50:30 +0000 (0:00:00.021) 0:02:47.383 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Wednesday 10 April 2024 14:50:30 +0000 (0:00:00.020) 0:02:47.404 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Wednesday 10 April 2024 14:50:30 +0000 (0:00:00.020) 0:02:47.425 ******* ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Wednesday 10 April 2024 14:50:30 +0000 (0:00:00.020) 0:02:47.445 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml for sut included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:3 Wednesday 10 April 2024 14:50:30 +0000 (0:00:00.065) 0:02:47.511 ******* ok: [sut] => { "ansible_facts": { "__podman_user": "root" }, "changed": false } TASK [linux-system-roles.podman : Set variables part 2] ************************ task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:8 Wednesday 10 April 2024 14:50:30 +0000 (0:00:00.024) 0:02:47.535 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:14 Wednesday 10 April 2024 14:50:30 +0000 (0:00:00.029) 0:02:47.565 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Wednesday 10 April 2024 14:50:30 +0000 (0:00:00.033) 0:02:47.598 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Wednesday 10 April 2024 14:50:30 +0000 (0:00:00.020) 0:02:47.618 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Wednesday 10 April 2024 14:50:30 +0000 (0:00:00.021) 0:02:47.639 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stat XDG_RUNTIME_DIR] ************************ task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:19 Wednesday 10 April 2024 14:50:30 +0000 (0:00:00.019) 0:02:47.659 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Manage each secret] ************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:35 Wednesday 10 April 2024 14:50:30 +0000 (0:00:00.021) 0:02:47.680 ******* changed: [sut] => { "changed": true } TASK [linux-system-roles.podman : Set variables part 1] ************************ task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:3 Wednesday 10 April 2024 14:50:30 +0000 (0:00:00.244) 0:02:47.924 ******* ok: [sut] => { "ansible_facts": { "__podman_user": "root" }, "changed": false } TASK [linux-system-roles.podman : Set variables part 2] ************************ task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:8 Wednesday 10 April 2024 14:50:30 +0000 (0:00:00.022) 0:02:47.947 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:14 Wednesday 10 April 2024 14:50:30 +0000 (0:00:00.078) 0:02:48.026 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Wednesday 10 April 2024 14:50:30 +0000 (0:00:00.035) 0:02:48.062 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Wednesday 10 April 2024 14:50:30 +0000 (0:00:00.020) 0:02:48.083 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Wednesday 10 April 2024 14:50:30 +0000 (0:00:00.022) 0:02:48.105 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stat XDG_RUNTIME_DIR] ************************ task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:19 Wednesday 10 April 2024 14:50:30 +0000 (0:00:00.021) 0:02:48.127 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Manage each secret] ************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:35 Wednesday 10 April 2024 14:50:30 +0000 (0:00:00.023) 0:02:48.150 ******* changed: [sut] => { "changed": true } TASK [linux-system-roles.podman : Handle Kubernetes specifications] ************ task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:121 Wednesday 10 April 2024 14:50:31 +0000 (0:00:00.246) 0:02:48.397 ******* TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:127 Wednesday 10 April 2024 14:50:31 +0000 (0:00:00.034) 0:02:48.431 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Wednesday 10 April 2024 14:50:31 +0000 (0:00:00.073) 0:02:48.504 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Wednesday 10 April 2024 14:50:31 +0000 (0:00:00.030) 0:02:48.535 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Wednesday 10 April 2024 14:50:31 +0000 (0:00:00.029) 0:02:48.564 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Wednesday 10 April 2024 14:50:31 +0000 (0:00:00.023) 0:02:48.588 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Wednesday 10 April 2024 14:50:31 +0000 (0:00:00.032) 0:02:48.620 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Wednesday 10 April 2024 14:50:31 +0000 (0:00:00.041) 0:02:48.661 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Wednesday 10 April 2024 14:50:31 +0000 (0:00:00.028) 0:02:48.689 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Wednesday 10 April 2024 14:50:31 +0000 (0:00:00.035) 0:02:48.724 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Wednesday 10 April 2024 14:50:31 +0000 (0:00:00.137) 0:02:48.862 ******* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Wednesday 10 April 2024 14:50:31 +0000 (0:00:00.204) 0:02:49.066 ******* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Wednesday 10 April 2024 14:50:31 +0000 (0:00:00.030) 0:02:49.096 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1712760519.346778, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1712760486.1987174, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6292775, "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": "1198729939", "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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Wednesday 10 April 2024 14:50:32 +0000 (0:00:00.201) 0:02:49.297 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Wednesday 10 April 2024 14:50:32 +0000 (0:00:00.023) 0:02:49.321 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Wednesday 10 April 2024 14:50:32 +0000 (0:00:00.023) 0:02:49.344 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Wednesday 10 April 2024 14:50:32 +0000 (0:00:00.021) 0:02:49.365 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Wednesday 10 April 2024 14:50:32 +0000 (0:00:00.023) 0:02:49.388 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Wednesday 10 April 2024 14:50:32 +0000 (0:00:00.021) 0:02:49.410 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Wednesday 10 April 2024 14:50:32 +0000 (0:00:00.026) 0:02:49.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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Wednesday 10 April 2024 14:50:32 +0000 (0:00:00.037) 0:02:49.474 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Wednesday 10 April 2024 14:50:32 +0000 (0:00:00.023) 0:02:49.497 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Wednesday 10 April 2024 14:50:32 +0000 (0:00:00.020) 0:02:49.518 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Wednesday 10 April 2024 14:50:32 +0000 (0:00:00.049) 0:02:49.567 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Wednesday 10 April 2024 14:50:32 +0000 (0:00:00.061) 0:02:49.628 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 Wednesday 10 April 2024 14:50:32 +0000 (0:00:00.021) 0:02:49.650 ******* 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-04-10 14:50:01 UTC", "ActiveEnterTimestampMonotonic": "1494783304", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-journald.socket basic.target system.slice sysinit.target -.mount", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Wed 2024-04-10 14:50:01 UTC", "AssertTimestampMonotonic": "1494727890", "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": "43158000", "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-04-10 14:50:01 UTC", "ConditionTimestampMonotonic": "1494727886", "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-04-10 14:50:01 UTC", "ExecMainExitTimestampMonotonic": "1494783188", "ExecMainPID": "14706", "ExecMainStartTimestamp": "Wed 2024-04-10 14:50:01 UTC", "ExecMainStartTimestampMonotonic": "1494734564", "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-04-10 14:50:01 UTC", "InactiveExitTimestampMonotonic": "1494734896", "InvocationID": "cd6c68eab0f8404f9bdc2d1eeff2e14f", "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": "13973", "LimitNPROCSoft": "13973", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13973", "LimitSIGPENDINGSoft": "13973", "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": "system.slice -.mount 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", "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-04-10 14:50:01 UTC", "StateChangeTimestampMonotonic": "1494783304", "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": "22357", "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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:33 Wednesday 10 April 2024 14:50:34 +0000 (0:00:02.586) 0:02:52.236 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:39 Wednesday 10 April 2024 14:50:35 +0000 (0:00:00.196) 0:02:52.433 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Wednesday 10 April 2024 14:50:35 +0000 (0:00:00.033) 0:02:52.466 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Wednesday 10 April 2024 14:50:35 +0000 (0:00:00.020) 0:02:52.487 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Wednesday 10 April 2024 14:50:35 +0000 (0:00:00.020) 0:02:52.508 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:47 Wednesday 10 April 2024 14:50:35 +0000 (0:00:00.021) 0:02:52.529 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:56 Wednesday 10 April 2024 14:50:35 +0000 (0:00:00.507) 0:02:53.037 ******* changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.041469", "end": "2024-04-10 14:50:35.997789", "rc": 0, "start": "2024-04-10 14:50:35.956320" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:64 Wednesday 10 April 2024 14:50:36 +0000 (0:00:00.238) 0:02:53.275 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Wednesday 10 April 2024 14:50:36 +0000 (0:00:00.072) 0:02:53.348 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Wednesday 10 April 2024 14:50:36 +0000 (0:00:00.022) 0:02:53.371 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Wednesday 10 April 2024 14:50:36 +0000 (0:00:00.029) 0:02:53.400 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Wednesday 10 April 2024 14:50:36 +0000 (0:00:00.026) 0:02:53.427 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Wednesday 10 April 2024 14:50:36 +0000 (0:00:00.023) 0:02:53.451 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Wednesday 10 April 2024 14:50:36 +0000 (0:00:00.032) 0:02:53.484 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Wednesday 10 April 2024 14:50:36 +0000 (0:00:00.056) 0:02:53.541 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Wednesday 10 April 2024 14:50:36 +0000 (0:00:00.041) 0:02:53.583 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Wednesday 10 April 2024 14:50:36 +0000 (0:00:00.041) 0:02:53.624 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Wednesday 10 April 2024 14:50:36 +0000 (0:00:00.029) 0:02:53.653 ******* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Wednesday 10 April 2024 14:50:36 +0000 (0:00:00.213) 0:02:53.867 ******* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Wednesday 10 April 2024 14:50:36 +0000 (0:00:00.026) 0:02:53.893 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1712760519.346778, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1712760486.1987174, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6292775, "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": "1198729939", "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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Wednesday 10 April 2024 14:50:36 +0000 (0:00:00.193) 0:02:54.087 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Wednesday 10 April 2024 14:50:36 +0000 (0:00:00.021) 0:02:54.108 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Wednesday 10 April 2024 14:50:36 +0000 (0:00:00.020) 0:02:54.129 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Wednesday 10 April 2024 14:50:36 +0000 (0:00:00.021) 0:02:54.150 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Wednesday 10 April 2024 14:50:36 +0000 (0:00:00.020) 0:02:54.171 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Wednesday 10 April 2024 14:50:36 +0000 (0:00:00.075) 0:02:54.246 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Wednesday 10 April 2024 14:50:37 +0000 (0:00:00.022) 0:02:54.268 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Wednesday 10 April 2024 14:50:37 +0000 (0:00:00.037) 0:02:54.306 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Wednesday 10 April 2024 14:50:37 +0000 (0:00:00.021) 0:02:54.328 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Wednesday 10 April 2024 14:50:37 +0000 (0:00:00.021) 0:02:54.349 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Wednesday 10 April 2024 14:50:37 +0000 (0:00:00.047) 0:02:54.396 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Wednesday 10 April 2024 14:50:37 +0000 (0:00:00.045) 0:02:54.442 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 Wednesday 10 April 2024 14:50:37 +0000 (0:00:00.023) 0:02:54.465 ******* 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-04-10 14:50:13 UTC", "ActiveEnterTimestampMonotonic": "1506063626", "ActiveExitTimestamp": "Wed 2024-04-10 14:50:32 UTC", "ActiveExitTimestampMonotonic": "1525789900", "ActiveState": "inactive", "After": "systemd-journald.socket quadlet-basic-mysql-volume.service -.mount quadlet-basic-network.service sysinit.target system.slice basic.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Wed 2024-04-10 14:50:12 UTC", "AssertTimestampMonotonic": "1505762436", "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": "3776248000", "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-04-10 14:50:12 UTC", "ConditionTimestampMonotonic": "1505762432", "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-04-10 14:50:34 UTC", "ExecMainExitTimestampMonotonic": "1527756459", "ExecMainPID": "15183", "ExecMainStartTimestamp": "Wed 2024-04-10 14:50:13 UTC", "ExecMainStartTimestampMonotonic": "1506063587", "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-04-10 14:50:34 UTC", "InactiveEnterTimestampMonotonic": "1527793417", "InactiveExitTimestamp": "Wed 2024-04-10 14:50:12 UTC", "InactiveExitTimestampMonotonic": "1505767074", "InvocationID": "8915827632c1423a9581e7c0ddfe8844", "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": "13973", "LimitNPROCSoft": "13973", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13973", "LimitSIGPENDINGSoft": "13973", "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": "sysinit.target -.mount system.slice quadlet-basic-mysql-volume.service quadlet-basic-network.service", "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-04-10 14:50:34 UTC", "StateChangeTimestampMonotonic": "1527793417", "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": "22357", "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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:33 Wednesday 10 April 2024 14:50:37 +0000 (0:00:00.534) 0:02:55.000 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:39 Wednesday 10 April 2024 14:50:37 +0000 (0:00:00.198) 0:02:55.198 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Wednesday 10 April 2024 14:50:37 +0000 (0:00:00.035) 0:02:55.234 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Wednesday 10 April 2024 14:50:38 +0000 (0:00:00.030) 0:02:55.265 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Wednesday 10 April 2024 14:50:38 +0000 (0:00:00.021) 0:02:55.286 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:47 Wednesday 10 April 2024 14:50:38 +0000 (0:00:00.021) 0:02:55.307 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:56 Wednesday 10 April 2024 14:50:38 +0000 (0:00:00.587) 0:02:55.895 ******* changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.040166", "end": "2024-04-10 14:50:38.855721", "rc": 0, "start": "2024-04-10 14:50:38.815555" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:64 Wednesday 10 April 2024 14:50:38 +0000 (0:00:00.240) 0:02:56.136 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Wednesday 10 April 2024 14:50:38 +0000 (0:00:00.024) 0:02:56.160 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Wednesday 10 April 2024 14:50:38 +0000 (0:00:00.021) 0:02:56.181 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Wednesday 10 April 2024 14:50:38 +0000 (0:00:00.026) 0:02:56.208 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Wednesday 10 April 2024 14:50:38 +0000 (0:00:00.026) 0:02:56.235 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Wednesday 10 April 2024 14:50:39 +0000 (0:00:00.020) 0:02:56.255 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Wednesday 10 April 2024 14:50:39 +0000 (0:00:00.030) 0:02:56.285 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Wednesday 10 April 2024 14:50:39 +0000 (0:00:00.037) 0:02:56.323 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Wednesday 10 April 2024 14:50:39 +0000 (0:00:00.025) 0:02:56.348 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Wednesday 10 April 2024 14:50:39 +0000 (0:00:00.026) 0:02:56.375 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Wednesday 10 April 2024 14:50:39 +0000 (0:00:00.029) 0:02:56.404 ******* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Wednesday 10 April 2024 14:50:39 +0000 (0:00:00.200) 0:02:56.604 ******* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Wednesday 10 April 2024 14:50:39 +0000 (0:00:00.026) 0:02:56.631 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1712760519.346778, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1712760486.1987174, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6292775, "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": "1198729939", "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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Wednesday 10 April 2024 14:50:39 +0000 (0:00:00.199) 0:02:56.831 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Wednesday 10 April 2024 14:50:39 +0000 (0:00:00.069) 0:02:56.901 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Wednesday 10 April 2024 14:50:39 +0000 (0:00:00.021) 0:02:56.922 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Wednesday 10 April 2024 14:50:39 +0000 (0:00:00.021) 0:02:56.943 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Wednesday 10 April 2024 14:50:39 +0000 (0:00:00.020) 0:02:56.964 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Wednesday 10 April 2024 14:50:39 +0000 (0:00:00.024) 0:02:56.988 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Wednesday 10 April 2024 14:50:39 +0000 (0:00:00.020) 0:02:57.009 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Wednesday 10 April 2024 14:50:39 +0000 (0:00:00.037) 0:02:57.046 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Wednesday 10 April 2024 14:50:39 +0000 (0:00:00.022) 0:02:57.069 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Wednesday 10 April 2024 14:50:39 +0000 (0:00:00.020) 0:02:57.089 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Wednesday 10 April 2024 14:50:39 +0000 (0:00:00.047) 0:02:57.137 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Wednesday 10 April 2024 14:50:39 +0000 (0:00:00.044) 0:02:57.181 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 Wednesday 10 April 2024 14:50:39 +0000 (0:00:00.022) 0:02:57.204 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Remove quadlet file] ************************* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:33 Wednesday 10 April 2024 14:50:39 +0000 (0:00:00.022) 0:02:57.227 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:39 Wednesday 10 April 2024 14:50:40 +0000 (0:00:00.206) 0:02:57.433 ******* included: /WORKDIR/git-fix-cancel-lingerq5rj0db3/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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Wednesday 10 April 2024 14:50:40 +0000 (0:00:00.034) 0:02:57.468 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Wednesday 10 April 2024 14:50:40 +0000 (0:00:00.021) 0:02:57.489 ******* 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-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Wednesday 10 April 2024 14:50:40 +0000 (0:00:00.022) 0:02:57.512 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:47 Wednesday 10 April 2024 14:50:40 +0000 (0:00:00.019) 0:02:57.532 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:56 Wednesday 10 April 2024 14:50:40 +0000 (0:00:00.499) 0:02:58.031 ******* changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.034886", "end": "2024-04-10 14:50:40.982361", "rc": 0, "start": "2024-04-10 14:50:40.947475" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:64 Wednesday 10 April 2024 14:50:41 +0000 (0:00:00.229) 0:02:58.261 ******* changed: [sut] => { "changed": true, "cmd": [ "podman", "network", "rm", "systemd-quadlet-basic" ], "delta": "0:00:00.035969", "end": "2024-04-10 14:50:41.215804", "rc": 0, "start": "2024-04-10 14:50:41.179835" } STDOUT: systemd-quadlet-basic TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Wednesday 10 April 2024 14:50:41 +0000 (0:00:00.233) 0:02:58.494 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:133 Wednesday 10 April 2024 14:50:41 +0000 (0:00:00.020) 0:02:58.514 ******* META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=607 changed=51 unreachable=0 failed=0 skipped=591 rescued=0 ignored=0 Wednesday 10 April 2024 14:50:41 +0000 (0:00:00.007) 0:02:58.522 ******* =============================================================================== linux-system-roles.podman : Ensure required packages are installed ----- 53.09s /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:14 linux-system-roles.podman : Stop and disable service ------------------- 10.68s /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 linux-system-roles.podman : Ensure container images are present --------- 8.58s /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:25 linux-system-roles.podman : Ensure container images are present --------- 8.01s /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:25 linux-system-roles.podman : Stop and disable service -------------------- 2.59s /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 linux-system-roles.podman : Gather the package facts -------------------- 1.98s /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Check files ------------------------------------------------------------- 1.62s /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/tests_quadlet_basic.yml:234 ------ linux-system-roles.podman : Start service ------------------------------- 1.26s /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:116 linux-system-roles.podman : Gather the package facts -------------------- 1.17s /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Gather the package facts -------------------- 1.07s /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Gather the package facts -------------------- 0.98s /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Gather the package facts -------------------- 0.98s /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Manage each secret -------------------------- 0.98s /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:35 linux-system-roles.podman : Gather the package facts -------------------- 0.96s /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Gather the package facts -------------------- 0.93s /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Gather the package facts -------------------- 0.93s /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Gathering Facts --------------------------------------------------------- 0.79s /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/tests_quadlet_basic.yml:9 -------- Check files ------------------------------------------------------------- 0.79s /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/tests_quadlet_basic.yml:189 ------ linux-system-roles.podman : Start service ------------------------------- 0.70s /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:116 linux-system-roles.podman : Ensure container images are present --------- 0.66s /WORKDIR/git-fix-cancel-lingerq5rj0db3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:25 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: Distribution centos 9 on host sut should use /usr/libexec/platform-python, but is using /usr/bin/python for backward compatibility with prior Ansible releases. A future Ansible release will default to using the discovered platform python for this host. See https://docs .ansible.com/ansible/2.9/reference_appendices/interpreter_discovery.html for more information. This feature will be removed in version 2.12. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [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) ---^---^---^---^---^---