# 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-weekly-civ8r4joe3/tests/tests_quadlet_basic.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Include vault variables] ************************************************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/tests_quadlet_basic.yml:4 Saturday 27 January 2024 16:48:00 +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-weekly-civ8r4joe3/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-weekly-civ8r4joe3/tests/tests_quadlet_basic.yml:9 Saturday 27 January 2024 16:48:00 +0000 (0:00:00.011) 0:00:00.023 ****** ok: [sut] META: ran handlers TASK [Run role - do not pull images] ******************************************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/tests_quadlet_basic.yml:51 Saturday 27 January 2024 16:48:02 +0000 (0:00:01.805) 0:00:01.829 ****** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 27 January 2024 16:48:02 +0000 (0:00:00.069) 0:00:01.898 ****** included: /WORKDIR/git-weekly-civ8r4joe3/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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 27 January 2024 16:48:02 +0000 (0:00:00.014) 0:00:01.912 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if system is ostree] ******************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 27 January 2024 16:48:02 +0000 (0:00:00.020) 0:00:01.933 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.podman : Set flag to indicate system is ostree] ******* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 27 January 2024 16:48:02 +0000 (0:00:00.258) 0:00:02.191 ****** ok: [sut] => { "ansible_facts": { "__podman_is_ostree": false }, "changed": false } TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 27 January 2024 16:48:02 +0000 (0:00:00.020) 0:00:02.212 ****** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-civ8r4joe3/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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 27 January 2024 16:48:02 +0000 (0:00:00.032) 0:00:02.245 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 27 January 2024 16:48:03 +0000 (0:00:01.042) 0:00:03.288 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure required packages are installed] ****** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 27 January 2024 16:48:03 +0000 (0:00:00.026) 0:00:03.315 ****** changed: [sut] => { "changed": true, "rc": 0, "results": [ "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: 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: criu-3.18-1.fc38.x86_64", "Installed: qemu-user-static-x86-2:7.2.7-1.fc38.x86_64", "Installed: criu-libs-3.18-1.fc38.x86_64", "Installed: qemu-user-static-xtensa-2:7.2.7-1.fc38.x86_64", "Installed: netavark-1.9.0-1.fc38.x86_64", "Installed: conmon-2:2.1.8-2.fc38.x86_64", "Installed: container-selinux-2:2.227.0-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: passt-0^20231230.gf091893-1.fc38.x86_64", "Installed: gvisor-tap-vsock-6:0.7.1-1.fc38.x86_64", "Installed: fuse-overlayfs-1.12-1.fc38.x86_64", "Installed: fuse3-3.14.1-1.fc38.x86_64", "Installed: gvisor-tap-vsock-gvforwarder-6:0.7.1-1.fc38.x86_64", "Installed: fuse-common-3.14.1-1.fc38.x86_64", "Installed: passt-selinux-0^20231230.gf091893-1.fc38.noarch", "Installed: fuse3-libs-3.14.1-1.fc38.x86_64", "Installed: libnet-1.3-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-hppa-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: slirp4netns-1.2.2-1.fc38.x86_64", "Installed: qemu-user-static-m68k-2:7.2.7-1.fc38.x86_64", "Installed: yajl-2.1.0-21.fc38.x86_64", "Installed: podman-5:4.8.3-1.fc38.x86_64", "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: 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: libmd-1.1.0-1.fc38.x86_64", "Installed: qemu-user-static-loongarch64-2:7.2.7-1.fc38.x86_64", "Installed: catatonit-0.1.7-14.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" ] } lsrpackages: podman shadow-utils-subid TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 27 January 2024 16:49:27 +0000 (0:01:23.299) 0:01:26.614 ****** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.054162", "end": "2024-01-27 16:49:27.471190", "rc": 0, "start": "2024-01-27 16:49:27.417028" } STDOUT: podman version 4.8.3 TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:28 Saturday 27 January 2024 16:49:27 +0000 (0:00:00.435) 0:01:27.049 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:32 Saturday 27 January 2024 16:49:27 +0000 (0:00:00.031) 0:01:27.080 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:39 Saturday 27 January 2024 16:49:27 +0000 (0:00:00.027) 0:01:27.108 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:56 Saturday 27 January 2024 16:49:27 +0000 (0:00:00.067) 0:01:27.176 ****** included: /WORKDIR/git-weekly-civ8r4joe3/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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 27 January 2024 16:49:27 +0000 (0:00:00.035) 0:01:27.211 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 27 January 2024 16:49:27 +0000 (0:00:00.266) 0:01:27.477 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 27 January 2024 16:49:27 +0000 (0:00:00.037) 0:01:27.515 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 27 January 2024 16:49:28 +0000 (0:00:00.024) 0:01:27.540 ****** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 27 January 2024 16:49:28 +0000 (0:00:00.218) 0:01:27.759 ****** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 27 January 2024 16:49:28 +0000 (0:00:00.024) 0:01:27.784 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1678060800.0, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1706374126.921813, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203288, "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": "931413434", "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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 27 January 2024 16:49:28 +0000 (0:00:00.218) 0:01:28.002 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 27 January 2024 16:49:28 +0000 (0:00:00.019) 0:01:28.021 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 27 January 2024 16:49:28 +0000 (0:00:00.022) 0:01:28.043 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 27 January 2024 16:49:28 +0000 (0:00:00.020) 0:01:28.064 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 27 January 2024 16:49:28 +0000 (0:00:00.019) 0:01:28.083 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 27 January 2024 16:49:28 +0000 (0:00:00.019) 0:01:28.103 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:62 Saturday 27 January 2024 16:49:28 +0000 (0:00:00.040) 0:01:28.143 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:80 Saturday 27 January 2024 16:49:28 +0000 (0:00:00.040) 0:01:28.184 ****** included: /WORKDIR/git-weekly-civ8r4joe3/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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 27 January 2024 16:49:28 +0000 (0:00:00.035) 0:01:28.219 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 27 January 2024 16:49:28 +0000 (0:00:00.020) 0:01:28.239 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:83 Saturday 27 January 2024 16:49:28 +0000 (0:00:00.017) 0:01:28.257 ****** included: /WORKDIR/git-weekly-civ8r4joe3/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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 27 January 2024 16:49:28 +0000 (0:00:00.034) 0:01:28.292 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 27 January 2024 16:49:28 +0000 (0:00:00.017) 0:01:28.310 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:86 Saturday 27 January 2024 16:49:28 +0000 (0:00:00.017) 0:01:28.327 ****** included: /WORKDIR/git-weekly-civ8r4joe3/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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 27 January 2024 16:49:28 +0000 (0:00:00.035) 0:01:28.362 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 27 January 2024 16:49:28 +0000 (0:00:00.017) 0:01:28.380 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:89 Saturday 27 January 2024 16:49:28 +0000 (0:00:00.017) 0:01:28.397 ****** included: /WORKDIR/git-weekly-civ8r4joe3/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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 27 January 2024 16:49:28 +0000 (0:00:00.035) 0:01:28.433 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stat the policy.json file] ******************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 27 January 2024 16:49:28 +0000 (0:00:00.018) 0:01:28.452 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get the existing policy.json] **************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 27 January 2024 16:49:28 +0000 (0:00:00.017) 0:01:28.470 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Write new policy.json file] ****************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 27 January 2024 16:49:28 +0000 (0:00:00.018) 0:01:28.489 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:95 Saturday 27 January 2024 16:49:28 +0000 (0:00:00.037) 0:01:28.527 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:102 Saturday 27 January 2024 16:49:29 +0000 (0:00:00.018) 0:01:28.545 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:109 Saturday 27 January 2024 16:49:29 +0000 (0:00:00.017) 0:01:28.563 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:116 Saturday 27 January 2024 16:49:29 +0000 (0:00:00.016) 0:01:28.580 ****** TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:122 Saturday 27 January 2024 16:49:29 +0000 (0:00:00.016) 0:01:28.596 ****** included: /WORKDIR/git-weekly-civ8r4joe3/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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 27 January 2024 16:49:29 +0000 (0:00:00.043) 0:01:28.640 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 27 January 2024 16:49:29 +0000 (0:00:00.023) 0:01:28.663 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 27 January 2024 16:49:29 +0000 (0:00:00.022) 0:01:28.685 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 27 January 2024 16:49:29 +0000 (0:00:00.017) 0:01:28.703 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 27 January 2024 16:49:29 +0000 (0:00:00.025) 0:01:28.729 ****** included: /WORKDIR/git-weekly-civ8r4joe3/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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 27 January 2024 16:49:29 +0000 (0:00:00.032) 0:01:28.761 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 27 January 2024 16:49:29 +0000 (0:00:00.024) 0:01:28.786 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 27 January 2024 16:49:29 +0000 (0:00:00.023) 0:01:28.809 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 27 January 2024 16:49:29 +0000 (0:00:00.028) 0:01:28.837 ****** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 27 January 2024 16:49:29 +0000 (0:00:00.218) 0:01:29.055 ****** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 27 January 2024 16:49:29 +0000 (0:00:00.046) 0:01:29.102 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1706374168.4245381, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1706374126.921813, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203288, "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": "931413434", "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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 27 January 2024 16:49:29 +0000 (0:00:00.217) 0:01:29.319 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 27 January 2024 16:49:29 +0000 (0:00:00.018) 0:01:29.338 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 27 January 2024 16:49:29 +0000 (0:00:00.019) 0:01:29.357 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 27 January 2024 16:49:29 +0000 (0:00:00.019) 0:01:29.377 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 27 January 2024 16:49:29 +0000 (0:00:00.018) 0:01:29.395 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 27 January 2024 16:49:29 +0000 (0:00:00.018) 0:01:29.413 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 27 January 2024 16:49:29 +0000 (0:00:00.019) 0:01:29.432 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 27 January 2024 16:49:29 +0000 (0:00:00.036) 0:01:29.469 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 27 January 2024 16:49:29 +0000 (0:00:00.026) 0:01:29.495 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 27 January 2024 16:49:29 +0000 (0:00:00.022) 0:01:29.518 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 27 January 2024 16:49:30 +0000 (0:00:00.047) 0:01:29.565 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Saturday 27 January 2024 16:49:30 +0000 (0:00:00.022) 0:01:29.588 ****** included: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Enable lingering if needed] ****************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Saturday 27 January 2024 16:49:30 +0000 (0:00:00.052) 0:01:29.641 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:8 Saturday 27 January 2024 16:49:30 +0000 (0:00:00.022) 0:01:29.663 ****** TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:26 Saturday 27 January 2024 16:49:30 +0000 (0:00:00.019) 0:01:29.682 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:43 Saturday 27 January 2024 16:49:30 +0000 (0:00:00.025) 0:01:29.707 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:52 Saturday 27 January 2024 16:49:30 +0000 (0:00:00.310) 0:01:30.018 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:62 Saturday 27 January 2024 16:49:30 +0000 (0:00:00.019) 0:01:30.037 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure quadlet file is present] ************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:74 Saturday 27 January 2024 16:49:30 +0000 (0:00:00.019) 0:01:30.056 ****** 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-1706374170.5582514-8411-69314062199442/source", "state": "file", "uid": 0 } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:86 Saturday 27 January 2024 16:49:31 +0000 (0:00:00.636) 0:01:30.693 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:115 Saturday 27 January 2024 16:49:31 +0000 (0:00:00.021) 0:01:30.715 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:131 Saturday 27 January 2024 16:49:31 +0000 (0:00:00.026) 0:01:30.741 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify image not pulled] ************************************************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/tests_quadlet_basic.yml:67 Saturday 27 January 2024 16:49:31 +0000 (0:00:00.024) 0:01:30.765 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Run role - try to pull bogus image] ************************************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/tests_quadlet_basic.yml:71 Saturday 27 January 2024 16:49:31 +0000 (0:00:00.021) 0:01:30.787 ****** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 27 January 2024 16:49:31 +0000 (0:00:00.041) 0:01:30.828 ****** included: /WORKDIR/git-weekly-civ8r4joe3/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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 27 January 2024 16:49:31 +0000 (0:00:00.032) 0:01:30.861 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if system is ostree] ******************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 27 January 2024 16:49:31 +0000 (0:00:00.022) 0:01:30.883 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 27 January 2024 16:49:31 +0000 (0:00:00.018) 0:01:30.901 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 27 January 2024 16:49:31 +0000 (0:00:00.017) 0:01:30.919 ****** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-civ8r4joe3/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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 27 January 2024 16:49:31 +0000 (0:00:00.067) 0:01:30.986 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 27 January 2024 16:49:32 +0000 (0:00:00.937) 0:01:31.924 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure required packages are installed] ****** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 27 January 2024 16:49:32 +0000 (0:00:00.021) 0:01:31.945 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 27 January 2024 16:49:32 +0000 (0:00:00.025) 0:01:31.971 ****** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.032665", "end": "2024-01-27 16:49:32.644033", "rc": 0, "start": "2024-01-27 16:49:32.611368" } STDOUT: podman version 4.8.3 TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:28 Saturday 27 January 2024 16:49:32 +0000 (0:00:00.244) 0:01:32.216 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:32 Saturday 27 January 2024 16:49:32 +0000 (0:00:00.022) 0:01:32.238 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:39 Saturday 27 January 2024 16:49:32 +0000 (0:00:00.020) 0:01:32.258 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:56 Saturday 27 January 2024 16:49:32 +0000 (0:00:00.038) 0:01:32.296 ****** included: /WORKDIR/git-weekly-civ8r4joe3/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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 27 January 2024 16:49:32 +0000 (0:00:00.060) 0:01:32.357 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 27 January 2024 16:49:32 +0000 (0:00:00.025) 0:01:32.382 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 27 January 2024 16:49:32 +0000 (0:00:00.024) 0:01:32.407 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 27 January 2024 16:49:32 +0000 (0:00:00.027) 0:01:32.434 ****** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 27 January 2024 16:49:33 +0000 (0:00:00.226) 0:01:32.661 ****** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 27 January 2024 16:49:33 +0000 (0:00:00.024) 0:01:32.685 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1706374168.4245381, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1706374126.921813, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203288, "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": "931413434", "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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 27 January 2024 16:49:33 +0000 (0:00:00.217) 0:01:32.903 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 27 January 2024 16:49:33 +0000 (0:00:00.019) 0:01:32.923 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 27 January 2024 16:49:33 +0000 (0:00:00.020) 0:01:32.943 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 27 January 2024 16:49:33 +0000 (0:00:00.018) 0:01:32.961 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 27 January 2024 16:49:33 +0000 (0:00:00.018) 0:01:32.980 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 27 January 2024 16:49:33 +0000 (0:00:00.018) 0:01:32.999 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:62 Saturday 27 January 2024 16:49:33 +0000 (0:00:00.018) 0:01:33.017 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:80 Saturday 27 January 2024 16:49:33 +0000 (0:00:00.029) 0:01:33.047 ****** included: /WORKDIR/git-weekly-civ8r4joe3/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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 27 January 2024 16:49:33 +0000 (0:00:00.037) 0:01:33.084 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 27 January 2024 16:49:33 +0000 (0:00:00.052) 0:01:33.137 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:83 Saturday 27 January 2024 16:49:33 +0000 (0:00:00.030) 0:01:33.167 ****** included: /WORKDIR/git-weekly-civ8r4joe3/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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 27 January 2024 16:49:33 +0000 (0:00:00.038) 0:01:33.206 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 27 January 2024 16:49:33 +0000 (0:00:00.021) 0:01:33.227 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:86 Saturday 27 January 2024 16:49:33 +0000 (0:00:00.021) 0:01:33.249 ****** included: /WORKDIR/git-weekly-civ8r4joe3/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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 27 January 2024 16:49:33 +0000 (0:00:00.038) 0:01:33.287 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 27 January 2024 16:49:33 +0000 (0:00:00.020) 0:01:33.308 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:89 Saturday 27 January 2024 16:49:33 +0000 (0:00:00.020) 0:01:33.328 ****** included: /WORKDIR/git-weekly-civ8r4joe3/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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 27 January 2024 16:49:33 +0000 (0:00:00.038) 0:01:33.367 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stat the policy.json file] ******************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 27 January 2024 16:49:33 +0000 (0:00:00.020) 0:01:33.387 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get the existing policy.json] **************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 27 January 2024 16:49:33 +0000 (0:00:00.020) 0:01:33.408 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Write new policy.json file] ****************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 27 January 2024 16:49:33 +0000 (0:00:00.018) 0:01:33.426 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:95 Saturday 27 January 2024 16:49:33 +0000 (0:00:00.020) 0:01:33.447 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:102 Saturday 27 January 2024 16:49:33 +0000 (0:00:00.019) 0:01:33.466 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:109 Saturday 27 January 2024 16:49:33 +0000 (0:00:00.034) 0:01:33.501 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:116 Saturday 27 January 2024 16:49:34 +0000 (0:00:00.056) 0:01:33.557 ****** TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:122 Saturday 27 January 2024 16:49:34 +0000 (0:00:00.031) 0:01:33.589 ****** included: /WORKDIR/git-weekly-civ8r4joe3/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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 27 January 2024 16:49:34 +0000 (0:00:00.053) 0:01:33.643 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 27 January 2024 16:49:34 +0000 (0:00:00.025) 0:01:33.668 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 27 January 2024 16:49:34 +0000 (0:00:00.024) 0:01:33.693 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 27 January 2024 16:49:34 +0000 (0:00:00.018) 0:01:33.712 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 27 January 2024 16:49:34 +0000 (0:00:00.028) 0:01:33.741 ****** included: /WORKDIR/git-weekly-civ8r4joe3/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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 27 January 2024 16:49:34 +0000 (0:00:00.034) 0:01:33.775 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 27 January 2024 16:49:34 +0000 (0:00:00.024) 0:01:33.800 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 27 January 2024 16:49:34 +0000 (0:00:00.023) 0:01:33.824 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 27 January 2024 16:49:34 +0000 (0:00:00.027) 0:01:33.851 ****** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 27 January 2024 16:49:34 +0000 (0:00:00.223) 0:01:34.075 ****** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 27 January 2024 16:49:34 +0000 (0:00:00.026) 0:01:34.101 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1706374168.4245381, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1706374126.921813, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203288, "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": "931413434", "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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 27 January 2024 16:49:34 +0000 (0:00:00.221) 0:01:34.323 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 27 January 2024 16:49:34 +0000 (0:00:00.042) 0:01:34.366 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 27 January 2024 16:49:34 +0000 (0:00:00.020) 0:01:34.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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 27 January 2024 16:49:34 +0000 (0:00:00.019) 0:01:34.405 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 27 January 2024 16:49:34 +0000 (0:00:00.019) 0:01:34.425 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 27 January 2024 16:49:34 +0000 (0:00:00.021) 0:01:34.446 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 27 January 2024 16:49:34 +0000 (0:00:00.029) 0:01:34.476 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 27 January 2024 16:49:34 +0000 (0:00:00.038) 0:01:34.514 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 27 January 2024 16:49:35 +0000 (0:00:00.031) 0:01:34.545 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 27 January 2024 16:49:35 +0000 (0:00:00.030) 0:01:34.576 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 27 January 2024 16:49:35 +0000 (0:00:00.066) 0:01:34.642 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Saturday 27 January 2024 16:49:35 +0000 (0:00:00.027) 0:01:34.670 ****** included: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Enable lingering if needed] ****************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Saturday 27 January 2024 16:49:35 +0000 (0:00:00.049) 0:01:34.719 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:8 Saturday 27 January 2024 16:49:35 +0000 (0:00:00.022) 0:01:34.741 ****** TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:26 Saturday 27 January 2024 16:49:35 +0000 (0:00:00.030) 0:01:34.771 ****** ok: [sut] => (item=this_is_a_bogus_image) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "this_is_a_bogus_image" } MSG: Failed to pull image this_is_a_bogus_image:latest TASK [linux-system-roles.podman : Ensure the quadlet directory is present] ***** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:43 Saturday 27 January 2024 16:49:36 +0000 (0:00:00.795) 0:01:35.567 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:52 Saturday 27 January 2024 16:49:36 +0000 (0:00:00.234) 0:01:35.801 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:62 Saturday 27 January 2024 16:49:36 +0000 (0:00:00.022) 0:01:35.824 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure quadlet file is present] ************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:74 Saturday 27 January 2024 16:49:36 +0000 (0:00:00.020) 0:01:35.844 ****** 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-1706374176.3469167-8641-231571188222887/source", "state": "file", "uid": 0 } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:86 Saturday 27 January 2024 16:49:36 +0000 (0:00:00.628) 0:01:36.472 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:115 Saturday 27 January 2024 16:49:36 +0000 (0:00:00.021) 0:01:36.494 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:131 Saturday 27 January 2024 16:49:36 +0000 (0:00:00.022) 0:01:36.517 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify image not pulled and no error] ************************************ task path: /WORKDIR/git-weekly-civ8r4joe3/tests/tests_quadlet_basic.yml:87 Saturday 27 January 2024 16:49:37 +0000 (0:00:00.024) 0:01:36.542 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/tests_quadlet_basic.yml:94 Saturday 27 January 2024 16:49:37 +0000 (0:00:00.023) 0:01:36.565 ****** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 27 January 2024 16:49:37 +0000 (0:00:00.065) 0:01:36.630 ****** included: /WORKDIR/git-weekly-civ8r4joe3/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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 27 January 2024 16:49:37 +0000 (0:00:00.033) 0:01:36.664 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if system is ostree] ******************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 27 January 2024 16:49:37 +0000 (0:00:00.053) 0:01:36.717 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 27 January 2024 16:49:37 +0000 (0:00:00.020) 0:01:36.738 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 27 January 2024 16:49:37 +0000 (0:00:00.021) 0:01:36.759 ****** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-civ8r4joe3/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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 27 January 2024 16:49:37 +0000 (0:00:00.052) 0:01:36.811 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 27 January 2024 16:49:38 +0000 (0:00:00.929) 0:01:37.741 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure required packages are installed] ****** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 27 January 2024 16:49:38 +0000 (0:00:00.025) 0:01:37.766 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 27 January 2024 16:49:38 +0000 (0:00:00.025) 0:01:37.792 ****** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.033228", "end": "2024-01-27 16:49:38.466219", "rc": 0, "start": "2024-01-27 16:49:38.432991" } STDOUT: podman version 4.8.3 TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:28 Saturday 27 January 2024 16:49:38 +0000 (0:00:00.247) 0:01:38.039 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:32 Saturday 27 January 2024 16:49:38 +0000 (0:00:00.033) 0:01:38.073 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:39 Saturday 27 January 2024 16:49:38 +0000 (0:00:00.027) 0:01:38.100 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:56 Saturday 27 January 2024 16:49:38 +0000 (0:00:00.064) 0:01:38.165 ****** included: /WORKDIR/git-weekly-civ8r4joe3/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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 27 January 2024 16:49:38 +0000 (0:00:00.052) 0:01:38.217 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 27 January 2024 16:49:38 +0000 (0:00:00.031) 0:01:38.249 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 27 January 2024 16:49:38 +0000 (0:00:00.039) 0:01:38.289 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 27 January 2024 16:49:38 +0000 (0:00:00.031) 0:01:38.320 ****** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 27 January 2024 16:49:39 +0000 (0:00:00.228) 0:01:38.549 ****** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 27 January 2024 16:49:39 +0000 (0:00:00.028) 0:01:38.577 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1706374168.4245381, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1706374126.921813, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203288, "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": "931413434", "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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 27 January 2024 16:49:39 +0000 (0:00:00.228) 0:01:38.806 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 27 January 2024 16:49:39 +0000 (0:00:00.025) 0:01:38.831 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 27 January 2024 16:49:39 +0000 (0:00:00.022) 0:01:38.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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 27 January 2024 16:49:39 +0000 (0:00:00.021) 0:01:38.875 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 27 January 2024 16:49:39 +0000 (0:00:00.030) 0:01:38.905 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 27 January 2024 16:49:39 +0000 (0:00:00.021) 0:01:38.927 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:62 Saturday 27 January 2024 16:49:39 +0000 (0:00:00.021) 0:01:38.948 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:80 Saturday 27 January 2024 16:49:39 +0000 (0:00:00.035) 0:01:38.983 ****** included: /WORKDIR/git-weekly-civ8r4joe3/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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 27 January 2024 16:49:39 +0000 (0:00:00.091) 0:01:39.074 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 27 January 2024 16:49:39 +0000 (0:00:00.023) 0:01:39.098 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:83 Saturday 27 January 2024 16:49:39 +0000 (0:00:00.036) 0:01:39.134 ****** included: /WORKDIR/git-weekly-civ8r4joe3/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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 27 January 2024 16:49:39 +0000 (0:00:00.053) 0:01:39.188 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 27 January 2024 16:49:39 +0000 (0:00:00.021) 0:01:39.210 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:86 Saturday 27 January 2024 16:49:39 +0000 (0:00:00.020) 0:01:39.230 ****** included: /WORKDIR/git-weekly-civ8r4joe3/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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 27 January 2024 16:49:39 +0000 (0:00:00.037) 0:01:39.267 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 27 January 2024 16:49:39 +0000 (0:00:00.022) 0:01:39.289 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:89 Saturday 27 January 2024 16:49:39 +0000 (0:00:00.020) 0:01:39.310 ****** included: /WORKDIR/git-weekly-civ8r4joe3/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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 27 January 2024 16:49:39 +0000 (0:00:00.039) 0:01:39.350 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stat the policy.json file] ******************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 27 January 2024 16:49:39 +0000 (0:00:00.020) 0:01:39.370 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get the existing policy.json] **************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 27 January 2024 16:49:39 +0000 (0:00:00.021) 0:01:39.391 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Write new policy.json file] ****************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 27 January 2024 16:49:39 +0000 (0:00:00.036) 0:01:39.428 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:95 Saturday 27 January 2024 16:49:39 +0000 (0:00:00.040) 0:01:39.469 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:102 Saturday 27 January 2024 16:49:39 +0000 (0:00:00.031) 0:01:39.500 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:109 Saturday 27 January 2024 16:49:40 +0000 (0:00:00.065) 0:01:39.566 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:116 Saturday 27 January 2024 16:49:40 +0000 (0:00:00.032) 0:01:39.599 ****** TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:122 Saturday 27 January 2024 16:49:40 +0000 (0:00:00.020) 0:01:39.619 ****** included: /WORKDIR/git-weekly-civ8r4joe3/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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 27 January 2024 16:49:40 +0000 (0:00:00.057) 0:01:39.677 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 27 January 2024 16:49:40 +0000 (0:00:00.026) 0:01:39.704 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 27 January 2024 16:49:40 +0000 (0:00:00.029) 0:01:39.734 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 27 January 2024 16:49:40 +0000 (0:00:00.036) 0:01:39.770 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 27 January 2024 16:49:40 +0000 (0:00:00.042) 0:01:39.812 ****** included: /WORKDIR/git-weekly-civ8r4joe3/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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 27 January 2024 16:49:40 +0000 (0:00:00.037) 0:01:39.849 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 27 January 2024 16:49:40 +0000 (0:00:00.026) 0:01:39.876 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 27 January 2024 16:49:40 +0000 (0:00:00.025) 0:01:39.901 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 27 January 2024 16:49:40 +0000 (0:00:00.027) 0:01:39.929 ****** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 27 January 2024 16:49:40 +0000 (0:00:00.223) 0:01:40.152 ****** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 27 January 2024 16:49:40 +0000 (0:00:00.026) 0:01:40.179 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1706374168.4245381, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1706374126.921813, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203288, "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": "931413434", "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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 27 January 2024 16:49:40 +0000 (0:00:00.246) 0:01:40.425 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 27 January 2024 16:49:40 +0000 (0:00:00.022) 0:01:40.447 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 27 January 2024 16:49:40 +0000 (0:00:00.020) 0:01:40.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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 27 January 2024 16:49:40 +0000 (0:00:00.021) 0:01:40.489 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 27 January 2024 16:49:40 +0000 (0:00:00.020) 0:01:40.510 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 27 January 2024 16:49:41 +0000 (0:00:00.031) 0:01:40.541 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 27 January 2024 16:49:41 +0000 (0:00:00.021) 0:01:40.562 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 27 January 2024 16:49:41 +0000 (0:00:00.044) 0:01:40.607 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 27 January 2024 16:49:41 +0000 (0:00:00.029) 0:01:40.636 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 27 January 2024 16:49:41 +0000 (0:00:00.028) 0:01:40.665 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 27 January 2024 16:49:41 +0000 (0:00:00.048) 0:01:40.714 ****** included: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Saturday 27 January 2024 16:49:41 +0000 (0:00:00.057) 0:01:40.771 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:22 Saturday 27 January 2024 16:49:41 +0000 (0:00:00.678) 0:01:41.450 ****** changed: [sut] => { "changed": true, "path": "/etc/containers/systemd/nopull.container", "state": "absent" } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:31 Saturday 27 January 2024 16:49:42 +0000 (0:00:00.248) 0:01:41.699 ****** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:40 Saturday 27 January 2024 16:49:43 +0000 (0:00:00.971) 0:01:42.670 ****** changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.042196", "end": "2024-01-27 16:49:43.363628", "rc": 0, "start": "2024-01-27 16:49:43.321432" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:48 Saturday 27 January 2024 16:49:43 +0000 (0:00:00.264) 0:01:42.935 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Gather facts for all containers] ************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:57 Saturday 27 January 2024 16:49:43 +0000 (0:00:00.021) 0:01:42.956 ****** 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 : Gather facts for networks] ******************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:66 Saturday 27 January 2024 16:49:43 +0000 (0:00:00.372) 0:01:43.329 ****** ok: [sut] => { "changed": false, "cmd": [ "podman", "network", "ls", "-q" ], "delta": "0:00:00.036951", "end": "2024-01-27 16:49:44.014620", "rc": 0, "start": "2024-01-27 16:49:43.977669" } STDOUT: podman TASK [linux-system-roles.podman : Cancel linger if no more resources are in use] *** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:75 Saturday 27 January 2024 16:49:44 +0000 (0:00:00.257) 0:01:43.587 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Saturday 27 January 2024 16:49:44 +0000 (0:00:00.020) 0:01:43.608 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 27 January 2024 16:49:44 +0000 (0:00:00.019) 0:01:43.627 ****** included: /WORKDIR/git-weekly-civ8r4joe3/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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 27 January 2024 16:49:44 +0000 (0:00:00.033) 0:01:43.661 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if system is ostree] ******************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 27 January 2024 16:49:44 +0000 (0:00:00.050) 0:01:43.711 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 27 January 2024 16:49:44 +0000 (0:00:00.021) 0:01:43.733 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 27 January 2024 16:49:44 +0000 (0:00:00.021) 0:01:43.755 ****** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-civ8r4joe3/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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 27 January 2024 16:49:44 +0000 (0:00:00.050) 0:01:43.805 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 27 January 2024 16:49:45 +0000 (0:00:00.931) 0:01:44.737 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure required packages are installed] ****** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 27 January 2024 16:49:45 +0000 (0:00:00.022) 0:01:44.759 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 27 January 2024 16:49:45 +0000 (0:00:00.025) 0:01:44.785 ****** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.033026", "end": "2024-01-27 16:49:45.458819", "rc": 0, "start": "2024-01-27 16:49:45.425793" } STDOUT: podman version 4.8.3 TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:28 Saturday 27 January 2024 16:49:45 +0000 (0:00:00.245) 0:01:45.031 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:32 Saturday 27 January 2024 16:49:45 +0000 (0:00:00.027) 0:01:45.058 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:39 Saturday 27 January 2024 16:49:45 +0000 (0:00:00.023) 0:01:45.081 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:56 Saturday 27 January 2024 16:49:45 +0000 (0:00:00.062) 0:01:45.144 ****** included: /WORKDIR/git-weekly-civ8r4joe3/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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 27 January 2024 16:49:45 +0000 (0:00:00.038) 0:01:45.183 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 27 January 2024 16:49:45 +0000 (0:00:00.027) 0:01:45.210 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 27 January 2024 16:49:45 +0000 (0:00:00.026) 0:01:45.237 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 27 January 2024 16:49:45 +0000 (0:00:00.027) 0:01:45.265 ****** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 27 January 2024 16:49:45 +0000 (0:00:00.250) 0:01:45.515 ****** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 27 January 2024 16:49:46 +0000 (0:00:00.027) 0:01:45.542 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1706374168.4245381, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1706374126.921813, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203288, "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": "931413434", "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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 27 January 2024 16:49:46 +0000 (0:00:00.221) 0:01:45.764 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 27 January 2024 16:49:46 +0000 (0:00:00.037) 0:01:45.801 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 27 January 2024 16:49:46 +0000 (0:00:00.031) 0:01:45.833 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 27 January 2024 16:49:46 +0000 (0:00:00.030) 0:01:45.863 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 27 January 2024 16:49:46 +0000 (0:00:00.031) 0:01:45.894 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 27 January 2024 16:49:46 +0000 (0:00:00.042) 0:01:45.937 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:62 Saturday 27 January 2024 16:49:46 +0000 (0:00:00.023) 0:01:45.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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:80 Saturday 27 January 2024 16:49:46 +0000 (0:00:00.043) 0:01:46.004 ****** included: /WORKDIR/git-weekly-civ8r4joe3/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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 27 January 2024 16:49:46 +0000 (0:00:00.093) 0:01:46.098 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 27 January 2024 16:49:46 +0000 (0:00:00.040) 0:01:46.139 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:83 Saturday 27 January 2024 16:49:46 +0000 (0:00:00.034) 0:01:46.173 ****** included: /WORKDIR/git-weekly-civ8r4joe3/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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 27 January 2024 16:49:46 +0000 (0:00:00.050) 0:01:46.224 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 27 January 2024 16:49:46 +0000 (0:00:00.040) 0:01:46.265 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:86 Saturday 27 January 2024 16:49:46 +0000 (0:00:00.026) 0:01:46.292 ****** included: /WORKDIR/git-weekly-civ8r4joe3/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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 27 January 2024 16:49:46 +0000 (0:00:00.046) 0:01:46.338 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 27 January 2024 16:49:46 +0000 (0:00:00.022) 0:01:46.361 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:89 Saturday 27 January 2024 16:49:46 +0000 (0:00:00.020) 0:01:46.381 ****** included: /WORKDIR/git-weekly-civ8r4joe3/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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 27 January 2024 16:49:46 +0000 (0:00:00.040) 0:01:46.421 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stat the policy.json file] ******************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 27 January 2024 16:49:46 +0000 (0:00:00.023) 0:01:46.445 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get the existing policy.json] **************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 27 January 2024 16:49:46 +0000 (0:00:00.022) 0:01:46.467 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Write new policy.json file] ****************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 27 January 2024 16:49:46 +0000 (0:00:00.020) 0:01:46.488 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:95 Saturday 27 January 2024 16:49:46 +0000 (0:00:00.048) 0:01:46.536 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:102 Saturday 27 January 2024 16:49:47 +0000 (0:00:00.020) 0:01:46.557 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:109 Saturday 27 January 2024 16:49:47 +0000 (0:00:00.021) 0:01:46.579 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:116 Saturday 27 January 2024 16:49:47 +0000 (0:00:00.020) 0:01:46.599 ****** TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:122 Saturday 27 January 2024 16:49:47 +0000 (0:00:00.019) 0:01:46.618 ****** included: /WORKDIR/git-weekly-civ8r4joe3/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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 27 January 2024 16:49:47 +0000 (0:00:00.047) 0:01:46.666 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 27 January 2024 16:49:47 +0000 (0:00:00.025) 0:01:46.691 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 27 January 2024 16:49:47 +0000 (0:00:00.024) 0:01:46.715 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 27 January 2024 16:49:47 +0000 (0:00:00.021) 0:01:46.737 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 27 January 2024 16:49:47 +0000 (0:00:00.028) 0:01:46.765 ****** included: /WORKDIR/git-weekly-civ8r4joe3/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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 27 January 2024 16:49:47 +0000 (0:00:00.034) 0:01:46.800 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 27 January 2024 16:49:47 +0000 (0:00:00.024) 0:01:46.824 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 27 January 2024 16:49:47 +0000 (0:00:00.023) 0:01:46.848 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 27 January 2024 16:49:47 +0000 (0:00:00.026) 0:01:46.874 ****** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 27 January 2024 16:49:47 +0000 (0:00:00.223) 0:01:47.098 ****** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 27 January 2024 16:49:47 +0000 (0:00:00.063) 0:01:47.162 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1706374168.4245381, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1706374126.921813, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203288, "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": "931413434", "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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 27 January 2024 16:49:47 +0000 (0:00:00.223) 0:01:47.386 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 27 January 2024 16:49:47 +0000 (0:00:00.020) 0:01:47.406 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 27 January 2024 16:49:47 +0000 (0:00:00.018) 0:01:47.425 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 27 January 2024 16:49:47 +0000 (0:00:00.019) 0:01:47.445 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 27 January 2024 16:49:47 +0000 (0:00:00.018) 0:01:47.464 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 27 January 2024 16:49:47 +0000 (0:00:00.019) 0:01:47.483 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 27 January 2024 16:49:47 +0000 (0:00:00.018) 0:01:47.501 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 27 January 2024 16:49:48 +0000 (0:00:00.035) 0:01:47.537 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 27 January 2024 16:49:48 +0000 (0:00:00.020) 0:01:47.558 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 27 January 2024 16:49:48 +0000 (0:00:00.018) 0:01:47.576 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 27 January 2024 16:49:48 +0000 (0:00:00.044) 0:01:47.621 ****** included: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Saturday 27 January 2024 16:49:48 +0000 (0:00:00.040) 0:01:47.661 ****** 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 basic.target sysinit.target -.mount systemd-journald.socket", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "yes", "DelegateControllers": "cpu cpuacct cpuset io blkio memory devices pids bpf-firewall bpf-devices bpf-foreign bpf-socket-bind bpf-restrict-network-interfaces", "Description": "bogus.service", "DevicePolicy": "auto", "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": "-.mount sysinit.target system.slice", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:22 Saturday 27 January 2024 16:49:49 +0000 (0:00:00.986) 0:01:48.648 ****** changed: [sut] => { "changed": true, "path": "/etc/containers/systemd/bogus.container", "state": "absent" } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:31 Saturday 27 January 2024 16:49:49 +0000 (0:00:00.220) 0:01:48.869 ****** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:40 Saturday 27 January 2024 16:49:50 +0000 (0:00:01.013) 0:01:49.883 ****** changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.040660", "end": "2024-01-27 16:49:50.573425", "rc": 0, "start": "2024-01-27 16:49:50.532765" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:48 Saturday 27 January 2024 16:49:50 +0000 (0:00:00.261) 0:01:50.144 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Gather facts for all containers] ************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:57 Saturday 27 January 2024 16:49:50 +0000 (0:00:00.021) 0:01:50.166 ****** 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 : Gather facts for networks] ******************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:66 Saturday 27 January 2024 16:49:50 +0000 (0:00:00.257) 0:01:50.423 ****** ok: [sut] => { "changed": false, "cmd": [ "podman", "network", "ls", "-q" ], "delta": "0:00:00.038724", "end": "2024-01-27 16:49:51.112927", "rc": 0, "start": "2024-01-27 16:49:51.074203" } STDOUT: podman TASK [linux-system-roles.podman : Cancel linger if no more resources are in use] *** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:75 Saturday 27 January 2024 16:49:51 +0000 (0:00:00.260) 0:01:50.683 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Saturday 27 January 2024 16:49:51 +0000 (0:00:00.020) 0:01:50.704 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create user for testing] ************************************************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/tests_quadlet_basic.yml:106 Saturday 27 January 2024 16:49:51 +0000 (0:00:00.019) 0:01:50.723 ****** changed: [sut] => { "changed": true, "comment": "", "create_home": true, "group": 1111, "home": "/home/user_quadlet_basic", "name": "user_quadlet_basic", "shell": "/bin/bash", "state": "present", "system": false, "uid": 1111 } TASK [Run the role - user] ***************************************************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/tests_quadlet_basic.yml:111 Saturday 27 January 2024 16:49:51 +0000 (0:00:00.467) 0:01:51.191 ****** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 27 January 2024 16:49:51 +0000 (0:00:00.041) 0:01:51.232 ****** included: /WORKDIR/git-weekly-civ8r4joe3/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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 27 January 2024 16:49:51 +0000 (0:00:00.040) 0:01:51.272 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if system is ostree] ******************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 27 January 2024 16:49:51 +0000 (0:00:00.025) 0:01:51.298 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 27 January 2024 16:49:51 +0000 (0:00:00.018) 0:01:51.317 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 27 January 2024 16:49:51 +0000 (0:00:00.019) 0:01:51.336 ****** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-civ8r4joe3/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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 27 January 2024 16:49:51 +0000 (0:00:00.047) 0:01:51.384 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 27 January 2024 16:49:52 +0000 (0:00:00.973) 0:01:52.357 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure required packages are installed] ****** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 27 January 2024 16:49:52 +0000 (0:00:00.022) 0:01:52.380 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 27 January 2024 16:49:52 +0000 (0:00:00.042) 0:01:52.422 ****** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.033769", "end": "2024-01-27 16:49:53.100020", "rc": 0, "start": "2024-01-27 16:49:53.066251" } STDOUT: podman version 4.8.3 TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:28 Saturday 27 January 2024 16:49:53 +0000 (0:00:00.248) 0:01:52.671 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:32 Saturday 27 January 2024 16:49:53 +0000 (0:00:00.022) 0:01:52.693 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:39 Saturday 27 January 2024 16:49:53 +0000 (0:00:00.022) 0:01:52.716 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:56 Saturday 27 January 2024 16:49:53 +0000 (0:00:00.117) 0:01:52.834 ****** included: /WORKDIR/git-weekly-civ8r4joe3/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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 27 January 2024 16:49:53 +0000 (0:00:00.058) 0:01:52.892 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 27 January 2024 16:49:53 +0000 (0:00:00.238) 0:01:53.131 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 27 January 2024 16:49:53 +0000 (0:00:00.025) 0:01:53.156 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 27 January 2024 16:49:53 +0000 (0:00:00.031) 0:01:53.187 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 27 January 2024 16:49:53 +0000 (0:00:00.223) 0:01:53.411 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 27 January 2024 16:49:53 +0000 (0:00:00.026) 0:01:53.437 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1706374168.4245381, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1706374126.921813, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203288, "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": "931413434", "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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 27 January 2024 16:49:54 +0000 (0:00:00.215) 0:01:53.653 ****** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.004503", "end": "2024-01-27 16:49:54.301732", "rc": 0, "start": "2024-01-27 16:49:54.297229" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 27 January 2024 16:49:54 +0000 (0:00:00.236) 0:01:53.889 ****** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.004524", "end": "2024-01-27 16:49:54.547778", "rc": 0, "start": "2024-01-27 16:49:54.543254" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 27 January 2024 16:49:54 +0000 (0:00:00.229) 0:01:54.119 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 27 January 2024 16:49:54 +0000 (0:00:00.021) 0:01:54.140 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 27 January 2024 16:49:54 +0000 (0:00:00.021) 0:01:54.162 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 27 January 2024 16:49:54 +0000 (0:00:00.021) 0:01:54.184 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:62 Saturday 27 January 2024 16:49:54 +0000 (0:00:00.030) 0:01:54.214 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:80 Saturday 27 January 2024 16:49:54 +0000 (0:00:00.036) 0:01:54.250 ****** included: /WORKDIR/git-weekly-civ8r4joe3/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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 27 January 2024 16:49:54 +0000 (0:00:00.039) 0:01:54.289 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 27 January 2024 16:49:54 +0000 (0:00:00.028) 0:01:54.318 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:83 Saturday 27 January 2024 16:49:54 +0000 (0:00:00.039) 0:01:54.358 ****** included: /WORKDIR/git-weekly-civ8r4joe3/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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 27 January 2024 16:49:54 +0000 (0:00:00.053) 0:01:54.411 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 27 January 2024 16:49:54 +0000 (0:00:00.031) 0:01:54.442 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:86 Saturday 27 January 2024 16:49:54 +0000 (0:00:00.027) 0:01:54.470 ****** included: /WORKDIR/git-weekly-civ8r4joe3/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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 27 January 2024 16:49:55 +0000 (0:00:00.084) 0:01:54.555 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 27 January 2024 16:49:55 +0000 (0:00:00.025) 0:01:54.580 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:89 Saturday 27 January 2024 16:49:55 +0000 (0:00:00.038) 0:01:54.619 ****** included: /WORKDIR/git-weekly-civ8r4joe3/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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 27 January 2024 16:49:55 +0000 (0:00:00.058) 0:01:54.678 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stat the policy.json file] ******************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 27 January 2024 16:49:55 +0000 (0:00:00.029) 0:01:54.708 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get the existing policy.json] **************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 27 January 2024 16:49:55 +0000 (0:00:00.030) 0:01:54.738 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Write new policy.json file] ****************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 27 January 2024 16:49:55 +0000 (0:00:00.031) 0:01:54.770 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:95 Saturday 27 January 2024 16:49:55 +0000 (0:00:00.033) 0:01:54.804 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:102 Saturday 27 January 2024 16:49:55 +0000 (0:00:00.022) 0:01:54.826 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:109 Saturday 27 January 2024 16:49:55 +0000 (0:00:00.025) 0:01:54.851 ****** included: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml for sut TASK [linux-system-roles.podman : Set variables part 0] ************************ task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:3 Saturday 27 January 2024 16:49:55 +0000 (0:00:00.077) 0:01:54.929 ****** 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 : Set variables part 1] ************************ task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:12 Saturday 27 January 2024 16:49:55 +0000 (0:00:00.058) 0:01:54.987 ****** ok: [sut] => { "ansible_facts": { "__podman_user": "user_quadlet_basic" }, "changed": false } TASK [linux-system-roles.podman : Set variables part 2] ************************ task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:17 Saturday 27 January 2024 16:49:55 +0000 (0:00:00.031) 0:01:55.019 ****** ok: [sut] => { "ansible_facts": { "__podman_rootless": true, "__podman_xdg_runtime_dir": "/run/user/1111" }, "changed": false } TASK [linux-system-roles.podman : Manage each secret] ************************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:23 Saturday 27 January 2024 16:49:55 +0000 (0:00:00.040) 0:01:55.059 ****** changed: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [linux-system-roles.podman : Handle Kubernetes specifications] ************ task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:116 Saturday 27 January 2024 16:49:56 +0000 (0:00:00.846) 0:01:55.905 ****** TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:122 Saturday 27 January 2024 16:49:56 +0000 (0:00:00.021) 0:01:55.927 ****** included: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut included: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut included: /WORKDIR/git-weekly-civ8r4joe3/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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 27 January 2024 16:49:56 +0000 (0:00:00.059) 0:01:55.987 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 27 January 2024 16:49:56 +0000 (0:00:00.027) 0:01:56.014 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 27 January 2024 16:49:56 +0000 (0:00:00.026) 0:01:56.041 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 27 January 2024 16:49:56 +0000 (0:00:00.030) 0:01:56.071 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 27 January 2024 16:49:56 +0000 (0:00:00.030) 0:01:56.102 ****** included: /WORKDIR/git-weekly-civ8r4joe3/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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 27 January 2024 16:49:56 +0000 (0:00:00.038) 0:01:56.140 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 27 January 2024 16:49:56 +0000 (0:00:00.027) 0:01:56.168 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 27 January 2024 16:49:56 +0000 (0:00:00.026) 0:01:56.195 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 27 January 2024 16:49:56 +0000 (0:00:00.029) 0:01:56.224 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 27 January 2024 16:49:56 +0000 (0:00:00.251) 0:01:56.476 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 27 January 2024 16:49:56 +0000 (0:00:00.030) 0:01:56.507 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1706374168.4245381, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1706374126.921813, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203288, "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": "931413434", "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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 27 January 2024 16:49:57 +0000 (0:00:00.286) 0:01:56.793 ****** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.004459", "end": "2024-01-27 16:49:57.444027", "rc": 0, "start": "2024-01-27 16:49:57.439568" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 27 January 2024 16:49:57 +0000 (0:00:00.221) 0:01:57.014 ****** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.004498", "end": "2024-01-27 16:49:57.660960", "rc": 0, "start": "2024-01-27 16:49:57.656462" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 27 January 2024 16:49:57 +0000 (0:00:00.217) 0:01:57.232 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 27 January 2024 16:49:57 +0000 (0:00:00.026) 0:01:57.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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 27 January 2024 16:49:57 +0000 (0:00:00.023) 0:01:57.282 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 27 January 2024 16:49:57 +0000 (0:00:00.019) 0:01:57.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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 27 January 2024 16:49:57 +0000 (0:00:00.020) 0:01:57.323 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 27 January 2024 16:49:57 +0000 (0:00:00.035) 0:01:57.359 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 27 January 2024 16:49:57 +0000 (0:00:00.022) 0:01:57.381 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 27 January 2024 16:49:57 +0000 (0:00:00.020) 0:01:57.401 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 27 January 2024 16:49:57 +0000 (0:00:00.048) 0:01:57.449 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Saturday 27 January 2024 16:49:57 +0000 (0:00:00.020) 0:01:57.470 ****** included: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Enable lingering if needed] ****************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Saturday 27 January 2024 16:49:57 +0000 (0:00:00.041) 0:01:57.512 ****** changed: [sut] => { "changed": true, "cmd": [ "loginctl", "enable-linger", "user_quadlet_basic" ], "delta": "0:00:00.024967", "end": "2024-01-27 16:49:58.179111", "rc": 0, "start": "2024-01-27 16:49:58.154144" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:8 Saturday 27 January 2024 16:49:58 +0000 (0:00:00.239) 0:01:57.751 ****** TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:26 Saturday 27 January 2024 16:49:58 +0000 (0:00:00.045) 0:01:57.797 ****** TASK [linux-system-roles.podman : Ensure the quadlet directory is present] ***** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:43 Saturday 27 January 2024 16:49:58 +0000 (0:00:00.019) 0:01:57.816 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:52 Saturday 27 January 2024 16:49:58 +0000 (0:00:00.287) 0:01:58.104 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:62 Saturday 27 January 2024 16:49:58 +0000 (0:00:00.020) 0:01:58.124 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure quadlet file is present] ************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:74 Saturday 27 January 2024 16:49:58 +0000 (0:00:00.021) 0:01:58.146 ****** 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-1706374198.6471884-9164-104148419600919/source", "state": "file", "uid": 1111 } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:86 Saturday 27 January 2024 16:49:59 +0000 (0:00:00.578) 0:01:58.724 ****** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:115 Saturday 27 January 2024 16:49:59 +0000 (0:00:00.679) 0:01:59.403 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:131 Saturday 27 January 2024 16:49:59 +0000 (0:00:00.030) 0:01:59.434 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 27 January 2024 16:49:59 +0000 (0:00:00.049) 0:01:59.484 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 27 January 2024 16:50:00 +0000 (0:00:00.057) 0:01:59.541 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 27 January 2024 16:50:00 +0000 (0:00:00.039) 0:01:59.581 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 27 January 2024 16:50:00 +0000 (0:00:00.020) 0:01:59.602 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 27 January 2024 16:50:00 +0000 (0:00:00.057) 0:01:59.659 ****** included: /WORKDIR/git-weekly-civ8r4joe3/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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 27 January 2024 16:50:00 +0000 (0:00:00.037) 0:01:59.696 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 27 January 2024 16:50:00 +0000 (0:00:00.026) 0:01:59.722 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 27 January 2024 16:50:00 +0000 (0:00:00.024) 0:01:59.747 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 27 January 2024 16:50:00 +0000 (0:00:00.038) 0:01:59.786 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 27 January 2024 16:50:00 +0000 (0:00:00.241) 0:02:00.028 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 27 January 2024 16:50:00 +0000 (0:00:00.034) 0:02:00.063 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1706374168.4245381, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1706374126.921813, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203288, "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": "931413434", "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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 27 January 2024 16:50:00 +0000 (0:00:00.237) 0:02:00.300 ****** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.004398", "end": "2024-01-27 16:50:00.954124", "rc": 0, "start": "2024-01-27 16:50:00.949726" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 27 January 2024 16:50:00 +0000 (0:00:00.223) 0:02:00.524 ****** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.004523", "end": "2024-01-27 16:50:01.179612", "rc": 0, "start": "2024-01-27 16:50:01.175089" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 27 January 2024 16:50:01 +0000 (0:00:00.230) 0:02:00.754 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 27 January 2024 16:50:01 +0000 (0:00:00.020) 0:02:00.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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 27 January 2024 16:50:01 +0000 (0:00:00.020) 0:02:00.795 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 27 January 2024 16:50:01 +0000 (0:00:00.019) 0:02:00.815 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 27 January 2024 16:50:01 +0000 (0:00:00.018) 0:02:00.834 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 27 January 2024 16:50:01 +0000 (0:00:00.069) 0:02:00.904 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 27 January 2024 16:50:01 +0000 (0:00:00.022) 0:02:00.927 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 27 January 2024 16:50:01 +0000 (0:00:00.023) 0:02:00.951 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 27 January 2024 16:50:01 +0000 (0:00:00.047) 0:02:00.998 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Saturday 27 January 2024 16:50:01 +0000 (0:00:00.021) 0:02:01.020 ****** included: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Enable lingering if needed] ****************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Saturday 27 January 2024 16:50:01 +0000 (0:00:00.043) 0:02:01.064 ****** 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 : Create host directories] ********************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:8 Saturday 27 January 2024 16:50:01 +0000 (0:00:00.229) 0:02:01.293 ****** TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:26 Saturday 27 January 2024 16:50:01 +0000 (0:00:00.020) 0:02:01.314 ****** TASK [linux-system-roles.podman : Ensure the quadlet directory is present] ***** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:43 Saturday 27 January 2024 16:50:01 +0000 (0:00:00.022) 0:02:01.336 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:52 Saturday 27 January 2024 16:50:02 +0000 (0:00:00.232) 0:02:01.569 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:62 Saturday 27 January 2024 16:50:02 +0000 (0:00:00.023) 0:02:01.593 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure quadlet file is present] ************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:74 Saturday 27 January 2024 16:50:02 +0000 (0:00:00.040) 0:02:01.633 ****** 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-1706374202.1375859-9245-239115647714406/source", "state": "file", "uid": 1111 } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:86 Saturday 27 January 2024 16:50:02 +0000 (0:00:00.580) 0:02:02.213 ****** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:115 Saturday 27 January 2024 16:50:03 +0000 (0:00:00.664) 0:02:02.877 ****** 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": "app.slice -.mount run-user-1111.mount basic.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "quadlet-basic-mysql-volume.service", "DevicePolicy": "auto", "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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:131 Saturday 27 January 2024 16:50:04 +0000 (0:00:00.703) 0:02:03.581 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 27 January 2024 16:50:04 +0000 (0:00:00.023) 0:02:03.604 ****** 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", "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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 27 January 2024 16:50:04 +0000 (0:00:00.025) 0:02:03.630 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 27 January 2024 16:50:04 +0000 (0:00:00.024) 0:02:03.655 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 27 January 2024 16:50:04 +0000 (0:00:00.020) 0:02:03.675 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 27 January 2024 16:50:04 +0000 (0:00:00.028) 0:02:03.704 ****** included: /WORKDIR/git-weekly-civ8r4joe3/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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 27 January 2024 16:50:04 +0000 (0:00:00.036) 0:02:03.741 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 27 January 2024 16:50:04 +0000 (0:00:00.024) 0:02:03.765 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 27 January 2024 16:50:04 +0000 (0:00:00.024) 0:02:03.790 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 27 January 2024 16:50:04 +0000 (0:00:00.027) 0:02:03.818 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 27 January 2024 16:50:04 +0000 (0:00:00.248) 0:02:04.066 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 27 January 2024 16:50:04 +0000 (0:00:00.026) 0:02:04.092 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1706374168.4245381, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1706374126.921813, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203288, "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": "931413434", "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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 27 January 2024 16:50:04 +0000 (0:00:00.221) 0:02:04.313 ****** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.004574", "end": "2024-01-27 16:50:04.963414", "rc": 0, "start": "2024-01-27 16:50:04.958840" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 27 January 2024 16:50:04 +0000 (0:00:00.220) 0:02:04.534 ****** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.004520", "end": "2024-01-27 16:50:05.181348", "rc": 0, "start": "2024-01-27 16:50:05.176828" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 27 January 2024 16:50:05 +0000 (0:00:00.217) 0:02:04.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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 27 January 2024 16:50:05 +0000 (0:00:00.020) 0:02:04.772 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 27 January 2024 16:50:05 +0000 (0:00:00.019) 0:02:04.792 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 27 January 2024 16:50:05 +0000 (0:00:00.019) 0:02:04.812 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 27 January 2024 16:50:05 +0000 (0:00:00.018) 0:02:04.831 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 27 January 2024 16:50:05 +0000 (0:00:00.035) 0:02:04.867 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 27 January 2024 16:50:05 +0000 (0:00:00.020) 0:02:04.887 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 27 January 2024 16:50:05 +0000 (0:00:00.019) 0:02:04.907 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 27 January 2024 16:50:05 +0000 (0:00:00.045) 0:02:04.952 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Saturday 27 January 2024 16:50:05 +0000 (0:00:00.018) 0:02:04.971 ****** included: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Enable lingering if needed] ****************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Saturday 27 January 2024 16:50:05 +0000 (0:00:00.066) 0:02:05.038 ****** 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 : Create host directories] ********************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:8 Saturday 27 January 2024 16:50:05 +0000 (0:00:00.212) 0:02:05.250 ****** TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:26 Saturday 27 January 2024 16:50:05 +0000 (0:00:00.019) 0:02:05.270 ****** changed: [sut] => (item=quay.io/linux-system-roles/mysql:5.6) => { "actions": [ "Pulled image quay.io/linux-system-roles/mysql:5.6" ], "ansible_loop_var": "item", "changed": true, "failed_when_result": false, "image": [ { "Annotations": {}, "Architecture": "amd64", "Author": "", "Comment": "", "Config": { "Cmd": [ "mysqld" ], "Entrypoint": [ "docker-entrypoint.sh" ], "Env": [ "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "GOSU_VERSION=1.12", "MYSQL_MAJOR=5.6", "MYSQL_VERSION=5.6.51-1debian9" ], "ExposedPorts": { "3306/tcp": {} }, "Volumes": { "/var/lib/mysql": {} } }, "Created": "2021-12-21T02:57:59.587337844Z", "Digest": "sha256:2d0419de75076a55e0d0c0680b4f86ecdbb8a88de92054698a0028bcb218a3a8", "GraphDriver": { "Data": { "LowerDir": "/home/user_quadlet_basic/.local/share/containers/storage/overlay/63c8cde32bc583ca7971591c23194c1fd072197949f28fcad7f10780ad1af022/diff:/home/user_quadlet_basic/.local/share/containers/storage/overlay/4904a0ac4db0b6060c944fc7c882cba99b79b50f90151785350c0e4ba7f94390/diff:/home/user_quadlet_basic/.local/share/containers/storage/overlay/1822e40336d4b2b31d888f669f443965d4476dae35fd0a67e58eefd9c5ecb9e5/diff:/home/user_quadlet_basic/.local/share/containers/storage/overlay/988a3979591d296974121b0a893ec621ea5e9939ab3cc5e7c194dbe27f7b5677/diff:/home/user_quadlet_basic/.local/share/containers/storage/overlay/ba0315059f870fcb66ebd6517f455f714fb4eeeb4fdee9cefb3d7f59a7b0cdb7/diff:/home/user_quadlet_basic/.local/share/containers/storage/overlay/0dbdd9024cc38ecc226b2c4772718d32ff0abc288b41669d58d506274c16c67a/diff:/home/user_quadlet_basic/.local/share/containers/storage/overlay/f8ddb99f39386eac409b19f8b347a7a10ee91771cfb838c88793ad8947a233f5/diff:/home/user_quadlet_basic/.local/share/containers/storage/overlay/2ecb8e9889676e4b9b129bab56314644612905ce6e6ce1c92d5a86ac8f08f03b/diff:/home/user_quadlet_basic/.local/share/containers/storage/overlay/07e715cdf99b679f1e067f4819d1b7e1ba9ea24229ede4e6b45b9240fe5865f8/diff:/home/user_quadlet_basic/.local/share/containers/storage/overlay/2b83e5699838047f936a3875bcce7fe1b169983bf86785ae7519c5bc488558ae/diff", "UpperDir": "/home/user_quadlet_basic/.local/share/containers/storage/overlay/bb762056c5cde2e3213fe6ccf595176708249829a607b0afc5799075d4a852ec/diff", "WorkDir": "/home/user_quadlet_basic/.local/share/containers/storage/overlay/bb762056c5cde2e3213fe6ccf595176708249829a607b0afc5799075d4a852ec/work" }, "Name": "overlay" }, "History": [ { "created": "2021-12-21T01:24:41.626621944Z", "created_by": "/bin/sh -c #(nop) ADD file:b1650c19c1dd1f4cff71553f2bb0bc949944d0bc24b54c318b2880c14538648a in / " }, { "created": "2021-12-21T01:24:42.056427889Z", "created_by": "/bin/sh -c #(nop) CMD [\"bash\"]", "empty_layer": true }, { "created": "2021-12-21T02:56:59.289452902Z", "created_by": "/bin/sh -c groupadd -r mysql && useradd -r -g mysql mysql" }, { "created": "2021-12-21T02:57:05.692613282Z", "created_by": "/bin/sh -c apt-get update && apt-get install -y --no-install-recommends gnupg dirmngr && rm -rf /var/lib/apt/lists/*" }, { "created": "2021-12-21T02:57:05.921738618Z", "created_by": "/bin/sh -c #(nop) ENV GOSU_VERSION=1.12", "empty_layer": true }, { "created": "2021-12-21T02:57:18.981216995Z", "created_by": "/bin/sh -c set -eux; \tsavedAptMark=\"$(apt-mark showmanual)\"; \tapt-get update; \tapt-get install -y --no-install-recommends ca-certificates wget; \trm -rf /var/lib/apt/lists/*; \tdpkgArch=\"$(dpkg --print-architecture | awk -F- '{ print $NF }')\"; \twget -O /usr/local/bin/gosu \"https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch\"; \twget -O /usr/local/bin/gosu.asc \"https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch.asc\"; \texport GNUPGHOME=\"$(mktemp -d)\"; \tgpg --batch --keyserver hkps://keys.openpgp.org --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4; \tgpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu; \tgpgconf --kill all; \trm -rf \"$GNUPGHOME\" /usr/local/bin/gosu.asc; \tapt-mark auto '.*' > /dev/null; \t[ -z \"$savedAptMark\" ] || apt-mark manual $savedAptMark > /dev/null; \tapt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; \tchmod +x /usr/local/bin/gosu; \tgosu --version; \tgosu nobody true" }, { "created": "2021-12-21T02:57:19.781116502Z", "created_by": "/bin/sh -c mkdir /docker-entrypoint-initdb.d" }, { "created": "2021-12-21T02:57:25.555452451Z", "created_by": "/bin/sh -c apt-get update && apt-get install -y --no-install-recommends \t\tpwgen \t\tperl \t\txz-utils \t&& rm -rf /var/lib/apt/lists/*" }, { "created": "2021-12-21T02:57:37.684730941Z", "created_by": "/bin/sh -c set -ex; \tkey='A4A9406876FCBD3C456770C88C718D3B5072E1F5'; \texport GNUPGHOME=\"$(mktemp -d)\"; \tgpg --batch --keyserver keyserver.ubuntu.com --recv-keys \"$key\"; \tgpg --batch --export \"$key\" > /etc/apt/trusted.gpg.d/mysql.gpg; \tgpgconf --kill all; \trm -rf \"$GNUPGHOME\"; \tapt-key list > /dev/null" }, { "created": "2021-12-21T02:57:37.903115972Z", "created_by": "/bin/sh -c #(nop) ENV MYSQL_MAJOR=5.6", "empty_layer": true }, { "created": "2021-12-21T02:57:38.155528708Z", "created_by": "/bin/sh -c #(nop) ENV MYSQL_VERSION=5.6.51-1debian9", "empty_layer": true }, { "created": "2021-12-21T02:57:39.106901365Z", "created_by": "/bin/sh -c echo 'deb http://repo.mysql.com/apt/debian/ stretch mysql-5.6' > /etc/apt/sources.list.d/mysql.list" }, { "created": "2021-12-21T02:57:56.693791892Z", "created_by": "/bin/sh -c { \t\techo mysql-community-server mysql-community-server/data-dir select ''; \t\techo mysql-community-server mysql-community-server/root-pass password ''; \t\techo mysql-community-server mysql-community-server/re-root-pass password ''; \t\techo mysql-community-server mysql-community-server/remove-test-db select false; \t} | debconf-set-selections \t&& apt-get update \t&& apt-get install -y \t\tmysql-server=\"${MYSQL_VERSION}\" \t&& find /etc/mysql/ -name '*.cnf' -print0 \t\t| xargs -0 grep -lZE '^(bind-address|log)' \t\t| xargs -rt -0 sed -Ei 's/^(bind-address|log)/#&/' \t&& echo '[mysqld]\\nskip-host-cache\\nskip-name-resolve' > /etc/mysql/conf.d/docker.cnf \t&& rm -rf /var/lib/apt/lists/* \t&& rm -rf /var/lib/mysql && mkdir -p /var/lib/mysql /var/run/mysqld \t&& chown -R mysql:mysql /var/lib/mysql /var/run/mysqld \t&& chmod 1777 /var/run/mysqld /var/lib/mysql" }, { "created": "2021-12-21T02:57:57.29721744Z", "created_by": "/bin/sh -c #(nop) VOLUME [/var/lib/mysql]", "empty_layer": true }, { "created": "2021-12-21T02:57:57.591077869Z", "created_by": "/bin/sh -c #(nop) COPY file:345a22fe55d3e6783a17075612415413487e7dba27fbf1000a67c7870364b739 in /usr/local/bin/ " }, { "created": "2021-12-21T02:57:58.761392735Z", "created_by": "/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh /entrypoint.sh # backwards compat" }, { "created": "2021-12-21T02:57:59.04809683Z", "created_by": "/bin/sh -c #(nop) ENTRYPOINT [\"docker-entrypoint.sh\"]", "empty_layer": true }, { "created": "2021-12-21T02:57:59.31392792Z", "created_by": "/bin/sh -c #(nop) EXPOSE 3306", "empty_layer": true }, { "created": "2021-12-21T02:57:59.587337844Z", "created_by": "/bin/sh -c #(nop) CMD [\"mysqld\"]", "empty_layer": true } ], "Id": "dd3b2a5dcb48ff61113592ed5ddd762581be4387c7bc552375a2159422aa6bf5", "Labels": null, "ManifestType": "application/vnd.docker.distribution.manifest.v2+json", "NamesHistory": [ "quay.io/linux-system-roles/mysql:5.6" ], "Os": "linux", "Parent": "", "RepoDigests": [ "quay.io/linux-system-roles/mysql@sha256:2d0419de75076a55e0d0c0680b4f86ecdbb8a88de92054698a0028bcb218a3a8", "quay.io/linux-system-roles/mysql@sha256:4faa0a30c0055742c72daff1482976814f340d4bfb647f0fa2c3562fd1a7abda" ], "RepoTags": [ "quay.io/linux-system-roles/mysql:5.6" ], "RootFS": { "Layers": [ "sha256:2b83e5699838047f936a3875bcce7fe1b169983bf86785ae7519c5bc488558ae", "sha256:2e10295573911964a8acc37c738aed958d0bc385bc51df6f184b196fb592c975", "sha256:d414fdead0b9c934781e5611c016d7c237062c9470db810ef28b321a492dbb9c", "sha256:4085e588967d10dafb76ad52f66f661b41b9008cc16568ce02853de7cbbf7433", "sha256:7ea96a4e341b4d139f5e076e71d19229537292226c3b24ec2d588567667a1191", "sha256:e3dce1c82d4e4142e8e1bf2fb9c6fd2555196d40088167270ff95c9af37b88af", "sha256:2612088e90f60ecb4a13e68adbfb2b1366f82fc8fbf1f0970f8769cf3cd753ee", "sha256:eba393347f896c4028340bf1a40cc5d6b8f21eeb7abf3e79799d842a6babb93f", "sha256:7c5a5c1986b16b0d8ad4eaa8066627910ec7794a657467e8f18d223f1c0034fd", "sha256:49a1ca1cd2b80f84d6616df2b5123458f4bcb065bca28c43d9c3fd5a0480b907", "sha256:7137327a7221ddb123883146beb68003ee31d652ec46ab8bea3ba12c2df8df8f" ], "Type": "layers" }, "Size": 307607194, "User": "", "Version": "20.10.7", "VirtualSize": 307607194 } ], "item": "quay.io/linux-system-roles/mysql:5.6", "podman_actions": [ "/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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:43 Saturday 27 January 2024 16:50:13 +0000 (0:00:07.718) 0:02:12.988 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:52 Saturday 27 January 2024 16:50:13 +0000 (0:00:00.222) 0:02:13.211 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:62 Saturday 27 January 2024 16:50:13 +0000 (0:00:00.024) 0:02:13.236 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure quadlet file is present] ************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:74 Saturday 27 January 2024 16:50:13 +0000 (0:00:00.025) 0:02:13.261 ****** changed: [sut] => { "changed": true, "checksum": "5126291c78231b387c09271331656afdd8be615e", "dest": "/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic-mysql.container", "gid": 1111, "group": "user_quadlet_basic", "md5sum": "9162c5cae1694c5eb7e573e80fdc9f12", "mode": "0644", "owner": "user_quadlet_basic", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 389, "src": "/root/.ansible/tmp/ansible-tmp-1706374213.7731712-9328-135309455062124/source", "state": "file", "uid": 1111 } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:86 Saturday 27 January 2024 16:50:14 +0000 (0:00:00.605) 0:02:13.867 ****** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:115 Saturday 27 January 2024 16:50:15 +0000 (0:00:00.731) 0:02:14.598 ****** 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 run-user-1111.mount quadlet-basic-network.service -.mount", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target default.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "yes", "DelegateControllers": "cpu cpuacct cpuset io blkio memory devices pids bpf-firewall bpf-devices bpf-foreign bpf-socket-bind bpf-restrict-network-interfaces", "Description": "quadlet-basic-mysql.service", "DevicePolicy": "auto", "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 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 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-mysql-volume.service basic.target quadlet-basic-network.service", "RequiresMountsFor": "/run/user/1111/containers", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "app.slice", "SourcePath": "/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic-mysql.container", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogIdentifier": "quadlet-basic-mysql", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:131 Saturday 27 January 2024 16:50:16 +0000 (0:00:01.645) 0:02:16.243 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check files] ************************************************************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/tests_quadlet_basic.yml:119 Saturday 27 January 2024 16:50:16 +0000 (0:00:00.021) 0:02:16.265 ****** 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.003628", "end": "2024-01-27 16:50:16.986283", "item": "quadlet-basic-mysql.container", "rc": 0, "start": "2024-01-27 16:50:16.982655" } 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 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.005880", "end": "2024-01-27 16:50:17.195436", "item": "quadlet-basic.network", "rc": 0, "start": "2024-01-27 16:50:17.189556" } 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.003663", "end": "2024-01-27 16:50:17.399765", "item": "quadlet-basic-mysql.volume", "rc": 0, "start": "2024-01-27 16:50:17.396102" } STDOUT: # # Ansible managed # # system_role:podman [Volume] TASK [Cleanup user] ************************************************************ task path: /WORKDIR/git-weekly-civ8r4joe3/tests/tests_quadlet_basic.yml:131 Saturday 27 January 2024 16:50:17 +0000 (0:00:00.705) 0:02:16.970 ****** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 27 January 2024 16:50:17 +0000 (0:00:00.043) 0:02:17.014 ****** included: /WORKDIR/git-weekly-civ8r4joe3/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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 27 January 2024 16:50:17 +0000 (0:00:00.064) 0:02:17.078 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if system is ostree] ******************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 27 January 2024 16:50:17 +0000 (0:00:00.031) 0:02:17.110 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 27 January 2024 16:50:17 +0000 (0:00:00.020) 0:02:17.130 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 27 January 2024 16:50:17 +0000 (0:00:00.019) 0:02:17.150 ****** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-civ8r4joe3/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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 27 January 2024 16:50:17 +0000 (0:00:00.047) 0:02:17.198 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 27 January 2024 16:50:18 +0000 (0:00:01.017) 0:02:18.215 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure required packages are installed] ****** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 27 January 2024 16:50:18 +0000 (0:00:00.020) 0:02:18.235 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 27 January 2024 16:50:18 +0000 (0:00:00.025) 0:02:18.260 ****** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.034675", "end": "2024-01-27 16:50:18.941083", "rc": 0, "start": "2024-01-27 16:50:18.906408" } STDOUT: podman version 4.8.3 TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:28 Saturday 27 January 2024 16:50:18 +0000 (0:00:00.251) 0:02:18.512 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:32 Saturday 27 January 2024 16:50:19 +0000 (0:00:00.043) 0:02:18.556 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:39 Saturday 27 January 2024 16:50:19 +0000 (0:00:00.020) 0:02:18.576 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:56 Saturday 27 January 2024 16:50:19 +0000 (0:00:00.061) 0:02:18.638 ****** included: /WORKDIR/git-weekly-civ8r4joe3/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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 27 January 2024 16:50:19 +0000 (0:00:00.038) 0:02:18.677 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 27 January 2024 16:50:19 +0000 (0:00:00.025) 0:02:18.702 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 27 January 2024 16:50:19 +0000 (0:00:00.024) 0:02:18.726 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 27 January 2024 16:50:19 +0000 (0:00:00.025) 0:02:18.752 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 27 January 2024 16:50:19 +0000 (0:00:00.232) 0:02:18.985 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 27 January 2024 16:50:19 +0000 (0:00:00.031) 0:02:19.016 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1706374168.4245381, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1706374126.921813, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203288, "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": "931413434", "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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 27 January 2024 16:50:19 +0000 (0:00:00.222) 0:02:19.239 ****** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.004506", "end": "2024-01-27 16:50:19.893732", "rc": 0, "start": "2024-01-27 16:50:19.889226" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 27 January 2024 16:50:19 +0000 (0:00:00.224) 0:02:19.463 ****** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.004570", "end": "2024-01-27 16:50:20.131434", "rc": 0, "start": "2024-01-27 16:50:20.126864" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 27 January 2024 16:50:20 +0000 (0:00:00.243) 0:02:19.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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 27 January 2024 16:50:20 +0000 (0:00:00.050) 0:02:19.758 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 27 January 2024 16:50:20 +0000 (0:00:00.020) 0:02:19.778 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 27 January 2024 16:50:20 +0000 (0:00:00.020) 0:02:19.799 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:62 Saturday 27 January 2024 16:50:20 +0000 (0:00:00.019) 0:02:19.818 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:80 Saturday 27 January 2024 16:50:20 +0000 (0:00:00.027) 0:02:19.845 ****** included: /WORKDIR/git-weekly-civ8r4joe3/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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 27 January 2024 16:50:20 +0000 (0:00:00.036) 0:02:19.881 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 27 January 2024 16:50:20 +0000 (0:00:00.020) 0:02:19.902 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:83 Saturday 27 January 2024 16:50:20 +0000 (0:00:00.019) 0:02:19.922 ****** included: /WORKDIR/git-weekly-civ8r4joe3/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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 27 January 2024 16:50:20 +0000 (0:00:00.040) 0:02:19.962 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 27 January 2024 16:50:20 +0000 (0:00:00.021) 0:02:19.984 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:86 Saturday 27 January 2024 16:50:20 +0000 (0:00:00.022) 0:02:20.006 ****** included: /WORKDIR/git-weekly-civ8r4joe3/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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 27 January 2024 16:50:20 +0000 (0:00:00.039) 0:02:20.046 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 27 January 2024 16:50:20 +0000 (0:00:00.025) 0:02:20.072 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:89 Saturday 27 January 2024 16:50:20 +0000 (0:00:00.022) 0:02:20.094 ****** included: /WORKDIR/git-weekly-civ8r4joe3/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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 27 January 2024 16:50:20 +0000 (0:00:00.077) 0:02:20.172 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stat the policy.json file] ******************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 27 January 2024 16:50:20 +0000 (0:00:00.020) 0:02:20.193 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get the existing policy.json] **************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 27 January 2024 16:50:20 +0000 (0:00:00.022) 0:02:20.215 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Write new policy.json file] ****************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 27 January 2024 16:50:20 +0000 (0:00:00.026) 0:02:20.242 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:95 Saturday 27 January 2024 16:50:20 +0000 (0:00:00.019) 0:02:20.262 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:102 Saturday 27 January 2024 16:50:20 +0000 (0:00:00.020) 0:02:20.282 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:109 Saturday 27 January 2024 16:50:20 +0000 (0:00:00.020) 0:02:20.303 ****** included: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml for sut TASK [linux-system-roles.podman : Set variables part 0] ************************ task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:3 Saturday 27 January 2024 16:50:20 +0000 (0:00:00.068) 0:02:20.371 ****** 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 : Set variables part 1] ************************ task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:12 Saturday 27 January 2024 16:50:20 +0000 (0:00:00.030) 0:02:20.402 ****** ok: [sut] => { "ansible_facts": { "__podman_user": "user_quadlet_basic" }, "changed": false } TASK [linux-system-roles.podman : Set variables part 2] ************************ task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:17 Saturday 27 January 2024 16:50:20 +0000 (0:00:00.035) 0:02:20.437 ****** ok: [sut] => { "ansible_facts": { "__podman_rootless": true, "__podman_xdg_runtime_dir": "/run/user/1111" }, "changed": false } TASK [linux-system-roles.podman : Manage each secret] ************************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:23 Saturday 27 January 2024 16:50:20 +0000 (0:00:00.032) 0:02:20.469 ****** changed: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [linux-system-roles.podman : Handle Kubernetes specifications] ************ task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:116 Saturday 27 January 2024 16:50:21 +0000 (0:00:00.293) 0:02:20.763 ****** TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:122 Saturday 27 January 2024 16:50:21 +0000 (0:00:00.019) 0:02:20.782 ****** included: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut included: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut included: /WORKDIR/git-weekly-civ8r4joe3/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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 27 January 2024 16:50:21 +0000 (0:00:00.063) 0:02:20.845 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 27 January 2024 16:50:21 +0000 (0:00:00.057) 0:02:20.902 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 27 January 2024 16:50:21 +0000 (0:00:00.025) 0:02:20.928 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 27 January 2024 16:50:21 +0000 (0:00:00.021) 0:02:20.949 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 27 January 2024 16:50:21 +0000 (0:00:00.028) 0:02:20.978 ****** included: /WORKDIR/git-weekly-civ8r4joe3/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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 27 January 2024 16:50:21 +0000 (0:00:00.035) 0:02:21.013 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 27 January 2024 16:50:21 +0000 (0:00:00.025) 0:02:21.039 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 27 January 2024 16:50:21 +0000 (0:00:00.023) 0:02:21.062 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 27 January 2024 16:50:21 +0000 (0:00:00.028) 0:02:21.091 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 27 January 2024 16:50:21 +0000 (0:00:00.220) 0:02:21.311 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 27 January 2024 16:50:21 +0000 (0:00:00.026) 0:02:21.338 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1706374168.4245381, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1706374126.921813, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203288, "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": "931413434", "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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 27 January 2024 16:50:22 +0000 (0:00:00.222) 0:02:21.560 ****** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.007637", "end": "2024-01-27 16:50:22.341864", "rc": 0, "start": "2024-01-27 16:50:22.334227" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 27 January 2024 16:50:22 +0000 (0:00:00.365) 0:02:21.926 ****** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.004594", "end": "2024-01-27 16:50:22.643339", "rc": 0, "start": "2024-01-27 16:50:22.638745" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 27 January 2024 16:50:22 +0000 (0:00:00.286) 0:02:22.212 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 27 January 2024 16:50:22 +0000 (0:00:00.048) 0:02:22.260 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 27 January 2024 16:50:22 +0000 (0:00:00.020) 0:02:22.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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 27 January 2024 16:50:22 +0000 (0:00:00.021) 0:02:22.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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 27 January 2024 16:50:22 +0000 (0:00:00.020) 0:02:22.323 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 27 January 2024 16:50:22 +0000 (0:00:00.036) 0:02:22.360 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 27 January 2024 16:50:22 +0000 (0:00:00.020) 0:02:22.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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 27 January 2024 16:50:22 +0000 (0:00:00.018) 0:02:22.399 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 27 January 2024 16:50:22 +0000 (0:00:00.046) 0:02:22.445 ****** included: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Saturday 27 January 2024 16:50:22 +0000 (0:00:00.040) 0:02:22.486 ****** 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": "Sat 2024-01-27 16:50:03 UTC", "ActiveEnterTimestampMonotonic": "825963248", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "app.slice basic.target -.mount run-user-1111.mount", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-27 16:50:03 UTC", "AssertTimestampMonotonic": "825829884", "Before": "shutdown.target quadlet-basic-mysql.service", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "107330000", "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": "Sat 2024-01-27 16:50:03 UTC", "ConditionTimestampMonotonic": "825829879", "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": "Sat 2024-01-27 16:50:03 UTC", "ExecMainExitTimestampMonotonic": "825963032", "ExecMainPID": "8059", "ExecMainStartTimestamp": "Sat 2024-01-27 16:50:03 UTC", "ExecMainStartTimestampMonotonic": "825837142", "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": "Sat 2024-01-27 16:50:03 UTC", "InactiveExitTimestampMonotonic": "825837391", "InvocationID": "9ec8a64000dd404aa9bed55a9059bed7", "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": "Sat 2024-01-27 16:50:03 UTC", "StateChangeTimestampMonotonic": "825963248", "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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:22 Saturday 27 January 2024 16:50:34 +0000 (0:00:11.394) 0:02:33.880 ****** changed: [sut] => { "changed": true, "path": "/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic-mysql.volume", "state": "absent" } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:31 Saturday 27 January 2024 16:50:34 +0000 (0:00:00.219) 0:02:34.100 ****** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:40 Saturday 27 January 2024 16:50:35 +0000 (0:00:00.686) 0:02:34.786 ****** changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.053420", "end": "2024-01-27 16:50:35.498647", "rc": 0, "start": "2024-01-27 16:50:35.445227" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:48 Saturday 27 January 2024 16:50:35 +0000 (0:00:00.285) 0:02:35.072 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Gather facts for all containers] ************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:57 Saturday 27 January 2024 16:50:35 +0000 (0:00:00.023) 0:02:35.096 ****** 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 : Gather facts for networks] ******************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:66 Saturday 27 January 2024 16:50:35 +0000 (0:00:00.288) 0:02:35.385 ****** ok: [sut] => { "changed": false, "cmd": [ "podman", "network", "ls", "-q" ], "delta": "0:00:00.054153", "end": "2024-01-27 16:50:36.101203", "rc": 0, "start": "2024-01-27 16:50:36.047050" } STDOUT: podman systemd-quadlet-basic TASK [linux-system-roles.podman : Cancel linger if no more resources are in use] *** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:75 Saturday 27 January 2024 16:50:36 +0000 (0:00:00.290) 0:02:35.676 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Saturday 27 January 2024 16:50:36 +0000 (0:00:00.052) 0:02:35.728 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 27 January 2024 16:50:36 +0000 (0:00:00.021) 0:02:35.750 ****** 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", "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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 27 January 2024 16:50:36 +0000 (0:00:00.026) 0:02:35.776 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 27 January 2024 16:50:36 +0000 (0:00:00.027) 0:02:35.803 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 27 January 2024 16:50:36 +0000 (0:00:00.020) 0:02:35.824 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 27 January 2024 16:50:36 +0000 (0:00:00.031) 0:02:35.856 ****** included: /WORKDIR/git-weekly-civ8r4joe3/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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 27 January 2024 16:50:36 +0000 (0:00:00.037) 0:02:35.893 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 27 January 2024 16:50:36 +0000 (0:00:00.027) 0:02:35.920 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 27 January 2024 16:50:36 +0000 (0:00:00.026) 0:02:35.946 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 27 January 2024 16:50:36 +0000 (0:00:00.027) 0:02:35.973 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 27 January 2024 16:50:36 +0000 (0:00:00.217) 0:02:36.191 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 27 January 2024 16:50:36 +0000 (0:00:00.025) 0:02:36.217 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1706374168.4245381, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1706374126.921813, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203288, "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": "931413434", "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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 27 January 2024 16:50:36 +0000 (0:00:00.215) 0:02:36.433 ****** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.004386", "end": "2024-01-27 16:50:37.079668", "rc": 0, "start": "2024-01-27 16:50:37.075282" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 27 January 2024 16:50:37 +0000 (0:00:00.215) 0:02:36.648 ****** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.004280", "end": "2024-01-27 16:50:37.294275", "rc": 0, "start": "2024-01-27 16:50:37.289995" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 27 January 2024 16:50:37 +0000 (0:00:00.213) 0:02:36.862 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 27 January 2024 16:50:37 +0000 (0:00:00.020) 0:02:36.883 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 27 January 2024 16:50:37 +0000 (0:00:00.020) 0:02:36.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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 27 January 2024 16:50:37 +0000 (0:00:00.020) 0:02:36.924 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 27 January 2024 16:50:37 +0000 (0:00:00.020) 0:02:36.944 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 27 January 2024 16:50:37 +0000 (0:00:00.034) 0:02:36.978 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 27 January 2024 16:50:37 +0000 (0:00:00.020) 0:02:36.999 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 27 January 2024 16:50:37 +0000 (0:00:00.021) 0:02:37.021 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 27 January 2024 16:50:37 +0000 (0:00:00.048) 0:02:37.070 ****** included: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Saturday 27 January 2024 16:50:37 +0000 (0:00:00.043) 0:02:37.113 ****** 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": "Sat 2024-01-27 16:50:16 UTC", "ActiveEnterTimestampMonotonic": "838578507", "ActiveExitTimestamp": "Sat 2024-01-27 16:50:23 UTC", "ActiveExitTimestampMonotonic": "845934732", "ActiveState": "failed", "After": "quadlet-basic-mysql-volume.service quadlet-basic-network.service basic.target app.slice run-user-1111.mount -.mount", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-27 16:50:15 UTC", "AssertTimestampMonotonic": "837594391", "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": "4202335000", "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": "Sat 2024-01-27 16:50:15 UTC", "ConditionTimestampMonotonic": "837594387", "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": "Sat 2024-01-27 16:50:34 UTC", "ExecMainExitTimestampMonotonic": "856217928", "ExecMainPID": "8581", "ExecMainStartTimestamp": "Sat 2024-01-27 16:50:16 UTC", "ExecMainStartTimestampMonotonic": "838578416", "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 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 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": "Sat 2024-01-27 16:50:34 UTC", "InactiveEnterTimestampMonotonic": "856256831", "InactiveExitTimestamp": "Sat 2024-01-27 16:50:15 UTC", "InactiveExitTimestampMonotonic": "837601457", "InvocationID": "ccaf7add53bb44cd954bacda9d65f765", "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": "quadlet-basic-mysql-volume.service quadlet-basic-network.service basic.target app.slice", "RequiresMountsFor": "/run/user/1111/containers", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "exit-code", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "app.slice", "SourcePath": "/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic-mysql.container", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-27 16:50:34 UTC", "StateChangeTimestampMonotonic": "856256831", "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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:22 Saturday 27 January 2024 16:50:38 +0000 (0:00:00.702) 0:02:37.815 ****** changed: [sut] => { "changed": true, "path": "/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic-mysql.container", "state": "absent" } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:31 Saturday 27 January 2024 16:50:38 +0000 (0:00:00.213) 0:02:38.029 ****** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:40 Saturday 27 January 2024 16:50:39 +0000 (0:00:00.679) 0:02:38.708 ****** changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.055318", "end": "2024-01-27 16:50:39.422257", "rc": 0, "start": "2024-01-27 16:50:39.366939" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:48 Saturday 27 January 2024 16:50:39 +0000 (0:00:00.288) 0:02:38.996 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Gather facts for all containers] ************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:57 Saturday 27 January 2024 16:50:39 +0000 (0:00:00.024) 0:02:39.020 ****** 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 : Gather facts for networks] ******************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:66 Saturday 27 January 2024 16:50:39 +0000 (0:00:00.283) 0:02:39.304 ****** ok: [sut] => { "changed": false, "cmd": [ "podman", "network", "ls", "-q" ], "delta": "0:00:00.051673", "end": "2024-01-27 16:50:40.016204", "rc": 0, "start": "2024-01-27 16:50:39.964531" } STDOUT: podman systemd-quadlet-basic TASK [linux-system-roles.podman : Cancel linger if no more resources are in use] *** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:75 Saturday 27 January 2024 16:50:40 +0000 (0:00:00.286) 0:02:39.590 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Saturday 27 January 2024 16:50:40 +0000 (0:00:00.033) 0:02:39.623 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 27 January 2024 16:50:40 +0000 (0:00:00.029) 0:02:39.653 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 27 January 2024 16:50:40 +0000 (0:00:00.026) 0:02:39.680 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 27 January 2024 16:50:40 +0000 (0:00:00.025) 0:02:39.705 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 27 January 2024 16:50:40 +0000 (0:00:00.020) 0:02:39.726 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 27 January 2024 16:50:40 +0000 (0:00:00.028) 0:02:39.754 ****** included: /WORKDIR/git-weekly-civ8r4joe3/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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 27 January 2024 16:50:40 +0000 (0:00:00.063) 0:02:39.817 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 27 January 2024 16:50:40 +0000 (0:00:00.025) 0:02:39.843 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 27 January 2024 16:50:40 +0000 (0:00:00.026) 0:02:39.870 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 27 January 2024 16:50:40 +0000 (0:00:00.030) 0:02:39.900 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 27 January 2024 16:50:40 +0000 (0:00:00.223) 0:02:40.124 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 27 January 2024 16:50:40 +0000 (0:00:00.030) 0:02:40.154 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1706374168.4245381, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1706374126.921813, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203288, "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": "931413434", "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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 27 January 2024 16:50:40 +0000 (0:00:00.216) 0:02:40.370 ****** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.004290", "end": "2024-01-27 16:50:41.016704", "rc": 0, "start": "2024-01-27 16:50:41.012414" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 27 January 2024 16:50:41 +0000 (0:00:00.217) 0:02:40.588 ****** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.004216", "end": "2024-01-27 16:50:41.234032", "rc": 0, "start": "2024-01-27 16:50:41.229816" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 27 January 2024 16:50:41 +0000 (0:00:00.215) 0:02:40.803 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 27 January 2024 16:50:41 +0000 (0:00:00.021) 0:02:40.825 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 27 January 2024 16:50:41 +0000 (0:00:00.020) 0:02:40.845 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 27 January 2024 16:50:41 +0000 (0:00:00.020) 0:02:40.866 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 27 January 2024 16:50:41 +0000 (0:00:00.020) 0:02:40.886 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 27 January 2024 16:50:41 +0000 (0:00:00.036) 0:02:40.923 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 27 January 2024 16:50:41 +0000 (0:00:00.049) 0:02:40.972 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 27 January 2024 16:50:41 +0000 (0:00:00.020) 0:02:40.993 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 27 January 2024 16:50:41 +0000 (0:00:00.045) 0:02:41.039 ****** included: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Saturday 27 January 2024 16:50:41 +0000 (0:00:00.040) 0:02:41.079 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Remove quadlet file] ************************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:22 Saturday 27 January 2024 16:50:41 +0000 (0:00:00.021) 0:02:41.101 ****** changed: [sut] => { "changed": true, "path": "/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic.network", "state": "absent" } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:31 Saturday 27 January 2024 16:50:41 +0000 (0:00:00.215) 0:02:41.316 ****** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:40 Saturday 27 January 2024 16:50:42 +0000 (0:00:00.677) 0:02:41.994 ****** changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.050391", "end": "2024-01-27 16:50:42.703522", "rc": 0, "start": "2024-01-27 16:50:42.653131" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:48 Saturday 27 January 2024 16:50:42 +0000 (0:00:00.283) 0:02:42.277 ****** changed: [sut] => { "changed": true, "cmd": [ "podman", "network", "rm", "systemd-quadlet-basic" ], "delta": "0:00:00.053255", "end": "2024-01-27 16:50:42.990943", "rc": 0, "start": "2024-01-27 16:50:42.937688" } STDOUT: systemd-quadlet-basic TASK [linux-system-roles.podman : Gather facts for all containers] ************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:57 Saturday 27 January 2024 16:50:43 +0000 (0:00:00.287) 0:02:42.565 ****** 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 : Gather facts for networks] ******************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:66 Saturday 27 January 2024 16:50:43 +0000 (0:00:00.284) 0:02:42.850 ****** ok: [sut] => { "changed": false, "cmd": [ "podman", "network", "ls", "-q" ], "delta": "0:00:00.052310", "end": "2024-01-27 16:50:43.561231", "rc": 0, "start": "2024-01-27 16:50:43.508921" } STDOUT: podman TASK [linux-system-roles.podman : Cancel linger if no more resources are in use] *** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:75 Saturday 27 January 2024 16:50:43 +0000 (0:00:00.284) 0:02:43.135 ****** changed: [sut] => { "changed": true, "cmd": [ "loginctl", "disable-linger", "user_quadlet_basic" ], "delta": "0:00:00.008480", "end": "2024-01-27 16:50:43.790423", "rc": 0, "start": "2024-01-27 16:50:43.781943" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Saturday 27 January 2024 16:50:43 +0000 (0:00:00.234) 0:02:43.369 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set secret var for root testing] ***************************************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/tests_quadlet_basic.yml:144 Saturday 27 January 2024 16:50:43 +0000 (0:00:00.020) 0:02:43.390 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Set container vars for root testing] ************************************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/tests_quadlet_basic.yml:155 Saturday 27 January 2024 16:50:43 +0000 (0:00:00.030) 0:02:43.421 ****** ok: [sut] => { "ansible_facts": { "__root_podman_quadlet_specs": [ { "Network": { "Gateway": "192.168.29.1", "Label": "app=wordpress", "Subnet": "192.168.29.0/24" }, "name": "quadlet-basic", "type": "network" }, { "Volume": {}, "name": "quadlet-basic-mysql", "type": "volume" }, { "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", "Volume": "quadlet-basic-mysql.volume:/var/lib/mysql" }, "Install": { "WantedBy": "default.target" }, "name": "quadlet-basic-mysql", "type": "container" }, { "Container": { "ContainerName": "json_container", "Image": "quay.io/linux-system-roles/mysql:5.6", "PodmanArgs": "--secret=mysql_container_root_password,type=env,target=MYSQL_ROOT_PASSWORD --secret=json_secret,type=mount,target=/tmp/test.json" }, "Install": { "WantedBy": "default.target" }, "name": "json_container", "type": "container" } ] }, "changed": false } TASK [Run the role - root] ***************************************************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/tests_quadlet_basic.yml:173 Saturday 27 January 2024 16:50:43 +0000 (0:00:00.021) 0:02:43.442 ****** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 27 January 2024 16:50:43 +0000 (0:00:00.048) 0:02:43.490 ****** included: /WORKDIR/git-weekly-civ8r4joe3/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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 27 January 2024 16:50:43 +0000 (0:00:00.033) 0:02:43.524 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if system is ostree] ******************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 27 January 2024 16:50:44 +0000 (0:00:00.026) 0:02:43.551 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 27 January 2024 16:50:44 +0000 (0:00:00.020) 0:02:43.571 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 27 January 2024 16:50:44 +0000 (0:00:00.019) 0:02:43.591 ****** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-civ8r4joe3/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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 27 January 2024 16:50:44 +0000 (0:00:00.049) 0:02:43.640 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 27 January 2024 16:50:45 +0000 (0:00:00.959) 0:02:44.600 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure required packages are installed] ****** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 27 January 2024 16:50:45 +0000 (0:00:00.020) 0:02:44.620 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 27 January 2024 16:50:45 +0000 (0:00:00.024) 0:02:44.645 ****** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.032072", "end": "2024-01-27 16:50:45.314721", "rc": 0, "start": "2024-01-27 16:50:45.282649" } STDOUT: podman version 4.8.3 TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:28 Saturday 27 January 2024 16:50:45 +0000 (0:00:00.240) 0:02:44.886 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:32 Saturday 27 January 2024 16:50:45 +0000 (0:00:00.022) 0:02:44.908 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:39 Saturday 27 January 2024 16:50:45 +0000 (0:00:00.019) 0:02:44.928 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:56 Saturday 27 January 2024 16:50:45 +0000 (0:00:00.038) 0:02:44.966 ****** included: /WORKDIR/git-weekly-civ8r4joe3/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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 27 January 2024 16:50:45 +0000 (0:00:00.036) 0:02:45.003 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 27 January 2024 16:50:45 +0000 (0:00:00.217) 0:02:45.221 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 27 January 2024 16:50:45 +0000 (0:00:00.025) 0:02:45.246 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 27 January 2024 16:50:45 +0000 (0:00:00.068) 0:02:45.314 ****** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 27 January 2024 16:50:45 +0000 (0:00:00.216) 0:02:45.531 ****** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 27 January 2024 16:50:46 +0000 (0:00:00.027) 0:02:45.558 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1706374168.4245381, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1706374126.921813, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203288, "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": "931413434", "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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 27 January 2024 16:50:46 +0000 (0:00:00.219) 0:02:45.778 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 27 January 2024 16:50:46 +0000 (0:00:00.022) 0:02:45.800 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 27 January 2024 16:50:46 +0000 (0:00:00.020) 0:02:45.820 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 27 January 2024 16:50:46 +0000 (0:00:00.020) 0:02:45.841 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 27 January 2024 16:50:46 +0000 (0:00:00.018) 0:02:45.860 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 27 January 2024 16:50:46 +0000 (0:00:00.019) 0:02:45.879 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:62 Saturday 27 January 2024 16:50:46 +0000 (0:00:00.019) 0:02:45.899 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:80 Saturday 27 January 2024 16:50:46 +0000 (0:00:00.025) 0:02:45.924 ****** included: /WORKDIR/git-weekly-civ8r4joe3/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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 27 January 2024 16:50:46 +0000 (0:00:00.036) 0:02:45.961 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 27 January 2024 16:50:46 +0000 (0:00:00.019) 0:02:45.980 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:83 Saturday 27 January 2024 16:50:46 +0000 (0:00:00.020) 0:02:46.001 ****** included: /WORKDIR/git-weekly-civ8r4joe3/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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 27 January 2024 16:50:46 +0000 (0:00:00.067) 0:02:46.069 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 27 January 2024 16:50:46 +0000 (0:00:00.021) 0:02:46.090 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:86 Saturday 27 January 2024 16:50:46 +0000 (0:00:00.019) 0:02:46.109 ****** included: /WORKDIR/git-weekly-civ8r4joe3/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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 27 January 2024 16:50:46 +0000 (0:00:00.037) 0:02:46.146 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 27 January 2024 16:50:46 +0000 (0:00:00.020) 0:02:46.167 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:89 Saturday 27 January 2024 16:50:46 +0000 (0:00:00.019) 0:02:46.186 ****** included: /WORKDIR/git-weekly-civ8r4joe3/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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 27 January 2024 16:50:46 +0000 (0:00:00.037) 0:02:46.224 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stat the policy.json file] ******************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 27 January 2024 16:50:46 +0000 (0:00:00.021) 0:02:46.246 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get the existing policy.json] **************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 27 January 2024 16:50:46 +0000 (0:00:00.020) 0:02:46.267 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Write new policy.json file] ****************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 27 January 2024 16:50:46 +0000 (0:00:00.021) 0:02:46.288 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:95 Saturday 27 January 2024 16:50:46 +0000 (0:00:00.022) 0:02:46.311 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:102 Saturday 27 January 2024 16:50:46 +0000 (0:00:00.021) 0:02:46.332 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:109 Saturday 27 January 2024 16:50:46 +0000 (0:00:00.021) 0:02:46.353 ****** included: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml for sut included: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml for sut TASK [linux-system-roles.podman : Set variables part 0] ************************ task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:3 Saturday 27 January 2024 16:50:46 +0000 (0:00:00.051) 0:02:46.405 ****** 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 : Set variables part 1] ************************ task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:12 Saturday 27 January 2024 16:50:46 +0000 (0:00:00.023) 0:02:46.428 ****** ok: [sut] => { "ansible_facts": { "__podman_user": "root" }, "changed": false } TASK [linux-system-roles.podman : Set variables part 2] ************************ task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:17 Saturday 27 January 2024 16:50:46 +0000 (0:00:00.056) 0:02:46.485 ****** ok: [sut] => { "ansible_facts": { "__podman_rootless": false, "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [linux-system-roles.podman : Manage each secret] ************************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:23 Saturday 27 January 2024 16:50:46 +0000 (0:00:00.029) 0:02:46.515 ****** changed: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [linux-system-roles.podman : Set variables part 0] ************************ task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:3 Saturday 27 January 2024 16:50:47 +0000 (0:00:00.295) 0:02:46.811 ****** 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 : Set variables part 1] ************************ task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:12 Saturday 27 January 2024 16:50:47 +0000 (0:00:00.022) 0:02:46.833 ****** ok: [sut] => { "ansible_facts": { "__podman_user": "root" }, "changed": false } TASK [linux-system-roles.podman : Set variables part 2] ************************ task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:17 Saturday 27 January 2024 16:50:47 +0000 (0:00:00.020) 0:02:46.853 ****** ok: [sut] => { "ansible_facts": { "__podman_rootless": false, "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [linux-system-roles.podman : Manage each secret] ************************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:23 Saturday 27 January 2024 16:50:47 +0000 (0:00:00.026) 0:02:46.879 ****** changed: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [linux-system-roles.podman : Handle Kubernetes specifications] ************ task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:116 Saturday 27 January 2024 16:50:47 +0000 (0:00:00.262) 0:02:47.142 ****** TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:122 Saturday 27 January 2024 16:50:47 +0000 (0:00:00.019) 0:02:47.161 ****** included: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut included: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut included: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut included: /WORKDIR/git-weekly-civ8r4joe3/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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 27 January 2024 16:50:47 +0000 (0:00:00.062) 0:02:47.224 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 27 January 2024 16:50:47 +0000 (0:00:00.024) 0:02:47.249 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 27 January 2024 16:50:47 +0000 (0:00:00.024) 0:02:47.273 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 27 January 2024 16:50:47 +0000 (0:00:00.018) 0:02:47.292 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 27 January 2024 16:50:47 +0000 (0:00:00.028) 0:02:47.321 ****** included: /WORKDIR/git-weekly-civ8r4joe3/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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 27 January 2024 16:50:47 +0000 (0:00:00.061) 0:02:47.383 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 27 January 2024 16:50:47 +0000 (0:00:00.026) 0:02:47.409 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 27 January 2024 16:50:47 +0000 (0:00:00.024) 0:02:47.433 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 27 January 2024 16:50:47 +0000 (0:00:00.026) 0:02:47.460 ****** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 27 January 2024 16:50:48 +0000 (0:00:00.222) 0:02:47.682 ****** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 27 January 2024 16:50:48 +0000 (0:00:00.026) 0:02:47.708 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1706374168.4245381, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1706374126.921813, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203288, "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": "931413434", "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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 27 January 2024 16:50:48 +0000 (0:00:00.218) 0:02:47.927 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 27 January 2024 16:50:48 +0000 (0:00:00.020) 0:02:47.948 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 27 January 2024 16:50:48 +0000 (0:00:00.018) 0:02:47.966 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 27 January 2024 16:50:48 +0000 (0:00:00.019) 0:02:47.985 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 27 January 2024 16:50:48 +0000 (0:00:00.019) 0:02:48.004 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 27 January 2024 16:50:48 +0000 (0:00:00.018) 0:02:48.023 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 27 January 2024 16:50:48 +0000 (0:00:00.019) 0:02:48.042 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 27 January 2024 16:50:48 +0000 (0:00:00.034) 0:02:48.076 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 27 January 2024 16:50:48 +0000 (0:00:00.020) 0:02:48.096 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 27 January 2024 16:50:48 +0000 (0:00:00.020) 0:02:48.116 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 27 January 2024 16:50:48 +0000 (0:00:00.079) 0:02:48.196 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Saturday 27 January 2024 16:50:48 +0000 (0:00:00.020) 0:02:48.217 ****** included: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Enable lingering if needed] ****************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Saturday 27 January 2024 16:50:48 +0000 (0:00:00.040) 0:02:48.258 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:8 Saturday 27 January 2024 16:50:48 +0000 (0:00:00.019) 0:02:48.278 ****** TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:26 Saturday 27 January 2024 16:50:48 +0000 (0:00:00.017) 0:02:48.296 ****** TASK [linux-system-roles.podman : Ensure the quadlet directory is present] ***** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:43 Saturday 27 January 2024 16:50:48 +0000 (0:00:00.019) 0:02:48.315 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:52 Saturday 27 January 2024 16:50:49 +0000 (0:00:00.229) 0:02:48.544 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:62 Saturday 27 January 2024 16:50:49 +0000 (0:00:00.020) 0:02:48.565 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure quadlet file is present] ************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:74 Saturday 27 January 2024 16:50:49 +0000 (0:00:00.018) 0:02:48.584 ****** 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-1706374249.0856123-9855-65910454837546/source", "state": "file", "uid": 0 } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:86 Saturday 27 January 2024 16:50:49 +0000 (0:00:00.588) 0:02:49.173 ****** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:115 Saturday 27 January 2024 16:50:50 +0000 (0:00:00.952) 0:02:50.125 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:131 Saturday 27 January 2024 16:50:50 +0000 (0:00:00.023) 0:02:50.148 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 27 January 2024 16:50:50 +0000 (0:00:00.023) 0:02:50.172 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 27 January 2024 16:50:50 +0000 (0:00:00.024) 0:02:50.197 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 27 January 2024 16:50:50 +0000 (0:00:00.024) 0:02:50.222 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 27 January 2024 16:50:50 +0000 (0:00:00.018) 0:02:50.240 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 27 January 2024 16:50:50 +0000 (0:00:00.027) 0:02:50.268 ****** included: /WORKDIR/git-weekly-civ8r4joe3/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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 27 January 2024 16:50:50 +0000 (0:00:00.035) 0:02:50.303 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 27 January 2024 16:50:50 +0000 (0:00:00.024) 0:02:50.328 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 27 January 2024 16:50:50 +0000 (0:00:00.023) 0:02:50.351 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 27 January 2024 16:50:50 +0000 (0:00:00.026) 0:02:50.378 ****** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 27 January 2024 16:50:51 +0000 (0:00:00.218) 0:02:50.596 ****** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 27 January 2024 16:50:51 +0000 (0:00:00.025) 0:02:50.622 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1706374168.4245381, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1706374126.921813, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203288, "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": "931413434", "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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 27 January 2024 16:50:51 +0000 (0:00:00.215) 0:02:50.838 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 27 January 2024 16:50:51 +0000 (0:00:00.049) 0:02:50.888 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 27 January 2024 16:50:51 +0000 (0:00:00.020) 0:02:50.909 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 27 January 2024 16:50:51 +0000 (0:00:00.020) 0:02:50.929 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 27 January 2024 16:50:51 +0000 (0:00:00.018) 0:02:50.948 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 27 January 2024 16:50:51 +0000 (0:00:00.019) 0:02:50.968 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 27 January 2024 16:50:51 +0000 (0:00:00.018) 0:02:50.986 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 27 January 2024 16:50:51 +0000 (0:00:00.035) 0:02:51.022 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 27 January 2024 16:50:51 +0000 (0:00:00.020) 0:02:51.042 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 27 January 2024 16:50:51 +0000 (0:00:00.019) 0:02:51.062 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 27 January 2024 16:50:51 +0000 (0:00:00.045) 0:02:51.108 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Saturday 27 January 2024 16:50:51 +0000 (0:00:00.019) 0:02:51.127 ****** included: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Enable lingering if needed] ****************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Saturday 27 January 2024 16:50:51 +0000 (0:00:00.040) 0:02:51.168 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:8 Saturday 27 January 2024 16:50:51 +0000 (0:00:00.019) 0:02:51.187 ****** TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:26 Saturday 27 January 2024 16:50:51 +0000 (0:00:00.018) 0:02:51.206 ****** TASK [linux-system-roles.podman : Ensure the quadlet directory is present] ***** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:43 Saturday 27 January 2024 16:50:51 +0000 (0:00:00.019) 0:02:51.225 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:52 Saturday 27 January 2024 16:50:51 +0000 (0:00:00.225) 0:02:51.451 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:62 Saturday 27 January 2024 16:50:51 +0000 (0:00:00.020) 0:02:51.471 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure quadlet file is present] ************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:74 Saturday 27 January 2024 16:50:51 +0000 (0:00:00.047) 0:02:51.519 ****** 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-1706374252.021183-9933-224981634645380/source", "state": "file", "uid": 0 } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:86 Saturday 27 January 2024 16:50:52 +0000 (0:00:00.568) 0:02:52.087 ****** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:115 Saturday 27 January 2024 16:50:53 +0000 (0:00:00.939) 0:02:53.027 ****** 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": "-.mount sysinit.target basic.target system.slice systemd-journald.socket", "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": "-.mount sysinit.target system.slice", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogIdentifier": "quadlet-basic-mysql-volume", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:131 Saturday 27 January 2024 16:50:54 +0000 (0:00:00.610) 0:02:53.637 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 27 January 2024 16:50:54 +0000 (0:00:00.021) 0:02:53.659 ****** 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", "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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 27 January 2024 16:50:54 +0000 (0:00:00.025) 0:02:53.684 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 27 January 2024 16:50:54 +0000 (0:00:00.024) 0:02:53.708 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 27 January 2024 16:50:54 +0000 (0:00:00.019) 0:02:53.728 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 27 January 2024 16:50:54 +0000 (0:00:00.052) 0:02:53.780 ****** included: /WORKDIR/git-weekly-civ8r4joe3/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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 27 January 2024 16:50:54 +0000 (0:00:00.036) 0:02:53.816 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 27 January 2024 16:50:54 +0000 (0:00:00.025) 0:02:53.841 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 27 January 2024 16:50:54 +0000 (0:00:00.024) 0:02:53.866 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 27 January 2024 16:50:54 +0000 (0:00:00.027) 0:02:53.893 ****** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 27 January 2024 16:50:54 +0000 (0:00:00.218) 0:02:54.112 ****** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 27 January 2024 16:50:54 +0000 (0:00:00.025) 0:02:54.138 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1706374168.4245381, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1706374126.921813, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203288, "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": "931413434", "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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 27 January 2024 16:50:54 +0000 (0:00:00.213) 0:02:54.351 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 27 January 2024 16:50:54 +0000 (0:00:00.019) 0:02:54.371 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 27 January 2024 16:50:54 +0000 (0:00:00.019) 0:02:54.390 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 27 January 2024 16:50:54 +0000 (0:00:00.018) 0:02:54.409 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 27 January 2024 16:50:54 +0000 (0:00:00.019) 0:02:54.428 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 27 January 2024 16:50:54 +0000 (0:00:00.019) 0:02:54.447 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 27 January 2024 16:50:54 +0000 (0:00:00.018) 0:02:54.465 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 27 January 2024 16:50:54 +0000 (0:00:00.034) 0:02:54.500 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 27 January 2024 16:50:54 +0000 (0:00:00.019) 0:02:54.520 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 27 January 2024 16:50:55 +0000 (0:00:00.048) 0:02:54.568 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 27 January 2024 16:50:55 +0000 (0:00:00.046) 0:02:54.615 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Saturday 27 January 2024 16:50:55 +0000 (0:00:00.019) 0:02:54.634 ****** included: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Enable lingering if needed] ****************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Saturday 27 January 2024 16:50:55 +0000 (0:00:00.040) 0:02:54.675 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:8 Saturday 27 January 2024 16:50:55 +0000 (0:00:00.019) 0:02:54.694 ****** TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:26 Saturday 27 January 2024 16:50:55 +0000 (0:00:00.018) 0:02:54.713 ****** changed: [sut] => (item=quay.io/linux-system-roles/mysql:5.6) => { "actions": [ "Pulled image quay.io/linux-system-roles/mysql:5.6" ], "ansible_loop_var": "item", "changed": true, "failed_when_result": false, "image": [ { "Annotations": {}, "Architecture": "amd64", "Author": "", "Comment": "", "Config": { "Cmd": [ "mysqld" ], "Entrypoint": [ "docker-entrypoint.sh" ], "Env": [ "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "GOSU_VERSION=1.12", "MYSQL_MAJOR=5.6", "MYSQL_VERSION=5.6.51-1debian9" ], "ExposedPorts": { "3306/tcp": {} }, "Volumes": { "/var/lib/mysql": {} } }, "Created": "2021-12-21T02:57:59.587337844Z", "Digest": "sha256:2d0419de75076a55e0d0c0680b4f86ecdbb8a88de92054698a0028bcb218a3a8", "GraphDriver": { "Data": { "LowerDir": "/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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:43 Saturday 27 January 2024 16:51:03 +0000 (0:00:08.134) 0:03:02.848 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:52 Saturday 27 January 2024 16:51:03 +0000 (0:00:00.225) 0:03:03.074 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:62 Saturday 27 January 2024 16:51:03 +0000 (0:00:00.019) 0:03:03.094 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure quadlet file is present] ************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:74 Saturday 27 January 2024 16:51:03 +0000 (0:00:00.020) 0:03:03.114 ****** changed: [sut] => { "changed": true, "checksum": "5126291c78231b387c09271331656afdd8be615e", "dest": "/etc/containers/systemd/quadlet-basic-mysql.container", "gid": 0, "group": "root", "md5sum": "9162c5cae1694c5eb7e573e80fdc9f12", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 389, "src": "/root/.ansible/tmp/ansible-tmp-1706374263.616226-10033-7940113216003/source", "state": "file", "uid": 0 } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:86 Saturday 27 January 2024 16:51:04 +0000 (0:00:00.591) 0:03:03.706 ****** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:115 Saturday 27 January 2024 16:51:05 +0000 (0:00:00.980) 0:03:04.686 ****** changed: [sut] => { "changed": true, "name": "quadlet-basic-mysql.service", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "system.slice quadlet-basic-mysql-volume.service quadlet-basic-network.service -.mount basic.target sysinit.target systemd-journald.socket", "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 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 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 -.mount quadlet-basic-mysql-volume.service 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:131 Saturday 27 January 2024 16:51:06 +0000 (0:00:01.035) 0:03:05.722 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 27 January 2024 16:51:06 +0000 (0:00:00.021) 0:03:05.743 ****** ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": { "Container": { "ContainerName": "json_container", "Image": "quay.io/linux-system-roles/mysql:5.6", "PodmanArgs": "--secret=mysql_container_root_password,type=env,target=MYSQL_ROOT_PASSWORD --secret=json_secret,type=mount,target=/tmp/test.json" }, "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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 27 January 2024 16:51:06 +0000 (0:00:00.025) 0:03:05.768 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 27 January 2024 16:51:06 +0000 (0:00:00.024) 0:03:05.792 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 27 January 2024 16:51:06 +0000 (0:00:00.019) 0:03:05.812 ****** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "json_container", "__podman_quadlet_type": "container", "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 27 January 2024 16:51:06 +0000 (0:00:00.028) 0:03:05.840 ****** included: /WORKDIR/git-weekly-civ8r4joe3/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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 27 January 2024 16:51:06 +0000 (0:00:00.035) 0:03:05.875 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 27 January 2024 16:51:06 +0000 (0:00:00.025) 0:03:05.901 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 27 January 2024 16:51:06 +0000 (0:00:00.024) 0:03:05.925 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 27 January 2024 16:51:06 +0000 (0:00:00.027) 0:03:05.953 ****** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 27 January 2024 16:51:06 +0000 (0:00:00.228) 0:03:06.181 ****** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 27 January 2024 16:51:06 +0000 (0:00:00.025) 0:03:06.207 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1706374168.4245381, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1706374126.921813, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203288, "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": "931413434", "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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 27 January 2024 16:51:06 +0000 (0:00:00.227) 0:03:06.435 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 27 January 2024 16:51:06 +0000 (0:00:00.020) 0:03:06.455 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 27 January 2024 16:51:06 +0000 (0:00:00.019) 0:03:06.475 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 27 January 2024 16:51:06 +0000 (0:00:00.019) 0:03:06.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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 27 January 2024 16:51:06 +0000 (0:00:00.019) 0:03:06.514 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 27 January 2024 16:51:06 +0000 (0:00:00.020) 0:03:06.534 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 27 January 2024 16:51:07 +0000 (0:00:00.019) 0:03:06.554 ****** 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": "json_container.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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 27 January 2024 16:51:07 +0000 (0:00:00.034) 0:03:06.588 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 27 January 2024 16:51:07 +0000 (0:00:00.019) 0:03:06.608 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 27 January 2024 16:51:07 +0000 (0:00:00.020) 0:03:06.629 ****** ok: [sut] => { "ansible_facts": { "__podman_images": [ "quay.io/linux-system-roles/mysql:5.6" ], "__podman_quadlet_file": "/etc/containers/systemd/json_container.container", "__podman_volumes": [] }, "changed": false } TASK [linux-system-roles.podman : Cleanup quadlets] **************************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 27 January 2024 16:51:07 +0000 (0:00:00.045) 0:03:06.675 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Saturday 27 January 2024 16:51:07 +0000 (0:00:00.018) 0:03:06.694 ****** included: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Enable lingering if needed] ****************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Saturday 27 January 2024 16:51:07 +0000 (0:00:00.040) 0:03:06.734 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:8 Saturday 27 January 2024 16:51:07 +0000 (0:00:00.019) 0:03:06.754 ****** TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:26 Saturday 27 January 2024 16:51:07 +0000 (0:00:00.018) 0:03:06.772 ****** ok: [sut] => (item=quay.io/linux-system-roles/mysql:5.6) => { "actions": [ "Pulled image quay.io/linux-system-roles/mysql:5.6" ], "ansible_loop_var": "item", "changed": false, "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 inspect quay.io/linux-system-roles/mysql:5.6 --format json", "/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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:43 Saturday 27 January 2024 16:51:08 +0000 (0:00:00.936) 0:03:07.708 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:52 Saturday 27 January 2024 16:51:08 +0000 (0:00:00.230) 0:03:07.938 ****** 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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:62 Saturday 27 January 2024 16:51:08 +0000 (0:00:00.020) 0:03:07.958 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure quadlet file is present] ************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:74 Saturday 27 January 2024 16:51:08 +0000 (0:00:00.020) 0:03:07.979 ****** changed: [sut] => { "changed": true, "checksum": "ce5e897353238be9413a5cc675c7c55d932cbabf", "dest": "/etc/containers/systemd/json_container.container", "gid": 0, "group": "root", "md5sum": "ed8cf6b83c167ef569dc77caf3e26d00", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 302, "src": "/root/.ansible/tmp/ansible-tmp-1706374268.481589-10129-5609204096856/source", "state": "file", "uid": 0 } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:86 Saturday 27 January 2024 16:51:09 +0000 (0:00:00.640) 0:03:08.619 ****** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:115 Saturday 27 January 2024 16:51:10 +0000 (0:00:01.093) 0:03:09.713 ****** changed: [sut] => { "changed": true, "name": "json_container.service", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "basic.target system.slice -.mount sysinit.target systemd-journald.socket", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "yes", "DelegateControllers": "cpu cpuacct cpuset io blkio memory devices pids bpf-firewall bpf-devices bpf-foreign bpf-socket-bind bpf-restrict-network-interfaces", "Description": "json_container.service", "DevicePolicy": "auto", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "Environment": "PODMAN_SYSTEMD_UNIT=json_container.service", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman run --name=json_container --cidfile=/run/json_container.cid --replace --rm --cgroups=split --sdnotify=conmon -d --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=json_container --cidfile=/run/json_container.cid --replace --rm --cgroups=split --sdnotify=conmon -d --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/json_container.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/json_container.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/json_container.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/json_container.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/json_container.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": "json_container.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": "json_container.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMPolicy": "continue", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice -.mount sysinit.target", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "SourcePath": "/etc/containers/systemd/json_container.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": "json_container", "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-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:131 Saturday 27 January 2024 16:51:11 +0000 (0:00:01.711) 0:03:11.424 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check files] ************************************************************* task path: /WORKDIR/git-weekly-civ8r4joe3/tests/tests_quadlet_basic.yml:180 Saturday 27 January 2024 16:51:11 +0000 (0:00:00.046) 0:03:11.471 ****** 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.005927", "end": "2024-01-27 16:51:12.319918", "item": "quadlet-basic-mysql.container", "rc": 0, "start": "2024-01-27 16:51:12.313991" } 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 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.003459", "end": "2024-01-27 16:51:12.632377", "item": "quadlet-basic.network", "rc": 0, "start": "2024-01-27 16:51:12.628918" } 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:01.004664", "end": "2024-01-27 16:51:13.850250", "item": "quadlet-basic-mysql.volume", "rc": 0, "start": "2024-01-27 16:51:12.845586" } STDOUT: # # Ansible managed # # system_role:podman [Volume] TASK [Check JSON] ************************************************************** task path: /WORKDIR/git-weekly-civ8r4joe3/tests/tests_quadlet_basic.yml:190 Saturday 27 January 2024 16:51:13 +0000 (0:00:01.960) 0:03:13.432 ****** fatal: [sut]: FAILED! => { "changed": false, "cmd": [ "podman", "exec", "json_container", "cat", "/tmp/test.json" ], "delta": "0:00:00.239577", "end": "2024-01-27 16:51:14.459556", "failed_when_result": true, "rc": 0, "start": "2024-01-27 16:51:14.219979" } STDOUT: {'test': 'json'} to retry, use: --limit @/tmp/tests_quadlet_basic.retry PLAY RECAP ********************************************************************* sut : ok=406 changed=39 unreachable=0 failed=1 skipped=394 rescued=0 ignored=0 Saturday 27 January 2024 16:51:14 +0000 (0:00:00.607) 0:03:14.039 ****** =============================================================================== linux-system-roles.podman : Ensure required packages are installed ----- 83.30s /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:14 linux-system-roles.podman : Stop and disable service ------------------- 11.39s /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 linux-system-roles.podman : Ensure container images are present --------- 8.13s /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:26 linux-system-roles.podman : Ensure container images are present --------- 7.72s /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:26 Check files ------------------------------------------------------------- 1.96s /WORKDIR/git-weekly-civ8r4joe3/tests/tests_quadlet_basic.yml:180 -------------- Gathering Facts --------------------------------------------------------- 1.81s /WORKDIR/git-weekly-civ8r4joe3/tests/tests_quadlet_basic.yml:9 ---------------- linux-system-roles.podman : Start service ------------------------------- 1.71s /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:115 linux-system-roles.podman : Start service ------------------------------- 1.65s /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:115 linux-system-roles.podman : Reload systemctl ---------------------------- 1.09s /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:86 linux-system-roles.podman : Gather the package facts -------------------- 1.04s /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Start service ------------------------------- 1.04s /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:115 linux-system-roles.podman : Gather the package facts -------------------- 1.02s /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Reload systemctl ---------------------------- 1.01s /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:31 linux-system-roles.podman : Stop and disable service -------------------- 0.99s /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 linux-system-roles.podman : Reload systemctl ---------------------------- 0.98s /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:86 linux-system-roles.podman : Gather the package facts -------------------- 0.97s /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Reload systemctl ---------------------------- 0.97s /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:31 linux-system-roles.podman : Gather the package facts -------------------- 0.96s /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Reload systemctl ---------------------------- 0.95s /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:86 linux-system-roles.podman : Reload systemctl ---------------------------- 0.94s /WORKDIR/git-weekly-civ8r4joe3/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:86 ---^---^---^---^---^--- # 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. ---^---^---^---^---^---