# STDOUT: ---v---v---v---v---v--- ansible-playbook 2.9.27 config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.9/lib/python3.9/site-packages/ansible executable location = /opt/ansible-2.9/bin/ansible-playbook python version = 3.9.18 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] Using /etc/ansible/ansible.cfg as config file Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_quadlet_basic.yml ********************************************** 2 plays in /WORKDIR/git-fix-linger-handlingebbfoxic/tests/tests_quadlet_basic.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Include vault variables] ************************************************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/tests_quadlet_basic.yml:4 Wednesday 07 February 2024 23:09:09 +0000 (0:00:00.012) 0:00:00.012 **** ok: [sut] => { "ansible_facts": { "mysql_container_root_password": { "__ansible_vault": "$ANSIBLE_VAULT;1.1;AES256\n61333932373230333539663035366431326163363166363036323963623131363530326231303634\n6635326161643165363366323062333334363730376631660a393566366139353861656364656661\n38653463363837336639363032646433666361646535366137303464623261313663643336306465\n6264663730656337310a343962353137386238383064646533366433333437303566656433386233\n34343235326665646661623131643335313236313131353661386338343366316261643634653633\n3832313034366536616531323963333234326461353130303532\n" } }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handlingebbfoxic/tests/vars/vault-variables.yml" ], "changed": false } META: ran handlers META: ran handlers PLAY [Ensure that the role can manage quadlet specs] *************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/tests_quadlet_basic.yml:9 Wednesday 07 February 2024 23:09:09 +0000 (0:00:00.012) 0:00:00.024 **** ok: [sut] META: ran handlers TASK [Run role - do not pull images] ******************************************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/tests_quadlet_basic.yml:57 Wednesday 07 February 2024 23:09:11 +0000 (0:00:02.640) 0:00:02.665 **** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Wednesday 07 February 2024 23:09:11 +0000 (0:00:00.045) 0:00:02.710 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/set_vars.yml for sut TASK [linux-system-roles.podman : Ensure ansible_facts used by role] *********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Wednesday 07 February 2024 23:09:11 +0000 (0:00:00.014) 0:00:02.724 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if system is ostree] ******************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Wednesday 07 February 2024 23:09:11 +0000 (0:00:00.017) 0:00:02.742 **** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.podman : Set flag to indicate system is ostree] ******* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Wednesday 07 February 2024 23:09:12 +0000 (0:00:00.253) 0:00:02.995 **** ok: [sut] => { "ansible_facts": { "__podman_is_ostree": false }, "changed": false } TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Wednesday 07 February 2024 23:09:12 +0000 (0:00:00.019) 0:00:03.015 **** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Wednesday 07 February 2024 23:09:12 +0000 (0:00:00.031) 0:00:03.046 **** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Enable copr if requested] ******************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Wednesday 07 February 2024 23:09:13 +0000 (0:00:01.011) 0:00:04.057 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure required packages are installed] ****** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Wednesday 07 February 2024 23:09:13 +0000 (0:00:00.029) 0:00:04.087 **** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: catatonit-0.1.7-14.fc38.x86_64", "Installed: podman-5:4.8.3-1.fc38.x86_64", "Installed: criu-3.18-1.fc38.x86_64", "Installed: criu-libs-3.18-1.fc38.x86_64", "Installed: netavark-1.9.0-1.fc38.x86_64", "Installed: slirp4netns-1.2.2-1.fc38.x86_64", "Installed: conmon-2:2.1.8-2.fc38.x86_64", "Installed: libnet-1.3-1.fc38.x86_64", "Installed: container-selinux-2:2.228.1-1.fc38.noarch", "Installed: crun-1.12-1.fc38.x86_64", "Installed: containers-common-4:1-89.fc38.noarch", "Installed: containers-common-extra-4:1-89.fc38.noarch", "Installed: qemu-user-static-2:7.2.7-1.fc38.x86_64", "Installed: qemu-user-static-aarch64-2:7.2.7-1.fc38.x86_64", "Installed: qemu-user-static-alpha-2:7.2.7-1.fc38.x86_64", "Installed: qemu-user-static-arm-2:7.2.7-1.fc38.x86_64", "Installed: passt-0^20231230.gf091893-1.fc38.x86_64", "Installed: passt-selinux-0^20231230.gf091893-1.fc38.noarch", "Installed: qemu-user-static-cris-2:7.2.7-1.fc38.x86_64", "Installed: qemu-user-static-hexagon-2:7.2.7-1.fc38.x86_64", "Installed: qemu-user-static-hppa-2:7.2.7-1.fc38.x86_64", "Installed: qemu-user-static-loongarch64-2:7.2.7-1.fc38.x86_64", "Installed: qemu-user-static-m68k-2:7.2.7-1.fc38.x86_64", "Installed: qemu-user-static-microblaze-2:7.2.7-1.fc38.x86_64", "Installed: qemu-user-static-mips-2:7.2.7-1.fc38.x86_64", "Installed: qemu-user-static-nios2-2:7.2.7-1.fc38.x86_64", "Installed: qemu-user-static-or1k-2:7.2.7-1.fc38.x86_64", "Installed: qemu-user-static-ppc-2:7.2.7-1.fc38.x86_64", "Installed: qemu-user-static-riscv-2:7.2.7-1.fc38.x86_64", "Installed: qemu-user-static-s390x-2:7.2.7-1.fc38.x86_64", "Installed: libslirp-4.7.0-3.fc38.x86_64", "Installed: aardvark-dns-1.9.0-1.fc38.x86_64", "Installed: qemu-user-static-sh4-2:7.2.7-1.fc38.x86_64", "Installed: qemu-user-static-sparc-2:7.2.7-1.fc38.x86_64", "Installed: shadow-utils-subid-2:4.13-6.fc38.x86_64", "Installed: libbsd-0.11.7-4.fc38.x86_64", "Installed: qemu-user-static-x86-2:7.2.7-1.fc38.x86_64", "Installed: qemu-user-static-xtensa-2:7.2.7-1.fc38.x86_64", "Installed: yajl-2.1.0-21.fc38.x86_64", "Installed: fuse-common-3.14.1-1.fc38.x86_64", "Installed: fuse-overlayfs-1.12-1.fc38.x86_64", "Installed: fuse3-3.14.1-1.fc38.x86_64", "Installed: fuse3-libs-3.14.1-1.fc38.x86_64", "Installed: gvisor-tap-vsock-6:0.7.2-1.fc38.x86_64", "Installed: gvisor-tap-vsock-gvforwarder-6:0.7.2-1.fc38.x86_64", "Installed: libmd-1.1.0-1.fc38.x86_64" ] } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Wednesday 07 February 2024 23:10:35 +0000 (0:01:22.312) 0:01:26.399 **** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.044224", "end": "2024-02-07 23:10:35.833512", "rc": 0, "start": "2024-02-07 23:10:35.789288" } STDOUT: podman version 4.8.3 TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:28 Wednesday 07 February 2024 23:10:35 +0000 (0:00:00.352) 0:01:26.752 **** ok: [sut] => { "ansible_facts": { "podman_version": "4.8.3" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:32 Wednesday 07 February 2024 23:10:35 +0000 (0:00:00.028) 0:01:26.780 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:39 Wednesday 07 February 2024 23:10:35 +0000 (0:00:00.028) 0:01:26.809 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: end_host conditional evaluated to false, continuing execution for sut TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:56 Wednesday 07 February 2024 23:10:36 +0000 (0:00:00.080) 0:01:26.890 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml for sut TASK [linux-system-roles.podman : Get user information] ************************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Wednesday 07 February 2024 23:10:36 +0000 (0:00:00.047) 0:01:26.937 **** ok: [sut] => { "ansible_facts": { "getent_passwd": { "root": [ "x", "0", "0", "Super User", "/root", "/bin/bash" ] } }, "changed": false } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Wednesday 07 February 2024 23:10:36 +0000 (0:00:00.309) 0:01:27.247 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Wednesday 07 February 2024 23:10:36 +0000 (0:00:00.022) 0:01:27.269 **** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Wednesday 07 February 2024 23:10:36 +0000 (0:00:00.024) 0:01:27.294 **** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Wednesday 07 February 2024 23:10:36 +0000 (0:00:00.216) 0:01:27.510 **** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Wednesday 07 February 2024 23:10:36 +0000 (0:00:00.024) 0:01:27.535 **** ok: [sut] => { "changed": false, "stat": { "atime": 1678060800.0, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1707347396.8680842, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203308, "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": 1678060800.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15984, "uid": 0, "version": "948162311", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Wednesday 07 February 2024 23:10:36 +0000 (0:00:00.215) 0:01:27.750 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Wednesday 07 February 2024 23:10:36 +0000 (0:00:00.019) 0:01:27.769 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Wednesday 07 February 2024 23:10:36 +0000 (0:00:00.019) 0:01:27.788 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Wednesday 07 February 2024 23:10:36 +0000 (0:00:00.018) 0:01:27.807 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Wednesday 07 February 2024 23:10:36 +0000 (0:00:00.017) 0:01:27.825 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Wednesday 07 February 2024 23:10:36 +0000 (0:00:00.017) 0:01:27.843 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:62 Wednesday 07 February 2024 23:10:36 +0000 (0:00:00.017) 0:01:27.860 **** ok: [sut] => { "ansible_facts": { "__podman_container_conf_file": "/etc/containers/containers.conf.d/50-systemroles.conf", "__podman_policy_json_file": "/etc/containers/policy.json", "__podman_registries_conf_file": "/etc/containers/registries.conf.d/50-systemroles.conf", "__podman_storage_conf_file": "/etc/containers/storage.conf" }, "changed": false } TASK [linux-system-roles.podman : Handle container.conf.d] ********************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:80 Wednesday 07 February 2024 23:10:37 +0000 (0:00:00.061) 0:01:27.921 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml for sut TASK [linux-system-roles.podman : Ensure containers.d exists] ****************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Wednesday 07 February 2024 23:10:37 +0000 (0:00:00.036) 0:01:27.958 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Wednesday 07 February 2024 23:10:37 +0000 (0:00:00.019) 0:01:27.977 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:83 Wednesday 07 February 2024 23:10:37 +0000 (0:00:00.017) 0:01:27.995 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml for sut TASK [linux-system-roles.podman : Ensure registries.d exists] ****************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Wednesday 07 February 2024 23:10:37 +0000 (0:00:00.036) 0:01:28.031 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Wednesday 07 February 2024 23:10:37 +0000 (0:00:00.018) 0:01:28.050 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:86 Wednesday 07 February 2024 23:10:37 +0000 (0:00:00.017) 0:01:28.068 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml for sut TASK [linux-system-roles.podman : Ensure storage.conf parent dir exists] ******* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Wednesday 07 February 2024 23:10:37 +0000 (0:00:00.038) 0:01:28.106 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Wednesday 07 February 2024 23:10:37 +0000 (0:00:00.018) 0:01:28.124 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:89 Wednesday 07 February 2024 23:10:37 +0000 (0:00:00.017) 0:01:28.142 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml for sut TASK [linux-system-roles.podman : Ensure policy.json parent dir exists] ******** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Wednesday 07 February 2024 23:10:37 +0000 (0:00:00.038) 0:01:28.180 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stat the policy.json file] ******************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Wednesday 07 February 2024 23:10:37 +0000 (0:00:00.019) 0:01:28.199 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get the existing policy.json] **************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Wednesday 07 February 2024 23:10:37 +0000 (0:00:00.017) 0:01:28.217 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Write new policy.json file] ****************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Wednesday 07 February 2024 23:10:37 +0000 (0:00:00.017) 0:01:28.235 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:95 Wednesday 07 February 2024 23:10:37 +0000 (0:00:00.039) 0:01:28.274 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:102 Wednesday 07 February 2024 23:10:37 +0000 (0:00:00.019) 0:01:28.293 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Keep track of users that need to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:109 Wednesday 07 February 2024 23:10:37 +0000 (0:00:00.018) 0:01:28.312 **** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:113 Wednesday 07 February 2024 23:10:37 +0000 (0:00:00.017) 0:01:28.330 **** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Handle Kubernetes specifications] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:120 Wednesday 07 February 2024 23:10:37 +0000 (0:00:00.016) 0:01:28.347 **** TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:126 Wednesday 07 February 2024 23:10:37 +0000 (0:00:00.016) 0:01:28.364 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Set per-container variables part 0] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Wednesday 07 February 2024 23:10:37 +0000 (0:00:00.044) 0:01:28.408 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": { "Container": { "ContainerName": "nopull", "Image": "quay.io/libpod/testimage:20210610" }, "Install": { "WantedBy": "default.target" } }, "__podman_quadlet_str": "", "__podman_quadlet_template_src": "" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 1] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Wednesday 07 February 2024 23:10:37 +0000 (0:00:00.024) 0:01:28.432 **** ok: [sut] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_pull_image": false, "__podman_state": "created", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [linux-system-roles.podman : Fail if no quadlet spec is given] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Wednesday 07 February 2024 23:10:37 +0000 (0:00:00.023) 0:01:28.455 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 2] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Wednesday 07 February 2024 23:10:37 +0000 (0:00:00.018) 0:01:28.474 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "nopull", "__podman_quadlet_type": "container", "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Wednesday 07 February 2024 23:10:37 +0000 (0:00:00.026) 0:01:28.500 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml for sut TASK [linux-system-roles.podman : Get user information] ************************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Wednesday 07 February 2024 23:10:37 +0000 (0:00:00.033) 0:01:28.534 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Wednesday 07 February 2024 23:10:37 +0000 (0:00:00.022) 0:01:28.556 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Wednesday 07 February 2024 23:10:37 +0000 (0:00:00.022) 0:01:28.579 **** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Wednesday 07 February 2024 23:10:37 +0000 (0:00:00.024) 0:01:28.603 **** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Wednesday 07 February 2024 23:10:37 +0000 (0:00:00.212) 0:01:28.816 **** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Wednesday 07 February 2024 23:10:38 +0000 (0:00:00.068) 0:01:28.885 **** ok: [sut] => { "changed": false, "stat": { "atime": 1707347436.8297117, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1707347396.8680842, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203308, "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": 1678060800.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15984, "uid": 0, "version": "948162311", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Wednesday 07 February 2024 23:10:38 +0000 (0:00:00.215) 0:01:29.100 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Wednesday 07 February 2024 23:10:38 +0000 (0:00:00.019) 0:01:29.120 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Wednesday 07 February 2024 23:10:38 +0000 (0:00:00.019) 0:01:29.139 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Wednesday 07 February 2024 23:10:38 +0000 (0:00:00.018) 0:01:29.157 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Wednesday 07 February 2024 23:10:38 +0000 (0:00:00.018) 0:01:29.176 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Wednesday 07 February 2024 23:10:38 +0000 (0:00:00.017) 0:01:29.193 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 3] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Wednesday 07 February 2024 23:10:38 +0000 (0:00:00.018) 0:01:29.211 **** ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": false, "__podman_images_found": [ "quay.io/libpod/testimage:20210610" ], "__podman_kube_yamls_raw": "", "__podman_service_name": "nopull.service", "__podman_systemd_scope": "system", "__podman_user_home_dir": "/root", "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 4] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Wednesday 07 February 2024 23:10:38 +0000 (0:00:00.033) 0:01:29.245 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/etc/containers/systemd" }, "changed": false } TASK [linux-system-roles.podman : Get kube yaml contents] ********************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Wednesday 07 February 2024 23:10:38 +0000 (0:00:00.019) 0:01:29.264 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 5] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Wednesday 07 February 2024 23:10:38 +0000 (0:00:00.018) 0:01:29.283 **** ok: [sut] => { "ansible_facts": { "__podman_images": [ "quay.io/libpod/testimage:20210610" ], "__podman_quadlet_file": "/etc/containers/systemd/nopull.container", "__podman_volumes": [] }, "changed": false } TASK [linux-system-roles.podman : Cleanup quadlets] **************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Wednesday 07 February 2024 23:10:38 +0000 (0:00:00.044) 0:01:29.327 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Wednesday 07 February 2024 23:10:38 +0000 (0:00:00.018) 0:01:29.345 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Wednesday 07 February 2024 23:10:38 +0000 (0:00:00.040) 0:01:29.386 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Wednesday 07 February 2024 23:10:38 +0000 (0:00:00.032) 0:01:29.419 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Wednesday 07 February 2024 23:10:38 +0000 (0:00:00.044) 0:01:29.464 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Wednesday 07 February 2024 23:10:38 +0000 (0:00:00.019) 0:01:29.483 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:7 Wednesday 07 February 2024 23:10:38 +0000 (0:00:00.018) 0:01:29.502 **** TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:25 Wednesday 07 February 2024 23:10:38 +0000 (0:00:00.019) 0:01:29.521 **** skipping: [sut] => (item=quay.io/libpod/testimage:20210610) => { "ansible_loop_var": "item", "changed": false, "item": "quay.io/libpod/testimage:20210610", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure the quadlet directory is present] ***** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:44 Wednesday 07 February 2024 23:10:38 +0000 (0:00:00.023) 0:01:29.544 **** 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": 4096, "state": "directory", "uid": 0 } TASK [linux-system-roles.podman : Ensure quadlet file is copied] *************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:53 Wednesday 07 February 2024 23:10:38 +0000 (0:00:00.277) 0:01:29.822 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure quadlet file content is present] ****** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:63 Wednesday 07 February 2024 23:10:38 +0000 (0:00:00.020) 0:01:29.842 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure quadlet file is present] ************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:75 Wednesday 07 February 2024 23:10:38 +0000 (0:00:00.024) 0:01:29.866 **** 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-1707347439.0256329-8354-174125606908312/source", "state": "file", "uid": 0 } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:87 Wednesday 07 February 2024 23:10:39 +0000 (0:00:00.647) 0:01:30.514 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:116 Wednesday 07 February 2024 23:10:39 +0000 (0:00:00.022) 0:01:30.536 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:132 Wednesday 07 February 2024 23:10:39 +0000 (0:00:00.023) 0:01:30.559 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Wednesday 07 February 2024 23:10:39 +0000 (0:00:00.024) 0:01:30.584 **** TASK [Verify image not pulled] ************************************************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/tests_quadlet_basic.yml:73 Wednesday 07 February 2024 23:10:39 +0000 (0:00:00.019) 0:01:30.603 **** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Run role - try to pull bogus image] ************************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/tests_quadlet_basic.yml:77 Wednesday 07 February 2024 23:10:39 +0000 (0:00:00.022) 0:01:30.626 **** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Wednesday 07 February 2024 23:10:39 +0000 (0:00:00.082) 0:01:30.708 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/set_vars.yml for sut TASK [linux-system-roles.podman : Ensure ansible_facts used by role] *********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Wednesday 07 February 2024 23:10:39 +0000 (0:00:00.036) 0:01:30.745 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if system is ostree] ******************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Wednesday 07 February 2024 23:10:39 +0000 (0:00:00.028) 0:01:30.773 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set flag to indicate system is ostree] ******* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Wednesday 07 February 2024 23:10:39 +0000 (0:00:00.031) 0:01:30.805 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Wednesday 07 February 2024 23:10:39 +0000 (0:00:00.027) 0:01:30.832 **** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Wednesday 07 February 2024 23:10:40 +0000 (0:00:00.065) 0:01:30.898 **** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Enable copr if requested] ******************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Wednesday 07 February 2024 23:10:40 +0000 (0:00:00.925) 0:01:31.823 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure required packages are installed] ****** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Wednesday 07 February 2024 23:10:40 +0000 (0:00:00.020) 0:01:31.843 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Wednesday 07 February 2024 23:10:40 +0000 (0:00:00.025) 0:01:31.868 **** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.032863", "end": "2024-02-07 23:10:41.198582", "rc": 0, "start": "2024-02-07 23:10:41.165719" } STDOUT: podman version 4.8.3 TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:28 Wednesday 07 February 2024 23:10:41 +0000 (0:00:00.270) 0:01:32.139 **** ok: [sut] => { "ansible_facts": { "podman_version": "4.8.3" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:32 Wednesday 07 February 2024 23:10:41 +0000 (0:00:00.021) 0:01:32.160 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:39 Wednesday 07 February 2024 23:10:41 +0000 (0:00:00.019) 0:01:32.180 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: end_host conditional evaluated to false, continuing execution for sut TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:56 Wednesday 07 February 2024 23:10:41 +0000 (0:00:00.036) 0:01:32.216 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml for sut TASK [linux-system-roles.podman : Get user information] ************************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Wednesday 07 February 2024 23:10:41 +0000 (0:00:00.037) 0:01:32.253 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Wednesday 07 February 2024 23:10:41 +0000 (0:00:00.024) 0:01:32.278 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Wednesday 07 February 2024 23:10:41 +0000 (0:00:00.025) 0:01:32.304 **** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Wednesday 07 February 2024 23:10:41 +0000 (0:00:00.026) 0:01:32.330 **** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Wednesday 07 February 2024 23:10:41 +0000 (0:00:00.219) 0:01:32.549 **** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Wednesday 07 February 2024 23:10:41 +0000 (0:00:00.025) 0:01:32.575 **** ok: [sut] => { "changed": false, "stat": { "atime": 1707347436.8297117, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1707347396.8680842, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203308, "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": 1678060800.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15984, "uid": 0, "version": "948162311", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Wednesday 07 February 2024 23:10:41 +0000 (0:00:00.213) 0:01:32.788 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Wednesday 07 February 2024 23:10:41 +0000 (0:00:00.019) 0:01:32.808 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Wednesday 07 February 2024 23:10:41 +0000 (0:00:00.020) 0:01:32.828 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Wednesday 07 February 2024 23:10:41 +0000 (0:00:00.030) 0:01:32.859 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Wednesday 07 February 2024 23:10:42 +0000 (0:00:00.043) 0:01:32.903 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Wednesday 07 February 2024 23:10:42 +0000 (0:00:00.020) 0:01:32.924 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:62 Wednesday 07 February 2024 23:10:42 +0000 (0:00:00.020) 0:01:32.944 **** ok: [sut] => { "ansible_facts": { "__podman_container_conf_file": "/etc/containers/containers.conf.d/50-systemroles.conf", "__podman_policy_json_file": "/etc/containers/policy.json", "__podman_registries_conf_file": "/etc/containers/registries.conf.d/50-systemroles.conf", "__podman_storage_conf_file": "/etc/containers/storage.conf" }, "changed": false } TASK [linux-system-roles.podman : Handle container.conf.d] ********************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:80 Wednesday 07 February 2024 23:10:42 +0000 (0:00:00.026) 0:01:32.970 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml for sut TASK [linux-system-roles.podman : Ensure containers.d exists] ****************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Wednesday 07 February 2024 23:10:42 +0000 (0:00:00.037) 0:01:33.008 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Wednesday 07 February 2024 23:10:42 +0000 (0:00:00.020) 0:01:33.028 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:83 Wednesday 07 February 2024 23:10:42 +0000 (0:00:00.018) 0:01:33.046 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml for sut TASK [linux-system-roles.podman : Ensure registries.d exists] ****************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Wednesday 07 February 2024 23:10:42 +0000 (0:00:00.038) 0:01:33.085 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Wednesday 07 February 2024 23:10:42 +0000 (0:00:00.019) 0:01:33.105 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:86 Wednesday 07 February 2024 23:10:42 +0000 (0:00:00.020) 0:01:33.125 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml for sut TASK [linux-system-roles.podman : Ensure storage.conf parent dir exists] ******* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Wednesday 07 February 2024 23:10:42 +0000 (0:00:00.038) 0:01:33.163 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Wednesday 07 February 2024 23:10:42 +0000 (0:00:00.019) 0:01:33.183 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:89 Wednesday 07 February 2024 23:10:42 +0000 (0:00:00.018) 0:01:33.202 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml for sut TASK [linux-system-roles.podman : Ensure policy.json parent dir exists] ******** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Wednesday 07 February 2024 23:10:42 +0000 (0:00:00.062) 0:01:33.264 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stat the policy.json file] ******************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Wednesday 07 February 2024 23:10:42 +0000 (0:00:00.020) 0:01:33.284 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get the existing policy.json] **************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Wednesday 07 February 2024 23:10:42 +0000 (0:00:00.020) 0:01:33.305 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Write new policy.json file] ****************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Wednesday 07 February 2024 23:10:42 +0000 (0:00:00.019) 0:01:33.324 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:95 Wednesday 07 February 2024 23:10:42 +0000 (0:00:00.020) 0:01:33.345 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:102 Wednesday 07 February 2024 23:10:42 +0000 (0:00:00.019) 0:01:33.365 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Keep track of users that need to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:109 Wednesday 07 February 2024 23:10:42 +0000 (0:00:00.019) 0:01:33.384 **** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:113 Wednesday 07 February 2024 23:10:42 +0000 (0:00:00.019) 0:01:33.403 **** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Handle Kubernetes specifications] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:120 Wednesday 07 February 2024 23:10:42 +0000 (0:00:00.018) 0:01:33.422 **** TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:126 Wednesday 07 February 2024 23:10:42 +0000 (0:00:00.018) 0:01:33.440 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Set per-container variables part 0] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Wednesday 07 February 2024 23:10:42 +0000 (0:00:00.047) 0:01:33.488 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": { "Container": { "ContainerName": "bogus", "Image": "this_is_a_bogus_image" }, "Install": { "WantedBy": "default.target" } }, "__podman_quadlet_str": "", "__podman_quadlet_template_src": "" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 1] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Wednesday 07 February 2024 23:10:42 +0000 (0:00:00.024) 0:01:33.513 **** ok: [sut] => { "ansible_facts": { "__podman_continue_if_pull_fails": true, "__podman_pull_image": true, "__podman_state": "created", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [linux-system-roles.podman : Fail if no quadlet spec is given] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Wednesday 07 February 2024 23:10:42 +0000 (0:00:00.024) 0:01:33.537 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 2] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Wednesday 07 February 2024 23:10:42 +0000 (0:00:00.018) 0:01:33.556 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "bogus", "__podman_quadlet_type": "container", "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Wednesday 07 February 2024 23:10:42 +0000 (0:00:00.028) 0:01:33.584 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml for sut TASK [linux-system-roles.podman : Get user information] ************************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Wednesday 07 February 2024 23:10:42 +0000 (0:00:00.034) 0:01:33.619 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Wednesday 07 February 2024 23:10:42 +0000 (0:00:00.057) 0:01:33.676 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Wednesday 07 February 2024 23:10:42 +0000 (0:00:00.025) 0:01:33.702 **** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Wednesday 07 February 2024 23:10:42 +0000 (0:00:00.027) 0:01:33.729 **** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Wednesday 07 February 2024 23:10:43 +0000 (0:00:00.218) 0:01:33.948 **** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Wednesday 07 February 2024 23:10:43 +0000 (0:00:00.026) 0:01:33.974 **** ok: [sut] => { "changed": false, "stat": { "atime": 1707347436.8297117, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1707347396.8680842, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203308, "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": 1678060800.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15984, "uid": 0, "version": "948162311", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Wednesday 07 February 2024 23:10:43 +0000 (0:00:00.218) 0:01:34.192 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Wednesday 07 February 2024 23:10:43 +0000 (0:00:00.024) 0:01:34.216 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Wednesday 07 February 2024 23:10:43 +0000 (0:00:00.021) 0:01:34.238 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Wednesday 07 February 2024 23:10:43 +0000 (0:00:00.020) 0:01:34.258 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Wednesday 07 February 2024 23:10:43 +0000 (0:00:00.022) 0:01:34.281 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Wednesday 07 February 2024 23:10:43 +0000 (0:00:00.021) 0:01:34.302 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 3] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Wednesday 07 February 2024 23:10:43 +0000 (0:00:00.020) 0:01:34.322 **** ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": false, "__podman_images_found": [ "this_is_a_bogus_image" ], "__podman_kube_yamls_raw": "", "__podman_service_name": "bogus.service", "__podman_systemd_scope": "system", "__podman_user_home_dir": "/root", "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 4] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Wednesday 07 February 2024 23:10:43 +0000 (0:00:00.036) 0:01:34.359 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/etc/containers/systemd" }, "changed": false } TASK [linux-system-roles.podman : Get kube yaml contents] ********************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Wednesday 07 February 2024 23:10:43 +0000 (0:00:00.021) 0:01:34.380 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 5] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Wednesday 07 February 2024 23:10:43 +0000 (0:00:00.020) 0:01:34.400 **** ok: [sut] => { "ansible_facts": { "__podman_images": [ "this_is_a_bogus_image" ], "__podman_quadlet_file": "/etc/containers/systemd/bogus.container", "__podman_volumes": [] }, "changed": false } TASK [linux-system-roles.podman : Cleanup quadlets] **************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Wednesday 07 February 2024 23:10:43 +0000 (0:00:00.045) 0:01:34.446 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Wednesday 07 February 2024 23:10:43 +0000 (0:00:00.019) 0:01:34.466 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Wednesday 07 February 2024 23:10:43 +0000 (0:00:00.067) 0:01:34.534 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Wednesday 07 February 2024 23:10:43 +0000 (0:00:00.034) 0:01:34.568 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Wednesday 07 February 2024 23:10:43 +0000 (0:00:00.020) 0:01:34.589 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Wednesday 07 February 2024 23:10:43 +0000 (0:00:00.021) 0:01:34.611 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:7 Wednesday 07 February 2024 23:10:43 +0000 (0:00:00.021) 0:01:34.632 **** TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:25 Wednesday 07 February 2024 23:10:43 +0000 (0:00:00.019) 0:01:34.652 **** ok: [sut] => (item=this_is_a_bogus_image) => { "ansible_loop_var": "item", "attempts": 1, "changed": false, "failed_when_result": false, "item": "this_is_a_bogus_image" } MSG: Failed to pull image this_is_a_bogus_image:latest TASK [linux-system-roles.podman : Ensure the quadlet directory is present] ***** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:44 Wednesday 07 February 2024 23:10:44 +0000 (0:00:00.934) 0:01:35.586 **** 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": 4096, "state": "directory", "uid": 0 } TASK [linux-system-roles.podman : Ensure quadlet file is copied] *************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:53 Wednesday 07 February 2024 23:10:44 +0000 (0:00:00.226) 0:01:35.813 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure quadlet file content is present] ****** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:63 Wednesday 07 February 2024 23:10:44 +0000 (0:00:00.021) 0:01:35.834 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure quadlet file is present] ************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:75 Wednesday 07 February 2024 23:10:44 +0000 (0:00:00.022) 0:01:35.856 **** 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-1707347445.0174248-8626-129845435208235/source", "state": "file", "uid": 0 } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:87 Wednesday 07 February 2024 23:10:45 +0000 (0:00:00.565) 0:01:36.422 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:116 Wednesday 07 February 2024 23:10:45 +0000 (0:00:00.023) 0:01:36.445 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:132 Wednesday 07 February 2024 23:10:45 +0000 (0:00:00.023) 0:01:36.469 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Wednesday 07 February 2024 23:10:45 +0000 (0:00:00.024) 0:01:36.493 **** TASK [Verify image not pulled and no error] ************************************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/tests_quadlet_basic.yml:93 Wednesday 07 February 2024 23:10:45 +0000 (0:00:00.019) 0:01:36.512 **** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/tests_quadlet_basic.yml:100 Wednesday 07 February 2024 23:10:45 +0000 (0:00:00.021) 0:01:36.534 **** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Wednesday 07 February 2024 23:10:45 +0000 (0:00:00.057) 0:01:36.592 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/set_vars.yml for sut TASK [linux-system-roles.podman : Ensure ansible_facts used by role] *********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Wednesday 07 February 2024 23:10:45 +0000 (0:00:00.034) 0:01:36.626 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if system is ostree] ******************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Wednesday 07 February 2024 23:10:45 +0000 (0:00:00.024) 0:01:36.650 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set flag to indicate system is ostree] ******* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Wednesday 07 February 2024 23:10:45 +0000 (0:00:00.019) 0:01:36.670 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Wednesday 07 February 2024 23:10:45 +0000 (0:00:00.018) 0:01:36.689 **** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Wednesday 07 February 2024 23:10:45 +0000 (0:00:00.046) 0:01:36.735 **** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Enable copr if requested] ******************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Wednesday 07 February 2024 23:10:46 +0000 (0:00:00.953) 0:01:37.689 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure required packages are installed] ****** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Wednesday 07 February 2024 23:10:46 +0000 (0:00:00.023) 0:01:37.713 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Wednesday 07 February 2024 23:10:46 +0000 (0:00:00.026) 0:01:37.740 **** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.031771", "end": "2024-02-07 23:10:47.069815", "rc": 0, "start": "2024-02-07 23:10:47.038044" } STDOUT: podman version 4.8.3 TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:28 Wednesday 07 February 2024 23:10:47 +0000 (0:00:00.242) 0:01:37.982 **** ok: [sut] => { "ansible_facts": { "podman_version": "4.8.3" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:32 Wednesday 07 February 2024 23:10:47 +0000 (0:00:00.021) 0:01:38.003 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:39 Wednesday 07 February 2024 23:10:47 +0000 (0:00:00.020) 0:01:38.024 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: end_host conditional evaluated to false, continuing execution for sut TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:56 Wednesday 07 February 2024 23:10:47 +0000 (0:00:00.036) 0:01:38.061 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml for sut TASK [linux-system-roles.podman : Get user information] ************************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Wednesday 07 February 2024 23:10:47 +0000 (0:00:00.037) 0:01:38.099 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Wednesday 07 February 2024 23:10:47 +0000 (0:00:00.026) 0:01:38.126 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Wednesday 07 February 2024 23:10:47 +0000 (0:00:00.024) 0:01:38.150 **** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Wednesday 07 February 2024 23:10:47 +0000 (0:00:00.084) 0:01:38.235 **** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Wednesday 07 February 2024 23:10:47 +0000 (0:00:00.218) 0:01:38.454 **** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Wednesday 07 February 2024 23:10:47 +0000 (0:00:00.026) 0:01:38.481 **** ok: [sut] => { "changed": false, "stat": { "atime": 1707347436.8297117, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1707347396.8680842, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203308, "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": 1678060800.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15984, "uid": 0, "version": "948162311", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Wednesday 07 February 2024 23:10:47 +0000 (0:00:00.213) 0:01:38.694 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Wednesday 07 February 2024 23:10:47 +0000 (0:00:00.020) 0:01:38.715 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Wednesday 07 February 2024 23:10:47 +0000 (0:00:00.020) 0:01:38.735 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Wednesday 07 February 2024 23:10:47 +0000 (0:00:00.020) 0:01:38.756 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Wednesday 07 February 2024 23:10:47 +0000 (0:00:00.018) 0:01:38.775 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Wednesday 07 February 2024 23:10:47 +0000 (0:00:00.020) 0:01:38.795 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:62 Wednesday 07 February 2024 23:10:47 +0000 (0:00:00.020) 0:01:38.815 **** ok: [sut] => { "ansible_facts": { "__podman_container_conf_file": "/etc/containers/containers.conf.d/50-systemroles.conf", "__podman_policy_json_file": "/etc/containers/policy.json", "__podman_registries_conf_file": "/etc/containers/registries.conf.d/50-systemroles.conf", "__podman_storage_conf_file": "/etc/containers/storage.conf" }, "changed": false } TASK [linux-system-roles.podman : Handle container.conf.d] ********************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:80 Wednesday 07 February 2024 23:10:47 +0000 (0:00:00.025) 0:01:38.841 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml for sut TASK [linux-system-roles.podman : Ensure containers.d exists] ****************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Wednesday 07 February 2024 23:10:47 +0000 (0:00:00.037) 0:01:38.878 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Wednesday 07 February 2024 23:10:48 +0000 (0:00:00.018) 0:01:38.897 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:83 Wednesday 07 February 2024 23:10:48 +0000 (0:00:00.020) 0:01:38.917 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml for sut TASK [linux-system-roles.podman : Ensure registries.d exists] ****************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Wednesday 07 February 2024 23:10:48 +0000 (0:00:00.062) 0:01:38.980 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Wednesday 07 February 2024 23:10:48 +0000 (0:00:00.021) 0:01:39.002 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:86 Wednesday 07 February 2024 23:10:48 +0000 (0:00:00.020) 0:01:39.022 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml for sut TASK [linux-system-roles.podman : Ensure storage.conf parent dir exists] ******* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Wednesday 07 February 2024 23:10:48 +0000 (0:00:00.040) 0:01:39.062 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Wednesday 07 February 2024 23:10:48 +0000 (0:00:00.021) 0:01:39.083 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:89 Wednesday 07 February 2024 23:10:48 +0000 (0:00:00.021) 0:01:39.104 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml for sut TASK [linux-system-roles.podman : Ensure policy.json parent dir exists] ******** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Wednesday 07 February 2024 23:10:48 +0000 (0:00:00.040) 0:01:39.145 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stat the policy.json file] ******************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Wednesday 07 February 2024 23:10:48 +0000 (0:00:00.021) 0:01:39.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-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Wednesday 07 February 2024 23:10:48 +0000 (0:00:00.020) 0:01:39.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-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Wednesday 07 February 2024 23:10:48 +0000 (0:00:00.020) 0:01:39.208 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:95 Wednesday 07 February 2024 23:10:48 +0000 (0:00:00.018) 0:01:39.227 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:102 Wednesday 07 February 2024 23:10:48 +0000 (0:00:00.019) 0:01:39.246 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Keep track of users that need to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:109 Wednesday 07 February 2024 23:10:48 +0000 (0:00:00.018) 0:01:39.264 **** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:113 Wednesday 07 February 2024 23:10:48 +0000 (0:00:00.019) 0:01:39.284 **** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Handle Kubernetes specifications] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:120 Wednesday 07 February 2024 23:10:48 +0000 (0:00:00.018) 0:01:39.303 **** TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:126 Wednesday 07 February 2024 23:10:48 +0000 (0:00:00.017) 0:01:39.320 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Set per-container variables part 0] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Wednesday 07 February 2024 23:10:48 +0000 (0:00:00.074) 0:01:39.394 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": {}, "__podman_quadlet_str": "", "__podman_quadlet_template_src": "" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 1] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Wednesday 07 February 2024 23:10:48 +0000 (0:00:00.024) 0:01:39.419 **** ok: [sut] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_pull_image": true, "__podman_state": "absent", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [linux-system-roles.podman : Fail if no quadlet spec is given] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Wednesday 07 February 2024 23:10:48 +0000 (0:00:00.025) 0:01:39.444 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 2] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Wednesday 07 February 2024 23:10:48 +0000 (0:00:00.022) 0:01:39.466 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "nopull", "__podman_quadlet_type": "container", "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Wednesday 07 February 2024 23:10:48 +0000 (0:00:00.028) 0:01:39.495 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml for sut TASK [linux-system-roles.podman : Get user information] ************************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Wednesday 07 February 2024 23:10:48 +0000 (0:00:00.035) 0:01:39.530 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Wednesday 07 February 2024 23:10:48 +0000 (0:00:00.026) 0:01:39.556 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Wednesday 07 February 2024 23:10:48 +0000 (0:00:00.027) 0:01:39.584 **** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Wednesday 07 February 2024 23:10:48 +0000 (0:00:00.027) 0:01:39.611 **** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Wednesday 07 February 2024 23:10:48 +0000 (0:00:00.215) 0:01:39.827 **** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Wednesday 07 February 2024 23:10:48 +0000 (0:00:00.026) 0:01:39.854 **** ok: [sut] => { "changed": false, "stat": { "atime": 1707347436.8297117, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1707347396.8680842, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203308, "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": 1678060800.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15984, "uid": 0, "version": "948162311", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Wednesday 07 February 2024 23:10:49 +0000 (0:00:00.217) 0:01:40.071 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Wednesday 07 February 2024 23:10:49 +0000 (0:00:00.020) 0:01:40.091 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Wednesday 07 February 2024 23:10:49 +0000 (0:00:00.019) 0:01:40.111 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Wednesday 07 February 2024 23:10:49 +0000 (0:00:00.048) 0:01:40.160 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Wednesday 07 February 2024 23:10:49 +0000 (0:00:00.021) 0:01:40.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-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Wednesday 07 February 2024 23:10:49 +0000 (0:00:00.020) 0:01:40.201 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 3] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Wednesday 07 February 2024 23:10:49 +0000 (0:00:00.020) 0:01:40.222 **** ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_images_found": [], "__podman_kube_yamls_raw": "", "__podman_service_name": "nopull.service", "__podman_systemd_scope": "system", "__podman_user_home_dir": "/root", "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 4] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Wednesday 07 February 2024 23:10:49 +0000 (0:00:00.035) 0:01:40.257 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/etc/containers/systemd" }, "changed": false } TASK [linux-system-roles.podman : Get kube yaml contents] ********************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Wednesday 07 February 2024 23:10:49 +0000 (0:00:00.020) 0:01:40.278 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 5] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Wednesday 07 February 2024 23:10:49 +0000 (0:00:00.019) 0:01:40.297 **** ok: [sut] => { "ansible_facts": { "__podman_images": [], "__podman_quadlet_file": "/etc/containers/systemd/nopull.container", "__podman_volumes": [] }, "changed": false } TASK [linux-system-roles.podman : Cleanup quadlets] **************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Wednesday 07 February 2024 23:10:49 +0000 (0:00:00.045) 0:01:40.343 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Stat XDG_RUNTIME_DIR] ************************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Wednesday 07 February 2024 23:10:49 +0000 (0:00:00.041) 0:01:40.384 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 Wednesday 07 February 2024 23:10:49 +0000 (0:00:00.019) 0:01:40.404 **** ok: [sut] => { "changed": false, "failed_when_result": false } MSG: Could not find the requested service nopull.service: host TASK [linux-system-roles.podman : Remove quadlet file] ************************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:33 Wednesday 07 February 2024 23:10:50 +0000 (0:00:00.660) 0:01:41.065 **** changed: [sut] => { "changed": true, "path": "/etc/containers/systemd/nopull.container", "state": "absent" } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:39 Wednesday 07 February 2024 23:10:50 +0000 (0:00:00.216) 0:01:41.282 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Wednesday 07 February 2024 23:10:50 +0000 (0:00:00.062) 0:01:41.344 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Wednesday 07 February 2024 23:10:50 +0000 (0:00:00.021) 0:01:41.366 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Wednesday 07 February 2024 23:10:50 +0000 (0:00:00.020) 0:01:41.386 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:47 Wednesday 07 February 2024 23:10:50 +0000 (0:00:00.019) 0:01:41.406 **** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:56 Wednesday 07 February 2024 23:10:51 +0000 (0:00:00.956) 0:01:42.362 **** changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.041049", "end": "2024-02-07 23:10:51.708131", "rc": 0, "start": "2024-02-07 23:10:51.667082" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:64 Wednesday 07 February 2024 23:10:51 +0000 (0:00:00.258) 0:01:42.620 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Wednesday 07 February 2024 23:10:51 +0000 (0:00:00.022) 0:01:42.643 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Wednesday 07 February 2024 23:10:51 +0000 (0:00:00.020) 0:01:42.663 **** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Wednesday 07 February 2024 23:10:51 +0000 (0:00:00.020) 0:01:42.683 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/set_vars.yml for sut TASK [linux-system-roles.podman : Ensure ansible_facts used by role] *********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Wednesday 07 February 2024 23:10:51 +0000 (0:00:00.036) 0:01:42.720 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if system is ostree] ******************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Wednesday 07 February 2024 23:10:51 +0000 (0:00:00.025) 0:01:42.746 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set flag to indicate system is ostree] ******* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Wednesday 07 February 2024 23:10:51 +0000 (0:00:00.023) 0:01:42.769 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Wednesday 07 February 2024 23:10:51 +0000 (0:00:00.064) 0:01:42.833 **** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Wednesday 07 February 2024 23:10:52 +0000 (0:00:00.048) 0:01:42.882 **** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Enable copr if requested] ******************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Wednesday 07 February 2024 23:10:52 +0000 (0:00:00.921) 0:01:43.804 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure required packages are installed] ****** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Wednesday 07 February 2024 23:10:52 +0000 (0:00:00.020) 0:01:43.824 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Wednesday 07 February 2024 23:10:52 +0000 (0:00:00.025) 0:01:43.850 **** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.032854", "end": "2024-02-07 23:10:53.177315", "rc": 0, "start": "2024-02-07 23:10:53.144461" } STDOUT: podman version 4.8.3 TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:28 Wednesday 07 February 2024 23:10:53 +0000 (0:00:00.242) 0:01:44.093 **** ok: [sut] => { "ansible_facts": { "podman_version": "4.8.3" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:32 Wednesday 07 February 2024 23:10:53 +0000 (0:00:00.023) 0:01:44.117 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:39 Wednesday 07 February 2024 23:10:53 +0000 (0:00:00.022) 0:01:44.140 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: end_host conditional evaluated to false, continuing execution for sut TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:56 Wednesday 07 February 2024 23:10:53 +0000 (0:00:00.041) 0:01:44.181 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml for sut TASK [linux-system-roles.podman : Get user information] ************************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Wednesday 07 February 2024 23:10:53 +0000 (0:00:00.094) 0:01:44.276 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Wednesday 07 February 2024 23:10:53 +0000 (0:00:00.036) 0:01:44.312 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Wednesday 07 February 2024 23:10:53 +0000 (0:00:00.028) 0:01:44.341 **** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Wednesday 07 February 2024 23:10:53 +0000 (0:00:00.028) 0:01:44.369 **** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Wednesday 07 February 2024 23:10:53 +0000 (0:00:00.222) 0:01:44.592 **** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Wednesday 07 February 2024 23:10:53 +0000 (0:00:00.028) 0:01:44.620 **** ok: [sut] => { "changed": false, "stat": { "atime": 1707347436.8297117, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1707347396.8680842, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203308, "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": 1678060800.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15984, "uid": 0, "version": "948162311", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Wednesday 07 February 2024 23:10:53 +0000 (0:00:00.211) 0:01:44.832 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Wednesday 07 February 2024 23:10:53 +0000 (0:00:00.020) 0:01:44.853 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Wednesday 07 February 2024 23:10:53 +0000 (0:00:00.019) 0:01:44.873 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Wednesday 07 February 2024 23:10:54 +0000 (0:00:00.019) 0:01:44.892 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Wednesday 07 February 2024 23:10:54 +0000 (0:00:00.021) 0:01:44.914 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Wednesday 07 February 2024 23:10:54 +0000 (0:00:00.026) 0:01:44.940 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:62 Wednesday 07 February 2024 23:10:54 +0000 (0:00:00.021) 0:01:44.961 **** ok: [sut] => { "ansible_facts": { "__podman_container_conf_file": "/etc/containers/containers.conf.d/50-systemroles.conf", "__podman_policy_json_file": "/etc/containers/policy.json", "__podman_registries_conf_file": "/etc/containers/registries.conf.d/50-systemroles.conf", "__podman_storage_conf_file": "/etc/containers/storage.conf" }, "changed": false } TASK [linux-system-roles.podman : Handle container.conf.d] ********************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:80 Wednesday 07 February 2024 23:10:54 +0000 (0:00:00.025) 0:01:44.986 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml for sut TASK [linux-system-roles.podman : Ensure containers.d exists] ****************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Wednesday 07 February 2024 23:10:54 +0000 (0:00:00.061) 0:01:45.048 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Wednesday 07 February 2024 23:10:54 +0000 (0:00:00.020) 0:01:45.069 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:83 Wednesday 07 February 2024 23:10:54 +0000 (0:00:00.020) 0:01:45.090 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml for sut TASK [linux-system-roles.podman : Ensure registries.d exists] ****************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Wednesday 07 February 2024 23:10:54 +0000 (0:00:00.038) 0:01:45.128 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Wednesday 07 February 2024 23:10:54 +0000 (0:00:00.020) 0:01:45.149 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:86 Wednesday 07 February 2024 23:10:54 +0000 (0:00:00.019) 0:01:45.168 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml for sut TASK [linux-system-roles.podman : Ensure storage.conf parent dir exists] ******* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Wednesday 07 February 2024 23:10:54 +0000 (0:00:00.040) 0:01:45.208 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Wednesday 07 February 2024 23:10:54 +0000 (0:00:00.020) 0:01:45.229 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:89 Wednesday 07 February 2024 23:10:54 +0000 (0:00:00.020) 0:01:45.249 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml for sut TASK [linux-system-roles.podman : Ensure policy.json parent dir exists] ******** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Wednesday 07 February 2024 23:10:54 +0000 (0:00:00.041) 0:01:45.290 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stat the policy.json file] ******************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Wednesday 07 February 2024 23:10:54 +0000 (0:00:00.021) 0:01:45.312 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get the existing policy.json] **************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Wednesday 07 February 2024 23:10:54 +0000 (0:00:00.020) 0:01:45.332 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Write new policy.json file] ****************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Wednesday 07 February 2024 23:10:54 +0000 (0:00:00.035) 0:01:45.368 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:95 Wednesday 07 February 2024 23:10:54 +0000 (0:00:00.025) 0:01:45.393 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:102 Wednesday 07 February 2024 23:10:54 +0000 (0:00:00.026) 0:01:45.420 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Keep track of users that need to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:109 Wednesday 07 February 2024 23:10:54 +0000 (0:00:00.051) 0:01:45.472 **** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:113 Wednesday 07 February 2024 23:10:54 +0000 (0:00:00.019) 0:01:45.492 **** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Handle Kubernetes specifications] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:120 Wednesday 07 February 2024 23:10:54 +0000 (0:00:00.019) 0:01:45.512 **** TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:126 Wednesday 07 February 2024 23:10:54 +0000 (0:00:00.019) 0:01:45.531 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Set per-container variables part 0] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Wednesday 07 February 2024 23:10:54 +0000 (0:00:00.049) 0:01:45.580 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": {}, "__podman_quadlet_str": "", "__podman_quadlet_template_src": "" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 1] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Wednesday 07 February 2024 23:10:54 +0000 (0:00:00.025) 0:01:45.606 **** ok: [sut] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_pull_image": true, "__podman_state": "absent", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [linux-system-roles.podman : Fail if no quadlet spec is given] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Wednesday 07 February 2024 23:10:54 +0000 (0:00:00.025) 0:01:45.631 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 2] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Wednesday 07 February 2024 23:10:54 +0000 (0:00:00.023) 0:01:45.655 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "bogus", "__podman_quadlet_type": "container", "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Wednesday 07 February 2024 23:10:54 +0000 (0:00:00.028) 0:01:45.684 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml for sut TASK [linux-system-roles.podman : Get user information] ************************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Wednesday 07 February 2024 23:10:54 +0000 (0:00:00.038) 0:01:45.723 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Wednesday 07 February 2024 23:10:54 +0000 (0:00:00.030) 0:01:45.753 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Wednesday 07 February 2024 23:10:54 +0000 (0:00:00.026) 0:01:45.780 **** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Wednesday 07 February 2024 23:10:54 +0000 (0:00:00.027) 0:01:45.807 **** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Wednesday 07 February 2024 23:10:55 +0000 (0:00:00.216) 0:01:46.024 **** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Wednesday 07 February 2024 23:10:55 +0000 (0:00:00.025) 0:01:46.050 **** ok: [sut] => { "changed": false, "stat": { "atime": 1707347436.8297117, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1707347396.8680842, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203308, "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": 1678060800.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15984, "uid": 0, "version": "948162311", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Wednesday 07 February 2024 23:10:55 +0000 (0:00:00.214) 0:01:46.264 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Wednesday 07 February 2024 23:10:55 +0000 (0:00:00.023) 0:01:46.287 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Wednesday 07 February 2024 23:10:55 +0000 (0:00:00.023) 0:01:46.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-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Wednesday 07 February 2024 23:10:55 +0000 (0:00:00.021) 0:01:46.332 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Wednesday 07 February 2024 23:10:55 +0000 (0:00:00.021) 0:01:46.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-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Wednesday 07 February 2024 23:10:55 +0000 (0:00:00.020) 0:01:46.373 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 3] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Wednesday 07 February 2024 23:10:55 +0000 (0:00:00.021) 0:01:46.395 **** ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_images_found": [], "__podman_kube_yamls_raw": "", "__podman_service_name": "bogus.service", "__podman_systemd_scope": "system", "__podman_user_home_dir": "/root", "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 4] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Wednesday 07 February 2024 23:10:55 +0000 (0:00:00.039) 0:01:46.435 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/etc/containers/systemd" }, "changed": false } TASK [linux-system-roles.podman : Get kube yaml contents] ********************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Wednesday 07 February 2024 23:10:55 +0000 (0:00:00.023) 0:01:46.459 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 5] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Wednesday 07 February 2024 23:10:55 +0000 (0:00:00.021) 0:01:46.480 **** ok: [sut] => { "ansible_facts": { "__podman_images": [], "__podman_quadlet_file": "/etc/containers/systemd/bogus.container", "__podman_volumes": [] }, "changed": false } TASK [linux-system-roles.podman : Cleanup quadlets] **************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Wednesday 07 February 2024 23:10:55 +0000 (0:00:00.045) 0:01:46.525 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Stat XDG_RUNTIME_DIR] ************************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Wednesday 07 February 2024 23:10:55 +0000 (0:00:00.041) 0:01:46.567 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 Wednesday 07 February 2024 23:10:55 +0000 (0:00:00.020) 0:01:46.587 **** 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 sysinit.target basic.target -.mount 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", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "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": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "14780", "LimitNPROCSoft": "14780", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14780", "LimitSIGPENDINGSoft": "14780", "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", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "bogus.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMPolicy": "continue", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target -.mount", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "SourcePath": "/etc/containers/systemd/bogus.container", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogIdentifier": "bogus", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "4434", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "generated", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [linux-system-roles.podman : Remove quadlet file] ************************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:33 Wednesday 07 February 2024 23:10:56 +0000 (0:00:01.004) 0:01:47.592 **** changed: [sut] => { "changed": true, "path": "/etc/containers/systemd/bogus.container", "state": "absent" } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:39 Wednesday 07 February 2024 23:10:56 +0000 (0:00:00.216) 0:01:47.808 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Wednesday 07 February 2024 23:10:56 +0000 (0:00:00.035) 0:01:47.844 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Wednesday 07 February 2024 23:10:56 +0000 (0:00:00.022) 0:01:47.866 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Wednesday 07 February 2024 23:10:57 +0000 (0:00:00.031) 0:01:47.898 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:47 Wednesday 07 February 2024 23:10:57 +0000 (0:00:00.036) 0:01:47.935 **** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:56 Wednesday 07 February 2024 23:10:58 +0000 (0:00:00.989) 0:01:48.924 **** changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.040988", "end": "2024-02-07 23:10:58.264384", "rc": 0, "start": "2024-02-07 23:10:58.223396" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:64 Wednesday 07 February 2024 23:10:58 +0000 (0:00:00.262) 0:01:49.187 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Wednesday 07 February 2024 23:10:58 +0000 (0:00:00.031) 0:01:49.218 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Wednesday 07 February 2024 23:10:58 +0000 (0:00:00.043) 0:01:49.262 **** TASK [Create user for testing] ************************************************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/tests_quadlet_basic.yml:112 Wednesday 07 February 2024 23:10:58 +0000 (0:00:00.074) 0:01:49.336 **** changed: [sut] => { "changed": true, "comment": "", "create_home": true, "group": 1111, "home": "/home/user_quadlet_basic", "name": "user_quadlet_basic", "shell": "/bin/bash", "state": "present", "system": false, "uid": 1111 } TASK [Get local machine ID] **************************************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/tests_quadlet_basic.yml:125 Wednesday 07 February 2024 23:10:58 +0000 (0:00:00.486) 0:01:49.822 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: end_host conditional evaluated to false, continuing execution for sut TASK [Enable cgroup controllers] *********************************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/tests_quadlet_basic.yml:138 Wednesday 07 February 2024 23:10:59 +0000 (0:00:00.080) 0:01:49.903 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Configure cgroups in kernel] ********************************************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/tests_quadlet_basic.yml:170 Wednesday 07 February 2024 23:10:59 +0000 (0:00:00.030) 0:01:49.933 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reboot] ****************************************************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/tests_quadlet_basic.yml:176 Wednesday 07 February 2024 23:10:59 +0000 (0:00:00.030) 0:01:49.964 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Run the role - user] ***************************************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/tests_quadlet_basic.yml:179 Wednesday 07 February 2024 23:10:59 +0000 (0:00:00.028) 0:01:49.992 **** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Wednesday 07 February 2024 23:10:59 +0000 (0:00:00.041) 0:01:50.034 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/set_vars.yml for sut TASK [linux-system-roles.podman : Ensure ansible_facts used by role] *********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Wednesday 07 February 2024 23:10:59 +0000 (0:00:00.034) 0:01:50.068 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if system is ostree] ******************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Wednesday 07 February 2024 23:10:59 +0000 (0:00:00.025) 0:01:50.094 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set flag to indicate system is ostree] ******* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Wednesday 07 February 2024 23:10:59 +0000 (0:00:00.019) 0:01:50.113 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Wednesday 07 February 2024 23:10:59 +0000 (0:00:00.019) 0:01:50.132 **** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Wednesday 07 February 2024 23:10:59 +0000 (0:00:00.054) 0:01:50.186 **** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Enable copr if requested] ******************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Wednesday 07 February 2024 23:11:00 +0000 (0:00:00.950) 0:01:51.137 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure required packages are installed] ****** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Wednesday 07 February 2024 23:11:00 +0000 (0:00:00.020) 0:01:51.158 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Wednesday 07 February 2024 23:11:00 +0000 (0:00:00.024) 0:01:51.183 **** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.031909", "end": "2024-02-07 23:11:00.511691", "rc": 0, "start": "2024-02-07 23:11:00.479782" } STDOUT: podman version 4.8.3 TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:28 Wednesday 07 February 2024 23:11:00 +0000 (0:00:00.241) 0:01:51.424 **** ok: [sut] => { "ansible_facts": { "podman_version": "4.8.3" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:32 Wednesday 07 February 2024 23:11:00 +0000 (0:00:00.022) 0:01:51.446 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:39 Wednesday 07 February 2024 23:11:00 +0000 (0:00:00.042) 0:01:51.489 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: end_host conditional evaluated to false, continuing execution for sut TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:56 Wednesday 07 February 2024 23:11:00 +0000 (0:00:00.086) 0:01:51.575 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml for sut TASK [linux-system-roles.podman : Get user information] ************************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Wednesday 07 February 2024 23:11:00 +0000 (0:00:00.039) 0:01:51.615 **** ok: [sut] => { "ansible_facts": { "getent_passwd": { "user_quadlet_basic": [ "x", "1111", "1111", "", "/home/user_quadlet_basic", "/bin/bash" ] } }, "changed": false } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Wednesday 07 February 2024 23:11:00 +0000 (0:00:00.252) 0:01:51.867 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Wednesday 07 February 2024 23:11:01 +0000 (0:00:00.036) 0:01:51.903 **** ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Wednesday 07 February 2024 23:11:01 +0000 (0:00:00.031) 0:01:51.935 **** ok: [sut] => { "ansible_facts": { "getent_group": { "user_quadlet_basic": [ "x", "1111", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Wednesday 07 February 2024 23:11:01 +0000 (0:00:00.225) 0:01:52.160 **** ok: [sut] => { "ansible_facts": { "__podman_group_name": "user_quadlet_basic" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Wednesday 07 February 2024 23:11:01 +0000 (0:00:00.038) 0:01:52.198 **** ok: [sut] => { "changed": false, "stat": { "atime": 1707347436.8297117, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1707347396.8680842, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203308, "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": 1678060800.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15984, "uid": 0, "version": "948162311", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Wednesday 07 February 2024 23:11:01 +0000 (0:00:00.226) 0:01:52.425 **** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.004239", "end": "2024-02-07 23:11:01.732354", "rc": 0, "start": "2024-02-07 23:11:01.728115" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Wednesday 07 February 2024 23:11:01 +0000 (0:00:00.219) 0:01:52.644 **** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.004227", "end": "2024-02-07 23:11:01.957734", "rc": 0, "start": "2024-02-07 23:11:01.953507" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Wednesday 07 February 2024 23:11:01 +0000 (0:00:00.226) 0:01:52.871 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Wednesday 07 February 2024 23:11:02 +0000 (0:00:00.021) 0:01:52.892 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Wednesday 07 February 2024 23:11:02 +0000 (0:00:00.020) 0:01:52.913 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Wednesday 07 February 2024 23:11:02 +0000 (0:00:00.020) 0:01:52.934 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:62 Wednesday 07 February 2024 23:11:02 +0000 (0:00:00.021) 0:01:52.955 **** ok: [sut] => { "ansible_facts": { "__podman_container_conf_file": "/root/.config/containers/containers.conf.d/50-systemroles.conf", "__podman_policy_json_file": "/root/.config/containers/policy.json", "__podman_registries_conf_file": "/root/.config/containers/registries.conf.d/50-systemroles.conf", "__podman_storage_conf_file": "/root/.config/containers/storage.conf" }, "changed": false } TASK [linux-system-roles.podman : Handle container.conf.d] ********************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:80 Wednesday 07 February 2024 23:11:02 +0000 (0:00:00.025) 0:01:52.980 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml for sut TASK [linux-system-roles.podman : Ensure containers.d exists] ****************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Wednesday 07 February 2024 23:11:02 +0000 (0:00:00.066) 0:01:53.047 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Wednesday 07 February 2024 23:11:02 +0000 (0:00:00.020) 0:01:53.068 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:83 Wednesday 07 February 2024 23:11:02 +0000 (0:00:00.021) 0:01:53.089 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml for sut TASK [linux-system-roles.podman : Ensure registries.d exists] ****************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Wednesday 07 February 2024 23:11:02 +0000 (0:00:00.037) 0:01:53.126 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Wednesday 07 February 2024 23:11:02 +0000 (0:00:00.021) 0:01:53.148 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:86 Wednesday 07 February 2024 23:11:02 +0000 (0:00:00.025) 0:01:53.173 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml for sut TASK [linux-system-roles.podman : Ensure storage.conf parent dir exists] ******* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Wednesday 07 February 2024 23:11:02 +0000 (0:00:00.040) 0:01:53.213 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Wednesday 07 February 2024 23:11:02 +0000 (0:00:00.020) 0:01:53.234 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:89 Wednesday 07 February 2024 23:11:02 +0000 (0:00:00.020) 0:01:53.255 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml for sut TASK [linux-system-roles.podman : Ensure policy.json parent dir exists] ******** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Wednesday 07 February 2024 23:11:02 +0000 (0:00:00.038) 0:01:53.293 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stat the policy.json file] ******************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Wednesday 07 February 2024 23:11:02 +0000 (0:00:00.020) 0:01:53.314 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get the existing policy.json] **************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Wednesday 07 February 2024 23:11:02 +0000 (0:00:00.018) 0:01:53.333 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Write new policy.json file] ****************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Wednesday 07 February 2024 23:11:02 +0000 (0:00:00.019) 0:01:53.352 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:95 Wednesday 07 February 2024 23:11:02 +0000 (0:00:00.020) 0:01:53.373 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:102 Wednesday 07 February 2024 23:11:02 +0000 (0:00:00.020) 0:01:53.394 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Keep track of users that need to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:109 Wednesday 07 February 2024 23:11:02 +0000 (0:00:00.020) 0:01:53.414 **** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:113 Wednesday 07 February 2024 23:11:02 +0000 (0:00:00.055) 0:01:53.470 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml for sut included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml for sut TASK [linux-system-roles.podman : Set variables part 1] ************************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:3 Wednesday 07 February 2024 23:11:02 +0000 (0:00:00.064) 0:01:53.534 **** ok: [sut] => { "ansible_facts": { "__podman_user": "user_quadlet_basic" }, "changed": false } TASK [linux-system-roles.podman : Set variables part 2] ************************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:8 Wednesday 07 February 2024 23:11:02 +0000 (0:00:00.021) 0:01:53.556 **** ok: [sut] => { "ansible_facts": { "__podman_rootless": true, "__podman_xdg_runtime_dir": "/run/user/1111" }, "changed": false } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:14 Wednesday 07 February 2024 23:11:02 +0000 (0:00:00.027) 0:01:53.583 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Wednesday 07 February 2024 23:11:02 +0000 (0:00:00.033) 0:01:53.617 **** changed: [sut] => { "changed": true, "cmd": [ "loginctl", "enable-linger", "user_quadlet_basic" ], "delta": "0:00:00.021599", "end": "2024-02-07 23:11:02.949479", "rc": 0, "start": "2024-02-07 23:11:02.927880" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Wednesday 07 February 2024 23:11:02 +0000 (0:00:00.245) 0:01:53.862 **** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Wednesday 07 February 2024 23:11:03 +0000 (0:00:00.025) 0:01:53.887 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stat XDG_RUNTIME_DIR] ************************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:19 Wednesday 07 February 2024 23:11:03 +0000 (0:00:00.021) 0:01:53.908 **** ok: [sut] => { "changed": false, "stat": { "atime": 1707347462.985815, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1707347463.218807, "dev": 53, "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": 1707347463.218807, "nlink": 3, "path": "/run/user/1111", "pw_name": "user_quadlet_basic", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 80, "uid": 1111, "version": null, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": true } } TASK [linux-system-roles.podman : Manage each secret] ************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:35 Wednesday 07 February 2024 23:11:03 +0000 (0:00:00.301) 0:01:54.210 **** changed: [sut] => { "changed": true } TASK [linux-system-roles.podman : Set variables part 1] ************************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:3 Wednesday 07 February 2024 23:11:04 +0000 (0:00:01.600) 0:01:55.811 **** ok: [sut] => { "ansible_facts": { "__podman_user": "user_quadlet_basic" }, "changed": false } TASK [linux-system-roles.podman : Set variables part 2] ************************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:8 Wednesday 07 February 2024 23:11:04 +0000 (0:00:00.022) 0:01:55.833 **** ok: [sut] => { "ansible_facts": { "__podman_rootless": true, "__podman_xdg_runtime_dir": "/run/user/1111" }, "changed": false } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:14 Wednesday 07 February 2024 23:11:04 +0000 (0:00:00.027) 0:01:55.861 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Wednesday 07 February 2024 23:11:05 +0000 (0:00:00.032) 0:01:55.893 **** ok: [sut] => { "changed": false, "cmd": [ "loginctl", "enable-linger", "user_quadlet_basic" ], "rc": 0 } STDOUT: skipped, since /var/lib/systemd/linger/user_quadlet_basic exists TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Wednesday 07 February 2024 23:11:05 +0000 (0:00:00.213) 0:01:56.106 **** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Wednesday 07 February 2024 23:11:05 +0000 (0:00:00.024) 0:01:56.131 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stat XDG_RUNTIME_DIR] ************************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:19 Wednesday 07 February 2024 23:11:05 +0000 (0:00:00.021) 0:01:56.152 **** ok: [sut] => { "changed": false, "stat": { "atime": 1707347462.985815, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1707347464.1707742, "dev": 53, "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": 1707347464.1707742, "nlink": 5, "path": "/run/user/1111", "pw_name": "user_quadlet_basic", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 120, "uid": 1111, "version": null, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": true } } TASK [linux-system-roles.podman : Manage each secret] ************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:35 Wednesday 07 February 2024 23:11:05 +0000 (0:00:00.230) 0:01:56.382 **** changed: [sut] => { "changed": true } TASK [linux-system-roles.podman : Handle Kubernetes specifications] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:120 Wednesday 07 February 2024 23:11:06 +0000 (0:00:00.584) 0:01:56.967 **** TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:126 Wednesday 07 February 2024 23:11:06 +0000 (0:00:00.019) 0:01:56.986 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Set per-container variables part 0] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Wednesday 07 February 2024 23:11:06 +0000 (0:00:00.095) 0:01:57.082 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": { "Network": { "Gateway": "192.168.29.1", "Label": "app=wordpress", "Subnet": "192.168.29.0/24" } }, "__podman_quadlet_str": "", "__podman_quadlet_template_src": "" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 1] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Wednesday 07 February 2024 23:11:06 +0000 (0:00:00.025) 0:01:57.108 **** ok: [sut] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_pull_image": true, "__podman_state": "created", "__podman_systemd_unit_scope": "", "__podman_user": "user_quadlet_basic" }, "changed": false } TASK [linux-system-roles.podman : Fail if no quadlet spec is given] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Wednesday 07 February 2024 23:11:06 +0000 (0:00:00.025) 0:01:57.133 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 2] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Wednesday 07 February 2024 23:11:06 +0000 (0:00:00.021) 0:01:57.155 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-basic", "__podman_quadlet_type": "network", "__podman_rootless": true }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Wednesday 07 February 2024 23:11:06 +0000 (0:00:00.027) 0:01:57.183 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml for sut TASK [linux-system-roles.podman : Get user information] ************************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Wednesday 07 February 2024 23:11:06 +0000 (0:00:00.035) 0:01:57.218 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Wednesday 07 February 2024 23:11:06 +0000 (0:00:00.024) 0:01:57.243 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Wednesday 07 February 2024 23:11:06 +0000 (0:00:00.024) 0:01:57.267 **** ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Wednesday 07 February 2024 23:11:06 +0000 (0:00:00.027) 0:01:57.295 **** ok: [sut] => { "ansible_facts": { "getent_group": { "user_quadlet_basic": [ "x", "1111", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Wednesday 07 February 2024 23:11:06 +0000 (0:00:00.217) 0:01:57.513 **** ok: [sut] => { "ansible_facts": { "__podman_group_name": "user_quadlet_basic" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Wednesday 07 February 2024 23:11:06 +0000 (0:00:00.026) 0:01:57.539 **** ok: [sut] => { "changed": false, "stat": { "atime": 1707347436.8297117, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1707347396.8680842, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203308, "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": 1678060800.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15984, "uid": 0, "version": "948162311", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Wednesday 07 February 2024 23:11:06 +0000 (0:00:00.213) 0:01:57.753 **** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.004195", "end": "2024-02-07 23:11:07.057791", "rc": 0, "start": "2024-02-07 23:11:07.053596" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Wednesday 07 February 2024 23:11:07 +0000 (0:00:00.216) 0:01:57.969 **** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.004245", "end": "2024-02-07 23:11:07.272086", "rc": 0, "start": "2024-02-07 23:11:07.267841" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Wednesday 07 February 2024 23:11:07 +0000 (0:00:00.215) 0:01:58.185 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Wednesday 07 February 2024 23:11:07 +0000 (0:00:00.021) 0:01:58.206 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Wednesday 07 February 2024 23:11:07 +0000 (0:00:00.022) 0:01:58.229 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Wednesday 07 February 2024 23:11:07 +0000 (0:00:00.021) 0:01:58.250 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 3] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Wednesday 07 February 2024 23:11:07 +0000 (0:00:00.022) 0:01:58.272 **** ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_images_found": [], "__podman_kube_yamls_raw": "", "__podman_service_name": "", "__podman_systemd_scope": "user", "__podman_user_home_dir": "/home/user_quadlet_basic", "__podman_xdg_runtime_dir": "/run/user/1111" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 4] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Wednesday 07 February 2024 23:11:07 +0000 (0:00:00.051) 0:01:58.323 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/home/user_quadlet_basic/.config/containers/systemd" }, "changed": false } TASK [linux-system-roles.podman : Get kube yaml contents] ********************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Wednesday 07 February 2024 23:11:07 +0000 (0:00:00.021) 0:01:58.345 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 5] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Wednesday 07 February 2024 23:11:07 +0000 (0:00:00.022) 0:01:58.367 **** ok: [sut] => { "ansible_facts": { "__podman_images": [], "__podman_quadlet_file": "/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic.network", "__podman_volumes": [] }, "changed": false } TASK [linux-system-roles.podman : Cleanup quadlets] **************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Wednesday 07 February 2024 23:11:07 +0000 (0:00:00.045) 0:01:58.413 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Wednesday 07 February 2024 23:11:07 +0000 (0:00:00.019) 0:01:58.432 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Wednesday 07 February 2024 23:11:07 +0000 (0:00:00.041) 0:01:58.474 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Wednesday 07 February 2024 23:11:07 +0000 (0:00:00.034) 0:01:58.509 **** ok: [sut] => { "changed": false, "cmd": [ "loginctl", "enable-linger", "user_quadlet_basic" ], "rc": 0 } STDOUT: skipped, since /var/lib/systemd/linger/user_quadlet_basic exists TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Wednesday 07 February 2024 23:11:07 +0000 (0:00:00.209) 0:01:58.718 **** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Wednesday 07 February 2024 23:11:07 +0000 (0:00:00.032) 0:01:58.751 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:7 Wednesday 07 February 2024 23:11:07 +0000 (0:00:00.059) 0:01:58.810 **** TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:25 Wednesday 07 February 2024 23:11:07 +0000 (0:00:00.021) 0:01:58.832 **** TASK [linux-system-roles.podman : Ensure the quadlet directory is present] ***** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:44 Wednesday 07 February 2024 23:11:07 +0000 (0:00:00.022) 0:01:58.854 **** 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": 4096, "state": "directory", "uid": 1111 } TASK [linux-system-roles.podman : Ensure quadlet file is copied] *************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:53 Wednesday 07 February 2024 23:11:08 +0000 (0:00:00.228) 0:01:59.083 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure quadlet file content is present] ****** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:63 Wednesday 07 February 2024 23:11:08 +0000 (0:00:00.021) 0:01:59.104 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure quadlet file is present] ************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:75 Wednesday 07 February 2024 23:11:08 +0000 (0:00:00.020) 0:01:59.125 **** 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-1707347468.2815788-9217-13388521782677/source", "state": "file", "uid": 1111 } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:87 Wednesday 07 February 2024 23:11:08 +0000 (0:00:00.560) 0:01:59.685 **** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:116 Wednesday 07 February 2024 23:11:09 +0000 (0:00:00.675) 0:02:00.360 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:132 Wednesday 07 February 2024 23:11:09 +0000 (0:00:00.025) 0:02:00.386 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 0] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Wednesday 07 February 2024 23:11:09 +0000 (0:00:00.038) 0:02:00.424 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": { "Volume": {} }, "__podman_quadlet_str": "", "__podman_quadlet_template_src": "" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 1] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Wednesday 07 February 2024 23:11:09 +0000 (0:00:00.039) 0:02:00.464 **** ok: [sut] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_pull_image": true, "__podman_state": "created", "__podman_systemd_unit_scope": "", "__podman_user": "user_quadlet_basic" }, "changed": false } TASK [linux-system-roles.podman : Fail if no quadlet spec is given] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Wednesday 07 February 2024 23:11:09 +0000 (0:00:00.026) 0:02:00.491 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 2] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Wednesday 07 February 2024 23:11:09 +0000 (0:00:00.050) 0:02:00.541 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-basic-mysql", "__podman_quadlet_type": "volume", "__podman_rootless": true }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Wednesday 07 February 2024 23:11:09 +0000 (0:00:00.030) 0:02:00.572 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml for sut TASK [linux-system-roles.podman : Get user information] ************************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Wednesday 07 February 2024 23:11:09 +0000 (0:00:00.037) 0:02:00.609 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Wednesday 07 February 2024 23:11:09 +0000 (0:00:00.026) 0:02:00.635 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Wednesday 07 February 2024 23:11:09 +0000 (0:00:00.028) 0:02:00.664 **** ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Wednesday 07 February 2024 23:11:09 +0000 (0:00:00.030) 0:02:00.694 **** ok: [sut] => { "ansible_facts": { "getent_group": { "user_quadlet_basic": [ "x", "1111", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Wednesday 07 February 2024 23:11:10 +0000 (0:00:00.226) 0:02:00.921 **** ok: [sut] => { "ansible_facts": { "__podman_group_name": "user_quadlet_basic" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Wednesday 07 February 2024 23:11:10 +0000 (0:00:00.025) 0:02:00.947 **** ok: [sut] => { "changed": false, "stat": { "atime": 1707347436.8297117, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1707347396.8680842, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203308, "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": 1678060800.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15984, "uid": 0, "version": "948162311", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Wednesday 07 February 2024 23:11:10 +0000 (0:00:00.215) 0:02:01.162 **** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.004270", "end": "2024-02-07 23:11:10.464962", "rc": 0, "start": "2024-02-07 23:11:10.460692" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Wednesday 07 February 2024 23:11:10 +0000 (0:00:00.214) 0:02:01.377 **** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.004079", "end": "2024-02-07 23:11:10.692739", "rc": 0, "start": "2024-02-07 23:11:10.688660" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Wednesday 07 February 2024 23:11:10 +0000 (0:00:00.241) 0:02:01.619 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Wednesday 07 February 2024 23:11:10 +0000 (0:00:00.023) 0:02:01.642 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Wednesday 07 February 2024 23:11:10 +0000 (0:00:00.023) 0:02:01.666 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Wednesday 07 February 2024 23:11:10 +0000 (0:00:00.033) 0:02:01.699 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 3] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Wednesday 07 February 2024 23:11:10 +0000 (0:00:00.066) 0:02:01.766 **** ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_images_found": [], "__podman_kube_yamls_raw": "", "__podman_service_name": "quadlet-basic-mysql-volume.service", "__podman_systemd_scope": "user", "__podman_user_home_dir": "/home/user_quadlet_basic", "__podman_xdg_runtime_dir": "/run/user/1111" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 4] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Wednesday 07 February 2024 23:11:10 +0000 (0:00:00.040) 0:02:01.806 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/home/user_quadlet_basic/.config/containers/systemd" }, "changed": false } TASK [linux-system-roles.podman : Get kube yaml contents] ********************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Wednesday 07 February 2024 23:11:10 +0000 (0:00:00.032) 0:02:01.839 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 5] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Wednesday 07 February 2024 23:11:10 +0000 (0:00:00.034) 0:02:01.873 **** ok: [sut] => { "ansible_facts": { "__podman_images": [], "__podman_quadlet_file": "/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic-mysql.volume", "__podman_volumes": [] }, "changed": false } TASK [linux-system-roles.podman : Cleanup quadlets] **************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Wednesday 07 February 2024 23:11:11 +0000 (0:00:00.050) 0:02:01.924 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Wednesday 07 February 2024 23:11:11 +0000 (0:00:00.043) 0:02:01.967 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Wednesday 07 February 2024 23:11:11 +0000 (0:00:00.061) 0:02:02.029 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Wednesday 07 February 2024 23:11:11 +0000 (0:00:00.044) 0:02:02.074 **** ok: [sut] => { "changed": false, "cmd": [ "loginctl", "enable-linger", "user_quadlet_basic" ], "rc": 0 } STDOUT: skipped, since /var/lib/systemd/linger/user_quadlet_basic exists TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Wednesday 07 February 2024 23:11:11 +0000 (0:00:00.238) 0:02:02.312 **** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Wednesday 07 February 2024 23:11:11 +0000 (0:00:00.035) 0:02:02.348 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:7 Wednesday 07 February 2024 23:11:11 +0000 (0:00:00.041) 0:02:02.389 **** TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:25 Wednesday 07 February 2024 23:11:11 +0000 (0:00:00.040) 0:02:02.430 **** TASK [linux-system-roles.podman : Ensure the quadlet directory is present] ***** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:44 Wednesday 07 February 2024 23:11:11 +0000 (0:00:00.048) 0:02:02.479 **** 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": 4096, "state": "directory", "uid": 1111 } TASK [linux-system-roles.podman : Ensure quadlet file is copied] *************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:53 Wednesday 07 February 2024 23:11:11 +0000 (0:00:00.245) 0:02:02.724 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure quadlet file content is present] ****** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:63 Wednesday 07 February 2024 23:11:11 +0000 (0:00:00.059) 0:02:02.784 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure quadlet file is present] ************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:75 Wednesday 07 February 2024 23:11:11 +0000 (0:00:00.024) 0:02:02.808 **** 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-1707347471.9683523-9304-212641158916091/source", "state": "file", "uid": 1111 } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:87 Wednesday 07 February 2024 23:11:12 +0000 (0:00:00.563) 0:02:03.372 **** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:116 Wednesday 07 February 2024 23:11:13 +0000 (0:00:00.677) 0:02:04.049 **** changed: [sut] => { "changed": true, "name": "quadlet-basic-mysql-volume.service", "state": "started", "status": { "AccessSELinuxContext": "unconfined_u:object_r:user_tmp_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "basic.target app.slice run-user-1111.mount -.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", "DropInPaths": "/usr/lib/systemd/user/service.d/10-timeout-abort.conf", "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": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "14780", "LimitNPROCSoft": "14780", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14780", "LimitSIGPENDINGSoft": "14780", "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", "MemoryZSwapMax": "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": "4434", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "infinity", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "generated", "UtmpMode": "init", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity", "WorkingDirectory": "!/home/user_quadlet_basic" } } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:132 Wednesday 07 February 2024 23:11:13 +0000 (0:00:00.625) 0:02:04.675 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 0] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Wednesday 07 February 2024 23:11:13 +0000 (0:00:00.032) 0:02:04.707 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": { "Container": { "ContainerName": "quadlet-basic-mysql", "Environment": [ "FOO=/bin/busybox-extras", "BAZ=test" ], "Image": "quay.io/linux-system-roles/mysql:5.6", "Network": "quadlet-basic.network", "PodmanArgs": "--secret=mysql_container_root_password,type=env,target=MYSQL_ROOT_PASSWORD --secret=json_secret,type=mount,target=/tmp/test.json", "Volume": "quadlet-basic-mysql.volume:/var/lib/mysql" }, "Install": { "WantedBy": "default.target" } }, "__podman_quadlet_str": "", "__podman_quadlet_template_src": "" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 1] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Wednesday 07 February 2024 23:11:13 +0000 (0:00:00.027) 0:02:04.735 **** ok: [sut] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_pull_image": true, "__podman_state": "created", "__podman_systemd_unit_scope": "", "__podman_user": "user_quadlet_basic" }, "changed": false } TASK [linux-system-roles.podman : Fail if no quadlet spec is given] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Wednesday 07 February 2024 23:11:13 +0000 (0:00:00.026) 0:02:04.762 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 2] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Wednesday 07 February 2024 23:11:13 +0000 (0:00:00.026) 0:02:04.788 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-basic-mysql", "__podman_quadlet_type": "container", "__podman_rootless": true }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Wednesday 07 February 2024 23:11:13 +0000 (0:00:00.029) 0:02:04.818 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml for sut TASK [linux-system-roles.podman : Get user information] ************************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Wednesday 07 February 2024 23:11:14 +0000 (0:00:00.069) 0:02:04.887 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Wednesday 07 February 2024 23:11:14 +0000 (0:00:00.026) 0:02:04.913 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Wednesday 07 February 2024 23:11:14 +0000 (0:00:00.023) 0:02:04.937 **** ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Wednesday 07 February 2024 23:11:14 +0000 (0:00:00.027) 0:02:04.965 **** ok: [sut] => { "ansible_facts": { "getent_group": { "user_quadlet_basic": [ "x", "1111", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Wednesday 07 February 2024 23:11:14 +0000 (0:00:00.217) 0:02:05.182 **** ok: [sut] => { "ansible_facts": { "__podman_group_name": "user_quadlet_basic" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Wednesday 07 February 2024 23:11:14 +0000 (0:00:00.027) 0:02:05.209 **** ok: [sut] => { "changed": false, "stat": { "atime": 1707347436.8297117, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1707347396.8680842, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203308, "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": 1678060800.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15984, "uid": 0, "version": "948162311", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Wednesday 07 February 2024 23:11:14 +0000 (0:00:00.215) 0:02:05.425 **** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.004186", "end": "2024-02-07 23:11:14.727432", "rc": 0, "start": "2024-02-07 23:11:14.723246" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Wednesday 07 February 2024 23:11:14 +0000 (0:00:00.213) 0:02:05.638 **** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.004130", "end": "2024-02-07 23:11:14.941041", "rc": 0, "start": "2024-02-07 23:11:14.936911" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Wednesday 07 February 2024 23:11:14 +0000 (0:00:00.215) 0:02:05.854 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Wednesday 07 February 2024 23:11:14 +0000 (0:00:00.021) 0:02:05.876 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Wednesday 07 February 2024 23:11:15 +0000 (0:00:00.021) 0:02:05.897 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Wednesday 07 February 2024 23:11:15 +0000 (0:00:00.021) 0:02:05.919 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 3] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Wednesday 07 February 2024 23:11:15 +0000 (0:00:00.026) 0:02:05.945 **** ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_images_found": [ "quay.io/linux-system-roles/mysql:5.6" ], "__podman_kube_yamls_raw": "", "__podman_service_name": "quadlet-basic-mysql.service", "__podman_systemd_scope": "user", "__podman_user_home_dir": "/home/user_quadlet_basic", "__podman_xdg_runtime_dir": "/run/user/1111" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 4] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Wednesday 07 February 2024 23:11:15 +0000 (0:00:00.037) 0:02:05.983 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/home/user_quadlet_basic/.config/containers/systemd" }, "changed": false } TASK [linux-system-roles.podman : Get kube yaml contents] ********************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Wednesday 07 February 2024 23:11:15 +0000 (0:00:00.054) 0:02:06.038 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 5] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Wednesday 07 February 2024 23:11:15 +0000 (0:00:00.021) 0:02:06.060 **** ok: [sut] => { "ansible_facts": { "__podman_images": [ "quay.io/linux-system-roles/mysql:5.6" ], "__podman_quadlet_file": "/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic-mysql.container", "__podman_volumes": [] }, "changed": false } TASK [linux-system-roles.podman : Cleanup quadlets] **************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Wednesday 07 February 2024 23:11:15 +0000 (0:00:00.046) 0:02:06.106 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Wednesday 07 February 2024 23:11:15 +0000 (0:00:00.019) 0:02:06.126 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Wednesday 07 February 2024 23:11:15 +0000 (0:00:00.042) 0:02:06.169 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Wednesday 07 February 2024 23:11:15 +0000 (0:00:00.034) 0:02:06.203 **** ok: [sut] => { "changed": false, "cmd": [ "loginctl", "enable-linger", "user_quadlet_basic" ], "rc": 0 } STDOUT: skipped, since /var/lib/systemd/linger/user_quadlet_basic exists TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Wednesday 07 February 2024 23:11:15 +0000 (0:00:00.211) 0:02:06.414 **** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Wednesday 07 February 2024 23:11:15 +0000 (0:00:00.026) 0:02:06.440 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:7 Wednesday 07 February 2024 23:11:15 +0000 (0:00:00.022) 0:02:06.463 **** TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:25 Wednesday 07 February 2024 23:11:15 +0000 (0:00:00.020) 0:02:06.483 **** 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": [ "/usr/bin/podman image ls quay.io/linux-system-roles/mysql:5.6 --format json", "/usr/bin/podman image exists quay.io/linux-system-roles/mysql:5.6", "/usr/bin/podman pull quay.io/linux-system-roles/mysql:5.6 -q", "/usr/bin/podman inspect dd3b2a5dcb48ff61113592ed5ddd762581be4387c7bc552375a2159422aa6bf5 --format json" ] } TASK [linux-system-roles.podman : Ensure the quadlet directory is present] ***** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:44 Wednesday 07 February 2024 23:11:23 +0000 (0:00:08.160) 0:02:14.643 **** 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": 4096, "state": "directory", "uid": 1111 } TASK [linux-system-roles.podman : Ensure quadlet file is copied] *************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:53 Wednesday 07 February 2024 23:11:24 +0000 (0:00:00.244) 0:02:14.888 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure quadlet file content is present] ****** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:63 Wednesday 07 February 2024 23:11:24 +0000 (0:00:00.023) 0:02:14.911 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure quadlet file is present] ************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:75 Wednesday 07 February 2024 23:11:24 +0000 (0:00:00.024) 0:02:14.935 **** 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-1707347484.0944948-9393-59757095574796/source", "state": "file", "uid": 1111 } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:87 Wednesday 07 February 2024 23:11:24 +0000 (0:00:00.580) 0:02:15.516 **** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:116 Wednesday 07 February 2024 23:11:25 +0000 (0:00:00.717) 0:02:16.234 **** 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": "app.slice quadlet-basic-mysql-volume.service basic.target quadlet-basic-network.service run-user-1111.mount -.mount", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "default.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "yes", "DelegateControllers": "cpu cpuacct cpuset io blkio memory devices pids bpf-firewall bpf-devices bpf-foreign bpf-socket-bind bpf-restrict-network-interfaces", "Description": "quadlet-basic-mysql.service", "DevicePolicy": "auto", "DropInPaths": "/usr/lib/systemd/user/service.d/10-timeout-abort.conf", "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": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "14780", "LimitNPROCSoft": "14780", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14780", "LimitSIGPENDINGSoft": "14780", "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", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "quadlet-basic-mysql.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMPolicy": "continue", "OOMScoreAdjust": "200", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "app.slice quadlet-basic-network.service quadlet-basic-mysql-volume.service basic.target", "RequiresMountsFor": "/run/user/1111/containers", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "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": "4434", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "generated", "UtmpMode": "init", "WantedBy": "default.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity", "WorkingDirectory": "!/home/user_quadlet_basic" } } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:132 Wednesday 07 February 2024 23:11:27 +0000 (0:00:02.207) 0:02:18.441 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Wednesday 07 February 2024 23:11:27 +0000 (0:00:00.029) 0:02:18.471 **** TASK [Check files] ************************************************************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/tests_quadlet_basic.yml:188 Wednesday 07 February 2024 23:11:27 +0000 (0:00:00.021) 0:02:18.493 **** 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.003875", "end": "2024-02-07 23:11:27.842344", "item": "quadlet-basic-mysql.container", "rc": 0, "start": "2024-02-07 23:11:27.838469" } 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.003116", "end": "2024-02-07 23:11:28.056218", "item": "quadlet-basic.network", "rc": 0, "start": "2024-02-07 23:11:28.053102" } 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.003192", "end": "2024-02-07 23:11:28.250627", "item": "quadlet-basic-mysql.volume", "rc": 0, "start": "2024-02-07 23:11:28.247435" } STDOUT: # # Ansible managed # # system_role:podman [Volume] TASK [Ensure linger] *********************************************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/tests_quadlet_basic.yml:198 Wednesday 07 February 2024 23:11:28 +0000 (0:00:00.673) 0:02:19.166 **** ok: [sut] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1707347462.9408164, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1707347462.9408164, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 629, "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": 1707347462.9408164, "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": "2289722626", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Cleanup user] ************************************************************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/tests_quadlet_basic.yml:206 Wednesday 07 February 2024 23:11:28 +0000 (0:00:00.216) 0:02:19.383 **** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Wednesday 07 February 2024 23:11:28 +0000 (0:00:00.082) 0:02:19.466 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/set_vars.yml for sut TASK [linux-system-roles.podman : Ensure ansible_facts used by role] *********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Wednesday 07 February 2024 23:11:28 +0000 (0:00:00.036) 0:02:19.502 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if system is ostree] ******************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Wednesday 07 February 2024 23:11:28 +0000 (0:00:00.026) 0:02:19.529 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set flag to indicate system is ostree] ******* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Wednesday 07 February 2024 23:11:28 +0000 (0:00:00.021) 0:02:19.550 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Wednesday 07 February 2024 23:11:28 +0000 (0:00:00.021) 0:02:19.571 **** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Wednesday 07 February 2024 23:11:28 +0000 (0:00:00.048) 0:02:19.620 **** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Enable copr if requested] ******************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Wednesday 07 February 2024 23:11:29 +0000 (0:00:00.974) 0:02:20.595 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure required packages are installed] ****** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Wednesday 07 February 2024 23:11:29 +0000 (0:00:00.021) 0:02:20.617 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Wednesday 07 February 2024 23:11:29 +0000 (0:00:00.025) 0:02:20.642 **** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.033876", "end": "2024-02-07 23:11:29.985829", "rc": 0, "start": "2024-02-07 23:11:29.951953" } STDOUT: podman version 4.8.3 TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:28 Wednesday 07 February 2024 23:11:30 +0000 (0:00:00.276) 0:02:20.919 **** ok: [sut] => { "ansible_facts": { "podman_version": "4.8.3" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:32 Wednesday 07 February 2024 23:11:30 +0000 (0:00:00.037) 0:02:20.956 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:39 Wednesday 07 February 2024 23:11:30 +0000 (0:00:00.029) 0:02:20.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-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:56 Wednesday 07 February 2024 23:11:30 +0000 (0:00:00.077) 0:02:21.064 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml for sut TASK [linux-system-roles.podman : Get user information] ************************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Wednesday 07 February 2024 23:11:30 +0000 (0:00:00.045) 0:02:21.110 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Wednesday 07 February 2024 23:11:30 +0000 (0:00:00.031) 0:02:21.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-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Wednesday 07 February 2024 23:11:30 +0000 (0:00:00.039) 0:02:21.181 **** ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Wednesday 07 February 2024 23:11:30 +0000 (0:00:00.030) 0:02:21.212 **** ok: [sut] => { "ansible_facts": { "getent_group": { "user_quadlet_basic": [ "x", "1111", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Wednesday 07 February 2024 23:11:30 +0000 (0:00:00.239) 0:02:21.452 **** ok: [sut] => { "ansible_facts": { "__podman_group_name": "user_quadlet_basic" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Wednesday 07 February 2024 23:11:30 +0000 (0:00:00.027) 0:02:21.479 **** ok: [sut] => { "changed": false, "stat": { "atime": 1707347436.8297117, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1707347396.8680842, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203308, "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": 1678060800.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15984, "uid": 0, "version": "948162311", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Wednesday 07 February 2024 23:11:30 +0000 (0:00:00.218) 0:02:21.697 **** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.004153", "end": "2024-02-07 23:11:31.005161", "rc": 0, "start": "2024-02-07 23:11:31.001008" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Wednesday 07 February 2024 23:11:31 +0000 (0:00:00.237) 0:02:21.935 **** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.004271", "end": "2024-02-07 23:11:31.245140", "rc": 0, "start": "2024-02-07 23:11:31.240869" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Wednesday 07 February 2024 23:11:31 +0000 (0:00:00.281) 0:02:22.216 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Wednesday 07 February 2024 23:11:31 +0000 (0:00:00.029) 0:02:22.245 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Wednesday 07 February 2024 23:11:31 +0000 (0:00:00.026) 0:02:22.272 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Wednesday 07 February 2024 23:11:31 +0000 (0:00:00.024) 0:02:22.297 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:62 Wednesday 07 February 2024 23:11:31 +0000 (0:00:00.041) 0:02:22.339 **** ok: [sut] => { "ansible_facts": { "__podman_container_conf_file": "/home/user_quadlet_basic/.config/containers/containers.conf.d/50-systemroles.conf", "__podman_policy_json_file": "/home/user_quadlet_basic/.config/containers/policy.json", "__podman_registries_conf_file": "/home/user_quadlet_basic/.config/containers/registries.conf.d/50-systemroles.conf", "__podman_storage_conf_file": "/home/user_quadlet_basic/.config/containers/storage.conf" }, "changed": false } TASK [linux-system-roles.podman : Handle container.conf.d] ********************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:80 Wednesday 07 February 2024 23:11:31 +0000 (0:00:00.028) 0:02:22.367 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml for sut TASK [linux-system-roles.podman : Ensure containers.d exists] ****************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Wednesday 07 February 2024 23:11:31 +0000 (0:00:00.042) 0:02:22.409 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Wednesday 07 February 2024 23:11:31 +0000 (0:00:00.030) 0:02:22.440 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:83 Wednesday 07 February 2024 23:11:31 +0000 (0:00:00.036) 0:02:22.477 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml for sut TASK [linux-system-roles.podman : Ensure registries.d exists] ****************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Wednesday 07 February 2024 23:11:31 +0000 (0:00:00.042) 0:02:22.519 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Wednesday 07 February 2024 23:11:31 +0000 (0:00:00.023) 0:02:22.543 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:86 Wednesday 07 February 2024 23:11:31 +0000 (0:00:00.024) 0:02:22.567 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml for sut TASK [linux-system-roles.podman : Ensure storage.conf parent dir exists] ******* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Wednesday 07 February 2024 23:11:31 +0000 (0:00:00.040) 0:02:22.607 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Wednesday 07 February 2024 23:11:31 +0000 (0:00:00.021) 0:02:22.628 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:89 Wednesday 07 February 2024 23:11:31 +0000 (0:00:00.020) 0:02:22.648 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml for sut TASK [linux-system-roles.podman : Ensure policy.json parent dir exists] ******** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Wednesday 07 February 2024 23:11:31 +0000 (0:00:00.071) 0:02:22.720 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stat the policy.json file] ******************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Wednesday 07 February 2024 23:11:31 +0000 (0:00:00.026) 0:02:22.747 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get the existing policy.json] **************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Wednesday 07 February 2024 23:11:31 +0000 (0:00:00.029) 0:02:22.776 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Write new policy.json file] ****************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Wednesday 07 February 2024 23:11:31 +0000 (0:00:00.030) 0:02:22.806 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:95 Wednesday 07 February 2024 23:11:31 +0000 (0:00:00.023) 0:02:22.829 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:102 Wednesday 07 February 2024 23:11:31 +0000 (0:00:00.020) 0:02:22.849 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Keep track of users that need to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:109 Wednesday 07 February 2024 23:11:31 +0000 (0:00:00.020) 0:02:22.870 **** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:113 Wednesday 07 February 2024 23:11:32 +0000 (0:00:00.019) 0:02:22.890 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml for sut included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml for sut TASK [linux-system-roles.podman : Set variables part 1] ************************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:3 Wednesday 07 February 2024 23:11:32 +0000 (0:00:00.057) 0:02:22.947 **** ok: [sut] => { "ansible_facts": { "__podman_user": "user_quadlet_basic" }, "changed": false } TASK [linux-system-roles.podman : Set variables part 2] ************************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:8 Wednesday 07 February 2024 23:11:32 +0000 (0:00:00.022) 0:02:22.969 **** ok: [sut] => { "ansible_facts": { "__podman_rootless": true, "__podman_xdg_runtime_dir": "/run/user/1111" }, "changed": false } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:14 Wednesday 07 February 2024 23:11:32 +0000 (0:00:00.025) 0:02:22.995 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Wednesday 07 February 2024 23:11:32 +0000 (0:00:00.032) 0:02:23.027 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Wednesday 07 February 2024 23:11:32 +0000 (0:00:00.021) 0:02:23.048 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Wednesday 07 February 2024 23:11:32 +0000 (0:00:00.021) 0:02:23.070 **** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [ "user_quadlet_basic" ] }, "changed": false } TASK [linux-system-roles.podman : Stat XDG_RUNTIME_DIR] ************************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:19 Wednesday 07 February 2024 23:11:32 +0000 (0:00:00.023) 0:02:23.093 **** ok: [sut] => { "changed": false, "stat": { "atime": 1707347462.985815, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1707347487.3889787, "dev": 53, "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": 1707347487.3889787, "nlink": 7, "path": "/run/user/1111", "pw_name": "user_quadlet_basic", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 180, "uid": 1111, "version": null, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": true } } TASK [linux-system-roles.podman : Manage each secret] ************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:35 Wednesday 07 February 2024 23:11:32 +0000 (0:00:00.220) 0:02:23.314 **** changed: [sut] => { "changed": true } TASK [linux-system-roles.podman : Set variables part 1] ************************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:3 Wednesday 07 February 2024 23:11:32 +0000 (0:00:00.535) 0:02:23.849 **** ok: [sut] => { "ansible_facts": { "__podman_user": "user_quadlet_basic" }, "changed": false } TASK [linux-system-roles.podman : Set variables part 2] ************************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:8 Wednesday 07 February 2024 23:11:33 +0000 (0:00:00.032) 0:02:23.882 **** ok: [sut] => { "ansible_facts": { "__podman_rootless": true, "__podman_xdg_runtime_dir": "/run/user/1111" }, "changed": false } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:14 Wednesday 07 February 2024 23:11:33 +0000 (0:00:00.041) 0:02:23.923 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Wednesday 07 February 2024 23:11:33 +0000 (0:00:00.034) 0:02:23.958 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Wednesday 07 February 2024 23:11:33 +0000 (0:00:00.023) 0:02:23.981 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Wednesday 07 February 2024 23:11:33 +0000 (0:00:00.022) 0:02:24.004 **** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [ "user_quadlet_basic" ] }, "changed": false } TASK [linux-system-roles.podman : Stat XDG_RUNTIME_DIR] ************************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:19 Wednesday 07 February 2024 23:11:33 +0000 (0:00:00.024) 0:02:24.028 **** ok: [sut] => { "changed": false, "stat": { "atime": 1707347462.985815, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1707347487.3889787, "dev": 53, "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": 1707347487.3889787, "nlink": 7, "path": "/run/user/1111", "pw_name": "user_quadlet_basic", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 180, "uid": 1111, "version": null, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": true } } TASK [linux-system-roles.podman : Manage each secret] ************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:35 Wednesday 07 February 2024 23:11:33 +0000 (0:00:00.215) 0:02:24.244 **** changed: [sut] => { "changed": true } TASK [linux-system-roles.podman : Handle Kubernetes specifications] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:120 Wednesday 07 February 2024 23:11:33 +0000 (0:00:00.503) 0:02:24.747 **** TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:126 Wednesday 07 February 2024 23:11:33 +0000 (0:00:00.029) 0:02:24.777 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Set per-container variables part 0] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Wednesday 07 February 2024 23:11:34 +0000 (0:00:00.104) 0:02:24.881 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": { "Volume": {} }, "__podman_quadlet_str": "", "__podman_quadlet_template_src": "" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 1] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Wednesday 07 February 2024 23:11:34 +0000 (0:00:00.030) 0:02:24.912 **** ok: [sut] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_pull_image": true, "__podman_state": "absent", "__podman_systemd_unit_scope": "", "__podman_user": "user_quadlet_basic" }, "changed": false } TASK [linux-system-roles.podman : Fail if no quadlet spec is given] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Wednesday 07 February 2024 23:11:34 +0000 (0:00:00.030) 0:02:24.942 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 2] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Wednesday 07 February 2024 23:11:34 +0000 (0:00:00.021) 0:02:24.963 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-basic-mysql", "__podman_quadlet_type": "volume", "__podman_rootless": true }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Wednesday 07 February 2024 23:11:34 +0000 (0:00:00.030) 0:02:24.994 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml for sut TASK [linux-system-roles.podman : Get user information] ************************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Wednesday 07 February 2024 23:11:34 +0000 (0:00:00.043) 0:02:25.037 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Wednesday 07 February 2024 23:11:34 +0000 (0:00:00.045) 0:02:25.083 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Wednesday 07 February 2024 23:11:34 +0000 (0:00:00.028) 0:02:25.111 **** ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Wednesday 07 February 2024 23:11:34 +0000 (0:00:00.056) 0:02:25.168 **** ok: [sut] => { "ansible_facts": { "getent_group": { "user_quadlet_basic": [ "x", "1111", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Wednesday 07 February 2024 23:11:34 +0000 (0:00:00.239) 0:02:25.408 **** ok: [sut] => { "ansible_facts": { "__podman_group_name": "user_quadlet_basic" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Wednesday 07 February 2024 23:11:34 +0000 (0:00:00.026) 0:02:25.434 **** ok: [sut] => { "changed": false, "stat": { "atime": 1707347436.8297117, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1707347396.8680842, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203308, "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": 1678060800.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15984, "uid": 0, "version": "948162311", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Wednesday 07 February 2024 23:11:34 +0000 (0:00:00.213) 0:02:25.647 **** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.004043", "end": "2024-02-07 23:11:34.949987", "rc": 0, "start": "2024-02-07 23:11:34.945944" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Wednesday 07 February 2024 23:11:34 +0000 (0:00:00.213) 0:02:25.861 **** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.004068", "end": "2024-02-07 23:11:35.163185", "rc": 0, "start": "2024-02-07 23:11:35.159117" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Wednesday 07 February 2024 23:11:35 +0000 (0:00:00.212) 0:02:26.073 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Wednesday 07 February 2024 23:11:35 +0000 (0:00:00.029) 0:02:26.103 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Wednesday 07 February 2024 23:11:35 +0000 (0:00:00.021) 0:02:26.124 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Wednesday 07 February 2024 23:11:35 +0000 (0:00:00.022) 0:02:26.147 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 3] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Wednesday 07 February 2024 23:11:35 +0000 (0:00:00.030) 0:02:26.178 **** ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_images_found": [], "__podman_kube_yamls_raw": "", "__podman_service_name": "quadlet-basic-mysql-volume.service", "__podman_systemd_scope": "user", "__podman_user_home_dir": "/home/user_quadlet_basic", "__podman_xdg_runtime_dir": "/run/user/1111" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 4] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Wednesday 07 February 2024 23:11:35 +0000 (0:00:00.041) 0:02:26.219 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/home/user_quadlet_basic/.config/containers/systemd" }, "changed": false } TASK [linux-system-roles.podman : Get kube yaml contents] ********************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Wednesday 07 February 2024 23:11:35 +0000 (0:00:00.022) 0:02:26.242 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 5] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Wednesday 07 February 2024 23:11:35 +0000 (0:00:00.020) 0:02:26.263 **** ok: [sut] => { "ansible_facts": { "__podman_images": [], "__podman_quadlet_file": "/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic-mysql.volume", "__podman_volumes": [] }, "changed": false } TASK [linux-system-roles.podman : Cleanup quadlets] **************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Wednesday 07 February 2024 23:11:35 +0000 (0:00:00.047) 0:02:26.310 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Stat XDG_RUNTIME_DIR] ************************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Wednesday 07 February 2024 23:11:35 +0000 (0:00:00.041) 0:02:26.352 **** ok: [sut] => { "changed": false, "stat": { "atime": 1707347462.985815, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1707347487.3889787, "dev": 53, "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": 1707347487.3889787, "nlink": 7, "path": "/run/user/1111", "pw_name": "user_quadlet_basic", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 180, "uid": 1111, "version": null, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": true } } TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 Wednesday 07 February 2024 23:11:35 +0000 (0:00:00.236) 0:02:26.589 **** changed: [sut] => { "changed": true, "enabled": false, "failed_when_result": false, "name": "quadlet-basic-mysql-volume.service", "state": "stopped", "status": { "AccessSELinuxContext": "unconfined_u:object_r:user_tmp_t:s0", "ActiveEnterTimestamp": "Wed 2024-02-07 23:11:13 UTC", "ActiveEnterTimestampMonotonic": "834732606", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "-.mount run-user-1111.mount app.slice basic.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Wed 2024-02-07 23:11:13 UTC", "AssertTimestampMonotonic": "834679922", "Before": "quadlet-basic-mysql.service shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "42880000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Wed 2024-02-07 23:11:13 UTC", "ConditionTimestampMonotonic": "834679916", "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", "DropInPaths": "/usr/lib/systemd/user/service.d/10-timeout-abort.conf", "DynamicUser": "no", "ExecMainCode": "1", "ExecMainExitTimestamp": "Wed 2024-02-07 23:11:13 UTC", "ExecMainExitTimestampMonotonic": "834732452", "ExecMainPID": "8012", "ExecMainStartTimestamp": "Wed 2024-02-07 23:11:13 UTC", "ExecMainStartTimestampMonotonic": "834686170", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman volume create --ignore systemd-quadlet-basic-mysql ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman volume create --ignore systemd-quadlet-basic-mysql ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/run/user/1111/systemd/generator/quadlet-basic-mysql-volume.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "quadlet-basic-mysql-volume.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Wed 2024-02-07 23:11:13 UTC", "InactiveExitTimestampMonotonic": "834686548", "InvocationID": "c60dc4e40d9f40838ef7a2360f4ceb6a", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "inherit", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "14780", "LimitNPROCSoft": "14780", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14780", "LimitSIGPENDINGSoft": "14780", "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", "MemoryZSwapMax": "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": "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]", "StateChangeTimestamp": "Wed 2024-02-07 23:11:13 UTC", "StateChangeTimestampMonotonic": "834732606", "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": "4434", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "infinity", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "generated", "UtmpMode": "init", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0", "WorkingDirectory": "!/home/user_quadlet_basic" } } TASK [linux-system-roles.podman : Remove quadlet file] ************************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:33 Wednesday 07 February 2024 23:11:46 +0000 (0:00:11.238) 0:02:37.828 **** changed: [sut] => { "changed": true, "path": "/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic-mysql.volume", "state": "absent" } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:39 Wednesday 07 February 2024 23:11:47 +0000 (0:00:00.215) 0:02:38.044 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Wednesday 07 February 2024 23:11:47 +0000 (0:00:00.036) 0:02:38.080 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Wednesday 07 February 2024 23:11:47 +0000 (0:00:00.025) 0:02:38.106 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Wednesday 07 February 2024 23:11:47 +0000 (0:00:00.022) 0:02:38.128 **** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [ "user_quadlet_basic" ] }, "changed": false } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:47 Wednesday 07 February 2024 23:11:47 +0000 (0:00:00.023) 0:02:38.152 **** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:56 Wednesday 07 February 2024 23:11:47 +0000 (0:00:00.675) 0:02:38.828 **** changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.050802", "end": "2024-02-07 23:11:48.193684", "rc": 0, "start": "2024-02-07 23:11:48.142882" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:64 Wednesday 07 February 2024 23:11:48 +0000 (0:00:00.281) 0:02:39.109 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Wednesday 07 February 2024 23:11:48 +0000 (0:00:00.023) 0:02:39.133 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 0] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Wednesday 07 February 2024 23:11:48 +0000 (0:00:00.024) 0:02:39.157 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": { "Container": { "ContainerName": "quadlet-basic-mysql", "Environment": [ "FOO=/bin/busybox-extras", "BAZ=test" ], "Image": "quay.io/linux-system-roles/mysql:5.6", "Network": "quadlet-basic.network", "PodmanArgs": "--secret=mysql_container_root_password,type=env,target=MYSQL_ROOT_PASSWORD --secret=json_secret,type=mount,target=/tmp/test.json", "Volume": "quadlet-basic-mysql.volume:/var/lib/mysql" }, "Install": { "WantedBy": "default.target" } }, "__podman_quadlet_str": "", "__podman_quadlet_template_src": "" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 1] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Wednesday 07 February 2024 23:11:48 +0000 (0:00:00.035) 0:02:39.193 **** ok: [sut] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_pull_image": true, "__podman_state": "absent", "__podman_systemd_unit_scope": "", "__podman_user": "user_quadlet_basic" }, "changed": false } TASK [linux-system-roles.podman : Fail if no quadlet spec is given] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Wednesday 07 February 2024 23:11:48 +0000 (0:00:00.031) 0:02:39.224 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 2] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Wednesday 07 February 2024 23:11:48 +0000 (0:00:00.021) 0:02:39.246 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-basic-mysql", "__podman_quadlet_type": "container", "__podman_rootless": true }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Wednesday 07 February 2024 23:11:48 +0000 (0:00:00.028) 0:02:39.274 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml for sut TASK [linux-system-roles.podman : Get user information] ************************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Wednesday 07 February 2024 23:11:48 +0000 (0:00:00.036) 0:02:39.310 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Wednesday 07 February 2024 23:11:48 +0000 (0:00:00.024) 0:02:39.335 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Wednesday 07 February 2024 23:11:48 +0000 (0:00:00.031) 0:02:39.366 **** ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Wednesday 07 February 2024 23:11:48 +0000 (0:00:00.030) 0:02:39.397 **** ok: [sut] => { "ansible_facts": { "getent_group": { "user_quadlet_basic": [ "x", "1111", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Wednesday 07 February 2024 23:11:48 +0000 (0:00:00.255) 0:02:39.652 **** ok: [sut] => { "ansible_facts": { "__podman_group_name": "user_quadlet_basic" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Wednesday 07 February 2024 23:11:48 +0000 (0:00:00.027) 0:02:39.679 **** ok: [sut] => { "changed": false, "stat": { "atime": 1707347436.8297117, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1707347396.8680842, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203308, "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": 1678060800.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15984, "uid": 0, "version": "948162311", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Wednesday 07 February 2024 23:11:49 +0000 (0:00:00.240) 0:02:39.920 **** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.004227", "end": "2024-02-07 23:11:49.226716", "rc": 0, "start": "2024-02-07 23:11:49.222489" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Wednesday 07 February 2024 23:11:49 +0000 (0:00:00.221) 0:02:40.142 **** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.004153", "end": "2024-02-07 23:11:49.462361", "rc": 0, "start": "2024-02-07 23:11:49.458208" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Wednesday 07 February 2024 23:11:49 +0000 (0:00:00.243) 0:02:40.386 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Wednesday 07 February 2024 23:11:49 +0000 (0:00:00.036) 0:02:40.422 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Wednesday 07 February 2024 23:11:49 +0000 (0:00:00.028) 0:02:40.450 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Wednesday 07 February 2024 23:11:49 +0000 (0:00:00.035) 0:02:40.485 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 3] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Wednesday 07 February 2024 23:11:49 +0000 (0:00:00.029) 0:02:40.515 **** ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_images_found": [ "quay.io/linux-system-roles/mysql:5.6" ], "__podman_kube_yamls_raw": "", "__podman_service_name": "quadlet-basic-mysql.service", "__podman_systemd_scope": "user", "__podman_user_home_dir": "/home/user_quadlet_basic", "__podman_xdg_runtime_dir": "/run/user/1111" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 4] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Wednesday 07 February 2024 23:11:49 +0000 (0:00:00.067) 0:02:40.582 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/home/user_quadlet_basic/.config/containers/systemd" }, "changed": false } TASK [linux-system-roles.podman : Get kube yaml contents] ********************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Wednesday 07 February 2024 23:11:49 +0000 (0:00:00.029) 0:02:40.612 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 5] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Wednesday 07 February 2024 23:11:49 +0000 (0:00:00.044) 0:02:40.656 **** ok: [sut] => { "ansible_facts": { "__podman_images": [ "quay.io/linux-system-roles/mysql:5.6" ], "__podman_quadlet_file": "/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic-mysql.container", "__podman_volumes": [] }, "changed": false } TASK [linux-system-roles.podman : Cleanup quadlets] **************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Wednesday 07 February 2024 23:11:49 +0000 (0:00:00.066) 0:02:40.723 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Stat XDG_RUNTIME_DIR] ************************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Wednesday 07 February 2024 23:11:49 +0000 (0:00:00.046) 0:02:40.769 **** ok: [sut] => { "changed": false, "stat": { "atime": 1707347462.985815, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1707347506.8113132, "dev": 53, "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": 1707347506.8113132, "nlink": 7, "path": "/run/user/1111", "pw_name": "user_quadlet_basic", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 160, "uid": 1111, "version": null, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": true } } TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 Wednesday 07 February 2024 23:11:50 +0000 (0:00:00.265) 0:02:41.034 **** changed: [sut] => { "changed": true, "enabled": false, "failed_when_result": false, "name": "quadlet-basic-mysql.service", "state": "stopped", "status": { "AccessSELinuxContext": "unconfined_u:object_r:user_tmp_t:s0", "ActiveEnterTimestamp": "Wed 2024-02-07 23:11:27 UTC", "ActiveEnterTimestampMonotonic": "848450995", "ActiveExitTimestamp": "Wed 2024-02-07 23:11:36 UTC", "ActiveExitTimestampMonotonic": "857561483", "ActiveState": "failed", "After": "app.slice run-user-1111.mount -.mount basic.target quadlet-basic-network.service quadlet-basic-mysql-volume.service", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Wed 2024-02-07 23:11:25 UTC", "AssertTimestampMonotonic": "846906595", "Before": "default.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "3920810000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Wed 2024-02-07 23:11:25 UTC", "ConditionTimestampMonotonic": "846906591", "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", "DropInPaths": "/usr/lib/systemd/user/service.d/10-timeout-abort.conf", "DynamicUser": "no", "Environment": "PODMAN_SYSTEMD_UNIT=quadlet-basic-mysql.service", "ExecMainCode": "1", "ExecMainExitTimestamp": "Wed 2024-02-07 23:11:46 UTC", "ExecMainExitTimestampMonotonic": "867837895", "ExecMainPID": "8517", "ExecMainStartTimestamp": "Wed 2024-02-07 23:11:27 UTC", "ExecMainStartTimestampMonotonic": "848450895", "ExecMainStatus": "137", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman run --name=quadlet-basic-mysql --cidfile=/run/user/1111/quadlet-basic-mysql.cid --replace --rm --cgroups=split --network=systemd-quadlet-basic --sdnotify=conmon -d -v systemd-quadlet-basic-mysql:/var/lib/mysql --env BAZ=test --env FOO=/bin/busybox-extras --secret=mysql_container_root_password,type=env,target=MYSQL_ROOT_PASSWORD --secret=json_secret,type=mount,target=/tmp/test.json quay.io/linux-system-roles/mysql:5.6 ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman run --name=quadlet-basic-mysql --cidfile=/run/user/1111/quadlet-basic-mysql.cid --replace --rm --cgroups=split --network=systemd-quadlet-basic --sdnotify=conmon -d -v systemd-quadlet-basic-mysql:/var/lib/mysql --env BAZ=test --env FOO=/bin/busybox-extras --secret=mysql_container_root_password,type=env,target=MYSQL_ROOT_PASSWORD --secret=json_secret,type=mount,target=/tmp/test.json quay.io/linux-system-roles/mysql:5.6 ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/user/1111/quadlet-basic-mysql.cid ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/user/1111/quadlet-basic-mysql.cid ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopPost": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/user/1111/quadlet-basic-mysql.cid ; ignore_errors=yes ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopPostEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/user/1111/quadlet-basic-mysql.cid ; flags=ignore-failure ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/run/user/1111/systemd/generator/quadlet-basic-mysql.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "quadlet-basic-mysql.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Wed 2024-02-07 23:11:46 UTC", "InactiveEnterTimestampMonotonic": "867878999", "InactiveExitTimestamp": "Wed 2024-02-07 23:11:25 UTC", "InactiveExitTimestampMonotonic": "846913620", "InvocationID": "668e22c2d1314c11b18cf812eaa08b6e", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "inherit", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "14780", "LimitNPROCSoft": "14780", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14780", "LimitSIGPENDINGSoft": "14780", "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", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "quadlet-basic-mysql.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMPolicy": "continue", "OOMScoreAdjust": "200", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "app.slice quadlet-basic-network.service basic.target quadlet-basic-mysql-volume.service", "RequiresMountsFor": "/run/user/1111/containers", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "exit-code", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "app.slice", "SourcePath": "/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic-mysql.container", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Wed 2024-02-07 23:11:46 UTC", "StateChangeTimestampMonotonic": "867878999", "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": "4434", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "generated", "UtmpMode": "init", "WantedBy": "default.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0", "WorkingDirectory": "!/home/user_quadlet_basic" } } TASK [linux-system-roles.podman : Remove quadlet file] ************************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:33 Wednesday 07 February 2024 23:11:50 +0000 (0:00:00.703) 0:02:41.738 **** changed: [sut] => { "changed": true, "path": "/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic-mysql.container", "state": "absent" } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:39 Wednesday 07 February 2024 23:11:51 +0000 (0:00:00.219) 0:02:41.957 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Wednesday 07 February 2024 23:11:51 +0000 (0:00:00.036) 0:02:41.994 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Wednesday 07 February 2024 23:11:51 +0000 (0:00:00.039) 0:02:42.034 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Wednesday 07 February 2024 23:11:51 +0000 (0:00:00.027) 0:02:42.062 **** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [ "user_quadlet_basic" ] }, "changed": false } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:47 Wednesday 07 February 2024 23:11:51 +0000 (0:00:00.025) 0:02:42.087 **** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:56 Wednesday 07 February 2024 23:11:51 +0000 (0:00:00.683) 0:02:42.771 **** changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.053973", "end": "2024-02-07 23:11:52.144905", "rc": 0, "start": "2024-02-07 23:11:52.090932" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:64 Wednesday 07 February 2024 23:11:52 +0000 (0:00:00.296) 0:02:43.067 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Wednesday 07 February 2024 23:11:52 +0000 (0:00:00.024) 0:02:43.092 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 0] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Wednesday 07 February 2024 23:11:52 +0000 (0:00:00.021) 0:02:43.114 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": { "Network": { "Gateway": "192.168.29.1", "Label": "app=wordpress", "Subnet": "192.168.29.0/24" } }, "__podman_quadlet_str": "", "__podman_quadlet_template_src": "" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 1] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Wednesday 07 February 2024 23:11:52 +0000 (0:00:00.071) 0:02:43.185 **** ok: [sut] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_pull_image": true, "__podman_state": "absent", "__podman_systemd_unit_scope": "", "__podman_user": "user_quadlet_basic" }, "changed": false } TASK [linux-system-roles.podman : Fail if no quadlet spec is given] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Wednesday 07 February 2024 23:11:52 +0000 (0:00:00.038) 0:02:43.223 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 2] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Wednesday 07 February 2024 23:11:52 +0000 (0:00:00.057) 0:02:43.281 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-basic", "__podman_quadlet_type": "network", "__podman_rootless": true }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Wednesday 07 February 2024 23:11:52 +0000 (0:00:00.071) 0:02:43.353 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml for sut TASK [linux-system-roles.podman : Get user information] ************************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Wednesday 07 February 2024 23:11:52 +0000 (0:00:00.062) 0:02:43.416 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Wednesday 07 February 2024 23:11:52 +0000 (0:00:00.036) 0:02:43.452 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Wednesday 07 February 2024 23:11:52 +0000 (0:00:00.028) 0:02:43.481 **** ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Wednesday 07 February 2024 23:11:52 +0000 (0:00:00.027) 0:02:43.508 **** ok: [sut] => { "ansible_facts": { "getent_group": { "user_quadlet_basic": [ "x", "1111", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Wednesday 07 February 2024 23:11:52 +0000 (0:00:00.215) 0:02:43.724 **** ok: [sut] => { "ansible_facts": { "__podman_group_name": "user_quadlet_basic" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Wednesday 07 February 2024 23:11:52 +0000 (0:00:00.030) 0:02:43.754 **** ok: [sut] => { "changed": false, "stat": { "atime": 1707347436.8297117, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1707347396.8680842, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203308, "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": 1678060800.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15984, "uid": 0, "version": "948162311", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Wednesday 07 February 2024 23:11:53 +0000 (0:00:00.216) 0:02:43.971 **** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.004296", "end": "2024-02-07 23:11:53.275023", "rc": 0, "start": "2024-02-07 23:11:53.270727" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Wednesday 07 February 2024 23:11:53 +0000 (0:00:00.218) 0:02:44.189 **** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.004119", "end": "2024-02-07 23:11:53.492420", "rc": 0, "start": "2024-02-07 23:11:53.488301" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Wednesday 07 February 2024 23:11:53 +0000 (0:00:00.237) 0:02:44.426 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Wednesday 07 February 2024 23:11:53 +0000 (0:00:00.073) 0:02:44.500 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Wednesday 07 February 2024 23:11:53 +0000 (0:00:00.040) 0:02:44.540 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Wednesday 07 February 2024 23:11:53 +0000 (0:00:00.026) 0:02:44.567 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 3] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Wednesday 07 February 2024 23:11:53 +0000 (0:00:00.031) 0:02:44.598 **** ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_images_found": [], "__podman_kube_yamls_raw": "", "__podman_service_name": "", "__podman_systemd_scope": "user", "__podman_user_home_dir": "/home/user_quadlet_basic", "__podman_xdg_runtime_dir": "/run/user/1111" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 4] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Wednesday 07 February 2024 23:11:53 +0000 (0:00:00.037) 0:02:44.635 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/home/user_quadlet_basic/.config/containers/systemd" }, "changed": false } TASK [linux-system-roles.podman : Get kube yaml contents] ********************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Wednesday 07 February 2024 23:11:53 +0000 (0:00:00.022) 0:02:44.657 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 5] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Wednesday 07 February 2024 23:11:53 +0000 (0:00:00.019) 0:02:44.677 **** ok: [sut] => { "ansible_facts": { "__podman_images": [], "__podman_quadlet_file": "/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic.network", "__podman_volumes": [] }, "changed": false } TASK [linux-system-roles.podman : Cleanup quadlets] **************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Wednesday 07 February 2024 23:11:53 +0000 (0:00:00.045) 0:02:44.723 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Stat XDG_RUNTIME_DIR] ************************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Wednesday 07 February 2024 23:11:53 +0000 (0:00:00.040) 0:02:44.764 **** ok: [sut] => { "changed": false, "stat": { "atime": 1707347462.985815, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1707347506.8113132, "dev": 53, "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": 1707347506.8113132, "nlink": 7, "path": "/run/user/1111", "pw_name": "user_quadlet_basic", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 160, "uid": 1111, "version": null, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": true } } TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 Wednesday 07 February 2024 23:11:54 +0000 (0:00:00.219) 0:02:44.984 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Remove quadlet file] ************************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:33 Wednesday 07 February 2024 23:11:54 +0000 (0:00:00.022) 0:02:45.006 **** changed: [sut] => { "changed": true, "path": "/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic.network", "state": "absent" } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:39 Wednesday 07 February 2024 23:11:54 +0000 (0:00:00.213) 0:02:45.220 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Wednesday 07 February 2024 23:11:54 +0000 (0:00:00.033) 0:02:45.253 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Wednesday 07 February 2024 23:11:54 +0000 (0:00:00.021) 0:02:45.275 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Wednesday 07 February 2024 23:11:54 +0000 (0:00:00.053) 0:02:45.329 **** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [ "user_quadlet_basic" ] }, "changed": false } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:47 Wednesday 07 February 2024 23:11:54 +0000 (0:00:00.024) 0:02:45.354 **** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:56 Wednesday 07 February 2024 23:11:55 +0000 (0:00:00.684) 0:02:46.038 **** changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.053865", "end": "2024-02-07 23:11:55.410733", "rc": 0, "start": "2024-02-07 23:11:55.356868" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:64 Wednesday 07 February 2024 23:11:55 +0000 (0:00:00.288) 0:02:46.326 **** changed: [sut] => { "changed": true, "cmd": [ "podman", "network", "rm", "systemd-quadlet-basic" ], "delta": "0:00:00.051877", "end": "2024-02-07 23:11:55.697043", "rc": 0, "start": "2024-02-07 23:11:55.645166" } STDOUT: systemd-quadlet-basic TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Wednesday 07 February 2024 23:11:55 +0000 (0:00:00.284) 0:02:46.611 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Wednesday 07 February 2024 23:11:55 +0000 (0:00:00.020) 0:02:46.631 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml for sut TASK [linux-system-roles.podman : Get user information] ************************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:4 Wednesday 07 February 2024 23:11:55 +0000 (0:00:00.053) 0:02:46.685 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set cancel linger vars] ********************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:12 Wednesday 07 February 2024 23:11:55 +0000 (0:00:00.024) 0:02:46.710 **** ok: [sut] => { "ansible_facts": { "__podman_xdg_runtime_dir": "/run/user/1111" }, "changed": false } TASK [linux-system-roles.podman : Stat XDG_RUNTIME_DIR] ************************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:17 Wednesday 07 February 2024 23:11:55 +0000 (0:00:00.026) 0:02:46.736 **** ok: [sut] => { "changed": false, "stat": { "atime": 1707347462.985815, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1707347506.8113132, "dev": 53, "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": 1707347506.8113132, "nlink": 7, "path": "/run/user/1111", "pw_name": "user_quadlet_basic", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 160, "uid": 1111, "version": null, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": true } } TASK [linux-system-roles.podman : Gather facts for containers] ***************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:22 Wednesday 07 February 2024 23:11:56 +0000 (0:00:00.219) 0:02:46.955 **** ok: [sut] => { "changed": false, "containers": [] } TASK [linux-system-roles.podman : Gather facts for networks] ******************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:31 Wednesday 07 February 2024 23:11:56 +0000 (0:00:00.397) 0:02:47.353 **** ok: [sut] => { "changed": false, "cmd": [ "podman", "network", "ls", "-q" ], "delta": "0:00:00.052933", "end": "2024-02-07 23:11:56.718056", "rc": 0, "start": "2024-02-07 23:11:56.665123" } STDOUT: podman TASK [linux-system-roles.podman : Gather secrets] ****************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:41 Wednesday 07 February 2024 23:11:56 +0000 (0:00:00.279) 0:02:47.633 **** ok: [sut] => { "changed": false, "cmd": [ "podman", "secret", "ls", "-n", "-q" ], "delta": "0:00:00.049567", "end": "2024-02-07 23:11:57.000669", "rc": 0, "start": "2024-02-07 23:11:56.951102" } TASK [linux-system-roles.podman : Cancel linger if no more resources are in use] *** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:51 Wednesday 07 February 2024 23:11:57 +0000 (0:00:00.286) 0:02:47.920 **** changed: [sut] => { "changed": true, "cmd": [ "loginctl", "disable-linger", "user_quadlet_basic" ], "delta": "0:00:00.008472", "end": "2024-02-07 23:11:57.230847", "rc": 0, "start": "2024-02-07 23:11:57.222375" } TASK [Ensure no linger] ******************************************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/tests_quadlet_basic.yml:220 Wednesday 07 February 2024 23:11:57 +0000 (0:00:00.233) 0:02:48.153 **** ok: [sut] => { "changed": false, "failed_when_result": false, "stat": { "exists": false } } TASK [Run the role - root] ***************************************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/tests_quadlet_basic.yml:226 Wednesday 07 February 2024 23:11:57 +0000 (0:00:00.217) 0:02:48.371 **** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Wednesday 07 February 2024 23:11:57 +0000 (0:00:00.056) 0:02:48.427 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/set_vars.yml for sut TASK [linux-system-roles.podman : Ensure ansible_facts used by role] *********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Wednesday 07 February 2024 23:11:57 +0000 (0:00:00.035) 0:02:48.462 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if system is ostree] ******************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Wednesday 07 February 2024 23:11:57 +0000 (0:00:00.025) 0:02:48.488 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set flag to indicate system is ostree] ******* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Wednesday 07 February 2024 23:11:57 +0000 (0:00:00.021) 0:02:48.510 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Wednesday 07 February 2024 23:11:57 +0000 (0:00:00.068) 0:02:48.578 **** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Wednesday 07 February 2024 23:11:57 +0000 (0:00:00.056) 0:02:48.635 **** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Enable copr if requested] ******************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Wednesday 07 February 2024 23:11:58 +0000 (0:00:00.923) 0:02:49.558 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure required packages are installed] ****** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Wednesday 07 February 2024 23:11:58 +0000 (0:00:00.021) 0:02:49.579 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Wednesday 07 February 2024 23:11:58 +0000 (0:00:00.025) 0:02:49.604 **** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.033190", "end": "2024-02-07 23:11:58.932724", "rc": 0, "start": "2024-02-07 23:11:58.899534" } STDOUT: podman version 4.8.3 TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:28 Wednesday 07 February 2024 23:11:58 +0000 (0:00:00.240) 0:02:49.845 **** ok: [sut] => { "ansible_facts": { "podman_version": "4.8.3" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:32 Wednesday 07 February 2024 23:11:58 +0000 (0:00:00.021) 0:02:49.866 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:39 Wednesday 07 February 2024 23:11:59 +0000 (0:00:00.020) 0:02:49.887 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: end_host conditional evaluated to false, continuing execution for sut TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:56 Wednesday 07 February 2024 23:11:59 +0000 (0:00:00.057) 0:02:49.944 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml for sut TASK [linux-system-roles.podman : Get user information] ************************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Wednesday 07 February 2024 23:11:59 +0000 (0:00:00.061) 0:02:50.005 **** ok: [sut] => { "ansible_facts": { "getent_passwd": { "root": [ "x", "0", "0", "Super User", "/root", "/bin/bash" ] } }, "changed": false } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Wednesday 07 February 2024 23:11:59 +0000 (0:00:00.215) 0:02:50.220 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Wednesday 07 February 2024 23:11:59 +0000 (0:00:00.025) 0:02:50.246 **** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Wednesday 07 February 2024 23:11:59 +0000 (0:00:00.027) 0:02:50.274 **** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Wednesday 07 February 2024 23:11:59 +0000 (0:00:00.216) 0:02:50.491 **** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Wednesday 07 February 2024 23:11:59 +0000 (0:00:00.025) 0:02:50.516 **** ok: [sut] => { "changed": false, "stat": { "atime": 1707347436.8297117, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1707347396.8680842, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203308, "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": 1678060800.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15984, "uid": 0, "version": "948162311", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Wednesday 07 February 2024 23:11:59 +0000 (0:00:00.216) 0:02:50.733 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Wednesday 07 February 2024 23:11:59 +0000 (0:00:00.020) 0:02:50.754 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Wednesday 07 February 2024 23:11:59 +0000 (0:00:00.022) 0:02:50.777 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Wednesday 07 February 2024 23:11:59 +0000 (0:00:00.021) 0:02:50.799 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Wednesday 07 February 2024 23:11:59 +0000 (0:00:00.020) 0:02:50.819 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Wednesday 07 February 2024 23:11:59 +0000 (0:00:00.020) 0:02:50.840 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:62 Wednesday 07 February 2024 23:11:59 +0000 (0:00:00.019) 0:02:50.859 **** ok: [sut] => { "ansible_facts": { "__podman_container_conf_file": "/etc/containers/containers.conf.d/50-systemroles.conf", "__podman_policy_json_file": "/etc/containers/policy.json", "__podman_registries_conf_file": "/etc/containers/registries.conf.d/50-systemroles.conf", "__podman_storage_conf_file": "/etc/containers/storage.conf" }, "changed": false } TASK [linux-system-roles.podman : Handle container.conf.d] ********************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:80 Wednesday 07 February 2024 23:12:00 +0000 (0:00:00.026) 0:02:50.886 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml for sut TASK [linux-system-roles.podman : Ensure containers.d exists] ****************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Wednesday 07 February 2024 23:12:00 +0000 (0:00:00.068) 0:02:50.955 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Wednesday 07 February 2024 23:12:00 +0000 (0:00:00.021) 0:02:50.976 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:83 Wednesday 07 February 2024 23:12:00 +0000 (0:00:00.020) 0:02:50.996 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml for sut TASK [linux-system-roles.podman : Ensure registries.d exists] ****************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Wednesday 07 February 2024 23:12:00 +0000 (0:00:00.038) 0:02:51.035 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Wednesday 07 February 2024 23:12:00 +0000 (0:00:00.020) 0:02:51.055 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:86 Wednesday 07 February 2024 23:12:00 +0000 (0:00:00.021) 0:02:51.077 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml for sut TASK [linux-system-roles.podman : Ensure storage.conf parent dir exists] ******* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Wednesday 07 February 2024 23:12:00 +0000 (0:00:00.037) 0:02:51.114 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Wednesday 07 February 2024 23:12:00 +0000 (0:00:00.020) 0:02:51.135 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:89 Wednesday 07 February 2024 23:12:00 +0000 (0:00:00.019) 0:02:51.154 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml for sut TASK [linux-system-roles.podman : Ensure policy.json parent dir exists] ******** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Wednesday 07 February 2024 23:12:00 +0000 (0:00:00.038) 0:02:51.193 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stat the policy.json file] ******************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Wednesday 07 February 2024 23:12:00 +0000 (0:00:00.020) 0:02:51.213 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get the existing policy.json] **************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Wednesday 07 February 2024 23:12:00 +0000 (0:00:00.020) 0:02:51.234 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Write new policy.json file] ****************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Wednesday 07 February 2024 23:12:00 +0000 (0:00:00.019) 0:02:51.254 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:95 Wednesday 07 February 2024 23:12:00 +0000 (0:00:00.019) 0:02:51.273 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:102 Wednesday 07 February 2024 23:12:00 +0000 (0:00:00.019) 0:02:51.293 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Keep track of users that need to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:109 Wednesday 07 February 2024 23:12:00 +0000 (0:00:00.047) 0:02:51.340 **** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:113 Wednesday 07 February 2024 23:12:00 +0000 (0:00:00.019) 0:02:51.360 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml for sut included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml for sut TASK [linux-system-roles.podman : Set variables part 1] ************************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:3 Wednesday 07 February 2024 23:12:00 +0000 (0:00:00.059) 0:02:51.420 **** ok: [sut] => { "ansible_facts": { "__podman_user": "root" }, "changed": false } TASK [linux-system-roles.podman : Set variables part 2] ************************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:8 Wednesday 07 February 2024 23:12:00 +0000 (0:00:00.022) 0:02:51.442 **** ok: [sut] => { "ansible_facts": { "__podman_rootless": false, "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:14 Wednesday 07 February 2024 23:12:00 +0000 (0:00:00.026) 0:02:51.469 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Wednesday 07 February 2024 23:12:00 +0000 (0:00:00.032) 0:02:51.501 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Wednesday 07 February 2024 23:12:00 +0000 (0:00:00.020) 0:02:51.521 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Wednesday 07 February 2024 23:12:00 +0000 (0:00:00.020) 0:02:51.542 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stat XDG_RUNTIME_DIR] ************************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:19 Wednesday 07 February 2024 23:12:00 +0000 (0:00:00.019) 0:02:51.561 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Manage each secret] ************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:35 Wednesday 07 February 2024 23:12:00 +0000 (0:00:00.020) 0:02:51.581 **** changed: [sut] => { "changed": true } TASK [linux-system-roles.podman : Set variables part 1] ************************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:3 Wednesday 07 February 2024 23:12:01 +0000 (0:00:00.538) 0:02:52.120 **** ok: [sut] => { "ansible_facts": { "__podman_user": "root" }, "changed": false } TASK [linux-system-roles.podman : Set variables part 2] ************************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:8 Wednesday 07 February 2024 23:12:01 +0000 (0:00:00.021) 0:02:52.141 **** ok: [sut] => { "ansible_facts": { "__podman_rootless": false, "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:14 Wednesday 07 February 2024 23:12:01 +0000 (0:00:00.027) 0:02:52.169 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Wednesday 07 February 2024 23:12:01 +0000 (0:00:00.064) 0:02:52.233 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Wednesday 07 February 2024 23:12:01 +0000 (0:00:00.021) 0:02:52.255 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Wednesday 07 February 2024 23:12:01 +0000 (0:00:00.019) 0:02:52.274 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stat XDG_RUNTIME_DIR] ************************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:19 Wednesday 07 February 2024 23:12:01 +0000 (0:00:00.020) 0:02:52.295 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Manage each secret] ************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:35 Wednesday 07 February 2024 23:12:01 +0000 (0:00:00.021) 0:02:52.316 **** changed: [sut] => { "changed": true } TASK [linux-system-roles.podman : Handle Kubernetes specifications] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:120 Wednesday 07 February 2024 23:12:01 +0000 (0:00:00.532) 0:02:52.849 **** TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:126 Wednesday 07 February 2024 23:12:01 +0000 (0:00:00.019) 0:02:52.869 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Set per-container variables part 0] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Wednesday 07 February 2024 23:12:02 +0000 (0:00:00.064) 0:02:52.934 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": { "Network": { "Gateway": "192.168.29.1", "Label": "app=wordpress", "Subnet": "192.168.29.0/24" } }, "__podman_quadlet_str": "", "__podman_quadlet_template_src": "" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 1] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Wednesday 07 February 2024 23:12:02 +0000 (0:00:00.027) 0:02:52.961 **** ok: [sut] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_pull_image": true, "__podman_state": "created", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [linux-system-roles.podman : Fail if no quadlet spec is given] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Wednesday 07 February 2024 23:12:02 +0000 (0:00:00.024) 0:02:52.986 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 2] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Wednesday 07 February 2024 23:12:02 +0000 (0:00:00.020) 0:02:53.007 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-basic", "__podman_quadlet_type": "network", "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Wednesday 07 February 2024 23:12:02 +0000 (0:00:00.027) 0:02:53.035 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml for sut TASK [linux-system-roles.podman : Get user information] ************************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Wednesday 07 February 2024 23:12:02 +0000 (0:00:00.064) 0:02:53.099 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Wednesday 07 February 2024 23:12:02 +0000 (0:00:00.025) 0:02:53.125 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Wednesday 07 February 2024 23:12:02 +0000 (0:00:00.027) 0:02:53.152 **** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Wednesday 07 February 2024 23:12:02 +0000 (0:00:00.028) 0:02:53.181 **** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Wednesday 07 February 2024 23:12:02 +0000 (0:00:00.219) 0:02:53.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-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Wednesday 07 February 2024 23:12:02 +0000 (0:00:00.026) 0:02:53.427 **** ok: [sut] => { "changed": false, "stat": { "atime": 1707347436.8297117, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1707347396.8680842, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203308, "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": 1678060800.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15984, "uid": 0, "version": "948162311", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Wednesday 07 February 2024 23:12:02 +0000 (0:00:00.215) 0:02:53.643 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Wednesday 07 February 2024 23:12:02 +0000 (0:00:00.021) 0:02:53.664 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Wednesday 07 February 2024 23:12:02 +0000 (0:00:00.022) 0:02:53.687 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Wednesday 07 February 2024 23:12:02 +0000 (0:00:00.020) 0:02:53.707 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Wednesday 07 February 2024 23:12:02 +0000 (0:00:00.020) 0:02:53.728 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Wednesday 07 February 2024 23:12:02 +0000 (0:00:00.019) 0:02:53.748 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 3] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Wednesday 07 February 2024 23:12:02 +0000 (0:00:00.019) 0:02:53.768 **** ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_images_found": [], "__podman_kube_yamls_raw": "", "__podman_service_name": "", "__podman_systemd_scope": "system", "__podman_user_home_dir": "/root", "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 4] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Wednesday 07 February 2024 23:12:02 +0000 (0:00:00.036) 0:02:53.804 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/etc/containers/systemd" }, "changed": false } TASK [linux-system-roles.podman : Get kube yaml contents] ********************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Wednesday 07 February 2024 23:12:02 +0000 (0:00:00.020) 0:02:53.824 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 5] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Wednesday 07 February 2024 23:12:02 +0000 (0:00:00.020) 0:02:53.845 **** ok: [sut] => { "ansible_facts": { "__podman_images": [], "__podman_quadlet_file": "/etc/containers/systemd/quadlet-basic.network", "__podman_volumes": [] }, "changed": false } TASK [linux-system-roles.podman : Cleanup quadlets] **************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Wednesday 07 February 2024 23:12:03 +0000 (0:00:00.045) 0:02:53.891 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Wednesday 07 February 2024 23:12:03 +0000 (0:00:00.049) 0:02:53.940 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Wednesday 07 February 2024 23:12:03 +0000 (0:00:00.043) 0:02:53.983 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Wednesday 07 February 2024 23:12:03 +0000 (0:00:00.036) 0:02:54.020 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Wednesday 07 February 2024 23:12:03 +0000 (0:00:00.021) 0:02:54.041 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Wednesday 07 February 2024 23:12:03 +0000 (0:00:00.021) 0:02:54.062 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:7 Wednesday 07 February 2024 23:12:03 +0000 (0:00:00.020) 0:02:54.083 **** TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:25 Wednesday 07 February 2024 23:12:03 +0000 (0:00:00.020) 0:02:54.103 **** TASK [linux-system-roles.podman : Ensure the quadlet directory is present] ***** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:44 Wednesday 07 February 2024 23:12:03 +0000 (0:00:00.020) 0:02:54.124 **** 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": 4096, "state": "directory", "uid": 0 } TASK [linux-system-roles.podman : Ensure quadlet file is copied] *************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:53 Wednesday 07 February 2024 23:12:03 +0000 (0:00:00.224) 0:02:54.348 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure quadlet file content is present] ****** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:63 Wednesday 07 February 2024 23:12:03 +0000 (0:00:00.020) 0:02:54.368 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure quadlet file is present] ************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:75 Wednesday 07 February 2024 23:12:03 +0000 (0:00:00.020) 0:02:54.389 **** 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-1707347523.546602-10071-64946126066112/source", "state": "file", "uid": 0 } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:87 Wednesday 07 February 2024 23:12:04 +0000 (0:00:00.568) 0:02:54.958 **** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:116 Wednesday 07 February 2024 23:12:05 +0000 (0:00:00.940) 0:02:55.898 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:132 Wednesday 07 February 2024 23:12:05 +0000 (0:00:00.026) 0:02:55.925 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 0] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Wednesday 07 February 2024 23:12:05 +0000 (0:00:00.025) 0:02:55.951 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": { "Volume": {} }, "__podman_quadlet_str": "", "__podman_quadlet_template_src": "" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 1] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Wednesday 07 February 2024 23:12:05 +0000 (0:00:00.028) 0:02:55.979 **** ok: [sut] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_pull_image": true, "__podman_state": "created", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [linux-system-roles.podman : Fail if no quadlet spec is given] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Wednesday 07 February 2024 23:12:05 +0000 (0:00:00.032) 0:02:56.011 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 2] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Wednesday 07 February 2024 23:12:05 +0000 (0:00:00.021) 0:02:56.033 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-basic-mysql", "__podman_quadlet_type": "volume", "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Wednesday 07 February 2024 23:12:05 +0000 (0:00:00.029) 0:02:56.062 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml for sut TASK [linux-system-roles.podman : Get user information] ************************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Wednesday 07 February 2024 23:12:05 +0000 (0:00:00.035) 0:02:56.098 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Wednesday 07 February 2024 23:12:05 +0000 (0:00:00.025) 0:02:56.123 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Wednesday 07 February 2024 23:12:05 +0000 (0:00:00.023) 0:02:56.146 **** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Wednesday 07 February 2024 23:12:05 +0000 (0:00:00.027) 0:02:56.173 **** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Wednesday 07 February 2024 23:12:05 +0000 (0:00:00.220) 0:02:56.394 **** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Wednesday 07 February 2024 23:12:05 +0000 (0:00:00.055) 0:02:56.450 **** ok: [sut] => { "changed": false, "stat": { "atime": 1707347436.8297117, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1707347396.8680842, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203308, "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": 1678060800.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15984, "uid": 0, "version": "948162311", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Wednesday 07 February 2024 23:12:05 +0000 (0:00:00.215) 0:02:56.666 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Wednesday 07 February 2024 23:12:05 +0000 (0:00:00.020) 0:02:56.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-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Wednesday 07 February 2024 23:12:05 +0000 (0:00:00.020) 0:02:56.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-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Wednesday 07 February 2024 23:12:05 +0000 (0:00:00.020) 0:02:56.727 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Wednesday 07 February 2024 23:12:05 +0000 (0:00:00.020) 0:02:56.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-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Wednesday 07 February 2024 23:12:05 +0000 (0:00:00.020) 0:02:56.769 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 3] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Wednesday 07 February 2024 23:12:05 +0000 (0:00:00.020) 0:02:56.789 **** ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_images_found": [], "__podman_kube_yamls_raw": "", "__podman_service_name": "quadlet-basic-mysql-volume.service", "__podman_systemd_scope": "system", "__podman_user_home_dir": "/root", "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 4] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Wednesday 07 February 2024 23:12:05 +0000 (0:00:00.037) 0:02:56.826 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/etc/containers/systemd" }, "changed": false } TASK [linux-system-roles.podman : Get kube yaml contents] ********************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Wednesday 07 February 2024 23:12:05 +0000 (0:00:00.027) 0:02:56.853 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 5] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Wednesday 07 February 2024 23:12:05 +0000 (0:00:00.022) 0:02:56.876 **** ok: [sut] => { "ansible_facts": { "__podman_images": [], "__podman_quadlet_file": "/etc/containers/systemd/quadlet-basic-mysql.volume", "__podman_volumes": [] }, "changed": false } TASK [linux-system-roles.podman : Cleanup quadlets] **************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Wednesday 07 February 2024 23:12:06 +0000 (0:00:00.046) 0:02:56.922 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Wednesday 07 February 2024 23:12:06 +0000 (0:00:00.020) 0:02:56.943 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Wednesday 07 February 2024 23:12:06 +0000 (0:00:00.044) 0:02:56.987 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Wednesday 07 February 2024 23:12:06 +0000 (0:00:00.035) 0:02:57.023 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Wednesday 07 February 2024 23:12:06 +0000 (0:00:00.021) 0:02:57.044 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Wednesday 07 February 2024 23:12:06 +0000 (0:00:00.050) 0:02:57.095 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:7 Wednesday 07 February 2024 23:12:06 +0000 (0:00:00.021) 0:02:57.116 **** TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:25 Wednesday 07 February 2024 23:12:06 +0000 (0:00:00.019) 0:02:57.136 **** TASK [linux-system-roles.podman : Ensure the quadlet directory is present] ***** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:44 Wednesday 07 February 2024 23:12:06 +0000 (0:00:00.020) 0:02:57.156 **** 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": 4096, "state": "directory", "uid": 0 } TASK [linux-system-roles.podman : Ensure quadlet file is copied] *************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:53 Wednesday 07 February 2024 23:12:06 +0000 (0:00:00.227) 0:02:57.383 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure quadlet file content is present] ****** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:63 Wednesday 07 February 2024 23:12:06 +0000 (0:00:00.023) 0:02:57.407 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure quadlet file is present] ************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:75 Wednesday 07 February 2024 23:12:06 +0000 (0:00:00.022) 0:02:57.429 **** 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-1707347526.5877023-10165-199512713796808/source", "state": "file", "uid": 0 } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:87 Wednesday 07 February 2024 23:12:07 +0000 (0:00:00.568) 0:02:57.997 **** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:116 Wednesday 07 February 2024 23:12:08 +0000 (0:00:00.941) 0:02:58.939 **** 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 sysinit.target basic.target -.mount system.slice", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "quadlet-basic-mysql-volume.service", "DevicePolicy": "auto", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "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": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "14780", "LimitNPROCSoft": "14780", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14780", "LimitSIGPENDINGSoft": "14780", "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", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "quadlet-basic-mysql-volume.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "sysinit.target -.mount system.slice", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogIdentifier": "quadlet-basic-mysql-volume", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "4434", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "infinity", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "generated", "UtmpMode": "init", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:132 Wednesday 07 February 2024 23:12:08 +0000 (0:00:00.619) 0:02:59.558 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 0] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Wednesday 07 February 2024 23:12:08 +0000 (0:00:00.026) 0:02:59.585 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": { "Container": { "ContainerName": "quadlet-basic-mysql", "Environment": [ "FOO=/bin/busybox-extras", "BAZ=test" ], "Image": "quay.io/linux-system-roles/mysql:5.6", "Network": "quadlet-basic.network", "PodmanArgs": "--secret=mysql_container_root_password,type=env,target=MYSQL_ROOT_PASSWORD --secret=json_secret,type=mount,target=/tmp/test.json", "Volume": "quadlet-basic-mysql.volume:/var/lib/mysql" }, "Install": { "WantedBy": "default.target" } }, "__podman_quadlet_str": "", "__podman_quadlet_template_src": "" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 1] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Wednesday 07 February 2024 23:12:08 +0000 (0:00:00.028) 0:02:59.613 **** ok: [sut] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_pull_image": true, "__podman_state": "created", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [linux-system-roles.podman : Fail if no quadlet spec is given] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Wednesday 07 February 2024 23:12:08 +0000 (0:00:00.026) 0:02:59.639 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 2] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Wednesday 07 February 2024 23:12:08 +0000 (0:00:00.020) 0:02:59.660 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-basic-mysql", "__podman_quadlet_type": "container", "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Wednesday 07 February 2024 23:12:08 +0000 (0:00:00.029) 0:02:59.689 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml for sut TASK [linux-system-roles.podman : Get user information] ************************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Wednesday 07 February 2024 23:12:08 +0000 (0:00:00.036) 0:02:59.726 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Wednesday 07 February 2024 23:12:08 +0000 (0:00:00.025) 0:02:59.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-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Wednesday 07 February 2024 23:12:08 +0000 (0:00:00.023) 0:02:59.775 **** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Wednesday 07 February 2024 23:12:08 +0000 (0:00:00.028) 0:02:59.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-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Wednesday 07 February 2024 23:12:09 +0000 (0:00:00.218) 0:03:00.022 **** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Wednesday 07 February 2024 23:12:09 +0000 (0:00:00.025) 0:03:00.048 **** ok: [sut] => { "changed": false, "stat": { "atime": 1707347436.8297117, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1707347396.8680842, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203308, "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": 1678060800.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15984, "uid": 0, "version": "948162311", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Wednesday 07 February 2024 23:12:09 +0000 (0:00:00.214) 0:03:00.263 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Wednesday 07 February 2024 23:12:09 +0000 (0:00:00.020) 0:03:00.283 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Wednesday 07 February 2024 23:12:09 +0000 (0:00:00.051) 0:03:00.334 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Wednesday 07 February 2024 23:12:09 +0000 (0:00:00.020) 0:03:00.355 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Wednesday 07 February 2024 23:12:09 +0000 (0:00:00.020) 0:03:00.376 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Wednesday 07 February 2024 23:12:09 +0000 (0:00:00.020) 0:03:00.396 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 3] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Wednesday 07 February 2024 23:12:09 +0000 (0:00:00.020) 0:03:00.417 **** ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_images_found": [ "quay.io/linux-system-roles/mysql:5.6" ], "__podman_kube_yamls_raw": "", "__podman_service_name": "quadlet-basic-mysql.service", "__podman_systemd_scope": "system", "__podman_user_home_dir": "/root", "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 4] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Wednesday 07 February 2024 23:12:09 +0000 (0:00:00.036) 0:03:00.453 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/etc/containers/systemd" }, "changed": false } TASK [linux-system-roles.podman : Get kube yaml contents] ********************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Wednesday 07 February 2024 23:12:09 +0000 (0:00:00.023) 0:03:00.477 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 5] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Wednesday 07 February 2024 23:12:09 +0000 (0:00:00.021) 0:03:00.499 **** ok: [sut] => { "ansible_facts": { "__podman_images": [ "quay.io/linux-system-roles/mysql:5.6" ], "__podman_quadlet_file": "/etc/containers/systemd/quadlet-basic-mysql.container", "__podman_volumes": [] }, "changed": false } TASK [linux-system-roles.podman : Cleanup quadlets] **************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Wednesday 07 February 2024 23:12:09 +0000 (0:00:00.048) 0:03:00.547 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Wednesday 07 February 2024 23:12:09 +0000 (0:00:00.019) 0:03:00.566 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Wednesday 07 February 2024 23:12:09 +0000 (0:00:00.041) 0:03:00.608 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Wednesday 07 February 2024 23:12:09 +0000 (0:00:00.033) 0:03:00.642 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Wednesday 07 February 2024 23:12:09 +0000 (0:00:00.020) 0:03:00.662 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Wednesday 07 February 2024 23:12:09 +0000 (0:00:00.019) 0:03:00.681 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:7 Wednesday 07 February 2024 23:12:09 +0000 (0:00:00.020) 0:03:00.702 **** TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:25 Wednesday 07 February 2024 23:12:09 +0000 (0:00:00.018) 0:03:00.720 **** changed: [sut] => (item=quay.io/linux-system-roles/mysql:5.6) => { "actions": [ "Pulled image quay.io/linux-system-roles/mysql:5.6" ], "ansible_loop_var": "item", "attempts": 1, "changed": true, "failed_when_result": false, "image": [ { "Annotations": {}, "Architecture": "amd64", "Author": "", "Comment": "", "Config": { "Cmd": [ "mysqld" ], "Entrypoint": [ "docker-entrypoint.sh" ], "Env": [ "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "GOSU_VERSION=1.12", "MYSQL_MAJOR=5.6", "MYSQL_VERSION=5.6.51-1debian9" ], "ExposedPorts": { "3306/tcp": {} }, "Volumes": { "/var/lib/mysql": {} } }, "Created": "2021-12-21T02:57:59.587337844Z", "Digest": "sha256:2d0419de75076a55e0d0c0680b4f86ecdbb8a88de92054698a0028bcb218a3a8", "GraphDriver": { "Data": { "LowerDir": "/var/lib/containers/storage/overlay/63c8cde32bc583ca7971591c23194c1fd072197949f28fcad7f10780ad1af022/diff:/var/lib/containers/storage/overlay/4904a0ac4db0b6060c944fc7c882cba99b79b50f90151785350c0e4ba7f94390/diff:/var/lib/containers/storage/overlay/1822e40336d4b2b31d888f669f443965d4476dae35fd0a67e58eefd9c5ecb9e5/diff:/var/lib/containers/storage/overlay/988a3979591d296974121b0a893ec621ea5e9939ab3cc5e7c194dbe27f7b5677/diff:/var/lib/containers/storage/overlay/ba0315059f870fcb66ebd6517f455f714fb4eeeb4fdee9cefb3d7f59a7b0cdb7/diff:/var/lib/containers/storage/overlay/0dbdd9024cc38ecc226b2c4772718d32ff0abc288b41669d58d506274c16c67a/diff:/var/lib/containers/storage/overlay/f8ddb99f39386eac409b19f8b347a7a10ee91771cfb838c88793ad8947a233f5/diff:/var/lib/containers/storage/overlay/2ecb8e9889676e4b9b129bab56314644612905ce6e6ce1c92d5a86ac8f08f03b/diff:/var/lib/containers/storage/overlay/07e715cdf99b679f1e067f4819d1b7e1ba9ea24229ede4e6b45b9240fe5865f8/diff:/var/lib/containers/storage/overlay/2b83e5699838047f936a3875bcce7fe1b169983bf86785ae7519c5bc488558ae/diff", "UpperDir": "/var/lib/containers/storage/overlay/bb762056c5cde2e3213fe6ccf595176708249829a607b0afc5799075d4a852ec/diff", "WorkDir": "/var/lib/containers/storage/overlay/bb762056c5cde2e3213fe6ccf595176708249829a607b0afc5799075d4a852ec/work" }, "Name": "overlay" }, "History": [ { "created": "2021-12-21T01:24:41.626621944Z", "created_by": "/bin/sh -c #(nop) ADD file:b1650c19c1dd1f4cff71553f2bb0bc949944d0bc24b54c318b2880c14538648a in / " }, { "created": "2021-12-21T01:24:42.056427889Z", "created_by": "/bin/sh -c #(nop) CMD [\"bash\"]", "empty_layer": true }, { "created": "2021-12-21T02:56:59.289452902Z", "created_by": "/bin/sh -c groupadd -r mysql && useradd -r -g mysql mysql" }, { "created": "2021-12-21T02:57:05.692613282Z", "created_by": "/bin/sh -c apt-get update && apt-get install -y --no-install-recommends gnupg dirmngr && rm -rf /var/lib/apt/lists/*" }, { "created": "2021-12-21T02:57:05.921738618Z", "created_by": "/bin/sh -c #(nop) ENV GOSU_VERSION=1.12", "empty_layer": true }, { "created": "2021-12-21T02:57:18.981216995Z", "created_by": "/bin/sh -c set -eux; \tsavedAptMark=\"$(apt-mark showmanual)\"; \tapt-get update; \tapt-get install -y --no-install-recommends ca-certificates wget; \trm -rf /var/lib/apt/lists/*; \tdpkgArch=\"$(dpkg --print-architecture | awk -F- '{ print $NF }')\"; \twget -O /usr/local/bin/gosu \"https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch\"; \twget -O /usr/local/bin/gosu.asc \"https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch.asc\"; \texport GNUPGHOME=\"$(mktemp -d)\"; \tgpg --batch --keyserver hkps://keys.openpgp.org --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4; \tgpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu; \tgpgconf --kill all; \trm -rf \"$GNUPGHOME\" /usr/local/bin/gosu.asc; \tapt-mark auto '.*' > /dev/null; \t[ -z \"$savedAptMark\" ] || apt-mark manual $savedAptMark > /dev/null; \tapt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; \tchmod +x /usr/local/bin/gosu; \tgosu --version; \tgosu nobody true" }, { "created": "2021-12-21T02:57:19.781116502Z", "created_by": "/bin/sh -c mkdir /docker-entrypoint-initdb.d" }, { "created": "2021-12-21T02:57:25.555452451Z", "created_by": "/bin/sh -c apt-get update && apt-get install -y --no-install-recommends \t\tpwgen \t\tperl \t\txz-utils \t&& rm -rf /var/lib/apt/lists/*" }, { "created": "2021-12-21T02:57:37.684730941Z", "created_by": "/bin/sh -c set -ex; \tkey='A4A9406876FCBD3C456770C88C718D3B5072E1F5'; \texport GNUPGHOME=\"$(mktemp -d)\"; \tgpg --batch --keyserver keyserver.ubuntu.com --recv-keys \"$key\"; \tgpg --batch --export \"$key\" > /etc/apt/trusted.gpg.d/mysql.gpg; \tgpgconf --kill all; \trm -rf \"$GNUPGHOME\"; \tapt-key list > /dev/null" }, { "created": "2021-12-21T02:57:37.903115972Z", "created_by": "/bin/sh -c #(nop) ENV MYSQL_MAJOR=5.6", "empty_layer": true }, { "created": "2021-12-21T02:57:38.155528708Z", "created_by": "/bin/sh -c #(nop) ENV MYSQL_VERSION=5.6.51-1debian9", "empty_layer": true }, { "created": "2021-12-21T02:57:39.106901365Z", "created_by": "/bin/sh -c echo 'deb http://repo.mysql.com/apt/debian/ stretch mysql-5.6' > /etc/apt/sources.list.d/mysql.list" }, { "created": "2021-12-21T02:57:56.693791892Z", "created_by": "/bin/sh -c { \t\techo mysql-community-server mysql-community-server/data-dir select ''; \t\techo mysql-community-server mysql-community-server/root-pass password ''; \t\techo mysql-community-server mysql-community-server/re-root-pass password ''; \t\techo mysql-community-server mysql-community-server/remove-test-db select false; \t} | debconf-set-selections \t&& apt-get update \t&& apt-get install -y \t\tmysql-server=\"${MYSQL_VERSION}\" \t&& find /etc/mysql/ -name '*.cnf' -print0 \t\t| xargs -0 grep -lZE '^(bind-address|log)' \t\t| xargs -rt -0 sed -Ei 's/^(bind-address|log)/#&/' \t&& echo '[mysqld]\\nskip-host-cache\\nskip-name-resolve' > /etc/mysql/conf.d/docker.cnf \t&& rm -rf /var/lib/apt/lists/* \t&& rm -rf /var/lib/mysql && mkdir -p /var/lib/mysql /var/run/mysqld \t&& chown -R mysql:mysql /var/lib/mysql /var/run/mysqld \t&& chmod 1777 /var/run/mysqld /var/lib/mysql" }, { "created": "2021-12-21T02:57:57.29721744Z", "created_by": "/bin/sh -c #(nop) VOLUME [/var/lib/mysql]", "empty_layer": true }, { "created": "2021-12-21T02:57:57.591077869Z", "created_by": "/bin/sh -c #(nop) COPY file:345a22fe55d3e6783a17075612415413487e7dba27fbf1000a67c7870364b739 in /usr/local/bin/ " }, { "created": "2021-12-21T02:57:58.761392735Z", "created_by": "/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh /entrypoint.sh # backwards compat" }, { "created": "2021-12-21T02:57:59.04809683Z", "created_by": "/bin/sh -c #(nop) ENTRYPOINT [\"docker-entrypoint.sh\"]", "empty_layer": true }, { "created": "2021-12-21T02:57:59.31392792Z", "created_by": "/bin/sh -c #(nop) EXPOSE 3306", "empty_layer": true }, { "created": "2021-12-21T02:57:59.587337844Z", "created_by": "/bin/sh -c #(nop) CMD [\"mysqld\"]", "empty_layer": true } ], "Id": "dd3b2a5dcb48ff61113592ed5ddd762581be4387c7bc552375a2159422aa6bf5", "Labels": null, "ManifestType": "application/vnd.docker.distribution.manifest.v2+json", "NamesHistory": [ "quay.io/linux-system-roles/mysql:5.6" ], "Os": "linux", "Parent": "", "RepoDigests": [ "quay.io/linux-system-roles/mysql@sha256:2d0419de75076a55e0d0c0680b4f86ecdbb8a88de92054698a0028bcb218a3a8", "quay.io/linux-system-roles/mysql@sha256:4faa0a30c0055742c72daff1482976814f340d4bfb647f0fa2c3562fd1a7abda" ], "RepoTags": [ "quay.io/linux-system-roles/mysql:5.6" ], "RootFS": { "Layers": [ "sha256:2b83e5699838047f936a3875bcce7fe1b169983bf86785ae7519c5bc488558ae", "sha256:2e10295573911964a8acc37c738aed958d0bc385bc51df6f184b196fb592c975", "sha256:d414fdead0b9c934781e5611c016d7c237062c9470db810ef28b321a492dbb9c", "sha256:4085e588967d10dafb76ad52f66f661b41b9008cc16568ce02853de7cbbf7433", "sha256:7ea96a4e341b4d139f5e076e71d19229537292226c3b24ec2d588567667a1191", "sha256:e3dce1c82d4e4142e8e1bf2fb9c6fd2555196d40088167270ff95c9af37b88af", "sha256:2612088e90f60ecb4a13e68adbfb2b1366f82fc8fbf1f0970f8769cf3cd753ee", "sha256:eba393347f896c4028340bf1a40cc5d6b8f21eeb7abf3e79799d842a6babb93f", "sha256:7c5a5c1986b16b0d8ad4eaa8066627910ec7794a657467e8f18d223f1c0034fd", "sha256:49a1ca1cd2b80f84d6616df2b5123458f4bcb065bca28c43d9c3fd5a0480b907", "sha256:7137327a7221ddb123883146beb68003ee31d652ec46ab8bea3ba12c2df8df8f" ], "Type": "layers" }, "Size": 307607194, "User": "", "Version": "20.10.7", "VirtualSize": 307607194 } ], "item": "quay.io/linux-system-roles/mysql:5.6", "podman_actions": [ "/usr/bin/podman image ls quay.io/linux-system-roles/mysql:5.6 --format json", "/usr/bin/podman image exists quay.io/linux-system-roles/mysql:5.6", "/usr/bin/podman pull quay.io/linux-system-roles/mysql:5.6 -q", "/usr/bin/podman inspect dd3b2a5dcb48ff61113592ed5ddd762581be4387c7bc552375a2159422aa6bf5 --format json" ] } TASK [linux-system-roles.podman : Ensure the quadlet directory is present] ***** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:44 Wednesday 07 February 2024 23:12:18 +0000 (0:00:08.996) 0:03:09.717 **** 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": 4096, "state": "directory", "uid": 0 } TASK [linux-system-roles.podman : Ensure quadlet file is copied] *************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:53 Wednesday 07 February 2024 23:12:19 +0000 (0:00:00.227) 0:03:09.944 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure quadlet file content is present] ****** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:63 Wednesday 07 February 2024 23:12:19 +0000 (0:00:00.021) 0:03:09.966 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure quadlet file is present] ************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:75 Wednesday 07 February 2024 23:12:19 +0000 (0:00:00.021) 0:03:09.987 **** 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-1707347539.1460776-10348-247911035850816/source", "state": "file", "uid": 0 } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:87 Wednesday 07 February 2024 23:12:19 +0000 (0:00:00.571) 0:03:10.559 **** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:116 Wednesday 07 February 2024 23:12:20 +0000 (0:00:01.044) 0:03:11.604 **** 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": "basic.target systemd-journald.socket sysinit.target quadlet-basic-network.service -.mount system.slice 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", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "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": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "14780", "LimitNPROCSoft": "14780", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14780", "LimitSIGPENDINGSoft": "14780", "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", "MemoryZSwapMax": "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 quadlet-basic-mysql-volume.service -.mount quadlet-basic-network.service sysinit.target", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "SourcePath": "/etc/containers/systemd/quadlet-basic-mysql.container", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogIdentifier": "quadlet-basic-mysql", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "4434", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "generated", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:132 Wednesday 07 February 2024 23:12:21 +0000 (0:00:01.045) 0:03:12.649 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Wednesday 07 February 2024 23:12:21 +0000 (0:00:00.023) 0:03:12.672 **** TASK [Check files] ************************************************************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/tests_quadlet_basic.yml:233 Wednesday 07 February 2024 23:12:21 +0000 (0:00:00.023) 0:03:12.695 **** ok: [sut] => (item=quadlet-basic-mysql.container) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "cat", "/etc/containers/systemd/quadlet-basic-mysql.container" ], "delta": "0:00:00.003827", "end": "2024-02-07 23:12:22.062496", "item": "quadlet-basic-mysql.container", "rc": 0, "start": "2024-02-07 23:12:22.058669" } 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.003150", "end": "2024-02-07 23:12:22.259084", "item": "quadlet-basic.network", "rc": 0, "start": "2024-02-07 23:12:22.255934" } 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.003205", "end": "2024-02-07 23:12:22.456101", "item": "quadlet-basic-mysql.volume", "rc": 0, "start": "2024-02-07 23:12:22.452896" } STDOUT: # # Ansible managed # # system_role:podman [Volume] TASK [Check JSON] ************************************************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/tests_quadlet_basic.yml:243 Wednesday 07 February 2024 23:12:22 +0000 (0:00:00.676) 0:03:13.371 **** ok: [sut] => { "changed": false, "cmd": [ "podman", "exec", "quadlet-basic-mysql", "cat", "/tmp/test.json" ], "delta": "0:00:00.606151", "end": "2024-02-07 23:12:23.274690", "failed_when_result": false, "rc": 0, "start": "2024-02-07 23:12:22.668539" } STDOUT: {"test": "json"} TASK [Cleanup user] ************************************************************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/tests_quadlet_basic.yml:258 Wednesday 07 February 2024 23:12:23 +0000 (0:00:00.828) 0:03:14.200 **** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Wednesday 07 February 2024 23:12:23 +0000 (0:00:00.071) 0:03:14.271 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/set_vars.yml for sut TASK [linux-system-roles.podman : Ensure ansible_facts used by role] *********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Wednesday 07 February 2024 23:12:23 +0000 (0:00:00.040) 0:03:14.312 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if system is ostree] ******************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Wednesday 07 February 2024 23:12:23 +0000 (0:00:00.036) 0:03:14.348 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set flag to indicate system is ostree] ******* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Wednesday 07 February 2024 23:12:23 +0000 (0:00:00.021) 0:03:14.370 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Wednesday 07 February 2024 23:12:23 +0000 (0:00:00.027) 0:03:14.397 **** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Wednesday 07 February 2024 23:12:23 +0000 (0:00:00.089) 0:03:14.486 **** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Enable copr if requested] ******************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Wednesday 07 February 2024 23:12:24 +0000 (0:00:00.971) 0:03:15.458 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure required packages are installed] ****** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Wednesday 07 February 2024 23:12:24 +0000 (0:00:00.021) 0:03:15.479 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Wednesday 07 February 2024 23:12:24 +0000 (0:00:00.025) 0:03:15.505 **** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.033622", "end": "2024-02-07 23:12:24.846322", "rc": 0, "start": "2024-02-07 23:12:24.812700" } STDOUT: podman version 4.8.3 TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:28 Wednesday 07 February 2024 23:12:24 +0000 (0:00:00.254) 0:03:15.759 **** ok: [sut] => { "ansible_facts": { "podman_version": "4.8.3" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:32 Wednesday 07 February 2024 23:12:24 +0000 (0:00:00.063) 0:03:15.823 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:39 Wednesday 07 February 2024 23:12:24 +0000 (0:00:00.022) 0:03:15.845 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: end_host conditional evaluated to false, continuing execution for sut TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:56 Wednesday 07 February 2024 23:12:25 +0000 (0:00:00.072) 0:03:15.917 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml for sut TASK [linux-system-roles.podman : Get user information] ************************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Wednesday 07 February 2024 23:12:25 +0000 (0:00:00.049) 0:03:15.966 **** ok: [sut] => { "ansible_facts": { "getent_passwd": { "user_quadlet_basic": [ "x", "1111", "1111", "", "/home/user_quadlet_basic", "/bin/bash" ] } }, "changed": false } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Wednesday 07 February 2024 23:12:25 +0000 (0:00:00.258) 0:03:16.225 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Wednesday 07 February 2024 23:12:25 +0000 (0:00:00.055) 0:03:16.280 **** ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Wednesday 07 February 2024 23:12:25 +0000 (0:00:00.043) 0:03:16.323 **** ok: [sut] => { "ansible_facts": { "getent_group": { "user_quadlet_basic": [ "x", "1111", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Wednesday 07 February 2024 23:12:25 +0000 (0:00:00.258) 0:03:16.582 **** ok: [sut] => { "ansible_facts": { "__podman_group_name": "user_quadlet_basic" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Wednesday 07 February 2024 23:12:25 +0000 (0:00:00.029) 0:03:16.612 **** ok: [sut] => { "changed": false, "stat": { "atime": 1707347436.8297117, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1707347396.8680842, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203308, "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": 1678060800.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15984, "uid": 0, "version": "948162311", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Wednesday 07 February 2024 23:12:25 +0000 (0:00:00.237) 0:03:16.850 **** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.004354", "end": "2024-02-07 23:12:26.182032", "rc": 0, "start": "2024-02-07 23:12:26.177678" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Wednesday 07 February 2024 23:12:26 +0000 (0:00:00.244) 0:03:17.094 **** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.004304", "end": "2024-02-07 23:12:26.404105", "rc": 0, "start": "2024-02-07 23:12:26.399801" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Wednesday 07 February 2024 23:12:26 +0000 (0:00:00.260) 0:03:17.354 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Wednesday 07 February 2024 23:12:26 +0000 (0:00:00.030) 0:03:17.385 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Wednesday 07 February 2024 23:12:26 +0000 (0:00:00.027) 0:03:17.413 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Wednesday 07 February 2024 23:12:26 +0000 (0:00:00.021) 0:03:17.434 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:62 Wednesday 07 February 2024 23:12:26 +0000 (0:00:00.021) 0:03:17.456 **** ok: [sut] => { "ansible_facts": { "__podman_container_conf_file": "/root/.config/containers/containers.conf.d/50-systemroles.conf", "__podman_policy_json_file": "/root/.config/containers/policy.json", "__podman_registries_conf_file": "/root/.config/containers/registries.conf.d/50-systemroles.conf", "__podman_storage_conf_file": "/root/.config/containers/storage.conf" }, "changed": false } TASK [linux-system-roles.podman : Handle container.conf.d] ********************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:80 Wednesday 07 February 2024 23:12:26 +0000 (0:00:00.027) 0:03:17.484 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml for sut TASK [linux-system-roles.podman : Ensure containers.d exists] ****************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Wednesday 07 February 2024 23:12:26 +0000 (0:00:00.039) 0:03:17.523 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Wednesday 07 February 2024 23:12:26 +0000 (0:00:00.020) 0:03:17.544 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:83 Wednesday 07 February 2024 23:12:26 +0000 (0:00:00.020) 0:03:17.564 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml for sut TASK [linux-system-roles.podman : Ensure registries.d exists] ****************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Wednesday 07 February 2024 23:12:26 +0000 (0:00:00.040) 0:03:17.605 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Wednesday 07 February 2024 23:12:26 +0000 (0:00:00.022) 0:03:17.627 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:86 Wednesday 07 February 2024 23:12:26 +0000 (0:00:00.022) 0:03:17.650 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml for sut TASK [linux-system-roles.podman : Ensure storage.conf parent dir exists] ******* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Wednesday 07 February 2024 23:12:26 +0000 (0:00:00.065) 0:03:17.716 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Wednesday 07 February 2024 23:12:26 +0000 (0:00:00.021) 0:03:17.737 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:89 Wednesday 07 February 2024 23:12:26 +0000 (0:00:00.020) 0:03:17.757 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml for sut TASK [linux-system-roles.podman : Ensure policy.json parent dir exists] ******** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Wednesday 07 February 2024 23:12:26 +0000 (0:00:00.078) 0:03:17.836 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stat the policy.json file] ******************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Wednesday 07 February 2024 23:12:26 +0000 (0:00:00.021) 0:03:17.857 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get the existing policy.json] **************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Wednesday 07 February 2024 23:12:26 +0000 (0:00:00.021) 0:03:17.879 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Write new policy.json file] ****************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Wednesday 07 February 2024 23:12:27 +0000 (0:00:00.020) 0:03:17.899 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:95 Wednesday 07 February 2024 23:12:27 +0000 (0:00:00.023) 0:03:17.923 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:102 Wednesday 07 February 2024 23:12:27 +0000 (0:00:00.023) 0:03:17.946 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Keep track of users that need to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:109 Wednesday 07 February 2024 23:12:27 +0000 (0:00:00.022) 0:03:17.969 **** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:113 Wednesday 07 February 2024 23:12:27 +0000 (0:00:00.030) 0:03:18.000 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml for sut included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml for sut TASK [linux-system-roles.podman : Set variables part 1] ************************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:3 Wednesday 07 February 2024 23:12:27 +0000 (0:00:00.074) 0:03:18.075 **** ok: [sut] => { "ansible_facts": { "__podman_user": "user_quadlet_basic" }, "changed": false } TASK [linux-system-roles.podman : Set variables part 2] ************************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:8 Wednesday 07 February 2024 23:12:27 +0000 (0:00:00.023) 0:03:18.099 **** ok: [sut] => { "ansible_facts": { "__podman_rootless": true, "__podman_xdg_runtime_dir": "/run/user/1111" }, "changed": false } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:14 Wednesday 07 February 2024 23:12:27 +0000 (0:00:00.028) 0:03:18.127 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Wednesday 07 February 2024 23:12:27 +0000 (0:00:00.034) 0:03:18.162 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Wednesday 07 February 2024 23:12:27 +0000 (0:00:00.021) 0:03:18.184 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Wednesday 07 February 2024 23:12:27 +0000 (0:00:00.021) 0:03:18.205 **** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [ "user_quadlet_basic" ] }, "changed": false } TASK [linux-system-roles.podman : Stat XDG_RUNTIME_DIR] ************************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:19 Wednesday 07 February 2024 23:12:27 +0000 (0:00:00.023) 0:03:18.229 **** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.podman : Manage each secret] ************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:35 Wednesday 07 February 2024 23:12:27 +0000 (0:00:00.216) 0:03:18.445 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set variables part 1] ************************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:3 Wednesday 07 February 2024 23:12:27 +0000 (0:00:00.024) 0:03:18.469 **** ok: [sut] => { "ansible_facts": { "__podman_user": "user_quadlet_basic" }, "changed": false } TASK [linux-system-roles.podman : Set variables part 2] ************************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:8 Wednesday 07 February 2024 23:12:27 +0000 (0:00:00.022) 0:03:18.492 **** ok: [sut] => { "ansible_facts": { "__podman_rootless": true, "__podman_xdg_runtime_dir": "/run/user/1111" }, "changed": false } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:14 Wednesday 07 February 2024 23:12:27 +0000 (0:00:00.029) 0:03:18.522 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Wednesday 07 February 2024 23:12:27 +0000 (0:00:00.032) 0:03:18.555 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Wednesday 07 February 2024 23:12:27 +0000 (0:00:00.022) 0:03:18.577 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Wednesday 07 February 2024 23:12:27 +0000 (0:00:00.021) 0:03:18.599 **** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [ "user_quadlet_basic" ] }, "changed": false } TASK [linux-system-roles.podman : Stat XDG_RUNTIME_DIR] ************************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:19 Wednesday 07 February 2024 23:12:27 +0000 (0:00:00.025) 0:03:18.624 **** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.podman : Manage each secret] ************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:35 Wednesday 07 February 2024 23:12:27 +0000 (0:00:00.223) 0:03:18.848 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle Kubernetes specifications] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:120 Wednesday 07 February 2024 23:12:27 +0000 (0:00:00.022) 0:03:18.871 **** TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:126 Wednesday 07 February 2024 23:12:28 +0000 (0:00:00.019) 0:03:18.890 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Set per-container variables part 0] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Wednesday 07 February 2024 23:12:28 +0000 (0:00:00.064) 0:03:18.955 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": { "Volume": {} }, "__podman_quadlet_str": "", "__podman_quadlet_template_src": "" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 1] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Wednesday 07 February 2024 23:12:28 +0000 (0:00:00.026) 0:03:18.981 **** ok: [sut] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_pull_image": true, "__podman_state": "absent", "__podman_systemd_unit_scope": "", "__podman_user": "user_quadlet_basic" }, "changed": false } TASK [linux-system-roles.podman : Fail if no quadlet spec is given] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Wednesday 07 February 2024 23:12:28 +0000 (0:00:00.024) 0:03:19.006 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 2] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Wednesday 07 February 2024 23:12:28 +0000 (0:00:00.055) 0:03:19.062 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-basic-mysql", "__podman_quadlet_type": "volume", "__podman_rootless": true }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Wednesday 07 February 2024 23:12:28 +0000 (0:00:00.031) 0:03:19.094 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml for sut TASK [linux-system-roles.podman : Get user information] ************************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Wednesday 07 February 2024 23:12:28 +0000 (0:00:00.042) 0:03:19.136 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Wednesday 07 February 2024 23:12:28 +0000 (0:00:00.025) 0:03:19.162 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Wednesday 07 February 2024 23:12:28 +0000 (0:00:00.025) 0:03:19.187 **** ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Wednesday 07 February 2024 23:12:28 +0000 (0:00:00.027) 0:03:19.215 **** ok: [sut] => { "ansible_facts": { "getent_group": { "user_quadlet_basic": [ "x", "1111", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Wednesday 07 February 2024 23:12:28 +0000 (0:00:00.222) 0:03:19.438 **** ok: [sut] => { "ansible_facts": { "__podman_group_name": "user_quadlet_basic" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Wednesday 07 February 2024 23:12:28 +0000 (0:00:00.032) 0:03:19.471 **** ok: [sut] => { "changed": false, "stat": { "atime": 1707347436.8297117, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1707347396.8680842, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203308, "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": 1678060800.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15984, "uid": 0, "version": "948162311", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Wednesday 07 February 2024 23:12:28 +0000 (0:00:00.238) 0:03:19.710 **** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.003999", "end": "2024-02-07 23:12:29.012054", "rc": 0, "start": "2024-02-07 23:12:29.008055" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Wednesday 07 February 2024 23:12:29 +0000 (0:00:00.216) 0:03:19.926 **** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.004174", "end": "2024-02-07 23:12:29.232633", "rc": 0, "start": "2024-02-07 23:12:29.228459" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Wednesday 07 February 2024 23:12:29 +0000 (0:00:00.216) 0:03:20.143 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Wednesday 07 February 2024 23:12:29 +0000 (0:00:00.020) 0:03:20.164 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Wednesday 07 February 2024 23:12:29 +0000 (0:00:00.021) 0:03:20.185 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Wednesday 07 February 2024 23:12:29 +0000 (0:00:00.020) 0:03:20.206 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 3] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Wednesday 07 February 2024 23:12:29 +0000 (0:00:00.051) 0:03:20.257 **** ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_images_found": [], "__podman_kube_yamls_raw": "", "__podman_service_name": "quadlet-basic-mysql-volume.service", "__podman_systemd_scope": "user", "__podman_user_home_dir": "/home/user_quadlet_basic", "__podman_xdg_runtime_dir": "/run/user/1111" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 4] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Wednesday 07 February 2024 23:12:29 +0000 (0:00:00.037) 0:03:20.294 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/home/user_quadlet_basic/.config/containers/systemd" }, "changed": false } TASK [linux-system-roles.podman : Get kube yaml contents] ********************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Wednesday 07 February 2024 23:12:29 +0000 (0:00:00.024) 0:03:20.319 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 5] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Wednesday 07 February 2024 23:12:29 +0000 (0:00:00.022) 0:03:20.341 **** ok: [sut] => { "ansible_facts": { "__podman_images": [], "__podman_quadlet_file": "/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic-mysql.volume", "__podman_volumes": [] }, "changed": false } TASK [linux-system-roles.podman : Cleanup quadlets] **************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Wednesday 07 February 2024 23:12:29 +0000 (0:00:00.049) 0:03:20.390 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Stat XDG_RUNTIME_DIR] ************************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Wednesday 07 February 2024 23:12:29 +0000 (0:00:00.044) 0:03:20.435 **** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 Wednesday 07 February 2024 23:12:29 +0000 (0:00:00.226) 0:03:20.661 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Remove quadlet file] ************************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:33 Wednesday 07 February 2024 23:12:29 +0000 (0:00:00.033) 0:03:20.695 **** ok: [sut] => { "changed": false, "path": "/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic-mysql.volume", "state": "absent" } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:39 Wednesday 07 February 2024 23:12:30 +0000 (0:00:00.221) 0:03:20.917 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Wednesday 07 February 2024 23:12:30 +0000 (0:00:00.047) 0:03:20.964 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Wednesday 07 February 2024 23:12:30 +0000 (0:00:00.022) 0:03:20.987 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Wednesday 07 February 2024 23:12:30 +0000 (0:00:00.021) 0:03:21.009 **** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [ "user_quadlet_basic" ] }, "changed": false } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:47 Wednesday 07 February 2024 23:12:30 +0000 (0:00:00.023) 0:03:21.032 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:56 Wednesday 07 February 2024 23:12:30 +0000 (0:00:00.021) 0:03:21.054 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:64 Wednesday 07 February 2024 23:12:30 +0000 (0:00:00.022) 0:03:21.076 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Wednesday 07 February 2024 23:12:30 +0000 (0:00:00.051) 0:03:21.128 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 0] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Wednesday 07 February 2024 23:12:30 +0000 (0:00:00.021) 0:03:21.149 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": { "Container": { "ContainerName": "quadlet-basic-mysql", "Environment": [ "FOO=/bin/busybox-extras", "BAZ=test" ], "Image": "quay.io/linux-system-roles/mysql:5.6", "Network": "quadlet-basic.network", "PodmanArgs": "--secret=mysql_container_root_password,type=env,target=MYSQL_ROOT_PASSWORD --secret=json_secret,type=mount,target=/tmp/test.json", "Volume": "quadlet-basic-mysql.volume:/var/lib/mysql" }, "Install": { "WantedBy": "default.target" } }, "__podman_quadlet_str": "", "__podman_quadlet_template_src": "" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 1] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Wednesday 07 February 2024 23:12:30 +0000 (0:00:00.026) 0:03:21.176 **** ok: [sut] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_pull_image": true, "__podman_state": "absent", "__podman_systemd_unit_scope": "", "__podman_user": "user_quadlet_basic" }, "changed": false } TASK [linux-system-roles.podman : Fail if no quadlet spec is given] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Wednesday 07 February 2024 23:12:30 +0000 (0:00:00.028) 0:03:21.205 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 2] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Wednesday 07 February 2024 23:12:30 +0000 (0:00:00.030) 0:03:21.235 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-basic-mysql", "__podman_quadlet_type": "container", "__podman_rootless": true }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Wednesday 07 February 2024 23:12:30 +0000 (0:00:00.045) 0:03:21.281 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml for sut TASK [linux-system-roles.podman : Get user information] ************************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Wednesday 07 February 2024 23:12:30 +0000 (0:00:00.049) 0:03:21.330 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Wednesday 07 February 2024 23:12:30 +0000 (0:00:00.027) 0:03:21.358 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Wednesday 07 February 2024 23:12:30 +0000 (0:00:00.028) 0:03:21.386 **** ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Wednesday 07 February 2024 23:12:30 +0000 (0:00:00.028) 0:03:21.415 **** ok: [sut] => { "ansible_facts": { "getent_group": { "user_quadlet_basic": [ "x", "1111", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Wednesday 07 February 2024 23:12:30 +0000 (0:00:00.222) 0:03:21.637 **** ok: [sut] => { "ansible_facts": { "__podman_group_name": "user_quadlet_basic" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Wednesday 07 February 2024 23:12:30 +0000 (0:00:00.027) 0:03:21.665 **** ok: [sut] => { "changed": false, "stat": { "atime": 1707347436.8297117, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1707347396.8680842, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203308, "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": 1678060800.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15984, "uid": 0, "version": "948162311", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Wednesday 07 February 2024 23:12:31 +0000 (0:00:00.217) 0:03:21.882 **** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.004075", "end": "2024-02-07 23:12:31.186102", "rc": 0, "start": "2024-02-07 23:12:31.182027" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Wednesday 07 February 2024 23:12:31 +0000 (0:00:00.215) 0:03:22.097 **** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.006889", "end": "2024-02-07 23:12:31.526878", "rc": 0, "start": "2024-02-07 23:12:31.519989" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Wednesday 07 February 2024 23:12:31 +0000 (0:00:00.370) 0:03:22.468 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Wednesday 07 February 2024 23:12:31 +0000 (0:00:00.027) 0:03:22.495 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Wednesday 07 February 2024 23:12:31 +0000 (0:00:00.028) 0:03:22.524 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Wednesday 07 February 2024 23:12:31 +0000 (0:00:00.025) 0:03:22.549 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 3] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Wednesday 07 February 2024 23:12:31 +0000 (0:00:00.036) 0:03:22.586 **** ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_images_found": [ "quay.io/linux-system-roles/mysql:5.6" ], "__podman_kube_yamls_raw": "", "__podman_service_name": "quadlet-basic-mysql.service", "__podman_systemd_scope": "user", "__podman_user_home_dir": "/home/user_quadlet_basic", "__podman_xdg_runtime_dir": "/run/user/1111" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 4] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Wednesday 07 February 2024 23:12:31 +0000 (0:00:00.050) 0:03:22.636 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/home/user_quadlet_basic/.config/containers/systemd" }, "changed": false } TASK [linux-system-roles.podman : Get kube yaml contents] ********************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Wednesday 07 February 2024 23:12:31 +0000 (0:00:00.022) 0:03:22.659 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 5] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Wednesday 07 February 2024 23:12:31 +0000 (0:00:00.023) 0:03:22.683 **** ok: [sut] => { "ansible_facts": { "__podman_images": [ "quay.io/linux-system-roles/mysql:5.6" ], "__podman_quadlet_file": "/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic-mysql.container", "__podman_volumes": [] }, "changed": false } TASK [linux-system-roles.podman : Cleanup quadlets] **************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Wednesday 07 February 2024 23:12:31 +0000 (0:00:00.054) 0:03:22.738 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Stat XDG_RUNTIME_DIR] ************************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Wednesday 07 February 2024 23:12:31 +0000 (0:00:00.048) 0:03:22.786 **** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 Wednesday 07 February 2024 23:12:32 +0000 (0:00:00.211) 0:03:22.997 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Remove quadlet file] ************************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:33 Wednesday 07 February 2024 23:12:32 +0000 (0:00:00.025) 0:03:23.022 **** ok: [sut] => { "changed": false, "path": "/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic-mysql.container", "state": "absent" } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:39 Wednesday 07 February 2024 23:12:32 +0000 (0:00:00.213) 0:03:23.235 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Wednesday 07 February 2024 23:12:32 +0000 (0:00:00.075) 0:03:23.311 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Wednesday 07 February 2024 23:12:32 +0000 (0:00:00.025) 0:03:23.337 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Wednesday 07 February 2024 23:12:32 +0000 (0:00:00.030) 0:03:23.367 **** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [ "user_quadlet_basic" ] }, "changed": false } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:47 Wednesday 07 February 2024 23:12:32 +0000 (0:00:00.033) 0:03:23.401 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:56 Wednesday 07 February 2024 23:12:32 +0000 (0:00:00.041) 0:03:23.443 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:64 Wednesday 07 February 2024 23:12:32 +0000 (0:00:00.024) 0:03:23.467 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Wednesday 07 February 2024 23:12:32 +0000 (0:00:00.023) 0:03:23.491 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 0] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Wednesday 07 February 2024 23:12:32 +0000 (0:00:00.023) 0:03:23.515 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": { "Network": { "Gateway": "192.168.29.1", "Label": "app=wordpress", "Subnet": "192.168.29.0/24" } }, "__podman_quadlet_str": "", "__podman_quadlet_template_src": "" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 1] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Wednesday 07 February 2024 23:12:32 +0000 (0:00:00.040) 0:03:23.555 **** ok: [sut] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_pull_image": true, "__podman_state": "absent", "__podman_systemd_unit_scope": "", "__podman_user": "user_quadlet_basic" }, "changed": false } TASK [linux-system-roles.podman : Fail if no quadlet spec is given] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Wednesday 07 February 2024 23:12:32 +0000 (0:00:00.036) 0:03:23.592 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 2] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Wednesday 07 February 2024 23:12:32 +0000 (0:00:00.032) 0:03:23.624 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-basic", "__podman_quadlet_type": "network", "__podman_rootless": true }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Wednesday 07 February 2024 23:12:32 +0000 (0:00:00.036) 0:03:23.661 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml for sut TASK [linux-system-roles.podman : Get user information] ************************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Wednesday 07 February 2024 23:12:32 +0000 (0:00:00.045) 0:03:23.706 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Wednesday 07 February 2024 23:12:32 +0000 (0:00:00.026) 0:03:23.733 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Wednesday 07 February 2024 23:12:32 +0000 (0:00:00.025) 0:03:23.758 **** ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Wednesday 07 February 2024 23:12:32 +0000 (0:00:00.032) 0:03:23.790 **** ok: [sut] => { "ansible_facts": { "getent_group": { "user_quadlet_basic": [ "x", "1111", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Wednesday 07 February 2024 23:12:33 +0000 (0:00:00.362) 0:03:24.153 **** ok: [sut] => { "ansible_facts": { "__podman_group_name": "user_quadlet_basic" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Wednesday 07 February 2024 23:12:33 +0000 (0:00:00.027) 0:03:24.181 **** ok: [sut] => { "changed": false, "stat": { "atime": 1707347436.8297117, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1707347396.8680842, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203308, "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": 1678060800.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15984, "uid": 0, "version": "948162311", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Wednesday 07 February 2024 23:12:33 +0000 (0:00:00.331) 0:03:24.512 **** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.006117", "end": "2024-02-07 23:12:33.925904", "rc": 0, "start": "2024-02-07 23:12:33.919787" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Wednesday 07 February 2024 23:12:33 +0000 (0:00:00.332) 0:03:24.844 **** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.006154", "end": "2024-02-07 23:12:34.253713", "rc": 0, "start": "2024-02-07 23:12:34.247559" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Wednesday 07 February 2024 23:12:34 +0000 (0:00:00.328) 0:03:25.173 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Wednesday 07 February 2024 23:12:34 +0000 (0:00:00.022) 0:03:25.195 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Wednesday 07 February 2024 23:12:34 +0000 (0:00:00.020) 0:03:25.216 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Wednesday 07 February 2024 23:12:34 +0000 (0:00:00.024) 0:03:25.241 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 3] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Wednesday 07 February 2024 23:12:34 +0000 (0:00:00.021) 0:03:25.262 **** ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_images_found": [], "__podman_kube_yamls_raw": "", "__podman_service_name": "", "__podman_systemd_scope": "user", "__podman_user_home_dir": "/home/user_quadlet_basic", "__podman_xdg_runtime_dir": "/run/user/1111" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 4] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Wednesday 07 February 2024 23:12:34 +0000 (0:00:00.037) 0:03:25.300 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/home/user_quadlet_basic/.config/containers/systemd" }, "changed": false } TASK [linux-system-roles.podman : Get kube yaml contents] ********************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Wednesday 07 February 2024 23:12:34 +0000 (0:00:00.027) 0:03:25.327 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 5] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Wednesday 07 February 2024 23:12:34 +0000 (0:00:00.020) 0:03:25.348 **** ok: [sut] => { "ansible_facts": { "__podman_images": [], "__podman_quadlet_file": "/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic.network", "__podman_volumes": [] }, "changed": false } TASK [linux-system-roles.podman : Cleanup quadlets] **************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Wednesday 07 February 2024 23:12:34 +0000 (0:00:00.047) 0:03:25.395 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Stat XDG_RUNTIME_DIR] ************************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Wednesday 07 February 2024 23:12:34 +0000 (0:00:00.082) 0:03:25.477 **** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 Wednesday 07 February 2024 23:12:34 +0000 (0:00:00.206) 0:03:25.684 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Remove quadlet file] ************************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:33 Wednesday 07 February 2024 23:12:34 +0000 (0:00:00.021) 0:03:25.706 **** ok: [sut] => { "changed": false, "path": "/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic.network", "state": "absent" } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:39 Wednesday 07 February 2024 23:12:35 +0000 (0:00:00.217) 0:03:25.923 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Wednesday 07 February 2024 23:12:35 +0000 (0:00:00.034) 0:03:25.958 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Wednesday 07 February 2024 23:12:35 +0000 (0:00:00.022) 0:03:25.980 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Wednesday 07 February 2024 23:12:35 +0000 (0:00:00.022) 0:03:26.003 **** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [ "user_quadlet_basic" ] }, "changed": false } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:47 Wednesday 07 February 2024 23:12:35 +0000 (0:00:00.026) 0:03:26.029 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:56 Wednesday 07 February 2024 23:12:35 +0000 (0:00:00.023) 0:03:26.052 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:64 Wednesday 07 February 2024 23:12:35 +0000 (0:00:00.038) 0:03:26.091 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Wednesday 07 February 2024 23:12:35 +0000 (0:00:00.023) 0:03:26.114 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Wednesday 07 February 2024 23:12:35 +0000 (0:00:00.021) 0:03:26.136 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml for sut TASK [linux-system-roles.podman : Get user information] ************************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:4 Wednesday 07 February 2024 23:12:35 +0000 (0:00:00.070) 0:03:26.206 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set cancel linger vars] ********************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:12 Wednesday 07 February 2024 23:12:35 +0000 (0:00:00.065) 0:03:26.272 **** ok: [sut] => { "ansible_facts": { "__podman_xdg_runtime_dir": "/run/user/1111" }, "changed": false } TASK [linux-system-roles.podman : Stat XDG_RUNTIME_DIR] ************************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:17 Wednesday 07 February 2024 23:12:35 +0000 (0:00:00.027) 0:03:26.299 **** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.podman : Gather facts for containers] ***************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:22 Wednesday 07 February 2024 23:12:35 +0000 (0:00:00.227) 0:03:26.526 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Gather facts for networks] ******************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:31 Wednesday 07 February 2024 23:12:35 +0000 (0:00:00.023) 0:03:26.549 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Gather secrets] ****************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:41 Wednesday 07 February 2024 23:12:35 +0000 (0:00:00.025) 0:03:26.575 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger if no more resources are in use] *** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:51 Wednesday 07 February 2024 23:12:35 +0000 (0:00:00.025) 0:03:26.600 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Remove test user] ******************************************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/tests_quadlet_basic.yml:272 Wednesday 07 February 2024 23:12:35 +0000 (0:00:00.024) 0:03:26.625 **** changed: [sut] => { "changed": true, "force": false, "name": "user_quadlet_basic", "remove": false, "state": "absent" } TASK [Cleanup system - root] *************************************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/tests_quadlet_basic.yml:278 Wednesday 07 February 2024 23:12:36 +0000 (0:00:00.394) 0:03:27.020 **** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Wednesday 07 February 2024 23:12:36 +0000 (0:00:00.047) 0:03:27.067 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/set_vars.yml for sut TASK [linux-system-roles.podman : Ensure ansible_facts used by role] *********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Wednesday 07 February 2024 23:12:36 +0000 (0:00:00.036) 0:03:27.104 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if system is ostree] ******************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Wednesday 07 February 2024 23:12:36 +0000 (0:00:00.025) 0:03:27.129 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set flag to indicate system is ostree] ******* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Wednesday 07 February 2024 23:12:36 +0000 (0:00:00.019) 0:03:27.149 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Wednesday 07 February 2024 23:12:36 +0000 (0:00:00.019) 0:03:27.168 **** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Wednesday 07 February 2024 23:12:36 +0000 (0:00:00.134) 0:03:27.303 **** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Enable copr if requested] ******************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Wednesday 07 February 2024 23:12:37 +0000 (0:00:01.164) 0:03:28.467 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure required packages are installed] ****** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Wednesday 07 February 2024 23:12:37 +0000 (0:00:00.020) 0:03:28.487 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Wednesday 07 February 2024 23:12:37 +0000 (0:00:00.024) 0:03:28.512 **** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.033381", "end": "2024-02-07 23:12:37.841166", "rc": 0, "start": "2024-02-07 23:12:37.807785" } STDOUT: podman version 4.8.3 TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:28 Wednesday 07 February 2024 23:12:37 +0000 (0:00:00.241) 0:03:28.753 **** ok: [sut] => { "ansible_facts": { "podman_version": "4.8.3" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:32 Wednesday 07 February 2024 23:12:37 +0000 (0:00:00.022) 0:03:28.775 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:39 Wednesday 07 February 2024 23:12:37 +0000 (0:00:00.021) 0:03:28.797 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: end_host conditional evaluated to false, continuing execution for sut TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:56 Wednesday 07 February 2024 23:12:37 +0000 (0:00:00.064) 0:03:28.862 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml for sut TASK [linux-system-roles.podman : Get user information] ************************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Wednesday 07 February 2024 23:12:38 +0000 (0:00:00.094) 0:03:28.956 **** ok: [sut] => { "ansible_facts": { "getent_passwd": { "root": [ "x", "0", "0", "Super User", "/root", "/bin/bash" ] } }, "changed": false } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Wednesday 07 February 2024 23:12:38 +0000 (0:00:00.225) 0:03:29.182 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Wednesday 07 February 2024 23:12:38 +0000 (0:00:00.037) 0:03:29.220 **** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Wednesday 07 February 2024 23:12:38 +0000 (0:00:00.028) 0:03:29.248 **** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Wednesday 07 February 2024 23:12:38 +0000 (0:00:00.216) 0:03:29.464 **** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Wednesday 07 February 2024 23:12:38 +0000 (0:00:00.028) 0:03:29.492 **** ok: [sut] => { "changed": false, "stat": { "atime": 1707347436.8297117, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1707347396.8680842, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203308, "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": 1678060800.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15984, "uid": 0, "version": "948162311", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Wednesday 07 February 2024 23:12:38 +0000 (0:00:00.215) 0:03:29.708 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Wednesday 07 February 2024 23:12:38 +0000 (0:00:00.021) 0:03:29.730 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Wednesday 07 February 2024 23:12:38 +0000 (0:00:00.021) 0:03:29.752 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Wednesday 07 February 2024 23:12:38 +0000 (0:00:00.022) 0:03:29.774 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Wednesday 07 February 2024 23:12:38 +0000 (0:00:00.024) 0:03:29.798 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Wednesday 07 February 2024 23:12:38 +0000 (0:00:00.023) 0:03:29.821 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:62 Wednesday 07 February 2024 23:12:38 +0000 (0:00:00.023) 0:03:29.845 **** ok: [sut] => { "ansible_facts": { "__podman_container_conf_file": "/etc/containers/containers.conf.d/50-systemroles.conf", "__podman_policy_json_file": "/etc/containers/policy.json", "__podman_registries_conf_file": "/etc/containers/registries.conf.d/50-systemroles.conf", "__podman_storage_conf_file": "/etc/containers/storage.conf" }, "changed": false } TASK [linux-system-roles.podman : Handle container.conf.d] ********************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:80 Wednesday 07 February 2024 23:12:38 +0000 (0:00:00.034) 0:03:29.879 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml for sut TASK [linux-system-roles.podman : Ensure containers.d exists] ****************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Wednesday 07 February 2024 23:12:39 +0000 (0:00:00.086) 0:03:29.965 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Wednesday 07 February 2024 23:12:39 +0000 (0:00:00.026) 0:03:29.992 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:83 Wednesday 07 February 2024 23:12:39 +0000 (0:00:00.023) 0:03:30.016 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml for sut TASK [linux-system-roles.podman : Ensure registries.d exists] ****************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Wednesday 07 February 2024 23:12:39 +0000 (0:00:00.049) 0:03:30.065 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Wednesday 07 February 2024 23:12:39 +0000 (0:00:00.025) 0:03:30.091 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:86 Wednesday 07 February 2024 23:12:39 +0000 (0:00:00.029) 0:03:30.120 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml for sut TASK [linux-system-roles.podman : Ensure storage.conf parent dir exists] ******* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Wednesday 07 February 2024 23:12:39 +0000 (0:00:00.047) 0:03:30.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-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Wednesday 07 February 2024 23:12:39 +0000 (0:00:00.022) 0:03:30.190 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:89 Wednesday 07 February 2024 23:12:39 +0000 (0:00:00.020) 0:03:30.211 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml for sut TASK [linux-system-roles.podman : Ensure policy.json parent dir exists] ******** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Wednesday 07 February 2024 23:12:39 +0000 (0:00:00.041) 0:03:30.252 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stat the policy.json file] ******************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Wednesday 07 February 2024 23:12:39 +0000 (0:00:00.020) 0:03:30.273 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get the existing policy.json] **************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Wednesday 07 February 2024 23:12:39 +0000 (0:00:00.020) 0:03:30.294 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Write new policy.json file] ****************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Wednesday 07 February 2024 23:12:39 +0000 (0:00:00.020) 0:03:30.314 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:95 Wednesday 07 February 2024 23:12:39 +0000 (0:00:00.023) 0:03:30.338 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:102 Wednesday 07 February 2024 23:12:39 +0000 (0:00:00.032) 0:03:30.370 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Keep track of users that need to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:109 Wednesday 07 February 2024 23:12:39 +0000 (0:00:00.066) 0:03:30.437 **** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:113 Wednesday 07 February 2024 23:12:39 +0000 (0:00:00.022) 0:03:30.460 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml for sut included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml for sut TASK [linux-system-roles.podman : Set variables part 1] ************************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:3 Wednesday 07 February 2024 23:12:39 +0000 (0:00:00.062) 0:03:30.522 **** ok: [sut] => { "ansible_facts": { "__podman_user": "root" }, "changed": false } TASK [linux-system-roles.podman : Set variables part 2] ************************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:8 Wednesday 07 February 2024 23:12:39 +0000 (0:00:00.022) 0:03:30.545 **** ok: [sut] => { "ansible_facts": { "__podman_rootless": false, "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:14 Wednesday 07 February 2024 23:12:39 +0000 (0:00:00.027) 0:03:30.572 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Wednesday 07 February 2024 23:12:39 +0000 (0:00:00.032) 0:03:30.604 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Wednesday 07 February 2024 23:12:39 +0000 (0:00:00.020) 0:03:30.625 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Wednesday 07 February 2024 23:12:39 +0000 (0:00:00.019) 0:03:30.644 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stat XDG_RUNTIME_DIR] ************************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:19 Wednesday 07 February 2024 23:12:39 +0000 (0:00:00.019) 0:03:30.664 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Manage each secret] ************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:35 Wednesday 07 February 2024 23:12:39 +0000 (0:00:00.019) 0:03:30.683 **** changed: [sut] => { "changed": true } TASK [linux-system-roles.podman : Set variables part 1] ************************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:3 Wednesday 07 February 2024 23:12:40 +0000 (0:00:00.423) 0:03:31.106 **** ok: [sut] => { "ansible_facts": { "__podman_user": "root" }, "changed": false } TASK [linux-system-roles.podman : Set variables part 2] ************************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:8 Wednesday 07 February 2024 23:12:40 +0000 (0:00:00.021) 0:03:31.128 **** ok: [sut] => { "ansible_facts": { "__podman_rootless": false, "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:14 Wednesday 07 February 2024 23:12:40 +0000 (0:00:00.028) 0:03:31.156 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Wednesday 07 February 2024 23:12:40 +0000 (0:00:00.063) 0:03:31.220 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Wednesday 07 February 2024 23:12:40 +0000 (0:00:00.021) 0:03:31.241 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Wednesday 07 February 2024 23:12:40 +0000 (0:00:00.020) 0:03:31.262 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stat XDG_RUNTIME_DIR] ************************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:19 Wednesday 07 February 2024 23:12:40 +0000 (0:00:00.020) 0:03:31.282 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Manage each secret] ************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:35 Wednesday 07 February 2024 23:12:40 +0000 (0:00:00.020) 0:03:31.303 **** changed: [sut] => { "changed": true } TASK [linux-system-roles.podman : Handle Kubernetes specifications] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:120 Wednesday 07 February 2024 23:12:40 +0000 (0:00:00.426) 0:03:31.730 **** TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:126 Wednesday 07 February 2024 23:12:40 +0000 (0:00:00.020) 0:03:31.750 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Set per-container variables part 0] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Wednesday 07 February 2024 23:12:40 +0000 (0:00:00.067) 0:03:31.818 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": { "Volume": {} }, "__podman_quadlet_str": "", "__podman_quadlet_template_src": "" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 1] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Wednesday 07 February 2024 23:12:40 +0000 (0:00:00.025) 0:03:31.843 **** ok: [sut] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_pull_image": true, "__podman_state": "absent", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [linux-system-roles.podman : Fail if no quadlet spec is given] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Wednesday 07 February 2024 23:12:40 +0000 (0:00:00.025) 0:03:31.869 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 2] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Wednesday 07 February 2024 23:12:41 +0000 (0:00:00.020) 0:03:31.889 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-basic-mysql", "__podman_quadlet_type": "volume", "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Wednesday 07 February 2024 23:12:41 +0000 (0:00:00.030) 0:03:31.920 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml for sut TASK [linux-system-roles.podman : Get user information] ************************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Wednesday 07 February 2024 23:12:41 +0000 (0:00:00.036) 0:03:31.956 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Wednesday 07 February 2024 23:12:41 +0000 (0:00:00.098) 0:03:32.055 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Wednesday 07 February 2024 23:12:41 +0000 (0:00:00.027) 0:03:32.082 **** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Wednesday 07 February 2024 23:12:41 +0000 (0:00:00.027) 0:03:32.110 **** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Wednesday 07 February 2024 23:12:41 +0000 (0:00:00.222) 0:03:32.332 **** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Wednesday 07 February 2024 23:12:41 +0000 (0:00:00.027) 0:03:32.359 **** ok: [sut] => { "changed": false, "stat": { "atime": 1707347436.8297117, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1707347396.8680842, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203308, "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": 1678060800.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15984, "uid": 0, "version": "948162311", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Wednesday 07 February 2024 23:12:41 +0000 (0:00:00.216) 0:03:32.576 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Wednesday 07 February 2024 23:12:41 +0000 (0:00:00.024) 0:03:32.600 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Wednesday 07 February 2024 23:12:41 +0000 (0:00:00.030) 0:03:32.630 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Wednesday 07 February 2024 23:12:41 +0000 (0:00:00.023) 0:03:32.653 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Wednesday 07 February 2024 23:12:41 +0000 (0:00:00.021) 0:03:32.675 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Wednesday 07 February 2024 23:12:41 +0000 (0:00:00.021) 0:03:32.696 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 3] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Wednesday 07 February 2024 23:12:41 +0000 (0:00:00.021) 0:03:32.718 **** ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_images_found": [], "__podman_kube_yamls_raw": "", "__podman_service_name": "quadlet-basic-mysql-volume.service", "__podman_systemd_scope": "system", "__podman_user_home_dir": "/root", "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 4] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Wednesday 07 February 2024 23:12:41 +0000 (0:00:00.038) 0:03:32.757 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/etc/containers/systemd" }, "changed": false } TASK [linux-system-roles.podman : Get kube yaml contents] ********************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Wednesday 07 February 2024 23:12:41 +0000 (0:00:00.021) 0:03:32.779 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 5] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Wednesday 07 February 2024 23:12:41 +0000 (0:00:00.027) 0:03:32.806 **** ok: [sut] => { "ansible_facts": { "__podman_images": [], "__podman_quadlet_file": "/etc/containers/systemd/quadlet-basic-mysql.volume", "__podman_volumes": [] }, "changed": false } TASK [linux-system-roles.podman : Cleanup quadlets] **************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Wednesday 07 February 2024 23:12:41 +0000 (0:00:00.046) 0:03:32.853 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Stat XDG_RUNTIME_DIR] ************************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Wednesday 07 February 2024 23:12:42 +0000 (0:00:00.084) 0:03:32.937 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 Wednesday 07 February 2024 23:12:42 +0000 (0:00:00.025) 0:03:32.963 **** changed: [sut] => { "changed": true, "enabled": false, "failed_when_result": false, "name": "quadlet-basic-mysql-volume.service", "state": "stopped", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestamp": "Wed 2024-02-07 23:12:08 UTC", "ActiveEnterTimestampMonotonic": "889614190", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice systemd-journald.socket sysinit.target -.mount basic.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Wed 2024-02-07 23:12:08 UTC", "AssertTimestampMonotonic": "889550203", "Before": "quadlet-basic-mysql.service shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "43635000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Wed 2024-02-07 23:12:08 UTC", "ConditionTimestampMonotonic": "889550199", "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", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "ExecMainCode": "1", "ExecMainExitTimestamp": "Wed 2024-02-07 23:12:08 UTC", "ExecMainExitTimestampMonotonic": "889607343", "ExecMainPID": "10351", "ExecMainStartTimestamp": "Wed 2024-02-07 23:12:08 UTC", "ExecMainStartTimestampMonotonic": "889557160", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman volume create --ignore systemd-quadlet-basic-mysql ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman volume create --ignore systemd-quadlet-basic-mysql ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/run/systemd/generator/quadlet-basic-mysql-volume.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "quadlet-basic-mysql-volume.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Wed 2024-02-07 23:12:08 UTC", "InactiveExitTimestampMonotonic": "889557545", "InvocationID": "7d2d8c9c41854633869be6f588cc6464", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "14780", "LimitNPROCSoft": "14780", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14780", "LimitSIGPENDINGSoft": "14780", "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", "MemoryZSwapMax": "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 sysinit.target -.mount", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Wed 2024-02-07 23:12:08 UTC", "StateChangeTimestampMonotonic": "889614190", "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": "4434", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "infinity", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "generated", "UtmpMode": "init", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [linux-system-roles.podman : Remove quadlet file] ************************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:33 Wednesday 07 February 2024 23:12:44 +0000 (0:00:02.358) 0:03:35.321 **** changed: [sut] => { "changed": true, "path": "/etc/containers/systemd/quadlet-basic-mysql.volume", "state": "absent" } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:39 Wednesday 07 February 2024 23:12:44 +0000 (0:00:00.215) 0:03:35.537 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Wednesday 07 February 2024 23:12:44 +0000 (0:00:00.038) 0:03:35.576 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Wednesday 07 February 2024 23:12:44 +0000 (0:00:00.025) 0:03:35.601 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Wednesday 07 February 2024 23:12:44 +0000 (0:00:00.057) 0:03:35.659 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:47 Wednesday 07 February 2024 23:12:44 +0000 (0:00:00.023) 0:03:35.683 **** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:56 Wednesday 07 February 2024 23:12:45 +0000 (0:00:00.963) 0:03:36.646 **** changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.042373", "end": "2024-02-07 23:12:46.000951", "rc": 0, "start": "2024-02-07 23:12:45.958578" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:64 Wednesday 07 February 2024 23:12:46 +0000 (0:00:00.267) 0:03:36.914 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Wednesday 07 February 2024 23:12:46 +0000 (0:00:00.025) 0:03:36.940 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 0] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Wednesday 07 February 2024 23:12:46 +0000 (0:00:00.023) 0:03:36.963 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": { "Container": { "ContainerName": "quadlet-basic-mysql", "Environment": [ "FOO=/bin/busybox-extras", "BAZ=test" ], "Image": "quay.io/linux-system-roles/mysql:5.6", "Network": "quadlet-basic.network", "PodmanArgs": "--secret=mysql_container_root_password,type=env,target=MYSQL_ROOT_PASSWORD --secret=json_secret,type=mount,target=/tmp/test.json", "Volume": "quadlet-basic-mysql.volume:/var/lib/mysql" }, "Install": { "WantedBy": "default.target" } }, "__podman_quadlet_str": "", "__podman_quadlet_template_src": "" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 1] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Wednesday 07 February 2024 23:12:46 +0000 (0:00:00.027) 0:03:36.990 **** ok: [sut] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_pull_image": true, "__podman_state": "absent", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [linux-system-roles.podman : Fail if no quadlet spec is given] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Wednesday 07 February 2024 23:12:46 +0000 (0:00:00.026) 0:03:37.017 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 2] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Wednesday 07 February 2024 23:12:46 +0000 (0:00:00.022) 0:03:37.040 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-basic-mysql", "__podman_quadlet_type": "container", "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Wednesday 07 February 2024 23:12:46 +0000 (0:00:00.029) 0:03:37.070 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml for sut TASK [linux-system-roles.podman : Get user information] ************************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Wednesday 07 February 2024 23:12:46 +0000 (0:00:00.038) 0:03:37.108 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Wednesday 07 February 2024 23:12:46 +0000 (0:00:00.028) 0:03:37.137 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Wednesday 07 February 2024 23:12:46 +0000 (0:00:00.066) 0:03:37.204 **** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Wednesday 07 February 2024 23:12:46 +0000 (0:00:00.031) 0:03:37.236 **** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Wednesday 07 February 2024 23:12:46 +0000 (0:00:00.220) 0:03:37.457 **** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Wednesday 07 February 2024 23:12:46 +0000 (0:00:00.028) 0:03:37.485 **** ok: [sut] => { "changed": false, "stat": { "atime": 1707347436.8297117, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1707347396.8680842, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203308, "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": 1678060800.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15984, "uid": 0, "version": "948162311", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Wednesday 07 February 2024 23:12:46 +0000 (0:00:00.213) 0:03:37.698 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Wednesday 07 February 2024 23:12:46 +0000 (0:00:00.021) 0:03:37.720 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Wednesday 07 February 2024 23:12:46 +0000 (0:00:00.021) 0:03:37.741 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Wednesday 07 February 2024 23:12:46 +0000 (0:00:00.033) 0:03:37.775 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Wednesday 07 February 2024 23:12:46 +0000 (0:00:00.030) 0:03:37.805 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Wednesday 07 February 2024 23:12:46 +0000 (0:00:00.033) 0:03:37.839 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 3] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Wednesday 07 February 2024 23:12:46 +0000 (0:00:00.031) 0:03:37.870 **** ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_images_found": [ "quay.io/linux-system-roles/mysql:5.6" ], "__podman_kube_yamls_raw": "", "__podman_service_name": "quadlet-basic-mysql.service", "__podman_systemd_scope": "system", "__podman_user_home_dir": "/root", "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 4] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Wednesday 07 February 2024 23:12:47 +0000 (0:00:00.040) 0:03:37.911 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/etc/containers/systemd" }, "changed": false } TASK [linux-system-roles.podman : Get kube yaml contents] ********************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Wednesday 07 February 2024 23:12:47 +0000 (0:00:00.024) 0:03:37.935 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 5] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Wednesday 07 February 2024 23:12:47 +0000 (0:00:00.022) 0:03:37.957 **** ok: [sut] => { "ansible_facts": { "__podman_images": [ "quay.io/linux-system-roles/mysql:5.6" ], "__podman_quadlet_file": "/etc/containers/systemd/quadlet-basic-mysql.container", "__podman_volumes": [] }, "changed": false } TASK [linux-system-roles.podman : Cleanup quadlets] **************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Wednesday 07 February 2024 23:12:47 +0000 (0:00:00.046) 0:03:38.004 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Stat XDG_RUNTIME_DIR] ************************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Wednesday 07 February 2024 23:12:47 +0000 (0:00:00.079) 0:03:38.083 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 Wednesday 07 February 2024 23:12:47 +0000 (0:00:00.021) 0:03:38.104 **** changed: [sut] => { "changed": true, "enabled": false, "failed_when_result": false, "name": "quadlet-basic-mysql.service", "state": "stopped", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestamp": "Wed 2024-02-07 23:12:21 UTC", "ActiveEnterTimestampMonotonic": "902658122", "ActiveExitTimestamp": "Wed 2024-02-07 23:12:43 UTC", "ActiveExitTimestampMonotonic": "924024487", "ActiveState": "inactive", "After": "basic.target system.slice systemd-journald.socket quadlet-basic-network.service sysinit.target -.mount quadlet-basic-mysql-volume.service", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Wed 2024-02-07 23:12:21 UTC", "AssertTimestampMonotonic": "902272937", "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": "4275785000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Wed 2024-02-07 23:12:21 UTC", "ConditionTimestampMonotonic": "902272932", "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", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "Environment": "PODMAN_SYSTEMD_UNIT=quadlet-basic-mysql.service", "ExecMainCode": "1", "ExecMainExitTimestamp": "Wed 2024-02-07 23:12:44 UTC", "ExecMainExitTimestampMonotonic": "925329698", "ExecMainPID": "10840", "ExecMainStartTimestamp": "Wed 2024-02-07 23:12:21 UTC", "ExecMainStartTimestampMonotonic": "902658012", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman run --name=quadlet-basic-mysql --cidfile=/run/quadlet-basic-mysql.cid --replace --rm --cgroups=split --network=systemd-quadlet-basic --sdnotify=conmon -d -v systemd-quadlet-basic-mysql:/var/lib/mysql --env BAZ=test --env FOO=/bin/busybox-extras --secret=mysql_container_root_password,type=env,target=MYSQL_ROOT_PASSWORD --secret=json_secret,type=mount,target=/tmp/test.json quay.io/linux-system-roles/mysql:5.6 ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman run --name=quadlet-basic-mysql --cidfile=/run/quadlet-basic-mysql.cid --replace --rm --cgroups=split --network=systemd-quadlet-basic --sdnotify=conmon -d -v systemd-quadlet-basic-mysql:/var/lib/mysql --env BAZ=test --env FOO=/bin/busybox-extras --secret=mysql_container_root_password,type=env,target=MYSQL_ROOT_PASSWORD --secret=json_secret,type=mount,target=/tmp/test.json quay.io/linux-system-roles/mysql:5.6 ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/quadlet-basic-mysql.cid ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/quadlet-basic-mysql.cid ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopPost": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/quadlet-basic-mysql.cid ; ignore_errors=yes ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopPostEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/quadlet-basic-mysql.cid ; flags=ignore-failure ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/run/systemd/generator/quadlet-basic-mysql.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "quadlet-basic-mysql.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Wed 2024-02-07 23:12:44 UTC", "InactiveEnterTimestampMonotonic": "925369528", "InactiveExitTimestamp": "Wed 2024-02-07 23:12:21 UTC", "InactiveExitTimestampMonotonic": "902280598", "InvocationID": "bddc7c362c8c41ba8e7f59dbfd6eab47", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "14780", "LimitNPROCSoft": "14780", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14780", "LimitSIGPENDINGSoft": "14780", "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", "MemoryZSwapMax": "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 system.slice quadlet-basic-network.service -.mount quadlet-basic-mysql-volume.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-02-07 23:12:44 UTC", "StateChangeTimestampMonotonic": "925369528", "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": "4434", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "generated", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [linux-system-roles.podman : Remove quadlet file] ************************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:33 Wednesday 07 February 2024 23:12:48 +0000 (0:00:00.987) 0:03:39.091 **** changed: [sut] => { "changed": true, "path": "/etc/containers/systemd/quadlet-basic-mysql.container", "state": "absent" } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:39 Wednesday 07 February 2024 23:12:48 +0000 (0:00:00.244) 0:03:39.335 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Wednesday 07 February 2024 23:12:48 +0000 (0:00:00.035) 0:03:39.371 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Wednesday 07 February 2024 23:12:48 +0000 (0:00:00.021) 0:03:39.392 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Wednesday 07 February 2024 23:12:48 +0000 (0:00:00.021) 0:03:39.414 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:47 Wednesday 07 February 2024 23:12:48 +0000 (0:00:00.022) 0:03:39.437 **** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:56 Wednesday 07 February 2024 23:12:49 +0000 (0:00:01.029) 0:03:40.466 **** changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.041583", "end": "2024-02-07 23:12:49.814903", "rc": 0, "start": "2024-02-07 23:12:49.773320" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:64 Wednesday 07 February 2024 23:12:49 +0000 (0:00:00.262) 0:03:40.728 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Wednesday 07 February 2024 23:12:49 +0000 (0:00:00.023) 0:03:40.752 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 0] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Wednesday 07 February 2024 23:12:49 +0000 (0:00:00.022) 0:03:40.775 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": { "Network": { "Gateway": "192.168.29.1", "Label": "app=wordpress", "Subnet": "192.168.29.0/24" } }, "__podman_quadlet_str": "", "__podman_quadlet_template_src": "" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 1] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Wednesday 07 February 2024 23:12:49 +0000 (0:00:00.028) 0:03:40.804 **** ok: [sut] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_pull_image": true, "__podman_state": "absent", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [linux-system-roles.podman : Fail if no quadlet spec is given] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Wednesday 07 February 2024 23:12:49 +0000 (0:00:00.026) 0:03:40.830 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 2] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Wednesday 07 February 2024 23:12:49 +0000 (0:00:00.021) 0:03:40.852 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-basic", "__podman_quadlet_type": "network", "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Wednesday 07 February 2024 23:12:50 +0000 (0:00:00.037) 0:03:40.890 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml for sut TASK [linux-system-roles.podman : Get user information] ************************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Wednesday 07 February 2024 23:12:50 +0000 (0:00:00.041) 0:03:40.932 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Wednesday 07 February 2024 23:12:50 +0000 (0:00:00.031) 0:03:40.963 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Wednesday 07 February 2024 23:12:50 +0000 (0:00:00.026) 0:03:40.990 **** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Wednesday 07 February 2024 23:12:50 +0000 (0:00:00.035) 0:03:41.025 **** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Wednesday 07 February 2024 23:12:50 +0000 (0:00:00.222) 0:03:41.247 **** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Wednesday 07 February 2024 23:12:50 +0000 (0:00:00.028) 0:03:41.276 **** ok: [sut] => { "changed": false, "stat": { "atime": 1707347436.8297117, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1707347396.8680842, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203308, "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": 1678060800.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15984, "uid": 0, "version": "948162311", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Wednesday 07 February 2024 23:12:50 +0000 (0:00:00.217) 0:03:41.493 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Wednesday 07 February 2024 23:12:50 +0000 (0:00:00.069) 0:03:41.563 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Wednesday 07 February 2024 23:12:50 +0000 (0:00:00.023) 0:03:41.586 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Wednesday 07 February 2024 23:12:50 +0000 (0:00:00.021) 0:03:41.608 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Wednesday 07 February 2024 23:12:50 +0000 (0:00:00.021) 0:03:41.629 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Wednesday 07 February 2024 23:12:50 +0000 (0:00:00.020) 0:03:41.650 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 3] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Wednesday 07 February 2024 23:12:50 +0000 (0:00:00.030) 0:03:41.681 **** ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_images_found": [], "__podman_kube_yamls_raw": "", "__podman_service_name": "", "__podman_systemd_scope": "system", "__podman_user_home_dir": "/root", "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 4] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Wednesday 07 February 2024 23:12:50 +0000 (0:00:00.039) 0:03:41.720 **** ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/etc/containers/systemd" }, "changed": false } TASK [linux-system-roles.podman : Get kube yaml contents] ********************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Wednesday 07 February 2024 23:12:50 +0000 (0:00:00.025) 0:03:41.746 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 5] ********** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Wednesday 07 February 2024 23:12:50 +0000 (0:00:00.020) 0:03:41.767 **** ok: [sut] => { "ansible_facts": { "__podman_images": [], "__podman_quadlet_file": "/etc/containers/systemd/quadlet-basic.network", "__podman_volumes": [] }, "changed": false } TASK [linux-system-roles.podman : Cleanup quadlets] **************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Wednesday 07 February 2024 23:12:50 +0000 (0:00:00.078) 0:03:41.845 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Stat XDG_RUNTIME_DIR] ************************ task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Wednesday 07 February 2024 23:12:51 +0000 (0:00:00.056) 0:03:41.902 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 Wednesday 07 February 2024 23:12:51 +0000 (0:00:00.023) 0:03:41.925 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Remove quadlet file] ************************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:33 Wednesday 07 February 2024 23:12:51 +0000 (0:00:00.029) 0:03:41.954 **** changed: [sut] => { "changed": true, "path": "/etc/containers/systemd/quadlet-basic.network", "state": "absent" } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:39 Wednesday 07 February 2024 23:12:51 +0000 (0:00:00.255) 0:03:42.210 **** included: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Wednesday 07 February 2024 23:12:51 +0000 (0:00:00.039) 0:03:42.250 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Wednesday 07 February 2024 23:12:51 +0000 (0:00:00.024) 0:03:42.274 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Wednesday 07 February 2024 23:12:51 +0000 (0:00:00.062) 0:03:42.337 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:47 Wednesday 07 February 2024 23:12:51 +0000 (0:00:00.027) 0:03:42.365 **** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:56 Wednesday 07 February 2024 23:12:52 +0000 (0:00:00.944) 0:03:43.309 **** changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.036259", "end": "2024-02-07 23:12:52.654347", "rc": 0, "start": "2024-02-07 23:12:52.618088" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:64 Wednesday 07 February 2024 23:12:52 +0000 (0:00:00.273) 0:03:43.583 **** changed: [sut] => { "changed": true, "cmd": [ "podman", "network", "rm", "systemd-quadlet-basic" ], "delta": "0:00:00.038770", "end": "2024-02-07 23:12:52.960152", "rc": 0, "start": "2024-02-07 23:12:52.921382" } STDOUT: systemd-quadlet-basic TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Wednesday 07 February 2024 23:12:53 +0000 (0:00:00.302) 0:03:43.885 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Wednesday 07 February 2024 23:12:53 +0000 (0:00:00.021) 0:03:43.907 **** META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=607 changed=51 unreachable=0 failed=0 skipped=591 rescued=0 ignored=0 Wednesday 07 February 2024 23:12:53 +0000 (0:00:00.006) 0:03:43.914 **** =============================================================================== linux-system-roles.podman : Ensure required packages are installed ----- 82.31s /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:14 linux-system-roles.podman : Stop and disable service ------------------- 11.24s /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 linux-system-roles.podman : Ensure container images are present --------- 9.00s /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:25 linux-system-roles.podman : Ensure container images are present --------- 8.16s /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:25 Gathering Facts --------------------------------------------------------- 2.64s /WORKDIR/git-fix-linger-handlingebbfoxic/tests/tests_quadlet_basic.yml:9 ------ linux-system-roles.podman : Stop and disable service -------------------- 2.36s /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 linux-system-roles.podman : Start service ------------------------------- 2.21s /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:116 linux-system-roles.podman : Gather the package facts -------------------- 1.95s /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Manage each secret -------------------------- 1.60s /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:35 linux-system-roles.podman : Gather the package facts -------------------- 1.16s /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Start service ------------------------------- 1.05s /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:116 linux-system-roles.podman : Reload systemctl ---------------------------- 1.04s /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:87 linux-system-roles.podman : Reload systemctl ---------------------------- 1.03s /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:47 linux-system-roles.podman : Gather the package facts -------------------- 1.01s /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Stop and disable service -------------------- 1.00s /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 linux-system-roles.podman : Reload systemctl ---------------------------- 0.99s /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:47 linux-system-roles.podman : Stop and disable service -------------------- 0.99s /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 linux-system-roles.podman : Reload systemctl ---------------------------- 0.96s /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:47 linux-system-roles.podman : Reload systemctl ---------------------------- 0.96s /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:47 linux-system-roles.podman : Gather the package facts -------------------- 0.95s /WORKDIR/git-fix-linger-handlingebbfoxic/tests/roles/linux-system-roles.podman/tasks/main.yml:6 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [WARNING]: The loop variable 'item' is already in use. You should set the `loop_var` value in the `loop_control` option for the task to something else to avoid variable collisions and unexpected behavior. [WARNING]: The loop variable 'item' is already in use. You should set the `loop_var` value in the `loop_control` option for the task to something else to avoid variable collisions and unexpected behavior. [WARNING]: Using a variable for a task's 'args' is unsafe in some situations (see https://docs.ansible.com/ansible/devel/reference_appendices/faq.html#argsplat- unsafe) [WARNING]: Module remote_tmp /home/user_quadlet_basic/.ansible/tmp did not exist and was created with a mode of 0700, this may cause issues when running as another user. To avoid this, create the remote_tmp dir with the correct permissions manually [WARNING]: Using a variable for a task's 'args' is unsafe in some situations (see https://docs.ansible.com/ansible/devel/reference_appendices/faq.html#argsplat- unsafe) [WARNING]: Using a variable for a task's 'args' is unsafe in some situations (see https://docs.ansible.com/ansible/devel/reference_appendices/faq.html#argsplat- unsafe) [WARNING]: Using a variable for a task's 'args' is unsafe in some situations (see https://docs.ansible.com/ansible/devel/reference_appendices/faq.html#argsplat- unsafe) [WARNING]: Using a variable for a task's 'args' is unsafe in some situations (see https://docs.ansible.com/ansible/devel/reference_appendices/faq.html#argsplat- unsafe) [WARNING]: Using a variable for a task's 'args' is unsafe in some situations (see https://docs.ansible.com/ansible/devel/reference_appendices/faq.html#argsplat- unsafe) [WARNING]: Using a variable for a task's 'args' is unsafe in some situations (see https://docs.ansible.com/ansible/devel/reference_appendices/faq.html#argsplat- unsafe) [WARNING]: Using a variable for a task's 'args' is unsafe in some situations (see https://docs.ansible.com/ansible/devel/reference_appendices/faq.html#argsplat- unsafe) ---^---^---^---^---^---