# 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_auth_and_security.yml ****************************************** 2 plays in /WORKDIR/git-weekly-ciyjjzgqcv/tests/tests_auth_and_security.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Include vault variables] ************************************************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/tests_auth_and_security.yml:4 Saturday 25 May 2024 17:15:34 +0000 (0:00:00.012) 0:00:00.012 ********** ok: [sut] => { "ansible_facts": { "__podman_test_password": { "__ansible_vault": "$ANSIBLE_VAULT;1.1;AES256\n35383939616163653333633431363463313831383037386236646138333162396161356130303461\n3932623930643263313563336163316337643562333936360a363538636631313039343233383732\n38666530383538656639363465313230343533386130303833336434303438333161656262346562\n3362626538613031640a663330613638366132356534363534353239616666653466353961323533\n6565\n" }, "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-ciyjjzgqcv/tests/vars/vault-variables.yml" ], "changed": false } META: ran handlers META: ran handlers PLAY [Test various aspects of authentication and security settings] ************ TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/tests_auth_and_security.yml:9 Saturday 25 May 2024 17:15:34 +0000 (0:00:00.010) 0:00:00.023 ********** ok: [sut] META: ran handlers TASK [Run the role with no config to install podman] *************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/tests_auth_and_security.yml:48 Saturday 25 May 2024 17:15:34 +0000 (0:00:00.672) 0:00:00.696 ********** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 25 May 2024 17:15:35 +0000 (0:00:00.070) 0:00:00.766 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 25 May 2024 17:15:35 +0000 (0:00:00.014) 0:00:00.781 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 25 May 2024 17:15:35 +0000 (0:00:00.018) 0:00:00.799 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.podman : Set flag to indicate system is ostree] ******* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 25 May 2024 17:15:35 +0000 (0:00:00.253) 0:00:01.053 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 25 May 2024 17:15:35 +0000 (0:00:00.019) 0:00:01.073 ********** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciyjjzgqcv/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" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 25 May 2024 17:15:35 +0000 (0:00:00.033) 0:00:01.107 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 25 May 2024 17:15:36 +0000 (0:00:01.417) 0:00:02.524 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 25 May 2024 17:15:36 +0000 (0:00:00.028) 0:00:02.552 ********** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: conmon-3:2.1.10-1.module_el8+804+f131391c.x86_64", "Installed: podman-gvproxy-3:4.9.4-0.1.module_el8+971+3d3df00d.x86_64", "Installed: fuse-common-3.3.0-19.el8.x86_64", "Installed: libnet-1.1.6-15.el8.x86_64", "Installed: fuse3-3.3.0-19.el8.x86_64", "Installed: podman-plugins-3:4.9.4-0.1.module_el8+971+3d3df00d.x86_64", "Installed: container-selinux-2:2.229.0-2.module_el8+847+7863d4e6.noarch", "Installed: dnsmasq-2.79-33.el8.x86_64", "Installed: podman-3:4.9.4-0.1.module_el8+971+3d3df00d.x86_64", "Installed: slirp4netns-1.2.3-1.module_el8+951+32019cde.x86_64", "Installed: fuse3-libs-3.3.0-19.el8.x86_64", "Installed: libslirp-4.4.0-1.module_el8+804+f131391c.x86_64", "Installed: containernetworking-plugins-1:1.4.0-2.module_el8+974+0c52b299.x86_64", "Installed: criu-3.18-4.module_el8+804+f131391c.x86_64", "Installed: podman-catatonit-3:4.9.4-0.1.module_el8+971+3d3df00d.x86_64", "Installed: shadow-utils-subid-2:4.6-22.el8.x86_64", "Installed: containers-common-2:1-81.module_el8+968+fbb249c7.x86_64", "Installed: protobuf-c-1.3.0-8.el8.x86_64", "Installed: fuse-overlayfs-1.13-1.module_el8+804+f131391c.x86_64", "Installed: criu-libs-3.18-4.module_el8+804+f131391c.x86_64", "Installed: runc-1:1.1.12-1.module_el8+885+7da147f3.x86_64", "Installed: crun-1.14.3-2.module_el8+968+fbb249c7.x86_64", "Installed: yajl-2.1.0-12.el8.x86_64" ] } lsrpackages: crun podman podman-plugins shadow-utils-subid TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 25 May 2024 17:16:39 +0000 (0:01:02.202) 0:01:04.755 ********** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.036105", "end": "2024-05-25 17:16:39.381343", "rc": 0, "start": "2024-05-25 17:16:39.345238" } STDOUT: podman version 4.9.4-dev TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Saturday 25 May 2024 17:16:39 +0000 (0:00:00.370) 0:01:05.125 ********** ok: [sut] => { "ansible_facts": { "podman_version": "4.9.4-dev" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Saturday 25 May 2024 17:16:39 +0000 (0:00:00.036) 0:01:05.161 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Saturday 25 May 2024 17:16:39 +0000 (0:00:00.029) 0:01:05.190 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Saturday 25 May 2024 17:16:39 +0000 (0:00:00.074) 0:01:05.265 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:16:39 +0000 (0:00:00.049) 0:01:05.314 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:16:39 +0000 (0:00:00.249) 0:01:05.564 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:16:39 +0000 (0:00:00.024) 0:01:05.588 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:16:39 +0000 (0:00:00.029) 0:01:05.618 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:16:40 +0000 (0:00:00.198) 0:01:05.816 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:16:40 +0000 (0:00:00.025) 0:01:05.841 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1700557386.0, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716657366.3866093, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:16:40 +0000 (0:00:00.198) 0:01:06.039 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:16:40 +0000 (0:00:00.019) 0:01:06.059 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:16:40 +0000 (0:00:00.019) 0:01:06.078 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:16:40 +0000 (0:00:00.019) 0:01:06.098 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:16:40 +0000 (0:00:00.019) 0:01:06.118 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:16:40 +0000 (0:00:00.019) 0:01:06.137 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:16:40 +0000 (0:00:00.019) 0:01:06.157 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:16:40 +0000 (0:00:00.019) 0:01:06.176 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Saturday 25 May 2024 17:16:40 +0000 (0:00:00.042) 0:01:06.219 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Saturday 25 May 2024 17:16:40 +0000 (0:00:00.040) 0:01:06.260 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 25 May 2024 17:16:40 +0000 (0:00:00.038) 0:01:06.298 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 25 May 2024 17:16:40 +0000 (0:00:00.019) 0:01:06.318 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Saturday 25 May 2024 17:16:40 +0000 (0:00:00.019) 0:01:06.338 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 25 May 2024 17:16:40 +0000 (0:00:00.037) 0:01:06.375 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 25 May 2024 17:16:40 +0000 (0:00:00.020) 0:01:06.396 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Saturday 25 May 2024 17:16:40 +0000 (0:00:00.024) 0:01:06.420 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 25 May 2024 17:16:40 +0000 (0:00:00.038) 0:01:06.459 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 25 May 2024 17:16:40 +0000 (0:00:00.022) 0:01:06.481 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Saturday 25 May 2024 17:16:40 +0000 (0:00:00.020) 0:01:06.501 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 25 May 2024 17:16:40 +0000 (0:00:00.039) 0:01:06.541 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 25 May 2024 17:16:40 +0000 (0:00:00.019) 0:01:06.561 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 25 May 2024 17:16:40 +0000 (0:00:00.020) 0:01:06.581 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 25 May 2024 17:16:40 +0000 (0:00:00.020) 0:01:06.602 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Saturday 25 May 2024 17:16:40 +0000 (0:00:00.048) 0:01:06.650 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Saturday 25 May 2024 17:16:40 +0000 (0:00:00.020) 0:01:06.670 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Keep track of users that need to cancel linger] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Saturday 25 May 2024 17:16:40 +0000 (0:00:00.020) 0:01:06.691 ********** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [linux-system-roles.podman : Handle certs.d files - present] ************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Saturday 25 May 2024 17:16:40 +0000 (0:00:00.019) 0:01:06.711 ********** 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 credential files - present] *********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:123 Saturday 25 May 2024 17:16:41 +0000 (0:00:00.018) 0:01:06.729 ********** 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 secrets] ****************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Saturday 25 May 2024 17:16:41 +0000 (0:00:00.019) 0:01:06.749 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:139 Saturday 25 May 2024 17:16:41 +0000 (0:00:00.025) 0:01:06.774 ********** 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 Quadlet specifications] *************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:146 Saturday 25 May 2024 17:16:41 +0000 (0:00:00.022) 0:01:06.797 ********** 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 : Cancel linger] ******************************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:153 Saturday 25 May 2024 17:16:41 +0000 (0:00:00.018) 0:01:06.815 ********** TASK [linux-system-roles.podman : Handle credential files - absent] ************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:159 Saturday 25 May 2024 17:16:41 +0000 (0:00:00.019) 0:01:06.834 ********** 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 certs.d files - absent] *************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:168 Saturday 25 May 2024 17:16:41 +0000 (0:00:00.018) 0:01:06.853 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Setup registry] ********************************************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/tests_auth_and_security.yml:52 Saturday 25 May 2024 17:16:41 +0000 (0:00:00.018) 0:01:06.871 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/tests/tasks/setup_registry.yml for sut TASK [Create a temporary directory] ******************************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/tasks/setup_registry.yml:5 Saturday 25 May 2024 17:16:41 +0000 (0:00:00.043) 0:01:06.915 ********** changed: [sut] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/lsr_57eq8f81_podman", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Set authdir] ************************************************************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/tasks/setup_registry.yml:12 Saturday 25 May 2024 17:16:41 +0000 (0:00:00.267) 0:01:07.182 ********** ok: [sut] => { "ansible_facts": { "__podman_registry_authdir": "/tmp/lsr_57eq8f81_podman/auth", "__podman_test_authfile": "/tmp/lsr_57eq8f81_podman/auth/auth.json" }, "changed": false } TASK [Create authdir] ********************************************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/tasks/setup_registry.yml:18 Saturday 25 May 2024 17:16:41 +0000 (0:00:00.020) 0:01:07.203 ********** changed: [sut] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/lsr_57eq8f81_podman/auth", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Generate certificates for registry] ************************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/tasks/setup_registry.yml:24 Saturday 25 May 2024 17:16:41 +0000 (0:00:00.287) 0:01:07.491 ********** TASK [fedora.linux_system_roles.certificate : Set version specific variables] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2 Saturday 25 May 2024 17:16:41 +0000 (0:00:00.081) 0:01:07.572 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.certificate : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2 Saturday 25 May 2024 17:16:41 +0000 (0:00:00.033) 0:01:07.606 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Check if system is ostree] ******* task path: /WORKDIR/git-weekly-ciyjjzgqcv/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10 Saturday 25 May 2024 17:16:41 +0000 (0:00:00.024) 0:01:07.630 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.certificate : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15 Saturday 25 May 2024 17:16:42 +0000 (0:00:00.191) 0:01:07.822 ********** ok: [sut] => { "ansible_facts": { "__certificate_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.certificate : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:19 Saturday 25 May 2024 17:16:42 +0000 (0:00:00.021) 0:01:07.843 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 Saturday 25 May 2024 17:16:42 +0000 (0:00:00.043) 0:01:07.886 ********** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: python3-pyasn1-0.3.7-6.el8.noarch" ] } lsrpackages: python3-cryptography python3-dbus python3-pyasn1 TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 Saturday 25 May 2024 17:16:45 +0000 (0:00:03.335) 0:01:11.222 ********** changed: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "rc": 0, "results": [ "Installed: xmlrpc-c-1.51.0-9.el8.x86_64", "Installed: xmlrpc-c-client-1.51.0-9.el8.x86_64", "Installed: certmonger-0.79.17-2.el8.x86_64" ] } lsrpackages: certmonger TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35 Saturday 25 May 2024 17:16:50 +0000 (0:00:04.597) 0:01:15.820 ********** changed: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/etc/certmonger//pre-scripts", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.certificate : Ensure post-scripts hooks directory exists] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:61 Saturday 25 May 2024 17:16:50 +0000 (0:00:00.216) 0:01:16.036 ********** changed: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/etc/certmonger//post-scripts", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.certificate : Ensure provider service is running] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90 Saturday 25 May 2024 17:16:50 +0000 (0:00:00.208) 0:01:16.245 ********** changed: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "enabled": true, "name": "certmonger", "state": "started", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "syslog.target system.slice basic.target sysinit.target network.target systemd-journald.socket dbus.service dbus.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedorahosted.certmonger", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Certificate monitoring and PKI enrollment", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "EnvironmentFiles": "/etc/sysconfig/certmonger (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/certmonger ; argv[]=/usr/sbin/certmonger -S -p /run/certmonger.pid -n $OPTS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/certmonger.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "certmonger.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "certmonger.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/certmonger.pid", "PartOf": "dbus.service", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket system.slice sysinit.target", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "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", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.certificate : Ensure certificate requests] ***** task path: /WORKDIR/git-weekly-ciyjjzgqcv/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101 Saturday 25 May 2024 17:16:51 +0000 (0:00:00.676) 0:01:16.921 ********** changed: [sut] => (item={'name': 'podman_registry', 'dns': ['localhost', '127.0.0.1'], 'ca': 'self-sign'}) => { "ansible_loop_var": "item", "changed": true, "item": { "ca": "self-sign", "dns": [ "localhost", "127.0.0.1" ], "name": "podman_registry" } } MSG: Certificate requested (new). TASK [fedora.linux_system_roles.certificate : Slurp the contents of the files] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:152 Saturday 25 May 2024 17:16:51 +0000 (0:00:00.573) 0:01:17.495 ********** ok: [sut] => (item=['cert', {'name': 'podman_registry', 'dns': ['localhost', '127.0.0.1'], 'ca': 'self-sign'}]) => { "ansible_loop_var": "item", "changed": false, "content": "LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURqakNDQW5hZ0F3SUJBZ0lSQU5BcFJEWVQzMGZOdmVDazlTOTc2R2d3RFFZSktvWklodmNOQVFFTEJRQXcKVURFZ01CNEdBMVVFQXd3WFRHOWpZV3dnVTJsbmJtbHVaeUJCZFhSb2IzSnBkSGt4TERBcUJnTlZCQU1NSTJRdwpNamswTkRNMkxURXpaR1kwTjJOa0xXSmtaVEJoTkdZMUxUSm1OMkpsT0RZM01CNFhEVEkwTURVeU5URTNNVFkxCk1Wb1hEVEkxTURVeU5URTNNVFkxTVZvd0ZERVNNQkFHQTFVRUF4TUpiRzlqWVd4b2IzTjBNSUlCSWpBTkJna3EKaGtpRzl3MEJBUUVGQUFPQ0FROEFNSUlCQ2dLQ0FRRUF3YkJPZFJ1RnYwUUZqY1ArZ1o3dFlzeEJqRzlEWFl2MQpBaDlNU05zdThLZVZBUlVjUWhsL0NmSDhTWmNxSjJQTXJyYVorQzRHTjNKRWYzdkdMZGMrMnlERVQ1QzNHTGFUCkEvdVYwRnJNMzdpSk5vWWhVaFRKbWxJMXNvOUJxd0s4dWlPSUk4UWNYSjFDamJxSU5aUGJlME1ma0pERXZsMHcKeEFZSjNXQTc0bjkwOEJMRHBnSy9qQ3F5Q2Z0UU8xdW9aWURxUm5TMHgrbXhVU0pJOVRRVWJ1a05vdERuc3FxeApCQ0s2bGUybHFiMThzNFZNUEVtVkpKMlYyazlXVkJuMUZ2RHJsS1ptM2JjLzBIMWl6NDlrT2F1VDN2SW94ZFRKCllPUGpib3dJRUJmRjV3a1gzODA0b3ZCYThNWlhrZHd3V0RvY3dza1lYZWdqcXp1NGdWb1BSd0lEQVFBQm80R2UKTUlHYk1Bc0dBMVVkRHdRRUF3SUZvREFmQmdOVkhSRUVHREFXZ2dsc2IyTmhiR2h2YzNTQ0NURXlOeTR3TGpBdQpNVEFkQmdOVkhTVUVGakFVQmdnckJnRUZCUWNEQVFZSUt3WUJCUVVIQXdJd0RBWURWUjBUQVFIL0JBSXdBREFkCkJnTlZIUTRFRmdRVXliWFluUWhMbE5DQzIxeUxkYk1mMlVPSHQ0QXdId1lEVlIwakJCZ3dGb0FVNzQwWW0yVkcKUGlNc3MrTXQydzFQOHNmUTdqb3dEUVlKS29aSWh2Y05BUUVMQlFBRGdnRUJBQU8vWkZBWnZUdHBOd3NScVQwOApjY3V0anR4akhWZkx2L3ljcGRDLzJkcUlrUVRqVWNrTXptS0ExclVZNXlhb2ZIQUxaU1J2U2c2UkNaVUxScXViClRjRzRLVmdTcXpuZlpKMWhkSHdBV0phRHJlb21xOWZlZis4dW1vd1VvOVlERGFPSWFlZ1BRQzd6eHNaRnRhNk4KM25PNEs4SW9QdTA4S2M0ckhwMGY0VHdWTGFLQ0Y4Mm1nUjBzZlY3V01sZ0Q0ZlpsSzFpaTZGNzBBOWpLSVRhSAorUjAxalN2b01MbWQzV29XcE93SjFWejJVZkljQkpsZ2ZLalZTY0RIaW1CejJLbkhOSzBHTW1xbGtaK2l0Q01YCjZEVnpyOTlIWXphRUhnSDlLaENqYXRySGhjZUNrOFlRZzBRdlpkUUZQMmJYdGwyaloyUWxucGlpL0tyOFcxMmIKRmhFPQotLS0tLUVORCBDRVJUSUZJQ0FURS0tLS0tCg==", "encoding": "base64", "item": [ "cert", { "ca": "self-sign", "dns": [ "localhost", "127.0.0.1" ], "name": "podman_registry" } ], "source": "/etc/pki/tls/certs/podman_registry.crt" } ok: [sut] => (item=['key', {'name': 'podman_registry', 'dns': ['localhost', '127.0.0.1'], 'ca': 'self-sign'}]) => { "ansible_loop_var": "item", "changed": false, "content": "LS0tLS1CRUdJTiBQUklWQVRFIEtFWS0tLS0tCk1JSUV2Z0lCQURBTkJna3Foa2lHOXcwQkFRRUZBQVNDQktnd2dnU2tBZ0VBQW9JQkFRREJzRTUxRzRXL1JBV04Kdy82Qm51MWl6RUdNYjBOZGkvVUNIMHhJMnk3d3A1VUJGUnhDR1g4SjhmeEpseW9uWTh5dXRwbjRMZ1kzY2tSLwplOFl0MXo3YklNUlBrTGNZdHBNRCs1WFFXc3pmdUlrMmhpRlNGTW1hVWpXeWowR3JBcnk2STRnanhCeGNuVUtOCnVvZzFrOXQ3UXgrUWtNUytYVERFQmduZFlEdmlmM1R3RXNPbUFyK01LcklKKzFBN1c2aGxnT3BHZExUSDZiRlIKSWtqMU5CUnU2UTJpME9leXFyRUVJcnFWN2FXcHZYeXpoVXc4U1pVa25aWGFUMVpVR2ZVVzhPdVVwbWJkdHovUQpmV0xQajJRNXE1UGU4aWpGMU1sZzQrTnVqQWdRRjhYbkNSZmZ6VGlpOEZyd3hsZVIzREJZT2h6Q3lSaGQ2Q09yCk83aUJXZzlIQWdNQkFBRUNnZ0VCQUtBV3NVSnA5U29aZHQydDJYWVpmZXZqRjJxVHJBSnQ0NXhWY2gvbHllNXYKRk9GSUtZc1l0Ny9vbXJYWWs2YnEvZ3FLTXNqR2dhemliV3RSU29RcEhITFJxbkI1RkYwQXlwTElKeE9IZVQ2UQpzQmk0MUdHYmZPWm9mS21SYnAyQ0xhdE1Jd0lzM2FSTzl1dGQrYWNQQnFIaTRQd0VMQm1MdlBySVl1N3UwNUJvCmlING9taGNyVTBqVFBIdkJWYmgxbDlDTDBsc29YanQyQm5NUHFzclEwMzJMVnFOVWNOa00xTzRZdkJNNjhCZnAKMDYrOTdJQXJFWUpDcDBUZHd1SXliaFpWeVlFS3VUc0hjZjBLV3ZPMXNyNjluZi9aczhBNWN4YWlvSkVyeUszeQpya2tVN1FhQ21PUWxwM0JKV29YLzFreENENGRFL0NKcjBEWVFqMlpiem9FQ2dZRUE0clhDRlNUVWtNS1FHOVViCmJ1OVh6dTlEVlNCWXNNYkdZa25PT2swM0xLb0RnN1o2Q1ZtZUpFOGdLbnNSWmtxZ1dJUDdXKzZibzlWNzdpYmQKdVNSM2NNbXlPTWlEN2tEVDJ3K0loK1poRmtTY283WGl0RTZwMEdPcFh5SldHMXFycEpWSllUNkxsL25XdXhwSQpTRENNMzNQSFdsTDFpakNHN0c3ZGExYk5Ic2tDZ1lFQTJyWmxscVlPUXM1cG1aT0UzbGJqWHU4WXRLK1JTbGo3CitxS25XK3kwMEJ2Y2U1bWpWY0loRnM2VVYybGE0NytoSFBUM1ZmcWQzYnl1Skx3NnQ3Q2NsRjNjdk9YVEJuRkIKR0x6ajlIREwwam8rN3FqM25tTER2WVF0WFA4MlhwM3RjOHljVlhKRExqaURpOWpWTWViemRaVzZ6ZUx1YThaRwoyZGNtNHU0VWRZOENnWUF1V3F1TVZ6Ti9SY2poWi9sci9WUWU0NTBJMHN4UG1OVUhVNy91KzhyRVB4N28xMjZzCmFyNkMvZ3E5cE53eDVpQlMrT2wwS3AxNEtqWmt3MTJpZFdwV2pXYjdaVVJVZXJ6V2xaNTg2d1grMzVpSGdMRVIKM09PcjBEVFpWdFAwVTkyMGtUR255SG9TWU9zZTVvalErZHhUOUFCVzM0K0U2ZGNza0o2RlRBSTB3UUtCZ1FDMApranExY2t2NzVDZFRZSFFtalY0VGx4dXlzZkVtak9rZE9RVXI0L1kwaTR3eGo5dEdob3lESS9OZForSmVmbXdxCldDV01tdW1UbEovQ1BKWE42c2FieUJMaThteVR1Uldoc3ZJUmNyOFV4bm9HMlFIM2hsdE5NTCt6TkJKVGM5Z0QKN3o1elhXOFJ6aDd0YXd3NXN3LzJXTFJ1SDVudzZUYTl5K0NUSXpWSkNRS0JnR0xNaFNlS1ZVanNRTVdIM1hRTApxelI5U2VWS0EreFJGMUtZTG9hY3YrNzNINytOUGhzSURERXZYcWxtNzVJUHdIRkhRdFpkRmNSRjdYRzlsOUVvCi9jUzVWSG43OEVqcjg2RGNQVHJLdVFmQ3dkM0lJMk0wZ2FmdnlIYzNsWkowaGxQQ1lQeFFpR0NoVUVXMy9xQTgKTEZMRGl0czJEeHRlZmhXT2Z2blZjQXNXCi0tLS0tRU5EIFBSSVZBVEUgS0VZLS0tLS0K", "encoding": "base64", "item": [ "key", { "ca": "self-sign", "dns": [ "localhost", "127.0.0.1" ], "name": "podman_registry" } ], "source": "/etc/pki/tls/private/podman_registry.key" } ok: [sut] => (item=['ca', {'name': 'podman_registry', 'dns': ['localhost', '127.0.0.1'], 'ca': 'self-sign'}]) => { "ansible_loop_var": "item", "changed": false, "content": "LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURqakNDQW5hZ0F3SUJBZ0lSQU5BcFJEWVQzMGZOdmVDazlTOTc2R2d3RFFZSktvWklodmNOQVFFTEJRQXcKVURFZ01CNEdBMVVFQXd3WFRHOWpZV3dnVTJsbmJtbHVaeUJCZFhSb2IzSnBkSGt4TERBcUJnTlZCQU1NSTJRdwpNamswTkRNMkxURXpaR1kwTjJOa0xXSmtaVEJoTkdZMUxUSm1OMkpsT0RZM01CNFhEVEkwTURVeU5URTNNVFkxCk1Wb1hEVEkxTURVeU5URTNNVFkxTVZvd0ZERVNNQkFHQTFVRUF4TUpiRzlqWVd4b2IzTjBNSUlCSWpBTkJna3EKaGtpRzl3MEJBUUVGQUFPQ0FROEFNSUlCQ2dLQ0FRRUF3YkJPZFJ1RnYwUUZqY1ArZ1o3dFlzeEJqRzlEWFl2MQpBaDlNU05zdThLZVZBUlVjUWhsL0NmSDhTWmNxSjJQTXJyYVorQzRHTjNKRWYzdkdMZGMrMnlERVQ1QzNHTGFUCkEvdVYwRnJNMzdpSk5vWWhVaFRKbWxJMXNvOUJxd0s4dWlPSUk4UWNYSjFDamJxSU5aUGJlME1ma0pERXZsMHcKeEFZSjNXQTc0bjkwOEJMRHBnSy9qQ3F5Q2Z0UU8xdW9aWURxUm5TMHgrbXhVU0pJOVRRVWJ1a05vdERuc3FxeApCQ0s2bGUybHFiMThzNFZNUEVtVkpKMlYyazlXVkJuMUZ2RHJsS1ptM2JjLzBIMWl6NDlrT2F1VDN2SW94ZFRKCllPUGpib3dJRUJmRjV3a1gzODA0b3ZCYThNWlhrZHd3V0RvY3dza1lYZWdqcXp1NGdWb1BSd0lEQVFBQm80R2UKTUlHYk1Bc0dBMVVkRHdRRUF3SUZvREFmQmdOVkhSRUVHREFXZ2dsc2IyTmhiR2h2YzNTQ0NURXlOeTR3TGpBdQpNVEFkQmdOVkhTVUVGakFVQmdnckJnRUZCUWNEQVFZSUt3WUJCUVVIQXdJd0RBWURWUjBUQVFIL0JBSXdBREFkCkJnTlZIUTRFRmdRVXliWFluUWhMbE5DQzIxeUxkYk1mMlVPSHQ0QXdId1lEVlIwakJCZ3dGb0FVNzQwWW0yVkcKUGlNc3MrTXQydzFQOHNmUTdqb3dEUVlKS29aSWh2Y05BUUVMQlFBRGdnRUJBQU8vWkZBWnZUdHBOd3NScVQwOApjY3V0anR4akhWZkx2L3ljcGRDLzJkcUlrUVRqVWNrTXptS0ExclVZNXlhb2ZIQUxaU1J2U2c2UkNaVUxScXViClRjRzRLVmdTcXpuZlpKMWhkSHdBV0phRHJlb21xOWZlZis4dW1vd1VvOVlERGFPSWFlZ1BRQzd6eHNaRnRhNk4KM25PNEs4SW9QdTA4S2M0ckhwMGY0VHdWTGFLQ0Y4Mm1nUjBzZlY3V01sZ0Q0ZlpsSzFpaTZGNzBBOWpLSVRhSAorUjAxalN2b01MbWQzV29XcE93SjFWejJVZkljQkpsZ2ZLalZTY0RIaW1CejJLbkhOSzBHTW1xbGtaK2l0Q01YCjZEVnpyOTlIWXphRUhnSDlLaENqYXRySGhjZUNrOFlRZzBRdlpkUUZQMmJYdGwyaloyUWxucGlpL0tyOFcxMmIKRmhFPQotLS0tLUVORCBDRVJUSUZJQ0FURS0tLS0tCg==", "encoding": "base64", "item": [ "ca", { "ca": "self-sign", "dns": [ "localhost", "127.0.0.1" ], "name": "podman_registry" } ], "source": "/etc/pki/tls/certs/podman_registry.crt" } TASK [fedora.linux_system_roles.certificate : Create return data] ************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:160 Saturday 25 May 2024 17:16:52 +0000 (0:00:00.596) 0:01:18.091 ********** ok: [sut] => { "ansible_facts": { "certificate_test_certs": { "podman_registry": { "ca": "/etc/pki/tls/certs/podman_registry.crt", "ca_content": "-----BEGIN CERTIFICATE-----\nMIIDjjCCAnagAwIBAgIRANApRDYT30fNveCk9S976GgwDQYJKoZIhvcNAQELBQAw\nUDEgMB4GA1UEAwwXTG9jYWwgU2lnbmluZyBBdXRob3JpdHkxLDAqBgNVBAMMI2Qw\nMjk0NDM2LTEzZGY0N2NkLWJkZTBhNGY1LTJmN2JlODY3MB4XDTI0MDUyNTE3MTY1\nMVoXDTI1MDUyNTE3MTY1MVowFDESMBAGA1UEAxMJbG9jYWxob3N0MIIBIjANBgkq\nhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwbBOdRuFv0QFjcP+gZ7tYsxBjG9DXYv1\nAh9MSNsu8KeVARUcQhl/CfH8SZcqJ2PMrraZ+C4GN3JEf3vGLdc+2yDET5C3GLaT\nA/uV0FrM37iJNoYhUhTJmlI1so9BqwK8uiOII8QcXJ1CjbqINZPbe0MfkJDEvl0w\nxAYJ3WA74n908BLDpgK/jCqyCftQO1uoZYDqRnS0x+mxUSJI9TQUbukNotDnsqqx\nBCK6le2lqb18s4VMPEmVJJ2V2k9WVBn1FvDrlKZm3bc/0H1iz49kOauT3vIoxdTJ\nYOPjbowIEBfF5wkX3804ovBa8MZXkdwwWDocwskYXegjqzu4gVoPRwIDAQABo4Ge\nMIGbMAsGA1UdDwQEAwIFoDAfBgNVHREEGDAWgglsb2NhbGhvc3SCCTEyNy4wLjAu\nMTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYDVR0TAQH/BAIwADAd\nBgNVHQ4EFgQUybXYnQhLlNCC21yLdbMf2UOHt4AwHwYDVR0jBBgwFoAU740Ym2VG\nPiMss+Mt2w1P8sfQ7jowDQYJKoZIhvcNAQELBQADggEBAAO/ZFAZvTtpNwsRqT08\nccutjtxjHVfLv/ycpdC/2dqIkQTjUckMzmKA1rUY5yaofHALZSRvSg6RCZULRqub\nTcG4KVgSqznfZJ1hdHwAWJaDreomq9fef+8umowUo9YDDaOIaegPQC7zxsZFta6N\n3nO4K8IoPu08Kc4rHp0f4TwVLaKCF82mgR0sfV7WMlgD4fZlK1ii6F70A9jKITaH\n+R01jSvoMLmd3WoWpOwJ1Vz2UfIcBJlgfKjVScDHimBz2KnHNK0GMmqlkZ+itCMX\n6DVzr99HYzaEHgH9KhCjatrHhceCk8YQg0QvZdQFP2bXtl2jZ2Qlnpii/Kr8W12b\nFhE=\n-----END CERTIFICATE-----\n", "cert": "/etc/pki/tls/certs/podman_registry.crt", "cert_content": "-----BEGIN CERTIFICATE-----\nMIIDjjCCAnagAwIBAgIRANApRDYT30fNveCk9S976GgwDQYJKoZIhvcNAQELBQAw\nUDEgMB4GA1UEAwwXTG9jYWwgU2lnbmluZyBBdXRob3JpdHkxLDAqBgNVBAMMI2Qw\nMjk0NDM2LTEzZGY0N2NkLWJkZTBhNGY1LTJmN2JlODY3MB4XDTI0MDUyNTE3MTY1\nMVoXDTI1MDUyNTE3MTY1MVowFDESMBAGA1UEAxMJbG9jYWxob3N0MIIBIjANBgkq\nhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwbBOdRuFv0QFjcP+gZ7tYsxBjG9DXYv1\nAh9MSNsu8KeVARUcQhl/CfH8SZcqJ2PMrraZ+C4GN3JEf3vGLdc+2yDET5C3GLaT\nA/uV0FrM37iJNoYhUhTJmlI1so9BqwK8uiOII8QcXJ1CjbqINZPbe0MfkJDEvl0w\nxAYJ3WA74n908BLDpgK/jCqyCftQO1uoZYDqRnS0x+mxUSJI9TQUbukNotDnsqqx\nBCK6le2lqb18s4VMPEmVJJ2V2k9WVBn1FvDrlKZm3bc/0H1iz49kOauT3vIoxdTJ\nYOPjbowIEBfF5wkX3804ovBa8MZXkdwwWDocwskYXegjqzu4gVoPRwIDAQABo4Ge\nMIGbMAsGA1UdDwQEAwIFoDAfBgNVHREEGDAWgglsb2NhbGhvc3SCCTEyNy4wLjAu\nMTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYDVR0TAQH/BAIwADAd\nBgNVHQ4EFgQUybXYnQhLlNCC21yLdbMf2UOHt4AwHwYDVR0jBBgwFoAU740Ym2VG\nPiMss+Mt2w1P8sfQ7jowDQYJKoZIhvcNAQELBQADggEBAAO/ZFAZvTtpNwsRqT08\nccutjtxjHVfLv/ycpdC/2dqIkQTjUckMzmKA1rUY5yaofHALZSRvSg6RCZULRqub\nTcG4KVgSqznfZJ1hdHwAWJaDreomq9fef+8umowUo9YDDaOIaegPQC7zxsZFta6N\n3nO4K8IoPu08Kc4rHp0f4TwVLaKCF82mgR0sfV7WMlgD4fZlK1ii6F70A9jKITaH\n+R01jSvoMLmd3WoWpOwJ1Vz2UfIcBJlgfKjVScDHimBz2KnHNK0GMmqlkZ+itCMX\n6DVzr99HYzaEHgH9KhCjatrHhceCk8YQg0QvZdQFP2bXtl2jZ2Qlnpii/Kr8W12b\nFhE=\n-----END CERTIFICATE-----\n", "key": "/etc/pki/tls/private/podman_registry.key", "key_content": "-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQDBsE51G4W/RAWN\nw/6Bnu1izEGMb0Ndi/UCH0xI2y7wp5UBFRxCGX8J8fxJlyonY8yutpn4LgY3ckR/\ne8Yt1z7bIMRPkLcYtpMD+5XQWszfuIk2hiFSFMmaUjWyj0GrAry6I4gjxBxcnUKN\nuog1k9t7Qx+QkMS+XTDEBgndYDvif3TwEsOmAr+MKrIJ+1A7W6hlgOpGdLTH6bFR\nIkj1NBRu6Q2i0OeyqrEEIrqV7aWpvXyzhUw8SZUknZXaT1ZUGfUW8OuUpmbdtz/Q\nfWLPj2Q5q5Pe8ijF1Mlg4+NujAgQF8XnCRffzTii8FrwxleR3DBYOhzCyRhd6COr\nO7iBWg9HAgMBAAECggEBAKAWsUJp9SoZdt2t2XYZfevjF2qTrAJt45xVch/lye5v\nFOFIKYsYt7/omrXYk6bq/gqKMsjGgazibWtRSoQpHHLRqnB5FF0AypLIJxOHeT6Q\nsBi41GGbfOZofKmRbp2CLatMIwIs3aRO9utd+acPBqHi4PwELBmLvPrIYu7u05Bo\niH4omhcrU0jTPHvBVbh1l9CL0lsoXjt2BnMPqsrQ032LVqNUcNkM1O4YvBM68Bfp\n06+97IArEYJCp0TdwuIybhZVyYEKuTsHcf0KWvO1sr69nf/Zs8A5cxaioJEryK3y\nrkkU7QaCmOQlp3BJWoX/1kxCD4dE/CJr0DYQj2ZbzoECgYEA4rXCFSTUkMKQG9Ub\nbu9Xzu9DVSBYsMbGYknOOk03LKoDg7Z6CVmeJE8gKnsRZkqgWIP7W+6bo9V77ibd\nuSR3cMmyOMiD7kDT2w+Ih+ZhFkSco7XitE6p0GOpXyJWG1qrpJVJYT6Ll/nWuxpI\nSDCM33PHWlL1ijCG7G7da1bNHskCgYEA2rZllqYOQs5pmZOE3lbjXu8YtK+RSlj7\n+qKnW+y00Bvce5mjVcIhFs6UV2la47+hHPT3Vfqd3byuJLw6t7CclF3cvOXTBnFB\nGLzj9HDL0jo+7qj3nmLDvYQtXP82Xp3tc8ycVXJDLjiDi9jVMebzdZW6zeLua8ZG\n2dcm4u4UdY8CgYAuWquMVzN/RcjhZ/lr/VQe450I0sxPmNUHU7/u+8rEPx7o126s\nar6C/gq9pNwx5iBS+Ol0Kp14KjZkw12idWpWjWb7ZURUerzWlZ586wX+35iHgLER\n3OOr0DTZVtP0U920kTGnyHoSYOse5ojQ+dxT9ABW34+E6dcskJ6FTAI0wQKBgQC0\nkjq1ckv75CdTYHQmjV4TlxuysfEmjOkdOQUr4/Y0i4wxj9tGhoyDI/NdZ+Jefmwq\nWCWMmumTlJ/CPJXN6sabyBLi8myTuRWhsvIRcr8UxnoG2QH3hltNML+zNBJTc9gD\n7z5zXW8Rzh7taww5sw/2WLRuH5nw6Ta9y+CTIzVJCQKBgGLMhSeKVUjsQMWH3XQL\nqzR9SeVKA+xRF1KYLoacv+73H7+NPhsIDDEvXqlm75IPwHFHQtZdFcRF7XG9l9Eo\n/cS5VHn78Ejr86DcPTrKuQfCwd3II2M0gafvyHc3lZJ0hlPCYPxQiGChUEW3/qA8\nLFLDits2DxtefhWOfvnVcAsW\n-----END PRIVATE KEY-----\n" } } }, "changed": false } TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ****** task path: /WORKDIR/git-weekly-ciyjjzgqcv/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:176 Saturday 25 May 2024 17:16:52 +0000 (0:00:00.026) 0:01:18.117 ********** ok: [sut] => (item={'cert': '/etc/pki/tls/certs/podman_registry.crt', 'cert_content': '-----BEGIN CERTIFICATE-----\nMIIDjjCCAnagAwIBAgIRANApRDYT30fNveCk9S976GgwDQYJKoZIhvcNAQELBQAw\nUDEgMB4GA1UEAwwXTG9jYWwgU2lnbmluZyBBdXRob3JpdHkxLDAqBgNVBAMMI2Qw\nMjk0NDM2LTEzZGY0N2NkLWJkZTBhNGY1LTJmN2JlODY3MB4XDTI0MDUyNTE3MTY1\nMVoXDTI1MDUyNTE3MTY1MVowFDESMBAGA1UEAxMJbG9jYWxob3N0MIIBIjANBgkq\nhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwbBOdRuFv0QFjcP+gZ7tYsxBjG9DXYv1\nAh9MSNsu8KeVARUcQhl/CfH8SZcqJ2PMrraZ+C4GN3JEf3vGLdc+2yDET5C3GLaT\nA/uV0FrM37iJNoYhUhTJmlI1so9BqwK8uiOII8QcXJ1CjbqINZPbe0MfkJDEvl0w\nxAYJ3WA74n908BLDpgK/jCqyCftQO1uoZYDqRnS0x+mxUSJI9TQUbukNotDnsqqx\nBCK6le2lqb18s4VMPEmVJJ2V2k9WVBn1FvDrlKZm3bc/0H1iz49kOauT3vIoxdTJ\nYOPjbowIEBfF5wkX3804ovBa8MZXkdwwWDocwskYXegjqzu4gVoPRwIDAQABo4Ge\nMIGbMAsGA1UdDwQEAwIFoDAfBgNVHREEGDAWgglsb2NhbGhvc3SCCTEyNy4wLjAu\nMTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYDVR0TAQH/BAIwADAd\nBgNVHQ4EFgQUybXYnQhLlNCC21yLdbMf2UOHt4AwHwYDVR0jBBgwFoAU740Ym2VG\nPiMss+Mt2w1P8sfQ7jowDQYJKoZIhvcNAQELBQADggEBAAO/ZFAZvTtpNwsRqT08\nccutjtxjHVfLv/ycpdC/2dqIkQTjUckMzmKA1rUY5yaofHALZSRvSg6RCZULRqub\nTcG4KVgSqznfZJ1hdHwAWJaDreomq9fef+8umowUo9YDDaOIaegPQC7zxsZFta6N\n3nO4K8IoPu08Kc4rHp0f4TwVLaKCF82mgR0sfV7WMlgD4fZlK1ii6F70A9jKITaH\n+R01jSvoMLmd3WoWpOwJ1Vz2UfIcBJlgfKjVScDHimBz2KnHNK0GMmqlkZ+itCMX\n6DVzr99HYzaEHgH9KhCjatrHhceCk8YQg0QvZdQFP2bXtl2jZ2Qlnpii/Kr8W12b\nFhE=\n-----END CERTIFICATE-----\n', 'key': '/etc/pki/tls/private/podman_registry.key', 'key_content': '-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQDBsE51G4W/RAWN\nw/6Bnu1izEGMb0Ndi/UCH0xI2y7wp5UBFRxCGX8J8fxJlyonY8yutpn4LgY3ckR/\ne8Yt1z7bIMRPkLcYtpMD+5XQWszfuIk2hiFSFMmaUjWyj0GrAry6I4gjxBxcnUKN\nuog1k9t7Qx+QkMS+XTDEBgndYDvif3TwEsOmAr+MKrIJ+1A7W6hlgOpGdLTH6bFR\nIkj1NBRu6Q2i0OeyqrEEIrqV7aWpvXyzhUw8SZUknZXaT1ZUGfUW8OuUpmbdtz/Q\nfWLPj2Q5q5Pe8ijF1Mlg4+NujAgQF8XnCRffzTii8FrwxleR3DBYOhzCyRhd6COr\nO7iBWg9HAgMBAAECggEBAKAWsUJp9SoZdt2t2XYZfevjF2qTrAJt45xVch/lye5v\nFOFIKYsYt7/omrXYk6bq/gqKMsjGgazibWtRSoQpHHLRqnB5FF0AypLIJxOHeT6Q\nsBi41GGbfOZofKmRbp2CLatMIwIs3aRO9utd+acPBqHi4PwELBmLvPrIYu7u05Bo\niH4omhcrU0jTPHvBVbh1l9CL0lsoXjt2BnMPqsrQ032LVqNUcNkM1O4YvBM68Bfp\n06+97IArEYJCp0TdwuIybhZVyYEKuTsHcf0KWvO1sr69nf/Zs8A5cxaioJEryK3y\nrkkU7QaCmOQlp3BJWoX/1kxCD4dE/CJr0DYQj2ZbzoECgYEA4rXCFSTUkMKQG9Ub\nbu9Xzu9DVSBYsMbGYknOOk03LKoDg7Z6CVmeJE8gKnsRZkqgWIP7W+6bo9V77ibd\nuSR3cMmyOMiD7kDT2w+Ih+ZhFkSco7XitE6p0GOpXyJWG1qrpJVJYT6Ll/nWuxpI\nSDCM33PHWlL1ijCG7G7da1bNHskCgYEA2rZllqYOQs5pmZOE3lbjXu8YtK+RSlj7\n+qKnW+y00Bvce5mjVcIhFs6UV2la47+hHPT3Vfqd3byuJLw6t7CclF3cvOXTBnFB\nGLzj9HDL0jo+7qj3nmLDvYQtXP82Xp3tc8ycVXJDLjiDi9jVMebzdZW6zeLua8ZG\n2dcm4u4UdY8CgYAuWquMVzN/RcjhZ/lr/VQe450I0sxPmNUHU7/u+8rEPx7o126s\nar6C/gq9pNwx5iBS+Ol0Kp14KjZkw12idWpWjWb7ZURUerzWlZ586wX+35iHgLER\n3OOr0DTZVtP0U920kTGnyHoSYOse5ojQ+dxT9ABW34+E6dcskJ6FTAI0wQKBgQC0\nkjq1ckv75CdTYHQmjV4TlxuysfEmjOkdOQUr4/Y0i4wxj9tGhoyDI/NdZ+Jefmwq\nWCWMmumTlJ/CPJXN6sabyBLi8myTuRWhsvIRcr8UxnoG2QH3hltNML+zNBJTc9gD\n7z5zXW8Rzh7taww5sw/2WLRuH5nw6Ta9y+CTIzVJCQKBgGLMhSeKVUjsQMWH3XQL\nqzR9SeVKA+xRF1KYLoacv+73H7+NPhsIDDEvXqlm75IPwHFHQtZdFcRF7XG9l9Eo\n/cS5VHn78Ejr86DcPTrKuQfCwd3II2M0gafvyHc3lZJ0hlPCYPxQiGChUEW3/qA8\nLFLDits2DxtefhWOfvnVcAsW\n-----END PRIVATE KEY-----\n', 'ca': '/etc/pki/tls/certs/podman_registry.crt', 'ca_content': '-----BEGIN CERTIFICATE-----\nMIIDjjCCAnagAwIBAgIRANApRDYT30fNveCk9S976GgwDQYJKoZIhvcNAQELBQAw\nUDEgMB4GA1UEAwwXTG9jYWwgU2lnbmluZyBBdXRob3JpdHkxLDAqBgNVBAMMI2Qw\nMjk0NDM2LTEzZGY0N2NkLWJkZTBhNGY1LTJmN2JlODY3MB4XDTI0MDUyNTE3MTY1\nMVoXDTI1MDUyNTE3MTY1MVowFDESMBAGA1UEAxMJbG9jYWxob3N0MIIBIjANBgkq\nhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwbBOdRuFv0QFjcP+gZ7tYsxBjG9DXYv1\nAh9MSNsu8KeVARUcQhl/CfH8SZcqJ2PMrraZ+C4GN3JEf3vGLdc+2yDET5C3GLaT\nA/uV0FrM37iJNoYhUhTJmlI1so9BqwK8uiOII8QcXJ1CjbqINZPbe0MfkJDEvl0w\nxAYJ3WA74n908BLDpgK/jCqyCftQO1uoZYDqRnS0x+mxUSJI9TQUbukNotDnsqqx\nBCK6le2lqb18s4VMPEmVJJ2V2k9WVBn1FvDrlKZm3bc/0H1iz49kOauT3vIoxdTJ\nYOPjbowIEBfF5wkX3804ovBa8MZXkdwwWDocwskYXegjqzu4gVoPRwIDAQABo4Ge\nMIGbMAsGA1UdDwQEAwIFoDAfBgNVHREEGDAWgglsb2NhbGhvc3SCCTEyNy4wLjAu\nMTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYDVR0TAQH/BAIwADAd\nBgNVHQ4EFgQUybXYnQhLlNCC21yLdbMf2UOHt4AwHwYDVR0jBBgwFoAU740Ym2VG\nPiMss+Mt2w1P8sfQ7jowDQYJKoZIhvcNAQELBQADggEBAAO/ZFAZvTtpNwsRqT08\nccutjtxjHVfLv/ycpdC/2dqIkQTjUckMzmKA1rUY5yaofHALZSRvSg6RCZULRqub\nTcG4KVgSqznfZJ1hdHwAWJaDreomq9fef+8umowUo9YDDaOIaegPQC7zxsZFta6N\n3nO4K8IoPu08Kc4rHp0f4TwVLaKCF82mgR0sfV7WMlgD4fZlK1ii6F70A9jKITaH\n+R01jSvoMLmd3WoWpOwJ1Vz2UfIcBJlgfKjVScDHimBz2KnHNK0GMmqlkZ+itCMX\n6DVzr99HYzaEHgH9KhCjatrHhceCk8YQg0QvZdQFP2bXtl2jZ2Qlnpii/Kr8W12b\nFhE=\n-----END CERTIFICATE-----\n'}) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "getcert", "stop-tracking", "-f", "/etc/pki/tls/certs/podman_registry.crt" ], "delta": "0:00:00.035340", "end": "2024-05-25 17:16:52.608006", "item": { "ca": "/etc/pki/tls/certs/podman_registry.crt", "ca_content": "-----BEGIN CERTIFICATE-----\nMIIDjjCCAnagAwIBAgIRANApRDYT30fNveCk9S976GgwDQYJKoZIhvcNAQELBQAw\nUDEgMB4GA1UEAwwXTG9jYWwgU2lnbmluZyBBdXRob3JpdHkxLDAqBgNVBAMMI2Qw\nMjk0NDM2LTEzZGY0N2NkLWJkZTBhNGY1LTJmN2JlODY3MB4XDTI0MDUyNTE3MTY1\nMVoXDTI1MDUyNTE3MTY1MVowFDESMBAGA1UEAxMJbG9jYWxob3N0MIIBIjANBgkq\nhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwbBOdRuFv0QFjcP+gZ7tYsxBjG9DXYv1\nAh9MSNsu8KeVARUcQhl/CfH8SZcqJ2PMrraZ+C4GN3JEf3vGLdc+2yDET5C3GLaT\nA/uV0FrM37iJNoYhUhTJmlI1so9BqwK8uiOII8QcXJ1CjbqINZPbe0MfkJDEvl0w\nxAYJ3WA74n908BLDpgK/jCqyCftQO1uoZYDqRnS0x+mxUSJI9TQUbukNotDnsqqx\nBCK6le2lqb18s4VMPEmVJJ2V2k9WVBn1FvDrlKZm3bc/0H1iz49kOauT3vIoxdTJ\nYOPjbowIEBfF5wkX3804ovBa8MZXkdwwWDocwskYXegjqzu4gVoPRwIDAQABo4Ge\nMIGbMAsGA1UdDwQEAwIFoDAfBgNVHREEGDAWgglsb2NhbGhvc3SCCTEyNy4wLjAu\nMTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYDVR0TAQH/BAIwADAd\nBgNVHQ4EFgQUybXYnQhLlNCC21yLdbMf2UOHt4AwHwYDVR0jBBgwFoAU740Ym2VG\nPiMss+Mt2w1P8sfQ7jowDQYJKoZIhvcNAQELBQADggEBAAO/ZFAZvTtpNwsRqT08\nccutjtxjHVfLv/ycpdC/2dqIkQTjUckMzmKA1rUY5yaofHALZSRvSg6RCZULRqub\nTcG4KVgSqznfZJ1hdHwAWJaDreomq9fef+8umowUo9YDDaOIaegPQC7zxsZFta6N\n3nO4K8IoPu08Kc4rHp0f4TwVLaKCF82mgR0sfV7WMlgD4fZlK1ii6F70A9jKITaH\n+R01jSvoMLmd3WoWpOwJ1Vz2UfIcBJlgfKjVScDHimBz2KnHNK0GMmqlkZ+itCMX\n6DVzr99HYzaEHgH9KhCjatrHhceCk8YQg0QvZdQFP2bXtl2jZ2Qlnpii/Kr8W12b\nFhE=\n-----END CERTIFICATE-----\n", "cert": "/etc/pki/tls/certs/podman_registry.crt", "cert_content": "-----BEGIN CERTIFICATE-----\nMIIDjjCCAnagAwIBAgIRANApRDYT30fNveCk9S976GgwDQYJKoZIhvcNAQELBQAw\nUDEgMB4GA1UEAwwXTG9jYWwgU2lnbmluZyBBdXRob3JpdHkxLDAqBgNVBAMMI2Qw\nMjk0NDM2LTEzZGY0N2NkLWJkZTBhNGY1LTJmN2JlODY3MB4XDTI0MDUyNTE3MTY1\nMVoXDTI1MDUyNTE3MTY1MVowFDESMBAGA1UEAxMJbG9jYWxob3N0MIIBIjANBgkq\nhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwbBOdRuFv0QFjcP+gZ7tYsxBjG9DXYv1\nAh9MSNsu8KeVARUcQhl/CfH8SZcqJ2PMrraZ+C4GN3JEf3vGLdc+2yDET5C3GLaT\nA/uV0FrM37iJNoYhUhTJmlI1so9BqwK8uiOII8QcXJ1CjbqINZPbe0MfkJDEvl0w\nxAYJ3WA74n908BLDpgK/jCqyCftQO1uoZYDqRnS0x+mxUSJI9TQUbukNotDnsqqx\nBCK6le2lqb18s4VMPEmVJJ2V2k9WVBn1FvDrlKZm3bc/0H1iz49kOauT3vIoxdTJ\nYOPjbowIEBfF5wkX3804ovBa8MZXkdwwWDocwskYXegjqzu4gVoPRwIDAQABo4Ge\nMIGbMAsGA1UdDwQEAwIFoDAfBgNVHREEGDAWgglsb2NhbGhvc3SCCTEyNy4wLjAu\nMTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYDVR0TAQH/BAIwADAd\nBgNVHQ4EFgQUybXYnQhLlNCC21yLdbMf2UOHt4AwHwYDVR0jBBgwFoAU740Ym2VG\nPiMss+Mt2w1P8sfQ7jowDQYJKoZIhvcNAQELBQADggEBAAO/ZFAZvTtpNwsRqT08\nccutjtxjHVfLv/ycpdC/2dqIkQTjUckMzmKA1rUY5yaofHALZSRvSg6RCZULRqub\nTcG4KVgSqznfZJ1hdHwAWJaDreomq9fef+8umowUo9YDDaOIaegPQC7zxsZFta6N\n3nO4K8IoPu08Kc4rHp0f4TwVLaKCF82mgR0sfV7WMlgD4fZlK1ii6F70A9jKITaH\n+R01jSvoMLmd3WoWpOwJ1Vz2UfIcBJlgfKjVScDHimBz2KnHNK0GMmqlkZ+itCMX\n6DVzr99HYzaEHgH9KhCjatrHhceCk8YQg0QvZdQFP2bXtl2jZ2Qlnpii/Kr8W12b\nFhE=\n-----END CERTIFICATE-----\n", "key": "/etc/pki/tls/private/podman_registry.key", "key_content": "-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQDBsE51G4W/RAWN\nw/6Bnu1izEGMb0Ndi/UCH0xI2y7wp5UBFRxCGX8J8fxJlyonY8yutpn4LgY3ckR/\ne8Yt1z7bIMRPkLcYtpMD+5XQWszfuIk2hiFSFMmaUjWyj0GrAry6I4gjxBxcnUKN\nuog1k9t7Qx+QkMS+XTDEBgndYDvif3TwEsOmAr+MKrIJ+1A7W6hlgOpGdLTH6bFR\nIkj1NBRu6Q2i0OeyqrEEIrqV7aWpvXyzhUw8SZUknZXaT1ZUGfUW8OuUpmbdtz/Q\nfWLPj2Q5q5Pe8ijF1Mlg4+NujAgQF8XnCRffzTii8FrwxleR3DBYOhzCyRhd6COr\nO7iBWg9HAgMBAAECggEBAKAWsUJp9SoZdt2t2XYZfevjF2qTrAJt45xVch/lye5v\nFOFIKYsYt7/omrXYk6bq/gqKMsjGgazibWtRSoQpHHLRqnB5FF0AypLIJxOHeT6Q\nsBi41GGbfOZofKmRbp2CLatMIwIs3aRO9utd+acPBqHi4PwELBmLvPrIYu7u05Bo\niH4omhcrU0jTPHvBVbh1l9CL0lsoXjt2BnMPqsrQ032LVqNUcNkM1O4YvBM68Bfp\n06+97IArEYJCp0TdwuIybhZVyYEKuTsHcf0KWvO1sr69nf/Zs8A5cxaioJEryK3y\nrkkU7QaCmOQlp3BJWoX/1kxCD4dE/CJr0DYQj2ZbzoECgYEA4rXCFSTUkMKQG9Ub\nbu9Xzu9DVSBYsMbGYknOOk03LKoDg7Z6CVmeJE8gKnsRZkqgWIP7W+6bo9V77ibd\nuSR3cMmyOMiD7kDT2w+Ih+ZhFkSco7XitE6p0GOpXyJWG1qrpJVJYT6Ll/nWuxpI\nSDCM33PHWlL1ijCG7G7da1bNHskCgYEA2rZllqYOQs5pmZOE3lbjXu8YtK+RSlj7\n+qKnW+y00Bvce5mjVcIhFs6UV2la47+hHPT3Vfqd3byuJLw6t7CclF3cvOXTBnFB\nGLzj9HDL0jo+7qj3nmLDvYQtXP82Xp3tc8ycVXJDLjiDi9jVMebzdZW6zeLua8ZG\n2dcm4u4UdY8CgYAuWquMVzN/RcjhZ/lr/VQe450I0sxPmNUHU7/u+8rEPx7o126s\nar6C/gq9pNwx5iBS+Ol0Kp14KjZkw12idWpWjWb7ZURUerzWlZ586wX+35iHgLER\n3OOr0DTZVtP0U920kTGnyHoSYOse5ojQ+dxT9ABW34+E6dcskJ6FTAI0wQKBgQC0\nkjq1ckv75CdTYHQmjV4TlxuysfEmjOkdOQUr4/Y0i4wxj9tGhoyDI/NdZ+Jefmwq\nWCWMmumTlJ/CPJXN6sabyBLi8myTuRWhsvIRcr8UxnoG2QH3hltNML+zNBJTc9gD\n7z5zXW8Rzh7taww5sw/2WLRuH5nw6Ta9y+CTIzVJCQKBgGLMhSeKVUjsQMWH3XQL\nqzR9SeVKA+xRF1KYLoacv+73H7+NPhsIDDEvXqlm75IPwHFHQtZdFcRF7XG9l9Eo\n/cS5VHn78Ejr86DcPTrKuQfCwd3II2M0gafvyHc3lZJ0hlPCYPxQiGChUEW3/qA8\nLFLDits2DxtefhWOfvnVcAsW\n-----END PRIVATE KEY-----\n" }, "rc": 0, "start": "2024-05-25 17:16:52.572666" } STDOUT: Request "20240525171651" removed. TASK [fedora.linux_system_roles.certificate : Remove files] ******************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:181 Saturday 25 May 2024 17:16:52 +0000 (0:00:00.232) 0:01:18.350 ********** changed: [sut] => (item=/etc/pki/tls/certs/podman_registry.crt) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/pki/tls/certs/podman_registry.crt", "path": "/etc/pki/tls/certs/podman_registry.crt", "state": "absent" } changed: [sut] => (item=/etc/pki/tls/private/podman_registry.key) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/pki/tls/private/podman_registry.key", "path": "/etc/pki/tls/private/podman_registry.key", "state": "absent" } ok: [sut] => (item=/etc/pki/tls/certs/podman_registry.crt) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/pki/tls/certs/podman_registry.crt", "path": "/etc/pki/tls/certs/podman_registry.crt", "state": "absent" } TASK [Write cert for registry] ************************************************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/tasks/setup_registry.yml:35 Saturday 25 May 2024 17:16:53 +0000 (0:00:00.566) 0:01:18.916 ********** changed: [sut] => { "changed": true, "checksum": "55fa5932b4a4956c6f431c12db5730fbb358ae82", "dest": "/tmp/lsr_57eq8f81_podman/auth/registry_cert.crt", "gid": 0, "group": "root", "md5sum": "45cde6b80acf0f16da03892e0decd496", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 1294, "src": "/root/.ansible/tmp/ansible-tmp-1716657413.2361631-3175-265017033656059/source", "state": "file", "uid": 0 } TASK [Write key for registry] ************************************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/tasks/setup_registry.yml:41 Saturday 25 May 2024 17:16:53 +0000 (0:00:00.597) 0:01:19.513 ********** changed: [sut] => { "changed": true, "checksum": "2286a48e76694f7b822bd9c2e10f72b3f7e17989", "dest": "/tmp/lsr_57eq8f81_podman/auth/registry_key.pem", "gid": 0, "group": "root", "md5sum": "b0f0e280ab2afe17884e028c864629ea", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 1704, "src": "/root/.ansible/tmp/ansible-tmp-1716657413.8334274-3190-207605023098065/source", "state": "file", "uid": 0 } TASK [Write CA cert for registry] ********************************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/tasks/setup_registry.yml:47 Saturday 25 May 2024 17:16:54 +0000 (0:00:00.510) 0:01:20.024 ********** changed: [sut] => { "changed": true, "checksum": "55fa5932b4a4956c6f431c12db5730fbb358ae82", "dest": "/tmp/lsr_57eq8f81_podman/auth/ca.crt", "gid": 0, "group": "root", "md5sum": "45cde6b80acf0f16da03892e0decd496", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 1294, "src": "/root/.ansible/tmp/ansible-tmp-1716657414.3439353-3200-191020353898420/source", "state": "file", "uid": 0 } TASK [Ensure test packages] **************************************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/tasks/setup_registry.yml:54 Saturday 25 May 2024 17:16:54 +0000 (0:00:00.511) 0:01:20.536 ********** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: apr-util-bdb-1.6.1-9.el8.x86_64", "Installed: apr-util-openssl-1.6.1-9.el8.x86_64", "Installed: apr-1.6.3-12.el8.x86_64", "Installed: skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64", "Installed: apr-util-1.6.1-9.el8.x86_64", "Installed: httpd-tools-2.4.37-64.module_el8+965+1ad5c49d.x86_64" ] } lsrpackages: httpd-tools skopeo TASK [Write user and password] ************************************************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/tasks/setup_registry.yml:59 Saturday 25 May 2024 17:16:59 +0000 (0:00:04.922) 0:01:25.459 ********** changed: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [Create auth.json file] *************************************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/tasks/setup_registry.yml:67 Saturday 25 May 2024 17:16:59 +0000 (0:00:00.210) 0:01:25.669 ********** changed: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [Set paths for cleanup] *************************************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/tasks/setup_registry.yml:84 Saturday 25 May 2024 17:17:00 +0000 (0:00:00.520) 0:01:26.189 ********** ok: [sut] => { "ansible_facts": { "__podman_cleanup_paths": [ "/tmp/lsr_57eq8f81_podman" ] }, "changed": false } TASK [Start registry] ********************************************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/tasks/setup_registry.yml:92 Saturday 25 May 2024 17:17:00 +0000 (0:00:00.018) 0:01:26.208 ********** changed: [sut] => { "changed": true, "cmd": [ "podman", "run", "-d", "-p", "127.0.0.1:5000:5000", "--name", "podman_registry", "-v", "/tmp/lsr_57eq8f81_podman/auth:/auth:Z", "-e", "REGISTRY_AUTH=htpasswd", "-e", "REGISTRY_AUTH_HTPASSWD_REALM=Registry Realm", "-e", "REGISTRY_AUTH_HTPASSWD_PATH=/auth/htpasswd", "-e", "REGISTRY_HTTP_TLS_CERTIFICATE=/auth/registry_cert.crt", "-e", "REGISTRY_HTTP_TLS_KEY=/auth/registry_key.pem", "quay.io/libpod/registry:2.8.2" ], "delta": "0:00:03.005603", "end": "2024-05-25 17:17:03.665519", "rc": 0, "start": "2024-05-25 17:17:00.659916" } STDOUT: caf6e211b7fcacdebf39bf409a2d7166f9bafc72d1a47229818d7f4be840597f STDERR: Trying to pull quay.io/libpod/registry:2.8.2... Getting image source signatures Copying blob sha256:7417fa3c6d923a722787ff60825c3c40f74621ab2e4abcc120e25b10a35e4811 Copying blob sha256:c4d48a809fc2256f8aa0aeee47998488d64409855adba00a7cb3007ab9f3286e Copying blob sha256:7264a8db6415046d36d16ba98b79778e18accee6ffa71850405994cffa9be7de Copying blob sha256:88b450dec42ebc9659f10c6fd6d2326706fec4ab7aadf0c38973d930c23c546a Copying blob sha256:121f958bea53668d782691e643e9401ea21dd36c9d81078b51964d2e82b51376 Copying config sha256:0030ba3d620c647159c935ee778991c68ef3e51a274703753b0bc530104ef5e5 Writing manifest to image destination TASK [Wait for port] *********************************************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/tasks/setup_registry.yml:103 Saturday 25 May 2024 17:17:03 +0000 (0:00:03.199) 0:01:29.408 ********** ok: [sut] => { "changed": false, "elapsed": 0, "match_groupdict": {}, "match_groups": [], "path": null, "port": 5000, "search_regex": null, "state": "started" } TASK [Wait for readiness] ****************************************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/tasks/setup_registry.yml:107 Saturday 25 May 2024 17:17:03 +0000 (0:00:00.273) 0:01:29.681 ********** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "podman", "logs", "podman_registry" ], "delta": "0:00:00.040885", "end": "2024-05-25 17:17:04.172372", "rc": 0, "start": "2024-05-25 17:17:04.131487" } STDERR: time="2024-05-25T17:17:03.659670273Z" level=warning msg="No HTTP secret provided - generated random secret. This may cause problems with uploads if multiple registries are behind a load-balancer. To provide a shared secret, fill in http.secret in the configuration file or set the REGISTRY_HTTP_SECRET environment variable." go.version=go1.19.9 instance.id=d31d029b-987b-4dca-81c0-5132e52c16a3 service=registry version=2.8.2 time="2024-05-25T17:17:03.659848452Z" level=info msg="redis not configured" go.version=go1.19.9 instance.id=d31d029b-987b-4dca-81c0-5132e52c16a3 service=registry version=2.8.2 time="2024-05-25T17:17:03.659946421Z" level=info msg="using inmemory blob descriptor cache" go.version=go1.19.9 instance.id=d31d029b-987b-4dca-81c0-5132e52c16a3 service=registry version=2.8.2 time="2024-05-25T17:17:03.659689685Z" level=info msg="Starting upload purge in 33m0s" go.version=go1.19.9 instance.id=d31d029b-987b-4dca-81c0-5132e52c16a3 service=registry version=2.8.2 time="2024-05-25T17:17:03.660279843Z" level=info msg="restricting TLS version to tls1.2 or higher" go.version=go1.19.9 instance.id=d31d029b-987b-4dca-81c0-5132e52c16a3 service=registry version=2.8.2 time="2024-05-25T17:17:03.660300558Z" level=info msg="restricting TLS cipher suites to: TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256,TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256,TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_AES_128_GCM_SHA256,TLS_CHACHA20_POLY1305_SHA256,TLS_AES_256_GCM_SHA384" go.version=go1.19.9 instance.id=d31d029b-987b-4dca-81c0-5132e52c16a3 service=registry version=2.8.2 time="2024-05-25T17:17:03.661250762Z" level=info msg="listening on [::]:5000, tls" go.version=go1.19.9 instance.id=d31d029b-987b-4dca-81c0-5132e52c16a3 service=registry version=2.8.2 2024/05/25 17:17:03 http: TLS handshake error from 10.88.0.1:48696: EOF TASK [Convert test image names into local registry names] ********************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/tasks/setup_registry.yml:113 Saturday 25 May 2024 17:17:04 +0000 (0:00:00.235) 0:01:29.917 ********** ok: [sut] => { "ansible_facts": { "podman_local_test_images": [ "localhost:5000/libpod/testimage:20210610" ] }, "changed": false } TASK [Push test images into local registry] ************************************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/tasks/setup_registry.yml:118 Saturday 25 May 2024 17:17:04 +0000 (0:00:00.021) 0:01:29.938 ********** changed: [sut] => (item={'key': 'quay.io/libpod/testimage:20210610', 'value': 'localhost:5000/libpod/testimage:20210610'}) => { "ansible_loop_var": "item", "changed": true, "cmd": "podman pull quay.io/libpod/testimage:20210610; podman push --authfile=\"/tmp/lsr_57eq8f81_podman/auth/auth.json\" --cert-dir=\"/tmp/lsr_57eq8f81_podman/auth\" quay.io/libpod/testimage:20210610 docker://localhost:5000/libpod/testimage:20210610", "delta": "0:00:01.283637", "end": "2024-05-25 17:17:05.677475", "item": { "key": "quay.io/libpod/testimage:20210610", "value": "localhost:5000/libpod/testimage:20210610" }, "rc": 0, "start": "2024-05-25 17:17:04.393838" } STDOUT: 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f STDERR: Trying to pull quay.io/libpod/testimage:20210610... Getting image source signatures Copying blob sha256:9afcdfe780b4ea44cc52d22e3f93ccf212388a90370773571ce034a62e14174e Copying config sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f Writing manifest to image destination Getting image source signatures Copying blob sha256:f36118df491fbfd96093731809941d7bb881136415ccc114bc26d6bf10499a0e Copying config sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f Writing manifest to image destination TASK [Verify test images in local registry] ************************************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/tasks/setup_registry.yml:129 Saturday 25 May 2024 17:17:05 +0000 (0:00:01.481) 0:01:31.420 ********** ok: [sut] => (item=localhost:5000/libpod/testimage:20210610) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "skopeo", "inspect", "--authfile=/tmp/lsr_57eq8f81_podman/auth/auth.json", "--cert-dir=/tmp/lsr_57eq8f81_podman/auth", "docker://localhost:5000/libpod/testimage:20210610" ], "delta": "0:00:00.177696", "end": "2024-05-25 17:17:06.051290", "item": "localhost:5000/libpod/testimage:20210610", "rc": 0, "start": "2024-05-25 17:17:05.873594" } STDOUT: { "Name": "localhost:5000/libpod/testimage", "Digest": "sha256:b64084bf8e094a59bcf4a2b555ae2891faab62591002fd386cd89564b3444e6d", "RepoTags": [ "20210610" ], "Created": "2021-06-10T18:55:43.049643585Z", "DockerVersion": "", "Labels": { "created_at": "2021-06-10T18:55:36Z", "created_by": "test/system/build-testimage", "io.buildah.version": "1.21.0" }, "Architecture": "amd64", "Os": "linux", "Layers": [ "sha256:33c74d3440b24175b0b34785f586a4f688a3ecd60633096d982488bba5d8d703" ], "LayersData": [ { "MIMEType": "application/vnd.docker.image.rootfs.diff.tar.gzip", "Digest": "sha256:33c74d3440b24175b0b34785f586a4f688a3ecd60633096d982488bba5d8d703", "Size": 4942959, "Annotations": null } ], "Env": [ "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" ] } TASK [Run the role with no credentials and no cert checking] ******************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/tests_auth_and_security.yml:60 Saturday 25 May 2024 17:17:06 +0000 (0:00:00.379) 0:01:31.800 ********** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 25 May 2024 17:17:06 +0000 (0:00:00.040) 0:01:31.841 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 25 May 2024 17:17:06 +0000 (0:00:00.063) 0:01:31.905 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 25 May 2024 17:17:06 +0000 (0:00:00.025) 0:01:31.930 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 25 May 2024 17:17:06 +0000 (0:00:00.020) 0:01:31.950 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 25 May 2024 17:17:06 +0000 (0:00:00.019) 0:01:31.970 ********** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciyjjzgqcv/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" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 25 May 2024 17:17:06 +0000 (0:00:00.050) 0:01:32.020 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Enable copr if requested] ******************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 25 May 2024 17:17:07 +0000 (0:00:01.315) 0:01:33.335 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 25 May 2024 17:17:07 +0000 (0:00:00.020) 0:01:33.356 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 25 May 2024 17:17:07 +0000 (0:00:00.024) 0:01:33.380 ********** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.029122", "end": "2024-05-25 17:17:07.860024", "rc": 0, "start": "2024-05-25 17:17:07.830902" } STDOUT: podman version 4.9.4-dev TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Saturday 25 May 2024 17:17:07 +0000 (0:00:00.221) 0:01:33.602 ********** ok: [sut] => { "ansible_facts": { "podman_version": "4.9.4-dev" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Saturday 25 May 2024 17:17:07 +0000 (0:00:00.044) 0:01:33.647 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Saturday 25 May 2024 17:17:07 +0000 (0:00:00.021) 0:01:33.668 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Saturday 25 May 2024 17:17:07 +0000 (0:00:00.040) 0:01:33.709 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:17:08 +0000 (0:00:00.039) 0:01:33.748 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:17:08 +0000 (0:00:00.025) 0:01:33.774 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:17:08 +0000 (0:00:00.025) 0:01:33.799 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:17:08 +0000 (0:00:00.027) 0:01:33.827 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:17:08 +0000 (0:00:00.199) 0:01:34.027 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:17:08 +0000 (0:00:00.026) 0:01:34.053 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657400.2921023, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716657366.3866093, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:17:08 +0000 (0:00:00.198) 0:01:34.252 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:17:08 +0000 (0:00:00.023) 0:01:34.276 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:17:08 +0000 (0:00:00.022) 0:01:34.299 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:17:08 +0000 (0:00:00.020) 0:01:34.320 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:17:08 +0000 (0:00:00.023) 0:01:34.343 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:17:08 +0000 (0:00:00.021) 0:01:34.364 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:17:08 +0000 (0:00:00.057) 0:01:34.422 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:17:08 +0000 (0:00:00.021) 0:01:34.443 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Saturday 25 May 2024 17:17:08 +0000 (0:00:00.020) 0:01:34.464 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Saturday 25 May 2024 17:17:08 +0000 (0:00:00.043) 0:01:34.507 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 25 May 2024 17:17:08 +0000 (0:00:00.038) 0:01:34.546 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 25 May 2024 17:17:08 +0000 (0:00:00.022) 0:01:34.568 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Saturday 25 May 2024 17:17:08 +0000 (0:00:00.021) 0:01:34.589 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 25 May 2024 17:17:08 +0000 (0:00:00.040) 0:01:34.630 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 25 May 2024 17:17:08 +0000 (0:00:00.022) 0:01:34.652 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Saturday 25 May 2024 17:17:08 +0000 (0:00:00.027) 0:01:34.680 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 25 May 2024 17:17:09 +0000 (0:00:00.047) 0:01:34.728 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 25 May 2024 17:17:09 +0000 (0:00:00.026) 0:01:34.754 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Saturday 25 May 2024 17:17:09 +0000 (0:00:00.031) 0:01:34.786 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 25 May 2024 17:17:09 +0000 (0:00:00.081) 0:01:34.867 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 25 May 2024 17:17:09 +0000 (0:00:00.020) 0:01:34.888 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 25 May 2024 17:17:09 +0000 (0:00:00.021) 0:01:34.910 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 25 May 2024 17:17:09 +0000 (0:00:00.023) 0:01:34.933 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Saturday 25 May 2024 17:17:09 +0000 (0:00:00.021) 0:01:34.954 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Saturday 25 May 2024 17:17:09 +0000 (0:00:00.023) 0:01:34.978 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Keep track of users that need to cancel linger] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Saturday 25 May 2024 17:17:09 +0000 (0:00:00.021) 0:01:35.000 ********** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [linux-system-roles.podman : Handle certs.d files - present] ************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Saturday 25 May 2024 17:17:09 +0000 (0:00:00.020) 0:01:35.020 ********** 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 credential files - present] *********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:123 Saturday 25 May 2024 17:17:09 +0000 (0:00:00.019) 0:01:35.040 ********** 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 secrets] ****************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Saturday 25 May 2024 17:17:09 +0000 (0:00:00.020) 0:01:35.060 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:139 Saturday 25 May 2024 17:17:09 +0000 (0:00:00.019) 0:01:35.079 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml for sut TASK [linux-system-roles.podman : Set per-container variables part 0] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:14 Saturday 25 May 2024 17:17:09 +0000 (0:00:00.050) 0:01:35.129 ********** ok: [sut] => { "ansible_facts": { "__podman_kube_spec": { "state": "started" }, "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: auth_test_1_kube\nspec:\n containers:\n - image: localhost:5000/libpod/testimage:20210610\n name: auth_test_1_kube\n" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 1] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:34 Saturday 25 May 2024 17:17:09 +0000 (0:00:00.026) 0:01:35.156 ********** ok: [sut] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_kube": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "auth_test_1_kube" }, "spec": { "containers": [ { "image": "localhost:5000/libpod/testimage:20210610", "name": "auth_test_1_kube" } ] } }, "__podman_kube_file": "", "__podman_pull_image": true, "__podman_state": "created", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 2] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:60 Saturday 25 May 2024 17:17:09 +0000 (0:00:00.030) 0:01:35.186 ********** ok: [sut] => { "ansible_facts": { "__podman_kube_name": "auth_test_1_kube", "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:66 Saturday 25 May 2024 17:17:09 +0000 (0:00:00.024) 0:01:35.210 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:17:09 +0000 (0:00:00.040) 0:01:35.251 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:17:09 +0000 (0:00:00.025) 0:01:35.276 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:17:09 +0000 (0:00:00.079) 0:01:35.356 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:17:09 +0000 (0:00:00.028) 0:01:35.384 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:17:09 +0000 (0:00:00.200) 0:01:35.585 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:17:09 +0000 (0:00:00.027) 0:01:35.612 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657400.2921023, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716657366.3866093, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:17:10 +0000 (0:00:00.204) 0:01:35.817 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:17:10 +0000 (0:00:00.024) 0:01:35.842 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:17:10 +0000 (0:00:00.023) 0:01:35.865 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:17:10 +0000 (0:00:00.022) 0:01:35.888 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:17:10 +0000 (0:00:00.026) 0:01:35.914 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:17:10 +0000 (0:00:00.026) 0:01:35.941 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:17:10 +0000 (0:00:00.022) 0:01:35.963 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:17:10 +0000 (0:00:00.020) 0:01:35.984 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if no kube spec is given] *************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:71 Saturday 25 May 2024 17:17:10 +0000 (0:00:00.021) 0:01:36.006 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:80 Saturday 25 May 2024 17:17:10 +0000 (0:00:00.024) 0:01:36.031 ********** ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:94 Saturday 25 May 2024 17:17:10 +0000 (0:00:00.034) 0:01:36.065 ********** ok: [sut] => { "ansible_facts": { "__podman_kube_path": "/etc/containers/ansible-kubernetes.d" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 5] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:100 Saturday 25 May 2024 17:17:10 +0000 (0:00:00.027) 0:01:36.092 ********** ok: [sut] => { "ansible_facts": { "__podman_kube_file": "/etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 6] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:108 Saturday 25 May 2024 17:17:10 +0000 (0:00:00.022) 0:01:36.115 ********** 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 : Get service name using systemd-escape] ******* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:123 Saturday 25 May 2024 17:17:10 +0000 (0:00:00.067) 0:01:36.183 ********** ok: [sut] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml" ], "delta": "0:00:00.006461", "end": "2024-05-25 17:17:10.645572", "rc": 0, "start": "2024-05-25 17:17:10.639111" } STDOUT: podman-kube@-etc-containers-ansible\x2dkubernetes.d-auth_test_1_kube.yml.service TASK [linux-system-roles.podman : Cleanup containers and services] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:131 Saturday 25 May 2024 17:17:10 +0000 (0:00:00.204) 0:01:36.388 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update containers and services] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:135 Saturday 25 May 2024 17:17:10 +0000 (0:00:00.022) 0:01:36.410 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml for sut TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:2 Saturday 25 May 2024 17:17:10 +0000 (0:00:00.046) 0:01:36.456 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 25 May 2024 17:17:10 +0000 (0:00:00.036) 0:01:36.493 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 25 May 2024 17:17:10 +0000 (0:00:00.021) 0:01:36.514 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 25 May 2024 17:17:10 +0000 (0:00:00.020) 0:01:36.534 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get the host mount volumes] ****************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:7 Saturday 25 May 2024 17:17:10 +0000 (0:00:00.020) 0:01:36.555 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:23 Saturday 25 May 2024 17:17:10 +0000 (0:00:00.034) 0:01:36.590 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:39 Saturday 25 May 2024 17:17:10 +0000 (0:00:00.022) 0:01:36.612 ********** failed: [sut] (item=None) => { "attempts": 1, "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } fatal: [sut]: FAILED! => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Check error] ************************************************************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/tests_auth_and_security.yml:75 Saturday 25 May 2024 17:17:11 +0000 (0:00:00.555) 0:01:37.168 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Run the role with credentials and cert checking] ************************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/tests_auth_and_security.yml:86 Saturday 25 May 2024 17:17:11 +0000 (0:00:00.020) 0:01:37.189 ********** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 25 May 2024 17:17:11 +0000 (0:00:00.078) 0:01:37.268 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 25 May 2024 17:17:11 +0000 (0:00:00.037) 0:01:37.305 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 25 May 2024 17:17:11 +0000 (0:00:00.030) 0:01:37.336 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 25 May 2024 17:17:11 +0000 (0:00:00.024) 0:01:37.360 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 25 May 2024 17:17:11 +0000 (0:00:00.021) 0:01:37.381 ********** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciyjjzgqcv/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" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 25 May 2024 17:17:11 +0000 (0:00:00.052) 0:01:37.434 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 25 May 2024 17:17:13 +0000 (0:00:01.315) 0:01:38.749 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 25 May 2024 17:17:13 +0000 (0:00:00.021) 0:01:38.771 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 25 May 2024 17:17:13 +0000 (0:00:00.083) 0:01:38.854 ********** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.029456", "end": "2024-05-25 17:17:13.336445", "rc": 0, "start": "2024-05-25 17:17:13.306989" } STDOUT: podman version 4.9.4-dev TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Saturday 25 May 2024 17:17:13 +0000 (0:00:00.225) 0:01:39.079 ********** ok: [sut] => { "ansible_facts": { "podman_version": "4.9.4-dev" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Saturday 25 May 2024 17:17:13 +0000 (0:00:00.022) 0:01:39.102 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Saturday 25 May 2024 17:17:13 +0000 (0:00:00.025) 0:01:39.127 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Saturday 25 May 2024 17:17:13 +0000 (0:00:00.063) 0:01:39.191 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:17:13 +0000 (0:00:00.040) 0:01:39.231 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:17:13 +0000 (0:00:00.028) 0:01:39.259 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:17:13 +0000 (0:00:00.024) 0:01:39.284 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:17:13 +0000 (0:00:00.027) 0:01:39.312 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:17:13 +0000 (0:00:00.199) 0:01:39.511 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:17:13 +0000 (0:00:00.025) 0:01:39.537 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657400.2921023, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716657366.3866093, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:17:14 +0000 (0:00:00.197) 0:01:39.734 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:17:14 +0000 (0:00:00.020) 0:01:39.755 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:17:14 +0000 (0:00:00.061) 0:01:39.817 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:17:14 +0000 (0:00:00.021) 0:01:39.838 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:17:14 +0000 (0:00:00.021) 0:01:39.860 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:17:14 +0000 (0:00:00.020) 0:01:39.880 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:17:14 +0000 (0:00:00.025) 0:01:39.905 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:17:14 +0000 (0:00:00.020) 0:01:39.926 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Saturday 25 May 2024 17:17:14 +0000 (0:00:00.021) 0:01:39.947 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Saturday 25 May 2024 17:17:14 +0000 (0:00:00.027) 0:01:39.975 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 25 May 2024 17:17:14 +0000 (0:00:00.039) 0:01:40.014 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 25 May 2024 17:17:14 +0000 (0:00:00.021) 0:01:40.036 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Saturday 25 May 2024 17:17:14 +0000 (0:00:00.020) 0:01:40.057 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 25 May 2024 17:17:14 +0000 (0:00:00.038) 0:01:40.096 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 25 May 2024 17:17:14 +0000 (0:00:00.020) 0:01:40.116 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Saturday 25 May 2024 17:17:14 +0000 (0:00:00.020) 0:01:40.136 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 25 May 2024 17:17:14 +0000 (0:00:00.038) 0:01:40.174 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 25 May 2024 17:17:14 +0000 (0:00:00.020) 0:01:40.195 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Saturday 25 May 2024 17:17:14 +0000 (0:00:00.050) 0:01:40.245 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 25 May 2024 17:17:14 +0000 (0:00:00.040) 0:01:40.286 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 25 May 2024 17:17:14 +0000 (0:00:00.021) 0:01:40.307 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 25 May 2024 17:17:14 +0000 (0:00:00.020) 0:01:40.328 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 25 May 2024 17:17:14 +0000 (0:00:00.020) 0:01:40.348 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Saturday 25 May 2024 17:17:14 +0000 (0:00:00.021) 0:01:40.369 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Saturday 25 May 2024 17:17:14 +0000 (0:00:00.020) 0:01:40.390 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Keep track of users that need to cancel linger] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Saturday 25 May 2024 17:17:14 +0000 (0:00:00.020) 0:01:40.410 ********** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [linux-system-roles.podman : Handle certs.d files - present] ************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Saturday 25 May 2024 17:17:14 +0000 (0:00:00.019) 0:01:40.430 ********** 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 credential files - present] *********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:123 Saturday 25 May 2024 17:17:14 +0000 (0:00:00.019) 0:01:40.450 ********** 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 secrets] ****************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Saturday 25 May 2024 17:17:14 +0000 (0:00:00.019) 0:01:40.470 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:139 Saturday 25 May 2024 17:17:14 +0000 (0:00:00.019) 0:01:40.489 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml for sut TASK [linux-system-roles.podman : Set per-container variables part 0] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:14 Saturday 25 May 2024 17:17:14 +0000 (0:00:00.058) 0:01:40.547 ********** ok: [sut] => { "ansible_facts": { "__podman_kube_spec": { "state": "started" }, "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: auth_test_1_kube\nspec:\n containers:\n - image: localhost:5000/libpod/testimage:20210610\n name: auth_test_1_kube\n" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 1] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:34 Saturday 25 May 2024 17:17:14 +0000 (0:00:00.025) 0:01:40.573 ********** ok: [sut] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_kube": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "auth_test_1_kube" }, "spec": { "containers": [ { "image": "localhost:5000/libpod/testimage:20210610", "name": "auth_test_1_kube" } ] } }, "__podman_kube_file": "", "__podman_pull_image": true, "__podman_state": "created", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 2] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:60 Saturday 25 May 2024 17:17:14 +0000 (0:00:00.027) 0:01:40.600 ********** ok: [sut] => { "ansible_facts": { "__podman_kube_name": "auth_test_1_kube", "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:66 Saturday 25 May 2024 17:17:14 +0000 (0:00:00.022) 0:01:40.623 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:17:14 +0000 (0:00:00.068) 0:01:40.691 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:17:15 +0000 (0:00:00.024) 0:01:40.716 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:17:15 +0000 (0:00:00.026) 0:01:40.742 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:17:15 +0000 (0:00:00.031) 0:01:40.773 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:17:15 +0000 (0:00:00.201) 0:01:40.975 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:17:15 +0000 (0:00:00.026) 0:01:41.002 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657400.2921023, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716657366.3866093, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:17:15 +0000 (0:00:00.198) 0:01:41.200 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:17:15 +0000 (0:00:00.020) 0:01:41.220 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:17:15 +0000 (0:00:00.019) 0:01:41.240 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:17:15 +0000 (0:00:00.021) 0:01:41.261 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:17:15 +0000 (0:00:00.020) 0:01:41.282 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:17:15 +0000 (0:00:00.020) 0:01:41.302 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:17:15 +0000 (0:00:00.020) 0:01:41.322 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:17:15 +0000 (0:00:00.021) 0:01:41.344 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if no kube spec is given] *************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:71 Saturday 25 May 2024 17:17:15 +0000 (0:00:00.020) 0:01:41.365 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:80 Saturday 25 May 2024 17:17:15 +0000 (0:00:00.020) 0:01:41.386 ********** ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:94 Saturday 25 May 2024 17:17:15 +0000 (0:00:00.101) 0:01:41.487 ********** ok: [sut] => { "ansible_facts": { "__podman_kube_path": "/etc/containers/ansible-kubernetes.d" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 5] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:100 Saturday 25 May 2024 17:17:15 +0000 (0:00:00.022) 0:01:41.510 ********** ok: [sut] => { "ansible_facts": { "__podman_kube_file": "/etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 6] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:108 Saturday 25 May 2024 17:17:15 +0000 (0:00:00.022) 0:01:41.533 ********** 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 : Get service name using systemd-escape] ******* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:123 Saturday 25 May 2024 17:17:15 +0000 (0:00:00.026) 0:01:41.559 ********** ok: [sut] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml" ], "delta": "0:00:00.005951", "end": "2024-05-25 17:17:16.018337", "rc": 0, "start": "2024-05-25 17:17:16.012386" } STDOUT: podman-kube@-etc-containers-ansible\x2dkubernetes.d-auth_test_1_kube.yml.service TASK [linux-system-roles.podman : Cleanup containers and services] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:131 Saturday 25 May 2024 17:17:16 +0000 (0:00:00.205) 0:01:41.764 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update containers and services] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:135 Saturday 25 May 2024 17:17:16 +0000 (0:00:00.022) 0:01:41.786 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml for sut TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:2 Saturday 25 May 2024 17:17:16 +0000 (0:00:00.048) 0:01:41.834 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 25 May 2024 17:17:16 +0000 (0:00:00.036) 0:01:41.871 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 25 May 2024 17:17:16 +0000 (0:00:00.021) 0:01:41.892 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 25 May 2024 17:17:16 +0000 (0:00:00.022) 0:01:41.914 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get the host mount volumes] ****************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:7 Saturday 25 May 2024 17:17:16 +0000 (0:00:00.022) 0:01:41.937 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:23 Saturday 25 May 2024 17:17:16 +0000 (0:00:00.020) 0:01:41.958 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:39 Saturday 25 May 2024 17:17:16 +0000 (0:00:00.022) 0:01:41.980 ********** failed: [sut] (item=None) => { "attempts": 1, "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } fatal: [sut]: FAILED! => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Check error] ************************************************************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/tests_auth_and_security.yml:101 Saturday 25 May 2024 17:17:16 +0000 (0:00:00.495) 0:01:42.476 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create a local tmpdir] *************************************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/tests_auth_and_security.yml:112 Saturday 25 May 2024 17:17:16 +0000 (0:00:00.021) 0:01:42.498 ********** changed: [sut -> localhost] => { "changed": true, "gid": 1001, "group": "jenkins", "mode": "0700", "owner": "jenkins", "path": "/tmp/lsr_smg5yo0y_podman", "size": 6, "state": "directory", "uid": 1000090000 } TASK [Run the role with credentials in spec and CA cert] *********************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/tests_auth_and_security.yml:120 Saturday 25 May 2024 17:17:16 +0000 (0:00:00.115) 0:01:42.613 ********** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 25 May 2024 17:17:16 +0000 (0:00:00.047) 0:01:42.661 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 25 May 2024 17:17:16 +0000 (0:00:00.037) 0:01:42.698 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 25 May 2024 17:17:17 +0000 (0:00:00.026) 0:01:42.724 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 25 May 2024 17:17:17 +0000 (0:00:00.021) 0:01:42.746 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 25 May 2024 17:17:17 +0000 (0:00:00.024) 0:01:42.770 ********** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciyjjzgqcv/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" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 25 May 2024 17:17:17 +0000 (0:00:00.051) 0:01:42.821 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 25 May 2024 17:17:18 +0000 (0:00:01.339) 0:01:44.161 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 25 May 2024 17:17:18 +0000 (0:00:00.020) 0:01:44.181 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 25 May 2024 17:17:18 +0000 (0:00:00.024) 0:01:44.206 ********** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.027981", "end": "2024-05-25 17:17:18.686251", "rc": 0, "start": "2024-05-25 17:17:18.658270" } STDOUT: podman version 4.9.4-dev TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Saturday 25 May 2024 17:17:18 +0000 (0:00:00.221) 0:01:44.428 ********** ok: [sut] => { "ansible_facts": { "podman_version": "4.9.4-dev" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Saturday 25 May 2024 17:17:18 +0000 (0:00:00.021) 0:01:44.450 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Saturday 25 May 2024 17:17:18 +0000 (0:00:00.021) 0:01:44.471 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Saturday 25 May 2024 17:17:18 +0000 (0:00:00.056) 0:01:44.528 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:17:18 +0000 (0:00:00.039) 0:01:44.567 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:17:18 +0000 (0:00:00.026) 0:01:44.594 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:17:18 +0000 (0:00:00.024) 0:01:44.619 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:17:18 +0000 (0:00:00.028) 0:01:44.647 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:17:19 +0000 (0:00:00.199) 0:01:44.846 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:17:19 +0000 (0:00:00.026) 0:01:44.872 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657400.2921023, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716657366.3866093, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:17:19 +0000 (0:00:00.195) 0:01:45.068 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:17:19 +0000 (0:00:00.026) 0:01:45.094 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:17:19 +0000 (0:00:00.021) 0:01:45.116 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:17:19 +0000 (0:00:00.022) 0:01:45.138 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:17:19 +0000 (0:00:00.023) 0:01:45.161 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:17:19 +0000 (0:00:00.020) 0:01:45.181 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:17:19 +0000 (0:00:00.020) 0:01:45.202 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:17:19 +0000 (0:00:00.020) 0:01:45.223 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Saturday 25 May 2024 17:17:19 +0000 (0:00:00.019) 0:01:45.243 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Saturday 25 May 2024 17:17:19 +0000 (0:00:00.025) 0:01:45.269 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 25 May 2024 17:17:19 +0000 (0:00:00.036) 0:01:45.306 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 25 May 2024 17:17:19 +0000 (0:00:00.020) 0:01:45.327 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Saturday 25 May 2024 17:17:19 +0000 (0:00:00.022) 0:01:45.349 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 25 May 2024 17:17:19 +0000 (0:00:00.039) 0:01:45.389 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 25 May 2024 17:17:19 +0000 (0:00:00.020) 0:01:45.410 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Saturday 25 May 2024 17:17:19 +0000 (0:00:00.053) 0:01:45.463 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 25 May 2024 17:17:19 +0000 (0:00:00.039) 0:01:45.503 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 25 May 2024 17:17:19 +0000 (0:00:00.021) 0:01:45.524 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Saturday 25 May 2024 17:17:19 +0000 (0:00:00.020) 0:01:45.545 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 25 May 2024 17:17:19 +0000 (0:00:00.041) 0:01:45.586 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 25 May 2024 17:17:19 +0000 (0:00:00.020) 0:01:45.607 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 25 May 2024 17:17:19 +0000 (0:00:00.020) 0:01:45.628 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 25 May 2024 17:17:19 +0000 (0:00:00.019) 0:01:45.648 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Saturday 25 May 2024 17:17:19 +0000 (0:00:00.020) 0:01:45.668 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Saturday 25 May 2024 17:17:19 +0000 (0:00:00.019) 0:01:45.688 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Keep track of users that need to cancel linger] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Saturday 25 May 2024 17:17:19 +0000 (0:00:00.020) 0:01:45.709 ********** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [linux-system-roles.podman : Handle certs.d files - present] ************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Saturday 25 May 2024 17:17:20 +0000 (0:00:00.020) 0:01:45.729 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml for sut TASK [linux-system-roles.podman : Check given registry_host] ******************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:3 Saturday 25 May 2024 17:17:20 +0000 (0:00:00.050) 0:01:45.780 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-cert spec variables part 0] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:10 Saturday 25 May 2024 17:17:20 +0000 (0:00:00.021) 0:01:45.801 ********** ok: [sut] => { "ansible_facts": { "__podman_user": "root" }, "changed": false } TASK [linux-system-roles.podman : Set per-cert spec variables part 1] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:15 Saturday 25 May 2024 17:17:20 +0000 (0:00:00.021) 0:01:45.823 ********** ok: [sut] => { "ansible_facts": { "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:19 Saturday 25 May 2024 17:17:20 +0000 (0:00:00.053) 0:01:45.876 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:17:20 +0000 (0:00:00.035) 0:01:45.912 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:17:20 +0000 (0:00:00.025) 0:01:45.937 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:17:20 +0000 (0:00:00.024) 0:01:45.962 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:17:20 +0000 (0:00:00.027) 0:01:45.989 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:17:20 +0000 (0:00:00.203) 0:01:46.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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:17:20 +0000 (0:00:00.026) 0:01:46.219 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657400.2921023, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716657366.3866093, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:17:20 +0000 (0:00:00.201) 0:01:46.420 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:17:20 +0000 (0:00:00.025) 0:01:46.446 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:17:20 +0000 (0:00:00.021) 0:01:46.467 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:17:20 +0000 (0:00:00.020) 0:01:46.488 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:17:20 +0000 (0:00:00.021) 0:01:46.510 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:17:20 +0000 (0:00:00.022) 0:01:46.532 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:17:20 +0000 (0:00:00.020) 0:01:46.552 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:17:20 +0000 (0:00:00.020) 0:01:46.573 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-cert spec variables part 2] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:24 Saturday 25 May 2024 17:17:20 +0000 (0:00:00.020) 0:01:46.593 ********** ok: [sut] => { "ansible_facts": { "__podman_user_home_dir": "/root" }, "changed": false } TASK [linux-system-roles.podman : Set per-cert spec variables part 3] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:29 Saturday 25 May 2024 17:17:20 +0000 (0:00:00.061) 0:01:46.654 ********** ok: [sut] => { "ansible_facts": { "__podman_certs_d_path": "/etc/containers/certs.d/localhost:5000" }, "changed": false } TASK [linux-system-roles.podman : Set per-cert spec variables part 4] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:36 Saturday 25 May 2024 17:17:20 +0000 (0:00:00.021) 0:01:46.676 ********** 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 : Ensure certs.d directory] ******************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:70 Saturday 25 May 2024 17:17:20 +0000 (0:00:00.028) 0:01:46.705 ********** changed: [sut] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/etc/containers/certs.d/localhost:5000", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [linux-system-roles.podman : Ensure certs.d files] ************************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:78 Saturday 25 May 2024 17:17:21 +0000 (0:00:00.207) 0:01:46.912 ********** skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } changed: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } 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 : Remove certs.d files] ************************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:95 Saturday 25 May 2024 17:17:21 +0000 (0:00:00.540) 0:01:47.453 ********** skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } 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 : Find files in certs.d directory] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:102 Saturday 25 May 2024 17:17:21 +0000 (0:00:00.031) 0:01:47.484 ********** 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 : Ensure the certs.d directory is absent if empty] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:110 Saturday 25 May 2024 17:17:21 +0000 (0:00:00.021) 0:01:47.505 ********** 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 credential files - present] *********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:123 Saturday 25 May 2024 17:17:21 +0000 (0:00:00.022) 0:01:47.528 ********** 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 secrets] ****************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Saturday 25 May 2024 17:17:21 +0000 (0:00:00.025) 0:01:47.553 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:139 Saturday 25 May 2024 17:17:21 +0000 (0:00:00.020) 0:01:47.573 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml for sut TASK [linux-system-roles.podman : Set per-container variables part 0] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:14 Saturday 25 May 2024 17:17:21 +0000 (0:00:00.060) 0:01:47.634 ********** ok: [sut] => { "ansible_facts": { "__podman_kube_spec": { "state": "started" }, "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: auth_test_1_kube\nspec:\n containers:\n - image: localhost:5000/libpod/testimage:20210610\n name: auth_test_1_kube\n" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 1] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:34 Saturday 25 May 2024 17:17:21 +0000 (0:00:00.026) 0:01:47.661 ********** ok: [sut] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_kube": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "auth_test_1_kube" }, "spec": { "containers": [ { "image": "localhost:5000/libpod/testimage:20210610", "name": "auth_test_1_kube" } ] } }, "__podman_kube_file": "", "__podman_pull_image": true, "__podman_state": "created", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 2] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:60 Saturday 25 May 2024 17:17:21 +0000 (0:00:00.028) 0:01:47.690 ********** ok: [sut] => { "ansible_facts": { "__podman_kube_name": "auth_test_1_kube", "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:66 Saturday 25 May 2024 17:17:21 +0000 (0:00:00.022) 0:01:47.712 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:17:22 +0000 (0:00:00.070) 0:01:47.783 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:17:22 +0000 (0:00:00.027) 0:01:47.810 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:17:22 +0000 (0:00:00.026) 0:01:47.837 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:17:22 +0000 (0:00:00.028) 0:01:47.866 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:17:22 +0000 (0:00:00.202) 0:01:48.068 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:17:22 +0000 (0:00:00.027) 0:01:48.095 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657400.2921023, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716657366.3866093, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:17:22 +0000 (0:00:00.201) 0:01:48.297 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:17:22 +0000 (0:00:00.020) 0:01:48.317 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:17:22 +0000 (0:00:00.021) 0:01:48.338 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:17:22 +0000 (0:00:00.020) 0:01:48.359 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:17:22 +0000 (0:00:00.021) 0:01:48.380 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:17:22 +0000 (0:00:00.020) 0:01:48.401 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:17:22 +0000 (0:00:00.020) 0:01:48.422 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:17:22 +0000 (0:00:00.021) 0:01:48.443 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if no kube spec is given] *************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:71 Saturday 25 May 2024 17:17:22 +0000 (0:00:00.021) 0:01:48.464 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:80 Saturday 25 May 2024 17:17:22 +0000 (0:00:00.020) 0:01:48.485 ********** ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:94 Saturday 25 May 2024 17:17:22 +0000 (0:00:00.065) 0:01:48.551 ********** ok: [sut] => { "ansible_facts": { "__podman_kube_path": "/etc/containers/ansible-kubernetes.d" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 5] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:100 Saturday 25 May 2024 17:17:22 +0000 (0:00:00.021) 0:01:48.573 ********** ok: [sut] => { "ansible_facts": { "__podman_kube_file": "/etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 6] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:108 Saturday 25 May 2024 17:17:22 +0000 (0:00:00.023) 0:01:48.597 ********** 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 : Get service name using systemd-escape] ******* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:123 Saturday 25 May 2024 17:17:22 +0000 (0:00:00.024) 0:01:48.621 ********** ok: [sut] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml" ], "delta": "0:00:00.005876", "end": "2024-05-25 17:17:23.081410", "rc": 0, "start": "2024-05-25 17:17:23.075534" } STDOUT: podman-kube@-etc-containers-ansible\x2dkubernetes.d-auth_test_1_kube.yml.service TASK [linux-system-roles.podman : Cleanup containers and services] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:131 Saturday 25 May 2024 17:17:23 +0000 (0:00:00.202) 0:01:48.823 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update containers and services] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:135 Saturday 25 May 2024 17:17:23 +0000 (0:00:00.022) 0:01:48.846 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml for sut TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:2 Saturday 25 May 2024 17:17:23 +0000 (0:00:00.054) 0:01:48.901 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 25 May 2024 17:17:23 +0000 (0:00:00.044) 0:01:48.946 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 25 May 2024 17:17:23 +0000 (0:00:00.021) 0:01:48.967 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 25 May 2024 17:17:23 +0000 (0:00:00.025) 0:01:48.993 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get the host mount volumes] ****************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:7 Saturday 25 May 2024 17:17:23 +0000 (0:00:00.021) 0:01:49.014 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:23 Saturday 25 May 2024 17:17:23 +0000 (0:00:00.021) 0:01:49.036 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:39 Saturday 25 May 2024 17:17:23 +0000 (0:00:00.022) 0:01:49.058 ********** changed: [sut] => (item=None) => { "attempts": 1, "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } 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 : Check the kubernetes yaml file] ************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:72 Saturday 25 May 2024 17:17:23 +0000 (0:00:00.580) 0:01:49.639 ********** ok: [sut] => { "changed": false, "failed_when_result": false, "stat": { "exists": false } } TASK [linux-system-roles.podman : Ensure the kubernetes directory is present] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:80 Saturday 25 May 2024 17:17:24 +0000 (0:00:00.194) 0:01:49.834 ********** changed: [sut] => { "changed": true, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers/ansible-kubernetes.d", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [linux-system-roles.podman : Ensure kubernetes yaml files are present] **** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:89 Saturday 25 May 2024 17:17:24 +0000 (0:00:00.210) 0:01:50.044 ********** changed: [sut] => { "changed": true, "checksum": "fb0097683a2e5c8909a8037d64ddc1b350aed0be", "dest": "/etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml", "gid": 0, "group": "root", "md5sum": "8db65ab83723a021adc90b4f543fdca0", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 244, "src": "/root/.ansible/tmp/ansible-tmp-1716657444.369225-3935-106824100155519/source", "state": "file", "uid": 0 } TASK [linux-system-roles.podman : Update containers/pods] ********************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:99 Saturday 25 May 2024 17:17:24 +0000 (0:00:00.519) 0:01:50.564 ********** changed: [sut] => { "actions": [ "/usr/bin/podman play kube --start=true /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml" ], "changed": true } STDOUT: Pod: 209fd7c84cf6921388c26d36b31445c357db9e85d2e92ae5b184f5ab3fc441a0 Container: dc151055ce29ecd3be9935bbdc5f786cf55c9bcdee4e092d0852eaf85ca92046 TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:108 Saturday 25 May 2024 17:17:26 +0000 (0:00:01.209) 0:01:51.773 ********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Enable service] ****************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:120 Saturday 25 May 2024 17:17:26 +0000 (0:00:00.601) 0:01:52.374 ********** changed: [sut] => { "changed": true, "enabled": true, "name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "system-podman\\x2dkube.slice -.mount systemd-journald.socket basic.target sysinit.target network-online.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "man:podman-kube-play(1)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "Environment": "PODMAN_SYSTEMD_UNIT=podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system-podman\\x2dkube.slice -.mount", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "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", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 10s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "network-online.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:133 Saturday 25 May 2024 17:17:27 +0000 (0:00:00.711) 0:01:53.086 ********** changed: [sut] => { "changed": true, "name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "state": "started", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "systemd-journald.socket sysinit.target -.mount basic.target network-online.target system-podman\\x2dkube.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "man:podman-kube-play(1)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "Environment": "PODMAN_SYSTEMD_UNIT=podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target -.mount system-podman\\x2dkube.slice", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "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", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 10s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "Wants": "network-online.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:147 Saturday 25 May 2024 17:17:28 +0000 (0:00:01.479) 0:01:54.565 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:146 Saturday 25 May 2024 17:17:28 +0000 (0:00:00.023) 0:01:54.589 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 25 May 2024 17:17:28 +0000 (0:00:00.066) 0:01:54.655 ********** ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": { "Container": { "ContainerName": "auth_test_1_quadlet", "Image": "localhost:5000/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 25 May 2024 17:17:28 +0000 (0:00:00.027) 0:01:54.683 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 25 May 2024 17:17:29 +0000 (0:00:00.032) 0:01:54.715 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 2] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 25 May 2024 17:17:29 +0000 (0:00:00.022) 0:01:54.737 ********** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "auth_test_1_quadlet", "__podman_quadlet_type": "container", "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 25 May 2024 17:17:29 +0000 (0:00:00.029) 0:01:54.767 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:17:29 +0000 (0:00:00.038) 0:01:54.805 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:17:29 +0000 (0:00:00.075) 0:01:54.880 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:17:29 +0000 (0:00:00.026) 0:01:54.906 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:17:29 +0000 (0:00:00.028) 0:01:54.935 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:17:29 +0000 (0:00:00.270) 0:01:55.205 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:17:29 +0000 (0:00:00.026) 0:01:55.232 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657400.2921023, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716657366.3866093, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:17:29 +0000 (0:00:00.267) 0:01:55.499 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:17:29 +0000 (0:00:00.021) 0:01:55.521 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:17:29 +0000 (0:00:00.021) 0:01:55.542 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:17:29 +0000 (0:00:00.020) 0:01:55.563 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:17:29 +0000 (0:00:00.021) 0:01:55.584 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:17:29 +0000 (0:00:00.020) 0:01:55.604 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:17:29 +0000 (0:00:00.020) 0:01:55.625 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:17:29 +0000 (0:00:00.020) 0:01:55.645 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 25 May 2024 17:17:29 +0000 (0:00:00.020) 0:01:55.666 ********** ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": false, "__podman_images_found": [ "localhost:5000/libpod/testimage:20210610" ], "__podman_kube_yamls_raw": "", "__podman_service_name": "auth_test_1_quadlet.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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 25 May 2024 17:17:29 +0000 (0:00:00.036) 0:01:55.702 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 25 May 2024 17:17:30 +0000 (0:00:00.021) 0:01:55.724 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 25 May 2024 17:17:30 +0000 (0:00:00.069) 0:01:55.793 ********** ok: [sut] => { "ansible_facts": { "__podman_images": [ "localhost:5000/libpod/testimage:20210610" ], "__podman_quadlet_file": "/etc/containers/systemd/auth_test_1_quadlet.container", "__podman_volumes": [] }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 6] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 25 May 2024 17:17:30 +0000 (0:00:00.041) 0:01:55.834 ********** 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 : Cleanup quadlets] **************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:220 Saturday 25 May 2024 17:17:30 +0000 (0:00:00.024) 0:01:55.859 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:224 Saturday 25 May 2024 17:17:30 +0000 (0:00:00.025) 0:01:55.884 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Saturday 25 May 2024 17:17:30 +0000 (0:00:00.045) 0:01:55.930 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 25 May 2024 17:17:30 +0000 (0:00:00.036) 0:01:55.966 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 25 May 2024 17:17:30 +0000 (0:00:00.023) 0:01:55.989 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 25 May 2024 17:17:30 +0000 (0:00:00.022) 0:01:56.012 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:7 Saturday 25 May 2024 17:17:30 +0000 (0:00:00.020) 0:01:56.033 ********** TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:23 Saturday 25 May 2024 17:17:30 +0000 (0:00:00.020) 0:01:56.053 ********** ok: [sut] => (item=None) => { "attempts": 1, "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } 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 : Ensure the quadlet directory is present] ***** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:47 Saturday 25 May 2024 17:17:31 +0000 (0:00:00.753) 0:01:56.807 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:56 Saturday 25 May 2024 17:17:31 +0000 (0:00:00.270) 0:01:57.077 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:66 Saturday 25 May 2024 17:17:31 +0000 (0:00:00.073) 0:01:57.150 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:78 Saturday 25 May 2024 17:17:31 +0000 (0:00:00.022) 0:01:57.173 ********** changed: [sut] => { "changed": true, "checksum": "1127036af0ba22b83d33a5a35ab54db2c5855175", "dest": "/etc/containers/systemd/auth_test_1_quadlet.container", "gid": 0, "group": "root", "md5sum": "ce647a260371eff050752697c0d6523b", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 171, "src": "/root/.ansible/tmp/ansible-tmp-1716657451.5205624-4035-208330277723843/source", "state": "file", "uid": 0 } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:90 Saturday 25 May 2024 17:17:32 +0000 (0:00:00.729) 0:01:57.902 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:119 Saturday 25 May 2024 17:17:32 +0000 (0:00:00.023) 0:01:57.925 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:135 Saturday 25 May 2024 17:17:32 +0000 (0:00:00.023) 0:01:57.949 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:153 Saturday 25 May 2024 17:17:32 +0000 (0:00:00.027) 0:01:57.976 ********** TASK [linux-system-roles.podman : Handle credential files - absent] ************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:159 Saturday 25 May 2024 17:17:32 +0000 (0:00:00.019) 0:01:57.996 ********** 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 certs.d files - absent] *************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:168 Saturday 25 May 2024 17:17:32 +0000 (0:00:00.021) 0:01:58.017 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml for sut TASK [linux-system-roles.podman : Check given registry_host] ******************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:3 Saturday 25 May 2024 17:17:32 +0000 (0:00:00.055) 0:01:58.073 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-cert spec variables part 0] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:10 Saturday 25 May 2024 17:17:32 +0000 (0:00:00.021) 0:01:58.094 ********** ok: [sut] => { "ansible_facts": { "__podman_user": "root" }, "changed": false } TASK [linux-system-roles.podman : Set per-cert spec variables part 1] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:15 Saturday 25 May 2024 17:17:32 +0000 (0:00:00.021) 0:01:58.116 ********** ok: [sut] => { "ansible_facts": { "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:19 Saturday 25 May 2024 17:17:32 +0000 (0:00:00.021) 0:01:58.137 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:17:32 +0000 (0:00:00.081) 0:01:58.219 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:17:32 +0000 (0:00:00.025) 0:01:58.244 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:17:32 +0000 (0:00:00.026) 0:01:58.270 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:17:32 +0000 (0:00:00.028) 0:01:58.299 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:17:32 +0000 (0:00:00.266) 0:01:58.565 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:17:32 +0000 (0:00:00.026) 0:01:58.592 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657400.2921023, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716657366.3866093, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:17:33 +0000 (0:00:00.263) 0:01:58.855 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:17:33 +0000 (0:00:00.020) 0:01:58.876 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:17:33 +0000 (0:00:00.020) 0:01:58.897 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:17:33 +0000 (0:00:00.019) 0:01:58.917 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:17:33 +0000 (0:00:00.020) 0:01:58.937 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:17:33 +0000 (0:00:00.019) 0:01:58.957 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:17:33 +0000 (0:00:00.020) 0:01:58.978 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:17:33 +0000 (0:00:00.019) 0:01:58.997 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-cert spec variables part 2] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:24 Saturday 25 May 2024 17:17:33 +0000 (0:00:00.020) 0:01:59.018 ********** ok: [sut] => { "ansible_facts": { "__podman_user_home_dir": "/root" }, "changed": false } TASK [linux-system-roles.podman : Set per-cert spec variables part 3] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:29 Saturday 25 May 2024 17:17:33 +0000 (0:00:00.025) 0:01:59.043 ********** ok: [sut] => { "ansible_facts": { "__podman_certs_d_path": "/etc/containers/certs.d/localhost:5000" }, "changed": false } TASK [linux-system-roles.podman : Set per-cert spec variables part 4] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:36 Saturday 25 May 2024 17:17:33 +0000 (0:00:00.021) 0:01:59.064 ********** 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 : Ensure certs.d directory] ******************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:70 Saturday 25 May 2024 17:17:33 +0000 (0:00:00.064) 0:01:59.129 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure certs.d files] ************************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:78 Saturday 25 May 2024 17:17:33 +0000 (0:00:00.021) 0:01:59.151 ********** skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } 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 : Remove certs.d files] ************************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:95 Saturday 25 May 2024 17:17:33 +0000 (0:00:00.031) 0:01:59.182 ********** skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } 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 : Find files in certs.d directory] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:102 Saturday 25 May 2024 17:17:33 +0000 (0:00:00.028) 0:01:59.211 ********** 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 : Ensure the certs.d directory is absent if empty] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:110 Saturday 25 May 2024 17:17:33 +0000 (0:00:00.021) 0:01:59.232 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Run the role with credentials in global vars] **************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/tests_auth_and_security.yml:135 Saturday 25 May 2024 17:17:33 +0000 (0:00:00.021) 0:01:59.253 ********** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 25 May 2024 17:17:33 +0000 (0:00:00.049) 0:01:59.303 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 25 May 2024 17:17:33 +0000 (0:00:00.035) 0:01:59.338 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 25 May 2024 17:17:33 +0000 (0:00:00.024) 0:01:59.363 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 25 May 2024 17:17:33 +0000 (0:00:00.020) 0:01:59.384 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 25 May 2024 17:17:33 +0000 (0:00:00.020) 0:01:59.404 ********** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciyjjzgqcv/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" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 25 May 2024 17:17:33 +0000 (0:00:00.050) 0:01:59.455 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 25 May 2024 17:17:35 +0000 (0:00:01.936) 0:02:01.391 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 25 May 2024 17:17:35 +0000 (0:00:00.022) 0:02:01.414 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 25 May 2024 17:17:35 +0000 (0:00:00.026) 0:02:01.440 ********** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.051736", "end": "2024-05-25 17:17:36.025119", "rc": 0, "start": "2024-05-25 17:17:35.973383" } STDOUT: podman version 4.9.4-dev TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Saturday 25 May 2024 17:17:36 +0000 (0:00:00.328) 0:02:01.769 ********** ok: [sut] => { "ansible_facts": { "podman_version": "4.9.4-dev" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Saturday 25 May 2024 17:17:36 +0000 (0:00:00.021) 0:02:01.791 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Saturday 25 May 2024 17:17:36 +0000 (0:00:00.020) 0:02:01.811 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Saturday 25 May 2024 17:17:36 +0000 (0:00:00.040) 0:02:01.852 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:17:36 +0000 (0:00:00.066) 0:02:01.918 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:17:36 +0000 (0:00:00.025) 0:02:01.944 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:17:36 +0000 (0:00:00.025) 0:02:01.970 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:17:36 +0000 (0:00:00.027) 0:02:01.997 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:17:36 +0000 (0:00:00.270) 0:02:02.267 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:17:36 +0000 (0:00:00.025) 0:02:02.293 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657400.2921023, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716657366.3866093, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:17:36 +0000 (0:00:00.263) 0:02:02.556 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:17:36 +0000 (0:00:00.022) 0:02:02.578 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:17:36 +0000 (0:00:00.022) 0:02:02.601 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:17:36 +0000 (0:00:00.021) 0:02:02.623 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:17:36 +0000 (0:00:00.023) 0:02:02.646 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:17:36 +0000 (0:00:00.020) 0:02:02.667 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:17:36 +0000 (0:00:00.021) 0:02:02.689 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:17:36 +0000 (0:00:00.022) 0:02:02.712 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Saturday 25 May 2024 17:17:37 +0000 (0:00:00.021) 0:02:02.733 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Saturday 25 May 2024 17:17:37 +0000 (0:00:00.028) 0:02:02.762 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 25 May 2024 17:17:37 +0000 (0:00:00.073) 0:02:02.835 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 25 May 2024 17:17:37 +0000 (0:00:00.021) 0:02:02.857 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Saturday 25 May 2024 17:17:37 +0000 (0:00:00.020) 0:02:02.877 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 25 May 2024 17:17:37 +0000 (0:00:00.040) 0:02:02.917 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 25 May 2024 17:17:37 +0000 (0:00:00.020) 0:02:02.938 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Saturday 25 May 2024 17:17:37 +0000 (0:00:00.020) 0:02:02.959 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 25 May 2024 17:17:37 +0000 (0:00:00.039) 0:02:02.999 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 25 May 2024 17:17:37 +0000 (0:00:00.022) 0:02:03.021 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Saturday 25 May 2024 17:17:37 +0000 (0:00:00.021) 0:02:03.042 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 25 May 2024 17:17:37 +0000 (0:00:00.043) 0:02:03.085 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 25 May 2024 17:17:37 +0000 (0:00:00.020) 0:02:03.106 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 25 May 2024 17:17:37 +0000 (0:00:00.021) 0:02:03.127 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 25 May 2024 17:17:37 +0000 (0:00:00.020) 0:02:03.148 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Saturday 25 May 2024 17:17:37 +0000 (0:00:00.020) 0:02:03.169 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Saturday 25 May 2024 17:17:37 +0000 (0:00:00.020) 0:02:03.189 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Keep track of users that need to cancel linger] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Saturday 25 May 2024 17:17:37 +0000 (0:00:00.054) 0:02:03.243 ********** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [linux-system-roles.podman : Handle certs.d files - present] ************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Saturday 25 May 2024 17:17:37 +0000 (0:00:00.020) 0:02:03.264 ********** 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 credential files - present] *********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:123 Saturday 25 May 2024 17:17:37 +0000 (0:00:00.027) 0:02:03.292 ********** 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 secrets] ****************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Saturday 25 May 2024 17:17:37 +0000 (0:00:00.023) 0:02:03.315 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:139 Saturday 25 May 2024 17:17:37 +0000 (0:00:00.020) 0:02:03.335 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml for sut TASK [linux-system-roles.podman : Set per-container variables part 0] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:14 Saturday 25 May 2024 17:17:37 +0000 (0:00:00.051) 0:02:03.387 ********** ok: [sut] => { "ansible_facts": { "__podman_kube_spec": { "state": "started" }, "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: auth_test_1_kube\nspec:\n containers:\n - image: localhost:5000/libpod/testimage:20210610\n name: auth_test_1_kube\n" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 1] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:34 Saturday 25 May 2024 17:17:37 +0000 (0:00:00.026) 0:02:03.414 ********** ok: [sut] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_kube": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "auth_test_1_kube" }, "spec": { "containers": [ { "image": "localhost:5000/libpod/testimage:20210610", "name": "auth_test_1_kube" } ] } }, "__podman_kube_file": "", "__podman_pull_image": true, "__podman_state": "created", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 2] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:60 Saturday 25 May 2024 17:17:37 +0000 (0:00:00.029) 0:02:03.443 ********** ok: [sut] => { "ansible_facts": { "__podman_kube_name": "auth_test_1_kube", "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:66 Saturday 25 May 2024 17:17:37 +0000 (0:00:00.023) 0:02:03.467 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:17:37 +0000 (0:00:00.038) 0:02:03.505 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:17:37 +0000 (0:00:00.025) 0:02:03.530 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:17:37 +0000 (0:00:00.028) 0:02:03.559 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:17:37 +0000 (0:00:00.030) 0:02:03.589 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:17:38 +0000 (0:00:00.274) 0:02:03.864 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:17:38 +0000 (0:00:00.026) 0:02:03.890 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657400.2921023, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716657366.3866093, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:17:38 +0000 (0:00:00.260) 0:02:04.150 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:17:38 +0000 (0:00:00.022) 0:02:04.172 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:17:38 +0000 (0:00:00.022) 0:02:04.195 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:17:38 +0000 (0:00:00.021) 0:02:04.217 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:17:38 +0000 (0:00:00.024) 0:02:04.241 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:17:38 +0000 (0:00:00.022) 0:02:04.264 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:17:38 +0000 (0:00:00.025) 0:02:04.289 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:17:38 +0000 (0:00:00.021) 0:02:04.311 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if no kube spec is given] *************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:71 Saturday 25 May 2024 17:17:38 +0000 (0:00:00.021) 0:02:04.333 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:80 Saturday 25 May 2024 17:17:38 +0000 (0:00:00.020) 0:02:04.353 ********** ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:94 Saturday 25 May 2024 17:17:38 +0000 (0:00:00.031) 0:02:04.385 ********** ok: [sut] => { "ansible_facts": { "__podman_kube_path": "/etc/containers/ansible-kubernetes.d" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 5] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:100 Saturday 25 May 2024 17:17:38 +0000 (0:00:00.021) 0:02:04.406 ********** ok: [sut] => { "ansible_facts": { "__podman_kube_file": "/etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 6] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:108 Saturday 25 May 2024 17:17:38 +0000 (0:00:00.020) 0:02:04.427 ********** 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 : Get service name using systemd-escape] ******* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:123 Saturday 25 May 2024 17:17:38 +0000 (0:00:00.031) 0:02:04.458 ********** ok: [sut] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml" ], "delta": "0:00:00.007178", "end": "2024-05-25 17:17:38.987424", "rc": 0, "start": "2024-05-25 17:17:38.980246" } STDOUT: podman-kube@-etc-containers-ansible\x2dkubernetes.d-auth_test_1_kube.yml.service TASK [linux-system-roles.podman : Cleanup containers and services] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:131 Saturday 25 May 2024 17:17:39 +0000 (0:00:00.272) 0:02:04.731 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update containers and services] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:135 Saturday 25 May 2024 17:17:39 +0000 (0:00:00.020) 0:02:04.752 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml for sut TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:2 Saturday 25 May 2024 17:17:39 +0000 (0:00:00.080) 0:02:04.832 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 25 May 2024 17:17:39 +0000 (0:00:00.035) 0:02:04.868 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 25 May 2024 17:17:39 +0000 (0:00:00.020) 0:02:04.888 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 25 May 2024 17:17:39 +0000 (0:00:00.020) 0:02:04.909 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get the host mount volumes] ****************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:7 Saturday 25 May 2024 17:17:39 +0000 (0:00:00.020) 0:02:04.929 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:23 Saturday 25 May 2024 17:17:39 +0000 (0:00:00.021) 0:02:04.951 ********** TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:39 Saturday 25 May 2024 17:17:39 +0000 (0:00:00.018) 0:02:04.969 ********** ok: [sut] => (item=None) => { "attempts": 1, "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } 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 : Check the kubernetes yaml file] ************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:72 Saturday 25 May 2024 17:17:40 +0000 (0:00:00.779) 0:02:05.749 ********** ok: [sut] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1716657445.2104306, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fb0097683a2e5c8909a8037d64ddc1b350aed0be", "ctime": 1716657444.791437, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 130023812, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1716657444.59744, "nlink": 1, "path": "/etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 244, "uid": 0, "version": "1704143309", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.podman : Ensure the kubernetes directory is present] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:80 Saturday 25 May 2024 17:17:40 +0000 (0:00:00.284) 0:02:06.034 ********** ok: [sut] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers/ansible-kubernetes.d", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 34, "state": "directory", "uid": 0 } TASK [linux-system-roles.podman : Ensure kubernetes yaml files are present] **** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:89 Saturday 25 May 2024 17:17:40 +0000 (0:00:00.268) 0:02:06.302 ********** ok: [sut] => { "changed": false, "checksum": "fb0097683a2e5c8909a8037d64ddc1b350aed0be", "dest": "/etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml", "secontext": "system_u:object_r:etc_t:s0", "size": 244, "state": "file", "uid": 0 } TASK [linux-system-roles.podman : Update containers/pods] ********************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:99 Saturday 25 May 2024 17:17:41 +0000 (0:00:00.661) 0:02:06.964 ********** ok: [sut] => { "actions": [ "/usr/bin/podman play kube --start=true /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml" ], "changed": false } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:108 Saturday 25 May 2024 17:17:41 +0000 (0:00:00.460) 0:02:07.425 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Enable service] ****************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:120 Saturday 25 May 2024 17:17:41 +0000 (0:00:00.022) 0:02:07.447 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:133 Saturday 25 May 2024 17:17:41 +0000 (0:00:00.022) 0:02:07.470 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:147 Saturday 25 May 2024 17:17:41 +0000 (0:00:00.021) 0:02:07.491 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:146 Saturday 25 May 2024 17:17:41 +0000 (0:00:00.023) 0:02:07.515 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 25 May 2024 17:17:41 +0000 (0:00:00.051) 0:02:07.566 ********** ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": { "Container": { "ContainerName": "auth_test_1_quadlet", "Image": "localhost:5000/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 25 May 2024 17:17:41 +0000 (0:00:00.027) 0:02:07.593 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 25 May 2024 17:17:41 +0000 (0:00:00.026) 0:02:07.620 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 25 May 2024 17:17:41 +0000 (0:00:00.026) 0:02:07.646 ********** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "auth_test_1_quadlet", "__podman_quadlet_type": "container", "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 25 May 2024 17:17:41 +0000 (0:00:00.030) 0:02:07.677 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:17:42 +0000 (0:00:00.037) 0:02:07.714 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:17:42 +0000 (0:00:00.062) 0:02:07.776 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:17:42 +0000 (0:00:00.025) 0:02:07.802 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:17:42 +0000 (0:00:00.028) 0:02:07.831 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:17:42 +0000 (0:00:00.267) 0:02:08.098 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:17:42 +0000 (0:00:00.029) 0:02:08.128 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657400.2921023, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716657366.3866093, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:17:42 +0000 (0:00:00.274) 0:02:08.403 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:17:42 +0000 (0:00:00.021) 0:02:08.425 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:17:42 +0000 (0:00:00.022) 0:02:08.448 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:17:42 +0000 (0:00:00.022) 0:02:08.470 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:17:42 +0000 (0:00:00.022) 0:02:08.492 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:17:42 +0000 (0:00:00.021) 0:02:08.514 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:17:42 +0000 (0:00:00.022) 0:02:08.537 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:17:42 +0000 (0:00:00.021) 0:02:08.559 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 25 May 2024 17:17:42 +0000 (0:00:00.021) 0:02:08.581 ********** ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": false, "__podman_images_found": [ "localhost:5000/libpod/testimage:20210610" ], "__podman_kube_yamls_raw": "", "__podman_service_name": "auth_test_1_quadlet.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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 25 May 2024 17:17:42 +0000 (0:00:00.038) 0:02:08.619 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 25 May 2024 17:17:42 +0000 (0:00:00.022) 0:02:08.642 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 25 May 2024 17:17:42 +0000 (0:00:00.026) 0:02:08.668 ********** ok: [sut] => { "ansible_facts": { "__podman_images": [ "localhost:5000/libpod/testimage:20210610" ], "__podman_quadlet_file": "/etc/containers/systemd/auth_test_1_quadlet.container", "__podman_volumes": [] }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 6] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 25 May 2024 17:17:43 +0000 (0:00:00.083) 0:02:08.752 ********** 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 : Cleanup quadlets] **************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:220 Saturday 25 May 2024 17:17:43 +0000 (0:00:00.032) 0:02:08.784 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:224 Saturday 25 May 2024 17:17:43 +0000 (0:00:00.020) 0:02:08.805 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Saturday 25 May 2024 17:17:43 +0000 (0:00:00.043) 0:02:08.848 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 25 May 2024 17:17:43 +0000 (0:00:00.035) 0:02:08.884 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 25 May 2024 17:17:43 +0000 (0:00:00.020) 0:02:08.905 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 25 May 2024 17:17:43 +0000 (0:00:00.021) 0:02:08.926 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:7 Saturday 25 May 2024 17:17:43 +0000 (0:00:00.020) 0:02:08.947 ********** TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:23 Saturday 25 May 2024 17:17:43 +0000 (0:00:00.020) 0:02:08.967 ********** ok: [sut] => (item=None) => { "attempts": 1, "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } 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 : Ensure the quadlet directory is present] ***** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:47 Saturday 25 May 2024 17:17:43 +0000 (0:00:00.741) 0:02:09.708 ********** ok: [sut] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers/systemd", "secontext": "system_u:object_r:etc_t:s0", "size": 43, "state": "directory", "uid": 0 } TASK [linux-system-roles.podman : Ensure quadlet file is copied] *************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:56 Saturday 25 May 2024 17:17:44 +0000 (0:00:00.284) 0:02:09.992 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:66 Saturday 25 May 2024 17:17:44 +0000 (0:00:00.021) 0:02:10.014 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:78 Saturday 25 May 2024 17:17:44 +0000 (0:00:00.070) 0:02:10.084 ********** ok: [sut] => { "changed": false, "checksum": "1127036af0ba22b83d33a5a35ab54db2c5855175", "dest": "/etc/containers/systemd/auth_test_1_quadlet.container", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/etc/containers/systemd/auth_test_1_quadlet.container", "secontext": "system_u:object_r:etc_t:s0", "size": 171, "state": "file", "uid": 0 } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:90 Saturday 25 May 2024 17:17:45 +0000 (0:00:00.687) 0:02:10.771 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:119 Saturday 25 May 2024 17:17:45 +0000 (0:00:00.022) 0:02:10.794 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:135 Saturday 25 May 2024 17:17:45 +0000 (0:00:00.022) 0:02:10.816 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:153 Saturday 25 May 2024 17:17:45 +0000 (0:00:00.023) 0:02:10.840 ********** TASK [linux-system-roles.podman : Handle credential files - absent] ************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:159 Saturday 25 May 2024 17:17:45 +0000 (0:00:00.020) 0:02:10.860 ********** 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 certs.d files - absent] *************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:168 Saturday 25 May 2024 17:17:45 +0000 (0:00:00.019) 0:02:10.879 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Get authfile locally] **************************************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/tests_auth_and_security.yml:146 Saturday 25 May 2024 17:17:45 +0000 (0:00:00.020) 0:02:10.900 ********** changed: [sut] => { "changed": true, "checksum": "b819d75ccfa3c80e53a58ff6bf6cebaa53935c90", "dest": "/tmp/lsr_smg5yo0y_podman/auth.json", "md5sum": "f15cd4419e7120618eaac8d321813d3d", "remote_checksum": "b819d75ccfa3c80e53a58ff6bf6cebaa53935c90", "remote_md5sum": null } TASK [Provide a credentials file - root] *************************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/tests_auth_and_security.yml:152 Saturday 25 May 2024 17:17:45 +0000 (0:00:00.323) 0:02:11.223 ********** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 25 May 2024 17:17:45 +0000 (0:00:00.059) 0:02:11.282 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 25 May 2024 17:17:45 +0000 (0:00:00.035) 0:02:11.318 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 25 May 2024 17:17:45 +0000 (0:00:00.082) 0:02:11.400 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 25 May 2024 17:17:45 +0000 (0:00:00.020) 0:02:11.421 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 25 May 2024 17:17:45 +0000 (0:00:00.020) 0:02:11.441 ********** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciyjjzgqcv/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" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 25 May 2024 17:17:45 +0000 (0:00:00.051) 0:02:11.493 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 25 May 2024 17:17:47 +0000 (0:00:01.908) 0:02:13.401 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 25 May 2024 17:17:47 +0000 (0:00:00.020) 0:02:13.422 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 25 May 2024 17:17:47 +0000 (0:00:00.056) 0:02:13.478 ********** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.040653", "end": "2024-05-25 17:17:48.038669", "rc": 0, "start": "2024-05-25 17:17:47.998016" } STDOUT: podman version 4.9.4-dev TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Saturday 25 May 2024 17:17:48 +0000 (0:00:00.305) 0:02:13.784 ********** ok: [sut] => { "ansible_facts": { "podman_version": "4.9.4-dev" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Saturday 25 May 2024 17:17:48 +0000 (0:00:00.025) 0:02:13.810 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Saturday 25 May 2024 17:17:48 +0000 (0:00:00.023) 0:02:13.833 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Saturday 25 May 2024 17:17:48 +0000 (0:00:00.043) 0:02:13.877 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:17:48 +0000 (0:00:00.040) 0:02:13.917 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:17:48 +0000 (0:00:00.025) 0:02:13.943 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:17:48 +0000 (0:00:00.028) 0:02:13.971 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:17:48 +0000 (0:00:00.027) 0:02:13.999 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:17:48 +0000 (0:00:00.261) 0:02:14.260 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:17:48 +0000 (0:00:00.025) 0:02:14.286 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657400.2921023, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716657366.3866093, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:17:48 +0000 (0:00:00.272) 0:02:14.558 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:17:48 +0000 (0:00:00.021) 0:02:14.580 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:17:48 +0000 (0:00:00.059) 0:02:14.640 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:17:48 +0000 (0:00:00.022) 0:02:14.662 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:17:48 +0000 (0:00:00.022) 0:02:14.684 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:17:48 +0000 (0:00:00.022) 0:02:14.707 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:17:49 +0000 (0:00:00.021) 0:02:14.729 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:17:49 +0000 (0:00:00.021) 0:02:14.750 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Saturday 25 May 2024 17:17:49 +0000 (0:00:00.023) 0:02:14.773 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Saturday 25 May 2024 17:17:49 +0000 (0:00:00.031) 0:02:14.805 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 25 May 2024 17:17:49 +0000 (0:00:00.046) 0:02:14.851 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 25 May 2024 17:17:49 +0000 (0:00:00.023) 0:02:14.875 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Saturday 25 May 2024 17:17:49 +0000 (0:00:00.022) 0:02:14.898 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 25 May 2024 17:17:49 +0000 (0:00:00.040) 0:02:14.938 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 25 May 2024 17:17:49 +0000 (0:00:00.022) 0:02:14.961 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Saturday 25 May 2024 17:17:49 +0000 (0:00:00.021) 0:02:14.982 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 25 May 2024 17:17:49 +0000 (0:00:00.039) 0:02:15.022 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 25 May 2024 17:17:49 +0000 (0:00:00.020) 0:02:15.043 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Saturday 25 May 2024 17:17:49 +0000 (0:00:00.054) 0:02:15.097 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 25 May 2024 17:17:49 +0000 (0:00:00.041) 0:02:15.138 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 25 May 2024 17:17:49 +0000 (0:00:00.021) 0:02:15.160 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 25 May 2024 17:17:49 +0000 (0:00:00.020) 0:02:15.180 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 25 May 2024 17:17:49 +0000 (0:00:00.019) 0:02:15.199 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Saturday 25 May 2024 17:17:49 +0000 (0:00:00.020) 0:02:15.220 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Saturday 25 May 2024 17:17:49 +0000 (0:00:00.020) 0:02:15.240 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Keep track of users that need to cancel linger] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Saturday 25 May 2024 17:17:49 +0000 (0:00:00.020) 0:02:15.261 ********** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [linux-system-roles.podman : Handle certs.d files - present] ************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Saturday 25 May 2024 17:17:49 +0000 (0:00:00.018) 0:02:15.280 ********** 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 credential files - present] *********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:123 Saturday 25 May 2024 17:17:49 +0000 (0:00:00.019) 0:02:15.299 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml for sut TASK [linux-system-roles.podman : Set user and group] ************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:3 Saturday 25 May 2024 17:17:49 +0000 (0:00:00.047) 0:02:15.347 ********** ok: [sut] => { "ansible_facts": { "__podman_credential_group": "", "__podman_credential_user": "root" }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:11 Saturday 25 May 2024 17:17:49 +0000 (0:00:00.021) 0:02:15.369 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:17:49 +0000 (0:00:00.034) 0:02:15.403 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:17:49 +0000 (0:00:00.025) 0:02:15.429 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:17:49 +0000 (0:00:00.066) 0:02:15.495 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:17:49 +0000 (0:00:00.028) 0:02:15.524 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:17:50 +0000 (0:00:00.272) 0:02:15.797 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:17:50 +0000 (0:00:00.026) 0:02:15.823 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657400.2921023, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716657366.3866093, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:17:50 +0000 (0:00:00.269) 0:02:16.093 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:17:50 +0000 (0:00:00.021) 0:02:16.114 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:17:50 +0000 (0:00:00.019) 0:02:16.134 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:17:50 +0000 (0:00:00.020) 0:02:16.155 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:17:50 +0000 (0:00:00.021) 0:02:16.176 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:17:50 +0000 (0:00:00.020) 0:02:16.196 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:17:50 +0000 (0:00:00.020) 0:02:16.217 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:17:50 +0000 (0:00:00.019) 0:02:16.237 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set credential variables] ******************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:17 Saturday 25 May 2024 17:17:50 +0000 (0:00:00.020) 0:02:16.258 ********** 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 : Ensure the credentials directory is present] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:45 Saturday 25 May 2024 17:17:50 +0000 (0:00:00.030) 0:02:16.288 ********** changed: [sut] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/root/.config/containers", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [linux-system-roles.podman : Ensure credential file is copied] ************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:53 Saturday 25 May 2024 17:17:50 +0000 (0:00:00.280) 0:02:16.568 ********** 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 : Ensure credential file content is present] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:63 Saturday 25 May 2024 17:17:51 +0000 (0:00:00.721) 0:02:17.290 ********** 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 : Ensure credential file is absent] ************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:80 Saturday 25 May 2024 17:17:51 +0000 (0:00:00.023) 0:02:17.313 ********** 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 : Find files in credentials directory] ********* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:86 Saturday 25 May 2024 17:17:51 +0000 (0:00:00.020) 0:02:17.334 ********** 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 : Ensure the credentials directory is absent if empty] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:94 Saturday 25 May 2024 17:17:51 +0000 (0:00:00.021) 0:02:17.355 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Saturday 25 May 2024 17:17:51 +0000 (0:00:00.020) 0:02:17.376 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:139 Saturday 25 May 2024 17:17:51 +0000 (0:00:00.020) 0:02:17.396 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml for sut TASK [linux-system-roles.podman : Set per-container variables part 0] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:14 Saturday 25 May 2024 17:17:51 +0000 (0:00:00.051) 0:02:17.447 ********** ok: [sut] => { "ansible_facts": { "__podman_kube_spec": { "state": "started" }, "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: auth_test_1_kube\nspec:\n containers:\n - image: localhost:5000/libpod/testimage:20210610\n name: auth_test_1_kube\n" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 1] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:34 Saturday 25 May 2024 17:17:51 +0000 (0:00:00.027) 0:02:17.474 ********** ok: [sut] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_kube": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "auth_test_1_kube" }, "spec": { "containers": [ { "image": "localhost:5000/libpod/testimage:20210610", "name": "auth_test_1_kube" } ] } }, "__podman_kube_file": "", "__podman_pull_image": true, "__podman_state": "created", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 2] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:60 Saturday 25 May 2024 17:17:51 +0000 (0:00:00.028) 0:02:17.503 ********** ok: [sut] => { "ansible_facts": { "__podman_kube_name": "auth_test_1_kube", "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:66 Saturday 25 May 2024 17:17:51 +0000 (0:00:00.022) 0:02:17.525 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:17:51 +0000 (0:00:00.035) 0:02:17.561 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:17:51 +0000 (0:00:00.025) 0:02:17.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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:17:51 +0000 (0:00:00.025) 0:02:17.611 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:17:51 +0000 (0:00:00.026) 0:02:17.638 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:17:52 +0000 (0:00:00.277) 0:02:17.915 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:17:52 +0000 (0:00:00.027) 0:02:17.943 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657400.2921023, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716657366.3866093, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:17:52 +0000 (0:00:00.270) 0:02:18.213 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:17:52 +0000 (0:00:00.021) 0:02:18.234 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:17:52 +0000 (0:00:00.021) 0:02:18.256 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:17:52 +0000 (0:00:00.021) 0:02:18.278 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:17:52 +0000 (0:00:00.020) 0:02:18.299 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:17:52 +0000 (0:00:00.023) 0:02:18.322 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:17:52 +0000 (0:00:00.021) 0:02:18.343 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:17:52 +0000 (0:00:00.022) 0:02:18.365 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if no kube spec is given] *************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:71 Saturday 25 May 2024 17:17:52 +0000 (0:00:00.021) 0:02:18.387 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:80 Saturday 25 May 2024 17:17:52 +0000 (0:00:00.021) 0:02:18.408 ********** ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:94 Saturday 25 May 2024 17:17:52 +0000 (0:00:00.033) 0:02:18.442 ********** ok: [sut] => { "ansible_facts": { "__podman_kube_path": "/etc/containers/ansible-kubernetes.d" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 5] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:100 Saturday 25 May 2024 17:17:52 +0000 (0:00:00.022) 0:02:18.465 ********** ok: [sut] => { "ansible_facts": { "__podman_kube_file": "/etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 6] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:108 Saturday 25 May 2024 17:17:52 +0000 (0:00:00.021) 0:02:18.486 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Get service name using systemd-escape] ******* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:123 Saturday 25 May 2024 17:17:52 +0000 (0:00:00.024) 0:02:18.511 ********** ok: [sut] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml" ], "delta": "0:00:00.007753", "end": "2024-05-25 17:17:53.045097", "rc": 0, "start": "2024-05-25 17:17:53.037344" } STDOUT: podman-kube@-etc-containers-ansible\x2dkubernetes.d-auth_test_1_kube.yml.service TASK [linux-system-roles.podman : Cleanup containers and services] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:131 Saturday 25 May 2024 17:17:53 +0000 (0:00:00.315) 0:02:18.826 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update containers and services] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:135 Saturday 25 May 2024 17:17:53 +0000 (0:00:00.020) 0:02:18.847 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml for sut TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:2 Saturday 25 May 2024 17:17:53 +0000 (0:00:00.044) 0:02:18.891 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 25 May 2024 17:17:53 +0000 (0:00:00.034) 0:02:18.926 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 25 May 2024 17:17:53 +0000 (0:00:00.021) 0:02:18.947 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 25 May 2024 17:17:53 +0000 (0:00:00.020) 0:02:18.967 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get the host mount volumes] ****************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:7 Saturday 25 May 2024 17:17:53 +0000 (0:00:00.020) 0:02:18.988 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:23 Saturday 25 May 2024 17:17:53 +0000 (0:00:00.020) 0:02:19.008 ********** TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:39 Saturday 25 May 2024 17:17:53 +0000 (0:00:00.019) 0:02:19.028 ********** ok: [sut] => (item=None) => { "attempts": 1, "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } 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 : Check the kubernetes yaml file] ************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:72 Saturday 25 May 2024 17:17:54 +0000 (0:00:00.758) 0:02:19.786 ********** ok: [sut] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1716657445.2104306, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fb0097683a2e5c8909a8037d64ddc1b350aed0be", "ctime": 1716657444.791437, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 130023812, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1716657444.59744, "nlink": 1, "path": "/etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 244, "uid": 0, "version": "1704143309", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.podman : Ensure the kubernetes directory is present] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:80 Saturday 25 May 2024 17:17:54 +0000 (0:00:00.275) 0:02:20.062 ********** ok: [sut] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers/ansible-kubernetes.d", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 34, "state": "directory", "uid": 0 } TASK [linux-system-roles.podman : Ensure kubernetes yaml files are present] **** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:89 Saturday 25 May 2024 17:17:54 +0000 (0:00:00.315) 0:02:20.377 ********** ok: [sut] => { "changed": false, "checksum": "fb0097683a2e5c8909a8037d64ddc1b350aed0be", "dest": "/etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml", "secontext": "system_u:object_r:etc_t:s0", "size": 244, "state": "file", "uid": 0 } TASK [linux-system-roles.podman : Update containers/pods] ********************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:99 Saturday 25 May 2024 17:17:55 +0000 (0:00:00.671) 0:02:21.049 ********** ok: [sut] => { "actions": [ "/usr/bin/podman play kube --start=true /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml" ], "changed": false } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:108 Saturday 25 May 2024 17:17:55 +0000 (0:00:00.432) 0:02:21.482 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Enable service] ****************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:120 Saturday 25 May 2024 17:17:55 +0000 (0:00:00.024) 0:02:21.506 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:133 Saturday 25 May 2024 17:17:55 +0000 (0:00:00.023) 0:02:21.529 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:147 Saturday 25 May 2024 17:17:55 +0000 (0:00:00.023) 0:02:21.552 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:146 Saturday 25 May 2024 17:17:55 +0000 (0:00:00.024) 0:02:21.577 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 25 May 2024 17:17:55 +0000 (0:00:00.054) 0:02:21.631 ********** ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": { "Container": { "ContainerName": "auth_test_1_quadlet", "Image": "localhost:5000/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 25 May 2024 17:17:55 +0000 (0:00:00.027) 0:02:21.659 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 25 May 2024 17:17:55 +0000 (0:00:00.026) 0:02:21.685 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 2] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 25 May 2024 17:17:55 +0000 (0:00:00.021) 0:02:21.707 ********** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "auth_test_1_quadlet", "__podman_quadlet_type": "container", "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 25 May 2024 17:17:56 +0000 (0:00:00.029) 0:02:21.737 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:17:56 +0000 (0:00:00.081) 0:02:21.818 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:17:56 +0000 (0:00:00.028) 0:02:21.846 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:17:56 +0000 (0:00:00.025) 0:02:21.872 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:17:56 +0000 (0:00:00.028) 0:02:21.900 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:17:56 +0000 (0:00:00.275) 0:02:22.175 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:17:56 +0000 (0:00:00.026) 0:02:22.202 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657400.2921023, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716657366.3866093, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:17:56 +0000 (0:00:00.260) 0:02:22.462 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:17:56 +0000 (0:00:00.021) 0:02:22.483 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:17:56 +0000 (0:00:00.021) 0:02:22.505 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:17:56 +0000 (0:00:00.021) 0:02:22.526 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:17:56 +0000 (0:00:00.022) 0:02:22.548 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:17:56 +0000 (0:00:00.020) 0:02:22.568 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:17:56 +0000 (0:00:00.020) 0:02:22.589 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:17:56 +0000 (0:00:00.020) 0:02:22.610 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 25 May 2024 17:17:56 +0000 (0:00:00.021) 0:02:22.631 ********** ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": false, "__podman_images_found": [ "localhost:5000/libpod/testimage:20210610" ], "__podman_kube_yamls_raw": "", "__podman_service_name": "auth_test_1_quadlet.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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 25 May 2024 17:17:56 +0000 (0:00:00.080) 0:02:22.712 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 25 May 2024 17:17:57 +0000 (0:00:00.022) 0:02:22.734 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 25 May 2024 17:17:57 +0000 (0:00:00.022) 0:02:22.757 ********** ok: [sut] => { "ansible_facts": { "__podman_images": [ "localhost:5000/libpod/testimage:20210610" ], "__podman_quadlet_file": "/etc/containers/systemd/auth_test_1_quadlet.container", "__podman_volumes": [] }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 6] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 25 May 2024 17:17:57 +0000 (0:00:00.041) 0:02:22.799 ********** 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 : Cleanup quadlets] **************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:220 Saturday 25 May 2024 17:17:57 +0000 (0:00:00.024) 0:02:22.823 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:224 Saturday 25 May 2024 17:17:57 +0000 (0:00:00.021) 0:02:22.845 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Saturday 25 May 2024 17:17:57 +0000 (0:00:00.044) 0:02:22.889 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 25 May 2024 17:17:57 +0000 (0:00:00.036) 0:02:22.926 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 25 May 2024 17:17:57 +0000 (0:00:00.021) 0:02:22.947 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 25 May 2024 17:17:57 +0000 (0:00:00.020) 0:02:22.967 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:7 Saturday 25 May 2024 17:17:57 +0000 (0:00:00.020) 0:02:22.988 ********** TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:23 Saturday 25 May 2024 17:17:57 +0000 (0:00:00.019) 0:02:23.008 ********** ok: [sut] => (item=None) => { "attempts": 1, "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } 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 : Ensure the quadlet directory is present] ***** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:47 Saturday 25 May 2024 17:17:58 +0000 (0:00:00.829) 0:02:23.837 ********** 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": 43, "state": "directory", "uid": 0 } TASK [linux-system-roles.podman : Ensure quadlet file is copied] *************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:56 Saturday 25 May 2024 17:17:58 +0000 (0:00:00.271) 0:02:24.108 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:66 Saturday 25 May 2024 17:17:58 +0000 (0:00:00.023) 0:02:24.132 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:78 Saturday 25 May 2024 17:17:58 +0000 (0:00:00.023) 0:02:24.155 ********** ok: [sut] => { "changed": false, "checksum": "1127036af0ba22b83d33a5a35ab54db2c5855175", "dest": "/etc/containers/systemd/auth_test_1_quadlet.container", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/etc/containers/systemd/auth_test_1_quadlet.container", "secontext": "system_u:object_r:etc_t:s0", "size": 171, "state": "file", "uid": 0 } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:90 Saturday 25 May 2024 17:17:59 +0000 (0:00:00.648) 0:02:24.803 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:119 Saturday 25 May 2024 17:17:59 +0000 (0:00:00.023) 0:02:24.827 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:135 Saturday 25 May 2024 17:17:59 +0000 (0:00:00.021) 0:02:24.848 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:153 Saturday 25 May 2024 17:17:59 +0000 (0:00:00.025) 0:02:24.874 ********** TASK [linux-system-roles.podman : Handle credential files - absent] ************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:159 Saturday 25 May 2024 17:17:59 +0000 (0:00:00.019) 0:02:24.894 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml for sut TASK [linux-system-roles.podman : Set user and group] ************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:3 Saturday 25 May 2024 17:17:59 +0000 (0:00:00.055) 0:02:24.949 ********** ok: [sut] => { "ansible_facts": { "__podman_credential_group": "", "__podman_credential_user": "root" }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:11 Saturday 25 May 2024 17:17:59 +0000 (0:00:00.022) 0:02:24.971 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:17:59 +0000 (0:00:00.033) 0:02:25.005 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:17:59 +0000 (0:00:00.024) 0:02:25.030 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:17:59 +0000 (0:00:00.062) 0:02:25.092 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:17:59 +0000 (0:00:00.028) 0:02:25.121 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:17:59 +0000 (0:00:00.274) 0:02:25.396 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:17:59 +0000 (0:00:00.027) 0:02:25.423 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657400.2921023, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716657366.3866093, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:17:59 +0000 (0:00:00.277) 0:02:25.700 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:18:00 +0000 (0:00:00.021) 0:02:25.722 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:18:00 +0000 (0:00:00.022) 0:02:25.744 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:18:00 +0000 (0:00:00.021) 0:02:25.765 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:18:00 +0000 (0:00:00.023) 0:02:25.788 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:18:00 +0000 (0:00:00.023) 0:02:25.812 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:18:00 +0000 (0:00:00.023) 0:02:25.836 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:18:00 +0000 (0:00:00.023) 0:02:25.859 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set credential variables] ******************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:17 Saturday 25 May 2024 17:18:00 +0000 (0:00:00.021) 0:02:25.880 ********** 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 : Ensure the credentials directory is present] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:45 Saturday 25 May 2024 17:18:00 +0000 (0:00:00.031) 0:02:25.912 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure credential file is copied] ************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:53 Saturday 25 May 2024 17:18:00 +0000 (0:00:00.023) 0:02:25.936 ********** 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 : Ensure credential file content is present] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:63 Saturday 25 May 2024 17:18:00 +0000 (0:00:00.023) 0:02:25.959 ********** 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 : Ensure credential file is absent] ************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:80 Saturday 25 May 2024 17:18:00 +0000 (0:00:00.060) 0:02:26.020 ********** 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 : Find files in credentials directory] ********* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:86 Saturday 25 May 2024 17:18:00 +0000 (0:00:00.020) 0:02:26.041 ********** 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 : Ensure the credentials directory is absent if empty] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:94 Saturday 25 May 2024 17:18:00 +0000 (0:00:00.021) 0:02:26.063 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle certs.d files - absent] *************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:168 Saturday 25 May 2024 17:18:00 +0000 (0:00:00.020) 0:02:26.083 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Remove all container resources - root] *********************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/tests_auth_and_security.yml:164 Saturday 25 May 2024 17:18:00 +0000 (0:00:00.020) 0:02:26.104 ********** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 25 May 2024 17:18:00 +0000 (0:00:00.065) 0:02:26.169 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 25 May 2024 17:18:00 +0000 (0:00:00.035) 0:02:26.205 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 25 May 2024 17:18:00 +0000 (0:00:00.025) 0:02:26.231 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 25 May 2024 17:18:00 +0000 (0:00:00.021) 0:02:26.252 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 25 May 2024 17:18:00 +0000 (0:00:00.022) 0:02:26.274 ********** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciyjjzgqcv/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" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 25 May 2024 17:18:00 +0000 (0:00:00.051) 0:02:26.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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 25 May 2024 17:18:02 +0000 (0:00:01.872) 0:02:28.199 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 25 May 2024 17:18:02 +0000 (0:00:00.022) 0:02:28.221 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 25 May 2024 17:18:02 +0000 (0:00:00.027) 0:02:28.248 ********** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.038761", "end": "2024-05-25 17:18:02.800497", "rc": 0, "start": "2024-05-25 17:18:02.761736" } STDOUT: podman version 4.9.4-dev TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Saturday 25 May 2024 17:18:02 +0000 (0:00:00.294) 0:02:28.543 ********** ok: [sut] => { "ansible_facts": { "podman_version": "4.9.4-dev" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Saturday 25 May 2024 17:18:02 +0000 (0:00:00.022) 0:02:28.565 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Saturday 25 May 2024 17:18:02 +0000 (0:00:00.020) 0:02:28.586 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Saturday 25 May 2024 17:18:02 +0000 (0:00:00.040) 0:02:28.626 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:18:02 +0000 (0:00:00.038) 0:02:28.665 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:18:02 +0000 (0:00:00.025) 0:02:28.690 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:18:03 +0000 (0:00:00.088) 0:02:28.778 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:18:03 +0000 (0:00:00.028) 0:02:28.806 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:18:03 +0000 (0:00:00.291) 0:02:29.098 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:18:03 +0000 (0:00:00.027) 0:02:29.125 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657400.2921023, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716657366.3866093, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:18:03 +0000 (0:00:00.273) 0:02:29.399 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:18:03 +0000 (0:00:00.020) 0:02:29.420 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:18:03 +0000 (0:00:00.021) 0:02:29.441 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:18:03 +0000 (0:00:00.021) 0:02:29.463 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:18:03 +0000 (0:00:00.020) 0:02:29.484 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:18:03 +0000 (0:00:00.021) 0:02:29.506 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:18:03 +0000 (0:00:00.020) 0:02:29.526 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:18:03 +0000 (0:00:00.021) 0:02:29.548 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Saturday 25 May 2024 17:18:03 +0000 (0:00:00.020) 0:02:29.568 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Saturday 25 May 2024 17:18:03 +0000 (0:00:00.028) 0:02:29.597 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 25 May 2024 17:18:03 +0000 (0:00:00.039) 0:02:29.636 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 25 May 2024 17:18:03 +0000 (0:00:00.062) 0:02:29.699 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Saturday 25 May 2024 17:18:04 +0000 (0:00:00.022) 0:02:29.722 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 25 May 2024 17:18:04 +0000 (0:00:00.041) 0:02:29.764 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 25 May 2024 17:18:04 +0000 (0:00:00.021) 0:02:29.785 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Saturday 25 May 2024 17:18:04 +0000 (0:00:00.021) 0:02:29.807 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 25 May 2024 17:18:04 +0000 (0:00:00.041) 0:02:29.849 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 25 May 2024 17:18:04 +0000 (0:00:00.021) 0:02:29.871 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Saturday 25 May 2024 17:18:04 +0000 (0:00:00.021) 0:02:29.892 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 25 May 2024 17:18:04 +0000 (0:00:00.043) 0:02:29.936 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 25 May 2024 17:18:04 +0000 (0:00:00.022) 0:02:29.959 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 25 May 2024 17:18:04 +0000 (0:00:00.021) 0:02:29.981 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 25 May 2024 17:18:04 +0000 (0:00:00.022) 0:02:30.003 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Saturday 25 May 2024 17:18:04 +0000 (0:00:00.022) 0:02:30.026 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Saturday 25 May 2024 17:18:04 +0000 (0:00:00.022) 0:02:30.048 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Keep track of users that need to cancel linger] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Saturday 25 May 2024 17:18:04 +0000 (0:00:00.021) 0:02:30.069 ********** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [linux-system-roles.podman : Handle certs.d files - present] ************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Saturday 25 May 2024 17:18:04 +0000 (0:00:00.060) 0:02:30.129 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml for sut TASK [linux-system-roles.podman : Check given registry_host] ******************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:3 Saturday 25 May 2024 17:18:04 +0000 (0:00:00.050) 0:02:30.179 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-cert spec variables part 0] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:10 Saturday 25 May 2024 17:18:04 +0000 (0:00:00.023) 0:02:30.203 ********** ok: [sut] => { "ansible_facts": { "__podman_user": "root" }, "changed": false } TASK [linux-system-roles.podman : Set per-cert spec variables part 1] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:15 Saturday 25 May 2024 17:18:04 +0000 (0:00:00.022) 0:02:30.225 ********** ok: [sut] => { "ansible_facts": { "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:19 Saturday 25 May 2024 17:18:04 +0000 (0:00:00.024) 0:02:30.250 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:18:04 +0000 (0:00:00.038) 0:02:30.289 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:18:04 +0000 (0:00:00.026) 0:02:30.315 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:18:04 +0000 (0:00:00.026) 0:02:30.342 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:18:04 +0000 (0:00:00.030) 0:02:30.372 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:18:04 +0000 (0:00:00.265) 0:02:30.638 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:18:04 +0000 (0:00:00.028) 0:02:30.667 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657400.2921023, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716657366.3866093, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:18:05 +0000 (0:00:00.259) 0:02:30.927 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:18:05 +0000 (0:00:00.021) 0:02:30.948 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:18:05 +0000 (0:00:00.021) 0:02:30.970 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:18:05 +0000 (0:00:00.076) 0:02:31.046 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:18:05 +0000 (0:00:00.022) 0:02:31.069 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:18:05 +0000 (0:00:00.028) 0:02:31.098 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:18:05 +0000 (0:00:00.022) 0:02:31.120 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:18:05 +0000 (0:00:00.021) 0:02:31.142 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-cert spec variables part 2] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:24 Saturday 25 May 2024 17:18:05 +0000 (0:00:00.022) 0:02:31.165 ********** ok: [sut] => { "ansible_facts": { "__podman_user_home_dir": "/root" }, "changed": false } TASK [linux-system-roles.podman : Set per-cert spec variables part 3] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:29 Saturday 25 May 2024 17:18:05 +0000 (0:00:00.027) 0:02:31.192 ********** ok: [sut] => { "ansible_facts": { "__podman_certs_d_path": "/etc/containers/certs.d/localhost:5000" }, "changed": false } TASK [linux-system-roles.podman : Set per-cert spec variables part 4] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:36 Saturday 25 May 2024 17:18:05 +0000 (0:00:00.023) 0:02:31.216 ********** 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 : Ensure certs.d directory] ******************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:70 Saturday 25 May 2024 17:18:05 +0000 (0:00:00.030) 0:02:31.247 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure certs.d files] ************************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:78 Saturday 25 May 2024 17:18:05 +0000 (0:00:00.024) 0:02:31.271 ********** skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } 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 : Remove certs.d files] ************************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:95 Saturday 25 May 2024 17:18:05 +0000 (0:00:00.032) 0:02:31.303 ********** skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } 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 : Find files in certs.d directory] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:102 Saturday 25 May 2024 17:18:05 +0000 (0:00:00.032) 0:02:31.336 ********** 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 : Ensure the certs.d directory is absent if empty] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:110 Saturday 25 May 2024 17:18:05 +0000 (0:00:00.023) 0:02:31.360 ********** 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 credential files - present] *********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:123 Saturday 25 May 2024 17:18:05 +0000 (0:00:00.023) 0:02:31.384 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml for sut TASK [linux-system-roles.podman : Set user and group] ************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:3 Saturday 25 May 2024 17:18:05 +0000 (0:00:00.058) 0:02:31.442 ********** ok: [sut] => { "ansible_facts": { "__podman_credential_group": "", "__podman_credential_user": "root" }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:11 Saturday 25 May 2024 17:18:05 +0000 (0:00:00.024) 0:02:31.466 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:18:05 +0000 (0:00:00.093) 0:02:31.560 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:18:05 +0000 (0:00:00.028) 0:02:31.588 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:18:05 +0000 (0:00:00.028) 0:02:31.617 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:18:05 +0000 (0:00:00.031) 0:02:31.648 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:18:06 +0000 (0:00:00.278) 0:02:31.927 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:18:06 +0000 (0:00:00.027) 0:02:31.955 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657400.2921023, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716657366.3866093, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:18:06 +0000 (0:00:00.281) 0:02:32.236 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:18:06 +0000 (0:00:00.022) 0:02:32.259 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:18:06 +0000 (0:00:00.024) 0:02:32.283 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:18:06 +0000 (0:00:00.022) 0:02:32.306 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:18:06 +0000 (0:00:00.022) 0:02:32.328 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:18:06 +0000 (0:00:00.024) 0:02:32.352 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:18:06 +0000 (0:00:00.023) 0:02:32.375 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:18:06 +0000 (0:00:00.022) 0:02:32.398 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set credential variables] ******************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:17 Saturday 25 May 2024 17:18:06 +0000 (0:00:00.022) 0:02:32.421 ********** 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 : Ensure the credentials directory is present] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:45 Saturday 25 May 2024 17:18:06 +0000 (0:00:00.033) 0:02:32.454 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure credential file is copied] ************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:53 Saturday 25 May 2024 17:18:06 +0000 (0:00:00.022) 0:02:32.477 ********** 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 : Ensure credential file content is present] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:63 Saturday 25 May 2024 17:18:06 +0000 (0:00:00.071) 0:02:32.548 ********** 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 : Ensure credential file is absent] ************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:80 Saturday 25 May 2024 17:18:06 +0000 (0:00:00.023) 0:02:32.572 ********** 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 : Find files in credentials directory] ********* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:86 Saturday 25 May 2024 17:18:06 +0000 (0:00:00.034) 0:02:32.607 ********** 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 : Ensure the credentials directory is absent if empty] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:94 Saturday 25 May 2024 17:18:06 +0000 (0:00:00.027) 0:02:32.634 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Saturday 25 May 2024 17:18:06 +0000 (0:00:00.025) 0:02:32.660 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:139 Saturday 25 May 2024 17:18:06 +0000 (0:00:00.022) 0:02:32.682 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml for sut TASK [linux-system-roles.podman : Set per-container variables part 0] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:14 Saturday 25 May 2024 17:18:07 +0000 (0:00:00.055) 0:02:32.738 ********** ok: [sut] => { "ansible_facts": { "__podman_kube_spec": { "state": "absent" }, "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: auth_test_1_kube\nspec:\n containers:\n - image: localhost:5000/libpod/testimage:20210610\n name: auth_test_1_kube\n" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 1] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:34 Saturday 25 May 2024 17:18:07 +0000 (0:00:00.027) 0:02:32.766 ********** ok: [sut] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_kube": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "auth_test_1_kube" }, "spec": { "containers": [ { "image": "localhost:5000/libpod/testimage:20210610", "name": "auth_test_1_kube" } ] } }, "__podman_kube_file": "", "__podman_pull_image": true, "__podman_state": "absent", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 2] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:60 Saturday 25 May 2024 17:18:07 +0000 (0:00:00.029) 0:02:32.795 ********** ok: [sut] => { "ansible_facts": { "__podman_kube_name": "auth_test_1_kube", "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:66 Saturday 25 May 2024 17:18:07 +0000 (0:00:00.022) 0:02:32.818 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:18:07 +0000 (0:00:00.038) 0:02:32.857 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:18:07 +0000 (0:00:00.027) 0:02:32.884 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:18:07 +0000 (0:00:00.025) 0:02:32.909 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:18:07 +0000 (0:00:00.028) 0:02:32.938 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:18:07 +0000 (0:00:00.275) 0:02:33.214 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:18:07 +0000 (0:00:00.115) 0:02:33.329 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657400.2921023, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716657366.3866093, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:18:07 +0000 (0:00:00.275) 0:02:33.605 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:18:07 +0000 (0:00:00.021) 0:02:33.627 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:18:07 +0000 (0:00:00.021) 0:02:33.648 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:18:07 +0000 (0:00:00.021) 0:02:33.670 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:18:07 +0000 (0:00:00.022) 0:02:33.692 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:18:08 +0000 (0:00:00.021) 0:02:33.714 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:18:08 +0000 (0:00:00.022) 0:02:33.736 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:18:08 +0000 (0:00:00.022) 0:02:33.758 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if no kube spec is given] *************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:71 Saturday 25 May 2024 17:18:08 +0000 (0:00:00.020) 0:02:33.779 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:80 Saturday 25 May 2024 17:18:08 +0000 (0:00:00.021) 0:02:33.801 ********** ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:94 Saturday 25 May 2024 17:18:08 +0000 (0:00:00.032) 0:02:33.834 ********** ok: [sut] => { "ansible_facts": { "__podman_kube_path": "/etc/containers/ansible-kubernetes.d" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 5] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:100 Saturday 25 May 2024 17:18:08 +0000 (0:00:00.023) 0:02:33.857 ********** ok: [sut] => { "ansible_facts": { "__podman_kube_file": "/etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 6] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:108 Saturday 25 May 2024 17:18:08 +0000 (0:00:00.023) 0:02:33.880 ********** 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 : Get service name using systemd-escape] ******* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:123 Saturday 25 May 2024 17:18:08 +0000 (0:00:00.025) 0:02:33.906 ********** ok: [sut] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml" ], "delta": "0:00:00.008496", "end": "2024-05-25 17:18:08.434649", "rc": 0, "start": "2024-05-25 17:18:08.426153" } STDOUT: podman-kube@-etc-containers-ansible\x2dkubernetes.d-auth_test_1_kube.yml.service TASK [linux-system-roles.podman : Cleanup containers and services] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:131 Saturday 25 May 2024 17:18:08 +0000 (0:00:00.271) 0:02:34.178 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml for sut TASK [linux-system-roles.podman : Stat XDG_RUNTIME_DIR] ************************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:2 Saturday 25 May 2024 17:18:08 +0000 (0:00:00.095) 0:02:34.274 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:10 Saturday 25 May 2024 17:18:08 +0000 (0:00:00.021) 0:02:34.295 ********** changed: [sut] => { "changed": true, "enabled": false, "failed_when_result": false, "name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "state": "stopped", "status": { "ActiveEnterTimestamp": "Sat 2024-05-25 17:17:28 UTC", "ActiveEnterTimestampMonotonic": "1781885858", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "sysinit.target system-podman\\x2dkube.slice -.mount systemd-journald.socket network-online.target basic.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-05-25 17:17:27 UTC", "AssertTimestampMonotonic": "1780872258", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-05-25 17:17:27 UTC", "ConditionTimestampMonotonic": "1780872256", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/system-podman\\x2dkube.slice/podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "man:podman-kube-play(1)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "Environment": "PODMAN_SYSTEMD_UNIT=podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "34683", "ExecMainStartTimestamp": "Sat 2024-05-25 17:17:28 UTC", "ExecMainStartTimestampMonotonic": "1781885830", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; ignore_errors=no ; start_time=[Sat 2024-05-25 17:17:27 UTC] ; stop_time=[n/a] ; pid=34570 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-05-25 17:17:27 UTC", "InactiveExitTimestampMonotonic": "1780873539", "InvocationID": "889b927d672c4f469fbdef75c907bce2", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "34683", "MemoryAccounting": "yes", "MemoryCurrent": "32301056", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "-.mount system-podman\\x2dkube.slice sysinit.target", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-05-25 17:17:28 UTC", "StateChangeTimestampMonotonic": "1781885858", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "20", "TasksMax": "22405", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 10s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "Wants": "network-online.target", "WatchdogTimestamp": "Sat 2024-05-25 17:17:28 UTC", "WatchdogTimestampMonotonic": "1781885855", "WatchdogUSec": "0" } } TASK [linux-system-roles.podman : Check if kube file exists] ******************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:28 Saturday 25 May 2024 17:18:09 +0000 (0:00:01.131) 0:02:35.427 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657445.2104306, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fb0097683a2e5c8909a8037d64ddc1b350aed0be", "ctime": 1716657444.791437, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 130023812, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1716657444.59744, "nlink": 1, "path": "/etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 244, "uid": 0, "version": "1704143309", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.podman : Remove pod/containers] *********************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:33 Saturday 25 May 2024 17:18:09 +0000 (0:00:00.209) 0:02:35.636 ********** changed: [sut] => { "actions": [ "/usr/bin/podman kube play --down /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml" ], "changed": true } STDOUT: Pods stopped: Pods removed: Secrets removed: Volumes removed: TASK [linux-system-roles.podman : Remove kubernetes yaml file] ***************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:45 Saturday 25 May 2024 17:18:10 +0000 (0:00:00.303) 0:02:35.940 ********** changed: [sut] => { "changed": true, "path": "/etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml", "state": "absent" } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:50 Saturday 25 May 2024 17:18:10 +0000 (0:00:00.204) 0:02:36.144 ********** changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.032301", "end": "2024-05-25 17:18:10.633493", "rc": 0, "start": "2024-05-25 17:18:10.601192" } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:59 Saturday 25 May 2024 17:18:10 +0000 (0:00:00.231) 0:02:36.376 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 25 May 2024 17:18:10 +0000 (0:00:00.080) 0:02:36.457 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 25 May 2024 17:18:10 +0000 (0:00:00.021) 0:02:36.478 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 25 May 2024 17:18:10 +0000 (0:00:00.021) 0:02:36.500 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update containers and services] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:135 Saturday 25 May 2024 17:18:10 +0000 (0:00:00.020) 0:02:36.521 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:146 Saturday 25 May 2024 17:18:10 +0000 (0:00:00.022) 0:02:36.543 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 25 May 2024 17:18:10 +0000 (0:00:00.061) 0:02:36.604 ********** ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": { "Container": { "ContainerName": "auth_test_1_quadlet", "Image": "localhost:5000/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 25 May 2024 17:18:10 +0000 (0:00:00.026) 0:02:36.630 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 25 May 2024 17:18:10 +0000 (0:00:00.027) 0:02:36.658 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 2] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 25 May 2024 17:18:10 +0000 (0:00:00.020) 0:02:36.679 ********** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "auth_test_1_quadlet", "__podman_quadlet_type": "container", "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 25 May 2024 17:18:10 +0000 (0:00:00.030) 0:02:36.709 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:18:11 +0000 (0:00:00.038) 0:02:36.748 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:18:11 +0000 (0:00:00.025) 0:02:36.774 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:18:11 +0000 (0:00:00.024) 0:02:36.799 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:18:11 +0000 (0:00:00.029) 0:02:36.829 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:18:11 +0000 (0:00:00.203) 0:02:37.032 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:18:11 +0000 (0:00:00.075) 0:02:37.108 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657400.2921023, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716657366.3866093, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:18:11 +0000 (0:00:00.198) 0:02:37.307 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:18:11 +0000 (0:00:00.020) 0:02:37.327 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:18:11 +0000 (0:00:00.022) 0:02:37.350 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:18:11 +0000 (0:00:00.020) 0:02:37.370 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:18:11 +0000 (0:00:00.021) 0:02:37.392 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:18:11 +0000 (0:00:00.021) 0:02:37.413 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:18:11 +0000 (0:00:00.020) 0:02:37.434 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:18:11 +0000 (0:00:00.021) 0:02:37.455 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 25 May 2024 17:18:11 +0000 (0:00:00.020) 0:02:37.476 ********** ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": false, "__podman_images_found": [ "localhost:5000/libpod/testimage:20210610" ], "__podman_kube_yamls_raw": "", "__podman_service_name": "auth_test_1_quadlet.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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 25 May 2024 17:18:11 +0000 (0:00:00.038) 0:02:37.514 ********** ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/etc/containers/systemd" }, "changed": false } TASK [linux-system-roles.podman : Get kube yaml contents] ********************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 25 May 2024 17:18:11 +0000 (0:00:00.022) 0:02:37.537 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 25 May 2024 17:18:11 +0000 (0:00:00.020) 0:02:37.558 ********** ok: [sut] => { "ansible_facts": { "__podman_images": [ "localhost:5000/libpod/testimage:20210610" ], "__podman_quadlet_file": "/etc/containers/systemd/auth_test_1_quadlet.container", "__podman_volumes": [] }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 6] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 25 May 2024 17:18:11 +0000 (0:00:00.041) 0:02:37.600 ********** 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 : Cleanup quadlets] **************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:220 Saturday 25 May 2024 17:18:11 +0000 (0:00:00.023) 0:02:37.623 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Stat XDG_RUNTIME_DIR] ************************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Saturday 25 May 2024 17:18:11 +0000 (0:00:00.043) 0:02:37.667 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 Saturday 25 May 2024 17:18:11 +0000 (0:00:00.020) 0:02:37.688 ********** changed: [sut] => { "changed": true, "enabled": false, "failed_when_result": false, "name": "auth_test_1_quadlet.service", "state": "stopped", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "-.mount systemd-journald.socket system.slice sysinit.target basic.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "yes", "DelegateControllers": "cpu cpuacct cpuset io blkio memory devices pids", "Description": "auth_test_1_quadlet.service", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "Environment": "PODMAN_SYSTEMD_UNIT=auth_test_1_quadlet.service", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman run --name=auth_test_1_quadlet --cidfile=/run/auth_test_1_quadlet.cid --replace --rm --cgroups=split --sdnotify=conmon -d localhost:5000/libpod/testimage:20210610 ; ignore_errors=no ; 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/auth_test_1_quadlet.cid ; ignore_errors=no ; 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/auth_test_1_quadlet.cid ; ignore_errors=yes ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/run/systemd/generator/auth_test_1_quadlet.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "auth_test_1_quadlet.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": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "auth_test_1_quadlet.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "-.mount system.slice sysinit.target", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "SourcePath": "/etc/containers/systemd/auth_test_1_quadlet.container", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "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": "auth_test_1_quadlet", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "generated", "UtmpMode": "init", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [linux-system-roles.podman : Remove quadlet file] ************************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:33 Saturday 25 May 2024 17:18:12 +0000 (0:00:00.482) 0:02:38.170 ********** changed: [sut] => { "changed": true, "path": "/etc/containers/systemd/auth_test_1_quadlet.container", "state": "absent" } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:39 Saturday 25 May 2024 17:18:12 +0000 (0:00:00.200) 0:02:38.371 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 25 May 2024 17:18:12 +0000 (0:00:00.034) 0:02:38.405 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 25 May 2024 17:18:12 +0000 (0:00:00.021) 0:02:38.427 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 25 May 2024 17:18:12 +0000 (0:00:00.022) 0:02:38.449 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:47 Saturday 25 May 2024 17:18:12 +0000 (0:00:00.021) 0:02:38.470 ********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:56 Saturday 25 May 2024 17:18:13 +0000 (0:00:00.449) 0:02:38.920 ********** changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.035509", "end": "2024-05-25 17:18:13.412467", "rc": 0, "start": "2024-05-25 17:18:13.376958" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:64 Saturday 25 May 2024 17:18:13 +0000 (0:00:00.234) 0:02:39.154 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:224 Saturday 25 May 2024 17:18:13 +0000 (0:00:00.023) 0:02:39.177 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:153 Saturday 25 May 2024 17:18:13 +0000 (0:00:00.019) 0:02:39.197 ********** TASK [linux-system-roles.podman : Handle credential files - absent] ************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:159 Saturday 25 May 2024 17:18:13 +0000 (0:00:00.019) 0:02:39.217 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml for sut TASK [linux-system-roles.podman : Set user and group] ************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:3 Saturday 25 May 2024 17:18:13 +0000 (0:00:00.105) 0:02:39.322 ********** ok: [sut] => { "ansible_facts": { "__podman_credential_group": "", "__podman_credential_user": "root" }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:11 Saturday 25 May 2024 17:18:13 +0000 (0:00:00.025) 0:02:39.347 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:18:13 +0000 (0:00:00.035) 0:02:39.383 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:18:13 +0000 (0:00:00.026) 0:02:39.409 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:18:13 +0000 (0:00:00.026) 0:02:39.435 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:18:13 +0000 (0:00:00.029) 0:02:39.465 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:18:13 +0000 (0:00:00.201) 0:02:39.666 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:18:13 +0000 (0:00:00.027) 0:02:39.694 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657400.2921023, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716657366.3866093, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:18:14 +0000 (0:00:00.198) 0:02:39.893 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:18:14 +0000 (0:00:00.021) 0:02:39.914 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:18:14 +0000 (0:00:00.020) 0:02:39.935 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:18:14 +0000 (0:00:00.020) 0:02:39.955 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:18:14 +0000 (0:00:00.019) 0:02:39.975 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:18:14 +0000 (0:00:00.020) 0:02:39.995 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:18:14 +0000 (0:00:00.019) 0:02:40.015 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:18:14 +0000 (0:00:00.062) 0:02:40.077 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set credential variables] ******************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:17 Saturday 25 May 2024 17:18:14 +0000 (0:00:00.020) 0:02:40.098 ********** 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 : Ensure the credentials directory is present] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:45 Saturday 25 May 2024 17:18:14 +0000 (0:00:00.031) 0:02:40.130 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure credential file is copied] ************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:53 Saturday 25 May 2024 17:18:14 +0000 (0:00:00.021) 0:02:40.151 ********** 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 : Ensure credential file content is present] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:63 Saturday 25 May 2024 17:18:14 +0000 (0:00:00.020) 0:02:40.172 ********** 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 : Ensure credential file is absent] ************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:80 Saturday 25 May 2024 17:18:14 +0000 (0:00:00.021) 0:02:40.193 ********** 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 : Find files in credentials directory] ********* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:86 Saturday 25 May 2024 17:18:14 +0000 (0:00:00.200) 0:02:40.393 ********** 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 : Ensure the credentials directory is absent if empty] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:94 Saturday 25 May 2024 17:18:14 +0000 (0:00:00.243) 0:02:40.637 ********** changed: [sut] => { "changed": true, "path": "/root/.config/containers", "state": "absent" } TASK [linux-system-roles.podman : Handle certs.d files - absent] *************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:168 Saturday 25 May 2024 17:18:15 +0000 (0:00:00.203) 0:02:40.841 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml for sut TASK [linux-system-roles.podman : Check given registry_host] ******************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:3 Saturday 25 May 2024 17:18:15 +0000 (0:00:00.059) 0:02:40.901 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-cert spec variables part 0] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:10 Saturday 25 May 2024 17:18:15 +0000 (0:00:00.021) 0:02:40.923 ********** ok: [sut] => { "ansible_facts": { "__podman_user": "root" }, "changed": false } TASK [linux-system-roles.podman : Set per-cert spec variables part 1] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:15 Saturday 25 May 2024 17:18:15 +0000 (0:00:00.022) 0:02:40.945 ********** ok: [sut] => { "ansible_facts": { "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:19 Saturday 25 May 2024 17:18:15 +0000 (0:00:00.021) 0:02:40.967 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:18:15 +0000 (0:00:00.076) 0:02:41.043 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:18:15 +0000 (0:00:00.025) 0:02:41.069 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:18:15 +0000 (0:00:00.025) 0:02:41.095 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:18:15 +0000 (0:00:00.028) 0:02:41.123 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:18:15 +0000 (0:00:00.201) 0:02:41.325 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:18:15 +0000 (0:00:00.029) 0:02:41.354 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657400.2921023, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716657366.3866093, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:18:15 +0000 (0:00:00.197) 0:02:41.552 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:18:15 +0000 (0:00:00.020) 0:02:41.573 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:18:15 +0000 (0:00:00.020) 0:02:41.594 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:18:15 +0000 (0:00:00.021) 0:02:41.615 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:18:15 +0000 (0:00:00.021) 0:02:41.637 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:18:15 +0000 (0:00:00.021) 0:02:41.658 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:18:15 +0000 (0:00:00.021) 0:02:41.680 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:18:15 +0000 (0:00:00.021) 0:02:41.701 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-cert spec variables part 2] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:24 Saturday 25 May 2024 17:18:16 +0000 (0:00:00.022) 0:02:41.724 ********** ok: [sut] => { "ansible_facts": { "__podman_user_home_dir": "/root" }, "changed": false } TASK [linux-system-roles.podman : Set per-cert spec variables part 3] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:29 Saturday 25 May 2024 17:18:16 +0000 (0:00:00.026) 0:02:41.750 ********** ok: [sut] => { "ansible_facts": { "__podman_certs_d_path": "/etc/containers/certs.d/localhost:5000" }, "changed": false } TASK [linux-system-roles.podman : Set per-cert spec variables part 4] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:36 Saturday 25 May 2024 17:18:16 +0000 (0:00:00.023) 0:02:41.774 ********** 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 : Ensure certs.d directory] ******************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:70 Saturday 25 May 2024 17:18:16 +0000 (0:00:00.078) 0:02:41.852 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure certs.d files] ************************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:78 Saturday 25 May 2024 17:18:16 +0000 (0:00:00.021) 0:02:41.874 ********** skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } 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 : Remove certs.d files] ************************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:95 Saturday 25 May 2024 17:18:16 +0000 (0:00:00.029) 0:02:41.904 ********** ok: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } ok: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } changed: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } 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 : Find files in certs.d directory] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:102 Saturday 25 May 2024 17:18:16 +0000 (0:00:00.570) 0:02:42.475 ********** 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 : Ensure the certs.d directory is absent if empty] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:110 Saturday 25 May 2024 17:18:16 +0000 (0:00:00.193) 0:02:42.668 ********** changed: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [Create a user for rootless] ********************************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/tests_auth_and_security.yml:178 Saturday 25 May 2024 17:18:17 +0000 (0:00:00.201) 0:02:42.869 ********** changed: [sut] => { "changed": true, "comment": "", "create_home": true, "group": 2001, "home": "/home/auth_test_user1", "name": "auth_test_user1", "shell": "/bin/bash", "state": "present", "system": false, "uid": 2001 } TASK [Provide a credentials file - rootless] *********************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/tests_auth_and_security.yml:183 Saturday 25 May 2024 17:18:17 +0000 (0:00:00.420) 0:02:43.290 ********** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 25 May 2024 17:18:17 +0000 (0:00:00.071) 0:02:43.361 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 25 May 2024 17:18:17 +0000 (0:00:00.035) 0:02:43.397 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 25 May 2024 17:18:17 +0000 (0:00:00.025) 0:02:43.422 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 25 May 2024 17:18:17 +0000 (0:00:00.066) 0:02:43.489 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 25 May 2024 17:18:17 +0000 (0:00:00.021) 0:02:43.510 ********** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciyjjzgqcv/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" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 25 May 2024 17:18:17 +0000 (0:00:00.050) 0:02:43.561 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 25 May 2024 17:18:19 +0000 (0:00:01.314) 0:02:44.875 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 25 May 2024 17:18:19 +0000 (0:00:00.021) 0:02:44.896 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 25 May 2024 17:18:19 +0000 (0:00:00.024) 0:02:44.921 ********** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.029638", "end": "2024-05-25 17:18:19.402502", "rc": 0, "start": "2024-05-25 17:18:19.372864" } STDOUT: podman version 4.9.4-dev TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Saturday 25 May 2024 17:18:19 +0000 (0:00:00.223) 0:02:45.144 ********** ok: [sut] => { "ansible_facts": { "podman_version": "4.9.4-dev" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Saturday 25 May 2024 17:18:19 +0000 (0:00:00.023) 0:02:45.168 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Saturday 25 May 2024 17:18:19 +0000 (0:00:00.069) 0:02:45.238 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Saturday 25 May 2024 17:18:19 +0000 (0:00:00.043) 0:02:45.281 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:18:19 +0000 (0:00:00.039) 0:02:45.321 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:18:19 +0000 (0:00:00.027) 0:02:45.348 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:18:19 +0000 (0:00:00.032) 0:02:45.381 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:18:19 +0000 (0:00:00.029) 0:02:45.410 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:18:19 +0000 (0:00:00.206) 0:02:45.616 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:18:19 +0000 (0:00:00.028) 0:02:45.644 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657400.2921023, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716657366.3866093, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:18:20 +0000 (0:00:00.202) 0:02:45.847 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:18:20 +0000 (0:00:00.021) 0:02:45.868 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:18:20 +0000 (0:00:00.021) 0:02:45.889 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:18:20 +0000 (0:00:00.021) 0:02:45.911 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:18:20 +0000 (0:00:00.021) 0:02:45.932 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:18:20 +0000 (0:00:00.022) 0:02:45.955 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:18:20 +0000 (0:00:00.021) 0:02:45.976 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:18:20 +0000 (0:00:00.055) 0:02:46.032 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Saturday 25 May 2024 17:18:20 +0000 (0:00:00.020) 0:02:46.053 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Saturday 25 May 2024 17:18:20 +0000 (0:00:00.027) 0:02:46.081 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 25 May 2024 17:18:20 +0000 (0:00:00.040) 0:02:46.122 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 25 May 2024 17:18:20 +0000 (0:00:00.021) 0:02:46.143 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Saturday 25 May 2024 17:18:20 +0000 (0:00:00.020) 0:02:46.163 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 25 May 2024 17:18:20 +0000 (0:00:00.040) 0:02:46.204 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 25 May 2024 17:18:20 +0000 (0:00:00.020) 0:02:46.225 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Saturday 25 May 2024 17:18:20 +0000 (0:00:00.021) 0:02:46.246 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 25 May 2024 17:18:20 +0000 (0:00:00.040) 0:02:46.286 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 25 May 2024 17:18:20 +0000 (0:00:00.022) 0:02:46.309 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Saturday 25 May 2024 17:18:20 +0000 (0:00:00.021) 0:02:46.330 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 25 May 2024 17:18:20 +0000 (0:00:00.041) 0:02:46.371 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 25 May 2024 17:18:20 +0000 (0:00:00.020) 0:02:46.392 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 25 May 2024 17:18:20 +0000 (0:00:00.065) 0:02:46.457 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 25 May 2024 17:18:20 +0000 (0:00:00.020) 0:02:46.478 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Saturday 25 May 2024 17:18:20 +0000 (0:00:00.020) 0:02:46.499 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Saturday 25 May 2024 17:18:20 +0000 (0:00:00.021) 0:02:46.520 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Keep track of users that need to cancel linger] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Saturday 25 May 2024 17:18:20 +0000 (0:00:00.021) 0:02:46.541 ********** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [linux-system-roles.podman : Handle certs.d files - present] ************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Saturday 25 May 2024 17:18:20 +0000 (0:00:00.020) 0:02:46.562 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml for sut TASK [linux-system-roles.podman : Check given registry_host] ******************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:3 Saturday 25 May 2024 17:18:20 +0000 (0:00:00.047) 0:02:46.610 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-cert spec variables part 0] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:10 Saturday 25 May 2024 17:18:20 +0000 (0:00:00.022) 0:02:46.632 ********** ok: [sut] => { "ansible_facts": { "__podman_user": "auth_test_user1" }, "changed": false } TASK [linux-system-roles.podman : Set per-cert spec variables part 1] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:15 Saturday 25 May 2024 17:18:20 +0000 (0:00:00.021) 0:02:46.653 ********** ok: [sut] => { "ansible_facts": { "__podman_rootless": true }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:19 Saturday 25 May 2024 17:18:20 +0000 (0:00:00.022) 0:02:46.675 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:18:20 +0000 (0:00:00.036) 0:02:46.712 ********** ok: [sut] => { "ansible_facts": { "getent_passwd": { "auth_test_user1": [ "x", "2001", "2001", "", "/home/auth_test_user1", "/bin/bash" ] } }, "changed": false } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:18:21 +0000 (0:00:00.204) 0:02:46.916 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:18:21 +0000 (0:00:00.025) 0:02:46.942 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:18:21 +0000 (0:00:00.028) 0:02:46.970 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "auth_test_user1": [ "x", "2001", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:18:21 +0000 (0:00:00.206) 0:02:47.176 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "auth_test_user1" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:18:21 +0000 (0:00:00.071) 0:02:47.248 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657400.2921023, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716657366.3866093, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:18:21 +0000 (0:00:00.203) 0:02:47.452 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.003682", "end": "2024-05-25 17:18:21.914166", "rc": 0, "start": "2024-05-25 17:18:21.910484" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:18:21 +0000 (0:00:00.204) 0:02:47.656 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003537", "end": "2024-05-25 17:18:22.118352", "rc": 0, "start": "2024-05-25 17:18:22.114815" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:18:22 +0000 (0:00:00.203) 0:02:47.859 ********** ok: [sut] => { "ansible_facts": { "podman_subgid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } }, "podman_subuid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } } }, "changed": false } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:18:22 +0000 (0:00:00.031) 0:02:47.891 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:18:22 +0000 (0:00:00.021) 0:02:47.912 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:18:22 +0000 (0:00:00.021) 0:02:47.934 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:18:22 +0000 (0:00:00.021) 0:02:47.955 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:18:22 +0000 (0:00:00.021) 0:02:47.977 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-cert spec variables part 2] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:24 Saturday 25 May 2024 17:18:22 +0000 (0:00:00.021) 0:02:47.998 ********** ok: [sut] => { "ansible_facts": { "__podman_user_home_dir": "/home/auth_test_user1" }, "changed": false } TASK [linux-system-roles.podman : Set per-cert spec variables part 3] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:29 Saturday 25 May 2024 17:18:22 +0000 (0:00:00.026) 0:02:48.024 ********** ok: [sut] => { "ansible_facts": { "__podman_certs_d_path": "/home/auth_test_user1/.config/containers/certs.d/localhost:5000" }, "changed": false } TASK [linux-system-roles.podman : Set per-cert spec variables part 4] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:36 Saturday 25 May 2024 17:18:22 +0000 (0:00:00.022) 0:02:48.047 ********** 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 : Ensure certs.d directory] ******************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:70 Saturday 25 May 2024 17:18:22 +0000 (0:00:00.029) 0:02:48.077 ********** changed: [sut] => { "changed": true, "gid": 2001, "group": "auth_test_user1", "mode": "0700", "owner": "auth_test_user1", "path": "/home/auth_test_user1/.config/containers/certs.d/localhost:5000", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 6, "state": "directory", "uid": 2001 } TASK [linux-system-roles.podman : Ensure certs.d files] ************************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:78 Saturday 25 May 2024 17:18:22 +0000 (0:00:00.211) 0:02:48.289 ********** skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } changed: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } 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 : Remove certs.d files] ************************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:95 Saturday 25 May 2024 17:18:23 +0000 (0:00:00.543) 0:02:48.833 ********** skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } 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 : Find files in certs.d directory] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:102 Saturday 25 May 2024 17:18:23 +0000 (0:00:00.031) 0:02:48.864 ********** 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 : Ensure the certs.d directory is absent if empty] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:110 Saturday 25 May 2024 17:18:23 +0000 (0:00:00.023) 0:02:48.888 ********** 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 credential files - present] *********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:123 Saturday 25 May 2024 17:18:23 +0000 (0:00:00.022) 0:02:48.910 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml for sut TASK [linux-system-roles.podman : Set user and group] ************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:3 Saturday 25 May 2024 17:18:23 +0000 (0:00:00.051) 0:02:48.961 ********** ok: [sut] => { "ansible_facts": { "__podman_credential_group": "", "__podman_credential_user": "auth_test_user1" }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:11 Saturday 25 May 2024 17:18:23 +0000 (0:00:00.023) 0:02:48.985 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:18:23 +0000 (0:00:00.036) 0:02:49.021 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:18:23 +0000 (0:00:00.026) 0:02:49.048 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:18:23 +0000 (0:00:00.026) 0:02:49.075 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:18:23 +0000 (0:00:00.028) 0:02:49.103 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "auth_test_user1": [ "x", "2001", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:18:23 +0000 (0:00:00.204) 0:02:49.308 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "auth_test_user1" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:18:23 +0000 (0:00:00.026) 0:02:49.335 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657400.2921023, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716657366.3866093, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:18:23 +0000 (0:00:00.201) 0:02:49.537 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.003604", "end": "2024-05-25 17:18:23.999677", "rc": 0, "start": "2024-05-25 17:18:23.996073" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:18:24 +0000 (0:00:00.251) 0:02:49.789 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003727", "end": "2024-05-25 17:18:24.250708", "rc": 0, "start": "2024-05-25 17:18:24.246981" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:18:24 +0000 (0:00:00.204) 0:02:49.993 ********** ok: [sut] => { "ansible_facts": { "podman_subgid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } }, "podman_subuid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } } }, "changed": false } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:18:24 +0000 (0:00:00.033) 0:02:50.026 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:18:24 +0000 (0:00:00.021) 0:02:50.048 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:18:24 +0000 (0:00:00.022) 0:02:50.070 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:18:24 +0000 (0:00:00.021) 0:02:50.091 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:18:24 +0000 (0:00:00.022) 0:02:50.114 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set credential variables] ******************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:17 Saturday 25 May 2024 17:18:24 +0000 (0:00:00.020) 0:02:50.135 ********** 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 : Ensure the credentials directory is present] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:45 Saturday 25 May 2024 17:18:24 +0000 (0:00:00.068) 0:02:50.203 ********** ok: [sut] => { "changed": false, "gid": 2001, "group": "auth_test_user1", "mode": "0700", "owner": "auth_test_user1", "path": "/home/auth_test_user1/.config/containers", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 21, "state": "directory", "uid": 2001 } TASK [linux-system-roles.podman : Ensure credential file is copied] ************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:53 Saturday 25 May 2024 17:18:24 +0000 (0:00:00.210) 0:02:50.414 ********** 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 : Ensure credential file content is present] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:63 Saturday 25 May 2024 17:18:24 +0000 (0:00:00.024) 0:02:50.439 ********** 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 : Ensure credential file is absent] ************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:80 Saturday 25 May 2024 17:18:25 +0000 (0:00:00.537) 0:02:50.977 ********** 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 : Find files in credentials directory] ********* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:86 Saturday 25 May 2024 17:18:25 +0000 (0:00:00.022) 0:02:50.999 ********** 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 : Ensure the credentials directory is absent if empty] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:94 Saturday 25 May 2024 17:18:25 +0000 (0:00:00.022) 0:02:51.021 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Saturday 25 May 2024 17:18:25 +0000 (0:00:00.072) 0:02:51.093 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:139 Saturday 25 May 2024 17:18:25 +0000 (0:00:00.020) 0:02:51.114 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml for sut TASK [linux-system-roles.podman : Set per-container variables part 0] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:14 Saturday 25 May 2024 17:18:25 +0000 (0:00:00.058) 0:02:51.173 ********** ok: [sut] => { "ansible_facts": { "__podman_kube_spec": { "state": "started" }, "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: auth_test_1_kube\nspec:\n containers:\n - image: localhost:5000/libpod/testimage:20210610\n name: auth_test_1_kube\n" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 1] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:34 Saturday 25 May 2024 17:18:25 +0000 (0:00:00.027) 0:02:51.200 ********** ok: [sut] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_kube": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "auth_test_1_kube" }, "spec": { "containers": [ { "image": "localhost:5000/libpod/testimage:20210610", "name": "auth_test_1_kube" } ] } }, "__podman_kube_file": "", "__podman_pull_image": true, "__podman_state": "created", "__podman_systemd_unit_scope": "", "__podman_user": "auth_test_user1" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 2] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:60 Saturday 25 May 2024 17:18:25 +0000 (0:00:00.030) 0:02:51.230 ********** ok: [sut] => { "ansible_facts": { "__podman_kube_name": "auth_test_1_kube", "__podman_rootless": true }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:66 Saturday 25 May 2024 17:18:25 +0000 (0:00:00.023) 0:02:51.254 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:18:25 +0000 (0:00:00.039) 0:02:51.294 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:18:25 +0000 (0:00:00.027) 0:02:51.321 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:18:25 +0000 (0:00:00.026) 0:02:51.348 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:18:25 +0000 (0:00:00.029) 0:02:51.377 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "auth_test_user1": [ "x", "2001", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:18:25 +0000 (0:00:00.205) 0:02:51.583 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "auth_test_user1" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:18:25 +0000 (0:00:00.027) 0:02:51.610 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657400.2921023, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716657366.3866093, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:18:26 +0000 (0:00:00.201) 0:02:51.812 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.003616", "end": "2024-05-25 17:18:26.274023", "rc": 0, "start": "2024-05-25 17:18:26.270407" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:18:26 +0000 (0:00:00.203) 0:02:52.015 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003669", "end": "2024-05-25 17:18:26.476735", "rc": 0, "start": "2024-05-25 17:18:26.473066" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:18:26 +0000 (0:00:00.200) 0:02:52.216 ********** ok: [sut] => { "ansible_facts": { "podman_subgid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } }, "podman_subuid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } } }, "changed": false } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:18:26 +0000 (0:00:00.030) 0:02:52.247 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:18:26 +0000 (0:00:00.021) 0:02:52.268 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:18:26 +0000 (0:00:00.020) 0:02:52.289 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:18:26 +0000 (0:00:00.021) 0:02:52.310 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:18:26 +0000 (0:00:00.020) 0:02:52.331 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if no kube spec is given] *************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:71 Saturday 25 May 2024 17:18:26 +0000 (0:00:00.021) 0:02:52.353 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:80 Saturday 25 May 2024 17:18:26 +0000 (0:00:00.020) 0:02:52.374 ********** ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_systemd_scope": "user", "__podman_user_home_dir": "/home/auth_test_user1", "__podman_xdg_runtime_dir": "/run/user/2001" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 4] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:94 Saturday 25 May 2024 17:18:26 +0000 (0:00:00.033) 0:02:52.408 ********** ok: [sut] => { "ansible_facts": { "__podman_kube_path": "/home/auth_test_user1/.config/containers/ansible-kubernetes.d" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 5] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:100 Saturday 25 May 2024 17:18:26 +0000 (0:00:00.022) 0:02:52.430 ********** ok: [sut] => { "ansible_facts": { "__podman_kube_file": "/home/auth_test_user1/.config/containers/ansible-kubernetes.d/auth_test_1_kube.yml" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 6] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:108 Saturday 25 May 2024 17:18:26 +0000 (0:00:00.023) 0:02:52.453 ********** 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 : Get service name using systemd-escape] ******* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:123 Saturday 25 May 2024 17:18:26 +0000 (0:00:00.024) 0:02:52.478 ********** ok: [sut] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/home/auth_test_user1/.config/containers/ansible-kubernetes.d/auth_test_1_kube.yml" ], "delta": "0:00:00.005864", "end": "2024-05-25 17:18:26.941489", "rc": 0, "start": "2024-05-25 17:18:26.935625" } STDOUT: podman-kube@-home-auth_test_user1-.config-containers-ansible\x2dkubernetes.d-auth_test_1_kube.yml.service TASK [linux-system-roles.podman : Cleanup containers and services] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:131 Saturday 25 May 2024 17:18:26 +0000 (0:00:00.204) 0:02:52.682 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update containers and services] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:135 Saturday 25 May 2024 17:18:26 +0000 (0:00:00.020) 0:02:52.703 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml for sut TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:2 Saturday 25 May 2024 17:18:27 +0000 (0:00:00.043) 0:02:52.747 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 25 May 2024 17:18:27 +0000 (0:00:00.075) 0:02:52.823 ********** changed: [sut] => { "changed": true, "cmd": [ "loginctl", "enable-linger", "auth_test_user1" ], "delta": "0:00:00.026930", "end": "2024-05-25 17:18:27.309774", "rc": 0, "start": "2024-05-25 17:18:27.282844" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 25 May 2024 17:18:27 +0000 (0:00:00.240) 0:02:53.063 ********** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 25 May 2024 17:18:27 +0000 (0:00:00.025) 0:02:53.089 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get the host mount volumes] ****************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:7 Saturday 25 May 2024 17:18:27 +0000 (0:00:00.021) 0:02:53.111 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:23 Saturday 25 May 2024 17:18:27 +0000 (0:00:00.021) 0:02:53.132 ********** TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:39 Saturday 25 May 2024 17:18:27 +0000 (0:00:00.020) 0:02:53.152 ********** changed: [sut] => (item=None) => { "attempts": 1, "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } 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 : Check the kubernetes yaml file] ************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:72 Saturday 25 May 2024 17:18:28 +0000 (0:00:01.295) 0:02:54.448 ********** ok: [sut] => { "changed": false, "failed_when_result": false, "stat": { "exists": false } } TASK [linux-system-roles.podman : Ensure the kubernetes directory is present] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:80 Saturday 25 May 2024 17:18:28 +0000 (0:00:00.200) 0:02:54.649 ********** changed: [sut] => { "changed": true, "gid": 2001, "group": "auth_test_user1", "mode": "0755", "owner": "auth_test_user1", "path": "/home/auth_test_user1/.config/containers/ansible-kubernetes.d", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 6, "state": "directory", "uid": 2001 } TASK [linux-system-roles.podman : Ensure kubernetes yaml files are present] **** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:89 Saturday 25 May 2024 17:18:29 +0000 (0:00:00.210) 0:02:54.859 ********** changed: [sut] => { "changed": true, "checksum": "fb0097683a2e5c8909a8037d64ddc1b350aed0be", "dest": "/home/auth_test_user1/.config/containers/ansible-kubernetes.d/auth_test_1_kube.yml", "gid": 2001, "group": "auth_test_user1", "md5sum": "8db65ab83723a021adc90b4f543fdca0", "mode": "0644", "owner": "auth_test_user1", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 244, "src": "/root/.ansible/tmp/ansible-tmp-1716657509.1836972-5600-112745035603900/source", "state": "file", "uid": 2001 } TASK [linux-system-roles.podman : Update containers/pods] ********************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:99 Saturday 25 May 2024 17:18:29 +0000 (0:00:00.530) 0:02:55.389 ********** changed: [sut] => { "actions": [ "/bin/podman play kube --start=true /home/auth_test_user1/.config/containers/ansible-kubernetes.d/auth_test_1_kube.yml" ], "changed": true } STDOUT: Pod: ae3429efa180181ca1209ce09501e4ea0b4f2d908e84fa68f7e2275864a1674e Container: 518e9bed000423c6351e9cf86bebf9aa1d473273b24cab5d1e2a573f9762f2f9 TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:108 Saturday 25 May 2024 17:18:30 +0000 (0:00:01.055) 0:02:56.445 ********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Enable service] ****************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:120 Saturday 25 May 2024 17:18:31 +0000 (0:00:00.488) 0:02:56.934 ********** changed: [sut] => { "changed": true, "enabled": true, "name": "podman-kube@-home-auth_test_user1-.config-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "-.mount podman\\x2dkube.slice run-user-2001.mount basic.target network-online.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "man:podman-kube-play(1)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "Environment": "PODMAN_SYSTEMD_UNIT=podman-kube@-home-auth_test_user1-.config-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /home/auth_test_user1/.config/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /home/auth_test_user1/.config/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/user/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "podman-kube@-home-auth_test_user1-.config-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "inherit", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "podman-kube@-home-auth_test_user1-.config-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "podman\\x2dkube.slice basic.target", "RequiresMountsFor": "/run/user/2001/containers /home/auth_test_user1", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "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", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 10s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "network-online.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0", "WorkingDirectory": "!/home/auth_test_user1" } } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:133 Saturday 25 May 2024 17:18:31 +0000 (0:00:00.390) 0:02:57.325 ********** changed: [sut] => { "changed": true, "name": "podman-kube@-home-auth_test_user1-.config-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "state": "started", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "podman\\x2dkube.slice network-online.target basic.target -.mount run-user-2001.mount", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "default.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "man:podman-kube-play(1)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "Environment": "PODMAN_SYSTEMD_UNIT=podman-kube@-home-auth_test_user1-.config-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /home/auth_test_user1/.config/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /home/auth_test_user1/.config/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/user/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "podman-kube@-home-auth_test_user1-.config-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "inherit", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "podman-kube@-home-auth_test_user1-.config-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "basic.target podman\\x2dkube.slice", "RequiresMountsFor": "/run/user/2001/containers /home/auth_test_user1", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "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", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 10s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "default.target", "Wants": "network-online.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0", "WorkingDirectory": "!/home/auth_test_user1" } } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:147 Saturday 25 May 2024 17:18:32 +0000 (0:00:01.097) 0:02:58.422 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:146 Saturday 25 May 2024 17:18:32 +0000 (0:00:00.023) 0:02:58.446 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 25 May 2024 17:18:32 +0000 (0:00:00.104) 0:02:58.551 ********** ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": { "Container": { "ContainerName": "auth_test_1_quadlet", "Image": "localhost:5000/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 25 May 2024 17:18:32 +0000 (0:00:00.027) 0:02:58.579 ********** ok: [sut] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_pull_image": true, "__podman_state": "created", "__podman_systemd_unit_scope": "", "__podman_user": "auth_test_user1" }, "changed": false } TASK [linux-system-roles.podman : Fail if no quadlet spec is given] ************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 25 May 2024 17:18:32 +0000 (0:00:00.026) 0:02:58.605 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 25 May 2024 17:18:32 +0000 (0:00:00.021) 0:02:58.626 ********** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "auth_test_1_quadlet", "__podman_quadlet_type": "container", "__podman_rootless": true }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 25 May 2024 17:18:32 +0000 (0:00:00.029) 0:02:58.656 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:18:32 +0000 (0:00:00.037) 0:02:58.694 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:18:33 +0000 (0:00:00.025) 0:02:58.719 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:18:33 +0000 (0:00:00.027) 0:02:58.746 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:18:33 +0000 (0:00:00.030) 0:02:58.777 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "auth_test_user1": [ "x", "2001", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:18:33 +0000 (0:00:00.273) 0:02:59.050 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "auth_test_user1" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:18:33 +0000 (0:00:00.025) 0:02:59.076 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657400.2921023, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716657366.3866093, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:18:33 +0000 (0:00:00.263) 0:02:59.340 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.011006", "end": "2024-05-25 17:18:33.876656", "rc": 0, "start": "2024-05-25 17:18:33.865650" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:18:33 +0000 (0:00:00.282) 0:02:59.623 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.005014", "end": "2024-05-25 17:18:34.144793", "rc": 0, "start": "2024-05-25 17:18:34.139779" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:18:34 +0000 (0:00:00.305) 0:02:59.929 ********** ok: [sut] => { "ansible_facts": { "podman_subgid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } }, "podman_subuid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } } }, "changed": false } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:18:34 +0000 (0:00:00.032) 0:02:59.961 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:18:34 +0000 (0:00:00.021) 0:02:59.982 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:18:34 +0000 (0:00:00.021) 0:03:00.004 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:18:34 +0000 (0:00:00.020) 0:03:00.025 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:18:34 +0000 (0:00:00.021) 0:03:00.046 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 25 May 2024 17:18:34 +0000 (0:00:00.021) 0:03:00.067 ********** ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": false, "__podman_images_found": [ "localhost:5000/libpod/testimage:20210610" ], "__podman_kube_yamls_raw": "", "__podman_service_name": "auth_test_1_quadlet.service", "__podman_systemd_scope": "user", "__podman_user_home_dir": "/home/auth_test_user1", "__podman_xdg_runtime_dir": "/run/user/2001" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 4] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 25 May 2024 17:18:34 +0000 (0:00:00.037) 0:03:00.104 ********** ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/home/auth_test_user1/.config/containers/systemd" }, "changed": false } TASK [linux-system-roles.podman : Get kube yaml contents] ********************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 25 May 2024 17:18:34 +0000 (0:00:00.022) 0:03:00.127 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 25 May 2024 17:18:34 +0000 (0:00:00.022) 0:03:00.149 ********** ok: [sut] => { "ansible_facts": { "__podman_images": [ "localhost:5000/libpod/testimage:20210610" ], "__podman_quadlet_file": "/home/auth_test_user1/.config/containers/systemd/auth_test_1_quadlet.container", "__podman_volumes": [] }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 6] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 25 May 2024 17:18:34 +0000 (0:00:00.043) 0:03:00.193 ********** 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 : Cleanup quadlets] **************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:220 Saturday 25 May 2024 17:18:34 +0000 (0:00:00.025) 0:03:00.218 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:224 Saturday 25 May 2024 17:18:34 +0000 (0:00:00.020) 0:03:00.239 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Saturday 25 May 2024 17:18:34 +0000 (0:00:00.044) 0:03:00.283 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 25 May 2024 17:18:34 +0000 (0:00:00.034) 0:03:00.318 ********** ok: [sut] => { "changed": false, "cmd": [ "loginctl", "enable-linger", "auth_test_user1" ], "rc": 0 } STDOUT: skipped, since /var/lib/systemd/linger/auth_test_user1 exists TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 25 May 2024 17:18:34 +0000 (0:00:00.324) 0:03:00.643 ********** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 25 May 2024 17:18:34 +0000 (0:00:00.026) 0:03:00.670 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:7 Saturday 25 May 2024 17:18:34 +0000 (0:00:00.022) 0:03:00.693 ********** TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:23 Saturday 25 May 2024 17:18:35 +0000 (0:00:00.021) 0:03:00.715 ********** ok: [sut] => (item=None) => { "attempts": 1, "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } 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 : Ensure the quadlet directory is present] ***** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:47 Saturday 25 May 2024 17:18:35 +0000 (0:00:00.864) 0:03:01.579 ********** changed: [sut] => { "changed": true, "gid": 2001, "group": "auth_test_user1", "mode": "0755", "owner": "auth_test_user1", "path": "/home/auth_test_user1/.config/containers/systemd", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 6, "state": "directory", "uid": 2001 } TASK [linux-system-roles.podman : Ensure quadlet file is copied] *************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:56 Saturday 25 May 2024 17:18:36 +0000 (0:00:00.288) 0:03:01.867 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:66 Saturday 25 May 2024 17:18:36 +0000 (0:00:00.023) 0:03:01.891 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:78 Saturday 25 May 2024 17:18:36 +0000 (0:00:00.022) 0:03:01.914 ********** changed: [sut] => { "changed": true, "checksum": "1127036af0ba22b83d33a5a35ab54db2c5855175", "dest": "/home/auth_test_user1/.config/containers/systemd/auth_test_1_quadlet.container", "gid": 2001, "group": "auth_test_user1", "md5sum": "ce647a260371eff050752697c0d6523b", "mode": "0644", "owner": "auth_test_user1", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 171, "src": "/root/.ansible/tmp/ansible-tmp-1716657516.2434042-5703-209773578275634/source", "state": "file", "uid": 2001 } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:90 Saturday 25 May 2024 17:18:36 +0000 (0:00:00.764) 0:03:02.678 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:119 Saturday 25 May 2024 17:18:36 +0000 (0:00:00.025) 0:03:02.703 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:135 Saturday 25 May 2024 17:18:37 +0000 (0:00:00.072) 0:03:02.776 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:153 Saturday 25 May 2024 17:18:37 +0000 (0:00:00.026) 0:03:02.803 ********** TASK [linux-system-roles.podman : Handle credential files - absent] ************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:159 Saturday 25 May 2024 17:18:37 +0000 (0:00:00.020) 0:03:02.823 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml for sut TASK [linux-system-roles.podman : Set user and group] ************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:3 Saturday 25 May 2024 17:18:37 +0000 (0:00:00.058) 0:03:02.882 ********** ok: [sut] => { "ansible_facts": { "__podman_credential_group": "", "__podman_credential_user": "auth_test_user1" }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:11 Saturday 25 May 2024 17:18:37 +0000 (0:00:00.023) 0:03:02.905 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:18:37 +0000 (0:00:00.036) 0:03:02.942 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:18:37 +0000 (0:00:00.026) 0:03:02.968 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:18:37 +0000 (0:00:00.026) 0:03:02.994 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:18:37 +0000 (0:00:00.029) 0:03:03.024 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "auth_test_user1": [ "x", "2001", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:18:37 +0000 (0:00:00.273) 0:03:03.298 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "auth_test_user1" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:18:37 +0000 (0:00:00.026) 0:03:03.324 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657400.2921023, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716657366.3866093, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:18:37 +0000 (0:00:00.297) 0:03:03.622 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.005156", "end": "2024-05-25 17:18:38.160414", "rc": 0, "start": "2024-05-25 17:18:38.155258" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:18:38 +0000 (0:00:00.331) 0:03:03.954 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.004756", "end": "2024-05-25 17:18:38.475443", "rc": 0, "start": "2024-05-25 17:18:38.470687" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:18:38 +0000 (0:00:00.266) 0:03:04.220 ********** ok: [sut] => { "ansible_facts": { "podman_subgid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } }, "podman_subuid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } } }, "changed": false } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:18:38 +0000 (0:00:00.032) 0:03:04.253 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:18:38 +0000 (0:00:00.021) 0:03:04.274 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:18:38 +0000 (0:00:00.022) 0:03:04.297 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:18:38 +0000 (0:00:00.021) 0:03:04.318 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:18:38 +0000 (0:00:00.022) 0:03:04.340 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set credential variables] ******************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:17 Saturday 25 May 2024 17:18:38 +0000 (0:00:00.021) 0:03:04.361 ********** 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 : Ensure the credentials directory is present] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:45 Saturday 25 May 2024 17:18:38 +0000 (0:00:00.069) 0:03:04.431 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure credential file is copied] ************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:53 Saturday 25 May 2024 17:18:38 +0000 (0:00:00.022) 0:03:04.453 ********** 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 : Ensure credential file content is present] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:63 Saturday 25 May 2024 17:18:38 +0000 (0:00:00.021) 0:03:04.474 ********** 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 : Ensure credential file is absent] ************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:80 Saturday 25 May 2024 17:18:38 +0000 (0:00:00.022) 0:03:04.497 ********** 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 : Find files in credentials directory] ********* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:86 Saturday 25 May 2024 17:18:38 +0000 (0:00:00.021) 0:03:04.518 ********** 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 : Ensure the credentials directory is absent if empty] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:94 Saturday 25 May 2024 17:18:38 +0000 (0:00:00.020) 0:03:04.539 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle certs.d files - absent] *************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:168 Saturday 25 May 2024 17:18:38 +0000 (0:00:00.021) 0:03:04.561 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml for sut TASK [linux-system-roles.podman : Check given registry_host] ******************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:3 Saturday 25 May 2024 17:18:38 +0000 (0:00:00.059) 0:03:04.621 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-cert spec variables part 0] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:10 Saturday 25 May 2024 17:18:38 +0000 (0:00:00.073) 0:03:04.694 ********** ok: [sut] => { "ansible_facts": { "__podman_user": "auth_test_user1" }, "changed": false } TASK [linux-system-roles.podman : Set per-cert spec variables part 1] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:15 Saturday 25 May 2024 17:18:39 +0000 (0:00:00.022) 0:03:04.717 ********** ok: [sut] => { "ansible_facts": { "__podman_rootless": true }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:19 Saturday 25 May 2024 17:18:39 +0000 (0:00:00.022) 0:03:04.739 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:18:39 +0000 (0:00:00.036) 0:03:04.776 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:18:39 +0000 (0:00:00.026) 0:03:04.802 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:18:39 +0000 (0:00:00.025) 0:03:04.828 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:18:39 +0000 (0:00:00.028) 0:03:04.857 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "auth_test_user1": [ "x", "2001", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:18:39 +0000 (0:00:00.275) 0:03:05.132 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "auth_test_user1" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:18:39 +0000 (0:00:00.028) 0:03:05.161 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657400.2921023, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716657366.3866093, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:18:39 +0000 (0:00:00.288) 0:03:05.450 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.005230", "end": "2024-05-25 17:18:39.983026", "rc": 0, "start": "2024-05-25 17:18:39.977796" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:18:40 +0000 (0:00:00.283) 0:03:05.733 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003980", "end": "2024-05-25 17:18:40.257338", "rc": 0, "start": "2024-05-25 17:18:40.253358" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:18:40 +0000 (0:00:00.267) 0:03:06.000 ********** ok: [sut] => { "ansible_facts": { "podman_subgid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } }, "podman_subuid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } } }, "changed": false } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:18:40 +0000 (0:00:00.030) 0:03:06.031 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:18:40 +0000 (0:00:00.080) 0:03:06.111 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:18:40 +0000 (0:00:00.023) 0:03:06.135 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:18:40 +0000 (0:00:00.021) 0:03:06.156 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:18:40 +0000 (0:00:00.022) 0:03:06.179 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-cert spec variables part 2] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:24 Saturday 25 May 2024 17:18:40 +0000 (0:00:00.028) 0:03:06.207 ********** ok: [sut] => { "ansible_facts": { "__podman_user_home_dir": "/home/auth_test_user1" }, "changed": false } TASK [linux-system-roles.podman : Set per-cert spec variables part 3] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:29 Saturday 25 May 2024 17:18:40 +0000 (0:00:00.027) 0:03:06.235 ********** ok: [sut] => { "ansible_facts": { "__podman_certs_d_path": "/home/auth_test_user1/.config/containers/certs.d/localhost:5000" }, "changed": false } TASK [linux-system-roles.podman : Set per-cert spec variables part 4] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:36 Saturday 25 May 2024 17:18:40 +0000 (0:00:00.023) 0:03:06.258 ********** 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 : Ensure certs.d directory] ******************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:70 Saturday 25 May 2024 17:18:40 +0000 (0:00:00.031) 0:03:06.289 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure certs.d files] ************************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:78 Saturday 25 May 2024 17:18:40 +0000 (0:00:00.024) 0:03:06.313 ********** skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } 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 : Remove certs.d files] ************************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:95 Saturday 25 May 2024 17:18:40 +0000 (0:00:00.033) 0:03:06.347 ********** skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } 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 : Find files in certs.d directory] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:102 Saturday 25 May 2024 17:18:40 +0000 (0:00:00.029) 0:03:06.377 ********** 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 : Ensure the certs.d directory is absent if empty] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:110 Saturday 25 May 2024 17:18:40 +0000 (0:00:00.021) 0:03:06.399 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Remove all container resources - root] *********************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/tests_auth_and_security.yml:212 Saturday 25 May 2024 17:18:40 +0000 (0:00:00.022) 0:03:06.422 ********** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 25 May 2024 17:18:40 +0000 (0:00:00.035) 0:03:06.457 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 25 May 2024 17:18:40 +0000 (0:00:00.039) 0:03:06.496 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 25 May 2024 17:18:40 +0000 (0:00:00.026) 0:03:06.523 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 25 May 2024 17:18:40 +0000 (0:00:00.072) 0:03:06.595 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 25 May 2024 17:18:40 +0000 (0:00:00.020) 0:03:06.616 ********** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciyjjzgqcv/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" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 25 May 2024 17:18:40 +0000 (0:00:00.054) 0:03:06.670 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 25 May 2024 17:18:42 +0000 (0:00:01.904) 0:03:08.575 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 25 May 2024 17:18:42 +0000 (0:00:00.023) 0:03:08.598 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 25 May 2024 17:18:42 +0000 (0:00:00.027) 0:03:08.625 ********** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.055744", "end": "2024-05-25 17:18:43.198194", "rc": 0, "start": "2024-05-25 17:18:43.142450" } STDOUT: podman version 4.9.4-dev TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Saturday 25 May 2024 17:18:43 +0000 (0:00:00.368) 0:03:08.993 ********** ok: [sut] => { "ansible_facts": { "podman_version": "4.9.4-dev" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Saturday 25 May 2024 17:18:43 +0000 (0:00:00.024) 0:03:09.018 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Saturday 25 May 2024 17:18:43 +0000 (0:00:00.031) 0:03:09.049 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Saturday 25 May 2024 17:18:43 +0000 (0:00:00.044) 0:03:09.094 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:18:43 +0000 (0:00:00.043) 0:03:09.137 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:18:43 +0000 (0:00:00.271) 0:03:09.408 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:18:43 +0000 (0:00:00.025) 0:03:09.434 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:18:43 +0000 (0:00:00.029) 0:03:09.463 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:18:44 +0000 (0:00:00.276) 0:03:09.739 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:18:44 +0000 (0:00:00.027) 0:03:09.767 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657400.2921023, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716657366.3866093, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:18:44 +0000 (0:00:00.281) 0:03:10.048 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:18:44 +0000 (0:00:00.021) 0:03:10.070 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:18:44 +0000 (0:00:00.020) 0:03:10.091 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:18:44 +0000 (0:00:00.057) 0:03:10.149 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:18:44 +0000 (0:00:00.021) 0:03:10.170 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:18:44 +0000 (0:00:00.021) 0:03:10.192 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:18:44 +0000 (0:00:00.021) 0:03:10.214 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:18:44 +0000 (0:00:00.020) 0:03:10.234 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Saturday 25 May 2024 17:18:44 +0000 (0:00:00.022) 0:03:10.256 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Saturday 25 May 2024 17:18:44 +0000 (0:00:00.028) 0:03:10.285 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 25 May 2024 17:18:44 +0000 (0:00:00.043) 0:03:10.329 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 25 May 2024 17:18:44 +0000 (0:00:00.020) 0:03:10.349 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Saturday 25 May 2024 17:18:44 +0000 (0:00:00.021) 0:03:10.371 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 25 May 2024 17:18:44 +0000 (0:00:00.041) 0:03:10.413 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 25 May 2024 17:18:44 +0000 (0:00:00.021) 0:03:10.435 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Saturday 25 May 2024 17:18:44 +0000 (0:00:00.021) 0:03:10.456 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 25 May 2024 17:18:44 +0000 (0:00:00.045) 0:03:10.502 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 25 May 2024 17:18:44 +0000 (0:00:00.021) 0:03:10.524 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Saturday 25 May 2024 17:18:44 +0000 (0:00:00.076) 0:03:10.600 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 25 May 2024 17:18:44 +0000 (0:00:00.045) 0:03:10.645 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 25 May 2024 17:18:44 +0000 (0:00:00.022) 0:03:10.668 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 25 May 2024 17:18:44 +0000 (0:00:00.021) 0:03:10.689 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 25 May 2024 17:18:44 +0000 (0:00:00.021) 0:03:10.711 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Saturday 25 May 2024 17:18:45 +0000 (0:00:00.021) 0:03:10.732 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Saturday 25 May 2024 17:18:45 +0000 (0:00:00.021) 0:03:10.754 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Keep track of users that need to cancel linger] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Saturday 25 May 2024 17:18:45 +0000 (0:00:00.023) 0:03:10.778 ********** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [linux-system-roles.podman : Handle certs.d files - present] ************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Saturday 25 May 2024 17:18:45 +0000 (0:00:00.022) 0:03:10.800 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml for sut TASK [linux-system-roles.podman : Check given registry_host] ******************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:3 Saturday 25 May 2024 17:18:45 +0000 (0:00:00.055) 0:03:10.855 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-cert spec variables part 0] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:10 Saturday 25 May 2024 17:18:45 +0000 (0:00:00.022) 0:03:10.878 ********** ok: [sut] => { "ansible_facts": { "__podman_user": "root" }, "changed": false } TASK [linux-system-roles.podman : Set per-cert spec variables part 1] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:15 Saturday 25 May 2024 17:18:45 +0000 (0:00:00.025) 0:03:10.903 ********** ok: [sut] => { "ansible_facts": { "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:19 Saturday 25 May 2024 17:18:45 +0000 (0:00:00.024) 0:03:10.927 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:18:45 +0000 (0:00:00.041) 0:03:10.969 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:18:45 +0000 (0:00:00.025) 0:03:10.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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:18:45 +0000 (0:00:00.076) 0:03:11.071 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:18:45 +0000 (0:00:00.031) 0:03:11.103 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:18:45 +0000 (0:00:00.284) 0:03:11.388 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:18:45 +0000 (0:00:00.027) 0:03:11.415 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657400.2921023, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716657366.3866093, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:18:45 +0000 (0:00:00.269) 0:03:11.685 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:18:45 +0000 (0:00:00.021) 0:03:11.706 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:18:46 +0000 (0:00:00.023) 0:03:11.729 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:18:46 +0000 (0:00:00.021) 0:03:11.750 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:18:46 +0000 (0:00:00.022) 0:03:11.773 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:18:46 +0000 (0:00:00.021) 0:03:11.795 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:18:46 +0000 (0:00:00.022) 0:03:11.817 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:18:46 +0000 (0:00:00.022) 0:03:11.839 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-cert spec variables part 2] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:24 Saturday 25 May 2024 17:18:46 +0000 (0:00:00.020) 0:03:11.860 ********** ok: [sut] => { "ansible_facts": { "__podman_user_home_dir": "/root" }, "changed": false } TASK [linux-system-roles.podman : Set per-cert spec variables part 3] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:29 Saturday 25 May 2024 17:18:46 +0000 (0:00:00.028) 0:03:11.888 ********** ok: [sut] => { "ansible_facts": { "__podman_certs_d_path": "/etc/containers/certs.d/localhost:5000" }, "changed": false } TASK [linux-system-roles.podman : Set per-cert spec variables part 4] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:36 Saturday 25 May 2024 17:18:46 +0000 (0:00:00.023) 0:03:11.912 ********** 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 : Ensure certs.d directory] ******************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:70 Saturday 25 May 2024 17:18:46 +0000 (0:00:00.031) 0:03:11.943 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure certs.d files] ************************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:78 Saturday 25 May 2024 17:18:46 +0000 (0:00:00.021) 0:03:11.964 ********** skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } 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 : Remove certs.d files] ************************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:95 Saturday 25 May 2024 17:18:46 +0000 (0:00:00.111) 0:03:12.075 ********** skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } 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 : Find files in certs.d directory] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:102 Saturday 25 May 2024 17:18:46 +0000 (0:00:00.032) 0:03:12.108 ********** 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 : Ensure the certs.d directory is absent if empty] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:110 Saturday 25 May 2024 17:18:46 +0000 (0:00:00.023) 0:03:12.131 ********** 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 credential files - present] *********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:123 Saturday 25 May 2024 17:18:46 +0000 (0:00:00.022) 0:03:12.154 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml for sut TASK [linux-system-roles.podman : Set user and group] ************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:3 Saturday 25 May 2024 17:18:46 +0000 (0:00:00.054) 0:03:12.208 ********** ok: [sut] => { "ansible_facts": { "__podman_credential_group": "", "__podman_credential_user": "root" }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:11 Saturday 25 May 2024 17:18:46 +0000 (0:00:00.024) 0:03:12.233 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:18:46 +0000 (0:00:00.036) 0:03:12.269 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:18:46 +0000 (0:00:00.027) 0:03:12.296 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:18:46 +0000 (0:00:00.026) 0:03:12.323 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:18:46 +0000 (0:00:00.029) 0:03:12.353 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:18:46 +0000 (0:00:00.271) 0:03:12.624 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:18:46 +0000 (0:00:00.027) 0:03:12.652 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657400.2921023, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716657366.3866093, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:18:47 +0000 (0:00:00.283) 0:03:12.935 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:18:47 +0000 (0:00:00.069) 0:03:13.005 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:18:47 +0000 (0:00:00.020) 0:03:13.026 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:18:47 +0000 (0:00:00.022) 0:03:13.048 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:18:47 +0000 (0:00:00.020) 0:03:13.069 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:18:47 +0000 (0:00:00.020) 0:03:13.090 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:18:47 +0000 (0:00:00.021) 0:03:13.111 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:18:47 +0000 (0:00:00.021) 0:03:13.132 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set credential variables] ******************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:17 Saturday 25 May 2024 17:18:47 +0000 (0:00:00.021) 0:03:13.154 ********** 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 : Ensure the credentials directory is present] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:45 Saturday 25 May 2024 17:18:47 +0000 (0:00:00.031) 0:03:13.186 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure credential file is copied] ************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:53 Saturday 25 May 2024 17:18:47 +0000 (0:00:00.023) 0:03:13.209 ********** 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 : Ensure credential file content is present] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:63 Saturday 25 May 2024 17:18:47 +0000 (0:00:00.023) 0:03:13.233 ********** 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 : Ensure credential file is absent] ************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:80 Saturday 25 May 2024 17:18:47 +0000 (0:00:00.021) 0:03:13.254 ********** 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 : Find files in credentials directory] ********* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:86 Saturday 25 May 2024 17:18:47 +0000 (0:00:00.023) 0:03:13.278 ********** 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 : Ensure the credentials directory is absent if empty] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:94 Saturday 25 May 2024 17:18:47 +0000 (0:00:00.022) 0:03:13.300 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Saturday 25 May 2024 17:18:47 +0000 (0:00:00.024) 0:03:13.325 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:139 Saturday 25 May 2024 17:18:47 +0000 (0:00:00.021) 0:03:13.347 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml for sut TASK [linux-system-roles.podman : Set per-container variables part 0] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:14 Saturday 25 May 2024 17:18:47 +0000 (0:00:00.062) 0:03:13.409 ********** ok: [sut] => { "ansible_facts": { "__podman_kube_spec": { "state": "absent" }, "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: auth_test_1_kube\nspec:\n containers:\n - image: localhost:5000/libpod/testimage:20210610\n name: auth_test_1_kube\n" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 1] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:34 Saturday 25 May 2024 17:18:47 +0000 (0:00:00.027) 0:03:13.437 ********** ok: [sut] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_kube": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "auth_test_1_kube" }, "spec": { "containers": [ { "image": "localhost:5000/libpod/testimage:20210610", "name": "auth_test_1_kube" } ] } }, "__podman_kube_file": "", "__podman_pull_image": true, "__podman_state": "absent", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 2] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:60 Saturday 25 May 2024 17:18:47 +0000 (0:00:00.076) 0:03:13.514 ********** ok: [sut] => { "ansible_facts": { "__podman_kube_name": "auth_test_1_kube", "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:66 Saturday 25 May 2024 17:18:47 +0000 (0:00:00.024) 0:03:13.538 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:18:47 +0000 (0:00:00.043) 0:03:13.582 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:18:47 +0000 (0:00:00.026) 0:03:13.609 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:18:47 +0000 (0:00:00.025) 0:03:13.634 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:18:47 +0000 (0:00:00.029) 0:03:13.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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:18:48 +0000 (0:00:00.274) 0:03:13.938 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:18:48 +0000 (0:00:00.030) 0:03:13.968 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657400.2921023, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716657366.3866093, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:18:48 +0000 (0:00:00.282) 0:03:14.251 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:18:48 +0000 (0:00:00.021) 0:03:14.272 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:18:48 +0000 (0:00:00.022) 0:03:14.294 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:18:48 +0000 (0:00:00.022) 0:03:14.317 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:18:48 +0000 (0:00:00.023) 0:03:14.340 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:18:48 +0000 (0:00:00.021) 0:03:14.362 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:18:48 +0000 (0:00:00.021) 0:03:14.383 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:18:48 +0000 (0:00:00.078) 0:03:14.461 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if no kube spec is given] *************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:71 Saturday 25 May 2024 17:18:48 +0000 (0:00:00.022) 0:03:14.483 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 3] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:80 Saturday 25 May 2024 17:18:48 +0000 (0:00:00.022) 0:03:14.506 ********** ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:94 Saturday 25 May 2024 17:18:48 +0000 (0:00:00.035) 0:03:14.541 ********** ok: [sut] => { "ansible_facts": { "__podman_kube_path": "/etc/containers/ansible-kubernetes.d" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 5] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:100 Saturday 25 May 2024 17:18:48 +0000 (0:00:00.023) 0:03:14.565 ********** ok: [sut] => { "ansible_facts": { "__podman_kube_file": "/etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 6] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:108 Saturday 25 May 2024 17:18:48 +0000 (0:00:00.024) 0:03:14.590 ********** 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 : Get service name using systemd-escape] ******* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:123 Saturday 25 May 2024 17:18:48 +0000 (0:00:00.025) 0:03:14.615 ********** ok: [sut] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml" ], "delta": "0:00:00.006588", "end": "2024-05-25 17:18:49.161632", "rc": 0, "start": "2024-05-25 17:18:49.155044" } STDOUT: podman-kube@-etc-containers-ansible\x2dkubernetes.d-auth_test_1_kube.yml.service TASK [linux-system-roles.podman : Cleanup containers and services] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:131 Saturday 25 May 2024 17:18:49 +0000 (0:00:00.289) 0:03:14.905 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml for sut TASK [linux-system-roles.podman : Stat XDG_RUNTIME_DIR] ************************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:2 Saturday 25 May 2024 17:18:49 +0000 (0:00:00.046) 0:03:14.951 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:10 Saturday 25 May 2024 17:18:49 +0000 (0:00:00.024) 0:03:14.976 ********** ok: [sut] => { "changed": false, "enabled": false, "failed_when_result": false, "name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "state": "stopped", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "system-podman\\x2dkube.slice network-online.target sysinit.target -.mount basic.target systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "man:podman-kube-play(1)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "Environment": "PODMAN_SYSTEMD_UNIT=podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target -.mount system-podman\\x2dkube.slice", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "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", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 10s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "network-online.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [linux-system-roles.podman : Check if kube file exists] ******************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:28 Saturday 25 May 2024 17:18:49 +0000 (0:00:00.462) 0:03:15.438 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.podman : Remove pod/containers] *********************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:33 Saturday 25 May 2024 17:18:49 +0000 (0:00:00.269) 0:03:15.708 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Remove kubernetes yaml file] ***************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:45 Saturday 25 May 2024 17:18:50 +0000 (0:00:00.022) 0:03:15.730 ********** ok: [sut] => { "changed": false, "path": "/etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml", "state": "absent" } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:50 Saturday 25 May 2024 17:18:50 +0000 (0:00:00.273) 0:03:16.004 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:59 Saturday 25 May 2024 17:18:50 +0000 (0:00:00.022) 0:03:16.026 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 25 May 2024 17:18:50 +0000 (0:00:00.035) 0:03:16.062 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 25 May 2024 17:18:50 +0000 (0:00:00.021) 0:03:16.083 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 25 May 2024 17:18:50 +0000 (0:00:00.020) 0:03:16.104 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update containers and services] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:135 Saturday 25 May 2024 17:18:50 +0000 (0:00:00.021) 0:03:16.126 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:146 Saturday 25 May 2024 17:18:50 +0000 (0:00:00.020) 0:03:16.146 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 25 May 2024 17:18:50 +0000 (0:00:00.063) 0:03:16.210 ********** ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": { "Container": { "ContainerName": "auth_test_1_quadlet", "Image": "localhost:5000/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 25 May 2024 17:18:50 +0000 (0:00:00.028) 0:03:16.238 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 25 May 2024 17:18:50 +0000 (0:00:00.026) 0:03:16.264 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 25 May 2024 17:18:50 +0000 (0:00:00.021) 0:03:16.286 ********** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "auth_test_1_quadlet", "__podman_quadlet_type": "container", "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 25 May 2024 17:18:50 +0000 (0:00:00.029) 0:03:16.315 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:18:50 +0000 (0:00:00.038) 0:03:16.354 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:18:50 +0000 (0:00:00.025) 0:03:16.380 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:18:50 +0000 (0:00:00.084) 0:03:16.464 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:18:50 +0000 (0:00:00.037) 0:03:16.502 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:18:51 +0000 (0:00:00.267) 0:03:16.770 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:18:51 +0000 (0:00:00.027) 0:03:16.798 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657400.2921023, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716657366.3866093, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:18:51 +0000 (0:00:00.285) 0:03:17.083 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:18:51 +0000 (0:00:00.020) 0:03:17.104 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:18:51 +0000 (0:00:00.022) 0:03:17.126 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:18:51 +0000 (0:00:00.021) 0:03:17.148 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:18:51 +0000 (0:00:00.022) 0:03:17.170 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:18:51 +0000 (0:00:00.021) 0:03:17.191 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:18:51 +0000 (0:00:00.021) 0:03:17.213 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:18:51 +0000 (0:00:00.021) 0:03:17.235 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 25 May 2024 17:18:51 +0000 (0:00:00.022) 0:03:17.257 ********** ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": false, "__podman_images_found": [ "localhost:5000/libpod/testimage:20210610" ], "__podman_kube_yamls_raw": "", "__podman_service_name": "auth_test_1_quadlet.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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 25 May 2024 17:18:51 +0000 (0:00:00.038) 0:03:17.296 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 25 May 2024 17:18:51 +0000 (0:00:00.021) 0:03:17.317 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 25 May 2024 17:18:51 +0000 (0:00:00.022) 0:03:17.340 ********** ok: [sut] => { "ansible_facts": { "__podman_images": [ "localhost:5000/libpod/testimage:20210610" ], "__podman_quadlet_file": "/etc/containers/systemd/auth_test_1_quadlet.container", "__podman_volumes": [] }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 6] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 25 May 2024 17:18:51 +0000 (0:00:00.087) 0:03:17.427 ********** 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 : Cleanup quadlets] **************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:220 Saturday 25 May 2024 17:18:51 +0000 (0:00:00.025) 0:03:17.453 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Stat XDG_RUNTIME_DIR] ************************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Saturday 25 May 2024 17:18:51 +0000 (0:00:00.046) 0:03:17.500 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 Saturday 25 May 2024 17:18:51 +0000 (0:00:00.022) 0:03:17.522 ********** ok: [sut] => { "changed": false, "failed_when_result": false } MSG: Could not find the requested service auth_test_1_quadlet.service: host TASK [linux-system-roles.podman : Remove quadlet file] ************************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:33 Saturday 25 May 2024 17:18:52 +0000 (0:00:00.437) 0:03:17.960 ********** ok: [sut] => { "changed": false, "path": "/etc/containers/systemd/auth_test_1_quadlet.container", "state": "absent" } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:39 Saturday 25 May 2024 17:18:52 +0000 (0:00:00.269) 0:03:18.229 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 25 May 2024 17:18:52 +0000 (0:00:00.035) 0:03:18.265 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 25 May 2024 17:18:52 +0000 (0:00:00.022) 0:03:18.287 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 25 May 2024 17:18:52 +0000 (0:00:00.020) 0:03:18.308 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:47 Saturday 25 May 2024 17:18:52 +0000 (0:00:00.021) 0:03:18.330 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:56 Saturday 25 May 2024 17:18:52 +0000 (0:00:00.022) 0:03:18.352 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:64 Saturday 25 May 2024 17:18:52 +0000 (0:00:00.021) 0:03:18.374 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:224 Saturday 25 May 2024 17:18:52 +0000 (0:00:00.026) 0:03:18.400 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:153 Saturday 25 May 2024 17:18:52 +0000 (0:00:00.021) 0:03:18.421 ********** TASK [linux-system-roles.podman : Handle credential files - absent] ************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:159 Saturday 25 May 2024 17:18:52 +0000 (0:00:00.066) 0:03:18.488 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml for sut TASK [linux-system-roles.podman : Set user and group] ************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:3 Saturday 25 May 2024 17:18:52 +0000 (0:00:00.063) 0:03:18.551 ********** ok: [sut] => { "ansible_facts": { "__podman_credential_group": "", "__podman_credential_user": "root" }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:11 Saturday 25 May 2024 17:18:52 +0000 (0:00:00.024) 0:03:18.576 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:18:52 +0000 (0:00:00.038) 0:03:18.614 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:18:52 +0000 (0:00:00.029) 0:03:18.643 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:18:52 +0000 (0:00:00.033) 0:03:18.676 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:18:52 +0000 (0:00:00.029) 0:03:18.706 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:18:53 +0000 (0:00:00.273) 0:03:18.979 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:18:53 +0000 (0:00:00.028) 0:03:19.008 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657400.2921023, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716657366.3866093, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:18:53 +0000 (0:00:00.272) 0:03:19.281 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:18:53 +0000 (0:00:00.023) 0:03:19.304 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:18:53 +0000 (0:00:00.024) 0:03:19.328 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:18:53 +0000 (0:00:00.022) 0:03:19.351 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:18:53 +0000 (0:00:00.023) 0:03:19.374 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:18:53 +0000 (0:00:00.095) 0:03:19.470 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:18:53 +0000 (0:00:00.036) 0:03:19.507 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:18:53 +0000 (0:00:00.024) 0:03:19.532 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set credential variables] ******************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:17 Saturday 25 May 2024 17:18:53 +0000 (0:00:00.027) 0:03:19.559 ********** 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 : Ensure the credentials directory is present] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:45 Saturday 25 May 2024 17:18:53 +0000 (0:00:00.032) 0:03:19.591 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure credential file is copied] ************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:53 Saturday 25 May 2024 17:18:53 +0000 (0:00:00.023) 0:03:19.615 ********** 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 : Ensure credential file content is present] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:63 Saturday 25 May 2024 17:18:53 +0000 (0:00:00.028) 0:03:19.643 ********** 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 : Ensure credential file is absent] ************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:80 Saturday 25 May 2024 17:18:53 +0000 (0:00:00.021) 0:03:19.664 ********** 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 : Find files in credentials directory] ********* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:86 Saturday 25 May 2024 17:18:54 +0000 (0:00:00.283) 0:03:19.948 ********** 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 : Ensure the credentials directory is absent if empty] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:94 Saturday 25 May 2024 17:18:54 +0000 (0:00:00.258) 0:03:20.207 ********** ok: [sut] => { "changed": false, "path": "/root/.config/containers", "state": "absent" } TASK [linux-system-roles.podman : Handle certs.d files - absent] *************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:168 Saturday 25 May 2024 17:18:54 +0000 (0:00:00.272) 0:03:20.480 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml for sut TASK [linux-system-roles.podman : Check given registry_host] ******************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:3 Saturday 25 May 2024 17:18:54 +0000 (0:00:00.067) 0:03:20.547 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-cert spec variables part 0] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:10 Saturday 25 May 2024 17:18:54 +0000 (0:00:00.023) 0:03:20.571 ********** ok: [sut] => { "ansible_facts": { "__podman_user": "root" }, "changed": false } TASK [linux-system-roles.podman : Set per-cert spec variables part 1] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:15 Saturday 25 May 2024 17:18:54 +0000 (0:00:00.072) 0:03:20.644 ********** ok: [sut] => { "ansible_facts": { "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:19 Saturday 25 May 2024 17:18:54 +0000 (0:00:00.024) 0:03:20.668 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:18:54 +0000 (0:00:00.040) 0:03:20.709 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:18:55 +0000 (0:00:00.025) 0:03:20.734 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:18:55 +0000 (0:00:00.026) 0:03:20.761 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:18:55 +0000 (0:00:00.030) 0:03:20.791 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:18:55 +0000 (0:00:00.277) 0:03:21.069 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:18:55 +0000 (0:00:00.027) 0:03:21.096 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657400.2921023, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716657366.3866093, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:18:55 +0000 (0:00:00.304) 0:03:21.401 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:18:55 +0000 (0:00:00.022) 0:03:21.424 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:18:55 +0000 (0:00:00.021) 0:03:21.446 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:18:55 +0000 (0:00:00.021) 0:03:21.467 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:18:55 +0000 (0:00:00.022) 0:03:21.489 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:18:55 +0000 (0:00:00.021) 0:03:21.511 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:18:55 +0000 (0:00:00.021) 0:03:21.533 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:18:55 +0000 (0:00:00.021) 0:03:21.554 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-cert spec variables part 2] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:24 Saturday 25 May 2024 17:18:55 +0000 (0:00:00.066) 0:03:21.621 ********** ok: [sut] => { "ansible_facts": { "__podman_user_home_dir": "/root" }, "changed": false } TASK [linux-system-roles.podman : Set per-cert spec variables part 3] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:29 Saturday 25 May 2024 17:18:55 +0000 (0:00:00.027) 0:03:21.649 ********** ok: [sut] => { "ansible_facts": { "__podman_certs_d_path": "/etc/containers/certs.d/localhost:5000" }, "changed": false } TASK [linux-system-roles.podman : Set per-cert spec variables part 4] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:36 Saturday 25 May 2024 17:18:55 +0000 (0:00:00.021) 0:03:21.671 ********** 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 : Ensure certs.d directory] ******************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:70 Saturday 25 May 2024 17:18:55 +0000 (0:00:00.029) 0:03:21.700 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure certs.d files] ************************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:78 Saturday 25 May 2024 17:18:56 +0000 (0:00:00.020) 0:03:21.721 ********** skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } 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 : Remove certs.d files] ************************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:95 Saturday 25 May 2024 17:18:56 +0000 (0:00:00.031) 0:03:21.753 ********** ok: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } ok: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } ok: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } 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 : Find files in certs.d directory] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:102 Saturday 25 May 2024 17:18:56 +0000 (0:00:00.802) 0:03:22.555 ********** 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 : Ensure the certs.d directory is absent if empty] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:110 Saturday 25 May 2024 17:18:57 +0000 (0:00:00.256) 0:03:22.812 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Remove all container resources - rootless] ******************************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/tests_auth_and_security.yml:233 Saturday 25 May 2024 17:18:57 +0000 (0:00:00.274) 0:03:23.086 ********** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 25 May 2024 17:18:57 +0000 (0:00:00.043) 0:03:23.130 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 25 May 2024 17:18:57 +0000 (0:00:00.099) 0:03:23.229 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 25 May 2024 17:18:57 +0000 (0:00:00.027) 0:03:23.257 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 25 May 2024 17:18:57 +0000 (0:00:00.024) 0:03:23.281 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 25 May 2024 17:18:57 +0000 (0:00:00.022) 0:03:23.304 ********** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciyjjzgqcv/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" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 25 May 2024 17:18:57 +0000 (0:00:00.051) 0:03:23.356 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 25 May 2024 17:18:59 +0000 (0:00:01.910) 0:03:25.266 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 25 May 2024 17:18:59 +0000 (0:00:00.048) 0:03:25.315 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 25 May 2024 17:18:59 +0000 (0:00:00.027) 0:03:25.343 ********** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.049915", "end": "2024-05-25 17:18:59.937124", "rc": 0, "start": "2024-05-25 17:18:59.887209" } STDOUT: podman version 4.9.4-dev TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Saturday 25 May 2024 17:18:59 +0000 (0:00:00.341) 0:03:25.684 ********** ok: [sut] => { "ansible_facts": { "podman_version": "4.9.4-dev" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Saturday 25 May 2024 17:18:59 +0000 (0:00:00.023) 0:03:25.708 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Saturday 25 May 2024 17:19:00 +0000 (0:00:00.021) 0:03:25.730 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Saturday 25 May 2024 17:19:00 +0000 (0:00:00.048) 0:03:25.778 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:19:00 +0000 (0:00:00.043) 0:03:25.821 ********** ok: [sut] => { "ansible_facts": { "getent_passwd": { "auth_test_user1": [ "x", "2001", "2001", "", "/home/auth_test_user1", "/bin/bash" ] } }, "changed": false } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:19:00 +0000 (0:00:00.269) 0:03:26.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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:19:00 +0000 (0:00:00.025) 0:03:26.116 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:19:00 +0000 (0:00:00.029) 0:03:26.146 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "auth_test_user1": [ "x", "2001", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:19:00 +0000 (0:00:00.271) 0:03:26.417 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "auth_test_user1" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:19:00 +0000 (0:00:00.026) 0:03:26.444 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657400.2921023, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716657366.3866093, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:19:01 +0000 (0:00:00.323) 0:03:26.768 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.004401", "end": "2024-05-25 17:19:01.293818", "rc": 0, "start": "2024-05-25 17:19:01.289417" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:19:01 +0000 (0:00:00.272) 0:03:27.040 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.004264", "end": "2024-05-25 17:19:01.597471", "rc": 0, "start": "2024-05-25 17:19:01.593207" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:19:01 +0000 (0:00:00.304) 0:03:27.345 ********** ok: [sut] => { "ansible_facts": { "podman_subgid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } }, "podman_subuid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } } }, "changed": false } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:19:01 +0000 (0:00:00.032) 0:03:27.377 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:19:01 +0000 (0:00:00.021) 0:03:27.398 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:19:01 +0000 (0:00:00.021) 0:03:27.420 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:19:01 +0000 (0:00:00.022) 0:03:27.442 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:19:01 +0000 (0:00:00.022) 0:03:27.464 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Saturday 25 May 2024 17:19:01 +0000 (0:00:00.021) 0:03:27.486 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Saturday 25 May 2024 17:19:01 +0000 (0:00:00.027) 0:03:27.513 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 25 May 2024 17:19:01 +0000 (0:00:00.042) 0:03:27.556 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 25 May 2024 17:19:01 +0000 (0:00:00.021) 0:03:27.577 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Saturday 25 May 2024 17:19:01 +0000 (0:00:00.021) 0:03:27.599 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 25 May 2024 17:19:01 +0000 (0:00:00.043) 0:03:27.642 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 25 May 2024 17:19:01 +0000 (0:00:00.057) 0:03:27.700 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Saturday 25 May 2024 17:19:02 +0000 (0:00:00.021) 0:03:27.722 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 25 May 2024 17:19:02 +0000 (0:00:00.044) 0:03:27.766 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 25 May 2024 17:19:02 +0000 (0:00:00.021) 0:03:27.787 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Saturday 25 May 2024 17:19:02 +0000 (0:00:00.022) 0:03:27.810 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 25 May 2024 17:19:02 +0000 (0:00:00.045) 0:03:27.855 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 25 May 2024 17:19:02 +0000 (0:00:00.021) 0:03:27.877 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 25 May 2024 17:19:02 +0000 (0:00:00.021) 0:03:27.898 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 25 May 2024 17:19:02 +0000 (0:00:00.021) 0:03:27.920 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Saturday 25 May 2024 17:19:02 +0000 (0:00:00.021) 0:03:27.941 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Saturday 25 May 2024 17:19:02 +0000 (0:00:00.022) 0:03:27.963 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Keep track of users that need to cancel linger] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Saturday 25 May 2024 17:19:02 +0000 (0:00:00.023) 0:03:27.986 ********** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [linux-system-roles.podman : Handle certs.d files - present] ************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Saturday 25 May 2024 17:19:02 +0000 (0:00:00.021) 0:03:28.008 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml for sut TASK [linux-system-roles.podman : Check given registry_host] ******************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:3 Saturday 25 May 2024 17:19:02 +0000 (0:00:00.052) 0:03:28.060 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-cert spec variables part 0] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:10 Saturday 25 May 2024 17:19:02 +0000 (0:00:00.021) 0:03:28.081 ********** ok: [sut] => { "ansible_facts": { "__podman_user": "auth_test_user1" }, "changed": false } TASK [linux-system-roles.podman : Set per-cert spec variables part 1] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:15 Saturday 25 May 2024 17:19:02 +0000 (0:00:00.062) 0:03:28.144 ********** ok: [sut] => { "ansible_facts": { "__podman_rootless": true }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:19 Saturday 25 May 2024 17:19:02 +0000 (0:00:00.022) 0:03:28.166 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:19:02 +0000 (0:00:00.035) 0:03:28.202 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:19:02 +0000 (0:00:00.025) 0:03:28.227 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:19:02 +0000 (0:00:00.025) 0:03:28.252 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:19:02 +0000 (0:00:00.028) 0:03:28.280 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "auth_test_user1": [ "x", "2001", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:19:02 +0000 (0:00:00.260) 0:03:28.541 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "auth_test_user1" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:19:02 +0000 (0:00:00.025) 0:03:28.567 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657400.2921023, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716657366.3866093, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:19:03 +0000 (0:00:00.270) 0:03:28.837 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.006282", "end": "2024-05-25 17:19:03.358508", "rc": 0, "start": "2024-05-25 17:19:03.352226" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:19:03 +0000 (0:00:00.269) 0:03:29.107 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.004662", "end": "2024-05-25 17:19:03.626052", "rc": 0, "start": "2024-05-25 17:19:03.621390" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:19:03 +0000 (0:00:00.263) 0:03:29.370 ********** ok: [sut] => { "ansible_facts": { "podman_subgid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } }, "podman_subuid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } } }, "changed": false } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:19:03 +0000 (0:00:00.031) 0:03:29.402 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:19:03 +0000 (0:00:00.020) 0:03:29.423 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:19:03 +0000 (0:00:00.057) 0:03:29.481 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:19:03 +0000 (0:00:00.020) 0:03:29.502 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:19:03 +0000 (0:00:00.021) 0:03:29.523 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-cert spec variables part 2] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:24 Saturday 25 May 2024 17:19:03 +0000 (0:00:00.020) 0:03:29.544 ********** ok: [sut] => { "ansible_facts": { "__podman_user_home_dir": "/home/auth_test_user1" }, "changed": false } TASK [linux-system-roles.podman : Set per-cert spec variables part 3] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:29 Saturday 25 May 2024 17:19:03 +0000 (0:00:00.027) 0:03:29.571 ********** ok: [sut] => { "ansible_facts": { "__podman_certs_d_path": "/home/auth_test_user1/.config/containers/certs.d/localhost:5000" }, "changed": false } TASK [linux-system-roles.podman : Set per-cert spec variables part 4] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:36 Saturday 25 May 2024 17:19:03 +0000 (0:00:00.023) 0:03:29.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 : Ensure certs.d directory] ******************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:70 Saturday 25 May 2024 17:19:03 +0000 (0:00:00.029) 0:03:29.624 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure certs.d files] ************************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:78 Saturday 25 May 2024 17:19:03 +0000 (0:00:00.022) 0:03:29.647 ********** skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } 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 : Remove certs.d files] ************************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:95 Saturday 25 May 2024 17:19:03 +0000 (0:00:00.028) 0:03:29.675 ********** skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } 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 : Find files in certs.d directory] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:102 Saturday 25 May 2024 17:19:03 +0000 (0:00:00.033) 0:03:29.709 ********** 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 : Ensure the certs.d directory is absent if empty] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:110 Saturday 25 May 2024 17:19:04 +0000 (0:00:00.022) 0:03:29.732 ********** 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 credential files - present] *********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:123 Saturday 25 May 2024 17:19:04 +0000 (0:00:00.021) 0:03:29.754 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml for sut TASK [linux-system-roles.podman : Set user and group] ************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:3 Saturday 25 May 2024 17:19:04 +0000 (0:00:00.055) 0:03:29.809 ********** ok: [sut] => { "ansible_facts": { "__podman_credential_group": "", "__podman_credential_user": "auth_test_user1" }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:11 Saturday 25 May 2024 17:19:04 +0000 (0:00:00.023) 0:03:29.833 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:19:04 +0000 (0:00:00.036) 0:03:29.869 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:19:04 +0000 (0:00:00.026) 0:03:29.895 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:19:04 +0000 (0:00:00.069) 0:03:29.964 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:19:04 +0000 (0:00:00.030) 0:03:29.995 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "auth_test_user1": [ "x", "2001", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:19:04 +0000 (0:00:00.274) 0:03:30.270 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "auth_test_user1" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:19:04 +0000 (0:00:00.028) 0:03:30.298 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657400.2921023, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716657366.3866093, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:19:04 +0000 (0:00:00.277) 0:03:30.575 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.005310", "end": "2024-05-25 17:19:05.108744", "rc": 0, "start": "2024-05-25 17:19:05.103434" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:19:05 +0000 (0:00:00.280) 0:03:30.856 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.006183", "end": "2024-05-25 17:19:05.393612", "rc": 0, "start": "2024-05-25 17:19:05.387429" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:19:05 +0000 (0:00:00.282) 0:03:31.138 ********** ok: [sut] => { "ansible_facts": { "podman_subgid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } }, "podman_subuid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } } }, "changed": false } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:19:05 +0000 (0:00:00.034) 0:03:31.172 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:19:05 +0000 (0:00:00.021) 0:03:31.194 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:19:05 +0000 (0:00:00.022) 0:03:31.217 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:19:05 +0000 (0:00:00.021) 0:03:31.239 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:19:05 +0000 (0:00:00.023) 0:03:31.262 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set credential variables] ******************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:17 Saturday 25 May 2024 17:19:05 +0000 (0:00:00.021) 0:03:31.284 ********** 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 : Ensure the credentials directory is present] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:45 Saturday 25 May 2024 17:19:05 +0000 (0:00:00.031) 0:03:31.315 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure credential file is copied] ************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:53 Saturday 25 May 2024 17:19:05 +0000 (0:00:00.073) 0:03:31.388 ********** 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 : Ensure credential file content is present] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:63 Saturday 25 May 2024 17:19:05 +0000 (0:00:00.022) 0:03:31.411 ********** 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 : Ensure credential file is absent] ************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:80 Saturday 25 May 2024 17:19:05 +0000 (0:00:00.021) 0:03:31.432 ********** 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 : Find files in credentials directory] ********* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:86 Saturday 25 May 2024 17:19:05 +0000 (0:00:00.021) 0:03:31.454 ********** 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 : Ensure the credentials directory is absent if empty] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:94 Saturday 25 May 2024 17:19:05 +0000 (0:00:00.022) 0:03:31.476 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Saturday 25 May 2024 17:19:05 +0000 (0:00:00.022) 0:03:31.499 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:139 Saturday 25 May 2024 17:19:05 +0000 (0:00:00.019) 0:03:31.518 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml for sut TASK [linux-system-roles.podman : Set per-container variables part 0] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:14 Saturday 25 May 2024 17:19:05 +0000 (0:00:00.059) 0:03:31.578 ********** ok: [sut] => { "ansible_facts": { "__podman_kube_spec": { "state": "absent" }, "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: auth_test_1_kube\nspec:\n containers:\n - image: localhost:5000/libpod/testimage:20210610\n name: auth_test_1_kube\n" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 1] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:34 Saturday 25 May 2024 17:19:05 +0000 (0:00:00.028) 0:03:31.607 ********** ok: [sut] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_kube": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "auth_test_1_kube" }, "spec": { "containers": [ { "image": "localhost:5000/libpod/testimage:20210610", "name": "auth_test_1_kube" } ] } }, "__podman_kube_file": "", "__podman_pull_image": true, "__podman_state": "absent", "__podman_systemd_unit_scope": "", "__podman_user": "auth_test_user1" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 2] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:60 Saturday 25 May 2024 17:19:05 +0000 (0:00:00.030) 0:03:31.637 ********** ok: [sut] => { "ansible_facts": { "__podman_kube_name": "auth_test_1_kube", "__podman_rootless": true }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:66 Saturday 25 May 2024 17:19:05 +0000 (0:00:00.024) 0:03:31.661 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:19:05 +0000 (0:00:00.040) 0:03:31.701 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:19:06 +0000 (0:00:00.025) 0:03:31.727 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:19:06 +0000 (0:00:00.027) 0:03:31.754 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:19:06 +0000 (0:00:00.029) 0:03:31.784 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "auth_test_user1": [ "x", "2001", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:19:06 +0000 (0:00:00.329) 0:03:32.113 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "auth_test_user1" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:19:06 +0000 (0:00:00.036) 0:03:32.150 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657400.2921023, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716657366.3866093, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:19:06 +0000 (0:00:00.265) 0:03:32.416 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.004943", "end": "2024-05-25 17:19:06.963836", "rc": 0, "start": "2024-05-25 17:19:06.958893" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:19:06 +0000 (0:00:00.294) 0:03:32.710 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.006395", "end": "2024-05-25 17:19:07.258835", "rc": 0, "start": "2024-05-25 17:19:07.252440" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:19:07 +0000 (0:00:00.293) 0:03:33.003 ********** ok: [sut] => { "ansible_facts": { "podman_subgid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } }, "podman_subuid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } } }, "changed": false } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:19:07 +0000 (0:00:00.032) 0:03:33.036 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:19:07 +0000 (0:00:00.021) 0:03:33.057 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:19:07 +0000 (0:00:00.021) 0:03:33.079 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:19:07 +0000 (0:00:00.021) 0:03:33.100 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:19:07 +0000 (0:00:00.020) 0:03:33.121 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if no kube spec is given] *************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:71 Saturday 25 May 2024 17:19:07 +0000 (0:00:00.021) 0:03:33.143 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:80 Saturday 25 May 2024 17:19:07 +0000 (0:00:00.020) 0:03:33.163 ********** ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_systemd_scope": "user", "__podman_user_home_dir": "/home/auth_test_user1", "__podman_xdg_runtime_dir": "/run/user/2001" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 4] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:94 Saturday 25 May 2024 17:19:07 +0000 (0:00:00.033) 0:03:33.197 ********** ok: [sut] => { "ansible_facts": { "__podman_kube_path": "/home/auth_test_user1/.config/containers/ansible-kubernetes.d" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 5] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:100 Saturday 25 May 2024 17:19:07 +0000 (0:00:00.021) 0:03:33.219 ********** ok: [sut] => { "ansible_facts": { "__podman_kube_file": "/home/auth_test_user1/.config/containers/ansible-kubernetes.d/auth_test_1_kube.yml" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 6] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:108 Saturday 25 May 2024 17:19:07 +0000 (0:00:00.023) 0:03:33.242 ********** 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 : Get service name using systemd-escape] ******* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:123 Saturday 25 May 2024 17:19:07 +0000 (0:00:00.074) 0:03:33.317 ********** ok: [sut] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/home/auth_test_user1/.config/containers/ansible-kubernetes.d/auth_test_1_kube.yml" ], "delta": "0:00:00.010340", "end": "2024-05-25 17:19:07.839292", "rc": 0, "start": "2024-05-25 17:19:07.828952" } STDOUT: podman-kube@-home-auth_test_user1-.config-containers-ansible\x2dkubernetes.d-auth_test_1_kube.yml.service TASK [linux-system-roles.podman : Cleanup containers and services] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:131 Saturday 25 May 2024 17:19:07 +0000 (0:00:00.268) 0:03:33.586 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml for sut TASK [linux-system-roles.podman : Stat XDG_RUNTIME_DIR] ************************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:2 Saturday 25 May 2024 17:19:07 +0000 (0:00:00.045) 0:03:33.631 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657507.3105023, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1716657510.4494553, "dev": 61, "device_type": 0, "executable": true, "exists": true, "gid": 2001, "gr_name": "auth_test_user1", "inode": 133947, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1716657510.4494553, "nlink": 8, "path": "/run/user/2001", "pw_name": "auth_test_user1", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 180, "uid": 2001, "version": null, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": true } } TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:10 Saturday 25 May 2024 17:19:08 +0000 (0:00:00.285) 0:03:33.916 ********** changed: [sut] => { "changed": true, "enabled": false, "failed_when_result": false, "name": "podman-kube@-home-auth_test_user1-.config-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "state": "stopped", "status": { "ActiveEnterTimestamp": "Sat 2024-05-25 17:18:32 UTC", "ActiveEnterTimestampMonotonic": "1845735052", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "podman\\x2dkube.slice network-online.target basic.target -.mount run-user-2001.mount", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-05-25 17:18:31 UTC", "AssertTimestampMonotonic": "1845004736", "Before": "default.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-05-25 17:18:31 UTC", "ConditionTimestampMonotonic": "1845004736", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/user.slice/user-2001.slice/user@2001.service/podman\\x2dkube.slice/podman-kube@-home-auth_test_user1-.config-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "man:podman-kube-play(1)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "Environment": "PODMAN_SYSTEMD_UNIT=podman-kube@-home-auth_test_user1-.config-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "44534", "ExecMainStartTimestamp": "Sat 2024-05-25 17:18:32 UTC", "ExecMainStartTimestampMonotonic": "1845735021", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /home/auth_test_user1/.config/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; ignore_errors=no ; start_time=[Sat 2024-05-25 17:18:31 UTC] ; stop_time=[n/a] ; pid=44499 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /home/auth_test_user1/.config/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/user/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "podman-kube@-home-auth_test_user1-.config-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-05-25 17:18:31 UTC", "InactiveExitTimestampMonotonic": "1845005455", "InvocationID": "8d2426f4bf8942f78b71ecf26bdd3a52", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "inherit", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "44534", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "podman-kube@-home-auth_test_user1-.config-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "basic.target podman\\x2dkube.slice", "RequiresMountsFor": "/run/user/2001/containers /home/auth_test_user1", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-05-25 17:18:32 UTC", "StateChangeTimestampMonotonic": "1845735052", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 10s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "default.target", "Wants": "network-online.target", "WatchdogTimestamp": "Sat 2024-05-25 17:18:32 UTC", "WatchdogTimestampMonotonic": "1845735048", "WatchdogUSec": "0", "WorkingDirectory": "!/home/auth_test_user1" } } TASK [linux-system-roles.podman : Check if kube file exists] ******************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:28 Saturday 25 May 2024 17:19:09 +0000 (0:00:01.034) 0:03:34.951 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657509.9644625, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fb0097683a2e5c8909a8037d64ddc1b350aed0be", "ctime": 1716657509.6204677, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 2001, "gr_name": "auth_test_user1", "inode": 343933123, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1716657509.4174707, "nlink": 1, "path": "/home/auth_test_user1/.config/containers/ansible-kubernetes.d/auth_test_1_kube.yml", "pw_name": "auth_test_user1", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 244, "uid": 2001, "version": "286171760", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.podman : Remove pod/containers] *********************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:33 Saturday 25 May 2024 17:19:09 +0000 (0:00:00.211) 0:03:35.163 ********** changed: [sut] => { "actions": [ "/bin/podman kube play --down /home/auth_test_user1/.config/containers/ansible-kubernetes.d/auth_test_1_kube.yml" ], "changed": true } STDOUT: Pods stopped: Pods removed: Secrets removed: Volumes removed: TASK [linux-system-roles.podman : Remove kubernetes yaml file] ***************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:45 Saturday 25 May 2024 17:19:09 +0000 (0:00:00.345) 0:03:35.509 ********** changed: [sut] => { "changed": true, "path": "/home/auth_test_user1/.config/containers/ansible-kubernetes.d/auth_test_1_kube.yml", "state": "absent" } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:50 Saturday 25 May 2024 17:19:09 +0000 (0:00:00.203) 0:03:35.712 ********** changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.046289", "end": "2024-05-25 17:19:10.233355", "rc": 0, "start": "2024-05-25 17:19:10.187066" } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:59 Saturday 25 May 2024 17:19:10 +0000 (0:00:00.321) 0:03:36.034 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 25 May 2024 17:19:10 +0000 (0:00:00.035) 0:03:36.069 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 25 May 2024 17:19:10 +0000 (0:00:00.022) 0:03:36.091 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 25 May 2024 17:19:10 +0000 (0:00:00.023) 0:03:36.115 ********** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [ "auth_test_user1" ] }, "changed": false } TASK [linux-system-roles.podman : Create and update containers and services] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:135 Saturday 25 May 2024 17:19:10 +0000 (0:00:00.026) 0:03:36.141 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:146 Saturday 25 May 2024 17:19:10 +0000 (0:00:00.020) 0:03:36.162 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 25 May 2024 17:19:10 +0000 (0:00:00.065) 0:03:36.227 ********** ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": { "Container": { "ContainerName": "auth_test_1_quadlet", "Image": "localhost:5000/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 25 May 2024 17:19:10 +0000 (0:00:00.029) 0:03:36.257 ********** ok: [sut] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_pull_image": true, "__podman_state": "absent", "__podman_systemd_unit_scope": "", "__podman_user": "auth_test_user1" }, "changed": false } TASK [linux-system-roles.podman : Fail if no quadlet spec is given] ************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 25 May 2024 17:19:10 +0000 (0:00:00.029) 0:03:36.286 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 25 May 2024 17:19:10 +0000 (0:00:00.023) 0:03:36.310 ********** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "auth_test_1_quadlet", "__podman_quadlet_type": "container", "__podman_rootless": true }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 25 May 2024 17:19:10 +0000 (0:00:00.031) 0:03:36.341 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:19:10 +0000 (0:00:00.039) 0:03:36.381 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:19:10 +0000 (0:00:00.025) 0:03:36.406 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:19:10 +0000 (0:00:00.085) 0:03:36.491 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:19:10 +0000 (0:00:00.031) 0:03:36.523 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "auth_test_user1": [ "x", "2001", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:19:11 +0000 (0:00:00.213) 0:03:36.737 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "auth_test_user1" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:19:11 +0000 (0:00:00.030) 0:03:36.767 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657400.2921023, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716657366.3866093, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:19:11 +0000 (0:00:00.203) 0:03:36.971 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.003551", "end": "2024-05-25 17:19:11.433212", "rc": 0, "start": "2024-05-25 17:19:11.429661" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:19:11 +0000 (0:00:00.204) 0:03:37.176 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003619", "end": "2024-05-25 17:19:11.639396", "rc": 0, "start": "2024-05-25 17:19:11.635777" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:19:11 +0000 (0:00:00.204) 0:03:37.381 ********** ok: [sut] => { "ansible_facts": { "podman_subgid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } }, "podman_subuid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } } }, "changed": false } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:19:11 +0000 (0:00:00.032) 0:03:37.413 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:19:11 +0000 (0:00:00.021) 0:03:37.435 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:19:11 +0000 (0:00:00.022) 0:03:37.457 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:19:11 +0000 (0:00:00.020) 0:03:37.478 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:19:11 +0000 (0:00:00.021) 0:03:37.499 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 25 May 2024 17:19:11 +0000 (0:00:00.021) 0:03:37.521 ********** ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": false, "__podman_images_found": [ "localhost:5000/libpod/testimage:20210610" ], "__podman_kube_yamls_raw": "", "__podman_service_name": "auth_test_1_quadlet.service", "__podman_systemd_scope": "user", "__podman_user_home_dir": "/home/auth_test_user1", "__podman_xdg_runtime_dir": "/run/user/2001" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 4] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 25 May 2024 17:19:11 +0000 (0:00:00.036) 0:03:37.557 ********** ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/home/auth_test_user1/.config/containers/systemd" }, "changed": false } TASK [linux-system-roles.podman : Get kube yaml contents] ********************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 25 May 2024 17:19:11 +0000 (0:00:00.023) 0:03:37.580 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 25 May 2024 17:19:11 +0000 (0:00:00.020) 0:03:37.601 ********** ok: [sut] => { "ansible_facts": { "__podman_images": [ "localhost:5000/libpod/testimage:20210610" ], "__podman_quadlet_file": "/home/auth_test_user1/.config/containers/systemd/auth_test_1_quadlet.container", "__podman_volumes": [] }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 6] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 25 May 2024 17:19:11 +0000 (0:00:00.087) 0:03:37.689 ********** 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 : Cleanup quadlets] **************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:220 Saturday 25 May 2024 17:19:12 +0000 (0:00:00.025) 0:03:37.714 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Stat XDG_RUNTIME_DIR] ************************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Saturday 25 May 2024 17:19:12 +0000 (0:00:00.045) 0:03:37.760 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657507.3105023, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1716657510.4494553, "dev": 61, "device_type": 0, "executable": true, "exists": true, "gid": 2001, "gr_name": "auth_test_user1", "inode": 133947, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1716657510.4494553, "nlink": 8, "path": "/run/user/2001", "pw_name": "auth_test_user1", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 180, "uid": 2001, "version": null, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": true } } TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 Saturday 25 May 2024 17:19:12 +0000 (0:00:00.206) 0:03:37.967 ********** changed: [sut] => { "changed": true, "enabled": false, "failed_when_result": false, "name": "auth_test_1_quadlet.service", "state": "stopped", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "-.slice -.mount basic.target run-user-2001.mount", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "default.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "yes", "DelegateControllers": "cpu cpuacct cpuset io blkio memory devices pids", "Description": "auth_test_1_quadlet.service", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "Environment": "PODMAN_SYSTEMD_UNIT=auth_test_1_quadlet.service", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman run --name=auth_test_1_quadlet --cidfile=/run/user/2001/auth_test_1_quadlet.cid --replace --rm --cgroups=split --sdnotify=conmon -d localhost:5000/libpod/testimage:20210610 ; ignore_errors=no ; 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/2001/auth_test_1_quadlet.cid ; ignore_errors=no ; 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/2001/auth_test_1_quadlet.cid ; ignore_errors=yes ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/run/user/2001/systemd/generator/auth_test_1_quadlet.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "auth_test_1_quadlet.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": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "auth_test_1_quadlet.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "-.slice basic.target", "RequiresMountsFor": "/run/user/2001/containers /home/auth_test_user1", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "-.slice", "SourcePath": "/home/auth_test_user1/.config/containers/systemd/auth_test_1_quadlet.container", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "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": "auth_test_1_quadlet", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "generated", "UtmpMode": "init", "WantedBy": "default.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0", "WorkingDirectory": "!/home/auth_test_user1" } } TASK [linux-system-roles.podman : Remove quadlet file] ************************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:33 Saturday 25 May 2024 17:19:12 +0000 (0:00:00.387) 0:03:38.354 ********** changed: [sut] => { "changed": true, "path": "/home/auth_test_user1/.config/containers/systemd/auth_test_1_quadlet.container", "state": "absent" } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:39 Saturday 25 May 2024 17:19:12 +0000 (0:00:00.205) 0:03:38.560 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 25 May 2024 17:19:12 +0000 (0:00:00.035) 0:03:38.596 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 25 May 2024 17:19:12 +0000 (0:00:00.024) 0:03:38.620 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 25 May 2024 17:19:12 +0000 (0:00:00.022) 0:03:38.643 ********** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [ "auth_test_user1" ] }, "changed": false } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:47 Saturday 25 May 2024 17:19:12 +0000 (0:00:00.026) 0:03:38.670 ********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:56 Saturday 25 May 2024 17:19:13 +0000 (0:00:00.361) 0:03:39.031 ********** changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.044961", "end": "2024-05-25 17:19:13.548197", "rc": 0, "start": "2024-05-25 17:19:13.503236" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:64 Saturday 25 May 2024 17:19:13 +0000 (0:00:00.262) 0:03:39.294 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:224 Saturday 25 May 2024 17:19:13 +0000 (0:00:00.024) 0:03:39.318 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:153 Saturday 25 May 2024 17:19:13 +0000 (0:00:00.021) 0:03:39.339 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml for sut TASK [linux-system-roles.podman : Get user information] ************************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:4 Saturday 25 May 2024 17:19:13 +0000 (0:00:00.062) 0:03:39.401 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set cancel linger vars] ********************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:12 Saturday 25 May 2024 17:19:13 +0000 (0:00:00.026) 0:03:39.428 ********** ok: [sut] => { "ansible_facts": { "__podman_xdg_runtime_dir": "/run/user/2001" }, "changed": false } TASK [linux-system-roles.podman : Stat XDG_RUNTIME_DIR] ************************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:17 Saturday 25 May 2024 17:19:13 +0000 (0:00:00.026) 0:03:39.455 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657507.3105023, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1716657510.4494553, "dev": 61, "device_type": 0, "executable": true, "exists": true, "gid": 2001, "gr_name": "auth_test_user1", "inode": 133947, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1716657510.4494553, "nlink": 8, "path": "/run/user/2001", "pw_name": "auth_test_user1", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 180, "uid": 2001, "version": null, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": true } } TASK [linux-system-roles.podman : Gather facts for containers] ***************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:22 Saturday 25 May 2024 17:19:13 +0000 (0:00:00.203) 0:03:39.658 ********** ok: [sut] => { "changed": false, "containers": [] } TASK [linux-system-roles.podman : Gather facts for networks] ******************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:31 Saturday 25 May 2024 17:19:14 +0000 (0:00:00.379) 0:03:40.038 ********** ok: [sut] => { "changed": false, "cmd": [ "podman", "network", "ls", "-q" ], "delta": "0:00:00.057996", "end": "2024-05-25 17:19:14.568331", "rc": 0, "start": "2024-05-25 17:19:14.510335" } STDOUT: podman podman-default-kube-network TASK [linux-system-roles.podman : Gather secrets] ****************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:41 Saturday 25 May 2024 17:19:14 +0000 (0:00:00.276) 0:03:40.315 ********** ok: [sut] => { "changed": false, "cmd": [ "podman", "secret", "ls", "-n", "-q" ], "delta": "0:00:00.045534", "end": "2024-05-25 17:19:14.834280", "rc": 0, "start": "2024-05-25 17:19:14.788746" } TASK [linux-system-roles.podman : Cancel linger if no more resources are in use] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:51 Saturday 25 May 2024 17:19:14 +0000 (0:00:00.264) 0:03:40.579 ********** changed: [sut] => { "changed": true, "cmd": [ "loginctl", "disable-linger", "auth_test_user1" ], "delta": "0:00:00.008387", "end": "2024-05-25 17:19:15.049123", "rc": 0, "start": "2024-05-25 17:19:15.040736" } TASK [linux-system-roles.podman : Handle credential files - absent] ************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:159 Saturday 25 May 2024 17:19:15 +0000 (0:00:00.217) 0:03:40.797 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml for sut TASK [linux-system-roles.podman : Set user and group] ************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:3 Saturday 25 May 2024 17:19:15 +0000 (0:00:00.125) 0:03:40.923 ********** ok: [sut] => { "ansible_facts": { "__podman_credential_group": "", "__podman_credential_user": "auth_test_user1" }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:11 Saturday 25 May 2024 17:19:15 +0000 (0:00:00.024) 0:03:40.947 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:19:15 +0000 (0:00:00.037) 0:03:40.985 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:19:15 +0000 (0:00:00.028) 0:03:41.013 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:19:15 +0000 (0:00:00.027) 0:03:41.040 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:19:15 +0000 (0:00:00.031) 0:03:41.071 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "auth_test_user1": [ "x", "2001", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:19:15 +0000 (0:00:00.208) 0:03:41.280 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "auth_test_user1" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:19:15 +0000 (0:00:00.030) 0:03:41.310 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657400.2921023, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716657366.3866093, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:19:15 +0000 (0:00:00.204) 0:03:41.514 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.003715", "end": "2024-05-25 17:19:15.978467", "rc": 0, "start": "2024-05-25 17:19:15.974752" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:19:16 +0000 (0:00:00.205) 0:03:41.720 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003553", "end": "2024-05-25 17:19:16.183074", "rc": 0, "start": "2024-05-25 17:19:16.179521" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:19:16 +0000 (0:00:00.206) 0:03:41.926 ********** ok: [sut] => { "ansible_facts": { "podman_subgid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } }, "podman_subuid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } } }, "changed": false } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:19:16 +0000 (0:00:00.033) 0:03:41.959 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:19:16 +0000 (0:00:00.084) 0:03:42.044 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:19:16 +0000 (0:00:00.022) 0:03:42.067 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:19:16 +0000 (0:00:00.022) 0:03:42.089 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:19:16 +0000 (0:00:00.021) 0:03:42.111 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set credential variables] ******************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:17 Saturday 25 May 2024 17:19:16 +0000 (0:00:00.024) 0:03:42.136 ********** 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 : Ensure the credentials directory is present] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:45 Saturday 25 May 2024 17:19:16 +0000 (0:00:00.032) 0:03:42.168 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure credential file is copied] ************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:53 Saturday 25 May 2024 17:19:16 +0000 (0:00:00.022) 0:03:42.191 ********** 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 : Ensure credential file content is present] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:63 Saturday 25 May 2024 17:19:16 +0000 (0:00:00.022) 0:03:42.214 ********** 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 : Ensure credential file is absent] ************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:80 Saturday 25 May 2024 17:19:16 +0000 (0:00:00.023) 0:03:42.237 ********** 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 : Find files in credentials directory] ********* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:86 Saturday 25 May 2024 17:19:16 +0000 (0:00:00.208) 0:03:42.446 ********** 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 : Ensure the credentials directory is absent if empty] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:94 Saturday 25 May 2024 17:19:16 +0000 (0:00:00.200) 0:03:42.646 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle certs.d files - absent] *************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:168 Saturday 25 May 2024 17:19:16 +0000 (0:00:00.023) 0:03:42.670 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml for sut TASK [linux-system-roles.podman : Check given registry_host] ******************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:3 Saturday 25 May 2024 17:19:17 +0000 (0:00:00.068) 0:03:42.739 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-cert spec variables part 0] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:10 Saturday 25 May 2024 17:19:17 +0000 (0:00:00.021) 0:03:42.760 ********** ok: [sut] => { "ansible_facts": { "__podman_user": "auth_test_user1" }, "changed": false } TASK [linux-system-roles.podman : Set per-cert spec variables part 1] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:15 Saturday 25 May 2024 17:19:17 +0000 (0:00:00.022) 0:03:42.782 ********** ok: [sut] => { "ansible_facts": { "__podman_rootless": true }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:19 Saturday 25 May 2024 17:19:17 +0000 (0:00:00.023) 0:03:42.805 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:19:17 +0000 (0:00:00.090) 0:03:42.896 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:19:17 +0000 (0:00:00.026) 0:03:42.923 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:19:17 +0000 (0:00:00.026) 0:03:42.949 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:19:17 +0000 (0:00:00.028) 0:03:42.978 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "auth_test_user1": [ "x", "2001", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:19:17 +0000 (0:00:00.205) 0:03:43.183 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "auth_test_user1" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:19:17 +0000 (0:00:00.026) 0:03:43.210 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657400.2921023, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716657366.3866093, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:19:17 +0000 (0:00:00.202) 0:03:43.413 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.003557", "end": "2024-05-25 17:19:17.873869", "rc": 0, "start": "2024-05-25 17:19:17.870312" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:19:17 +0000 (0:00:00.202) 0:03:43.616 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003567", "end": "2024-05-25 17:19:18.076902", "rc": 0, "start": "2024-05-25 17:19:18.073335" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:19:18 +0000 (0:00:00.209) 0:03:43.825 ********** ok: [sut] => { "ansible_facts": { "podman_subgid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } }, "podman_subuid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } } }, "changed": false } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:19:18 +0000 (0:00:00.033) 0:03:43.859 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:19:18 +0000 (0:00:00.023) 0:03:43.883 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:19:18 +0000 (0:00:00.027) 0:03:43.910 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:19:18 +0000 (0:00:00.030) 0:03:43.941 ********** 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-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:19:18 +0000 (0:00:00.021) 0:03:43.962 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-cert spec variables part 2] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:24 Saturday 25 May 2024 17:19:18 +0000 (0:00:00.076) 0:03:44.039 ********** ok: [sut] => { "ansible_facts": { "__podman_user_home_dir": "/home/auth_test_user1" }, "changed": false } TASK [linux-system-roles.podman : Set per-cert spec variables part 3] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:29 Saturday 25 May 2024 17:19:18 +0000 (0:00:00.028) 0:03:44.067 ********** ok: [sut] => { "ansible_facts": { "__podman_certs_d_path": "/home/auth_test_user1/.config/containers/certs.d/localhost:5000" }, "changed": false } TASK [linux-system-roles.podman : Set per-cert spec variables part 4] ********** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:36 Saturday 25 May 2024 17:19:18 +0000 (0:00:00.025) 0:03:44.092 ********** 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 : Ensure certs.d directory] ******************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:70 Saturday 25 May 2024 17:19:18 +0000 (0:00:00.030) 0:03:44.123 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure certs.d files] ************************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:78 Saturday 25 May 2024 17:19:18 +0000 (0:00:00.023) 0:03:44.147 ********** skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } 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 : Remove certs.d files] ************************ task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:95 Saturday 25 May 2024 17:19:18 +0000 (0:00:00.033) 0:03:44.181 ********** ok: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } ok: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } changed: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } 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 : Find files in certs.d directory] ************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:102 Saturday 25 May 2024 17:19:19 +0000 (0:00:00.580) 0:03:44.761 ********** 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 : Ensure the certs.d directory is absent if empty] *** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:110 Saturday 25 May 2024 17:19:19 +0000 (0:00:00.197) 0:03:44.959 ********** changed: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [Remove user] ************************************************************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/tests_auth_and_security.yml:255 Saturday 25 May 2024 17:19:19 +0000 (0:00:00.204) 0:03:45.163 ********** changed: [sut] => { "changed": true, "force": false, "name": "auth_test_user1", "remove": false, "state": "absent" } TASK [Remove homedir] ********************************************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/tests_auth_and_security.yml:260 Saturday 25 May 2024 17:19:19 +0000 (0:00:00.291) 0:03:45.455 ********** changed: [sut] => { "changed": true, "path": "/home/auth_test_user1", "state": "absent" } TASK [Remove local tmpdir] ***************************************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/tests_auth_and_security.yml:278 Saturday 25 May 2024 17:19:19 +0000 (0:00:00.231) 0:03:45.686 ********** changed: [sut -> localhost] => { "changed": true, "path": "/tmp/lsr_smg5yo0y_podman", "state": "absent" } TASK [Clean up registry] ******************************************************* task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/tests_auth_and_security.yml:286 Saturday 25 May 2024 17:19:20 +0000 (0:00:00.121) 0:03:45.808 ********** included: /WORKDIR/git-weekly-ciyjjzgqcv/tests/tasks/cleanup_registry.yml for sut TASK [Destroy registry container] ********************************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/tasks/cleanup_registry.yml:3 Saturday 25 May 2024 17:19:20 +0000 (0:00:00.076) 0:03:45.884 ********** changed: [sut] => { "changed": true, "cmd": [ "podman", "rm", "-f", "podman_registry" ], "delta": "0:00:00.280954", "end": "2024-05-25 17:19:20.619416", "rc": 0, "start": "2024-05-25 17:19:20.338462" } STDOUT: podman_registry TASK [Cleanup paths] *********************************************************** task path: /WORKDIR/git-weekly-ciyjjzgqcv/tests/tasks/cleanup_registry.yml:7 Saturday 25 May 2024 17:19:20 +0000 (0:00:00.478) 0:03:46.362 ********** changed: [sut] => (item=/tmp/lsr_57eq8f81_podman) => { "ansible_loop_var": "item", "changed": true, "item": "/tmp/lsr_57eq8f81_podman", "path": "/tmp/lsr_57eq8f81_podman", "state": "absent" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=787 changed=71 unreachable=0 failed=0 skipped=877 rescued=2 ignored=0 Saturday 25 May 2024 17:19:20 +0000 (0:00:00.197) 0:03:46.560 ********** =============================================================================== linux-system-roles.podman : Ensure required packages are installed ----- 62.20s /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Ensure test packages ---------------------------------------------------- 4.92s /WORKDIR/git-weekly-ciyjjzgqcv/tests/tasks/setup_registry.yml:54 -------------- fedora.linux_system_roles.certificate : Ensure provider packages are installed --- 4.60s /WORKDIR/git-weekly-ciyjjzgqcv/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 linux-system-roles.podman : Gather the package facts -------------------- 3.78s /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:6 fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed --- 3.34s /WORKDIR/git-weekly-ciyjjzgqcv/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 Start registry ---------------------------------------------------------- 3.20s /WORKDIR/git-weekly-ciyjjzgqcv/tests/tasks/setup_registry.yml:92 -------------- linux-system-roles.podman : Gather the package facts -------------------- 1.94s /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Gather the package facts -------------------- 1.91s /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Gather the package facts -------------------- 1.91s /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Push test images into local registry ------------------------------------ 1.48s /WORKDIR/git-weekly-ciyjjzgqcv/tests/tasks/setup_registry.yml:118 ------------- linux-system-roles.podman : Start service ------------------------------- 1.48s /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:133 linux-system-roles.podman : Gather the package facts -------------------- 1.42s /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Gather the package facts -------------------- 1.34s /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Gather the package facts -------------------- 1.32s /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Gather the package facts -------------------- 1.32s /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Gather the package facts -------------------- 1.31s /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Ensure container images are present --------- 1.30s /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:39 linux-system-roles.podman : Update containers/pods ---------------------- 1.21s /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:99 linux-system-roles.podman : Stop and disable service -------------------- 1.13s /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:10 linux-system-roles.podman : Start service ------------------------------- 1.10s /WORKDIR/git-weekly-ciyjjzgqcv/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:133 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [WARNING]: Using a variable for a task's 'args' is unsafe in some situations (see https://docs.ansible.com/ansible/devel/reference_appendices/faq.html#argsplat- unsafe) [WARNING]: Using a variable for a task's 'args' is unsafe in some situations (see https://docs.ansible.com/ansible/devel/reference_appendices/faq.html#argsplat- unsafe) [WARNING]: Using a variable for a task's 'args' is unsafe in some situations (see https://docs.ansible.com/ansible/devel/reference_appendices/faq.html#argsplat- unsafe) [WARNING]: Using a variable for a task's 'args' is unsafe in some situations (see https://docs.ansible.com/ansible/devel/reference_appendices/faq.html#argsplat- unsafe) [WARNING]: Using a variable for a task's 'args' is unsafe in some situations (see https://docs.ansible.com/ansible/devel/reference_appendices/faq.html#argsplat- unsafe) [WARNING]: Using a variable for a task's 'args' is unsafe in some situations (see https://docs.ansible.com/ansible/devel/reference_appendices/faq.html#argsplat- unsafe) ---^---^---^---^---^---