# 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-cii6w4fq7o/tests/tests_quadlet_basic.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Include vault variables] ************************************************* task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/tests_quadlet_basic.yml:4 Saturday 13 January 2024 16:46:48 +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-cii6w4fq7o/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-cii6w4fq7o/tests/tests_quadlet_basic.yml:9 Saturday 13 January 2024 16:46:48 +0000 (0:00:00.010) 0:00:00.023 ****** ok: [sut] META: ran handlers TASK [Run role - do not pull images] ******************************************* task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/tests_quadlet_basic.yml:51 Saturday 13 January 2024 16:46:49 +0000 (0:00:00.685) 0:00:00.708 ****** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 13 January 2024 16:46:49 +0000 (0:00:00.068) 0:00:00.777 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 13 January 2024 16:46:49 +0000 (0:00:00.014) 0:00:00.791 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 13 January 2024 16:46:49 +0000 (0:00:00.018) 0:00:00.810 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.podman : Set flag to indicate system is ostree] ******* task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 13 January 2024 16:46:49 +0000 (0:00:00.251) 0:00:01.061 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 13 January 2024 16:46:50 +0000 (0:00:00.019) 0:00:01.081 ****** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 13 January 2024 16:46:50 +0000 (0:00:00.032) 0:00:01.114 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 13 January 2024 16:46:51 +0000 (0:00:01.041) 0:00:02.155 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 13 January 2024 16:46:51 +0000 (0:00:00.028) 0:00:02.183 ****** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: container-selinux-3:2.227.0-1.el9.noarch", "Installed: protobuf-c-1.3.3-13.el9.x86_64", "Installed: containers-common-2:1-55.el9.x86_64", "Installed: libnet-1.2-6.el9.x86_64", "Installed: yajl-2.1.0-22.el9.x86_64", "Installed: slirp4netns-1.2.2-1.el9.x86_64", "Installed: fuse-common-3.10.2-6.el9.x86_64", "Installed: podman-2:4.8.1-1.el9.x86_64", "Installed: criu-3.19-1.el9.x86_64", "Installed: netavark-2:1.9.0-1.el9.x86_64", "Installed: criu-libs-3.19-1.el9.x86_64", "Installed: crun-1.12-1.el9.x86_64", "Installed: fuse-overlayfs-1.12-1.el9.x86_64", "Installed: libslirp-4.4.0-7.el9.x86_64", "Installed: fuse3-3.10.2-6.el9.x86_64", "Installed: conmon-2:2.1.10-1.el9.x86_64", "Installed: shadow-utils-subid-2:4.9-8.el9.x86_64", "Installed: fuse3-libs-3.10.2-6.el9.x86_64", "Installed: aardvark-dns-2:1.9.0-1.el9.x86_64" ] } lsrpackages: podman shadow-utils-subid TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 13 January 2024 16:47:38 +0000 (0:00:47.018) 0:00:49.202 ****** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.035881", "end": "2024-01-13 16:47:38.392380", "rc": 0, "start": "2024-01-13 16:47:38.356499" } STDOUT: podman version 4.8.1 TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:28 Saturday 13 January 2024 16:47:38 +0000 (0:00:00.291) 0:00:49.493 ****** ok: [sut] => { "ansible_facts": { "podman_version": "4.8.1" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:32 Saturday 13 January 2024 16:47:38 +0000 (0:00:00.027) 0:00:49.521 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:39 Saturday 13 January 2024 16:47:38 +0000 (0:00:00.025) 0:00:49.546 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:56 Saturday 13 January 2024 16:47:38 +0000 (0:00:00.063) 0:00:49.610 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 13 January 2024 16:47:38 +0000 (0:00:00.033) 0:00:49.644 ****** ok: [sut] => { "ansible_facts": { "getent_passwd": { "root": [ "x", "0", "0", "root", "/root", "/bin/bash" ] } }, "changed": false } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 13 January 2024 16:47:38 +0000 (0:00:00.249) 0:00:49.894 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 13 January 2024 16:47:38 +0000 (0:00:00.021) 0:00:49.915 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 13 January 2024 16:47:38 +0000 (0:00:00.024) 0:00:49.940 ****** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 13 January 2024 16:47:39 +0000 (0:00:00.204) 0:00:50.144 ****** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 13 January 2024 16:47:39 +0000 (0:00:00.022) 0:00:50.167 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1689166618.0, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1705164429.4983122, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4578807, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "3517126951", "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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 13 January 2024 16:47:39 +0000 (0:00:00.202) 0:00:50.369 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 13 January 2024 16:47:39 +0000 (0:00:00.018) 0:00:50.388 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 13 January 2024 16:47:39 +0000 (0:00:00.018) 0:00:50.407 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 13 January 2024 16:47:39 +0000 (0:00:00.017) 0:00:50.424 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 13 January 2024 16:47:39 +0000 (0:00:00.017) 0:00:50.441 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 13 January 2024 16:47:39 +0000 (0:00:00.017) 0:00:50.459 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:62 Saturday 13 January 2024 16:47:39 +0000 (0:00:00.016) 0:00:50.476 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:80 Saturday 13 January 2024 16:47:39 +0000 (0:00:00.038) 0:00:50.514 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 13 January 2024 16:47:39 +0000 (0:00:00.051) 0:00:50.565 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 13 January 2024 16:47:39 +0000 (0:00:00.018) 0:00:50.584 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:83 Saturday 13 January 2024 16:47:39 +0000 (0:00:00.017) 0:00:50.602 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 13 January 2024 16:47:39 +0000 (0:00:00.035) 0:00:50.638 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 13 January 2024 16:47:39 +0000 (0:00:00.018) 0:00:50.657 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:86 Saturday 13 January 2024 16:47:39 +0000 (0:00:00.017) 0:00:50.674 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 13 January 2024 16:47:39 +0000 (0:00:00.034) 0:00:50.708 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 13 January 2024 16:47:39 +0000 (0:00:00.017) 0:00:50.726 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:89 Saturday 13 January 2024 16:47:39 +0000 (0:00:00.017) 0:00:50.743 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 13 January 2024 16:47:39 +0000 (0:00:00.035) 0:00:50.778 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 13 January 2024 16:47:39 +0000 (0:00:00.017) 0:00:50.796 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 13 January 2024 16:47:39 +0000 (0:00:00.016) 0:00:50.813 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 13 January 2024 16:47:39 +0000 (0:00:00.018) 0:00:50.831 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:95 Saturday 13 January 2024 16:47:39 +0000 (0:00:00.018) 0:00:50.850 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:102 Saturday 13 January 2024 16:47:39 +0000 (0:00:00.021) 0:00:50.871 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:109 Saturday 13 January 2024 16:47:39 +0000 (0:00:00.019) 0:00:50.890 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:116 Saturday 13 January 2024 16:47:39 +0000 (0:00:00.018) 0:00:50.908 ****** TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:122 Saturday 13 January 2024 16:47:39 +0000 (0:00:00.017) 0:00:50.926 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 13 January 2024 16:47:39 +0000 (0:00:00.073) 0:00:50.999 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 13 January 2024 16:47:39 +0000 (0:00:00.023) 0:00:51.022 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 13 January 2024 16:47:39 +0000 (0:00:00.025) 0:00:51.048 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 13 January 2024 16:47:39 +0000 (0:00:00.019) 0:00:51.067 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 13 January 2024 16:47:40 +0000 (0:00:00.027) 0:00:51.095 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 13 January 2024 16:47:40 +0000 (0:00:00.031) 0:00:51.127 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 13 January 2024 16:47:40 +0000 (0:00:00.021) 0:00:51.148 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 13 January 2024 16:47:40 +0000 (0:00:00.021) 0:00:51.170 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 13 January 2024 16:47:40 +0000 (0:00:00.023) 0:00:51.194 ****** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 13 January 2024 16:47:40 +0000 (0:00:00.195) 0:00:51.389 ****** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 13 January 2024 16:47:40 +0000 (0:00:00.023) 0:00:51.412 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705164459.2621584, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1705164429.4983122, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4578807, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "3517126951", "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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 13 January 2024 16:47:40 +0000 (0:00:00.202) 0:00:51.615 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 13 January 2024 16:47:40 +0000 (0:00:00.018) 0:00:51.633 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 13 January 2024 16:47:40 +0000 (0:00:00.017) 0:00:51.651 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 13 January 2024 16:47:40 +0000 (0:00:00.018) 0:00:51.669 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 13 January 2024 16:47:40 +0000 (0:00:00.017) 0:00:51.687 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 13 January 2024 16:47:40 +0000 (0:00:00.018) 0:00:51.705 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 13 January 2024 16:47:40 +0000 (0:00:00.043) 0:00:51.748 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 13 January 2024 16:47:40 +0000 (0:00:00.033) 0:00:51.782 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 13 January 2024 16:47:40 +0000 (0:00:00.020) 0:00:51.803 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 13 January 2024 16:47:40 +0000 (0:00:00.019) 0:00:51.823 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 13 January 2024 16:47:40 +0000 (0:00:00.045) 0:00:51.868 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Saturday 13 January 2024 16:47:40 +0000 (0:00:00.017) 0:00:51.885 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Saturday 13 January 2024 16:47:40 +0000 (0:00:00.040) 0:00:51.926 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:8 Saturday 13 January 2024 16:47:40 +0000 (0:00:00.018) 0:00:51.944 ****** TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:26 Saturday 13 January 2024 16:47:40 +0000 (0:00:00.018) 0:00:51.962 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:43 Saturday 13 January 2024 16:47:40 +0000 (0:00:00.021) 0:00:51.984 ****** ok: [sut] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers/systemd", "secontext": "system_u:object_r:etc_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [linux-system-roles.podman : Ensure quadlet file is copied] *************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:52 Saturday 13 January 2024 16:47:41 +0000 (0:00:00.297) 0:00:52.281 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:62 Saturday 13 January 2024 16:47:41 +0000 (0:00:00.019) 0:00:52.301 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:74 Saturday 13 January 2024 16:47:41 +0000 (0:00:00.019) 0:00:52.320 ****** 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-1705164461.2968383-8185-170535614857385/source", "state": "file", "uid": 0 } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:86 Saturday 13 January 2024 16:47:41 +0000 (0:00:00.645) 0:00:52.966 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:115 Saturday 13 January 2024 16:47:41 +0000 (0:00:00.023) 0:00:52.989 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:131 Saturday 13 January 2024 16:47:41 +0000 (0:00:00.022) 0:00:53.012 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify image not pulled] ************************************************* task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/tests_quadlet_basic.yml:67 Saturday 13 January 2024 16:47:41 +0000 (0:00:00.046) 0:00:53.058 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Run role - try to pull bogus image] ************************************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/tests_quadlet_basic.yml:71 Saturday 13 January 2024 16:47:42 +0000 (0:00:00.020) 0:00:53.079 ****** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 13 January 2024 16:47:42 +0000 (0:00:00.041) 0:00:53.121 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 13 January 2024 16:47:42 +0000 (0:00:00.030) 0:00:53.152 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 13 January 2024 16:47:42 +0000 (0:00:00.024) 0:00:53.176 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 13 January 2024 16:47:42 +0000 (0:00:00.018) 0:00:53.195 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 13 January 2024 16:47:42 +0000 (0:00:00.021) 0:00:53.216 ****** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 13 January 2024 16:47:42 +0000 (0:00:00.049) 0:00:53.266 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 13 January 2024 16:47:43 +0000 (0:00:00.924) 0:00:54.190 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 13 January 2024 16:47:43 +0000 (0:00:00.018) 0:00:54.208 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 13 January 2024 16:47:43 +0000 (0:00:00.046) 0:00:54.255 ****** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.031323", "end": "2024-01-13 16:47:43.374436", "rc": 0, "start": "2024-01-13 16:47:43.343113" } STDOUT: podman version 4.8.1 TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:28 Saturday 13 January 2024 16:47:43 +0000 (0:00:00.221) 0:00:54.476 ****** ok: [sut] => { "ansible_facts": { "podman_version": "4.8.1" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:32 Saturday 13 January 2024 16:47:43 +0000 (0:00:00.020) 0:00:54.497 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:39 Saturday 13 January 2024 16:47:43 +0000 (0:00:00.020) 0:00:54.518 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:56 Saturday 13 January 2024 16:47:43 +0000 (0:00:00.035) 0:00:54.553 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 13 January 2024 16:47:43 +0000 (0:00:00.035) 0:00:54.589 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 13 January 2024 16:47:43 +0000 (0:00:00.024) 0:00:54.614 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 13 January 2024 16:47:43 +0000 (0:00:00.023) 0:00:54.638 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 13 January 2024 16:47:43 +0000 (0:00:00.024) 0:00:54.663 ****** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 13 January 2024 16:47:43 +0000 (0:00:00.196) 0:00:54.859 ****** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 13 January 2024 16:47:43 +0000 (0:00:00.022) 0:00:54.882 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705164459.2621584, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1705164429.4983122, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4578807, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "3517126951", "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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 13 January 2024 16:47:44 +0000 (0:00:00.199) 0:00:55.082 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 13 January 2024 16:47:44 +0000 (0:00:00.019) 0:00:55.101 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 13 January 2024 16:47:44 +0000 (0:00:00.018) 0:00:55.120 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 13 January 2024 16:47:44 +0000 (0:00:00.019) 0:00:55.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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 13 January 2024 16:47:44 +0000 (0:00:00.019) 0:00:55.159 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 13 January 2024 16:47:44 +0000 (0:00:00.046) 0:00:55.206 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:62 Saturday 13 January 2024 16:47:44 +0000 (0:00:00.019) 0:00:55.225 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:80 Saturday 13 January 2024 16:47:44 +0000 (0:00:00.024) 0:00:55.250 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 13 January 2024 16:47:44 +0000 (0:00:00.033) 0:00:55.284 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 13 January 2024 16:47:44 +0000 (0:00:00.018) 0:00:55.303 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:83 Saturday 13 January 2024 16:47:44 +0000 (0:00:00.019) 0:00:55.323 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 13 January 2024 16:47:44 +0000 (0:00:00.036) 0:00:55.360 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 13 January 2024 16:47:44 +0000 (0:00:00.022) 0:00:55.382 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:86 Saturday 13 January 2024 16:47:44 +0000 (0:00:00.020) 0:00:55.403 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 13 January 2024 16:47:44 +0000 (0:00:00.035) 0:00:55.438 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 13 January 2024 16:47:44 +0000 (0:00:00.018) 0:00:55.457 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:89 Saturday 13 January 2024 16:47:44 +0000 (0:00:00.017) 0:00:55.474 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 13 January 2024 16:47:44 +0000 (0:00:00.035) 0:00:55.510 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 13 January 2024 16:47:44 +0000 (0:00:00.018) 0:00:55.528 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 13 January 2024 16:47:44 +0000 (0:00:00.017) 0:00:55.545 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 13 January 2024 16:47:44 +0000 (0:00:00.017) 0:00:55.563 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:95 Saturday 13 January 2024 16:47:44 +0000 (0:00:00.017) 0:00:55.580 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:102 Saturday 13 January 2024 16:47:44 +0000 (0:00:00.041) 0:00:55.622 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:109 Saturday 13 January 2024 16:47:44 +0000 (0:00:00.019) 0:00:55.642 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:116 Saturday 13 January 2024 16:47:44 +0000 (0:00:00.018) 0:00:55.660 ****** TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:122 Saturday 13 January 2024 16:47:44 +0000 (0:00:00.017) 0:00:55.677 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 13 January 2024 16:47:44 +0000 (0:00:00.042) 0:00:55.720 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 13 January 2024 16:47:44 +0000 (0:00:00.024) 0:00:55.744 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 13 January 2024 16:47:44 +0000 (0:00:00.024) 0:00:55.768 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 13 January 2024 16:47:44 +0000 (0:00:00.019) 0:00:55.787 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 13 January 2024 16:47:44 +0000 (0:00:00.027) 0:00:55.815 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 13 January 2024 16:47:44 +0000 (0:00:00.033) 0:00:55.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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 13 January 2024 16:47:44 +0000 (0:00:00.024) 0:00:55.873 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 13 January 2024 16:47:44 +0000 (0:00:00.023) 0:00:55.897 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 13 January 2024 16:47:44 +0000 (0:00:00.026) 0:00:55.923 ****** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 13 January 2024 16:47:45 +0000 (0:00:00.208) 0:00:56.132 ****** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 13 January 2024 16:47:45 +0000 (0:00:00.023) 0:00:56.156 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705164459.2621584, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1705164429.4983122, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4578807, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "3517126951", "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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 13 January 2024 16:47:45 +0000 (0:00:00.199) 0:00:56.355 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 13 January 2024 16:47:45 +0000 (0:00:00.045) 0:00:56.400 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 13 January 2024 16:47:45 +0000 (0:00:00.020) 0:00:56.421 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 13 January 2024 16:47:45 +0000 (0:00:00.022) 0:00:56.443 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 13 January 2024 16:47:45 +0000 (0:00:00.019) 0:00:56.463 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 13 January 2024 16:47:45 +0000 (0:00:00.020) 0:00:56.484 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 13 January 2024 16:47:45 +0000 (0:00:00.019) 0:00:56.503 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 13 January 2024 16:47:45 +0000 (0:00:00.034) 0:00:56.538 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 13 January 2024 16:47:45 +0000 (0:00:00.020) 0:00:56.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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 13 January 2024 16:47:45 +0000 (0:00:00.021) 0:00:56.580 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 13 January 2024 16:47:45 +0000 (0:00:00.045) 0:00:56.626 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Saturday 13 January 2024 16:47:45 +0000 (0:00:00.021) 0:00:56.647 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Saturday 13 January 2024 16:47:45 +0000 (0:00:00.042) 0:00:56.690 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:8 Saturday 13 January 2024 16:47:45 +0000 (0:00:00.022) 0:00:56.712 ****** TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:26 Saturday 13 January 2024 16:47:45 +0000 (0:00:00.019) 0:00:56.732 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:43 Saturday 13 January 2024 16:47:46 +0000 (0:00:00.720) 0:00:57.452 ****** ok: [sut] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers/systemd", "secontext": "system_u:object_r:etc_t:s0", "size": 30, "state": "directory", "uid": 0 } TASK [linux-system-roles.podman : Ensure quadlet file is copied] *************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:52 Saturday 13 January 2024 16:47:46 +0000 (0:00:00.237) 0:00:57.689 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:62 Saturday 13 January 2024 16:47:46 +0000 (0:00:00.019) 0:00:57.709 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:74 Saturday 13 January 2024 16:47:46 +0000 (0:00:00.020) 0:00:57.729 ****** 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-1705164466.695386-8361-139556260259418/source", "state": "file", "uid": 0 } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:86 Saturday 13 January 2024 16:47:47 +0000 (0:00:00.552) 0:00:58.282 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:115 Saturday 13 January 2024 16:47:47 +0000 (0:00:00.023) 0:00:58.305 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:131 Saturday 13 January 2024 16:47:47 +0000 (0:00:00.026) 0:00:58.332 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify image not pulled and no error] ************************************ task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/tests_quadlet_basic.yml:87 Saturday 13 January 2024 16:47:47 +0000 (0:00:00.026) 0:00:58.358 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/tests_quadlet_basic.yml:94 Saturday 13 January 2024 16:47:47 +0000 (0:00:00.024) 0:00:58.382 ****** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 13 January 2024 16:47:47 +0000 (0:00:00.070) 0:00:58.452 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 13 January 2024 16:47:47 +0000 (0:00:00.034) 0:00:58.486 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 13 January 2024 16:47:47 +0000 (0:00:00.024) 0:00:58.511 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 13 January 2024 16:47:47 +0000 (0:00:00.019) 0:00:58.531 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 13 January 2024 16:47:47 +0000 (0:00:00.019) 0:00:58.550 ****** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 13 January 2024 16:47:47 +0000 (0:00:00.047) 0:00:58.598 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 13 January 2024 16:47:48 +0000 (0:00:00.960) 0:00:59.558 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure required packages are installed] ****** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 13 January 2024 16:47:48 +0000 (0:00:00.019) 0:00:59.578 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 13 January 2024 16:47:48 +0000 (0:00:00.023) 0:00:59.602 ****** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.033007", "end": "2024-01-13 16:47:48.729526", "rc": 0, "start": "2024-01-13 16:47:48.696519" } STDOUT: podman version 4.8.1 TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:28 Saturday 13 January 2024 16:47:48 +0000 (0:00:00.229) 0:00:59.832 ****** ok: [sut] => { "ansible_facts": { "podman_version": "4.8.1" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:32 Saturday 13 January 2024 16:47:48 +0000 (0:00:00.020) 0:00:59.853 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:39 Saturday 13 January 2024 16:47:48 +0000 (0:00:00.020) 0:00:59.873 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: end_host conditional evaluated to false, continuing execution for sut TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:56 Saturday 13 January 2024 16:47:48 +0000 (0:00:00.035) 0:00:59.909 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 13 January 2024 16:47:48 +0000 (0:00:00.037) 0:00:59.946 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 13 January 2024 16:47:48 +0000 (0:00:00.025) 0:00:59.972 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 13 January 2024 16:47:48 +0000 (0:00:00.026) 0:00:59.998 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 13 January 2024 16:47:48 +0000 (0:00:00.028) 0:01:00.026 ****** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 13 January 2024 16:47:49 +0000 (0:00:00.232) 0:01:00.259 ****** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 13 January 2024 16:47:49 +0000 (0:00:00.024) 0:01:00.284 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705164459.2621584, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1705164429.4983122, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4578807, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "3517126951", "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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 13 January 2024 16:47:49 +0000 (0:00:00.204) 0:01:00.488 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 13 January 2024 16:47:49 +0000 (0:00:00.020) 0:01:00.509 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 13 January 2024 16:47:49 +0000 (0:00:00.019) 0:01:00.529 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 13 January 2024 16:47:49 +0000 (0:00:00.020) 0:01:00.550 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 13 January 2024 16:47:49 +0000 (0:00:00.019) 0:01:00.569 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 13 January 2024 16:47:49 +0000 (0:00:00.019) 0:01:00.589 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:62 Saturday 13 January 2024 16:47:49 +0000 (0:00:00.019) 0:01:00.609 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:80 Saturday 13 January 2024 16:47:49 +0000 (0:00:00.026) 0:01:00.635 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 13 January 2024 16:47:49 +0000 (0:00:00.036) 0:01:00.672 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 13 January 2024 16:47:49 +0000 (0:00:00.019) 0:01:00.691 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:83 Saturday 13 January 2024 16:47:49 +0000 (0:00:00.020) 0:01:00.712 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 13 January 2024 16:47:49 +0000 (0:00:00.034) 0:01:00.746 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 13 January 2024 16:47:49 +0000 (0:00:00.019) 0:01:00.766 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:86 Saturday 13 January 2024 16:47:49 +0000 (0:00:00.017) 0:01:00.784 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 13 January 2024 16:47:49 +0000 (0:00:00.060) 0:01:00.845 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 13 January 2024 16:47:49 +0000 (0:00:00.020) 0:01:00.865 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:89 Saturday 13 January 2024 16:47:49 +0000 (0:00:00.018) 0:01:00.884 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 13 January 2024 16:47:49 +0000 (0:00:00.037) 0:01:00.921 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 13 January 2024 16:47:49 +0000 (0:00:00.020) 0:01:00.941 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 13 January 2024 16:47:49 +0000 (0:00:00.019) 0:01:00.961 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 13 January 2024 16:47:49 +0000 (0:00:00.018) 0:01:00.980 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:95 Saturday 13 January 2024 16:47:49 +0000 (0:00:00.018) 0:01:00.998 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:102 Saturday 13 January 2024 16:47:49 +0000 (0:00:00.020) 0:01:01.018 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:109 Saturday 13 January 2024 16:47:49 +0000 (0:00:00.019) 0:01:01.038 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:116 Saturday 13 January 2024 16:47:49 +0000 (0:00:00.018) 0:01:01.057 ****** TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:122 Saturday 13 January 2024 16:47:50 +0000 (0:00:00.016) 0:01:01.074 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 13 January 2024 16:47:50 +0000 (0:00:00.043) 0:01:01.117 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 13 January 2024 16:47:50 +0000 (0:00:00.023) 0:01:01.141 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 13 January 2024 16:47:50 +0000 (0:00:00.023) 0:01:01.165 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 13 January 2024 16:47:50 +0000 (0:00:00.021) 0:01:01.187 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 13 January 2024 16:47:50 +0000 (0:00:00.027) 0:01:01.215 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 13 January 2024 16:47:50 +0000 (0:00:00.061) 0:01:01.277 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 13 January 2024 16:47:50 +0000 (0:00:00.024) 0:01:01.302 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 13 January 2024 16:47:50 +0000 (0:00:00.022) 0:01:01.324 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 13 January 2024 16:47:50 +0000 (0:00:00.027) 0:01:01.352 ****** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 13 January 2024 16:47:50 +0000 (0:00:00.209) 0:01:01.561 ****** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 13 January 2024 16:47:50 +0000 (0:00:00.026) 0:01:01.587 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705164459.2621584, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1705164429.4983122, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4578807, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "3517126951", "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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 13 January 2024 16:47:50 +0000 (0:00:00.214) 0:01:01.802 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 13 January 2024 16:47:50 +0000 (0:00:00.021) 0:01:01.823 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 13 January 2024 16:47:50 +0000 (0:00:00.023) 0:01:01.847 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 13 January 2024 16:47:50 +0000 (0:00:00.040) 0:01:01.887 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 13 January 2024 16:47:50 +0000 (0:00:00.022) 0:01:01.910 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 13 January 2024 16:47:50 +0000 (0:00:00.022) 0:01:01.932 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 13 January 2024 16:47:50 +0000 (0:00:00.021) 0:01:01.954 ****** ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": false, "__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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 13 January 2024 16:47:50 +0000 (0:00:00.041) 0:01:01.995 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 13 January 2024 16:47:50 +0000 (0:00:00.031) 0:01:02.026 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 13 January 2024 16:47:50 +0000 (0:00:00.021) 0:01:02.048 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 13 January 2024 16:47:51 +0000 (0:00:00.049) 0:01:02.097 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Saturday 13 January 2024 16:47:51 +0000 (0:00:00.097) 0:01:02.194 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:22 Saturday 13 January 2024 16:47:51 +0000 (0:00:00.530) 0:01:02.725 ****** changed: [sut] => { "changed": true, "path": "/etc/containers/systemd/nopull.container", "state": "absent" } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:31 Saturday 13 January 2024 16:47:51 +0000 (0:00:00.231) 0:01:02.956 ****** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:40 Saturday 13 January 2024 16:47:52 +0000 (0:00:00.536) 0:01:03.493 ****** changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.042108", "end": "2024-01-13 16:47:52.635439", "rc": 0, "start": "2024-01-13 16:47:52.593331" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:48 Saturday 13 January 2024 16:47:52 +0000 (0:00:00.244) 0:01:03.737 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:57 Saturday 13 January 2024 16:47:52 +0000 (0:00:00.022) 0:01:03.760 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Gather facts for networks] ******************* task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:66 Saturday 13 January 2024 16:47:53 +0000 (0:00:00.326) 0:01:04.086 ****** ok: [sut] => { "changed": false, "cmd": [ "podman", "network", "ls", "-q" ], "delta": "0:00:00.038275", "end": "2024-01-13 16:47:53.237010", "rc": 0, "start": "2024-01-13 16:47:53.198735" } STDOUT: podman TASK [linux-system-roles.podman : Cancel linger if no more resources are in use] *** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:75 Saturday 13 January 2024 16:47:53 +0000 (0:00:00.252) 0:01:04.339 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Saturday 13 January 2024 16:47:53 +0000 (0:00:00.021) 0:01:04.361 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 13 January 2024 16:47:53 +0000 (0:00:00.019) 0:01:04.381 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 13 January 2024 16:47:53 +0000 (0:00:00.032) 0:01:04.413 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 13 January 2024 16:47:53 +0000 (0:00:00.091) 0:01:04.504 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 13 January 2024 16:47:53 +0000 (0:00:00.021) 0:01:04.525 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 13 January 2024 16:47:53 +0000 (0:00:00.020) 0:01:04.546 ****** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 13 January 2024 16:47:53 +0000 (0:00:00.048) 0:01:04.594 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 13 January 2024 16:47:54 +0000 (0:00:00.928) 0:01:05.523 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 13 January 2024 16:47:54 +0000 (0:00:00.019) 0:01:05.542 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 13 January 2024 16:47:54 +0000 (0:00:00.022) 0:01:05.564 ****** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.032263", "end": "2024-01-13 16:47:54.686111", "rc": 0, "start": "2024-01-13 16:47:54.653848" } STDOUT: podman version 4.8.1 TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:28 Saturday 13 January 2024 16:47:54 +0000 (0:00:00.221) 0:01:05.786 ****** ok: [sut] => { "ansible_facts": { "podman_version": "4.8.1" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:32 Saturday 13 January 2024 16:47:54 +0000 (0:00:00.019) 0:01:05.806 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:39 Saturday 13 January 2024 16:47:54 +0000 (0:00:00.017) 0:01:05.824 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:56 Saturday 13 January 2024 16:47:54 +0000 (0:00:00.034) 0:01:05.858 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 13 January 2024 16:47:54 +0000 (0:00:00.055) 0:01:05.914 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 13 January 2024 16:47:54 +0000 (0:00:00.024) 0:01:05.938 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 13 January 2024 16:47:54 +0000 (0:00:00.024) 0:01:05.963 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 13 January 2024 16:47:54 +0000 (0:00:00.030) 0:01:05.994 ****** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 13 January 2024 16:47:55 +0000 (0:00:00.198) 0:01:06.192 ****** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 13 January 2024 16:47:55 +0000 (0:00:00.024) 0:01:06.216 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705164459.2621584, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1705164429.4983122, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4578807, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "3517126951", "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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 13 January 2024 16:47:55 +0000 (0:00:00.198) 0:01:06.414 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 13 January 2024 16:47:55 +0000 (0:00:00.019) 0:01:06.434 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 13 January 2024 16:47:55 +0000 (0:00:00.019) 0:01:06.453 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 13 January 2024 16:47:55 +0000 (0:00:00.017) 0:01:06.471 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 13 January 2024 16:47:55 +0000 (0:00:00.018) 0:01:06.489 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 13 January 2024 16:47:55 +0000 (0:00:00.019) 0:01:06.509 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:62 Saturday 13 January 2024 16:47:55 +0000 (0:00:00.021) 0:01:06.531 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:80 Saturday 13 January 2024 16:47:55 +0000 (0:00:00.034) 0:01:06.565 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 13 January 2024 16:47:55 +0000 (0:00:00.038) 0:01:06.603 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 13 January 2024 16:47:55 +0000 (0:00:00.022) 0:01:06.625 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:83 Saturday 13 January 2024 16:47:55 +0000 (0:00:00.023) 0:01:06.648 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 13 January 2024 16:47:55 +0000 (0:00:00.076) 0:01:06.725 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 13 January 2024 16:47:55 +0000 (0:00:00.024) 0:01:06.750 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:86 Saturday 13 January 2024 16:47:55 +0000 (0:00:00.025) 0:01:06.775 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 13 January 2024 16:47:55 +0000 (0:00:00.039) 0:01:06.814 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 13 January 2024 16:47:55 +0000 (0:00:00.023) 0:01:06.837 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:89 Saturday 13 January 2024 16:47:55 +0000 (0:00:00.021) 0:01:06.859 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 13 January 2024 16:47:55 +0000 (0:00:00.051) 0:01:06.910 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 13 January 2024 16:47:55 +0000 (0:00:00.024) 0:01:06.934 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 13 January 2024 16:47:55 +0000 (0:00:00.021) 0:01:06.955 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 13 January 2024 16:47:55 +0000 (0:00:00.020) 0:01:06.975 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:95 Saturday 13 January 2024 16:47:55 +0000 (0:00:00.019) 0:01:06.995 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:102 Saturday 13 January 2024 16:47:55 +0000 (0:00:00.020) 0:01:07.015 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:109 Saturday 13 January 2024 16:47:55 +0000 (0:00:00.019) 0:01:07.034 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:116 Saturday 13 January 2024 16:47:55 +0000 (0:00:00.018) 0:01:07.053 ****** TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:122 Saturday 13 January 2024 16:47:55 +0000 (0:00:00.017) 0:01:07.071 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 13 January 2024 16:47:56 +0000 (0:00:00.044) 0:01:07.115 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 13 January 2024 16:47:56 +0000 (0:00:00.055) 0:01:07.171 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 13 January 2024 16:47:56 +0000 (0:00:00.025) 0:01:07.196 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 13 January 2024 16:47:56 +0000 (0:00:00.023) 0:01:07.219 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 13 January 2024 16:47:56 +0000 (0:00:00.027) 0:01:07.247 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 13 January 2024 16:47:56 +0000 (0:00:00.033) 0:01:07.281 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 13 January 2024 16:47:56 +0000 (0:00:00.024) 0:01:07.306 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 13 January 2024 16:47:56 +0000 (0:00:00.028) 0:01:07.334 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 13 January 2024 16:47:56 +0000 (0:00:00.028) 0:01:07.363 ****** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 13 January 2024 16:47:56 +0000 (0:00:00.204) 0:01:07.568 ****** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 13 January 2024 16:47:56 +0000 (0:00:00.025) 0:01:07.593 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705164459.2621584, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1705164429.4983122, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4578807, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "3517126951", "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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 13 January 2024 16:47:56 +0000 (0:00:00.206) 0:01:07.800 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 13 January 2024 16:47:56 +0000 (0:00:00.021) 0:01:07.822 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 13 January 2024 16:47:56 +0000 (0:00:00.025) 0:01:07.847 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 13 January 2024 16:47:56 +0000 (0:00:00.020) 0:01:07.868 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 13 January 2024 16:47:56 +0000 (0:00:00.022) 0:01:07.890 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 13 January 2024 16:47:56 +0000 (0:00:00.029) 0:01:07.920 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 13 January 2024 16:47:56 +0000 (0:00:00.022) 0:01:07.942 ****** ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": false, "__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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 13 January 2024 16:47:56 +0000 (0:00:00.078) 0:01:08.020 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 13 January 2024 16:47:56 +0000 (0:00:00.025) 0:01:08.046 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 13 January 2024 16:47:56 +0000 (0:00:00.021) 0:01:08.067 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 13 January 2024 16:47:57 +0000 (0:00:00.044) 0:01:08.112 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Saturday 13 January 2024 16:47:57 +0000 (0:00:00.039) 0:01:08.151 ****** 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 systemd-journald.socket basic.target -.mount sysinit.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "yes", "DelegateControllers": "cpu cpuacct cpuset io blkio memory devices pids bpf-firewall bpf-devices bpf-foreign bpf-socket-bind bpf-restrict-network-interfaces", "Description": "bogus.service", "DevicePolicy": "auto", "DynamicUser": "no", "Environment": "PODMAN_SYSTEMD_UNIT=bogus.service", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman run --name=bogus --cidfile=/run/bogus.cid --replace --rm --cgroups=split --sdnotify=conmon -d this_is_a_bogus_image ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman run --name=bogus --cidfile=/run/bogus.cid --replace --rm --cgroups=split --sdnotify=conmon -d this_is_a_bogus_image ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/bogus.cid ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/bogus.cid ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopPost": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/bogus.cid ; ignore_errors=yes ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopPostEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/bogus.cid ; flags=ignore-failure ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/run/systemd/generator/bogus.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "bogus.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13975", "LimitNPROCSoft": "13975", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13975", "LimitSIGPENDINGSoft": "13975", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "bogus.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMPolicy": "continue", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice -.mount sysinit.target", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "SourcePath": "/etc/containers/systemd/bogus.container", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogIdentifier": "bogus", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22360", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "generated", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [linux-system-roles.podman : Remove quadlet file] ************************* task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:22 Saturday 13 January 2024 16:47:57 +0000 (0:00:00.540) 0:01:08.692 ****** changed: [sut] => { "changed": true, "path": "/etc/containers/systemd/bogus.container", "state": "absent" } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:31 Saturday 13 January 2024 16:47:57 +0000 (0:00:00.197) 0:01:08.890 ****** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:40 Saturday 13 January 2024 16:47:58 +0000 (0:00:00.555) 0:01:09.446 ****** changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.041772", "end": "2024-01-13 16:47:58.586252", "rc": 0, "start": "2024-01-13 16:47:58.544480" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:48 Saturday 13 January 2024 16:47:58 +0000 (0:00:00.243) 0:01:09.689 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:57 Saturday 13 January 2024 16:47:58 +0000 (0:00:00.022) 0:01:09.711 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:66 Saturday 13 January 2024 16:47:58 +0000 (0:00:00.236) 0:01:09.948 ****** ok: [sut] => { "changed": false, "cmd": [ "podman", "network", "ls", "-q" ], "delta": "0:00:00.035082", "end": "2024-01-13 16:47:59.100731", "rc": 0, "start": "2024-01-13 16:47:59.065649" } STDOUT: podman TASK [linux-system-roles.podman : Cancel linger if no more resources are in use] *** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:75 Saturday 13 January 2024 16:47:59 +0000 (0:00:00.252) 0:01:10.201 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Saturday 13 January 2024 16:47:59 +0000 (0:00:00.020) 0:01:10.221 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create user for testing] ************************************************* task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/tests_quadlet_basic.yml:106 Saturday 13 January 2024 16:47:59 +0000 (0:00:00.018) 0:01:10.240 ****** 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-cii6w4fq7o/tests/tests_quadlet_basic.yml:111 Saturday 13 January 2024 16:47:59 +0000 (0:00:00.435) 0:01:10.676 ****** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 13 January 2024 16:47:59 +0000 (0:00:00.037) 0:01:10.713 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 13 January 2024 16:47:59 +0000 (0:00:00.032) 0:01:10.745 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if system is ostree] ******************* task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 13 January 2024 16:47:59 +0000 (0:00:00.023) 0:01:10.769 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 13 January 2024 16:47:59 +0000 (0:00:00.020) 0:01:10.789 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 13 January 2024 16:47:59 +0000 (0:00:00.019) 0:01:10.809 ****** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 13 January 2024 16:47:59 +0000 (0:00:00.047) 0:01:10.856 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 13 January 2024 16:48:00 +0000 (0:00:00.957) 0:01:11.814 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 13 January 2024 16:48:00 +0000 (0:00:00.020) 0:01:11.834 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 13 January 2024 16:48:00 +0000 (0:00:00.025) 0:01:11.860 ****** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.032561", "end": "2024-01-13 16:48:00.986397", "rc": 0, "start": "2024-01-13 16:48:00.953836" } STDOUT: podman version 4.8.1 TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:28 Saturday 13 January 2024 16:48:01 +0000 (0:00:00.227) 0:01:12.088 ****** ok: [sut] => { "ansible_facts": { "podman_version": "4.8.1" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:32 Saturday 13 January 2024 16:48:01 +0000 (0:00:00.020) 0:01:12.108 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:39 Saturday 13 January 2024 16:48:01 +0000 (0:00:00.020) 0:01:12.128 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:56 Saturday 13 January 2024 16:48:01 +0000 (0:00:00.056) 0:01:12.185 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 13 January 2024 16:48:01 +0000 (0:00:00.034) 0:01:12.220 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 13 January 2024 16:48:01 +0000 (0:00:00.207) 0:01:12.427 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 13 January 2024 16:48:01 +0000 (0:00:00.026) 0:01:12.454 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 13 January 2024 16:48:01 +0000 (0:00:00.026) 0:01:12.481 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 13 January 2024 16:48:01 +0000 (0:00:00.206) 0:01:12.688 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 13 January 2024 16:48:01 +0000 (0:00:00.055) 0:01:12.744 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705164459.2621584, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1705164429.4983122, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4578807, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "3517126951", "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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 13 January 2024 16:48:01 +0000 (0:00:00.203) 0:01:12.947 ****** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.004243", "end": "2024-01-13 16:48:02.050726", "rc": 0, "start": "2024-01-13 16:48:02.046483" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 13 January 2024 16:48:02 +0000 (0:00:00.204) 0:01:13.152 ****** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.004127", "end": "2024-01-13 16:48:02.257369", "rc": 0, "start": "2024-01-13 16:48:02.253242" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 13 January 2024 16:48:02 +0000 (0:00:00.206) 0:01:13.358 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 13 January 2024 16:48:02 +0000 (0:00:00.019) 0:01:13.378 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 13 January 2024 16:48:02 +0000 (0:00:00.020) 0:01:13.399 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 13 January 2024 16:48:02 +0000 (0:00:00.021) 0:01:13.420 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:62 Saturday 13 January 2024 16:48:02 +0000 (0:00:00.020) 0:01:13.441 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:80 Saturday 13 January 2024 16:48:02 +0000 (0:00:00.025) 0:01:13.466 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 13 January 2024 16:48:02 +0000 (0:00:00.035) 0:01:13.502 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 13 January 2024 16:48:02 +0000 (0:00:00.019) 0:01:13.521 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:83 Saturday 13 January 2024 16:48:02 +0000 (0:00:00.019) 0:01:13.541 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 13 January 2024 16:48:02 +0000 (0:00:00.034) 0:01:13.576 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 13 January 2024 16:48:02 +0000 (0:00:00.019) 0:01:13.595 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:86 Saturday 13 January 2024 16:48:02 +0000 (0:00:00.019) 0:01:13.615 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 13 January 2024 16:48:02 +0000 (0:00:00.063) 0:01:13.679 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 13 January 2024 16:48:02 +0000 (0:00:00.020) 0:01:13.699 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:89 Saturday 13 January 2024 16:48:02 +0000 (0:00:00.018) 0:01:13.718 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 13 January 2024 16:48:02 +0000 (0:00:00.036) 0:01:13.755 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 13 January 2024 16:48:02 +0000 (0:00:00.021) 0:01:13.776 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 13 January 2024 16:48:02 +0000 (0:00:00.019) 0:01:13.795 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 13 January 2024 16:48:02 +0000 (0:00:00.020) 0:01:13.816 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:95 Saturday 13 January 2024 16:48:02 +0000 (0:00:00.019) 0:01:13.835 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:102 Saturday 13 January 2024 16:48:02 +0000 (0:00:00.020) 0:01:13.855 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:109 Saturday 13 January 2024 16:48:02 +0000 (0:00:00.019) 0:01:13.875 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:3 Saturday 13 January 2024 16:48:02 +0000 (0:00:00.050) 0:01:13.926 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:12 Saturday 13 January 2024 16:48:02 +0000 (0:00:00.021) 0:01:13.947 ****** ok: [sut] => { "ansible_facts": { "__podman_user": "user_quadlet_basic" }, "changed": false } TASK [linux-system-roles.podman : Set variables part 2] ************************ task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:17 Saturday 13 January 2024 16:48:02 +0000 (0:00:00.020) 0:01:13.968 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:23 Saturday 13 January 2024 16:48:02 +0000 (0:00:00.024) 0:01:13.992 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:116 Saturday 13 January 2024 16:48:03 +0000 (0:00:00.592) 0:01:14.585 ****** TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:122 Saturday 13 January 2024 16:48:03 +0000 (0:00:00.050) 0:01:14.636 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut included: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 13 January 2024 16:48:03 +0000 (0:00:00.057) 0:01:14.693 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 13 January 2024 16:48:03 +0000 (0:00:00.027) 0:01:14.720 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 13 January 2024 16:48:03 +0000 (0:00:00.025) 0:01:14.745 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 13 January 2024 16:48:03 +0000 (0:00:00.019) 0:01:14.765 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 13 January 2024 16:48:03 +0000 (0:00:00.028) 0:01:14.793 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 13 January 2024 16:48:03 +0000 (0:00:00.033) 0:01:14.827 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 13 January 2024 16:48:03 +0000 (0:00:00.023) 0:01:14.850 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 13 January 2024 16:48:03 +0000 (0:00:00.024) 0:01:14.874 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 13 January 2024 16:48:03 +0000 (0:00:00.027) 0:01:14.902 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 13 January 2024 16:48:04 +0000 (0:00:00.201) 0:01:15.103 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 13 January 2024 16:48:04 +0000 (0:00:00.023) 0:01:15.127 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705164459.2621584, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1705164429.4983122, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4578807, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "3517126951", "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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 13 January 2024 16:48:04 +0000 (0:00:00.210) 0:01:15.337 ****** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.004303", "end": "2024-01-13 16:48:04.440095", "rc": 0, "start": "2024-01-13 16:48:04.435792" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 13 January 2024 16:48:04 +0000 (0:00:00.203) 0:01:15.541 ****** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.004092", "end": "2024-01-13 16:48:04.643093", "rc": 0, "start": "2024-01-13 16:48:04.639001" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 13 January 2024 16:48:04 +0000 (0:00:00.201) 0:01:15.743 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 13 January 2024 16:48:04 +0000 (0:00:00.022) 0:01:15.765 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 13 January 2024 16:48:04 +0000 (0:00:00.019) 0:01:15.784 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 13 January 2024 16:48:04 +0000 (0:00:00.020) 0:01:15.804 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 13 January 2024 16:48:04 +0000 (0:00:00.019) 0:01:15.823 ****** ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": false, "__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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 13 January 2024 16:48:04 +0000 (0:00:00.035) 0:01:15.859 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 13 January 2024 16:48:04 +0000 (0:00:00.020) 0:01:15.880 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 13 January 2024 16:48:04 +0000 (0:00:00.020) 0:01:15.901 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 13 January 2024 16:48:04 +0000 (0:00:00.047) 0:01:15.948 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Saturday 13 January 2024 16:48:04 +0000 (0:00:00.020) 0:01:15.969 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Saturday 13 January 2024 16:48:04 +0000 (0:00:00.040) 0:01:16.010 ****** changed: [sut] => { "changed": true, "cmd": [ "loginctl", "enable-linger", "user_quadlet_basic" ], "delta": "0:00:00.017266", "end": "2024-01-13 16:48:05.124239", "rc": 0, "start": "2024-01-13 16:48:05.106973" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:8 Saturday 13 January 2024 16:48:05 +0000 (0:00:00.223) 0:01:16.233 ****** TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:26 Saturday 13 January 2024 16:48:05 +0000 (0:00:00.019) 0:01:16.252 ****** TASK [linux-system-roles.podman : Ensure the quadlet directory is present] ***** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:43 Saturday 13 January 2024 16:48:05 +0000 (0:00:00.018) 0:01:16.270 ****** changed: [sut] => { "changed": true, "gid": 1111, "group": "user_quadlet_basic", "mode": "0755", "owner": "user_quadlet_basic", "path": "/home/user_quadlet_basic/.config/containers/systemd", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 6, "state": "directory", "uid": 1111 } TASK [linux-system-roles.podman : Ensure quadlet file is copied] *************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:52 Saturday 13 January 2024 16:48:05 +0000 (0:00:00.225) 0:01:16.495 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:62 Saturday 13 January 2024 16:48:05 +0000 (0:00:00.022) 0:01:16.518 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:74 Saturday 13 January 2024 16:48:05 +0000 (0:00:00.019) 0:01:16.537 ****** 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-1705164485.509637-8978-81746255535157/source", "state": "file", "uid": 1111 } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:86 Saturday 13 January 2024 16:48:06 +0000 (0:00:00.551) 0:01:17.089 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:115 Saturday 13 January 2024 16:48:06 +0000 (0:00:00.023) 0:01:17.112 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:131 Saturday 13 January 2024 16:48:06 +0000 (0:00:00.021) 0:01:17.134 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 0] ********** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 13 January 2024 16:48:06 +0000 (0:00:00.024) 0:01:17.159 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 13 January 2024 16:48:06 +0000 (0:00:00.025) 0:01:17.185 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 13 January 2024 16:48:06 +0000 (0:00:00.026) 0:01:17.211 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 13 January 2024 16:48:06 +0000 (0:00:00.020) 0:01:17.231 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 13 January 2024 16:48:06 +0000 (0:00:00.029) 0:01:17.261 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 13 January 2024 16:48:06 +0000 (0:00:00.035) 0:01:17.296 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 13 January 2024 16:48:06 +0000 (0:00:00.024) 0:01:17.320 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 13 January 2024 16:48:06 +0000 (0:00:00.022) 0:01:17.343 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 13 January 2024 16:48:06 +0000 (0:00:00.026) 0:01:17.369 ****** ok: [sut] => { "ansible_facts": { "getent_group": { "user_quadlet_basic": [ "x", "1111", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 13 January 2024 16:48:06 +0000 (0:00:00.199) 0:01:17.569 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 13 January 2024 16:48:06 +0000 (0:00:00.025) 0:01:17.595 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705164459.2621584, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1705164429.4983122, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4578807, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "3517126951", "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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 13 January 2024 16:48:06 +0000 (0:00:00.196) 0:01:17.791 ****** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.003987", "end": "2024-01-13 16:48:06.888570", "rc": 0, "start": "2024-01-13 16:48:06.884583" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 13 January 2024 16:48:06 +0000 (0:00:00.196) 0:01:17.987 ****** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.003992", "end": "2024-01-13 16:48:07.086108", "rc": 0, "start": "2024-01-13 16:48:07.082116" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 13 January 2024 16:48:07 +0000 (0:00:00.199) 0:01:18.186 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 13 January 2024 16:48:07 +0000 (0:00:00.020) 0:01:18.207 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 13 January 2024 16:48:07 +0000 (0:00:00.020) 0:01:18.227 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 13 January 2024 16:48:07 +0000 (0:00:00.020) 0:01:18.247 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 13 January 2024 16:48:07 +0000 (0:00:00.018) 0:01:18.266 ****** ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": false, "__podman_images_found": [], "__podman_kube_yamls_raw": "", "__podman_service_name": "quadlet-basic-mysql.volume", "__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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 13 January 2024 16:48:07 +0000 (0:00:00.035) 0:01:18.301 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 13 January 2024 16:48:07 +0000 (0:00:00.020) 0:01:18.322 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 13 January 2024 16:48:07 +0000 (0:00:00.021) 0:01:18.343 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 13 January 2024 16:48:07 +0000 (0:00:00.045) 0:01:18.388 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Saturday 13 January 2024 16:48:07 +0000 (0:00:00.020) 0:01:18.409 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Saturday 13 January 2024 16:48:07 +0000 (0:00:00.039) 0:01:18.448 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:8 Saturday 13 January 2024 16:48:07 +0000 (0:00:00.195) 0:01:18.644 ****** TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:26 Saturday 13 January 2024 16:48:07 +0000 (0:00:00.019) 0:01:18.663 ****** TASK [linux-system-roles.podman : Ensure the quadlet directory is present] ***** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:43 Saturday 13 January 2024 16:48:07 +0000 (0:00:00.018) 0:01:18.681 ****** ok: [sut] => { "changed": false, "gid": 1111, "group": "user_quadlet_basic", "mode": "0755", "owner": "user_quadlet_basic", "path": "/home/user_quadlet_basic/.config/containers/systemd", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 35, "state": "directory", "uid": 1111 } TASK [linux-system-roles.podman : Ensure quadlet file is copied] *************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:52 Saturday 13 January 2024 16:48:07 +0000 (0:00:00.207) 0:01:18.889 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:62 Saturday 13 January 2024 16:48:07 +0000 (0:00:00.052) 0:01:18.942 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:74 Saturday 13 January 2024 16:48:07 +0000 (0:00:00.020) 0:01:18.962 ****** 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-1705164487.9296966-9082-261822134579672/source", "state": "file", "uid": 1111 } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:86 Saturday 13 January 2024 16:48:08 +0000 (0:00:00.544) 0:01:19.507 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:115 Saturday 13 January 2024 16:48:08 +0000 (0:00:00.024) 0:01:19.531 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:131 Saturday 13 January 2024 16:48:08 +0000 (0:00:00.022) 0:01:19.554 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 13 January 2024 16:48:08 +0000 (0:00:00.024) 0:01:19.579 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 13 January 2024 16:48:08 +0000 (0:00:00.025) 0:01:19.604 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 13 January 2024 16:48:08 +0000 (0:00:00.024) 0:01:19.629 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 13 January 2024 16:48:08 +0000 (0:00:00.019) 0:01:19.648 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 13 January 2024 16:48:08 +0000 (0:00:00.027) 0:01:19.675 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 13 January 2024 16:48:08 +0000 (0:00:00.032) 0:01:19.708 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 13 January 2024 16:48:08 +0000 (0:00:00.023) 0:01:19.731 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 13 January 2024 16:48:08 +0000 (0:00:00.022) 0:01:19.753 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 13 January 2024 16:48:08 +0000 (0:00:00.026) 0:01:19.780 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 13 January 2024 16:48:08 +0000 (0:00:00.200) 0:01:19.981 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 13 January 2024 16:48:08 +0000 (0:00:00.024) 0:01:20.005 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705164459.2621584, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1705164429.4983122, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4578807, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "3517126951", "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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 13 January 2024 16:48:09 +0000 (0:00:00.195) 0:01:20.201 ****** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.004028", "end": "2024-01-13 16:48:09.298298", "rc": 0, "start": "2024-01-13 16:48:09.294270" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 13 January 2024 16:48:09 +0000 (0:00:00.196) 0:01:20.397 ****** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.003818", "end": "2024-01-13 16:48:09.492219", "rc": 0, "start": "2024-01-13 16:48:09.488401" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 13 January 2024 16:48:09 +0000 (0:00:00.193) 0:01:20.591 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 13 January 2024 16:48:09 +0000 (0:00:00.020) 0:01:20.611 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 13 January 2024 16:48:09 +0000 (0:00:00.019) 0:01:20.630 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 13 January 2024 16:48:09 +0000 (0:00:00.019) 0:01:20.649 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 13 January 2024 16:48:09 +0000 (0:00:00.018) 0:01:20.668 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 13 January 2024 16:48:09 +0000 (0:00:00.034) 0:01:20.703 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 13 January 2024 16:48:09 +0000 (0:00:00.019) 0:01:20.722 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 13 January 2024 16:48:09 +0000 (0:00:00.019) 0:01:20.741 ****** ok: [sut] => { "ansible_facts": { "__podman_images": [ "quay.io/linux-system-roles/mysql:5.6" ], "__podman_quadlet_file": "/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic-mysql.container", "__podman_volumes": [] }, "changed": false } TASK [linux-system-roles.podman : Cleanup quadlets] **************************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 13 January 2024 16:48:09 +0000 (0:00:00.045) 0:01:20.786 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Saturday 13 January 2024 16:48:09 +0000 (0:00:00.019) 0:01:20.806 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Saturday 13 January 2024 16:48:09 +0000 (0:00:00.038) 0:01:20.844 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:8 Saturday 13 January 2024 16:48:09 +0000 (0:00:00.202) 0:01:21.047 ****** TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:26 Saturday 13 January 2024 16:48:09 +0000 (0:00:00.018) 0:01:21.066 ****** changed: [sut] => (item=quay.io/linux-system-roles/mysql:5.6) => { "actions": [ "Pulled image quay.io/linux-system-roles/mysql:5.6" ], "ansible_loop_var": "item", "changed": true, "failed_when_result": false, "image": [ { "Annotations": {}, "Architecture": "amd64", "Author": "", "Comment": "", "Config": { "Cmd": [ "mysqld" ], "Entrypoint": [ "docker-entrypoint.sh" ], "Env": [ "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "GOSU_VERSION=1.12", "MYSQL_MAJOR=5.6", "MYSQL_VERSION=5.6.51-1debian9" ], "ExposedPorts": { "3306/tcp": {} }, "Volumes": { "/var/lib/mysql": {} } }, "Created": "2021-12-21T02:57:59.587337844Z", "Digest": "sha256:2d0419de75076a55e0d0c0680b4f86ecdbb8a88de92054698a0028bcb218a3a8", "GraphDriver": { "Data": { "LowerDir": "/home/user_quadlet_basic/.local/share/containers/storage/overlay/63c8cde32bc583ca7971591c23194c1fd072197949f28fcad7f10780ad1af022/diff:/home/user_quadlet_basic/.local/share/containers/storage/overlay/4904a0ac4db0b6060c944fc7c882cba99b79b50f90151785350c0e4ba7f94390/diff:/home/user_quadlet_basic/.local/share/containers/storage/overlay/1822e40336d4b2b31d888f669f443965d4476dae35fd0a67e58eefd9c5ecb9e5/diff:/home/user_quadlet_basic/.local/share/containers/storage/overlay/988a3979591d296974121b0a893ec621ea5e9939ab3cc5e7c194dbe27f7b5677/diff:/home/user_quadlet_basic/.local/share/containers/storage/overlay/ba0315059f870fcb66ebd6517f455f714fb4eeeb4fdee9cefb3d7f59a7b0cdb7/diff:/home/user_quadlet_basic/.local/share/containers/storage/overlay/0dbdd9024cc38ecc226b2c4772718d32ff0abc288b41669d58d506274c16c67a/diff:/home/user_quadlet_basic/.local/share/containers/storage/overlay/f8ddb99f39386eac409b19f8b347a7a10ee91771cfb838c88793ad8947a233f5/diff:/home/user_quadlet_basic/.local/share/containers/storage/overlay/2ecb8e9889676e4b9b129bab56314644612905ce6e6ce1c92d5a86ac8f08f03b/diff:/home/user_quadlet_basic/.local/share/containers/storage/overlay/07e715cdf99b679f1e067f4819d1b7e1ba9ea24229ede4e6b45b9240fe5865f8/diff:/home/user_quadlet_basic/.local/share/containers/storage/overlay/2b83e5699838047f936a3875bcce7fe1b169983bf86785ae7519c5bc488558ae/diff", "UpperDir": "/home/user_quadlet_basic/.local/share/containers/storage/overlay/bb762056c5cde2e3213fe6ccf595176708249829a607b0afc5799075d4a852ec/diff", "WorkDir": "/home/user_quadlet_basic/.local/share/containers/storage/overlay/bb762056c5cde2e3213fe6ccf595176708249829a607b0afc5799075d4a852ec/work" }, "Name": "overlay" }, "History": [ { "created": "2021-12-21T01:24:41.626621944Z", "created_by": "/bin/sh -c #(nop) ADD file:b1650c19c1dd1f4cff71553f2bb0bc949944d0bc24b54c318b2880c14538648a in / " }, { "created": "2021-12-21T01:24:42.056427889Z", "created_by": "/bin/sh -c #(nop) CMD [\"bash\"]", "empty_layer": true }, { "created": "2021-12-21T02:56:59.289452902Z", "created_by": "/bin/sh -c groupadd -r mysql && useradd -r -g mysql mysql" }, { "created": "2021-12-21T02:57:05.692613282Z", "created_by": "/bin/sh -c apt-get update && apt-get install -y --no-install-recommends gnupg dirmngr && rm -rf /var/lib/apt/lists/*" }, { "created": "2021-12-21T02:57:05.921738618Z", "created_by": "/bin/sh -c #(nop) ENV GOSU_VERSION=1.12", "empty_layer": true }, { "created": "2021-12-21T02:57:18.981216995Z", "created_by": "/bin/sh -c set -eux; \tsavedAptMark=\"$(apt-mark showmanual)\"; \tapt-get update; \tapt-get install -y --no-install-recommends ca-certificates wget; \trm -rf /var/lib/apt/lists/*; \tdpkgArch=\"$(dpkg --print-architecture | awk -F- '{ print $NF }')\"; \twget -O /usr/local/bin/gosu \"https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch\"; \twget -O /usr/local/bin/gosu.asc \"https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch.asc\"; \texport GNUPGHOME=\"$(mktemp -d)\"; \tgpg --batch --keyserver hkps://keys.openpgp.org --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4; \tgpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu; \tgpgconf --kill all; \trm -rf \"$GNUPGHOME\" /usr/local/bin/gosu.asc; \tapt-mark auto '.*' > /dev/null; \t[ -z \"$savedAptMark\" ] || apt-mark manual $savedAptMark > /dev/null; \tapt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; \tchmod +x /usr/local/bin/gosu; \tgosu --version; \tgosu nobody true" }, { "created": "2021-12-21T02:57:19.781116502Z", "created_by": "/bin/sh -c mkdir /docker-entrypoint-initdb.d" }, { "created": "2021-12-21T02:57:25.555452451Z", "created_by": "/bin/sh -c apt-get update && apt-get install -y --no-install-recommends \t\tpwgen \t\tperl \t\txz-utils \t&& rm -rf /var/lib/apt/lists/*" }, { "created": "2021-12-21T02:57:37.684730941Z", "created_by": "/bin/sh -c set -ex; \tkey='A4A9406876FCBD3C456770C88C718D3B5072E1F5'; \texport GNUPGHOME=\"$(mktemp -d)\"; \tgpg --batch --keyserver keyserver.ubuntu.com --recv-keys \"$key\"; \tgpg --batch --export \"$key\" > /etc/apt/trusted.gpg.d/mysql.gpg; \tgpgconf --kill all; \trm -rf \"$GNUPGHOME\"; \tapt-key list > /dev/null" }, { "created": "2021-12-21T02:57:37.903115972Z", "created_by": "/bin/sh -c #(nop) ENV MYSQL_MAJOR=5.6", "empty_layer": true }, { "created": "2021-12-21T02:57:38.155528708Z", "created_by": "/bin/sh -c #(nop) ENV MYSQL_VERSION=5.6.51-1debian9", "empty_layer": true }, { "created": "2021-12-21T02:57:39.106901365Z", "created_by": "/bin/sh -c echo 'deb http://repo.mysql.com/apt/debian/ stretch mysql-5.6' > /etc/apt/sources.list.d/mysql.list" }, { "created": "2021-12-21T02:57:56.693791892Z", "created_by": "/bin/sh -c { \t\techo mysql-community-server mysql-community-server/data-dir select ''; \t\techo mysql-community-server mysql-community-server/root-pass password ''; \t\techo mysql-community-server mysql-community-server/re-root-pass password ''; \t\techo mysql-community-server mysql-community-server/remove-test-db select false; \t} | debconf-set-selections \t&& apt-get update \t&& apt-get install -y \t\tmysql-server=\"${MYSQL_VERSION}\" \t&& find /etc/mysql/ -name '*.cnf' -print0 \t\t| xargs -0 grep -lZE '^(bind-address|log)' \t\t| xargs -rt -0 sed -Ei 's/^(bind-address|log)/#&/' \t&& echo '[mysqld]\\nskip-host-cache\\nskip-name-resolve' > /etc/mysql/conf.d/docker.cnf \t&& rm -rf /var/lib/apt/lists/* \t&& rm -rf /var/lib/mysql && mkdir -p /var/lib/mysql /var/run/mysqld \t&& chown -R mysql:mysql /var/lib/mysql /var/run/mysqld \t&& chmod 1777 /var/run/mysqld /var/lib/mysql" }, { "created": "2021-12-21T02:57:57.29721744Z", "created_by": "/bin/sh -c #(nop) VOLUME [/var/lib/mysql]", "empty_layer": true }, { "created": "2021-12-21T02:57:57.591077869Z", "created_by": "/bin/sh -c #(nop) COPY file:345a22fe55d3e6783a17075612415413487e7dba27fbf1000a67c7870364b739 in /usr/local/bin/ " }, { "created": "2021-12-21T02:57:58.761392735Z", "created_by": "/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh /entrypoint.sh # backwards compat" }, { "created": "2021-12-21T02:57:59.04809683Z", "created_by": "/bin/sh -c #(nop) ENTRYPOINT [\"docker-entrypoint.sh\"]", "empty_layer": true }, { "created": "2021-12-21T02:57:59.31392792Z", "created_by": "/bin/sh -c #(nop) EXPOSE 3306", "empty_layer": true }, { "created": "2021-12-21T02:57:59.587337844Z", "created_by": "/bin/sh -c #(nop) CMD [\"mysqld\"]", "empty_layer": true } ], "Id": "dd3b2a5dcb48ff61113592ed5ddd762581be4387c7bc552375a2159422aa6bf5", "Labels": null, "ManifestType": "application/vnd.docker.distribution.manifest.v2+json", "NamesHistory": [ "quay.io/linux-system-roles/mysql:5.6" ], "Os": "linux", "Parent": "", "RepoDigests": [ "quay.io/linux-system-roles/mysql@sha256:2d0419de75076a55e0d0c0680b4f86ecdbb8a88de92054698a0028bcb218a3a8", "quay.io/linux-system-roles/mysql@sha256:4faa0a30c0055742c72daff1482976814f340d4bfb647f0fa2c3562fd1a7abda" ], "RepoTags": [ "quay.io/linux-system-roles/mysql:5.6" ], "RootFS": { "Layers": [ "sha256:2b83e5699838047f936a3875bcce7fe1b169983bf86785ae7519c5bc488558ae", "sha256:2e10295573911964a8acc37c738aed958d0bc385bc51df6f184b196fb592c975", "sha256:d414fdead0b9c934781e5611c016d7c237062c9470db810ef28b321a492dbb9c", "sha256:4085e588967d10dafb76ad52f66f661b41b9008cc16568ce02853de7cbbf7433", "sha256:7ea96a4e341b4d139f5e076e71d19229537292226c3b24ec2d588567667a1191", "sha256:e3dce1c82d4e4142e8e1bf2fb9c6fd2555196d40088167270ff95c9af37b88af", "sha256:2612088e90f60ecb4a13e68adbfb2b1366f82fc8fbf1f0970f8769cf3cd753ee", "sha256:eba393347f896c4028340bf1a40cc5d6b8f21eeb7abf3e79799d842a6babb93f", "sha256:7c5a5c1986b16b0d8ad4eaa8066627910ec7794a657467e8f18d223f1c0034fd", "sha256:49a1ca1cd2b80f84d6616df2b5123458f4bcb065bca28c43d9c3fd5a0480b907", "sha256:7137327a7221ddb123883146beb68003ee31d652ec46ab8bea3ba12c2df8df8f" ], "Type": "layers" }, "Size": 307607194, "User": "", "Version": "20.10.7", "VirtualSize": 307607194 } ], "item": "quay.io/linux-system-roles/mysql:5.6", "podman_actions": [ "/bin/podman image ls quay.io/linux-system-roles/mysql:5.6 --format json", "/bin/podman image exists quay.io/linux-system-roles/mysql:5.6", "/bin/podman pull quay.io/linux-system-roles/mysql:5.6 -q", "/bin/podman inspect dd3b2a5dcb48ff61113592ed5ddd762581be4387c7bc552375a2159422aa6bf5 --format json" ] } TASK [linux-system-roles.podman : Ensure the quadlet directory is present] ***** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:43 Saturday 13 January 2024 16:48:18 +0000 (0:00:08.122) 0:01:29.189 ****** ok: [sut] => { "changed": false, "gid": 1111, "group": "user_quadlet_basic", "mode": "0755", "owner": "user_quadlet_basic", "path": "/home/user_quadlet_basic/.config/containers/systemd", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 69, "state": "directory", "uid": 1111 } TASK [linux-system-roles.podman : Ensure quadlet file is copied] *************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:52 Saturday 13 January 2024 16:48:18 +0000 (0:00:00.209) 0:01:29.398 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:62 Saturday 13 January 2024 16:48:18 +0000 (0:00:00.019) 0:01:29.417 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:74 Saturday 13 January 2024 16:48:18 +0000 (0:00:00.019) 0:01:29.437 ****** 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-1705164498.403597-9216-91916550207884/source", "state": "file", "uid": 1111 } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:86 Saturday 13 January 2024 16:48:18 +0000 (0:00:00.528) 0:01:29.965 ****** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:115 Saturday 13 January 2024 16:48:19 +0000 (0:00:00.406) 0:01:30.372 ****** 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": "basic.target -.mount quadlet-basic-mysql-volume.service quadlet-basic-network.service app.slice run-user-1111.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", "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": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13975", "LimitNPROCSoft": "13975", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13975", "LimitSIGPENDINGSoft": "13975", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "quadlet-basic-mysql.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMPolicy": "continue", "OOMScoreAdjust": "200", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "basic.target quadlet-basic-mysql-volume.service quadlet-basic-network.service app.slice", "RequiresMountsFor": "/run/user/1111/containers", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "app.slice", "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": "22360", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "generated", "UtmpMode": "init", "WantedBy": "default.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity", "WorkingDirectory": "!/home/user_quadlet_basic" } } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:131 Saturday 13 January 2024 16:48:20 +0000 (0:00:01.211) 0:01:31.583 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check files] ************************************************************* task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/tests_quadlet_basic.yml:119 Saturday 13 January 2024 16:48:20 +0000 (0:00:00.022) 0:01:31.605 ****** 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.004456", "end": "2024-01-13 16:48:20.778693", "item": "quadlet-basic-mysql.container", "rc": 0, "start": "2024-01-13 16:48:20.774237" } 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.003322", "end": "2024-01-13 16:48:21.079236", "item": "quadlet-basic.network", "rc": 0, "start": "2024-01-13 16:48:21.075914" } 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.003253", "end": "2024-01-13 16:48:21.335915", "item": "quadlet-basic-mysql.volume", "rc": 0, "start": "2024-01-13 16:48:21.332662" } STDOUT: # # Ansible managed # # system_role:podman [Volume] TASK [Cleanup user] ************************************************************ task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/tests_quadlet_basic.yml:131 Saturday 13 January 2024 16:48:21 +0000 (0:00:00.831) 0:01:32.437 ****** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 13 January 2024 16:48:21 +0000 (0:00:00.040) 0:01:32.477 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 13 January 2024 16:48:21 +0000 (0:00:00.031) 0:01:32.509 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 13 January 2024 16:48:21 +0000 (0:00:00.052) 0:01:32.561 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 13 January 2024 16:48:21 +0000 (0:00:00.019) 0:01:32.581 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 13 January 2024 16:48:21 +0000 (0:00:00.019) 0:01:32.600 ****** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 13 January 2024 16:48:21 +0000 (0:00:00.044) 0:01:32.644 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 13 January 2024 16:48:22 +0000 (0:00:00.957) 0:01:33.601 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 13 January 2024 16:48:22 +0000 (0:00:00.019) 0:01:33.620 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 13 January 2024 16:48:22 +0000 (0:00:00.023) 0:01:33.644 ****** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.042911", "end": "2024-01-13 16:48:22.801442", "rc": 0, "start": "2024-01-13 16:48:22.758531" } STDOUT: podman version 4.8.1 TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:28 Saturday 13 January 2024 16:48:22 +0000 (0:00:00.260) 0:01:33.904 ****** ok: [sut] => { "ansible_facts": { "podman_version": "4.8.1" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:32 Saturday 13 January 2024 16:48:22 +0000 (0:00:00.019) 0:01:33.924 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:39 Saturday 13 January 2024 16:48:22 +0000 (0:00:00.018) 0:01:33.942 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:56 Saturday 13 January 2024 16:48:22 +0000 (0:00:00.057) 0:01:33.999 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 13 January 2024 16:48:22 +0000 (0:00:00.065) 0:01:34.065 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 13 January 2024 16:48:23 +0000 (0:00:00.025) 0:01:34.091 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 13 January 2024 16:48:23 +0000 (0:00:00.023) 0:01:34.114 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 13 January 2024 16:48:23 +0000 (0:00:00.024) 0:01:34.138 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 13 January 2024 16:48:23 +0000 (0:00:00.231) 0:01:34.370 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 13 January 2024 16:48:23 +0000 (0:00:00.023) 0:01:34.394 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705164459.2621584, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1705164429.4983122, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4578807, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "3517126951", "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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 13 January 2024 16:48:23 +0000 (0:00:00.232) 0:01:34.626 ****** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.004283", "end": "2024-01-13 16:48:23.732105", "rc": 0, "start": "2024-01-13 16:48:23.727822" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 13 January 2024 16:48:23 +0000 (0:00:00.214) 0:01:34.840 ****** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.003955", "end": "2024-01-13 16:48:24.001583", "rc": 0, "start": "2024-01-13 16:48:23.997628" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 13 January 2024 16:48:24 +0000 (0:00:00.261) 0:01:35.101 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 13 January 2024 16:48:24 +0000 (0:00:00.020) 0:01:35.122 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 13 January 2024 16:48:24 +0000 (0:00:00.020) 0:01:35.142 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 13 January 2024 16:48:24 +0000 (0:00:00.020) 0:01:35.163 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:62 Saturday 13 January 2024 16:48:24 +0000 (0:00:00.019) 0:01:35.182 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:80 Saturday 13 January 2024 16:48:24 +0000 (0:00:00.025) 0:01:35.208 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 13 January 2024 16:48:24 +0000 (0:00:00.070) 0:01:35.279 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 13 January 2024 16:48:24 +0000 (0:00:00.020) 0:01:35.300 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:83 Saturday 13 January 2024 16:48:24 +0000 (0:00:00.019) 0:01:35.320 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 13 January 2024 16:48:24 +0000 (0:00:00.035) 0:01:35.355 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 13 January 2024 16:48:24 +0000 (0:00:00.019) 0:01:35.375 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:86 Saturday 13 January 2024 16:48:24 +0000 (0:00:00.017) 0:01:35.393 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 13 January 2024 16:48:24 +0000 (0:00:00.035) 0:01:35.428 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 13 January 2024 16:48:24 +0000 (0:00:00.020) 0:01:35.449 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:89 Saturday 13 January 2024 16:48:24 +0000 (0:00:00.019) 0:01:35.468 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 13 January 2024 16:48:24 +0000 (0:00:00.037) 0:01:35.506 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 13 January 2024 16:48:24 +0000 (0:00:00.020) 0:01:35.526 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 13 January 2024 16:48:24 +0000 (0:00:00.019) 0:01:35.545 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 13 January 2024 16:48:24 +0000 (0:00:00.019) 0:01:35.565 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:95 Saturday 13 January 2024 16:48:24 +0000 (0:00:00.019) 0:01:35.584 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:102 Saturday 13 January 2024 16:48:24 +0000 (0:00:00.020) 0:01:35.605 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:109 Saturday 13 January 2024 16:48:24 +0000 (0:00:00.019) 0:01:35.624 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:3 Saturday 13 January 2024 16:48:24 +0000 (0:00:00.080) 0:01:35.705 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:12 Saturday 13 January 2024 16:48:24 +0000 (0:00:00.022) 0:01:35.727 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:17 Saturday 13 January 2024 16:48:24 +0000 (0:00:00.021) 0:01:35.748 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:23 Saturday 13 January 2024 16:48:24 +0000 (0:00:00.024) 0:01:35.773 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:116 Saturday 13 January 2024 16:48:24 +0000 (0:00:00.267) 0:01:36.040 ****** TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:122 Saturday 13 January 2024 16:48:24 +0000 (0:00:00.018) 0:01:36.059 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut included: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 13 January 2024 16:48:25 +0000 (0:00:00.058) 0:01:36.118 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 13 January 2024 16:48:25 +0000 (0:00:00.024) 0:01:36.142 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 13 January 2024 16:48:25 +0000 (0:00:00.024) 0:01:36.167 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 13 January 2024 16:48:25 +0000 (0:00:00.018) 0:01:36.185 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 13 January 2024 16:48:25 +0000 (0:00:00.027) 0:01:36.213 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 13 January 2024 16:48:25 +0000 (0:00:00.032) 0:01:36.246 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 13 January 2024 16:48:25 +0000 (0:00:00.023) 0:01:36.270 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 13 January 2024 16:48:25 +0000 (0:00:00.021) 0:01:36.292 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 13 January 2024 16:48:25 +0000 (0:00:00.025) 0:01:36.317 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 13 January 2024 16:48:25 +0000 (0:00:00.231) 0:01:36.548 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 13 January 2024 16:48:25 +0000 (0:00:00.025) 0:01:36.574 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705164459.2621584, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1705164429.4983122, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4578807, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "3517126951", "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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 13 January 2024 16:48:25 +0000 (0:00:00.202) 0:01:36.776 ****** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.004710", "end": "2024-01-13 16:48:26.018842", "rc": 0, "start": "2024-01-13 16:48:26.014132" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 13 January 2024 16:48:26 +0000 (0:00:00.344) 0:01:37.121 ****** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.004189", "end": "2024-01-13 16:48:26.228155", "rc": 0, "start": "2024-01-13 16:48:26.223966" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 13 January 2024 16:48:26 +0000 (0:00:00.209) 0:01:37.331 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 13 January 2024 16:48:26 +0000 (0:00:00.020) 0:01:37.351 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 13 January 2024 16:48:26 +0000 (0:00:00.020) 0:01:37.371 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 13 January 2024 16:48:26 +0000 (0:00:00.019) 0:01:37.391 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 13 January 2024 16:48:26 +0000 (0:00:00.019) 0:01:37.411 ****** ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": false, "__podman_images_found": [], "__podman_kube_yamls_raw": "", "__podman_service_name": "quadlet-basic-mysql.volume", "__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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 13 January 2024 16:48:26 +0000 (0:00:00.035) 0:01:37.446 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 13 January 2024 16:48:26 +0000 (0:00:00.021) 0:01:37.467 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 13 January 2024 16:48:26 +0000 (0:00:00.019) 0:01:37.486 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 13 January 2024 16:48:26 +0000 (0:00:00.046) 0:01:37.533 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Saturday 13 January 2024 16:48:26 +0000 (0:00:00.040) 0:01:37.574 ****** ok: [sut] => { "changed": false, "failed_when_result": false } MSG: Could not find the requested service quadlet-basic-mysql.volume: host TASK [linux-system-roles.podman : Remove quadlet file] ************************* task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:22 Saturday 13 January 2024 16:48:26 +0000 (0:00:00.448) 0:01:38.023 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:31 Saturday 13 January 2024 16:48:27 +0000 (0:00:00.351) 0:01:38.374 ****** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:40 Saturday 13 January 2024 16:48:28 +0000 (0:00:00.703) 0:01:39.077 ****** changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.078354", "end": "2024-01-13 16:48:28.412247", "rc": 0, "start": "2024-01-13 16:48:28.333893" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:48 Saturday 13 January 2024 16:48:28 +0000 (0:00:00.447) 0:01:39.524 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:57 Saturday 13 January 2024 16:48:28 +0000 (0:00:00.023) 0:01:39.548 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:66 Saturday 13 January 2024 16:48:28 +0000 (0:00:00.458) 0:01:40.006 ****** ok: [sut] => { "changed": false, "cmd": [ "podman", "network", "ls", "-q" ], "delta": "0:00:00.042387", "end": "2024-01-13 16:48:29.161159", "rc": 0, "start": "2024-01-13 16:48:29.118772" } STDOUT: podman systemd-quadlet-basic TASK [linux-system-roles.podman : Cancel linger if no more resources are in use] *** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:75 Saturday 13 January 2024 16:48:29 +0000 (0:00:00.260) 0:01:40.266 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Saturday 13 January 2024 16:48:29 +0000 (0:00:00.021) 0:01:40.288 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 13 January 2024 16:48:29 +0000 (0:00:00.020) 0:01:40.308 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 13 January 2024 16:48:29 +0000 (0:00:00.025) 0:01:40.334 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 13 January 2024 16:48:29 +0000 (0:00:00.062) 0:01:40.396 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 13 January 2024 16:48:29 +0000 (0:00:00.022) 0:01:40.418 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 13 January 2024 16:48:29 +0000 (0:00:00.032) 0:01:40.451 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 13 January 2024 16:48:29 +0000 (0:00:00.035) 0:01:40.487 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 13 January 2024 16:48:29 +0000 (0:00:00.025) 0:01:40.512 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 13 January 2024 16:48:29 +0000 (0:00:00.023) 0:01:40.535 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 13 January 2024 16:48:29 +0000 (0:00:00.027) 0:01:40.562 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 13 January 2024 16:48:29 +0000 (0:00:00.205) 0:01:40.768 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 13 January 2024 16:48:29 +0000 (0:00:00.025) 0:01:40.793 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705164459.2621584, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1705164429.4983122, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4578807, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "3517126951", "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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 13 January 2024 16:48:29 +0000 (0:00:00.203) 0:01:40.997 ****** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.003777", "end": "2024-01-13 16:48:30.096378", "rc": 0, "start": "2024-01-13 16:48:30.092601" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 13 January 2024 16:48:30 +0000 (0:00:00.198) 0:01:41.195 ****** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.004044", "end": "2024-01-13 16:48:30.294335", "rc": 0, "start": "2024-01-13 16:48:30.290291" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 13 January 2024 16:48:30 +0000 (0:00:00.198) 0:01:41.394 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 13 January 2024 16:48:30 +0000 (0:00:00.019) 0:01:41.414 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 13 January 2024 16:48:30 +0000 (0:00:00.019) 0:01:41.433 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 13 January 2024 16:48:30 +0000 (0:00:00.019) 0:01:41.453 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 13 January 2024 16:48:30 +0000 (0:00:00.018) 0:01:41.471 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 13 January 2024 16:48:30 +0000 (0:00:00.064) 0:01:41.536 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 13 January 2024 16:48:30 +0000 (0:00:00.020) 0:01:41.557 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 13 January 2024 16:48:30 +0000 (0:00:00.020) 0:01:41.577 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 13 January 2024 16:48:30 +0000 (0:00:00.045) 0:01:41.623 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Saturday 13 January 2024 16:48:30 +0000 (0:00:00.042) 0:01:41.666 ****** 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-13 16:48:20 UTC", "ActiveEnterTimestampMonotonic": "533344291", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "app.slice basic.target quadlet-basic-mysql-volume.service run-user-1111.mount -.mount quadlet-basic-network.service", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-13 16:48:19 UTC", "AssertTimestampMonotonic": "532595349", "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": "3545242000", "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-13 16:48:19 UTC", "ConditionTimestampMonotonic": "532595344", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/user.slice/user-1111.slice/user@1111.service/app.slice/quadlet-basic-mysql.service", "ControlGroupId": "5367", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "yes", "DelegateControllers": "cpu cpuacct cpuset io blkio memory devices pids bpf-firewall bpf-devices bpf-foreign bpf-socket-bind bpf-restrict-network-interfaces", "Description": "quadlet-basic-mysql.service", "DevicePolicy": "auto", "DynamicUser": "no", "Environment": "PODMAN_SYSTEMD_UNIT=quadlet-basic-mysql.service", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "12797", "ExecMainStartTimestamp": "Sat 2024-01-13 16:48:20 UTC", "ExecMainStartTimestampMonotonic": "533344199", "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", "InactiveExitTimestamp": "Sat 2024-01-13 16:48:19 UTC", "InactiveExitTimestampMonotonic": "532596925", "InvocationID": "c7aee47923fb4c08a06bf6f9ff8169b9", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "inherit", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13975", "LimitNPROCSoft": "13975", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13975", "LimitSIGPENDINGSoft": "13975", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "12797", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "253517824", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "quadlet-basic-mysql.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMPolicy": "continue", "OOMScoreAdjust": "200", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "app.slice basic.target quadlet-basic-mysql-volume.service quadlet-basic-network.service", "RequiresMountsFor": "/run/user/1111/containers", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "app.slice", "SourcePath": "/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic-mysql.container", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-13 16:48:20 UTC", "StateChangeTimestampMonotonic": "533344291", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "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": "2", "TasksMax": "22360", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "generated", "UtmpMode": "init", "WantedBy": "default.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0", "WorkingDirectory": "!/home/user_quadlet_basic" } } TASK [linux-system-roles.podman : Remove quadlet file] ************************* task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:22 Saturday 13 January 2024 16:48:33 +0000 (0:00:02.707) 0:01:44.373 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:31 Saturday 13 January 2024 16:48:33 +0000 (0:00:00.228) 0:01:44.602 ****** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:40 Saturday 13 January 2024 16:48:33 +0000 (0:00:00.388) 0:01:44.990 ****** changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.049890", "end": "2024-01-13 16:48:34.153904", "rc": 0, "start": "2024-01-13 16:48:34.104014" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:48 Saturday 13 January 2024 16:48:34 +0000 (0:00:00.267) 0:01:45.258 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:57 Saturday 13 January 2024 16:48:34 +0000 (0:00:00.022) 0:01:45.280 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:66 Saturday 13 January 2024 16:48:34 +0000 (0:00:00.256) 0:01:45.537 ****** ok: [sut] => { "changed": false, "cmd": [ "podman", "network", "ls", "-q" ], "delta": "0:00:00.043700", "end": "2024-01-13 16:48:34.691891", "rc": 0, "start": "2024-01-13 16:48:34.648191" } STDOUT: podman systemd-quadlet-basic TASK [linux-system-roles.podman : Cancel linger if no more resources are in use] *** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:75 Saturday 13 January 2024 16:48:34 +0000 (0:00:00.258) 0:01:45.796 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Saturday 13 January 2024 16:48:34 +0000 (0:00:00.023) 0:01:45.819 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 13 January 2024 16:48:34 +0000 (0:00:00.019) 0:01:45.838 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 13 January 2024 16:48:34 +0000 (0:00:00.025) 0:01:45.864 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 13 January 2024 16:48:34 +0000 (0:00:00.024) 0:01:45.888 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 13 January 2024 16:48:34 +0000 (0:00:00.019) 0:01:45.908 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 13 January 2024 16:48:34 +0000 (0:00:00.028) 0:01:45.936 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 13 January 2024 16:48:34 +0000 (0:00:00.033) 0:01:45.970 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 13 January 2024 16:48:34 +0000 (0:00:00.024) 0:01:45.994 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 13 January 2024 16:48:34 +0000 (0:00:00.066) 0:01:46.060 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 13 January 2024 16:48:35 +0000 (0:00:00.027) 0:01:46.088 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 13 January 2024 16:48:35 +0000 (0:00:00.201) 0:01:46.289 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 13 January 2024 16:48:35 +0000 (0:00:00.026) 0:01:46.316 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705164459.2621584, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1705164429.4983122, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4578807, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "3517126951", "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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 13 January 2024 16:48:35 +0000 (0:00:00.199) 0:01:46.516 ****** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.003815", "end": "2024-01-13 16:48:35.613214", "rc": 0, "start": "2024-01-13 16:48:35.609399" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 13 January 2024 16:48:35 +0000 (0:00:00.197) 0:01:46.713 ****** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.003873", "end": "2024-01-13 16:48:35.810901", "rc": 0, "start": "2024-01-13 16:48:35.807028" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 13 January 2024 16:48:35 +0000 (0:00:00.197) 0:01:46.911 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 13 January 2024 16:48:35 +0000 (0:00:00.019) 0:01:46.931 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 13 January 2024 16:48:35 +0000 (0:00:00.020) 0:01:46.951 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 13 January 2024 16:48:35 +0000 (0:00:00.021) 0:01:46.973 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 13 January 2024 16:48:35 +0000 (0:00:00.022) 0:01:46.995 ****** ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": false, "__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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 13 January 2024 16:48:35 +0000 (0:00:00.036) 0:01:47.032 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 13 January 2024 16:48:35 +0000 (0:00:00.021) 0:01:47.053 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 13 January 2024 16:48:36 +0000 (0:00:00.019) 0:01:47.073 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 13 January 2024 16:48:36 +0000 (0:00:00.047) 0:01:47.120 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Saturday 13 January 2024 16:48:36 +0000 (0:00:00.040) 0:01:47.161 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Remove quadlet file] ************************* task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:22 Saturday 13 January 2024 16:48:36 +0000 (0:00:00.063) 0:01:47.224 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:31 Saturday 13 January 2024 16:48:36 +0000 (0:00:00.201) 0:01:47.425 ****** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:40 Saturday 13 January 2024 16:48:36 +0000 (0:00:00.382) 0:01:47.808 ****** changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.047321", "end": "2024-01-13 16:48:36.968399", "rc": 0, "start": "2024-01-13 16:48:36.921078" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:48 Saturday 13 January 2024 16:48:37 +0000 (0:00:00.266) 0:01:48.074 ****** changed: [sut] => { "changed": true, "cmd": [ "podman", "network", "rm", "systemd-quadlet-basic" ], "delta": "0:00:00.046983", "end": "2024-01-13 16:48:37.234646", "rc": 0, "start": "2024-01-13 16:48:37.187663" } STDOUT: systemd-quadlet-basic TASK [linux-system-roles.podman : Gather facts for all containers] ************* task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:57 Saturday 13 January 2024 16:48:37 +0000 (0:00:00.264) 0:01:48.339 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:66 Saturday 13 January 2024 16:48:37 +0000 (0:00:00.261) 0:01:48.601 ****** ok: [sut] => { "changed": false, "cmd": [ "podman", "network", "ls", "-q" ], "delta": "0:00:00.044117", "end": "2024-01-13 16:48:37.752912", "rc": 0, "start": "2024-01-13 16:48:37.708795" } STDOUT: podman TASK [linux-system-roles.podman : Cancel linger if no more resources are in use] *** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:75 Saturday 13 January 2024 16:48:37 +0000 (0:00:00.256) 0:01:48.857 ****** changed: [sut] => { "changed": true, "cmd": [ "loginctl", "disable-linger", "user_quadlet_basic" ], "delta": "0:00:00.008116", "end": "2024-01-13 16:48:37.961362", "rc": 0, "start": "2024-01-13 16:48:37.953246" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Saturday 13 January 2024 16:48:37 +0000 (0:00:00.213) 0:01:49.070 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Run the role - root] ***************************************************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/tests_quadlet_basic.yml:144 Saturday 13 January 2024 16:48:38 +0000 (0:00:00.019) 0:01:49.090 ****** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 13 January 2024 16:48:38 +0000 (0:00:00.048) 0:01:49.139 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 13 January 2024 16:48:38 +0000 (0:00:00.069) 0:01:49.208 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 13 January 2024 16:48:38 +0000 (0:00:00.025) 0:01:49.233 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 13 January 2024 16:48:38 +0000 (0:00:00.024) 0:01:49.257 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 13 January 2024 16:48:38 +0000 (0:00:00.020) 0:01:49.278 ****** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 13 January 2024 16:48:38 +0000 (0:00:00.048) 0:01:49.326 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 13 January 2024 16:48:39 +0000 (0:00:00.914) 0:01:50.241 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 13 January 2024 16:48:39 +0000 (0:00:00.019) 0:01:50.261 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 13 January 2024 16:48:39 +0000 (0:00:00.027) 0:01:50.288 ****** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.034146", "end": "2024-01-13 16:48:39.417344", "rc": 0, "start": "2024-01-13 16:48:39.383198" } STDOUT: podman version 4.8.1 TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:28 Saturday 13 January 2024 16:48:39 +0000 (0:00:00.231) 0:01:50.519 ****** ok: [sut] => { "ansible_facts": { "podman_version": "4.8.1" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:32 Saturday 13 January 2024 16:48:39 +0000 (0:00:00.021) 0:01:50.541 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:39 Saturday 13 January 2024 16:48:39 +0000 (0:00:00.019) 0:01:50.560 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:56 Saturday 13 January 2024 16:48:39 +0000 (0:00:00.078) 0:01:50.638 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 13 January 2024 16:48:39 +0000 (0:00:00.034) 0:01:50.673 ****** ok: [sut] => { "ansible_facts": { "getent_passwd": { "root": [ "x", "0", "0", "root", "/root", "/bin/bash" ] } }, "changed": false } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 13 January 2024 16:48:39 +0000 (0:00:00.203) 0:01:50.877 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 13 January 2024 16:48:39 +0000 (0:00:00.024) 0:01:50.901 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 13 January 2024 16:48:39 +0000 (0:00:00.027) 0:01:50.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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 13 January 2024 16:48:40 +0000 (0:00:00.200) 0:01:51.130 ****** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 13 January 2024 16:48:40 +0000 (0:00:00.025) 0:01:51.156 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705164459.2621584, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1705164429.4983122, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4578807, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "3517126951", "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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 13 January 2024 16:48:40 +0000 (0:00:00.216) 0:01:51.373 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 13 January 2024 16:48:40 +0000 (0:00:00.019) 0:01:51.393 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 13 January 2024 16:48:40 +0000 (0:00:00.019) 0:01:51.412 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 13 January 2024 16:48:40 +0000 (0:00:00.019) 0:01:51.432 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 13 January 2024 16:48:40 +0000 (0:00:00.019) 0:01:51.451 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 13 January 2024 16:48:40 +0000 (0:00:00.019) 0:01:51.470 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:62 Saturday 13 January 2024 16:48:40 +0000 (0:00:00.018) 0:01:51.489 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:80 Saturday 13 January 2024 16:48:40 +0000 (0:00:00.025) 0:01:51.514 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 13 January 2024 16:48:40 +0000 (0:00:00.071) 0:01:51.586 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 13 January 2024 16:48:40 +0000 (0:00:00.020) 0:01:51.607 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:83 Saturday 13 January 2024 16:48:40 +0000 (0:00:00.020) 0:01:51.627 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 13 January 2024 16:48:40 +0000 (0:00:00.035) 0:01:51.663 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 13 January 2024 16:48:40 +0000 (0:00:00.020) 0:01:51.683 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:86 Saturday 13 January 2024 16:48:40 +0000 (0:00:00.019) 0:01:51.702 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 13 January 2024 16:48:40 +0000 (0:00:00.035) 0:01:51.738 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 13 January 2024 16:48:40 +0000 (0:00:00.019) 0:01:51.758 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:89 Saturday 13 January 2024 16:48:40 +0000 (0:00:00.019) 0:01:51.777 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 13 January 2024 16:48:40 +0000 (0:00:00.036) 0:01:51.814 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 13 January 2024 16:48:40 +0000 (0:00:00.020) 0:01:51.834 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 13 January 2024 16:48:40 +0000 (0:00:00.020) 0:01:51.855 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 13 January 2024 16:48:40 +0000 (0:00:00.020) 0:01:51.875 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:95 Saturday 13 January 2024 16:48:40 +0000 (0:00:00.019) 0:01:51.894 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:102 Saturday 13 January 2024 16:48:40 +0000 (0:00:00.018) 0:01:51.913 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:109 Saturday 13 January 2024 16:48:40 +0000 (0:00:00.018) 0:01:51.932 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:3 Saturday 13 January 2024 16:48:40 +0000 (0:00:00.083) 0:01:52.015 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:12 Saturday 13 January 2024 16:48:40 +0000 (0:00:00.022) 0:01:52.037 ****** ok: [sut] => { "ansible_facts": { "__podman_user": "root" }, "changed": false } TASK [linux-system-roles.podman : Set variables part 2] ************************ task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:17 Saturday 13 January 2024 16:48:40 +0000 (0:00:00.021) 0:01:52.059 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:23 Saturday 13 January 2024 16:48:41 +0000 (0:00:00.026) 0:01:52.085 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:116 Saturday 13 January 2024 16:48:41 +0000 (0:00:00.278) 0:01:52.364 ****** TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:122 Saturday 13 January 2024 16:48:41 +0000 (0:00:00.019) 0:01:52.384 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut included: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 13 January 2024 16:48:41 +0000 (0:00:00.057) 0:01:52.441 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 13 January 2024 16:48:41 +0000 (0:00:00.024) 0:01:52.466 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 13 January 2024 16:48:41 +0000 (0:00:00.024) 0:01:52.491 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 2] ********** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 13 January 2024 16:48:41 +0000 (0:00:00.022) 0:01:52.513 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 13 January 2024 16:48:41 +0000 (0:00:00.029) 0:01:52.542 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 13 January 2024 16:48:41 +0000 (0:00:00.034) 0:01:52.577 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 13 January 2024 16:48:41 +0000 (0:00:00.025) 0:01:52.603 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 13 January 2024 16:48:41 +0000 (0:00:00.023) 0:01:52.627 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 13 January 2024 16:48:41 +0000 (0:00:00.027) 0:01:52.654 ****** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 13 January 2024 16:48:41 +0000 (0:00:00.239) 0:01:52.894 ****** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 13 January 2024 16:48:41 +0000 (0:00:00.028) 0:01:52.922 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705164459.2621584, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1705164429.4983122, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4578807, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "3517126951", "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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 13 January 2024 16:48:42 +0000 (0:00:00.205) 0:01:53.128 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 13 January 2024 16:48:42 +0000 (0:00:00.021) 0:01:53.149 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 13 January 2024 16:48:42 +0000 (0:00:00.022) 0:01:53.172 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 13 January 2024 16:48:42 +0000 (0:00:00.023) 0:01:53.196 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 13 January 2024 16:48:42 +0000 (0:00:00.023) 0:01:53.219 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 13 January 2024 16:48:42 +0000 (0:00:00.021) 0:01:53.240 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 13 January 2024 16:48:42 +0000 (0:00:00.021) 0:01:53.261 ****** ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": false, "__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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 13 January 2024 16:48:42 +0000 (0:00:00.046) 0:01:53.308 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 13 January 2024 16:48:42 +0000 (0:00:00.022) 0:01:53.330 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 13 January 2024 16:48:42 +0000 (0:00:00.023) 0:01:53.353 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 13 January 2024 16:48:42 +0000 (0:00:00.051) 0:01:53.405 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Saturday 13 January 2024 16:48:42 +0000 (0:00:00.020) 0:01:53.426 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Saturday 13 January 2024 16:48:42 +0000 (0:00:00.040) 0:01:53.467 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:8 Saturday 13 January 2024 16:48:42 +0000 (0:00:00.020) 0:01:53.487 ****** TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:26 Saturday 13 January 2024 16:48:42 +0000 (0:00:00.019) 0:01:53.507 ****** TASK [linux-system-roles.podman : Ensure the quadlet directory is present] ***** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:43 Saturday 13 January 2024 16:48:42 +0000 (0:00:00.018) 0:01:53.526 ****** ok: [sut] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers/systemd", "secontext": "system_u:object_r:etc_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [linux-system-roles.podman : Ensure quadlet file is copied] *************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:52 Saturday 13 January 2024 16:48:42 +0000 (0:00:00.248) 0:01:53.774 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:62 Saturday 13 January 2024 16:48:42 +0000 (0:00:00.019) 0:01:53.794 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:74 Saturday 13 January 2024 16:48:42 +0000 (0:00:00.020) 0:01:53.814 ****** 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-1705164522.7814064-9730-3511922454758/source", "state": "file", "uid": 0 } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:86 Saturday 13 January 2024 16:48:43 +0000 (0:00:00.535) 0:01:54.350 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:115 Saturday 13 January 2024 16:48:43 +0000 (0:00:00.022) 0:01:54.372 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:131 Saturday 13 January 2024 16:48:43 +0000 (0:00:00.023) 0:01:54.395 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 13 January 2024 16:48:43 +0000 (0:00:00.023) 0:01:54.419 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 13 January 2024 16:48:43 +0000 (0:00:00.026) 0:01:54.445 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 13 January 2024 16:48:43 +0000 (0:00:00.025) 0:01:54.470 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 13 January 2024 16:48:43 +0000 (0:00:00.021) 0:01:54.492 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 13 January 2024 16:48:43 +0000 (0:00:00.029) 0:01:54.522 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 13 January 2024 16:48:43 +0000 (0:00:00.036) 0:01:54.558 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 13 January 2024 16:48:43 +0000 (0:00:00.028) 0:01:54.586 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 13 January 2024 16:48:43 +0000 (0:00:00.025) 0:01:54.612 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 13 January 2024 16:48:43 +0000 (0:00:00.027) 0:01:54.639 ****** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 13 January 2024 16:48:43 +0000 (0:00:00.201) 0:01:54.840 ****** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 13 January 2024 16:48:43 +0000 (0:00:00.064) 0:01:54.905 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705164459.2621584, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1705164429.4983122, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4578807, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "3517126951", "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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 13 January 2024 16:48:44 +0000 (0:00:00.202) 0:01:55.107 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 13 January 2024 16:48:44 +0000 (0:00:00.019) 0:01:55.127 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 13 January 2024 16:48:44 +0000 (0:00:00.022) 0:01:55.149 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 13 January 2024 16:48:44 +0000 (0:00:00.020) 0:01:55.170 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 13 January 2024 16:48:44 +0000 (0:00:00.020) 0:01:55.191 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 13 January 2024 16:48:44 +0000 (0:00:00.019) 0:01:55.211 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 13 January 2024 16:48:44 +0000 (0:00:00.020) 0:01:55.231 ****** ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": false, "__podman_images_found": [], "__podman_kube_yamls_raw": "", "__podman_service_name": "quadlet-basic-mysql.volume", "__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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 13 January 2024 16:48:44 +0000 (0:00:00.035) 0:01:55.267 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 13 January 2024 16:48:44 +0000 (0:00:00.021) 0:01:55.288 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 13 January 2024 16:48:44 +0000 (0:00:00.019) 0:01:55.308 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 13 January 2024 16:48:44 +0000 (0:00:00.047) 0:01:55.356 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Saturday 13 January 2024 16:48:44 +0000 (0:00:00.019) 0:01:55.375 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Saturday 13 January 2024 16:48:44 +0000 (0:00:00.040) 0:01:55.416 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:8 Saturday 13 January 2024 16:48:44 +0000 (0:00:00.019) 0:01:55.435 ****** TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:26 Saturday 13 January 2024 16:48:44 +0000 (0:00:00.018) 0:01:55.454 ****** TASK [linux-system-roles.podman : Ensure the quadlet directory is present] ***** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:43 Saturday 13 January 2024 16:48:44 +0000 (0:00:00.017) 0:01:55.472 ****** ok: [sut] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers/systemd", "secontext": "system_u:object_r:etc_t:s0", "size": 35, "state": "directory", "uid": 0 } TASK [linux-system-roles.podman : Ensure quadlet file is copied] *************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:52 Saturday 13 January 2024 16:48:44 +0000 (0:00:00.207) 0:01:55.679 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:62 Saturday 13 January 2024 16:48:44 +0000 (0:00:00.052) 0:01:55.732 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:74 Saturday 13 January 2024 16:48:44 +0000 (0:00:00.019) 0:01:55.752 ****** 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-1705164524.7188637-9807-233743347281951/source", "state": "file", "uid": 0 } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:86 Saturday 13 January 2024 16:48:45 +0000 (0:00:00.541) 0:01:56.293 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:115 Saturday 13 January 2024 16:48:45 +0000 (0:00:00.022) 0:01:56.316 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:131 Saturday 13 January 2024 16:48:45 +0000 (0:00:00.023) 0:01:56.340 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 13 January 2024 16:48:45 +0000 (0:00:00.024) 0:01:56.364 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 13 January 2024 16:48:45 +0000 (0:00:00.024) 0:01:56.389 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 13 January 2024 16:48:45 +0000 (0:00:00.024) 0:01:56.414 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 2] ********** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 13 January 2024 16:48:45 +0000 (0:00:00.019) 0:01:56.433 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 13 January 2024 16:48:45 +0000 (0:00:00.030) 0:01:56.464 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 13 January 2024 16:48:45 +0000 (0:00:00.034) 0:01:56.498 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 13 January 2024 16:48:45 +0000 (0:00:00.025) 0:01:56.524 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 13 January 2024 16:48:45 +0000 (0:00:00.023) 0:01:56.547 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 13 January 2024 16:48:45 +0000 (0:00:00.030) 0:01:56.578 ****** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 13 January 2024 16:48:45 +0000 (0:00:00.206) 0:01:56.784 ****** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 13 January 2024 16:48:45 +0000 (0:00:00.057) 0:01:56.842 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705164459.2621584, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1705164429.4983122, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4578807, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "3517126951", "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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 13 January 2024 16:48:45 +0000 (0:00:00.202) 0:01:57.045 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 13 January 2024 16:48:45 +0000 (0:00:00.019) 0:01:57.064 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 13 January 2024 16:48:46 +0000 (0:00:00.020) 0:01:57.085 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 13 January 2024 16:48:46 +0000 (0:00:00.019) 0:01:57.105 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 13 January 2024 16:48:46 +0000 (0:00:00.020) 0:01:57.125 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 13 January 2024 16:48:46 +0000 (0:00:00.019) 0:01:57.145 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 13 January 2024 16:48:46 +0000 (0:00:00.020) 0:01:57.166 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 13 January 2024 16:48:46 +0000 (0:00:00.036) 0:01:57.202 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 13 January 2024 16:48:46 +0000 (0:00:00.021) 0:01:57.224 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 13 January 2024 16:48:46 +0000 (0:00:00.019) 0:01:57.243 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 13 January 2024 16:48:46 +0000 (0:00:00.046) 0:01:57.290 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Saturday 13 January 2024 16:48:46 +0000 (0:00:00.020) 0:01:57.310 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Saturday 13 January 2024 16:48:46 +0000 (0:00:00.042) 0:01:57.353 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:8 Saturday 13 January 2024 16:48:46 +0000 (0:00:00.020) 0:01:57.374 ****** TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:26 Saturday 13 January 2024 16:48:46 +0000 (0:00:00.019) 0:01:57.394 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:43 Saturday 13 January 2024 16:48:55 +0000 (0:00:08.883) 0:02:06.277 ****** ok: [sut] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers/systemd", "secontext": "system_u:object_r:etc_t:s0", "size": 69, "state": "directory", "uid": 0 } TASK [linux-system-roles.podman : Ensure quadlet file is copied] *************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:52 Saturday 13 January 2024 16:48:55 +0000 (0:00:00.202) 0:02:06.479 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:62 Saturday 13 January 2024 16:48:55 +0000 (0:00:00.022) 0:02:06.501 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:74 Saturday 13 January 2024 16:48:55 +0000 (0:00:00.020) 0:02:06.522 ****** 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-1705164535.488876-9885-121624048843271/source", "state": "file", "uid": 0 } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:86 Saturday 13 January 2024 16:48:55 +0000 (0:00:00.547) 0:02:07.070 ****** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:115 Saturday 13 January 2024 16:48:56 +0000 (0:00:00.546) 0:02:07.616 ****** changed: [sut] => { "changed": true, "name": "quadlet-basic-mysql.service", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "systemd-journald.socket -.mount quadlet-basic-mysql-volume.service system.slice sysinit.target basic.target quadlet-basic-network.service", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "yes", "DelegateControllers": "cpu cpuacct cpuset io blkio memory devices pids bpf-firewall bpf-devices bpf-foreign bpf-socket-bind bpf-restrict-network-interfaces", "Description": "quadlet-basic-mysql.service", "DevicePolicy": "auto", "DynamicUser": "no", "Environment": "PODMAN_SYSTEMD_UNIT=quadlet-basic-mysql.service", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman run --name=quadlet-basic-mysql --cidfile=/run/quadlet-basic-mysql.cid --replace --rm --cgroups=split --network=systemd-quadlet-basic --sdnotify=conmon -d -v systemd-quadlet-basic-mysql:/var/lib/mysql --env BAZ=test --env FOO=/bin/busybox-extras --secret=mysql_container_root_password,type=env,target=MYSQL_ROOT_PASSWORD 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": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13975", "LimitNPROCSoft": "13975", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13975", "LimitSIGPENDINGSoft": "13975", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "quadlet-basic-mysql.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMPolicy": "continue", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "quadlet-basic-mysql-volume.service -.mount system.slice 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": "22360", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "generated", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:131 Saturday 13 January 2024 16:48:57 +0000 (0:00:00.803) 0:02:08.420 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check files] ************************************************************* task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/tests_quadlet_basic.yml:151 Saturday 13 January 2024 16:48:57 +0000 (0:00:00.021) 0:02:08.441 ****** 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.005133", "end": "2024-01-13 16:48:57.642915", "item": "quadlet-basic-mysql.container", "rc": 0, "start": "2024-01-13 16:48:57.637782" } 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.003278", "end": "2024-01-13 16:48:57.996704", "item": "quadlet-basic.network", "rc": 0, "start": "2024-01-13 16:48:57.993426" } 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.004447", "end": "2024-01-13 16:48:59.302581", "item": "quadlet-basic-mysql.volume", "rc": 0, "start": "2024-01-13 16:48:58.298134" } STDOUT: # # Ansible managed # # system_role:podman [Volume] TASK [Cleanup system - root] *************************************************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/tests_quadlet_basic.yml:161 Saturday 13 January 2024 16:48:59 +0000 (0:00:01.963) 0:02:10.404 ****** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 13 January 2024 16:48:59 +0000 (0:00:00.058) 0:02:10.463 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 13 January 2024 16:48:59 +0000 (0:00:00.035) 0:02:10.499 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 13 January 2024 16:48:59 +0000 (0:00:00.026) 0:02:10.525 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 13 January 2024 16:48:59 +0000 (0:00:00.020) 0:02:10.545 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 13 January 2024 16:48:59 +0000 (0:00:00.026) 0:02:10.572 ****** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 13 January 2024 16:48:59 +0000 (0:00:00.047) 0:02:10.619 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 13 January 2024 16:49:00 +0000 (0:00:01.045) 0:02:11.665 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 13 January 2024 16:49:00 +0000 (0:00:00.020) 0:02:11.685 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 13 January 2024 16:49:00 +0000 (0:00:00.024) 0:02:11.710 ****** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.040093", "end": "2024-01-13 16:49:00.897009", "rc": 0, "start": "2024-01-13 16:49:00.856916" } STDOUT: podman version 4.8.1 TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:28 Saturday 13 January 2024 16:49:00 +0000 (0:00:00.288) 0:02:11.999 ****** ok: [sut] => { "ansible_facts": { "podman_version": "4.8.1" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:32 Saturday 13 January 2024 16:49:00 +0000 (0:00:00.022) 0:02:12.022 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:39 Saturday 13 January 2024 16:49:00 +0000 (0:00:00.023) 0:02:12.046 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:56 Saturday 13 January 2024 16:49:01 +0000 (0:00:00.059) 0:02:12.105 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 13 January 2024 16:49:01 +0000 (0:00:00.038) 0:02:12.144 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 13 January 2024 16:49:01 +0000 (0:00:00.027) 0:02:12.172 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 13 January 2024 16:49:01 +0000 (0:00:00.025) 0:02:12.197 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 13 January 2024 16:49:01 +0000 (0:00:00.086) 0:02:12.284 ****** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 13 January 2024 16:49:01 +0000 (0:00:00.216) 0:02:12.500 ****** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 13 January 2024 16:49:01 +0000 (0:00:00.026) 0:02:12.526 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705164459.2621584, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1705164429.4983122, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4578807, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "3517126951", "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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 13 January 2024 16:49:01 +0000 (0:00:00.211) 0:02:12.738 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 13 January 2024 16:49:01 +0000 (0:00:00.020) 0:02:12.759 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 13 January 2024 16:49:01 +0000 (0:00:00.020) 0:02:12.779 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 13 January 2024 16:49:01 +0000 (0:00:00.020) 0:02:12.799 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 13 January 2024 16:49:01 +0000 (0:00:00.021) 0:02:12.820 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 13 January 2024 16:49:01 +0000 (0:00:00.018) 0:02:12.839 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:62 Saturday 13 January 2024 16:49:01 +0000 (0:00:00.019) 0:02:12.859 ****** ok: [sut] => { "ansible_facts": { "__podman_container_conf_file": "/etc/containers/containers.conf.d/50-systemroles.conf", "__podman_policy_json_file": "/etc/containers/policy.json", "__podman_registries_conf_file": "/etc/containers/registries.conf.d/50-systemroles.conf", "__podman_storage_conf_file": "/etc/containers/storage.conf" }, "changed": false } TASK [linux-system-roles.podman : Handle container.conf.d] ********************* task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:80 Saturday 13 January 2024 16:49:01 +0000 (0:00:00.024) 0:02:12.884 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 13 January 2024 16:49:01 +0000 (0:00:00.035) 0:02:12.919 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 13 January 2024 16:49:01 +0000 (0:00:00.019) 0:02:12.938 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:83 Saturday 13 January 2024 16:49:01 +0000 (0:00:00.020) 0:02:12.959 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 13 January 2024 16:49:01 +0000 (0:00:00.035) 0:02:12.995 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 13 January 2024 16:49:01 +0000 (0:00:00.019) 0:02:13.015 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:86 Saturday 13 January 2024 16:49:02 +0000 (0:00:00.061) 0:02:13.076 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 13 January 2024 16:49:02 +0000 (0:00:00.038) 0:02:13.114 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 13 January 2024 16:49:02 +0000 (0:00:00.020) 0:02:13.134 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:89 Saturday 13 January 2024 16:49:02 +0000 (0:00:00.020) 0:02:13.155 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 13 January 2024 16:49:02 +0000 (0:00:00.039) 0:02:13.194 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 13 January 2024 16:49:02 +0000 (0:00:00.020) 0:02:13.214 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 13 January 2024 16:49:02 +0000 (0:00:00.020) 0:02:13.235 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 13 January 2024 16:49:02 +0000 (0:00:00.020) 0:02:13.255 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:95 Saturday 13 January 2024 16:49:02 +0000 (0:00:00.020) 0:02:13.276 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:102 Saturday 13 January 2024 16:49:02 +0000 (0:00:00.020) 0:02:13.296 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:109 Saturday 13 January 2024 16:49:02 +0000 (0:00:00.020) 0:02:13.317 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:3 Saturday 13 January 2024 16:49:02 +0000 (0:00:00.052) 0:02:13.369 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:12 Saturday 13 January 2024 16:49:02 +0000 (0:00:00.024) 0:02:13.394 ****** ok: [sut] => { "ansible_facts": { "__podman_user": "root" }, "changed": false } TASK [linux-system-roles.podman : Set variables part 2] ************************ task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:17 Saturday 13 January 2024 16:49:02 +0000 (0:00:00.020) 0:02:13.415 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:23 Saturday 13 January 2024 16:49:02 +0000 (0:00:00.026) 0:02:13.442 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:116 Saturday 13 January 2024 16:49:02 +0000 (0:00:00.456) 0:02:13.899 ****** TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:122 Saturday 13 January 2024 16:49:02 +0000 (0:00:00.018) 0:02:13.917 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut included: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 13 January 2024 16:49:02 +0000 (0:00:00.057) 0:02:13.975 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 13 January 2024 16:49:02 +0000 (0:00:00.025) 0:02:14.000 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 13 January 2024 16:49:02 +0000 (0:00:00.024) 0:02:14.025 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 13 January 2024 16:49:02 +0000 (0:00:00.019) 0:02:14.044 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 13 January 2024 16:49:03 +0000 (0:00:00.031) 0:02:14.076 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 13 January 2024 16:49:03 +0000 (0:00:00.035) 0:02:14.112 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 13 January 2024 16:49:03 +0000 (0:00:00.025) 0:02:14.137 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 13 January 2024 16:49:03 +0000 (0:00:00.024) 0:02:14.162 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 13 January 2024 16:49:03 +0000 (0:00:00.027) 0:02:14.190 ****** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 13 January 2024 16:49:03 +0000 (0:00:00.215) 0:02:14.406 ****** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 13 January 2024 16:49:03 +0000 (0:00:00.027) 0:02:14.433 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705164459.2621584, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1705164429.4983122, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4578807, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "3517126951", "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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 13 January 2024 16:49:03 +0000 (0:00:00.222) 0:02:14.655 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 13 January 2024 16:49:03 +0000 (0:00:00.019) 0:02:14.675 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 13 January 2024 16:49:03 +0000 (0:00:00.019) 0:02:14.695 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 13 January 2024 16:49:03 +0000 (0:00:00.058) 0:02:14.753 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 13 January 2024 16:49:03 +0000 (0:00:00.020) 0:02:14.773 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 13 January 2024 16:49:03 +0000 (0:00:00.020) 0:02:14.793 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 13 January 2024 16:49:03 +0000 (0:00:00.019) 0:02:14.813 ****** ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": false, "__podman_images_found": [], "__podman_kube_yamls_raw": "", "__podman_service_name": "quadlet-basic-mysql.volume", "__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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 13 January 2024 16:49:03 +0000 (0:00:00.036) 0:02:14.849 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 13 January 2024 16:49:03 +0000 (0:00:00.020) 0:02:14.870 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 13 January 2024 16:49:03 +0000 (0:00:00.020) 0:02:14.890 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 13 January 2024 16:49:03 +0000 (0:00:00.049) 0:02:14.939 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Saturday 13 January 2024 16:49:03 +0000 (0:00:00.044) 0:02:14.984 ****** ok: [sut] => { "changed": false, "failed_when_result": false } MSG: Could not find the requested service quadlet-basic-mysql.volume: host TASK [linux-system-roles.podman : Remove quadlet file] ************************* task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:22 Saturday 13 January 2024 16:49:04 +0000 (0:00:00.521) 0:02:15.506 ****** changed: [sut] => { "changed": true, "path": "/etc/containers/systemd/quadlet-basic-mysql.volume", "state": "absent" } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:31 Saturday 13 January 2024 16:49:04 +0000 (0:00:00.331) 0:02:15.838 ****** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:40 Saturday 13 January 2024 16:49:05 +0000 (0:00:00.913) 0:02:16.751 ****** changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.041311", "end": "2024-01-13 16:49:05.951932", "rc": 0, "start": "2024-01-13 16:49:05.910621" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:48 Saturday 13 January 2024 16:49:05 +0000 (0:00:00.302) 0:02:17.053 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:57 Saturday 13 January 2024 16:49:06 +0000 (0:00:00.022) 0:02:17.076 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:66 Saturday 13 January 2024 16:49:06 +0000 (0:00:00.290) 0:02:17.366 ****** ok: [sut] => { "changed": false, "cmd": [ "podman", "network", "ls", "-q" ], "delta": "0:00:00.034562", "end": "2024-01-13 16:49:06.496965", "rc": 0, "start": "2024-01-13 16:49:06.462403" } STDOUT: podman systemd-quadlet-basic TASK [linux-system-roles.podman : Cancel linger if no more resources are in use] *** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:75 Saturday 13 January 2024 16:49:06 +0000 (0:00:00.232) 0:02:17.599 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Saturday 13 January 2024 16:49:06 +0000 (0:00:00.021) 0:02:17.620 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 13 January 2024 16:49:06 +0000 (0:00:00.019) 0:02:17.640 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 13 January 2024 16:49:06 +0000 (0:00:00.026) 0:02:17.666 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 13 January 2024 16:49:06 +0000 (0:00:00.025) 0:02:17.692 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 13 January 2024 16:49:06 +0000 (0:00:00.020) 0:02:17.712 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 13 January 2024 16:49:06 +0000 (0:00:00.029) 0:02:17.741 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 13 January 2024 16:49:06 +0000 (0:00:00.035) 0:02:17.777 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 13 January 2024 16:49:06 +0000 (0:00:00.024) 0:02:17.801 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 13 January 2024 16:49:06 +0000 (0:00:00.023) 0:02:17.824 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 13 January 2024 16:49:06 +0000 (0:00:00.025) 0:02:17.850 ****** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 13 January 2024 16:49:06 +0000 (0:00:00.202) 0:02:18.052 ****** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 13 January 2024 16:49:07 +0000 (0:00:00.025) 0:02:18.078 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705164459.2621584, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1705164429.4983122, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4578807, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "3517126951", "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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 13 January 2024 16:49:07 +0000 (0:00:00.201) 0:02:18.279 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 13 January 2024 16:49:07 +0000 (0:00:00.019) 0:02:18.299 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 13 January 2024 16:49:07 +0000 (0:00:00.020) 0:02:18.319 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 13 January 2024 16:49:07 +0000 (0:00:00.019) 0:02:18.339 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 13 January 2024 16:49:07 +0000 (0:00:00.020) 0:02:18.359 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 13 January 2024 16:49:07 +0000 (0:00:00.019) 0:02:18.378 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 13 January 2024 16:49:07 +0000 (0:00:00.020) 0:02:18.398 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 13 January 2024 16:49:07 +0000 (0:00:00.033) 0:02:18.432 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 13 January 2024 16:49:07 +0000 (0:00:00.021) 0:02:18.453 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 5] ********** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 13 January 2024 16:49:07 +0000 (0:00:00.019) 0:02:18.472 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 13 January 2024 16:49:07 +0000 (0:00:00.046) 0:02:18.519 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Saturday 13 January 2024 16:49:07 +0000 (0:00:00.039) 0:02:18.558 ****** changed: [sut] => { "changed": true, "enabled": false, "failed_when_result": false, "name": "quadlet-basic-mysql.service", "state": "stopped", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2024-01-13 16:48:57 UTC", "ActiveEnterTimestampMonotonic": "570187083", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target sysinit.target quadlet-basic-network.service systemd-journald.socket quadlet-basic-mysql-volume.service system.slice -.mount", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-13 16:48:56 UTC", "AssertTimestampMonotonic": "569858090", "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": "3503687000", "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-13 16:48:56 UTC", "ConditionTimestampMonotonic": "569858086", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/quadlet-basic-mysql.service", "ControlGroupId": "6651", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "yes", "DelegateControllers": "cpu cpuacct cpuset io blkio memory devices pids bpf-firewall bpf-devices bpf-foreign bpf-socket-bind bpf-restrict-network-interfaces", "Description": "quadlet-basic-mysql.service", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "0-1", "EffectiveMemoryNodes": "0", "Environment": "PODMAN_SYSTEMD_UNIT=quadlet-basic-mysql.service", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "14851", "ExecMainStartTimestamp": "Sat 2024-01-13 16:48:57 UTC", "ExecMainStartTimestampMonotonic": "570187029", "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", "InactiveExitTimestamp": "Sat 2024-01-13 16:48:56 UTC", "InactiveExitTimestampMonotonic": "569860237", "InvocationID": "5e98fd19437043c59ec81ec5eebe8954", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13975", "LimitNPROCSoft": "13975", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13975", "LimitSIGPENDINGSoft": "13975", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "14851", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "629747712", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "quadlet-basic-mysql.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMPolicy": "continue", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "quadlet-basic-network.service system.slice -.mount quadlet-basic-mysql-volume.service sysinit.target", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "SourcePath": "/etc/containers/systemd/quadlet-basic-mysql.container", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-13 16:48:57 UTC", "StateChangeTimestampMonotonic": "570187083", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "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": "4", "TasksMax": "22360", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "generated", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [linux-system-roles.podman : Remove quadlet file] ************************* task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:22 Saturday 13 January 2024 16:49:10 +0000 (0:00:02.861) 0:02:21.420 ****** changed: [sut] => { "changed": true, "path": "/etc/containers/systemd/quadlet-basic-mysql.container", "state": "absent" } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:31 Saturday 13 January 2024 16:49:10 +0000 (0:00:00.205) 0:02:21.625 ****** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:40 Saturday 13 January 2024 16:49:11 +0000 (0:00:00.578) 0:02:22.203 ****** changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.046859", "end": "2024-01-13 16:49:11.362811", "rc": 0, "start": "2024-01-13 16:49:11.315952" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:48 Saturday 13 January 2024 16:49:11 +0000 (0:00:00.262) 0:02:22.466 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:57 Saturday 13 January 2024 16:49:11 +0000 (0:00:00.022) 0:02:22.488 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:66 Saturday 13 January 2024 16:49:11 +0000 (0:00:00.240) 0:02:22.729 ****** ok: [sut] => { "changed": false, "cmd": [ "podman", "network", "ls", "-q" ], "delta": "0:00:00.035249", "end": "2024-01-13 16:49:11.863798", "rc": 0, "start": "2024-01-13 16:49:11.828549" } STDOUT: podman systemd-quadlet-basic TASK [linux-system-roles.podman : Cancel linger if no more resources are in use] *** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:75 Saturday 13 January 2024 16:49:11 +0000 (0:00:00.265) 0:02:22.995 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Saturday 13 January 2024 16:49:11 +0000 (0:00:00.020) 0:02:23.016 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 13 January 2024 16:49:11 +0000 (0:00:00.019) 0:02:23.035 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 13 January 2024 16:49:11 +0000 (0:00:00.025) 0:02:23.061 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 13 January 2024 16:49:12 +0000 (0:00:00.027) 0:02:23.088 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 13 January 2024 16:49:12 +0000 (0:00:00.019) 0:02:23.108 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 13 January 2024 16:49:12 +0000 (0:00:00.028) 0:02:23.136 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 13 January 2024 16:49:12 +0000 (0:00:00.033) 0:02:23.170 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 13 January 2024 16:49:12 +0000 (0:00:00.024) 0:02:23.194 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 13 January 2024 16:49:12 +0000 (0:00:00.024) 0:02:23.219 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 13 January 2024 16:49:12 +0000 (0:00:00.025) 0:02:23.245 ****** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 13 January 2024 16:49:12 +0000 (0:00:00.200) 0:02:23.445 ****** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 13 January 2024 16:49:12 +0000 (0:00:00.025) 0:02:23.471 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705164459.2621584, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1705164429.4983122, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4578807, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "3517126951", "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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 13 January 2024 16:49:12 +0000 (0:00:00.197) 0:02:23.668 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 13 January 2024 16:49:12 +0000 (0:00:00.020) 0:02:23.689 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 13 January 2024 16:49:12 +0000 (0:00:00.019) 0:02:23.709 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 13 January 2024 16:49:12 +0000 (0:00:00.020) 0:02:23.729 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 13 January 2024 16:49:12 +0000 (0:00:00.019) 0:02:23.748 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 13 January 2024 16:49:12 +0000 (0:00:00.061) 0:02:23.810 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 13 January 2024 16:49:12 +0000 (0:00:00.020) 0:02:23.831 ****** ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": false, "__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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 13 January 2024 16:49:12 +0000 (0:00:00.045) 0:02:23.876 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 13 January 2024 16:49:12 +0000 (0:00:00.022) 0:02:23.899 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 13 January 2024 16:49:12 +0000 (0:00:00.020) 0:02:23.919 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 13 January 2024 16:49:12 +0000 (0:00:00.045) 0:02:23.965 ****** included: /WORKDIR/git-weekly-cii6w4fq7o/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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Saturday 13 January 2024 16:49:12 +0000 (0:00:00.039) 0:02:24.005 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Remove quadlet file] ************************* task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:22 Saturday 13 January 2024 16:49:12 +0000 (0:00:00.020) 0:02:24.026 ****** changed: [sut] => { "changed": true, "path": "/etc/containers/systemd/quadlet-basic.network", "state": "absent" } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:31 Saturday 13 January 2024 16:49:13 +0000 (0:00:00.197) 0:02:24.223 ****** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:40 Saturday 13 January 2024 16:49:13 +0000 (0:00:00.525) 0:02:24.748 ****** changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.042974", "end": "2024-01-13 16:49:13.890482", "rc": 0, "start": "2024-01-13 16:49:13.847508" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:48 Saturday 13 January 2024 16:49:13 +0000 (0:00:00.250) 0:02:24.998 ****** changed: [sut] => { "changed": true, "cmd": [ "podman", "network", "rm", "systemd-quadlet-basic" ], "delta": "0:00:00.040456", "end": "2024-01-13 16:49:14.141544", "rc": 0, "start": "2024-01-13 16:49:14.101088" } STDOUT: systemd-quadlet-basic TASK [linux-system-roles.podman : Gather facts for all containers] ************* task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:57 Saturday 13 January 2024 16:49:14 +0000 (0:00:00.244) 0:02:25.243 ****** 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-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:66 Saturday 13 January 2024 16:49:14 +0000 (0:00:00.235) 0:02:25.479 ****** ok: [sut] => { "changed": false, "cmd": [ "podman", "network", "ls", "-q" ], "delta": "0:00:00.035749", "end": "2024-01-13 16:49:14.615506", "rc": 0, "start": "2024-01-13 16:49:14.579757" } STDOUT: podman TASK [linux-system-roles.podman : Cancel linger if no more resources are in use] *** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:75 Saturday 13 January 2024 16:49:14 +0000 (0:00:00.237) 0:02:25.717 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Saturday 13 January 2024 16:49:14 +0000 (0:00:00.021) 0:02:25.738 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=452 changed=42 unreachable=0 failed=0 skipped=451 rescued=0 ignored=0 Saturday 13 January 2024 16:49:14 +0000 (0:00:00.008) 0:02:25.747 ****** =============================================================================== linux-system-roles.podman : Ensure required packages are installed ----- 47.02s /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:14 linux-system-roles.podman : Ensure container images are present --------- 8.88s /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:26 linux-system-roles.podman : Ensure container images are present --------- 8.12s /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:26 linux-system-roles.podman : Stop and disable service -------------------- 2.86s /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 linux-system-roles.podman : Stop and disable service -------------------- 2.71s /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Check files ------------------------------------------------------------- 1.96s /WORKDIR/git-weekly-cii6w4fq7o/tests/tests_quadlet_basic.yml:151 -------------- linux-system-roles.podman : Start service ------------------------------- 1.21s /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:115 linux-system-roles.podman : Gather the package facts -------------------- 1.05s /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Gather the package facts -------------------- 1.04s /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Gather the package facts -------------------- 0.96s /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Gather the package facts -------------------- 0.96s /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Gather the package facts -------------------- 0.96s /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Gather the package facts -------------------- 0.93s /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Gather the package facts -------------------- 0.92s /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Gather the package facts -------------------- 0.91s /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Reload systemctl ---------------------------- 0.91s /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:31 Check files ------------------------------------------------------------- 0.83s /WORKDIR/git-weekly-cii6w4fq7o/tests/tests_quadlet_basic.yml:119 -------------- linux-system-roles.podman : Start service ------------------------------- 0.80s /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:115 linux-system-roles.podman : Ensure container images are present --------- 0.72s /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:26 linux-system-roles.podman : Reload systemctl ---------------------------- 0.70s /WORKDIR/git-weekly-cii6w4fq7o/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:31 ---^---^---^---^---^--- # 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. ---^---^---^---^---^---