# 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-ciyyg0rtm4/tests/tests_auth_and_security.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Include vault variables] ************************************************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/tests_auth_and_security.yml:4 Saturday 11 May 2024 16:35:53 +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-ciyyg0rtm4/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-ciyyg0rtm4/tests/tests_auth_and_security.yml:9 Saturday 11 May 2024 16:35:53 +0000 (0:00:00.015) 0:00:00.027 ********** ok: [sut] META: ran handlers TASK [Run the role with no config to install podman] *************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/tests_auth_and_security.yml:48 Saturday 11 May 2024 16:35:54 +0000 (0:00:00.670) 0:00:00.697 ********** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 11 May 2024 16:35:54 +0000 (0:00:00.070) 0:00:00.768 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 11 May 2024 16:35:54 +0000 (0:00:00.015) 0:00:00.783 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 11 May 2024 16:35:54 +0000 (0:00:00.019) 0:00:00.803 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.podman : Set flag to indicate system is ostree] ******* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 11 May 2024 16:35:54 +0000 (0:00:00.252) 0:00:01.056 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 11 May 2024 16:35:54 +0000 (0:00:00.019) 0:00:01.076 ********** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/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-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 11 May 2024 16:35:54 +0000 (0:00:00.033) 0:00:01.109 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 11 May 2024 16:35:56 +0000 (0:00:01.409) 0:00:02.518 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 11 May 2024 16:35:56 +0000 (0:00:00.026) 0:00:02.544 ********** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: podman-plugins-3:4.9.4-0.1.module_el8+971+3d3df00d.x86_64", "Installed: shadow-utils-subid-2:4.6-22.el8.x86_64", "Installed: podman-3:4.9.4-0.1.module_el8+971+3d3df00d.x86_64", "Installed: libslirp-4.4.0-1.module_el8+804+f131391c.x86_64", "Installed: runc-1:1.1.12-1.module_el8+885+7da147f3.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-catatonit-3:4.9.4-0.1.module_el8+971+3d3df00d.x86_64", "Installed: yajl-2.1.0-12.el8.x86_64", "Installed: protobuf-c-1.3.0-8.el8.x86_64", "Installed: containernetworking-plugins-1:1.4.0-2.module_el8+974+0c52b299.x86_64", "Installed: fuse-common-3.3.0-19.el8.x86_64", "Installed: criu-3.18-4.module_el8+804+f131391c.x86_64", "Installed: fuse-overlayfs-1.13-1.module_el8+804+f131391c.x86_64", "Installed: containers-common-2:1-81.module_el8+968+fbb249c7.x86_64", "Installed: fuse3-3.3.0-19.el8.x86_64", "Installed: criu-libs-3.18-4.module_el8+804+f131391c.x86_64", "Installed: podman-gvproxy-3:4.9.4-0.1.module_el8+971+3d3df00d.x86_64", "Installed: crun-1.14.3-2.module_el8+968+fbb249c7.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: libnet-1.1.6-15.el8.x86_64", "Installed: conmon-3:2.1.10-1.module_el8+804+f131391c.x86_64" ] } lsrpackages: crun podman podman-plugins shadow-utils-subid TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 11 May 2024 16:37:02 +0000 (0:01:05.861) 0:01:08.406 ********** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.034850", "end": "2024-05-11 16:37:02.573832", "rc": 0, "start": "2024-05-11 16:37:02.538982" } STDOUT: podman version 4.9.4-dev TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Saturday 11 May 2024 16:37:02 +0000 (0:00:00.336) 0:01:08.743 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Saturday 11 May 2024 16:37:02 +0000 (0:00:00.030) 0:01:08.773 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Saturday 11 May 2024 16:37:02 +0000 (0:00:00.047) 0:01:08.821 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Saturday 11 May 2024 16:37:02 +0000 (0:00:00.062) 0:01:08.883 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 11 May 2024 16:37:02 +0000 (0:00:00.037) 0:01:08.921 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 11 May 2024 16:37:03 +0000 (0:00:00.275) 0:01:09.197 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 11 May 2024 16:37:03 +0000 (0:00:00.022) 0:01:09.219 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 11 May 2024 16:37:03 +0000 (0:00:00.023) 0:01:09.243 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 11 May 2024 16:37:03 +0000 (0:00:00.208) 0:01:09.451 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 11 May 2024 16:37:03 +0000 (0:00:00.022) 0:01:09.474 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1700557386.0, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1715445389.7237833, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6977014, "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": "3833574264", "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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 11 May 2024 16:37:03 +0000 (0:00:00.205) 0:01:09.679 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 11 May 2024 16:37:03 +0000 (0:00:00.018) 0:01:09.697 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 11 May 2024 16:37:03 +0000 (0:00:00.017) 0:01:09.715 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 11 May 2024 16:37:03 +0000 (0:00:00.017) 0:01:09.732 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 11 May 2024 16:37:03 +0000 (0:00:00.016) 0:01:09.749 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 11 May 2024 16:37:03 +0000 (0:00:00.017) 0:01:09.767 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 11 May 2024 16:37:03 +0000 (0:00:00.016) 0:01:09.784 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 11 May 2024 16:37:03 +0000 (0:00:00.037) 0:01:09.821 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Saturday 11 May 2024 16:37:03 +0000 (0:00:00.017) 0:01:09.839 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Saturday 11 May 2024 16:37:03 +0000 (0:00:00.039) 0:01:09.878 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 11 May 2024 16:37:03 +0000 (0:00:00.035) 0:01:09.914 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 11 May 2024 16:37:03 +0000 (0:00:00.019) 0:01:09.933 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Saturday 11 May 2024 16:37:03 +0000 (0:00:00.024) 0:01:09.957 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 11 May 2024 16:37:03 +0000 (0:00:00.036) 0:01:09.993 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 11 May 2024 16:37:03 +0000 (0:00:00.019) 0:01:10.013 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Saturday 11 May 2024 16:37:03 +0000 (0:00:00.017) 0:01:10.030 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 11 May 2024 16:37:03 +0000 (0:00:00.035) 0:01:10.066 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 11 May 2024 16:37:03 +0000 (0:00:00.017) 0:01:10.083 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Saturday 11 May 2024 16:37:03 +0000 (0:00:00.017) 0:01:10.100 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 11 May 2024 16:37:03 +0000 (0:00:00.035) 0:01:10.136 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 11 May 2024 16:37:04 +0000 (0:00:00.017) 0:01:10.153 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 11 May 2024 16:37:04 +0000 (0:00:00.017) 0:01:10.171 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 11 May 2024 16:37:04 +0000 (0:00:00.017) 0:01:10.189 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Saturday 11 May 2024 16:37:04 +0000 (0:00:00.039) 0:01:10.228 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Saturday 11 May 2024 16:37:04 +0000 (0:00:00.017) 0:01:10.246 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Keep track of users that need to cancel linger] *** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Saturday 11 May 2024 16:37:04 +0000 (0:00:00.017) 0:01:10.263 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Saturday 11 May 2024 16:37:04 +0000 (0:00:00.016) 0:01:10.279 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:123 Saturday 11 May 2024 16:37:04 +0000 (0:00:00.017) 0:01:10.297 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Saturday 11 May 2024 16:37:04 +0000 (0:00:00.018) 0:01:10.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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:139 Saturday 11 May 2024 16:37:04 +0000 (0:00:00.018) 0:01:10.333 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:146 Saturday 11 May 2024 16:37:04 +0000 (0:00:00.018) 0:01:10.351 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:153 Saturday 11 May 2024 16:37:04 +0000 (0:00:00.016) 0:01:10.367 ********** TASK [linux-system-roles.podman : Handle credential files - absent] ************ task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:159 Saturday 11 May 2024 16:37:04 +0000 (0:00:00.016) 0:01:10.384 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:168 Saturday 11 May 2024 16:37:04 +0000 (0:00:00.015) 0:01:10.400 ********** 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-ciyyg0rtm4/tests/tests_auth_and_security.yml:52 Saturday 11 May 2024 16:37:04 +0000 (0:00:00.016) 0:01:10.416 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/tests/tasks/setup_registry.yml for sut TASK [Create a temporary directory] ******************************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/tasks/setup_registry.yml:5 Saturday 11 May 2024 16:37:04 +0000 (0:00:00.041) 0:01:10.458 ********** changed: [sut] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/lsr_xsp15ocg_podman", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Set authdir] ************************************************************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/tasks/setup_registry.yml:12 Saturday 11 May 2024 16:37:04 +0000 (0:00:00.262) 0:01:10.720 ********** ok: [sut] => { "ansible_facts": { "__podman_registry_authdir": "/tmp/lsr_xsp15ocg_podman/auth", "__podman_test_authfile": "/tmp/lsr_xsp15ocg_podman/auth/auth.json" }, "changed": false } TASK [Create authdir] ********************************************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/tasks/setup_registry.yml:18 Saturday 11 May 2024 16:37:04 +0000 (0:00:00.021) 0:01:10.741 ********** changed: [sut] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/lsr_xsp15ocg_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-ciyyg0rtm4/tests/tasks/setup_registry.yml:24 Saturday 11 May 2024 16:37:04 +0000 (0:00:00.284) 0:01:11.026 ********** TASK [fedora.linux_system_roles.certificate : Set version specific variables] *** task path: /WORKDIR/git-weekly-ciyyg0rtm4/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2 Saturday 11 May 2024 16:37:04 +0000 (0:00:00.074) 0:01:11.101 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/.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-ciyyg0rtm4/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2 Saturday 11 May 2024 16:37:04 +0000 (0:00:00.031) 0:01:11.133 ********** 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-ciyyg0rtm4/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10 Saturday 11 May 2024 16:37:05 +0000 (0:00:00.021) 0:01:11.155 ********** 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-ciyyg0rtm4/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15 Saturday 11 May 2024 16:37:05 +0000 (0:00:00.199) 0:01:11.354 ********** 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-ciyyg0rtm4/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:19 Saturday 11 May 2024 16:37:05 +0000 (0:00:00.021) 0:01:11.376 ********** 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-ciyyg0rtm4/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 Saturday 11 May 2024 16:37:05 +0000 (0:00:00.043) 0:01:11.419 ********** 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-ciyyg0rtm4/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 Saturday 11 May 2024 16:37:08 +0000 (0:00:03.337) 0:01:14.757 ********** changed: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "rc": 0, "results": [ "Installed: xmlrpc-c-client-1.51.0-9.el8.x86_64", "Installed: xmlrpc-c-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-ciyyg0rtm4/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35 Saturday 11 May 2024 16:37:13 +0000 (0:00:04.656) 0:01:19.413 ********** 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-ciyyg0rtm4/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:61 Saturday 11 May 2024 16:37:13 +0000 (0:00:00.221) 0:01:19.635 ********** 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-ciyyg0rtm4/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90 Saturday 11 May 2024 16:37:13 +0000 (0:00:00.220) 0:01:19.855 ********** 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 dbus.socket basic.target sysinit.target network.target systemd-journald.socket dbus.service system.slice", "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": "sysinit.target system.slice dbus.socket", "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-ciyyg0rtm4/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101 Saturday 11 May 2024 16:37:14 +0000 (0:00:00.705) 0:01:20.561 ********** 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-ciyyg0rtm4/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:152 Saturday 11 May 2024 16:37:15 +0000 (0:00:00.714) 0:01:21.275 ********** ok: [sut] => (item=['cert', {'name': 'podman_registry', 'dns': ['localhost', '127.0.0.1'], 'ca': 'self-sign'}]) => { "ansible_loop_var": "item", "changed": false, "content": "LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURqVENDQW5XZ0F3SUJBZ0lRYithU0hIOVZUNks2UzRNbFVxMmcxakFOQmdrcWhraUc5dzBCQVFzRkFEQlEKTVNBd0hnWURWUVFEREJkTWIyTmhiQ0JUYVdkdWFXNW5JRUYxZEdodmNtbDBlVEVzTUNvR0ExVUVBd3dqTm1abApOamt5TVdNdE4yWTFOVFJtWVRJdFltRTBZamd6TWpVdE5USmhaR0V3WkRVd0hoY05NalF3TlRFeE1UWXpOekUwCldoY05NalV3TlRFeE1UWXpOekUwV2pBVU1SSXdFQVlEVlFRREV3bHNiMk5oYkdodmMzUXdnZ0VpTUEwR0NTcUcKU0liM0RRRUJBUVVBQTRJQkR3QXdnZ0VLQW9JQkFRRFlJMEZzMG5IeFRvRmV4Wmp6UVdhNGtUOW13ektLUzdCVgpYNFZlZnVQTzhpcmtkYlo4b2ZhS2tlaXY0ZXN5YzNhMFhyU3lmMmhxdWJpaGYvem83WmZBcU5kR3FYbm5BK3dUCjhUWVEwV3dlT2FsRWVITkVhOXlVTXdDOVZ3UDVldGVad3lvU2ZQYU00S0lpT0JTYVljNXlGaGM1UmdsNEt3cVEKNmxEUzQzU3BFSTdacC9oYVVyWVoxUyt6WndaemxLSG9ET2dteU9QYkZTcTRxU0pBQzdyYVhWbHBJYjFQdGg3Ywo0ZmRwZWVsTSsyZGY5TmJUZEZCTHU1ODhqRVdhdWZWYzVYV1E1Sy9qQ21WaHdqdFFMei9hN3lSY0t6VitQY2l4CkYrK1BXdUc3WnZuQjlpbnJ1MkZNNW5nZHJxQzkwejhUT3JOK3NJUnZwMU13QVB0NEFCWGRBZ01CQUFHamdaNHcKZ1pzd0N3WURWUjBQQkFRREFnV2dNQjhHQTFVZEVRUVlNQmFDQ1d4dlkyRnNhRzl6ZElJSk1USTNMakF1TUM0eApNQjBHQTFVZEpRUVdNQlFHQ0NzR0FRVUZCd01CQmdnckJnRUZCUWNEQWpBTUJnTlZIUk1CQWY4RUFqQUFNQjBHCkExVWREZ1FXQkJSUG9sdGJSS2NxeTNlNWt4VXVCUmE5K1ZENmVqQWZCZ05WSFNNRUdEQVdnQlNNSTVidmNrV2cKb0pyN0s4Q1V0ZlM5c0dZb2FUQU5CZ2txaGtpRzl3MEJBUXNGQUFPQ0FRRUFSaHJ4M2VvTGZPMk9lS1BiK0ZsMApzcTByY3F2T0FnSTdYbEVkeWg5OUlFTEg0cTRqaktsTExGeXZJUnpCeEhnOHdqc0JnK0h2QVZmb1ZRQW4yYTd0CjJCSGU1WjltSEZ6TS9mVUwzZVJScVp1N3NRN1BmQlRsVENIUHJHeWFsbXByN2hzM2U5U3Y4RGVFNmNXRnJvSkMKNDB2ckRPQ1RGOW1WSUNjR2RVN3E5WUpJaE9EbEE1bUtId3lPZjB6WmdxbEhOVmRwaTZFUkE5bFJzRFA3TUN6bwpnNTZ3b0RRTFBIdTd2dnY0a2FObHFReTVsc0tXQVhramhlRThmMDE5QlBpdTh4RThyQVpCa1FhMnZ5ZVRLbktjCmdvYUlwSEwvY0kvVUg1UG1XU1JMVUJpMWRjMElMaHlmNHhzRkhlR2dTL3JaMzFHeWE1dHFnSFV0S2M5YkRaVjQKc1E9PQotLS0tLUVORCBDRVJUSUZJQ0FURS0tLS0tCg==", "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": "LS0tLS1CRUdJTiBQUklWQVRFIEtFWS0tLS0tCk1JSUV2Z0lCQURBTkJna3Foa2lHOXcwQkFRRUZBQVNDQktnd2dnU2tBZ0VBQW9JQkFRRFlJMEZzMG5IeFRvRmUKeFpqelFXYTRrVDltd3pLS1M3QlZYNFZlZnVQTzhpcmtkYlo4b2ZhS2tlaXY0ZXN5YzNhMFhyU3lmMmhxdWJpaApmL3pvN1pmQXFOZEdxWG5uQSt3VDhUWVEwV3dlT2FsRWVITkVhOXlVTXdDOVZ3UDVldGVad3lvU2ZQYU00S0lpCk9CU2FZYzV5RmhjNVJnbDRLd3FRNmxEUzQzU3BFSTdacC9oYVVyWVoxUyt6WndaemxLSG9ET2dteU9QYkZTcTQKcVNKQUM3cmFYVmxwSWIxUHRoN2M0ZmRwZWVsTSsyZGY5TmJUZEZCTHU1ODhqRVdhdWZWYzVYV1E1Sy9qQ21WaAp3anRRTHovYTd5UmNLelYrUGNpeEYrK1BXdUc3WnZuQjlpbnJ1MkZNNW5nZHJxQzkwejhUT3JOK3NJUnZwMU13CkFQdDRBQlhkQWdNQkFBRUNnZ0VBVFh3K0xVdzR5eUN3NHBBR2FGYnZBNFlXNjdsWStobHVhdnptckZ6alFNS3kKdTlxemhIVHdGUGVBS3VYY1V1YndESFBUWmhhbEVYWHBpZ1IvWCtZbHZFMExlR3F6cUMxUXlrbDBiNDBVckxWUgpTSm5DQVNxR0ZwOCtTYUxUYXZJdUx4SzNsNDh6T0lnanVBN1EzQlBxVmg0elR6WWJtUGdkUHB5eVF4aUdMMEYyCnFwZnlnUWd5UmRzNFoxT3p5OFpON1dGOStDY1NGR1RCc0dJR29sbEtQZzBMeVNORzFFaUFvRlkwemp5QkFScmoKbWNmdVhLSUZveXFSQ0h6anVJK0VidVp6YXVzWVF0M0xXcWs1N292MFc2a1NqNm1JUHh1b25OU0R3a05Wb3hMZApiNUhremFqZk5qYzZ6RWJFUW5reFdlajFhbkJBQmZibHZKNC8rUjZkaFFLQmdRRHlCazk5REhvU2MrKzk1OXpUCmtGMWlVREgrR2ZzVVpjTUZVUDY4Z1I4Q1lNK0xEWDl5anYyZFV5djl5M24ydndtSTNZZ0g2dmNRNG5DM2p6QmMKZERHL3EzNDkrbENEbHVXSUtIVGs5aGZCREdEeFV1U1ROL3ZuWXc4NzFjaWlkUHQvVFR0Q3BtZzhWVUJjR2FDVAozb1hrMmQxK1daRTE4L091RkpDZGg0N3Vtd0tCZ1FEa25rYVc1MW40Zm4yK3ZIZzRHZjBVQ04vRklLZnBheEhRCnkrYUNtQnB4eEhNTzc2ZVE1UTRZTld2MUdmaHFiNUZ1dGJwckhmWmFZemlwdTdMc1pJRnI4SFdRU2Jsa1A1enkKSTVvYWhsb3d2ZDU5TlM5OTdmVXMvbG5DNm83eVlNV0o0VUFCQzJmUXZhZm9PTkZYMndFVk1ueEI2U1RRbkd4UQpBUnFGdDF6WTV3S0JnUURyRjg0bXZmUGw4TkEwUEFGNVVJWWxkWmphSndxSmFiL2liaWJEblBrdUtqUHY4cENXCkN1ZTM1bzZZM1FuLzhObW1KT3A2Sm5jUDQ2Vng2SmtsZFlqTmtodnl3Qzl0WXlwYTlGRjRCc1JVTlY0RmpHdVQKeFpIZjFZMTZwZE5hV3gvaExIZ2Y2ZHplbmtFQ05iS1JjRm5IVHdta0xnU3J6K2dvZExsMUM3Ui9lUUtCZ1FDUwo3eXI5Ui9vcVhObmlvZTArV1cydjE3aENVU2U2UE1kNWcrTkdJZzQwK29iY25hajcxa3ZGd1dmK1lzK25VTWVPCitSdTBSdENUN1Z0NHM1dGVsWVljNHJJY3AxV1JHZFY4UnVkL2pzUWV1WmxxcmFrMWJaLzdhQW8yM1Z3OGFYZnMKa3luNHdlVGFZMXFzUlFBL1VCR1ZGeHFIbmhtOFBoemJHcXA2TUl4ckZ3S0JnRzR5UXNGWU9yY2ZLNXk1YkFQSwozV1N1Qm90ZDBuK1dhZzVmODBrZkpyN1ZlU0l1eGRLa2M3K0xJaFNEaVNTQ292MTZDdmFWUEhWVnh0WXRMMlBSCkxnYlFhYVhxNWJxSFJDMEJGd1k5Ty9zbGlVYnRmdmtERXo3MjJEai9JdXVKWFlEV3VQSkQ2VUh2Q0I5SlYwdTEKMWROS0EzY0ZxUlIwS0h0NnUxTGt0QmJPCi0tLS0tRU5EIFBSSVZBVEUgS0VZLS0tLS0K", "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": "LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURqVENDQW5XZ0F3SUJBZ0lRYithU0hIOVZUNks2UzRNbFVxMmcxakFOQmdrcWhraUc5dzBCQVFzRkFEQlEKTVNBd0hnWURWUVFEREJkTWIyTmhiQ0JUYVdkdWFXNW5JRUYxZEdodmNtbDBlVEVzTUNvR0ExVUVBd3dqTm1abApOamt5TVdNdE4yWTFOVFJtWVRJdFltRTBZamd6TWpVdE5USmhaR0V3WkRVd0hoY05NalF3TlRFeE1UWXpOekUwCldoY05NalV3TlRFeE1UWXpOekUwV2pBVU1SSXdFQVlEVlFRREV3bHNiMk5oYkdodmMzUXdnZ0VpTUEwR0NTcUcKU0liM0RRRUJBUVVBQTRJQkR3QXdnZ0VLQW9JQkFRRFlJMEZzMG5IeFRvRmV4Wmp6UVdhNGtUOW13ektLUzdCVgpYNFZlZnVQTzhpcmtkYlo4b2ZhS2tlaXY0ZXN5YzNhMFhyU3lmMmhxdWJpaGYvem83WmZBcU5kR3FYbm5BK3dUCjhUWVEwV3dlT2FsRWVITkVhOXlVTXdDOVZ3UDVldGVad3lvU2ZQYU00S0lpT0JTYVljNXlGaGM1UmdsNEt3cVEKNmxEUzQzU3BFSTdacC9oYVVyWVoxUyt6WndaemxLSG9ET2dteU9QYkZTcTRxU0pBQzdyYVhWbHBJYjFQdGg3Ywo0ZmRwZWVsTSsyZGY5TmJUZEZCTHU1ODhqRVdhdWZWYzVYV1E1Sy9qQ21WaHdqdFFMei9hN3lSY0t6VitQY2l4CkYrK1BXdUc3WnZuQjlpbnJ1MkZNNW5nZHJxQzkwejhUT3JOK3NJUnZwMU13QVB0NEFCWGRBZ01CQUFHamdaNHcKZ1pzd0N3WURWUjBQQkFRREFnV2dNQjhHQTFVZEVRUVlNQmFDQ1d4dlkyRnNhRzl6ZElJSk1USTNMakF1TUM0eApNQjBHQTFVZEpRUVdNQlFHQ0NzR0FRVUZCd01CQmdnckJnRUZCUWNEQWpBTUJnTlZIUk1CQWY4RUFqQUFNQjBHCkExVWREZ1FXQkJSUG9sdGJSS2NxeTNlNWt4VXVCUmE5K1ZENmVqQWZCZ05WSFNNRUdEQVdnQlNNSTVidmNrV2cKb0pyN0s4Q1V0ZlM5c0dZb2FUQU5CZ2txaGtpRzl3MEJBUXNGQUFPQ0FRRUFSaHJ4M2VvTGZPMk9lS1BiK0ZsMApzcTByY3F2T0FnSTdYbEVkeWg5OUlFTEg0cTRqaktsTExGeXZJUnpCeEhnOHdqc0JnK0h2QVZmb1ZRQW4yYTd0CjJCSGU1WjltSEZ6TS9mVUwzZVJScVp1N3NRN1BmQlRsVENIUHJHeWFsbXByN2hzM2U5U3Y4RGVFNmNXRnJvSkMKNDB2ckRPQ1RGOW1WSUNjR2RVN3E5WUpJaE9EbEE1bUtId3lPZjB6WmdxbEhOVmRwaTZFUkE5bFJzRFA3TUN6bwpnNTZ3b0RRTFBIdTd2dnY0a2FObHFReTVsc0tXQVhramhlRThmMDE5QlBpdTh4RThyQVpCa1FhMnZ5ZVRLbktjCmdvYUlwSEwvY0kvVUg1UG1XU1JMVUJpMWRjMElMaHlmNHhzRkhlR2dTL3JaMzFHeWE1dHFnSFV0S2M5YkRaVjQKc1E9PQotLS0tLUVORCBDRVJUSUZJQ0FURS0tLS0tCg==", "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-ciyyg0rtm4/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:160 Saturday 11 May 2024 16:37:15 +0000 (0:00:00.632) 0:01:21.907 ********** ok: [sut] => { "ansible_facts": { "certificate_test_certs": { "podman_registry": { "ca": "/etc/pki/tls/certs/podman_registry.crt", "ca_content": "-----BEGIN CERTIFICATE-----\nMIIDjTCCAnWgAwIBAgIQb+aSHH9VT6K6S4MlUq2g1jANBgkqhkiG9w0BAQsFADBQ\nMSAwHgYDVQQDDBdMb2NhbCBTaWduaW5nIEF1dGhvcml0eTEsMCoGA1UEAwwjNmZl\nNjkyMWMtN2Y1NTRmYTItYmE0YjgzMjUtNTJhZGEwZDUwHhcNMjQwNTExMTYzNzE0\nWhcNMjUwNTExMTYzNzE0WjAUMRIwEAYDVQQDEwlsb2NhbGhvc3QwggEiMA0GCSqG\nSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDYI0Fs0nHxToFexZjzQWa4kT9mwzKKS7BV\nX4VefuPO8irkdbZ8ofaKkeiv4esyc3a0XrSyf2hqubihf/zo7ZfAqNdGqXnnA+wT\n8TYQ0WweOalEeHNEa9yUMwC9VwP5eteZwyoSfPaM4KIiOBSaYc5yFhc5Rgl4KwqQ\n6lDS43SpEI7Zp/haUrYZ1S+zZwZzlKHoDOgmyOPbFSq4qSJAC7raXVlpIb1Pth7c\n4fdpeelM+2df9NbTdFBLu588jEWaufVc5XWQ5K/jCmVhwjtQLz/a7yRcKzV+Pcix\nF++PWuG7ZvnB9inru2FM5ngdrqC90z8TOrN+sIRvp1MwAPt4ABXdAgMBAAGjgZ4w\ngZswCwYDVR0PBAQDAgWgMB8GA1UdEQQYMBaCCWxvY2FsaG9zdIIJMTI3LjAuMC4x\nMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAMBgNVHRMBAf8EAjAAMB0G\nA1UdDgQWBBRPoltbRKcqy3e5kxUuBRa9+VD6ejAfBgNVHSMEGDAWgBSMI5bvckWg\noJr7K8CUtfS9sGYoaTANBgkqhkiG9w0BAQsFAAOCAQEARhrx3eoLfO2OeKPb+Fl0\nsq0rcqvOAgI7XlEdyh99IELH4q4jjKlLLFyvIRzBxHg8wjsBg+HvAVfoVQAn2a7t\n2BHe5Z9mHFzM/fUL3eRRqZu7sQ7PfBTlTCHPrGyalmpr7hs3e9Sv8DeE6cWFroJC\n40vrDOCTF9mVICcGdU7q9YJIhODlA5mKHwyOf0zZgqlHNVdpi6ERA9lRsDP7MCzo\ng56woDQLPHu7vvv4kaNlqQy5lsKWAXkjheE8f019BPiu8xE8rAZBkQa2vyeTKnKc\ngoaIpHL/cI/UH5PmWSRLUBi1dc0ILhyf4xsFHeGgS/rZ31Gya5tqgHUtKc9bDZV4\nsQ==\n-----END CERTIFICATE-----\n", "cert": "/etc/pki/tls/certs/podman_registry.crt", "cert_content": "-----BEGIN CERTIFICATE-----\nMIIDjTCCAnWgAwIBAgIQb+aSHH9VT6K6S4MlUq2g1jANBgkqhkiG9w0BAQsFADBQ\nMSAwHgYDVQQDDBdMb2NhbCBTaWduaW5nIEF1dGhvcml0eTEsMCoGA1UEAwwjNmZl\nNjkyMWMtN2Y1NTRmYTItYmE0YjgzMjUtNTJhZGEwZDUwHhcNMjQwNTExMTYzNzE0\nWhcNMjUwNTExMTYzNzE0WjAUMRIwEAYDVQQDEwlsb2NhbGhvc3QwggEiMA0GCSqG\nSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDYI0Fs0nHxToFexZjzQWa4kT9mwzKKS7BV\nX4VefuPO8irkdbZ8ofaKkeiv4esyc3a0XrSyf2hqubihf/zo7ZfAqNdGqXnnA+wT\n8TYQ0WweOalEeHNEa9yUMwC9VwP5eteZwyoSfPaM4KIiOBSaYc5yFhc5Rgl4KwqQ\n6lDS43SpEI7Zp/haUrYZ1S+zZwZzlKHoDOgmyOPbFSq4qSJAC7raXVlpIb1Pth7c\n4fdpeelM+2df9NbTdFBLu588jEWaufVc5XWQ5K/jCmVhwjtQLz/a7yRcKzV+Pcix\nF++PWuG7ZvnB9inru2FM5ngdrqC90z8TOrN+sIRvp1MwAPt4ABXdAgMBAAGjgZ4w\ngZswCwYDVR0PBAQDAgWgMB8GA1UdEQQYMBaCCWxvY2FsaG9zdIIJMTI3LjAuMC4x\nMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAMBgNVHRMBAf8EAjAAMB0G\nA1UdDgQWBBRPoltbRKcqy3e5kxUuBRa9+VD6ejAfBgNVHSMEGDAWgBSMI5bvckWg\noJr7K8CUtfS9sGYoaTANBgkqhkiG9w0BAQsFAAOCAQEARhrx3eoLfO2OeKPb+Fl0\nsq0rcqvOAgI7XlEdyh99IELH4q4jjKlLLFyvIRzBxHg8wjsBg+HvAVfoVQAn2a7t\n2BHe5Z9mHFzM/fUL3eRRqZu7sQ7PfBTlTCHPrGyalmpr7hs3e9Sv8DeE6cWFroJC\n40vrDOCTF9mVICcGdU7q9YJIhODlA5mKHwyOf0zZgqlHNVdpi6ERA9lRsDP7MCzo\ng56woDQLPHu7vvv4kaNlqQy5lsKWAXkjheE8f019BPiu8xE8rAZBkQa2vyeTKnKc\ngoaIpHL/cI/UH5PmWSRLUBi1dc0ILhyf4xsFHeGgS/rZ31Gya5tqgHUtKc9bDZV4\nsQ==\n-----END CERTIFICATE-----\n", "key": "/etc/pki/tls/private/podman_registry.key", "key_content": "-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQDYI0Fs0nHxToFe\nxZjzQWa4kT9mwzKKS7BVX4VefuPO8irkdbZ8ofaKkeiv4esyc3a0XrSyf2hqubih\nf/zo7ZfAqNdGqXnnA+wT8TYQ0WweOalEeHNEa9yUMwC9VwP5eteZwyoSfPaM4KIi\nOBSaYc5yFhc5Rgl4KwqQ6lDS43SpEI7Zp/haUrYZ1S+zZwZzlKHoDOgmyOPbFSq4\nqSJAC7raXVlpIb1Pth7c4fdpeelM+2df9NbTdFBLu588jEWaufVc5XWQ5K/jCmVh\nwjtQLz/a7yRcKzV+PcixF++PWuG7ZvnB9inru2FM5ngdrqC90z8TOrN+sIRvp1Mw\nAPt4ABXdAgMBAAECggEATXw+LUw4yyCw4pAGaFbvA4YW67lY+hluavzmrFzjQMKy\nu9qzhHTwFPeAKuXcUubwDHPTZhalEXXpigR/X+YlvE0LeGqzqC1Qykl0b40UrLVR\nSJnCASqGFp8+SaLTavIuLxK3l48zOIgjuA7Q3BPqVh4zTzYbmPgdPpyyQxiGL0F2\nqpfygQgyRds4Z1Ozy8ZN7WF9+CcSFGTBsGIGollKPg0LySNG1EiAoFY0zjyBARrj\nmcfuXKIFoyqRCHzjuI+EbuZzausYQt3LWqk57ov0W6kSj6mIPxuonNSDwkNVoxLd\nb5HkzajfNjc6zEbEQnkxWej1anBABfblvJ4/+R6dhQKBgQDyBk99DHoSc++959zT\nkF1iUDH+GfsUZcMFUP68gR8CYM+LDX9yjv2dUyv9y3n2vwmI3YgH6vcQ4nC3jzBc\ndDG/q349+lCDluWIKHTk9hfBDGDxUuSTN/vnYw871ciidPt/TTtCpmg8VUBcGaCT\n3oXk2d1+WZE18/OuFJCdh47umwKBgQDknkaW51n4fn2+vHg4Gf0UCN/FIKfpaxHQ\ny+aCmBpxxHMO76eQ5Q4YNWv1Gfhqb5FutbprHfZaYzipu7LsZIFr8HWQSblkP5zy\nI5oahlowvd59NS997fUs/lnC6o7yYMWJ4UABC2fQvafoONFX2wEVMnxB6STQnGxQ\nARqFt1zY5wKBgQDrF84mvfPl8NA0PAF5UIYldZjaJwqJab/ibibDnPkuKjPv8pCW\nCue35o6Y3Qn/8NmmJOp6JncP46Vx6JkldYjNkhvywC9tYypa9FF4BsRUNV4FjGuT\nxZHf1Y16pdNaWx/hLHgf6dzenkECNbKRcFnHTwmkLgSrz+godLl1C7R/eQKBgQCS\n7yr9R/oqXNnioe0+WW2v17hCUSe6PMd5g+NGIg40+obcnaj71kvFwWf+Ys+nUMeO\n+Ru0RtCT7Vt4s5telYYc4rIcp1WRGdV8Rud/jsQeuZlqrak1bZ/7aAo23Vw8aXfs\nkyn4weTaY1qsRQA/UBGVFxqHnhm8PhzbGqp6MIxrFwKBgG4yQsFYOrcfK5y5bAPK\n3WSuBotd0n+Wag5f80kfJr7VeSIuxdKkc7+LIhSDiSSCov16CvaVPHVVxtYtL2PR\nLgbQaaXq5bqHRC0BFwY9O/sliUbtfvkDEz722Dj/IuuJXYDWuPJD6UHvCB9JV0u1\n1dNKA3cFqRR0KHt6u1LktBbO\n-----END PRIVATE KEY-----\n" } } }, "changed": false } TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ****** task path: /WORKDIR/git-weekly-ciyyg0rtm4/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:176 Saturday 11 May 2024 16:37:15 +0000 (0:00:00.024) 0:01:21.932 ********** ok: [sut] => (item={'cert': '/etc/pki/tls/certs/podman_registry.crt', 'cert_content': '-----BEGIN CERTIFICATE-----\nMIIDjTCCAnWgAwIBAgIQb+aSHH9VT6K6S4MlUq2g1jANBgkqhkiG9w0BAQsFADBQ\nMSAwHgYDVQQDDBdMb2NhbCBTaWduaW5nIEF1dGhvcml0eTEsMCoGA1UEAwwjNmZl\nNjkyMWMtN2Y1NTRmYTItYmE0YjgzMjUtNTJhZGEwZDUwHhcNMjQwNTExMTYzNzE0\nWhcNMjUwNTExMTYzNzE0WjAUMRIwEAYDVQQDEwlsb2NhbGhvc3QwggEiMA0GCSqG\nSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDYI0Fs0nHxToFexZjzQWa4kT9mwzKKS7BV\nX4VefuPO8irkdbZ8ofaKkeiv4esyc3a0XrSyf2hqubihf/zo7ZfAqNdGqXnnA+wT\n8TYQ0WweOalEeHNEa9yUMwC9VwP5eteZwyoSfPaM4KIiOBSaYc5yFhc5Rgl4KwqQ\n6lDS43SpEI7Zp/haUrYZ1S+zZwZzlKHoDOgmyOPbFSq4qSJAC7raXVlpIb1Pth7c\n4fdpeelM+2df9NbTdFBLu588jEWaufVc5XWQ5K/jCmVhwjtQLz/a7yRcKzV+Pcix\nF++PWuG7ZvnB9inru2FM5ngdrqC90z8TOrN+sIRvp1MwAPt4ABXdAgMBAAGjgZ4w\ngZswCwYDVR0PBAQDAgWgMB8GA1UdEQQYMBaCCWxvY2FsaG9zdIIJMTI3LjAuMC4x\nMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAMBgNVHRMBAf8EAjAAMB0G\nA1UdDgQWBBRPoltbRKcqy3e5kxUuBRa9+VD6ejAfBgNVHSMEGDAWgBSMI5bvckWg\noJr7K8CUtfS9sGYoaTANBgkqhkiG9w0BAQsFAAOCAQEARhrx3eoLfO2OeKPb+Fl0\nsq0rcqvOAgI7XlEdyh99IELH4q4jjKlLLFyvIRzBxHg8wjsBg+HvAVfoVQAn2a7t\n2BHe5Z9mHFzM/fUL3eRRqZu7sQ7PfBTlTCHPrGyalmpr7hs3e9Sv8DeE6cWFroJC\n40vrDOCTF9mVICcGdU7q9YJIhODlA5mKHwyOf0zZgqlHNVdpi6ERA9lRsDP7MCzo\ng56woDQLPHu7vvv4kaNlqQy5lsKWAXkjheE8f019BPiu8xE8rAZBkQa2vyeTKnKc\ngoaIpHL/cI/UH5PmWSRLUBi1dc0ILhyf4xsFHeGgS/rZ31Gya5tqgHUtKc9bDZV4\nsQ==\n-----END CERTIFICATE-----\n', 'key': '/etc/pki/tls/private/podman_registry.key', 'key_content': '-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQDYI0Fs0nHxToFe\nxZjzQWa4kT9mwzKKS7BVX4VefuPO8irkdbZ8ofaKkeiv4esyc3a0XrSyf2hqubih\nf/zo7ZfAqNdGqXnnA+wT8TYQ0WweOalEeHNEa9yUMwC9VwP5eteZwyoSfPaM4KIi\nOBSaYc5yFhc5Rgl4KwqQ6lDS43SpEI7Zp/haUrYZ1S+zZwZzlKHoDOgmyOPbFSq4\nqSJAC7raXVlpIb1Pth7c4fdpeelM+2df9NbTdFBLu588jEWaufVc5XWQ5K/jCmVh\nwjtQLz/a7yRcKzV+PcixF++PWuG7ZvnB9inru2FM5ngdrqC90z8TOrN+sIRvp1Mw\nAPt4ABXdAgMBAAECggEATXw+LUw4yyCw4pAGaFbvA4YW67lY+hluavzmrFzjQMKy\nu9qzhHTwFPeAKuXcUubwDHPTZhalEXXpigR/X+YlvE0LeGqzqC1Qykl0b40UrLVR\nSJnCASqGFp8+SaLTavIuLxK3l48zOIgjuA7Q3BPqVh4zTzYbmPgdPpyyQxiGL0F2\nqpfygQgyRds4Z1Ozy8ZN7WF9+CcSFGTBsGIGollKPg0LySNG1EiAoFY0zjyBARrj\nmcfuXKIFoyqRCHzjuI+EbuZzausYQt3LWqk57ov0W6kSj6mIPxuonNSDwkNVoxLd\nb5HkzajfNjc6zEbEQnkxWej1anBABfblvJ4/+R6dhQKBgQDyBk99DHoSc++959zT\nkF1iUDH+GfsUZcMFUP68gR8CYM+LDX9yjv2dUyv9y3n2vwmI3YgH6vcQ4nC3jzBc\ndDG/q349+lCDluWIKHTk9hfBDGDxUuSTN/vnYw871ciidPt/TTtCpmg8VUBcGaCT\n3oXk2d1+WZE18/OuFJCdh47umwKBgQDknkaW51n4fn2+vHg4Gf0UCN/FIKfpaxHQ\ny+aCmBpxxHMO76eQ5Q4YNWv1Gfhqb5FutbprHfZaYzipu7LsZIFr8HWQSblkP5zy\nI5oahlowvd59NS997fUs/lnC6o7yYMWJ4UABC2fQvafoONFX2wEVMnxB6STQnGxQ\nARqFt1zY5wKBgQDrF84mvfPl8NA0PAF5UIYldZjaJwqJab/ibibDnPkuKjPv8pCW\nCue35o6Y3Qn/8NmmJOp6JncP46Vx6JkldYjNkhvywC9tYypa9FF4BsRUNV4FjGuT\nxZHf1Y16pdNaWx/hLHgf6dzenkECNbKRcFnHTwmkLgSrz+godLl1C7R/eQKBgQCS\n7yr9R/oqXNnioe0+WW2v17hCUSe6PMd5g+NGIg40+obcnaj71kvFwWf+Ys+nUMeO\n+Ru0RtCT7Vt4s5telYYc4rIcp1WRGdV8Rud/jsQeuZlqrak1bZ/7aAo23Vw8aXfs\nkyn4weTaY1qsRQA/UBGVFxqHnhm8PhzbGqp6MIxrFwKBgG4yQsFYOrcfK5y5bAPK\n3WSuBotd0n+Wag5f80kfJr7VeSIuxdKkc7+LIhSDiSSCov16CvaVPHVVxtYtL2PR\nLgbQaaXq5bqHRC0BFwY9O/sliUbtfvkDEz722Dj/IuuJXYDWuPJD6UHvCB9JV0u1\n1dNKA3cFqRR0KHt6u1LktBbO\n-----END PRIVATE KEY-----\n', 'ca': '/etc/pki/tls/certs/podman_registry.crt', 'ca_content': '-----BEGIN CERTIFICATE-----\nMIIDjTCCAnWgAwIBAgIQb+aSHH9VT6K6S4MlUq2g1jANBgkqhkiG9w0BAQsFADBQ\nMSAwHgYDVQQDDBdMb2NhbCBTaWduaW5nIEF1dGhvcml0eTEsMCoGA1UEAwwjNmZl\nNjkyMWMtN2Y1NTRmYTItYmE0YjgzMjUtNTJhZGEwZDUwHhcNMjQwNTExMTYzNzE0\nWhcNMjUwNTExMTYzNzE0WjAUMRIwEAYDVQQDEwlsb2NhbGhvc3QwggEiMA0GCSqG\nSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDYI0Fs0nHxToFexZjzQWa4kT9mwzKKS7BV\nX4VefuPO8irkdbZ8ofaKkeiv4esyc3a0XrSyf2hqubihf/zo7ZfAqNdGqXnnA+wT\n8TYQ0WweOalEeHNEa9yUMwC9VwP5eteZwyoSfPaM4KIiOBSaYc5yFhc5Rgl4KwqQ\n6lDS43SpEI7Zp/haUrYZ1S+zZwZzlKHoDOgmyOPbFSq4qSJAC7raXVlpIb1Pth7c\n4fdpeelM+2df9NbTdFBLu588jEWaufVc5XWQ5K/jCmVhwjtQLz/a7yRcKzV+Pcix\nF++PWuG7ZvnB9inru2FM5ngdrqC90z8TOrN+sIRvp1MwAPt4ABXdAgMBAAGjgZ4w\ngZswCwYDVR0PBAQDAgWgMB8GA1UdEQQYMBaCCWxvY2FsaG9zdIIJMTI3LjAuMC4x\nMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAMBgNVHRMBAf8EAjAAMB0G\nA1UdDgQWBBRPoltbRKcqy3e5kxUuBRa9+VD6ejAfBgNVHSMEGDAWgBSMI5bvckWg\noJr7K8CUtfS9sGYoaTANBgkqhkiG9w0BAQsFAAOCAQEARhrx3eoLfO2OeKPb+Fl0\nsq0rcqvOAgI7XlEdyh99IELH4q4jjKlLLFyvIRzBxHg8wjsBg+HvAVfoVQAn2a7t\n2BHe5Z9mHFzM/fUL3eRRqZu7sQ7PfBTlTCHPrGyalmpr7hs3e9Sv8DeE6cWFroJC\n40vrDOCTF9mVICcGdU7q9YJIhODlA5mKHwyOf0zZgqlHNVdpi6ERA9lRsDP7MCzo\ng56woDQLPHu7vvv4kaNlqQy5lsKWAXkjheE8f019BPiu8xE8rAZBkQa2vyeTKnKc\ngoaIpHL/cI/UH5PmWSRLUBi1dc0ILhyf4xsFHeGgS/rZ31Gya5tqgHUtKc9bDZV4\nsQ==\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.037064", "end": "2024-05-11 16:37:16.004793", "item": { "ca": "/etc/pki/tls/certs/podman_registry.crt", "ca_content": "-----BEGIN CERTIFICATE-----\nMIIDjTCCAnWgAwIBAgIQb+aSHH9VT6K6S4MlUq2g1jANBgkqhkiG9w0BAQsFADBQ\nMSAwHgYDVQQDDBdMb2NhbCBTaWduaW5nIEF1dGhvcml0eTEsMCoGA1UEAwwjNmZl\nNjkyMWMtN2Y1NTRmYTItYmE0YjgzMjUtNTJhZGEwZDUwHhcNMjQwNTExMTYzNzE0\nWhcNMjUwNTExMTYzNzE0WjAUMRIwEAYDVQQDEwlsb2NhbGhvc3QwggEiMA0GCSqG\nSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDYI0Fs0nHxToFexZjzQWa4kT9mwzKKS7BV\nX4VefuPO8irkdbZ8ofaKkeiv4esyc3a0XrSyf2hqubihf/zo7ZfAqNdGqXnnA+wT\n8TYQ0WweOalEeHNEa9yUMwC9VwP5eteZwyoSfPaM4KIiOBSaYc5yFhc5Rgl4KwqQ\n6lDS43SpEI7Zp/haUrYZ1S+zZwZzlKHoDOgmyOPbFSq4qSJAC7raXVlpIb1Pth7c\n4fdpeelM+2df9NbTdFBLu588jEWaufVc5XWQ5K/jCmVhwjtQLz/a7yRcKzV+Pcix\nF++PWuG7ZvnB9inru2FM5ngdrqC90z8TOrN+sIRvp1MwAPt4ABXdAgMBAAGjgZ4w\ngZswCwYDVR0PBAQDAgWgMB8GA1UdEQQYMBaCCWxvY2FsaG9zdIIJMTI3LjAuMC4x\nMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAMBgNVHRMBAf8EAjAAMB0G\nA1UdDgQWBBRPoltbRKcqy3e5kxUuBRa9+VD6ejAfBgNVHSMEGDAWgBSMI5bvckWg\noJr7K8CUtfS9sGYoaTANBgkqhkiG9w0BAQsFAAOCAQEARhrx3eoLfO2OeKPb+Fl0\nsq0rcqvOAgI7XlEdyh99IELH4q4jjKlLLFyvIRzBxHg8wjsBg+HvAVfoVQAn2a7t\n2BHe5Z9mHFzM/fUL3eRRqZu7sQ7PfBTlTCHPrGyalmpr7hs3e9Sv8DeE6cWFroJC\n40vrDOCTF9mVICcGdU7q9YJIhODlA5mKHwyOf0zZgqlHNVdpi6ERA9lRsDP7MCzo\ng56woDQLPHu7vvv4kaNlqQy5lsKWAXkjheE8f019BPiu8xE8rAZBkQa2vyeTKnKc\ngoaIpHL/cI/UH5PmWSRLUBi1dc0ILhyf4xsFHeGgS/rZ31Gya5tqgHUtKc9bDZV4\nsQ==\n-----END CERTIFICATE-----\n", "cert": "/etc/pki/tls/certs/podman_registry.crt", "cert_content": "-----BEGIN CERTIFICATE-----\nMIIDjTCCAnWgAwIBAgIQb+aSHH9VT6K6S4MlUq2g1jANBgkqhkiG9w0BAQsFADBQ\nMSAwHgYDVQQDDBdMb2NhbCBTaWduaW5nIEF1dGhvcml0eTEsMCoGA1UEAwwjNmZl\nNjkyMWMtN2Y1NTRmYTItYmE0YjgzMjUtNTJhZGEwZDUwHhcNMjQwNTExMTYzNzE0\nWhcNMjUwNTExMTYzNzE0WjAUMRIwEAYDVQQDEwlsb2NhbGhvc3QwggEiMA0GCSqG\nSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDYI0Fs0nHxToFexZjzQWa4kT9mwzKKS7BV\nX4VefuPO8irkdbZ8ofaKkeiv4esyc3a0XrSyf2hqubihf/zo7ZfAqNdGqXnnA+wT\n8TYQ0WweOalEeHNEa9yUMwC9VwP5eteZwyoSfPaM4KIiOBSaYc5yFhc5Rgl4KwqQ\n6lDS43SpEI7Zp/haUrYZ1S+zZwZzlKHoDOgmyOPbFSq4qSJAC7raXVlpIb1Pth7c\n4fdpeelM+2df9NbTdFBLu588jEWaufVc5XWQ5K/jCmVhwjtQLz/a7yRcKzV+Pcix\nF++PWuG7ZvnB9inru2FM5ngdrqC90z8TOrN+sIRvp1MwAPt4ABXdAgMBAAGjgZ4w\ngZswCwYDVR0PBAQDAgWgMB8GA1UdEQQYMBaCCWxvY2FsaG9zdIIJMTI3LjAuMC4x\nMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAMBgNVHRMBAf8EAjAAMB0G\nA1UdDgQWBBRPoltbRKcqy3e5kxUuBRa9+VD6ejAfBgNVHSMEGDAWgBSMI5bvckWg\noJr7K8CUtfS9sGYoaTANBgkqhkiG9w0BAQsFAAOCAQEARhrx3eoLfO2OeKPb+Fl0\nsq0rcqvOAgI7XlEdyh99IELH4q4jjKlLLFyvIRzBxHg8wjsBg+HvAVfoVQAn2a7t\n2BHe5Z9mHFzM/fUL3eRRqZu7sQ7PfBTlTCHPrGyalmpr7hs3e9Sv8DeE6cWFroJC\n40vrDOCTF9mVICcGdU7q9YJIhODlA5mKHwyOf0zZgqlHNVdpi6ERA9lRsDP7MCzo\ng56woDQLPHu7vvv4kaNlqQy5lsKWAXkjheE8f019BPiu8xE8rAZBkQa2vyeTKnKc\ngoaIpHL/cI/UH5PmWSRLUBi1dc0ILhyf4xsFHeGgS/rZ31Gya5tqgHUtKc9bDZV4\nsQ==\n-----END CERTIFICATE-----\n", "key": "/etc/pki/tls/private/podman_registry.key", "key_content": "-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQDYI0Fs0nHxToFe\nxZjzQWa4kT9mwzKKS7BVX4VefuPO8irkdbZ8ofaKkeiv4esyc3a0XrSyf2hqubih\nf/zo7ZfAqNdGqXnnA+wT8TYQ0WweOalEeHNEa9yUMwC9VwP5eteZwyoSfPaM4KIi\nOBSaYc5yFhc5Rgl4KwqQ6lDS43SpEI7Zp/haUrYZ1S+zZwZzlKHoDOgmyOPbFSq4\nqSJAC7raXVlpIb1Pth7c4fdpeelM+2df9NbTdFBLu588jEWaufVc5XWQ5K/jCmVh\nwjtQLz/a7yRcKzV+PcixF++PWuG7ZvnB9inru2FM5ngdrqC90z8TOrN+sIRvp1Mw\nAPt4ABXdAgMBAAECggEATXw+LUw4yyCw4pAGaFbvA4YW67lY+hluavzmrFzjQMKy\nu9qzhHTwFPeAKuXcUubwDHPTZhalEXXpigR/X+YlvE0LeGqzqC1Qykl0b40UrLVR\nSJnCASqGFp8+SaLTavIuLxK3l48zOIgjuA7Q3BPqVh4zTzYbmPgdPpyyQxiGL0F2\nqpfygQgyRds4Z1Ozy8ZN7WF9+CcSFGTBsGIGollKPg0LySNG1EiAoFY0zjyBARrj\nmcfuXKIFoyqRCHzjuI+EbuZzausYQt3LWqk57ov0W6kSj6mIPxuonNSDwkNVoxLd\nb5HkzajfNjc6zEbEQnkxWej1anBABfblvJ4/+R6dhQKBgQDyBk99DHoSc++959zT\nkF1iUDH+GfsUZcMFUP68gR8CYM+LDX9yjv2dUyv9y3n2vwmI3YgH6vcQ4nC3jzBc\ndDG/q349+lCDluWIKHTk9hfBDGDxUuSTN/vnYw871ciidPt/TTtCpmg8VUBcGaCT\n3oXk2d1+WZE18/OuFJCdh47umwKBgQDknkaW51n4fn2+vHg4Gf0UCN/FIKfpaxHQ\ny+aCmBpxxHMO76eQ5Q4YNWv1Gfhqb5FutbprHfZaYzipu7LsZIFr8HWQSblkP5zy\nI5oahlowvd59NS997fUs/lnC6o7yYMWJ4UABC2fQvafoONFX2wEVMnxB6STQnGxQ\nARqFt1zY5wKBgQDrF84mvfPl8NA0PAF5UIYldZjaJwqJab/ibibDnPkuKjPv8pCW\nCue35o6Y3Qn/8NmmJOp6JncP46Vx6JkldYjNkhvywC9tYypa9FF4BsRUNV4FjGuT\nxZHf1Y16pdNaWx/hLHgf6dzenkECNbKRcFnHTwmkLgSrz+godLl1C7R/eQKBgQCS\n7yr9R/oqXNnioe0+WW2v17hCUSe6PMd5g+NGIg40+obcnaj71kvFwWf+Ys+nUMeO\n+Ru0RtCT7Vt4s5telYYc4rIcp1WRGdV8Rud/jsQeuZlqrak1bZ/7aAo23Vw8aXfs\nkyn4weTaY1qsRQA/UBGVFxqHnhm8PhzbGqp6MIxrFwKBgG4yQsFYOrcfK5y5bAPK\n3WSuBotd0n+Wag5f80kfJr7VeSIuxdKkc7+LIhSDiSSCov16CvaVPHVVxtYtL2PR\nLgbQaaXq5bqHRC0BFwY9O/sliUbtfvkDEz722Dj/IuuJXYDWuPJD6UHvCB9JV0u1\n1dNKA3cFqRR0KHt6u1LktBbO\n-----END PRIVATE KEY-----\n" }, "rc": 0, "start": "2024-05-11 16:37:15.967729" } STDOUT: Request "20240511163714" removed. TASK [fedora.linux_system_roles.certificate : Remove files] ******************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:181 Saturday 11 May 2024 16:37:16 +0000 (0:00:00.244) 0:01:22.176 ********** 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-ciyyg0rtm4/tests/tasks/setup_registry.yml:35 Saturday 11 May 2024 16:37:16 +0000 (0:00:00.601) 0:01:22.777 ********** changed: [sut] => { "changed": true, "checksum": "efbd97317d55e1f6823848006fa224a975cde007", "dest": "/tmp/lsr_xsp15ocg_podman/auth/registry_cert.crt", "gid": 0, "group": "root", "md5sum": "fb1cdede7a9644d679b3b5126f6a96c9", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 1294, "src": "/root/.ansible/tmp/ansible-tmp-1715445436.6747437-3554-275925936281045/source", "state": "file", "uid": 0 } TASK [Write key for registry] ************************************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/tasks/setup_registry.yml:41 Saturday 11 May 2024 16:37:17 +0000 (0:00:00.640) 0:01:23.418 ********** changed: [sut] => { "changed": true, "checksum": "3380e694723f51918fc4af5d44f3669b3800d2fa", "dest": "/tmp/lsr_xsp15ocg_podman/auth/registry_key.pem", "gid": 0, "group": "root", "md5sum": "331c6bca395295f446f6d1fc076550c2", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 1704, "src": "/root/.ansible/tmp/ansible-tmp-1715445437.3122709-3596-210515266853595/source", "state": "file", "uid": 0 } TASK [Write CA cert for registry] ********************************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/tasks/setup_registry.yml:47 Saturday 11 May 2024 16:37:17 +0000 (0:00:00.547) 0:01:23.965 ********** changed: [sut] => { "changed": true, "checksum": "efbd97317d55e1f6823848006fa224a975cde007", "dest": "/tmp/lsr_xsp15ocg_podman/auth/ca.crt", "gid": 0, "group": "root", "md5sum": "fb1cdede7a9644d679b3b5126f6a96c9", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 1294, "src": "/root/.ansible/tmp/ansible-tmp-1715445437.8597882-3624-48493230734320/source", "state": "file", "uid": 0 } TASK [Ensure test packages] **************************************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/tasks/setup_registry.yml:54 Saturday 11 May 2024 16:37:18 +0000 (0:00:00.568) 0:01:24.533 ********** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: apr-util-bdb-1.6.1-9.el8.x86_64", "Installed: httpd-tools-2.4.37-64.module_el8+965+1ad5c49d.x86_64", "Installed: apr-util-openssl-1.6.1-9.el8.x86_64", "Installed: skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64", "Installed: apr-1.6.3-12.el8.x86_64", "Installed: apr-util-1.6.1-9.el8.x86_64" ] } lsrpackages: httpd-tools skopeo TASK [Write user and password] ************************************************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/tasks/setup_registry.yml:59 Saturday 11 May 2024 16:37:23 +0000 (0:00:05.421) 0:01:29.954 ********** 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-ciyyg0rtm4/tests/tasks/setup_registry.yml:67 Saturday 11 May 2024 16:37:24 +0000 (0:00:00.210) 0:01:30.165 ********** 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-ciyyg0rtm4/tests/tasks/setup_registry.yml:84 Saturday 11 May 2024 16:37:24 +0000 (0:00:00.596) 0:01:30.762 ********** ok: [sut] => { "ansible_facts": { "__podman_cleanup_paths": [ "/tmp/lsr_xsp15ocg_podman" ] }, "changed": false } TASK [Start registry] ********************************************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/tasks/setup_registry.yml:92 Saturday 11 May 2024 16:37:24 +0000 (0:00:00.024) 0:01:30.787 ********** changed: [sut] => { "changed": true, "cmd": [ "podman", "run", "-d", "-p", "127.0.0.1:5000:5000", "--name", "podman_registry", "-v", "/tmp/lsr_xsp15ocg_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.642066", "end": "2024-05-11 16:37:28.460978", "rc": 0, "start": "2024-05-11 16:37:24.818912" } STDOUT: 0d0bddd28fb4df34aad17f6fd3ab341541128b2d80a1250242d465ed041e5d98 STDERR: Trying to pull quay.io/libpod/registry:2.8.2... Getting image source signatures Copying blob sha256:7417fa3c6d923a722787ff60825c3c40f74621ab2e4abcc120e25b10a35e4811 Copying blob sha256:7264a8db6415046d36d16ba98b79778e18accee6ffa71850405994cffa9be7de Copying blob sha256:88b450dec42ebc9659f10c6fd6d2326706fec4ab7aadf0c38973d930c23c546a Copying blob sha256:c4d48a809fc2256f8aa0aeee47998488d64409855adba00a7cb3007ab9f3286e Copying blob sha256:121f958bea53668d782691e643e9401ea21dd36c9d81078b51964d2e82b51376 Copying config sha256:0030ba3d620c647159c935ee778991c68ef3e51a274703753b0bc530104ef5e5 Writing manifest to image destination TASK [Wait for port] *********************************************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/tasks/setup_registry.yml:103 Saturday 11 May 2024 16:37:28 +0000 (0:00:03.862) 0:01:34.649 ********** 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-ciyyg0rtm4/tests/tasks/setup_registry.yml:107 Saturday 11 May 2024 16:37:28 +0000 (0:00:00.246) 0:01:34.896 ********** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "podman", "logs", "podman_registry" ], "delta": "0:00:00.036851", "end": "2024-05-11 16:37:28.954308", "rc": 0, "start": "2024-05-11 16:37:28.917457" } STDERR: time="2024-05-11T16:37:28.455064265Z" 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=4f6dbd37-926e-4888-9348-ec1be0487248 service=registry version=2.8.2 time="2024-05-11T16:37:28.455158407Z" level=info msg="redis not configured" go.version=go1.19.9 instance.id=4f6dbd37-926e-4888-9348-ec1be0487248 service=registry version=2.8.2 time="2024-05-11T16:37:28.455337844Z" level=info msg="using inmemory blob descriptor cache" go.version=go1.19.9 instance.id=4f6dbd37-926e-4888-9348-ec1be0487248 service=registry version=2.8.2 time="2024-05-11T16:37:28.455909783Z" level=info msg="restricting TLS version to tls1.2 or higher" go.version=go1.19.9 instance.id=4f6dbd37-926e-4888-9348-ec1be0487248 service=registry version=2.8.2 time="2024-05-11T16:37:28.456001396Z" 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=4f6dbd37-926e-4888-9348-ec1be0487248 service=registry version=2.8.2 time="2024-05-11T16:37:28.456264603Z" level=info msg="listening on [::]:5000, tls" go.version=go1.19.9 instance.id=4f6dbd37-926e-4888-9348-ec1be0487248 service=registry version=2.8.2 time="2024-05-11T16:37:28.456336953Z" level=info msg="Starting upload purge in 50m0s" go.version=go1.19.9 instance.id=4f6dbd37-926e-4888-9348-ec1be0487248 service=registry version=2.8.2 2024/05/11 16:37:28 http: TLS handshake error from 10.88.0.1:37138: EOF TASK [Convert test image names into local registry names] ********************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/tasks/setup_registry.yml:113 Saturday 11 May 2024 16:37:28 +0000 (0:00:00.229) 0:01:35.125 ********** 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-ciyyg0rtm4/tests/tasks/setup_registry.yml:118 Saturday 11 May 2024 16:37:29 +0000 (0:00:00.021) 0:01:35.147 ********** 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_xsp15ocg_podman/auth/auth.json\" --cert-dir=\"/tmp/lsr_xsp15ocg_podman/auth\" quay.io/libpod/testimage:20210610 docker://localhost:5000/libpod/testimage:20210610", "delta": "0:00:01.310160", "end": "2024-05-11 16:37:30.482163", "item": { "key": "quay.io/libpod/testimage:20210610", "value": "localhost:5000/libpod/testimage:20210610" }, "rc": 0, "start": "2024-05-11 16:37:29.172003" } 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-ciyyg0rtm4/tests/tasks/setup_registry.yml:129 Saturday 11 May 2024 16:37:30 +0000 (0:00:01.505) 0:01:36.653 ********** ok: [sut] => (item=localhost:5000/libpod/testimage:20210610) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "skopeo", "inspect", "--authfile=/tmp/lsr_xsp15ocg_podman/auth/auth.json", "--cert-dir=/tmp/lsr_xsp15ocg_podman/auth", "docker://localhost:5000/libpod/testimage:20210610" ], "delta": "0:00:00.195315", "end": "2024-05-11 16:37:30.881517", "item": "localhost:5000/libpod/testimage:20210610", "rc": 0, "start": "2024-05-11 16:37:30.686202" } 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-ciyyg0rtm4/tests/tests_auth_and_security.yml:60 Saturday 11 May 2024 16:37:30 +0000 (0:00:00.399) 0:01:37.052 ********** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 11 May 2024 16:37:30 +0000 (0:00:00.036) 0:01:37.089 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 11 May 2024 16:37:30 +0000 (0:00:00.050) 0:01:37.140 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 11 May 2024 16:37:31 +0000 (0:00:00.024) 0:01:37.164 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 11 May 2024 16:37:31 +0000 (0:00:00.017) 0:01:37.181 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 11 May 2024 16:37:31 +0000 (0:00:00.020) 0:01:37.201 ********** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/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-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 11 May 2024 16:37:31 +0000 (0:00:00.048) 0:01:37.250 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 11 May 2024 16:37:32 +0000 (0:00:01.355) 0:01:38.605 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 11 May 2024 16:37:32 +0000 (0:00:00.019) 0:01:38.625 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 11 May 2024 16:37:32 +0000 (0:00:00.024) 0:01:38.649 ********** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.031124", "end": "2024-05-11 16:37:32.710028", "rc": 0, "start": "2024-05-11 16:37:32.678904" } STDOUT: podman version 4.9.4-dev TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Saturday 11 May 2024 16:37:32 +0000 (0:00:00.251) 0:01:38.901 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Saturday 11 May 2024 16:37:32 +0000 (0:00:00.020) 0:01:38.921 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Saturday 11 May 2024 16:37:32 +0000 (0:00:00.018) 0:01:38.940 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Saturday 11 May 2024 16:37:32 +0000 (0:00:00.036) 0:01:38.977 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 11 May 2024 16:37:32 +0000 (0:00:00.035) 0:01:39.012 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 11 May 2024 16:37:32 +0000 (0:00:00.022) 0:01:39.035 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 11 May 2024 16:37:32 +0000 (0:00:00.022) 0:01:39.057 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 11 May 2024 16:37:32 +0000 (0:00:00.025) 0:01:39.083 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 11 May 2024 16:37:33 +0000 (0:00:00.205) 0:01:39.288 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 11 May 2024 16:37:33 +0000 (0:00:00.024) 0:01:39.312 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1715445423.5038917, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1715445389.7237833, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6977014, "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": "3833574264", "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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 11 May 2024 16:37:33 +0000 (0:00:00.203) 0:01:39.516 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 11 May 2024 16:37:33 +0000 (0:00:00.019) 0:01:39.535 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 11 May 2024 16:37:33 +0000 (0:00:00.018) 0:01:39.554 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 11 May 2024 16:37:33 +0000 (0:00:00.019) 0:01:39.573 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 11 May 2024 16:37:33 +0000 (0:00:00.017) 0:01:39.591 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 11 May 2024 16:37:33 +0000 (0:00:00.042) 0:01:39.633 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 11 May 2024 16:37:33 +0000 (0:00:00.019) 0:01:39.652 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 11 May 2024 16:37:33 +0000 (0:00:00.018) 0:01:39.670 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Saturday 11 May 2024 16:37:33 +0000 (0:00:00.017) 0:01:39.688 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Saturday 11 May 2024 16:37:33 +0000 (0:00:00.041) 0:01:39.730 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 11 May 2024 16:37:33 +0000 (0:00:00.039) 0:01:39.769 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 11 May 2024 16:37:33 +0000 (0:00:00.029) 0:01:39.799 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Saturday 11 May 2024 16:37:33 +0000 (0:00:00.021) 0:01:39.821 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 11 May 2024 16:37:33 +0000 (0:00:00.037) 0:01:39.858 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 11 May 2024 16:37:33 +0000 (0:00:00.022) 0:01:39.881 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Saturday 11 May 2024 16:37:33 +0000 (0:00:00.022) 0:01:39.903 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 11 May 2024 16:37:33 +0000 (0:00:00.039) 0:01:39.942 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 11 May 2024 16:37:33 +0000 (0:00:00.021) 0:01:39.964 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Saturday 11 May 2024 16:37:33 +0000 (0:00:00.023) 0:01:39.987 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 11 May 2024 16:37:33 +0000 (0:00:00.073) 0:01:40.061 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 11 May 2024 16:37:33 +0000 (0:00:00.020) 0:01:40.081 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 11 May 2024 16:37:33 +0000 (0:00:00.020) 0:01:40.101 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 11 May 2024 16:37:33 +0000 (0:00:00.021) 0:01:40.122 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Saturday 11 May 2024 16:37:34 +0000 (0:00:00.020) 0:01:40.143 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Saturday 11 May 2024 16:37:34 +0000 (0:00:00.021) 0:01:40.164 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Saturday 11 May 2024 16:37:34 +0000 (0:00:00.021) 0:01:40.186 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Saturday 11 May 2024 16:37:34 +0000 (0:00:00.023) 0:01:40.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 : Handle credential files - present] *********** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:123 Saturday 11 May 2024 16:37:34 +0000 (0:00:00.018) 0:01:40.228 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Saturday 11 May 2024 16:37:34 +0000 (0:00:00.026) 0:01:40.255 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:139 Saturday 11 May 2024 16:37:34 +0000 (0:00:00.018) 0:01:40.274 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:14 Saturday 11 May 2024 16:37:34 +0000 (0:00:00.046) 0:01:40.320 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:34 Saturday 11 May 2024 16:37:34 +0000 (0:00:00.025) 0:01:40.345 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:60 Saturday 11 May 2024 16:37:34 +0000 (0:00:00.025) 0:01:40.371 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:66 Saturday 11 May 2024 16:37:34 +0000 (0:00:00.020) 0:01:40.392 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 11 May 2024 16:37:34 +0000 (0:00:00.033) 0:01:40.425 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 11 May 2024 16:37:34 +0000 (0:00:00.052) 0:01:40.478 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 11 May 2024 16:37:34 +0000 (0:00:00.024) 0:01:40.502 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 11 May 2024 16:37:34 +0000 (0:00:00.026) 0:01:40.529 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 11 May 2024 16:37:34 +0000 (0:00:00.207) 0:01:40.737 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 11 May 2024 16:37:34 +0000 (0:00:00.024) 0:01:40.761 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1715445423.5038917, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1715445389.7237833, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6977014, "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": "3833574264", "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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 11 May 2024 16:37:34 +0000 (0:00:00.197) 0:01:40.958 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 11 May 2024 16:37:34 +0000 (0:00:00.019) 0:01:40.978 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 11 May 2024 16:37:34 +0000 (0:00:00.018) 0:01:40.996 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 11 May 2024 16:37:34 +0000 (0:00:00.017) 0:01:41.014 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 11 May 2024 16:37:34 +0000 (0:00:00.018) 0:01:41.033 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 11 May 2024 16:37:34 +0000 (0:00:00.019) 0:01:41.053 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 11 May 2024 16:37:34 +0000 (0:00:00.019) 0:01:41.072 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 11 May 2024 16:37:34 +0000 (0:00:00.020) 0:01:41.093 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:71 Saturday 11 May 2024 16:37:34 +0000 (0:00:00.020) 0:01:41.114 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:80 Saturday 11 May 2024 16:37:34 +0000 (0:00:00.020) 0:01:41.134 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:94 Saturday 11 May 2024 16:37:35 +0000 (0:00:00.031) 0:01:41.165 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:100 Saturday 11 May 2024 16:37:35 +0000 (0:00:00.019) 0:01:41.185 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:108 Saturday 11 May 2024 16:37:35 +0000 (0:00:00.049) 0:01:41.234 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:123 Saturday 11 May 2024 16:37:35 +0000 (0:00:00.022) 0:01:41.257 ********** 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.006442", "end": "2024-05-11 16:37:35.285824", "rc": 0, "start": "2024-05-11 16:37:35.279382" } 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:131 Saturday 11 May 2024 16:37:35 +0000 (0:00:00.200) 0:01:41.458 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:135 Saturday 11 May 2024 16:37:35 +0000 (0:00:00.025) 0:01:41.483 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:2 Saturday 11 May 2024 16:37:35 +0000 (0:00:00.048) 0:01:41.531 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 11 May 2024 16:37:35 +0000 (0:00:00.036) 0:01:41.568 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 11 May 2024 16:37:35 +0000 (0:00:00.019) 0:01:41.588 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 11 May 2024 16:37:35 +0000 (0:00:00.020) 0:01:41.608 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:7 Saturday 11 May 2024 16:37:35 +0000 (0:00:00.019) 0:01:41.628 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:23 Saturday 11 May 2024 16:37:35 +0000 (0:00:00.019) 0:01:41.647 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:39 Saturday 11 May 2024 16:37:35 +0000 (0:00:00.020) 0:01:41.668 ********** 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-ciyyg0rtm4/tests/tests_auth_and_security.yml:75 Saturday 11 May 2024 16:37:36 +0000 (0:00:00.554) 0:01:42.222 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Run the role with credentials and cert checking] ************************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/tests_auth_and_security.yml:86 Saturday 11 May 2024 16:37:36 +0000 (0:00:00.021) 0:01:42.244 ********** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 11 May 2024 16:37:36 +0000 (0:00:00.070) 0:01:42.314 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 11 May 2024 16:37:36 +0000 (0:00:00.034) 0:01:42.348 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 11 May 2024 16:37:36 +0000 (0:00:00.028) 0:01:42.377 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 11 May 2024 16:37:36 +0000 (0:00:00.021) 0:01:42.398 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 11 May 2024 16:37:36 +0000 (0:00:00.020) 0:01:42.418 ********** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/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-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 11 May 2024 16:37:36 +0000 (0:00:00.049) 0:01:42.467 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 11 May 2024 16:37:37 +0000 (0:00:01.357) 0:01:43.825 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 11 May 2024 16:37:37 +0000 (0:00:00.043) 0:01:43.869 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 11 May 2024 16:37:37 +0000 (0:00:00.024) 0:01:43.893 ********** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.035227", "end": "2024-05-11 16:37:37.959046", "rc": 0, "start": "2024-05-11 16:37:37.923819" } STDOUT: podman version 4.9.4-dev TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Saturday 11 May 2024 16:37:37 +0000 (0:00:00.236) 0:01:44.129 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Saturday 11 May 2024 16:37:38 +0000 (0:00:00.021) 0:01:44.151 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Saturday 11 May 2024 16:37:38 +0000 (0:00:00.019) 0:01:44.170 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Saturday 11 May 2024 16:37:38 +0000 (0:00:00.059) 0:01:44.230 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 11 May 2024 16:37:38 +0000 (0:00:00.035) 0:01:44.265 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 11 May 2024 16:37:38 +0000 (0:00:00.024) 0:01:44.290 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 11 May 2024 16:37:38 +0000 (0:00:00.022) 0:01:44.312 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 11 May 2024 16:37:38 +0000 (0:00:00.025) 0:01:44.337 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 11 May 2024 16:37:38 +0000 (0:00:00.210) 0:01:44.547 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 11 May 2024 16:37:38 +0000 (0:00:00.023) 0:01:44.571 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1715445423.5038917, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1715445389.7237833, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6977014, "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": "3833574264", "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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 11 May 2024 16:37:38 +0000 (0:00:00.205) 0:01:44.776 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 11 May 2024 16:37:38 +0000 (0:00:00.019) 0:01:44.796 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 11 May 2024 16:37:38 +0000 (0:00:00.045) 0:01:44.842 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 11 May 2024 16:37:38 +0000 (0:00:00.019) 0:01:44.861 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 11 May 2024 16:37:38 +0000 (0:00:00.018) 0:01:44.880 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 11 May 2024 16:37:38 +0000 (0:00:00.017) 0:01:44.898 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 11 May 2024 16:37:38 +0000 (0:00:00.018) 0:01:44.917 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 11 May 2024 16:37:38 +0000 (0:00:00.017) 0:01:44.935 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Saturday 11 May 2024 16:37:38 +0000 (0:00:00.020) 0:01:44.955 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Saturday 11 May 2024 16:37:38 +0000 (0:00:00.026) 0:01:44.982 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 11 May 2024 16:37:38 +0000 (0:00:00.035) 0:01:45.017 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 11 May 2024 16:37:38 +0000 (0:00:00.019) 0:01:45.037 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Saturday 11 May 2024 16:37:38 +0000 (0:00:00.017) 0:01:45.055 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 11 May 2024 16:37:38 +0000 (0:00:00.035) 0:01:45.090 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 11 May 2024 16:37:38 +0000 (0:00:00.018) 0:01:45.109 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Saturday 11 May 2024 16:37:38 +0000 (0:00:00.018) 0:01:45.128 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 11 May 2024 16:37:39 +0000 (0:00:00.037) 0:01:45.165 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 11 May 2024 16:37:39 +0000 (0:00:00.020) 0:01:45.185 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Saturday 11 May 2024 16:37:39 +0000 (0:00:00.064) 0:01:45.250 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 11 May 2024 16:37:39 +0000 (0:00:00.046) 0:01:45.296 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 11 May 2024 16:37:39 +0000 (0:00:00.021) 0:01:45.318 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get the existing policy.json] **************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 11 May 2024 16:37:39 +0000 (0:00:00.019) 0:01:45.337 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 11 May 2024 16:37:39 +0000 (0:00:00.018) 0:01:45.356 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Saturday 11 May 2024 16:37:39 +0000 (0:00:00.020) 0:01:45.377 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Saturday 11 May 2024 16:37:39 +0000 (0:00:00.020) 0:01:45.397 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Saturday 11 May 2024 16:37:39 +0000 (0:00:00.022) 0:01:45.420 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Saturday 11 May 2024 16:37:39 +0000 (0:00:00.020) 0:01:45.441 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:123 Saturday 11 May 2024 16:37:39 +0000 (0:00:00.018) 0:01:45.460 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Saturday 11 May 2024 16:37:39 +0000 (0:00:00.019) 0:01:45.479 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:139 Saturday 11 May 2024 16:37:39 +0000 (0:00:00.018) 0:01:45.497 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:14 Saturday 11 May 2024 16:37:39 +0000 (0:00:00.055) 0:01:45.553 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:34 Saturday 11 May 2024 16:37:39 +0000 (0:00:00.028) 0:01:45.581 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:60 Saturday 11 May 2024 16:37:39 +0000 (0:00:00.028) 0:01:45.610 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:66 Saturday 11 May 2024 16:37:39 +0000 (0:00:00.021) 0:01:45.632 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 11 May 2024 16:37:39 +0000 (0:00:00.060) 0:01:45.693 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 11 May 2024 16:37:39 +0000 (0:00:00.023) 0:01:45.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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 11 May 2024 16:37:39 +0000 (0:00:00.022) 0:01:45.739 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 11 May 2024 16:37:39 +0000 (0:00:00.025) 0:01:45.765 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 11 May 2024 16:37:39 +0000 (0:00:00.209) 0:01:45.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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 11 May 2024 16:37:39 +0000 (0:00:00.026) 0:01:46.001 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1715445423.5038917, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1715445389.7237833, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6977014, "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": "3833574264", "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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 11 May 2024 16:37:40 +0000 (0:00:00.207) 0:01:46.208 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 11 May 2024 16:37:40 +0000 (0:00:00.020) 0:01:46.229 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 11 May 2024 16:37:40 +0000 (0:00:00.019) 0:01:46.248 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 11 May 2024 16:37:40 +0000 (0:00:00.019) 0:01:46.267 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 11 May 2024 16:37:40 +0000 (0:00:00.019) 0:01:46.287 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 11 May 2024 16:37:40 +0000 (0:00:00.019) 0:01:46.306 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 11 May 2024 16:37:40 +0000 (0:00:00.018) 0:01:46.325 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 11 May 2024 16:37:40 +0000 (0:00:00.019) 0:01:46.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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:71 Saturday 11 May 2024 16:37:40 +0000 (0:00:00.018) 0:01:46.363 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:80 Saturday 11 May 2024 16:37:40 +0000 (0:00:00.017) 0:01:46.381 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:94 Saturday 11 May 2024 16:37:40 +0000 (0:00:00.086) 0:01:46.467 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:100 Saturday 11 May 2024 16:37:40 +0000 (0:00:00.020) 0:01:46.488 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:108 Saturday 11 May 2024 16:37:40 +0000 (0:00:00.020) 0:01:46.508 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:123 Saturday 11 May 2024 16:37:40 +0000 (0:00:00.023) 0:01:46.531 ********** 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.006235", "end": "2024-05-11 16:37:40.571407", "rc": 0, "start": "2024-05-11 16:37:40.565172" } 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:131 Saturday 11 May 2024 16:37:40 +0000 (0:00:00.210) 0:01:46.742 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:135 Saturday 11 May 2024 16:37:40 +0000 (0:00:00.018) 0:01:46.760 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:2 Saturday 11 May 2024 16:37:40 +0000 (0:00:00.040) 0:01:46.801 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 11 May 2024 16:37:40 +0000 (0:00:00.032) 0:01:46.833 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 11 May 2024 16:37:40 +0000 (0:00:00.018) 0:01:46.851 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 11 May 2024 16:37:40 +0000 (0:00:00.017) 0:01:46.869 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:7 Saturday 11 May 2024 16:37:40 +0000 (0:00:00.018) 0:01:46.888 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:23 Saturday 11 May 2024 16:37:40 +0000 (0:00:00.017) 0:01:46.905 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:39 Saturday 11 May 2024 16:37:40 +0000 (0:00:00.019) 0:01:46.925 ********** 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-ciyyg0rtm4/tests/tests_auth_and_security.yml:101 Saturday 11 May 2024 16:37:41 +0000 (0:00:00.550) 0:01:47.475 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create a local tmpdir] *************************************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/tests_auth_and_security.yml:112 Saturday 11 May 2024 16:37:41 +0000 (0:00:00.027) 0:01:47.503 ********** changed: [sut -> localhost] => { "changed": true, "gid": 1001, "group": "jenkins", "mode": "0700", "owner": "jenkins", "path": "/tmp/lsr_3kgq2jkp_podman", "size": 6, "state": "directory", "uid": 1000090000 } TASK [Run the role with credentials in spec and CA cert] *********************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/tests_auth_and_security.yml:120 Saturday 11 May 2024 16:37:41 +0000 (0:00:00.124) 0:01:47.627 ********** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 11 May 2024 16:37:41 +0000 (0:00:00.041) 0:01:47.669 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 11 May 2024 16:37:41 +0000 (0:00:00.032) 0:01:47.702 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 11 May 2024 16:37:41 +0000 (0:00:00.024) 0:01:47.726 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 11 May 2024 16:37:41 +0000 (0:00:00.017) 0:01:47.744 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 11 May 2024 16:37:41 +0000 (0:00:00.018) 0:01:47.763 ********** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/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-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 11 May 2024 16:37:41 +0000 (0:00:00.048) 0:01:47.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 [linux-system-roles.podman : Enable copr if requested] ******************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 11 May 2024 16:37:43 +0000 (0:00:01.347) 0:01:49.159 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 11 May 2024 16:37:43 +0000 (0:00:00.020) 0:01:49.179 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 11 May 2024 16:37:43 +0000 (0:00:00.024) 0:01:49.204 ********** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.029424", "end": "2024-05-11 16:37:43.255241", "rc": 0, "start": "2024-05-11 16:37:43.225817" } STDOUT: podman version 4.9.4-dev TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Saturday 11 May 2024 16:37:43 +0000 (0:00:00.220) 0:01:49.424 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Saturday 11 May 2024 16:37:43 +0000 (0:00:00.020) 0:01:49.445 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Saturday 11 May 2024 16:37:43 +0000 (0:00:00.025) 0:01:49.470 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Saturday 11 May 2024 16:37:43 +0000 (0:00:00.062) 0:01:49.532 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 11 May 2024 16:37:43 +0000 (0:00:00.038) 0:01:49.571 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 11 May 2024 16:37:43 +0000 (0:00:00.025) 0:01:49.596 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 11 May 2024 16:37:43 +0000 (0:00:00.023) 0:01:49.619 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 11 May 2024 16:37:43 +0000 (0:00:00.025) 0:01:49.644 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 11 May 2024 16:37:43 +0000 (0:00:00.197) 0:01:49.842 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 11 May 2024 16:37:43 +0000 (0:00:00.026) 0:01:49.868 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1715445423.5038917, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1715445389.7237833, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6977014, "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": "3833574264", "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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 11 May 2024 16:37:43 +0000 (0:00:00.194) 0:01:50.063 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 11 May 2024 16:37:43 +0000 (0:00:00.019) 0:01:50.082 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 11 May 2024 16:37:43 +0000 (0:00:00.020) 0:01:50.103 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 11 May 2024 16:37:43 +0000 (0:00:00.021) 0:01:50.124 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 11 May 2024 16:37:44 +0000 (0:00:00.020) 0:01:50.144 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 11 May 2024 16:37:44 +0000 (0:00:00.020) 0:01:50.165 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 11 May 2024 16:37:44 +0000 (0:00:00.021) 0:01:50.187 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 11 May 2024 16:37:44 +0000 (0:00:00.022) 0:01:50.209 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Saturday 11 May 2024 16:37:44 +0000 (0:00:00.020) 0:01:50.230 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Saturday 11 May 2024 16:37:44 +0000 (0:00:00.026) 0:01:50.257 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 11 May 2024 16:37:44 +0000 (0:00:00.037) 0:01:50.294 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 11 May 2024 16:37:44 +0000 (0:00:00.020) 0:01:50.314 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Saturday 11 May 2024 16:37:44 +0000 (0:00:00.019) 0:01:50.334 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 11 May 2024 16:37:44 +0000 (0:00:00.039) 0:01:50.373 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 11 May 2024 16:37:44 +0000 (0:00:00.019) 0:01:50.393 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Saturday 11 May 2024 16:37:44 +0000 (0:00:00.047) 0:01:50.441 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 11 May 2024 16:37:44 +0000 (0:00:00.038) 0:01:50.480 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 11 May 2024 16:37:44 +0000 (0:00:00.022) 0:01:50.503 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Saturday 11 May 2024 16:37:44 +0000 (0:00:00.020) 0:01:50.523 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 11 May 2024 16:37:44 +0000 (0:00:00.046) 0:01:50.570 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 11 May 2024 16:37:44 +0000 (0:00:00.024) 0:01:50.594 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 11 May 2024 16:37:44 +0000 (0:00:00.021) 0:01:50.616 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 11 May 2024 16:37:44 +0000 (0:00:00.020) 0:01:50.636 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Saturday 11 May 2024 16:37:44 +0000 (0:00:00.021) 0:01:50.658 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Saturday 11 May 2024 16:37:44 +0000 (0:00:00.020) 0:01:50.678 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Saturday 11 May 2024 16:37:44 +0000 (0:00:00.022) 0:01:50.701 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Saturday 11 May 2024 16:37:44 +0000 (0:00:00.019) 0:01:50.720 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:3 Saturday 11 May 2024 16:37:44 +0000 (0:00:00.045) 0:01:50.766 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:10 Saturday 11 May 2024 16:37:44 +0000 (0:00:00.019) 0:01:50.785 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:15 Saturday 11 May 2024 16:37:44 +0000 (0:00:00.019) 0:01:50.805 ********** ok: [sut] => { "ansible_facts": { "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:19 Saturday 11 May 2024 16:37:44 +0000 (0:00:00.048) 0:01:50.854 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 11 May 2024 16:37:44 +0000 (0:00:00.033) 0:01:50.887 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 11 May 2024 16:37:44 +0000 (0:00:00.024) 0:01:50.912 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 11 May 2024 16:37:44 +0000 (0:00:00.025) 0:01:50.937 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 11 May 2024 16:37:44 +0000 (0:00:00.027) 0:01:50.965 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 11 May 2024 16:37:45 +0000 (0:00:00.199) 0:01:51.164 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 11 May 2024 16:37:45 +0000 (0:00:00.025) 0:01:51.189 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1715445423.5038917, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1715445389.7237833, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6977014, "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": "3833574264", "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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 11 May 2024 16:37:45 +0000 (0:00:00.197) 0:01:51.387 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 11 May 2024 16:37:45 +0000 (0:00:00.019) 0:01:51.407 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 11 May 2024 16:37:45 +0000 (0:00:00.019) 0:01:51.426 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 11 May 2024 16:37:45 +0000 (0:00:00.019) 0:01:51.446 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 11 May 2024 16:37:45 +0000 (0:00:00.020) 0:01:51.466 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 11 May 2024 16:37:45 +0000 (0:00:00.020) 0:01:51.486 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 11 May 2024 16:37:45 +0000 (0:00:00.019) 0:01:51.506 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 11 May 2024 16:37:45 +0000 (0:00:00.020) 0:01:51.526 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:24 Saturday 11 May 2024 16:37:45 +0000 (0:00:00.019) 0:01:51.545 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:29 Saturday 11 May 2024 16:37:45 +0000 (0:00:00.053) 0:01:51.599 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:36 Saturday 11 May 2024 16:37:45 +0000 (0:00:00.021) 0:01:51.620 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Ensure certs.d directory] ******************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:70 Saturday 11 May 2024 16:37:45 +0000 (0:00:00.027) 0:01:51.647 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:78 Saturday 11 May 2024 16:37:45 +0000 (0:00:00.203) 0:01:51.851 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:95 Saturday 11 May 2024 16:37:46 +0000 (0:00:00.534) 0:01:52.385 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:102 Saturday 11 May 2024 16:37:46 +0000 (0:00:00.027) 0:01:52.413 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:110 Saturday 11 May 2024 16:37:46 +0000 (0:00:00.019) 0:01:52.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 : Handle credential files - present] *********** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:123 Saturday 11 May 2024 16:37:46 +0000 (0:00:00.022) 0:01:52.455 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Saturday 11 May 2024 16:37:46 +0000 (0:00:00.019) 0:01:52.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 : Handle Kubernetes specifications] ************ task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:139 Saturday 11 May 2024 16:37:46 +0000 (0:00:00.025) 0:01:52.499 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:14 Saturday 11 May 2024 16:37:46 +0000 (0:00:00.058) 0:01:52.558 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:34 Saturday 11 May 2024 16:37:46 +0000 (0:00:00.025) 0:01:52.584 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:60 Saturday 11 May 2024 16:37:46 +0000 (0:00:00.028) 0:01:52.612 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:66 Saturday 11 May 2024 16:37:46 +0000 (0:00:00.021) 0:01:52.634 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 11 May 2024 16:37:46 +0000 (0:00:00.060) 0:01:52.695 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 11 May 2024 16:37:46 +0000 (0:00:00.024) 0:01:52.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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 11 May 2024 16:37:46 +0000 (0:00:00.025) 0:01:52.745 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 11 May 2024 16:37:46 +0000 (0:00:00.027) 0:01:52.772 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 11 May 2024 16:37:46 +0000 (0:00:00.203) 0:01:52.976 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 11 May 2024 16:37:46 +0000 (0:00:00.026) 0:01:53.002 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1715445423.5038917, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1715445389.7237833, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6977014, "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": "3833574264", "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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 11 May 2024 16:37:47 +0000 (0:00:00.209) 0:01:53.212 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 11 May 2024 16:37:47 +0000 (0:00:00.019) 0:01:53.231 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 11 May 2024 16:37:47 +0000 (0:00:00.018) 0:01:53.250 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 11 May 2024 16:37:47 +0000 (0:00:00.020) 0:01:53.271 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 11 May 2024 16:37:47 +0000 (0:00:00.019) 0:01:53.290 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 11 May 2024 16:37:47 +0000 (0:00:00.020) 0:01:53.311 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 11 May 2024 16:37:47 +0000 (0:00:00.019) 0:01:53.330 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 11 May 2024 16:37:47 +0000 (0:00:00.020) 0:01:53.350 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:71 Saturday 11 May 2024 16:37:47 +0000 (0:00:00.019) 0:01:53.370 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:80 Saturday 11 May 2024 16:37:47 +0000 (0:00:00.032) 0:01:53.402 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:94 Saturday 11 May 2024 16:37:47 +0000 (0:00:00.071) 0:01:53.474 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:100 Saturday 11 May 2024 16:37:47 +0000 (0:00:00.023) 0:01:53.498 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:108 Saturday 11 May 2024 16:37:47 +0000 (0:00:00.021) 0:01:53.519 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:123 Saturday 11 May 2024 16:37:47 +0000 (0:00:00.021) 0:01:53.541 ********** 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.006249", "end": "2024-05-11 16:37:47.580666", "rc": 0, "start": "2024-05-11 16:37:47.574417" } 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:131 Saturday 11 May 2024 16:37:47 +0000 (0:00:00.209) 0:01:53.751 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:135 Saturday 11 May 2024 16:37:47 +0000 (0:00:00.037) 0:01:53.788 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:2 Saturday 11 May 2024 16:37:47 +0000 (0:00:00.046) 0:01:53.835 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 11 May 2024 16:37:47 +0000 (0:00:00.036) 0:01:53.872 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 11 May 2024 16:37:47 +0000 (0:00:00.020) 0:01:53.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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 11 May 2024 16:37:47 +0000 (0:00:00.020) 0:01:53.913 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:7 Saturday 11 May 2024 16:37:47 +0000 (0:00:00.020) 0:01:53.933 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:23 Saturday 11 May 2024 16:37:47 +0000 (0:00:00.020) 0:01:53.953 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:39 Saturday 11 May 2024 16:37:47 +0000 (0:00:00.021) 0:01:53.975 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:72 Saturday 11 May 2024 16:37:48 +0000 (0:00:00.621) 0:01:54.596 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:80 Saturday 11 May 2024 16:37:48 +0000 (0:00:00.203) 0:01:54.800 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:89 Saturday 11 May 2024 16:37:48 +0000 (0:00:00.218) 0:01:55.018 ********** 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-1715445468.9184325-4734-120113111775837/source", "state": "file", "uid": 0 } TASK [linux-system-roles.podman : Update containers/pods] ********************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:99 Saturday 11 May 2024 16:37:49 +0000 (0:00:00.559) 0:01:55.578 ********** changed: [sut] => { "actions": [ "/usr/bin/podman play kube --start=true /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml" ], "changed": true } STDOUT: Pod: 5c7def548602d314a31f5a9539aecbc8d0715845ebcfc0620e3545f816777778 Container: 6383ac22bd2386dd6e14a272674c197719c4e334300c714903df6f46dc83efba TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:108 Saturday 11 May 2024 16:37:50 +0000 (0:00:01.312) 0:01:56.890 ********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Enable service] ****************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:120 Saturday 11 May 2024 16:37:51 +0000 (0:00:00.630) 0:01:57.520 ********** 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": "network-online.target sysinit.target -.mount basic.target system-podman\\x2dkube.slice 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": "system-podman\\x2dkube.slice sysinit.target -.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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:133 Saturday 11 May 2024 16:37:52 +0000 (0:00:00.752) 0:01:58.273 ********** 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": "network-online.target system-podman\\x2dkube.slice 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": "-.mount sysinit.target 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:147 Saturday 11 May 2024 16:37:53 +0000 (0:00:01.780) 0:02:00.053 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:146 Saturday 11 May 2024 16:37:53 +0000 (0:00:00.021) 0:02:00.074 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 11 May 2024 16:37:53 +0000 (0:00:00.064) 0:02:00.139 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 11 May 2024 16:37:54 +0000 (0:00:00.026) 0:02:00.165 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 11 May 2024 16:37:54 +0000 (0:00:00.025) 0:02:00.190 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 11 May 2024 16:37:54 +0000 (0:00:00.020) 0:02:00.210 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 11 May 2024 16:37:54 +0000 (0:00:00.026) 0:02:00.237 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 11 May 2024 16:37:54 +0000 (0:00:00.062) 0:02:00.299 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 11 May 2024 16:37:54 +0000 (0:00:00.024) 0:02:00.324 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 11 May 2024 16:37:54 +0000 (0:00:00.024) 0:02:00.349 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 11 May 2024 16:37:54 +0000 (0:00:00.026) 0:02:00.375 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 11 May 2024 16:37:54 +0000 (0:00:00.296) 0:02:00.672 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 11 May 2024 16:37:54 +0000 (0:00:00.025) 0:02:00.697 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1715445423.5038917, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1715445389.7237833, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6977014, "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": "3833574264", "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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 11 May 2024 16:37:54 +0000 (0:00:00.353) 0:02:01.051 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 11 May 2024 16:37:54 +0000 (0:00:00.019) 0:02:01.071 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 11 May 2024 16:37:54 +0000 (0:00:00.018) 0:02:01.090 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 11 May 2024 16:37:54 +0000 (0:00:00.018) 0:02:01.109 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 11 May 2024 16:37:54 +0000 (0:00:00.019) 0:02:01.128 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 11 May 2024 16:37:55 +0000 (0:00:00.018) 0:02:01.147 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 11 May 2024 16:37:55 +0000 (0:00:00.019) 0:02:01.166 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 11 May 2024 16:37:55 +0000 (0:00:00.020) 0:02:01.187 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 11 May 2024 16:37:55 +0000 (0:00:00.019) 0:02:01.207 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 11 May 2024 16:37:55 +0000 (0:00:00.037) 0:02:01.244 ********** ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/etc/containers/systemd" }, "changed": false } TASK [linux-system-roles.podman : Get kube yaml contents] ********************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 11 May 2024 16:37:55 +0000 (0:00:00.055) 0:02:01.300 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 11 May 2024 16:37:55 +0000 (0:00:00.023) 0:02:01.323 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 11 May 2024 16:37:55 +0000 (0:00:00.051) 0:02:01.375 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:220 Saturday 11 May 2024 16:37:55 +0000 (0:00:00.022) 0:02:01.398 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:224 Saturday 11 May 2024 16:37:55 +0000 (0:00:00.020) 0:02:01.418 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Saturday 11 May 2024 16:37:55 +0000 (0:00:00.042) 0:02:01.460 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 11 May 2024 16:37:55 +0000 (0:00:00.032) 0:02:01.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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 11 May 2024 16:37:55 +0000 (0:00:00.019) 0:02:01.513 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 11 May 2024 16:37:55 +0000 (0:00:00.020) 0:02:01.533 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:7 Saturday 11 May 2024 16:37:55 +0000 (0:00:00.018) 0:02:01.551 ********** TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:23 Saturday 11 May 2024 16:37:55 +0000 (0:00:00.018) 0:02:01.570 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:47 Saturday 11 May 2024 16:37:56 +0000 (0:00:01.162) 0:02:02.732 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:56 Saturday 11 May 2024 16:37:56 +0000 (0:00:00.343) 0:02:03.076 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:66 Saturday 11 May 2024 16:37:56 +0000 (0:00:00.021) 0:02:03.097 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:78 Saturday 11 May 2024 16:37:56 +0000 (0:00:00.021) 0:02:03.119 ********** 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-1715445477.065877-4895-78749735822951/source", "state": "file", "uid": 0 } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:90 Saturday 11 May 2024 16:37:57 +0000 (0:00:00.999) 0:02:04.118 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:119 Saturday 11 May 2024 16:37:57 +0000 (0:00:00.021) 0:02:04.140 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:135 Saturday 11 May 2024 16:37:58 +0000 (0:00:00.022) 0:02:04.163 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:153 Saturday 11 May 2024 16:37:58 +0000 (0:00:00.022) 0:02:04.185 ********** TASK [linux-system-roles.podman : Handle credential files - absent] ************ task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:159 Saturday 11 May 2024 16:37:58 +0000 (0:00:00.017) 0:02:04.203 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:168 Saturday 11 May 2024 16:37:58 +0000 (0:00:00.016) 0:02:04.220 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:3 Saturday 11 May 2024 16:37:58 +0000 (0:00:00.052) 0:02:04.272 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:10 Saturday 11 May 2024 16:37:58 +0000 (0:00:00.048) 0:02:04.321 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:15 Saturday 11 May 2024 16:37:58 +0000 (0:00:00.020) 0:02:04.342 ********** ok: [sut] => { "ansible_facts": { "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:19 Saturday 11 May 2024 16:37:58 +0000 (0:00:00.021) 0:02:04.363 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 11 May 2024 16:37:58 +0000 (0:00:00.035) 0:02:04.399 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 11 May 2024 16:37:58 +0000 (0:00:00.025) 0:02:04.425 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 11 May 2024 16:37:58 +0000 (0:00:00.026) 0:02:04.452 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 11 May 2024 16:37:58 +0000 (0:00:00.029) 0:02:04.481 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 11 May 2024 16:37:58 +0000 (0:00:00.312) 0:02:04.793 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 11 May 2024 16:37:58 +0000 (0:00:00.026) 0:02:04.819 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1715445423.5038917, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1715445389.7237833, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6977014, "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": "3833574264", "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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 11 May 2024 16:37:58 +0000 (0:00:00.293) 0:02:05.113 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 11 May 2024 16:37:58 +0000 (0:00:00.020) 0:02:05.133 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 11 May 2024 16:37:59 +0000 (0:00:00.020) 0:02:05.154 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 11 May 2024 16:37:59 +0000 (0:00:00.020) 0:02:05.174 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 11 May 2024 16:37:59 +0000 (0:00:00.019) 0:02:05.193 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 11 May 2024 16:37:59 +0000 (0:00:00.020) 0:02:05.213 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 11 May 2024 16:37:59 +0000 (0:00:00.058) 0:02:05.272 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 11 May 2024 16:37:59 +0000 (0:00:00.020) 0:02:05.292 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:24 Saturday 11 May 2024 16:37:59 +0000 (0:00:00.020) 0:02:05.312 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:29 Saturday 11 May 2024 16:37:59 +0000 (0:00:00.023) 0:02:05.336 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:36 Saturday 11 May 2024 16:37:59 +0000 (0:00:00.020) 0:02:05.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 : Ensure certs.d directory] ******************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:70 Saturday 11 May 2024 16:37:59 +0000 (0:00:00.027) 0:02:05.383 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure certs.d files] ************************ task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:78 Saturday 11 May 2024 16:37:59 +0000 (0:00:00.022) 0:02:05.406 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:95 Saturday 11 May 2024 16:37:59 +0000 (0:00:00.031) 0:02:05.438 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:102 Saturday 11 May 2024 16:37:59 +0000 (0:00:00.026) 0:02:05.464 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:110 Saturday 11 May 2024 16:37:59 +0000 (0:00:00.018) 0:02:05.483 ********** 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-ciyyg0rtm4/tests/tests_auth_and_security.yml:135 Saturday 11 May 2024 16:37:59 +0000 (0:00:00.022) 0:02:05.506 ********** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 11 May 2024 16:37:59 +0000 (0:00:00.051) 0:02:05.558 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 11 May 2024 16:37:59 +0000 (0:00:00.036) 0:02:05.594 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 11 May 2024 16:37:59 +0000 (0:00:00.024) 0:02:05.619 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 11 May 2024 16:37:59 +0000 (0:00:00.020) 0:02:05.640 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 11 May 2024 16:37:59 +0000 (0:00:00.021) 0:02:05.662 ********** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/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-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 11 May 2024 16:37:59 +0000 (0:00:00.139) 0:02:05.801 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 11 May 2024 16:38:01 +0000 (0:00:01.981) 0:02:07.783 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 11 May 2024 16:38:01 +0000 (0:00:00.019) 0:02:07.802 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 11 May 2024 16:38:01 +0000 (0:00:00.023) 0:02:07.826 ********** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.045181", "end": "2024-05-11 16:38:01.963937", "rc": 0, "start": "2024-05-11 16:38:01.918756" } STDOUT: podman version 4.9.4-dev TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Saturday 11 May 2024 16:38:01 +0000 (0:00:00.313) 0:02:08.139 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Saturday 11 May 2024 16:38:02 +0000 (0:00:00.057) 0:02:08.196 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Saturday 11 May 2024 16:38:02 +0000 (0:00:00.021) 0:02:08.218 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Saturday 11 May 2024 16:38:02 +0000 (0:00:00.039) 0:02:08.257 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 11 May 2024 16:38:02 +0000 (0:00:00.040) 0:02:08.298 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 11 May 2024 16:38:02 +0000 (0:00:00.025) 0:02:08.323 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 11 May 2024 16:38:02 +0000 (0:00:00.024) 0:02:08.348 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 11 May 2024 16:38:02 +0000 (0:00:00.025) 0:02:08.373 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 11 May 2024 16:38:02 +0000 (0:00:00.277) 0:02:08.651 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 11 May 2024 16:38:02 +0000 (0:00:00.027) 0:02:08.678 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1715445423.5038917, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1715445389.7237833, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6977014, "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": "3833574264", "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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 11 May 2024 16:38:02 +0000 (0:00:00.292) 0:02:08.971 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 11 May 2024 16:38:02 +0000 (0:00:00.019) 0:02:08.990 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 11 May 2024 16:38:02 +0000 (0:00:00.019) 0:02:09.010 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 11 May 2024 16:38:02 +0000 (0:00:00.019) 0:02:09.029 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 11 May 2024 16:38:02 +0000 (0:00:00.018) 0:02:09.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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 11 May 2024 16:38:02 +0000 (0:00:00.049) 0:02:09.097 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 11 May 2024 16:38:02 +0000 (0:00:00.020) 0:02:09.117 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 11 May 2024 16:38:02 +0000 (0:00:00.020) 0:02:09.138 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Saturday 11 May 2024 16:38:03 +0000 (0:00:00.020) 0:02:09.158 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Saturday 11 May 2024 16:38:03 +0000 (0:00:00.026) 0:02:09.184 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 11 May 2024 16:38:03 +0000 (0:00:00.036) 0:02:09.220 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 11 May 2024 16:38:03 +0000 (0:00:00.019) 0:02:09.240 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Saturday 11 May 2024 16:38:03 +0000 (0:00:00.018) 0:02:09.258 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 11 May 2024 16:38:03 +0000 (0:00:00.036) 0:02:09.295 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 11 May 2024 16:38:03 +0000 (0:00:00.018) 0:02:09.313 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Saturday 11 May 2024 16:38:03 +0000 (0:00:00.018) 0:02:09.332 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 11 May 2024 16:38:03 +0000 (0:00:00.036) 0:02:09.369 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 11 May 2024 16:38:03 +0000 (0:00:00.018) 0:02:09.388 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Saturday 11 May 2024 16:38:03 +0000 (0:00:00.019) 0:02:09.407 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 11 May 2024 16:38:03 +0000 (0:00:00.070) 0:02:09.478 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 11 May 2024 16:38:03 +0000 (0:00:00.019) 0:02:09.498 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 11 May 2024 16:38:03 +0000 (0:00:00.018) 0:02:09.517 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 11 May 2024 16:38:03 +0000 (0:00:00.018) 0:02:09.535 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Saturday 11 May 2024 16:38:03 +0000 (0:00:00.018) 0:02:09.554 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Saturday 11 May 2024 16:38:03 +0000 (0:00:00.018) 0:02:09.573 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Saturday 11 May 2024 16:38:03 +0000 (0:00:00.017) 0:02:09.591 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Saturday 11 May 2024 16:38:03 +0000 (0:00:00.018) 0:02:09.609 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:123 Saturday 11 May 2024 16:38:03 +0000 (0:00:00.016) 0:02:09.626 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Saturday 11 May 2024 16:38:03 +0000 (0:00:00.017) 0:02:09.644 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:139 Saturday 11 May 2024 16:38:03 +0000 (0:00:00.017) 0:02:09.661 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:14 Saturday 11 May 2024 16:38:03 +0000 (0:00:00.051) 0:02:09.713 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:34 Saturday 11 May 2024 16:38:03 +0000 (0:00:00.027) 0:02:09.740 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:60 Saturday 11 May 2024 16:38:03 +0000 (0:00:00.031) 0:02:09.772 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:66 Saturday 11 May 2024 16:38:03 +0000 (0:00:00.023) 0:02:09.795 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 11 May 2024 16:38:03 +0000 (0:00:00.035) 0:02:09.831 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 11 May 2024 16:38:03 +0000 (0:00:00.024) 0:02:09.855 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 11 May 2024 16:38:03 +0000 (0:00:00.075) 0:02:09.930 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 11 May 2024 16:38:03 +0000 (0:00:00.027) 0:02:09.958 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 11 May 2024 16:38:04 +0000 (0:00:00.287) 0:02:10.246 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 11 May 2024 16:38:04 +0000 (0:00:00.026) 0:02:10.273 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1715445423.5038917, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1715445389.7237833, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6977014, "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": "3833574264", "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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 11 May 2024 16:38:04 +0000 (0:00:00.279) 0:02:10.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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 11 May 2024 16:38:04 +0000 (0:00:00.020) 0:02:10.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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 11 May 2024 16:38:04 +0000 (0:00:00.019) 0:02:10.592 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 11 May 2024 16:38:04 +0000 (0:00:00.019) 0:02:10.612 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 11 May 2024 16:38:04 +0000 (0:00:00.019) 0:02:10.631 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 11 May 2024 16:38:04 +0000 (0:00:00.018) 0:02:10.650 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 11 May 2024 16:38:04 +0000 (0:00:00.018) 0:02:10.668 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 11 May 2024 16:38:04 +0000 (0:00:00.018) 0:02:10.686 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:71 Saturday 11 May 2024 16:38:04 +0000 (0:00:00.020) 0:02:10.706 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:80 Saturday 11 May 2024 16:38:04 +0000 (0:00:00.020) 0:02:10.727 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:94 Saturday 11 May 2024 16:38:04 +0000 (0:00:00.033) 0:02:10.761 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:100 Saturday 11 May 2024 16:38:04 +0000 (0:00:00.022) 0:02:10.783 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:108 Saturday 11 May 2024 16:38:04 +0000 (0:00:00.055) 0:02:10.838 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:123 Saturday 11 May 2024 16:38:04 +0000 (0:00:00.029) 0:02:10.868 ********** 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.007237", "end": "2024-05-11 16:38:04.973119", "rc": 0, "start": "2024-05-11 16:38:04.965882" } 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:131 Saturday 11 May 2024 16:38:05 +0000 (0:00:00.282) 0:02:11.151 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:135 Saturday 11 May 2024 16:38:05 +0000 (0:00:00.020) 0:02:11.171 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:2 Saturday 11 May 2024 16:38:05 +0000 (0:00:00.043) 0:02:11.215 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 11 May 2024 16:38:05 +0000 (0:00:00.035) 0:02:11.250 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 11 May 2024 16:38:05 +0000 (0:00:00.020) 0:02:11.271 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 11 May 2024 16:38:05 +0000 (0:00:00.021) 0:02:11.292 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:7 Saturday 11 May 2024 16:38:05 +0000 (0:00:00.020) 0:02:11.313 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:23 Saturday 11 May 2024 16:38:05 +0000 (0:00:00.024) 0:02:11.337 ********** TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:39 Saturday 11 May 2024 16:38:05 +0000 (0:00:00.019) 0:02:11.357 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:72 Saturday 11 May 2024 16:38:06 +0000 (0:00:00.801) 0:02:12.159 ********** ok: [sut] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1715445469.8186674, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fb0097683a2e5c8909a8037d64ddc1b350aed0be", "ctime": 1715445469.372679, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 383779140, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1715445469.1666846, "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": "4058934896", "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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:80 Saturday 11 May 2024 16:38:06 +0000 (0:00:00.330) 0:02:12.489 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:89 Saturday 11 May 2024 16:38:06 +0000 (0:00:00.280) 0:02:12.770 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:99 Saturday 11 May 2024 16:38:07 +0000 (0:00:00.671) 0:02:13.441 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:108 Saturday 11 May 2024 16:38:07 +0000 (0:00:00.442) 0:02:13.883 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Enable service] ****************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:120 Saturday 11 May 2024 16:38:07 +0000 (0:00:00.021) 0:02:13.904 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:133 Saturday 11 May 2024 16:38:07 +0000 (0:00:00.020) 0:02:13.925 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:147 Saturday 11 May 2024 16:38:07 +0000 (0:00:00.021) 0:02:13.946 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:146 Saturday 11 May 2024 16:38:07 +0000 (0:00:00.022) 0:02:13.968 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 11 May 2024 16:38:07 +0000 (0:00:00.048) 0:02:14.017 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 11 May 2024 16:38:07 +0000 (0:00:00.059) 0:02:14.077 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 11 May 2024 16:38:07 +0000 (0:00:00.029) 0:02:14.106 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 11 May 2024 16:38:07 +0000 (0:00:00.029) 0:02:14.136 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 11 May 2024 16:38:08 +0000 (0:00:00.028) 0:02:14.164 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 11 May 2024 16:38:08 +0000 (0:00:00.035) 0:02:14.200 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 11 May 2024 16:38:08 +0000 (0:00:00.026) 0:02:14.226 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 11 May 2024 16:38:08 +0000 (0:00:00.024) 0:02:14.251 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 11 May 2024 16:38:08 +0000 (0:00:00.026) 0:02:14.278 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 11 May 2024 16:38:08 +0000 (0:00:00.291) 0:02:14.569 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 11 May 2024 16:38:08 +0000 (0:00:00.028) 0:02:14.598 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1715445423.5038917, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1715445389.7237833, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6977014, "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": "3833574264", "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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 11 May 2024 16:38:08 +0000 (0:00:00.283) 0:02:14.882 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 11 May 2024 16:38:08 +0000 (0:00:00.019) 0:02:14.901 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 11 May 2024 16:38:08 +0000 (0:00:00.019) 0:02:14.921 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 11 May 2024 16:38:08 +0000 (0:00:00.018) 0:02:14.939 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 11 May 2024 16:38:08 +0000 (0:00:00.019) 0:02:14.959 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 11 May 2024 16:38:08 +0000 (0:00:00.018) 0:02:14.978 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 11 May 2024 16:38:08 +0000 (0:00:00.045) 0:02:15.023 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 11 May 2024 16:38:08 +0000 (0:00:00.020) 0:02:15.043 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 11 May 2024 16:38:08 +0000 (0:00:00.019) 0:02:15.063 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 11 May 2024 16:38:08 +0000 (0:00:00.034) 0:02:15.097 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 11 May 2024 16:38:08 +0000 (0:00:00.024) 0:02:15.122 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 11 May 2024 16:38:09 +0000 (0:00:00.021) 0:02:15.143 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 11 May 2024 16:38:09 +0000 (0:00:00.040) 0:02:15.184 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:220 Saturday 11 May 2024 16:38:09 +0000 (0:00:00.030) 0:02:15.215 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:224 Saturday 11 May 2024 16:38:09 +0000 (0:00:00.019) 0:02:15.234 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Saturday 11 May 2024 16:38:09 +0000 (0:00:00.039) 0:02:15.274 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 11 May 2024 16:38:09 +0000 (0:00:00.032) 0:02:15.306 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 11 May 2024 16:38:09 +0000 (0:00:00.019) 0:02:15.326 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 11 May 2024 16:38:09 +0000 (0:00:00.018) 0:02:15.345 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:7 Saturday 11 May 2024 16:38:09 +0000 (0:00:00.019) 0:02:15.365 ********** TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:23 Saturday 11 May 2024 16:38:09 +0000 (0:00:00.020) 0:02:15.385 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:47 Saturday 11 May 2024 16:38:10 +0000 (0:00:00.816) 0:02:16.202 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:56 Saturday 11 May 2024 16:38:10 +0000 (0:00:00.321) 0:02:16.523 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:66 Saturday 11 May 2024 16:38:10 +0000 (0:00:00.022) 0:02:16.546 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:78 Saturday 11 May 2024 16:38:10 +0000 (0:00:00.021) 0:02:16.568 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:90 Saturday 11 May 2024 16:38:11 +0000 (0:00:00.746) 0:02:17.314 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:119 Saturday 11 May 2024 16:38:11 +0000 (0:00:00.024) 0:02:17.338 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:135 Saturday 11 May 2024 16:38:11 +0000 (0:00:00.025) 0:02:17.363 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:153 Saturday 11 May 2024 16:38:11 +0000 (0:00:00.025) 0:02:17.389 ********** TASK [linux-system-roles.podman : Handle credential files - absent] ************ task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:159 Saturday 11 May 2024 16:38:11 +0000 (0:00:00.028) 0:02:17.417 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:168 Saturday 11 May 2024 16:38:11 +0000 (0:00:00.023) 0:02:17.441 ********** 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-ciyyg0rtm4/tests/tests_auth_and_security.yml:146 Saturday 11 May 2024 16:38:11 +0000 (0:00:00.019) 0:02:17.460 ********** changed: [sut] => { "changed": true, "checksum": "b819d75ccfa3c80e53a58ff6bf6cebaa53935c90", "dest": "/tmp/lsr_3kgq2jkp_podman/auth.json", "md5sum": "f15cd4419e7120618eaac8d321813d3d", "remote_checksum": "b819d75ccfa3c80e53a58ff6bf6cebaa53935c90", "remote_md5sum": null } TASK [Provide a credentials file - root] *************************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/tests_auth_and_security.yml:152 Saturday 11 May 2024 16:38:11 +0000 (0:00:00.383) 0:02:17.844 ********** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 11 May 2024 16:38:11 +0000 (0:00:00.056) 0:02:17.900 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 11 May 2024 16:38:11 +0000 (0:00:00.034) 0:02:17.935 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 11 May 2024 16:38:11 +0000 (0:00:00.029) 0:02:17.964 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 11 May 2024 16:38:11 +0000 (0:00:00.025) 0:02:17.990 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 11 May 2024 16:38:11 +0000 (0:00:00.025) 0:02:18.015 ********** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/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-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 11 May 2024 16:38:11 +0000 (0:00:00.052) 0:02:18.068 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 11 May 2024 16:38:13 +0000 (0:00:01.947) 0:02:20.015 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 11 May 2024 16:38:13 +0000 (0:00:00.020) 0:02:20.035 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 11 May 2024 16:38:13 +0000 (0:00:00.023) 0:02:20.059 ********** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.045253", "end": "2024-05-11 16:38:14.193398", "rc": 0, "start": "2024-05-11 16:38:14.148145" } STDOUT: podman version 4.9.4-dev TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Saturday 11 May 2024 16:38:14 +0000 (0:00:00.307) 0:02:20.367 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Saturday 11 May 2024 16:38:14 +0000 (0:00:00.020) 0:02:20.387 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Saturday 11 May 2024 16:38:14 +0000 (0:00:00.019) 0:02:20.407 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Saturday 11 May 2024 16:38:14 +0000 (0:00:00.037) 0:02:20.445 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 11 May 2024 16:38:14 +0000 (0:00:00.036) 0:02:20.481 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 11 May 2024 16:38:14 +0000 (0:00:00.023) 0:02:20.505 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 11 May 2024 16:38:14 +0000 (0:00:00.023) 0:02:20.528 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 11 May 2024 16:38:14 +0000 (0:00:00.024) 0:02:20.553 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 11 May 2024 16:38:14 +0000 (0:00:00.255) 0:02:20.809 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 11 May 2024 16:38:14 +0000 (0:00:00.025) 0:02:20.834 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1715445423.5038917, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1715445389.7237833, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6977014, "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": "3833574264", "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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 11 May 2024 16:38:14 +0000 (0:00:00.256) 0:02:21.091 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 11 May 2024 16:38:14 +0000 (0:00:00.020) 0:02:21.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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 11 May 2024 16:38:14 +0000 (0:00:00.019) 0:02:21.130 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 11 May 2024 16:38:15 +0000 (0:00:00.019) 0:02:21.150 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 11 May 2024 16:38:15 +0000 (0:00:00.020) 0:02:21.171 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 11 May 2024 16:38:15 +0000 (0:00:00.020) 0:02:21.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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 11 May 2024 16:38:15 +0000 (0:00:00.020) 0:02:21.212 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 11 May 2024 16:38:15 +0000 (0:00:00.020) 0:02:21.232 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Saturday 11 May 2024 16:38:15 +0000 (0:00:00.021) 0:02:21.254 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Saturday 11 May 2024 16:38:15 +0000 (0:00:00.026) 0:02:21.281 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 11 May 2024 16:38:15 +0000 (0:00:00.041) 0:02:21.322 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 11 May 2024 16:38:15 +0000 (0:00:00.019) 0:02:21.341 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Saturday 11 May 2024 16:38:15 +0000 (0:00:00.018) 0:02:21.360 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 11 May 2024 16:38:15 +0000 (0:00:00.065) 0:02:21.425 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 11 May 2024 16:38:15 +0000 (0:00:00.020) 0:02:21.446 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Saturday 11 May 2024 16:38:15 +0000 (0:00:00.018) 0:02:21.464 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 11 May 2024 16:38:15 +0000 (0:00:00.037) 0:02:21.501 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 11 May 2024 16:38:15 +0000 (0:00:00.019) 0:02:21.521 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Saturday 11 May 2024 16:38:15 +0000 (0:00:00.019) 0:02:21.540 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 11 May 2024 16:38:15 +0000 (0:00:00.037) 0:02:21.578 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 11 May 2024 16:38:15 +0000 (0:00:00.019) 0:02:21.597 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 11 May 2024 16:38:15 +0000 (0:00:00.018) 0:02:21.615 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 11 May 2024 16:38:15 +0000 (0:00:00.019) 0:02:21.635 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Saturday 11 May 2024 16:38:15 +0000 (0:00:00.020) 0:02:21.656 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Saturday 11 May 2024 16:38:15 +0000 (0:00:00.025) 0:02:21.682 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Saturday 11 May 2024 16:38:15 +0000 (0:00:00.020) 0:02:21.702 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Saturday 11 May 2024 16:38:15 +0000 (0:00:00.018) 0:02:21.721 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:123 Saturday 11 May 2024 16:38:15 +0000 (0:00:00.018) 0:02:21.739 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:3 Saturday 11 May 2024 16:38:15 +0000 (0:00:00.074) 0:02:21.814 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:11 Saturday 11 May 2024 16:38:15 +0000 (0:00:00.022) 0:02:21.836 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 11 May 2024 16:38:15 +0000 (0:00:00.033) 0:02:21.870 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 11 May 2024 16:38:15 +0000 (0:00:00.024) 0:02:21.894 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 11 May 2024 16:38:15 +0000 (0:00:00.023) 0:02:21.918 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 11 May 2024 16:38:15 +0000 (0:00:00.027) 0:02:21.945 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 11 May 2024 16:38:16 +0000 (0:00:00.304) 0:02:22.250 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 11 May 2024 16:38:16 +0000 (0:00:00.025) 0:02:22.276 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1715445423.5038917, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1715445389.7237833, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6977014, "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": "3833574264", "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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 11 May 2024 16:38:16 +0000 (0:00:00.288) 0:02:22.564 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 11 May 2024 16:38:16 +0000 (0:00:00.020) 0:02:22.585 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 11 May 2024 16:38:16 +0000 (0:00:00.027) 0:02:22.612 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 11 May 2024 16:38:16 +0000 (0:00:00.021) 0:02:22.634 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 11 May 2024 16:38:16 +0000 (0:00:00.020) 0:02:22.655 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 11 May 2024 16:38:16 +0000 (0:00:00.019) 0:02:22.674 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 11 May 2024 16:38:16 +0000 (0:00:00.053) 0:02:22.728 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 11 May 2024 16:38:16 +0000 (0:00:00.021) 0:02:22.749 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set credential variables] ******************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:17 Saturday 11 May 2024 16:38:16 +0000 (0:00:00.023) 0:02:22.773 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:45 Saturday 11 May 2024 16:38:16 +0000 (0:00:00.029) 0:02:22.802 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:53 Saturday 11 May 2024 16:38:16 +0000 (0:00:00.307) 0:02:23.109 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:63 Saturday 11 May 2024 16:38:17 +0000 (0:00:00.763) 0:02:23.873 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:80 Saturday 11 May 2024 16:38:17 +0000 (0:00:00.021) 0:02:23.894 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:86 Saturday 11 May 2024 16:38:17 +0000 (0:00:00.019) 0:02:23.914 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:94 Saturday 11 May 2024 16:38:17 +0000 (0:00:00.018) 0:02:23.932 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Saturday 11 May 2024 16:38:17 +0000 (0:00:00.018) 0:02:23.951 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:139 Saturday 11 May 2024 16:38:17 +0000 (0:00:00.016) 0:02:23.968 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:14 Saturday 11 May 2024 16:38:17 +0000 (0:00:00.048) 0:02:24.017 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:34 Saturday 11 May 2024 16:38:17 +0000 (0:00:00.023) 0:02:24.041 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:60 Saturday 11 May 2024 16:38:17 +0000 (0:00:00.055) 0:02:24.096 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:66 Saturday 11 May 2024 16:38:17 +0000 (0:00:00.022) 0:02:24.118 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 11 May 2024 16:38:18 +0000 (0:00:00.034) 0:02:24.153 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 11 May 2024 16:38:18 +0000 (0:00:00.023) 0:02:24.177 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 11 May 2024 16:38:18 +0000 (0:00:00.023) 0:02:24.200 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 11 May 2024 16:38:18 +0000 (0:00:00.025) 0:02:24.226 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 11 May 2024 16:38:18 +0000 (0:00:00.301) 0:02:24.527 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 11 May 2024 16:38:18 +0000 (0:00:00.025) 0:02:24.553 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1715445423.5038917, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1715445389.7237833, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6977014, "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": "3833574264", "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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 11 May 2024 16:38:18 +0000 (0:00:00.282) 0:02:24.835 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 11 May 2024 16:38:18 +0000 (0:00:00.019) 0:02:24.855 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 11 May 2024 16:38:18 +0000 (0:00:00.019) 0:02:24.874 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 11 May 2024 16:38:18 +0000 (0:00:00.018) 0:02:24.892 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 11 May 2024 16:38:18 +0000 (0:00:00.018) 0:02:24.911 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 11 May 2024 16:38:18 +0000 (0:00:00.018) 0:02:24.930 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 11 May 2024 16:38:18 +0000 (0:00:00.018) 0:02:24.948 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 11 May 2024 16:38:18 +0000 (0:00:00.049) 0:02:24.998 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:71 Saturday 11 May 2024 16:38:18 +0000 (0:00:00.019) 0:02:25.018 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:80 Saturday 11 May 2024 16:38:18 +0000 (0:00:00.018) 0:02:25.037 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:94 Saturday 11 May 2024 16:38:18 +0000 (0:00:00.030) 0:02:25.067 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:100 Saturday 11 May 2024 16:38:18 +0000 (0:00:00.020) 0:02:25.087 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:108 Saturday 11 May 2024 16:38:18 +0000 (0:00:00.022) 0:02:25.110 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:123 Saturday 11 May 2024 16:38:18 +0000 (0:00:00.023) 0:02:25.134 ********** 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.009309", "end": "2024-05-11 16:38:19.259675", "rc": 0, "start": "2024-05-11 16:38:19.250366" } 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:131 Saturday 11 May 2024 16:38:19 +0000 (0:00:00.298) 0:02:25.432 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:135 Saturday 11 May 2024 16:38:19 +0000 (0:00:00.018) 0:02:25.451 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:2 Saturday 11 May 2024 16:38:19 +0000 (0:00:00.041) 0:02:25.493 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 11 May 2024 16:38:19 +0000 (0:00:00.033) 0:02:25.526 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 11 May 2024 16:38:19 +0000 (0:00:00.018) 0:02:25.544 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 11 May 2024 16:38:19 +0000 (0:00:00.018) 0:02:25.563 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:7 Saturday 11 May 2024 16:38:19 +0000 (0:00:00.017) 0:02:25.581 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:23 Saturday 11 May 2024 16:38:19 +0000 (0:00:00.018) 0:02:25.599 ********** TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:39 Saturday 11 May 2024 16:38:19 +0000 (0:00:00.048) 0:02:25.648 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:72 Saturday 11 May 2024 16:38:20 +0000 (0:00:00.817) 0:02:26.465 ********** ok: [sut] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1715445469.8186674, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fb0097683a2e5c8909a8037d64ddc1b350aed0be", "ctime": 1715445469.372679, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 383779140, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1715445469.1666846, "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": "4058934896", "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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:80 Saturday 11 May 2024 16:38:20 +0000 (0:00:00.284) 0:02:26.750 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:89 Saturday 11 May 2024 16:38:20 +0000 (0:00:00.288) 0:02:27.039 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:99 Saturday 11 May 2024 16:38:21 +0000 (0:00:00.678) 0:02:27.717 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:108 Saturday 11 May 2024 16:38:22 +0000 (0:00:00.426) 0:02:28.144 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Enable service] ****************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:120 Saturday 11 May 2024 16:38:22 +0000 (0:00:00.021) 0:02:28.165 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:133 Saturday 11 May 2024 16:38:22 +0000 (0:00:00.020) 0:02:28.186 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:147 Saturday 11 May 2024 16:38:22 +0000 (0:00:00.021) 0:02:28.207 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:146 Saturday 11 May 2024 16:38:22 +0000 (0:00:00.020) 0:02:28.228 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 11 May 2024 16:38:22 +0000 (0:00:00.077) 0:02:28.305 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 11 May 2024 16:38:22 +0000 (0:00:00.026) 0:02:28.331 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 11 May 2024 16:38:22 +0000 (0:00:00.023) 0:02:28.355 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 11 May 2024 16:38:22 +0000 (0:00:00.019) 0:02:28.374 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 11 May 2024 16:38:22 +0000 (0:00:00.027) 0:02:28.401 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 11 May 2024 16:38:22 +0000 (0:00:00.034) 0:02:28.436 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 11 May 2024 16:38:22 +0000 (0:00:00.022) 0:02:28.459 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 11 May 2024 16:38:22 +0000 (0:00:00.023) 0:02:28.483 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 11 May 2024 16:38:22 +0000 (0:00:00.025) 0:02:28.508 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 11 May 2024 16:38:22 +0000 (0:00:00.267) 0:02:28.776 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 11 May 2024 16:38:22 +0000 (0:00:00.025) 0:02:28.801 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1715445423.5038917, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1715445389.7237833, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6977014, "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": "3833574264", "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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 11 May 2024 16:38:22 +0000 (0:00:00.270) 0:02:29.072 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 11 May 2024 16:38:22 +0000 (0:00:00.019) 0:02:29.092 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 11 May 2024 16:38:22 +0000 (0:00:00.048) 0:02:29.141 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 11 May 2024 16:38:23 +0000 (0:00:00.020) 0:02:29.161 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 11 May 2024 16:38:23 +0000 (0:00:00.030) 0:02:29.191 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 11 May 2024 16:38:23 +0000 (0:00:00.020) 0:02:29.211 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 11 May 2024 16:38:23 +0000 (0:00:00.022) 0:02:29.234 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 11 May 2024 16:38:23 +0000 (0:00:00.022) 0:02:29.256 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 11 May 2024 16:38:23 +0000 (0:00:00.022) 0:02:29.279 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 11 May 2024 16:38:23 +0000 (0:00:00.036) 0:02:29.315 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 11 May 2024 16:38:23 +0000 (0:00:00.021) 0:02:29.337 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 11 May 2024 16:38:23 +0000 (0:00:00.021) 0:02:29.358 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 11 May 2024 16:38:23 +0000 (0:00:00.039) 0:02:29.398 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:220 Saturday 11 May 2024 16:38:23 +0000 (0:00:00.023) 0:02:29.422 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:224 Saturday 11 May 2024 16:38:23 +0000 (0:00:00.020) 0:02:29.443 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Saturday 11 May 2024 16:38:23 +0000 (0:00:00.042) 0:02:29.485 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 11 May 2024 16:38:23 +0000 (0:00:00.035) 0:02:29.520 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 11 May 2024 16:38:23 +0000 (0:00:00.020) 0:02:29.541 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 11 May 2024 16:38:23 +0000 (0:00:00.029) 0:02:29.571 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:7 Saturday 11 May 2024 16:38:23 +0000 (0:00:00.054) 0:02:29.625 ********** TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:23 Saturday 11 May 2024 16:38:23 +0000 (0:00:00.018) 0:02:29.644 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:47 Saturday 11 May 2024 16:38:24 +0000 (0:00:00.774) 0:02:30.419 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:56 Saturday 11 May 2024 16:38:24 +0000 (0:00:00.291) 0:02:30.710 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:66 Saturday 11 May 2024 16:38:24 +0000 (0:00:00.019) 0:02:30.730 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:78 Saturday 11 May 2024 16:38:24 +0000 (0:00:00.020) 0:02:30.750 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:90 Saturday 11 May 2024 16:38:25 +0000 (0:00:00.678) 0:02:31.429 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:119 Saturday 11 May 2024 16:38:25 +0000 (0:00:00.021) 0:02:31.451 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:135 Saturday 11 May 2024 16:38:25 +0000 (0:00:00.020) 0:02:31.471 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:153 Saturday 11 May 2024 16:38:25 +0000 (0:00:00.021) 0:02:31.492 ********** TASK [linux-system-roles.podman : Handle credential files - absent] ************ task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:159 Saturday 11 May 2024 16:38:25 +0000 (0:00:00.016) 0:02:31.509 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:3 Saturday 11 May 2024 16:38:25 +0000 (0:00:00.077) 0:02:31.586 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:11 Saturday 11 May 2024 16:38:25 +0000 (0:00:00.021) 0:02:31.608 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 11 May 2024 16:38:25 +0000 (0:00:00.032) 0:02:31.641 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 11 May 2024 16:38:25 +0000 (0:00:00.023) 0:02:31.664 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 11 May 2024 16:38:25 +0000 (0:00:00.025) 0:02:31.689 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 11 May 2024 16:38:25 +0000 (0:00:00.026) 0:02:31.716 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 11 May 2024 16:38:25 +0000 (0:00:00.259) 0:02:31.976 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 11 May 2024 16:38:25 +0000 (0:00:00.025) 0:02:32.001 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1715445423.5038917, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1715445389.7237833, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6977014, "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": "3833574264", "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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 11 May 2024 16:38:26 +0000 (0:00:00.262) 0:02:32.263 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 11 May 2024 16:38:26 +0000 (0:00:00.019) 0:02:32.283 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 11 May 2024 16:38:26 +0000 (0:00:00.019) 0:02:32.303 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 11 May 2024 16:38:26 +0000 (0:00:00.019) 0:02:32.322 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 11 May 2024 16:38:26 +0000 (0:00:00.018) 0:02:32.341 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 11 May 2024 16:38:26 +0000 (0:00:00.018) 0:02:32.359 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 11 May 2024 16:38:26 +0000 (0:00:00.048) 0:02:32.408 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 11 May 2024 16:38:26 +0000 (0:00:00.020) 0:02:32.428 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set credential variables] ******************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:17 Saturday 11 May 2024 16:38:26 +0000 (0:00:00.019) 0:02:32.448 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:45 Saturday 11 May 2024 16:38:26 +0000 (0:00:00.028) 0:02:32.476 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:53 Saturday 11 May 2024 16:38:26 +0000 (0:00:00.019) 0:02:32.496 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:63 Saturday 11 May 2024 16:38:26 +0000 (0:00:00.019) 0:02:32.516 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:80 Saturday 11 May 2024 16:38:26 +0000 (0:00:00.021) 0:02:32.537 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:86 Saturday 11 May 2024 16:38:26 +0000 (0:00:00.019) 0:02:32.556 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:94 Saturday 11 May 2024 16:38:26 +0000 (0:00:00.020) 0:02:32.576 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:168 Saturday 11 May 2024 16:38:26 +0000 (0:00:00.019) 0:02:32.596 ********** 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-ciyyg0rtm4/tests/tests_auth_and_security.yml:164 Saturday 11 May 2024 16:38:26 +0000 (0:00:00.017) 0:02:32.614 ********** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 11 May 2024 16:38:26 +0000 (0:00:00.061) 0:02:32.675 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 11 May 2024 16:38:26 +0000 (0:00:00.033) 0:02:32.708 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 11 May 2024 16:38:26 +0000 (0:00:00.024) 0:02:32.733 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 11 May 2024 16:38:26 +0000 (0:00:00.018) 0:02:32.751 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 11 May 2024 16:38:26 +0000 (0:00:00.057) 0:02:32.808 ********** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/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-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 11 May 2024 16:38:26 +0000 (0:00:00.050) 0:02:32.859 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 11 May 2024 16:38:28 +0000 (0:00:01.931) 0:02:34.791 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 11 May 2024 16:38:28 +0000 (0:00:00.020) 0:02:34.811 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 11 May 2024 16:38:28 +0000 (0:00:00.023) 0:02:34.835 ********** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.042539", "end": "2024-05-11 16:38:28.986351", "rc": 0, "start": "2024-05-11 16:38:28.943812" } STDOUT: podman version 4.9.4-dev TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Saturday 11 May 2024 16:38:29 +0000 (0:00:00.345) 0:02:35.181 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Saturday 11 May 2024 16:38:29 +0000 (0:00:00.021) 0:02:35.203 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Saturday 11 May 2024 16:38:29 +0000 (0:00:00.020) 0:02:35.224 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Saturday 11 May 2024 16:38:29 +0000 (0:00:00.039) 0:02:35.263 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 11 May 2024 16:38:29 +0000 (0:00:00.038) 0:02:35.302 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 11 May 2024 16:38:29 +0000 (0:00:00.027) 0:02:35.329 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 11 May 2024 16:38:29 +0000 (0:00:00.026) 0:02:35.356 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 11 May 2024 16:38:29 +0000 (0:00:00.027) 0:02: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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 11 May 2024 16:38:29 +0000 (0:00:00.292) 0:02:35.676 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 11 May 2024 16:38:29 +0000 (0:00:00.025) 0:02:35.702 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1715445423.5038917, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1715445389.7237833, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6977014, "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": "3833574264", "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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 11 May 2024 16:38:29 +0000 (0:00:00.283) 0:02:35.986 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 11 May 2024 16:38:29 +0000 (0:00:00.020) 0:02:36.006 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 11 May 2024 16:38:29 +0000 (0:00:00.019) 0:02:36.026 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 11 May 2024 16:38:29 +0000 (0:00:00.019) 0:02:36.045 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 11 May 2024 16:38:29 +0000 (0:00:00.050) 0:02:36.095 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 11 May 2024 16:38:29 +0000 (0:00:00.020) 0:02:36.116 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 11 May 2024 16:38:29 +0000 (0:00:00.019) 0:02:36.135 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 11 May 2024 16:38:30 +0000 (0:00:00.018) 0:02:36.153 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Saturday 11 May 2024 16:38:30 +0000 (0:00:00.019) 0:02:36.172 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Saturday 11 May 2024 16:38:30 +0000 (0:00:00.025) 0:02:36.198 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 11 May 2024 16:38:30 +0000 (0:00:00.035) 0:02:36.234 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 11 May 2024 16:38:30 +0000 (0:00:00.018) 0:02:36.252 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Saturday 11 May 2024 16:38:30 +0000 (0:00:00.018) 0:02:36.271 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 11 May 2024 16:38:30 +0000 (0:00:00.037) 0:02:36.309 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 11 May 2024 16:38:30 +0000 (0:00:00.020) 0:02:36.329 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Saturday 11 May 2024 16:38:30 +0000 (0:00:00.020) 0:02:36.350 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 11 May 2024 16:38:30 +0000 (0:00:00.037) 0:02:36.387 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 11 May 2024 16:38:30 +0000 (0:00:00.018) 0:02:36.405 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Saturday 11 May 2024 16:38:30 +0000 (0:00:00.018) 0:02:36.424 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 11 May 2024 16:38:30 +0000 (0:00:00.068) 0:02:36.492 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 11 May 2024 16:38:30 +0000 (0:00:00.020) 0:02:36.513 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 11 May 2024 16:38:30 +0000 (0:00:00.019) 0:02:36.533 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 11 May 2024 16:38:30 +0000 (0:00:00.020) 0:02:36.553 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Saturday 11 May 2024 16:38:30 +0000 (0:00:00.019) 0:02:36.573 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Saturday 11 May 2024 16:38:30 +0000 (0:00:00.019) 0:02:36.593 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Saturday 11 May 2024 16:38:30 +0000 (0:00:00.018) 0:02:36.611 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Saturday 11 May 2024 16:38:30 +0000 (0:00:00.018) 0:02:36.630 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:3 Saturday 11 May 2024 16:38:30 +0000 (0:00:00.044) 0:02:36.674 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:10 Saturday 11 May 2024 16:38:30 +0000 (0:00:00.019) 0:02:36.694 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:15 Saturday 11 May 2024 16:38:30 +0000 (0:00:00.020) 0:02:36.714 ********** ok: [sut] => { "ansible_facts": { "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:19 Saturday 11 May 2024 16:38:30 +0000 (0:00:00.020) 0:02:36.734 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 11 May 2024 16:38:30 +0000 (0:00:00.033) 0:02:36.767 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 11 May 2024 16:38:30 +0000 (0:00:00.022) 0:02:36.790 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 11 May 2024 16:38:30 +0000 (0:00:00.023) 0:02:36.814 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 11 May 2024 16:38:30 +0000 (0:00:00.058) 0:02:36.872 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 11 May 2024 16:38:31 +0000 (0:00:00.298) 0:02:37.171 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 11 May 2024 16:38:31 +0000 (0:00:00.025) 0:02:37.197 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1715445423.5038917, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1715445389.7237833, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6977014, "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": "3833574264", "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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 11 May 2024 16:38:31 +0000 (0:00:00.281) 0:02:37.479 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 11 May 2024 16:38:31 +0000 (0:00:00.020) 0:02:37.499 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 11 May 2024 16:38:31 +0000 (0:00:00.020) 0:02:37.519 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 11 May 2024 16:38:31 +0000 (0:00:00.021) 0:02:37.541 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 11 May 2024 16:38:31 +0000 (0:00:00.019) 0:02:37.561 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 11 May 2024 16:38:31 +0000 (0:00:00.020) 0:02:37.581 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 11 May 2024 16:38:31 +0000 (0:00:00.019) 0:02:37.600 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 11 May 2024 16:38:31 +0000 (0:00:00.026) 0:02:37.626 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:24 Saturday 11 May 2024 16:38:31 +0000 (0:00:00.019) 0:02:37.646 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:29 Saturday 11 May 2024 16:38:31 +0000 (0:00:00.025) 0:02:37.672 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:36 Saturday 11 May 2024 16:38:31 +0000 (0:00:00.021) 0:02:37.694 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:70 Saturday 11 May 2024 16:38:31 +0000 (0:00:00.028) 0:02:37.723 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure certs.d files] ************************ task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:78 Saturday 11 May 2024 16:38:31 +0000 (0:00:00.021) 0:02:37.744 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:95 Saturday 11 May 2024 16:38:31 +0000 (0:00:00.028) 0:02:37.772 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:102 Saturday 11 May 2024 16:38:31 +0000 (0:00:00.099) 0:02:37.872 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:110 Saturday 11 May 2024 16:38:31 +0000 (0:00:00.021) 0:02:37.893 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:123 Saturday 11 May 2024 16:38:31 +0000 (0:00:00.020) 0:02:37.914 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:3 Saturday 11 May 2024 16:38:31 +0000 (0:00:00.049) 0:02:37.964 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:11 Saturday 11 May 2024 16:38:31 +0000 (0:00:00.021) 0:02:37.985 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 11 May 2024 16:38:31 +0000 (0:00:00.035) 0:02:38.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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 11 May 2024 16:38:31 +0000 (0:00:00.024) 0:02:38.045 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 11 May 2024 16:38:31 +0000 (0:00:00.024) 0:02:38.069 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 11 May 2024 16:38:31 +0000 (0:00:00.026) 0:02:38.095 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 11 May 2024 16:38:32 +0000 (0:00:00.301) 0:02:38.397 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 11 May 2024 16:38:32 +0000 (0:00:00.026) 0:02:38.423 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1715445423.5038917, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1715445389.7237833, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6977014, "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": "3833574264", "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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 11 May 2024 16:38:32 +0000 (0:00:00.287) 0:02:38.711 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 11 May 2024 16:38:32 +0000 (0:00:00.022) 0:02:38.733 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 11 May 2024 16:38:32 +0000 (0:00:00.059) 0:02:38.792 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 11 May 2024 16:38:32 +0000 (0:00:00.020) 0:02:38.812 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 11 May 2024 16:38:32 +0000 (0:00:00.020) 0:02:38.833 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 11 May 2024 16:38:32 +0000 (0:00:00.020) 0:02:38.853 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 11 May 2024 16:38:32 +0000 (0:00:00.019) 0:02:38.873 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 11 May 2024 16:38:32 +0000 (0:00:00.020) 0:02:38.894 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set credential variables] ******************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:17 Saturday 11 May 2024 16:38:32 +0000 (0:00:00.019) 0:02:38.914 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:45 Saturday 11 May 2024 16:38:32 +0000 (0:00:00.029) 0:02:38.943 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:53 Saturday 11 May 2024 16:38:32 +0000 (0:00:00.020) 0:02:38.963 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:63 Saturday 11 May 2024 16:38:32 +0000 (0:00:00.020) 0:02:38.983 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:80 Saturday 11 May 2024 16:38:32 +0000 (0:00:00.021) 0:02:39.005 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:86 Saturday 11 May 2024 16:38:32 +0000 (0:00:00.020) 0:02:39.025 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:94 Saturday 11 May 2024 16:38:32 +0000 (0:00:00.020) 0:02:39.046 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Saturday 11 May 2024 16:38:32 +0000 (0:00:00.019) 0:02:39.065 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:139 Saturday 11 May 2024 16:38:32 +0000 (0:00:00.017) 0:02:39.083 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:14 Saturday 11 May 2024 16:38:32 +0000 (0:00:00.051) 0:02:39.134 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:34 Saturday 11 May 2024 16:38:33 +0000 (0:00:00.029) 0:02:39.163 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:60 Saturday 11 May 2024 16:38:33 +0000 (0:00:00.068) 0:02:39.232 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:66 Saturday 11 May 2024 16:38:33 +0000 (0:00:00.025) 0:02:39.257 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 11 May 2024 16:38:33 +0000 (0:00:00.037) 0:02:39.295 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 11 May 2024 16:38:33 +0000 (0:00:00.025) 0:02:39.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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 11 May 2024 16:38:33 +0000 (0:00:00.024) 0:02:39.345 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 11 May 2024 16:38:33 +0000 (0:00:00.027) 0:02:39.373 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 11 May 2024 16:38:33 +0000 (0:00:00.312) 0:02:39.685 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 11 May 2024 16:38:33 +0000 (0:00:00.028) 0:02:39.714 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1715445423.5038917, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1715445389.7237833, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6977014, "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": "3833574264", "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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 11 May 2024 16:38:33 +0000 (0:00:00.317) 0:02:40.032 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 11 May 2024 16:38:33 +0000 (0:00:00.032) 0:02:40.065 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 11 May 2024 16:38:33 +0000 (0:00:00.024) 0:02:40.089 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 11 May 2024 16:38:33 +0000 (0:00:00.030) 0:02:40.120 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 11 May 2024 16:38:34 +0000 (0:00:00.032) 0:02:40.152 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 11 May 2024 16:38:34 +0000 (0:00:00.024) 0:02:40.177 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 11 May 2024 16:38:34 +0000 (0:00:00.026) 0:02:40.204 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 11 May 2024 16:38:34 +0000 (0:00:00.019) 0:02:40.224 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:71 Saturday 11 May 2024 16:38:34 +0000 (0:00:00.075) 0:02:40.299 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:80 Saturday 11 May 2024 16:38:34 +0000 (0:00:00.024) 0:02:40.323 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:94 Saturday 11 May 2024 16:38:34 +0000 (0:00:00.036) 0:02:40.359 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:100 Saturday 11 May 2024 16:38:34 +0000 (0:00:00.022) 0:02:40.382 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:108 Saturday 11 May 2024 16:38:34 +0000 (0:00:00.021) 0:02:40.403 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:123 Saturday 11 May 2024 16:38:34 +0000 (0:00:00.023) 0:02:40.427 ********** 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.010489", "end": "2024-05-11 16:38:34.535099", "rc": 0, "start": "2024-05-11 16:38:34.524610" } 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:131 Saturday 11 May 2024 16:38:34 +0000 (0:00:00.285) 0:02:40.712 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:2 Saturday 11 May 2024 16:38:34 +0000 (0:00:00.043) 0:02:40.756 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:10 Saturday 11 May 2024 16:38:34 +0000 (0:00:00.020) 0:02:40.776 ********** 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-11 16:37:53 UTC", "ActiveEnterTimestampMonotonic": "936044627", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "-.mount network-online.target systemd-journald.socket system-podman\\x2dkube.slice sysinit.target basic.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-05-11 16:37:52 UTC", "AssertTimestampMonotonic": "934807509", "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-11 16:37:52 UTC", "ConditionTimestampMonotonic": "934807507", "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": "16320", "ExecMainStartTimestamp": "Sat 2024-05-11 16:37:53 UTC", "ExecMainStartTimestampMonotonic": "936044595", "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-11 16:37:52 UTC] ; stop_time=[n/a] ; pid=16182 ; 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-11 16:37:52 UTC", "InactiveExitTimestampMonotonic": "934808487", "InvocationID": "782307eb71ef46838dd680c2f3dbd7c6", "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": "16320", "MemoryAccounting": "yes", "MemoryCurrent": "32063488", "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": "system-podman\\x2dkube.slice sysinit.target -.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]", "StateChangeTimestamp": "Sat 2024-05-11 16:37:53 UTC", "StateChangeTimestampMonotonic": "936044627", "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-11 16:37:53 UTC", "WatchdogTimestampMonotonic": "936044623", "WatchdogUSec": "0" } } TASK [linux-system-roles.podman : Check if kube file exists] ******************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:28 Saturday 11 May 2024 16:38:35 +0000 (0:00:01.311) 0:02:42.088 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1715445469.8186674, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fb0097683a2e5c8909a8037d64ddc1b350aed0be", "ctime": 1715445469.372679, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 383779140, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1715445469.1666846, "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": "4058934896", "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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:33 Saturday 11 May 2024 16:38:36 +0000 (0:00:00.203) 0:02:42.292 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:45 Saturday 11 May 2024 16:38:36 +0000 (0:00:00.314) 0:02:42.606 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:50 Saturday 11 May 2024 16:38:36 +0000 (0:00:00.207) 0:02:42.814 ********** changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.037145", "end": "2024-05-11 16:38:36.887053", "rc": 0, "start": "2024-05-11 16:38:36.849908" } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:59 Saturday 11 May 2024 16:38:36 +0000 (0:00:00.242) 0:02:43.057 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 11 May 2024 16:38:36 +0000 (0:00:00.032) 0:02:43.089 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 11 May 2024 16:38:36 +0000 (0:00:00.019) 0:02:43.109 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 11 May 2024 16:38:36 +0000 (0:00:00.018) 0:02:43.128 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:135 Saturday 11 May 2024 16:38:37 +0000 (0:00:00.018) 0:02:43.146 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:146 Saturday 11 May 2024 16:38:37 +0000 (0:00:00.018) 0:02:43.165 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 11 May 2024 16:38:37 +0000 (0:00:00.053) 0:02:43.218 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 11 May 2024 16:38:37 +0000 (0:00:00.024) 0:02:43.242 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 11 May 2024 16:38:37 +0000 (0:00:00.023) 0:02:43.266 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 11 May 2024 16:38:37 +0000 (0:00:00.053) 0:02:43.320 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 11 May 2024 16:38:37 +0000 (0:00:00.028) 0:02:43.349 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 11 May 2024 16:38:37 +0000 (0:00:00.034) 0:02:43.384 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 11 May 2024 16:38:37 +0000 (0:00:00.023) 0:02:43.407 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 11 May 2024 16:38:37 +0000 (0:00:00.023) 0:02:43.431 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 11 May 2024 16:38:37 +0000 (0:00:00.025) 0:02:43.457 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 11 May 2024 16:38:37 +0000 (0:00:00.210) 0:02:43.667 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 11 May 2024 16:38:37 +0000 (0:00:00.024) 0:02:43.692 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1715445423.5038917, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1715445389.7237833, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6977014, "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": "3833574264", "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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 11 May 2024 16:38:37 +0000 (0:00:00.205) 0:02:43.898 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 11 May 2024 16:38:37 +0000 (0:00:00.020) 0:02:43.918 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 11 May 2024 16:38:37 +0000 (0:00:00.018) 0:02:43.936 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 11 May 2024 16:38:37 +0000 (0:00:00.018) 0:02:43.955 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 11 May 2024 16:38:37 +0000 (0:00:00.020) 0:02:43.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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 11 May 2024 16:38:37 +0000 (0:00:00.018) 0:02:43.993 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 11 May 2024 16:38:37 +0000 (0:00:00.018) 0:02:44.012 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 11 May 2024 16:38:37 +0000 (0:00:00.018) 0:02:44.030 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 11 May 2024 16:38:37 +0000 (0:00:00.053) 0:02:44.083 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 11 May 2024 16:38:37 +0000 (0:00:00.035) 0:02:44.118 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 11 May 2024 16:38:37 +0000 (0:00:00.020) 0:02:44.139 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 11 May 2024 16:38:38 +0000 (0:00:00.019) 0:02:44.158 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 11 May 2024 16:38:38 +0000 (0:00:00.038) 0:02:44.196 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:220 Saturday 11 May 2024 16:38:38 +0000 (0:00:00.023) 0:02:44.219 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Saturday 11 May 2024 16:38:38 +0000 (0:00:00.040) 0:02:44.260 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 Saturday 11 May 2024 16:38:38 +0000 (0:00:00.019) 0:02:44.279 ********** 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": "system.slice -.mount systemd-journald.socket 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": "system.slice -.mount 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:33 Saturday 11 May 2024 16:38:38 +0000 (0:00:00.507) 0:02:44.787 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:39 Saturday 11 May 2024 16:38:38 +0000 (0:00:00.211) 0:02:44.998 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 11 May 2024 16:38:38 +0000 (0:00:00.032) 0:02:45.031 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 11 May 2024 16:38:38 +0000 (0:00:00.021) 0:02:45.052 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 11 May 2024 16:38:38 +0000 (0:00:00.019) 0:02:45.071 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:47 Saturday 11 May 2024 16:38:38 +0000 (0:00:00.054) 0:02:45.126 ********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:56 Saturday 11 May 2024 16:38:39 +0000 (0:00:00.471) 0:02:45.597 ********** changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.036795", "end": "2024-05-11 16:38:39.669176", "rc": 0, "start": "2024-05-11 16:38:39.632381" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:64 Saturday 11 May 2024 16:38:39 +0000 (0:00:00.242) 0:02:45.840 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:224 Saturday 11 May 2024 16:38:39 +0000 (0:00:00.022) 0:02:45.863 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:153 Saturday 11 May 2024 16:38:39 +0000 (0:00:00.019) 0:02:45.883 ********** TASK [linux-system-roles.podman : Handle credential files - absent] ************ task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:159 Saturday 11 May 2024 16:38:39 +0000 (0:00:00.019) 0:02:45.902 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:3 Saturday 11 May 2024 16:38:39 +0000 (0:00:00.055) 0:02:45.958 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:11 Saturday 11 May 2024 16:38:39 +0000 (0:00:00.021) 0:02:45.980 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 11 May 2024 16:38:39 +0000 (0:00:00.033) 0:02:46.013 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 11 May 2024 16:38:39 +0000 (0:00:00.024) 0:02:46.038 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 11 May 2024 16:38:39 +0000 (0:00:00.025) 0:02:46.063 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 11 May 2024 16:38:39 +0000 (0:00:00.028) 0:02:46.092 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 11 May 2024 16:38:40 +0000 (0:00:00.247) 0:02:46.339 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 11 May 2024 16:38:40 +0000 (0:00:00.025) 0:02:46.365 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1715445423.5038917, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1715445389.7237833, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6977014, "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": "3833574264", "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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 11 May 2024 16:38:40 +0000 (0:00:00.208) 0:02:46.573 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 11 May 2024 16:38:40 +0000 (0:00:00.019) 0:02:46.593 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 11 May 2024 16:38:40 +0000 (0:00:00.020) 0:02:46.613 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 11 May 2024 16:38:40 +0000 (0:00:00.019) 0:02:46.632 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 11 May 2024 16:38:40 +0000 (0:00:00.019) 0:02:46.652 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 11 May 2024 16:38:40 +0000 (0:00:00.018) 0:02:46.670 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 11 May 2024 16:38:40 +0000 (0:00:00.019) 0:02:46.690 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 11 May 2024 16:38:40 +0000 (0:00:00.019) 0:02:46.709 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set credential variables] ******************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:17 Saturday 11 May 2024 16:38:40 +0000 (0:00:00.018) 0:02:46.728 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:45 Saturday 11 May 2024 16:38:40 +0000 (0:00:00.028) 0:02:46.757 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:53 Saturday 11 May 2024 16:38:40 +0000 (0:00:00.019) 0:02:46.776 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:63 Saturday 11 May 2024 16:38:40 +0000 (0:00:00.019) 0:02:46.796 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:80 Saturday 11 May 2024 16:38:40 +0000 (0:00:00.020) 0:02:46.816 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:86 Saturday 11 May 2024 16:38:40 +0000 (0:00:00.209) 0:02:47.026 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:94 Saturday 11 May 2024 16:38:41 +0000 (0:00:00.321) 0:02:47.347 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:168 Saturday 11 May 2024 16:38:41 +0000 (0:00:00.214) 0:02:47.562 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:3 Saturday 11 May 2024 16:38:41 +0000 (0:00:00.057) 0:02:47.619 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:10 Saturday 11 May 2024 16:38:41 +0000 (0:00:00.020) 0:02:47.640 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:15 Saturday 11 May 2024 16:38:41 +0000 (0:00:00.020) 0:02:47.660 ********** ok: [sut] => { "ansible_facts": { "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:19 Saturday 11 May 2024 16:38:41 +0000 (0:00:00.020) 0:02:47.680 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 11 May 2024 16:38:41 +0000 (0:00:00.033) 0:02:47.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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 11 May 2024 16:38:41 +0000 (0:00:00.023) 0:02:47.738 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 11 May 2024 16:38:41 +0000 (0:00:00.023) 0:02:47.762 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 11 May 2024 16:38:41 +0000 (0:00:00.026) 0:02:47.788 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 11 May 2024 16:38:41 +0000 (0:00:00.211) 0:02:47.999 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 11 May 2024 16:38:41 +0000 (0:00:00.024) 0:02:48.024 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1715445423.5038917, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1715445389.7237833, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6977014, "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": "3833574264", "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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 11 May 2024 16:38:42 +0000 (0:00:00.210) 0:02:48.234 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 11 May 2024 16:38:42 +0000 (0:00:00.056) 0:02:48.291 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 11 May 2024 16:38:42 +0000 (0:00:00.020) 0:02:48.311 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 11 May 2024 16:38:42 +0000 (0:00:00.020) 0:02:48.331 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 11 May 2024 16:38:42 +0000 (0:00:00.018) 0:02:48.350 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 11 May 2024 16:38:42 +0000 (0:00:00.019) 0:02:48.369 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 11 May 2024 16:38:42 +0000 (0:00:00.020) 0:02:48.389 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 11 May 2024 16:38:42 +0000 (0:00:00.019) 0:02:48.409 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:24 Saturday 11 May 2024 16:38:42 +0000 (0:00:00.019) 0:02:48.428 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:29 Saturday 11 May 2024 16:38:42 +0000 (0:00:00.023) 0:02:48.452 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:36 Saturday 11 May 2024 16:38:42 +0000 (0:00:00.020) 0:02:48.472 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:70 Saturday 11 May 2024 16:38:42 +0000 (0:00:00.026) 0:02:48.499 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure certs.d files] ************************ task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:78 Saturday 11 May 2024 16:38:42 +0000 (0:00:00.019) 0:02:48.518 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:95 Saturday 11 May 2024 16:38:42 +0000 (0:00:00.026) 0:02:48.545 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:102 Saturday 11 May 2024 16:38:42 +0000 (0:00:00.583) 0:02:49.129 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:110 Saturday 11 May 2024 16:38:43 +0000 (0:00:00.206) 0:02:49.335 ********** 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-ciyyg0rtm4/tests/tests_auth_and_security.yml:178 Saturday 11 May 2024 16:38:43 +0000 (0:00:00.247) 0:02:49.582 ********** 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-ciyyg0rtm4/tests/tests_auth_and_security.yml:183 Saturday 11 May 2024 16:38:43 +0000 (0:00:00.378) 0:02:49.961 ********** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 11 May 2024 16:38:43 +0000 (0:00:00.068) 0:02:50.030 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 11 May 2024 16:38:43 +0000 (0:00:00.033) 0:02:50.063 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 11 May 2024 16:38:43 +0000 (0:00:00.024) 0:02:50.087 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 11 May 2024 16:38:43 +0000 (0:00:00.018) 0:02:50.106 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 11 May 2024 16:38:43 +0000 (0:00:00.018) 0:02:50.124 ********** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/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-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 11 May 2024 16:38:44 +0000 (0:00:00.048) 0:02:50.173 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 11 May 2024 16:38:45 +0000 (0:00:01.369) 0:02:51.543 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 11 May 2024 16:38:45 +0000 (0:00:00.020) 0:02:51.563 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 11 May 2024 16:38:45 +0000 (0:00:00.024) 0:02:51.587 ********** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.032853", "end": "2024-05-11 16:38:45.654033", "rc": 0, "start": "2024-05-11 16:38:45.621180" } STDOUT: podman version 4.9.4-dev TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Saturday 11 May 2024 16:38:45 +0000 (0:00:00.239) 0:02:51.827 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Saturday 11 May 2024 16:38:45 +0000 (0:00:00.021) 0:02:51.849 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Saturday 11 May 2024 16:38:45 +0000 (0:00:00.020) 0:02:51.870 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Saturday 11 May 2024 16:38:45 +0000 (0:00:00.038) 0:02:51.908 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 11 May 2024 16:38:45 +0000 (0:00:00.036) 0:02:51.945 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 11 May 2024 16:38:45 +0000 (0:00:00.024) 0:02:51.970 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 11 May 2024 16:38:45 +0000 (0:00:00.024) 0:02:51.994 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 11 May 2024 16:38:45 +0000 (0:00:00.026) 0:02:52.020 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 11 May 2024 16:38:46 +0000 (0:00:00.220) 0:02:52.241 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 11 May 2024 16:38:46 +0000 (0:00:00.025) 0:02:52.267 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1715445423.5038917, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1715445389.7237833, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6977014, "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": "3833574264", "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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 11 May 2024 16:38:46 +0000 (0:00:00.210) 0:02:52.477 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 11 May 2024 16:38:46 +0000 (0:00:00.020) 0:02:52.498 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 11 May 2024 16:38:46 +0000 (0:00:00.020) 0:02:52.518 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 11 May 2024 16:38:46 +0000 (0:00:00.020) 0:02:52.539 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 11 May 2024 16:38:46 +0000 (0:00:00.020) 0:02:52.559 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 11 May 2024 16:38:46 +0000 (0:00:00.021) 0:02:52.580 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 11 May 2024 16:38:46 +0000 (0:00:00.019) 0:02:52.600 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 11 May 2024 16:38:46 +0000 (0:00:00.020) 0:02:52.621 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Saturday 11 May 2024 16:38:46 +0000 (0:00:00.019) 0:02:52.641 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Saturday 11 May 2024 16:38:46 +0000 (0:00:00.028) 0:02:52.669 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 11 May 2024 16:38:46 +0000 (0:00:00.038) 0:02:52.707 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 11 May 2024 16:38:46 +0000 (0:00:00.022) 0:02:52.729 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Saturday 11 May 2024 16:38:46 +0000 (0:00:00.020) 0:02:52.749 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 11 May 2024 16:38:46 +0000 (0:00:00.068) 0:02:52.818 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 11 May 2024 16:38:46 +0000 (0:00:00.019) 0:02:52.838 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Saturday 11 May 2024 16:38:46 +0000 (0:00:00.019) 0:02:52.858 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 11 May 2024 16:38:46 +0000 (0:00:00.037) 0:02:52.895 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 11 May 2024 16:38:46 +0000 (0:00:00.019) 0:02:52.915 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Saturday 11 May 2024 16:38:46 +0000 (0:00:00.018) 0:02:52.933 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 11 May 2024 16:38:46 +0000 (0:00:00.038) 0:02:52.971 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 11 May 2024 16:38:46 +0000 (0:00:00.020) 0:02:52.991 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 11 May 2024 16:38:46 +0000 (0:00:00.021) 0:02:53.013 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 11 May 2024 16:38:46 +0000 (0:00:00.020) 0:02:53.033 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Saturday 11 May 2024 16:38:46 +0000 (0:00:00.019) 0:02:53.053 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Saturday 11 May 2024 16:38:46 +0000 (0:00:00.020) 0:02:53.073 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Saturday 11 May 2024 16:38:46 +0000 (0:00:00.018) 0:02:53.092 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Saturday 11 May 2024 16:38:46 +0000 (0:00:00.018) 0:02:53.111 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:3 Saturday 11 May 2024 16:38:47 +0000 (0:00:00.045) 0:02:53.156 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:10 Saturday 11 May 2024 16:38:47 +0000 (0:00:00.051) 0:02:53.208 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:15 Saturday 11 May 2024 16:38:47 +0000 (0:00:00.020) 0:02:53.229 ********** ok: [sut] => { "ansible_facts": { "__podman_rootless": true }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:19 Saturday 11 May 2024 16:38:47 +0000 (0:00:00.020) 0:02:53.250 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 11 May 2024 16:38:47 +0000 (0:00:00.033) 0:02:53.284 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 11 May 2024 16:38:47 +0000 (0:00:00.210) 0:02:53.494 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 11 May 2024 16:38:47 +0000 (0:00:00.024) 0:02:53.518 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 11 May 2024 16:38:47 +0000 (0:00:00.026) 0:02:53.545 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 11 May 2024 16:38:47 +0000 (0:00:00.210) 0:02:53.756 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 11 May 2024 16:38:47 +0000 (0:00:00.025) 0:02:53.781 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1715445423.5038917, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1715445389.7237833, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6977014, "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": "3833574264", "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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 11 May 2024 16:38:47 +0000 (0:00:00.207) 0:02:53.989 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.004056", "end": "2024-05-11 16:38:48.028238", "rc": 0, "start": "2024-05-11 16:38:48.024182" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 11 May 2024 16:38:48 +0000 (0:00:00.208) 0:02:54.198 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003812", "end": "2024-05-11 16:38:48.237475", "rc": 0, "start": "2024-05-11 16:38:48.233663" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 11 May 2024 16:38:48 +0000 (0:00:00.209) 0:02:54.407 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 11 May 2024 16:38:48 +0000 (0:00:00.029) 0:02:54.437 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 11 May 2024 16:38:48 +0000 (0:00:00.056) 0:02:54.493 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 11 May 2024 16:38:48 +0000 (0:00:00.020) 0:02:54.513 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 11 May 2024 16:38:48 +0000 (0:00:00.020) 0:02:54.534 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 11 May 2024 16:38:48 +0000 (0:00:00.019) 0:02:54.553 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:24 Saturday 11 May 2024 16:38:48 +0000 (0:00:00.019) 0:02:54.573 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:29 Saturday 11 May 2024 16:38:48 +0000 (0:00:00.024) 0:02:54.597 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:36 Saturday 11 May 2024 16:38:48 +0000 (0:00:00.021) 0:02:54.618 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:70 Saturday 11 May 2024 16:38:48 +0000 (0:00:00.026) 0:02:54.645 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:78 Saturday 11 May 2024 16:38:48 +0000 (0:00:00.218) 0:02:54.864 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:95 Saturday 11 May 2024 16:38:49 +0000 (0:00:00.573) 0:02:55.437 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:102 Saturday 11 May 2024 16:38:49 +0000 (0:00:00.031) 0:02:55.468 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:110 Saturday 11 May 2024 16:38:49 +0000 (0:00:00.020) 0:02:55.489 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:123 Saturday 11 May 2024 16:38:49 +0000 (0:00:00.020) 0:02:55.510 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:3 Saturday 11 May 2024 16:38:49 +0000 (0:00:00.049) 0:02:55.560 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:11 Saturday 11 May 2024 16:38:49 +0000 (0:00:00.058) 0:02:55.618 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 11 May 2024 16:38:49 +0000 (0:00:00.033) 0:02:55.652 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 11 May 2024 16:38:49 +0000 (0:00:00.024) 0:02:55.677 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 11 May 2024 16:38:49 +0000 (0:00:00.023) 0:02:55.701 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 11 May 2024 16:38:49 +0000 (0:00:00.028) 0:02:55.730 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 11 May 2024 16:38:49 +0000 (0:00:00.211) 0:02:55.942 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 11 May 2024 16:38:49 +0000 (0:00:00.025) 0:02:55.967 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1715445423.5038917, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1715445389.7237833, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6977014, "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": "3833574264", "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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 11 May 2024 16:38:50 +0000 (0:00:00.199) 0:02:56.167 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.003804", "end": "2024-05-11 16:38:50.199833", "rc": 0, "start": "2024-05-11 16:38:50.196029" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 11 May 2024 16:38:50 +0000 (0:00:00.202) 0:02:56.369 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003733", "end": "2024-05-11 16:38:50.401079", "rc": 0, "start": "2024-05-11 16:38:50.397346" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 11 May 2024 16:38:50 +0000 (0:00:00.200) 0:02:56.570 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 11 May 2024 16:38:50 +0000 (0:00:00.029) 0:02:56.600 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 11 May 2024 16:38:50 +0000 (0:00:00.020) 0:02:56.620 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 11 May 2024 16:38:50 +0000 (0:00:00.019) 0:02:56.640 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 11 May 2024 16:38:50 +0000 (0:00:00.019) 0:02:56.659 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 11 May 2024 16:38:50 +0000 (0:00:00.019) 0:02:56.678 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set credential variables] ******************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:17 Saturday 11 May 2024 16:38:50 +0000 (0:00:00.054) 0:02:56.733 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:45 Saturday 11 May 2024 16:38:50 +0000 (0:00:00.070) 0:02:56.803 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:53 Saturday 11 May 2024 16:38:50 +0000 (0:00:00.208) 0:02:57.012 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:63 Saturday 11 May 2024 16:38:50 +0000 (0:00:00.021) 0:02:57.034 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:80 Saturday 11 May 2024 16:38:51 +0000 (0:00:00.530) 0:02:57.564 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:86 Saturday 11 May 2024 16:38:51 +0000 (0:00:00.020) 0:02:57.585 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:94 Saturday 11 May 2024 16:38:51 +0000 (0:00:00.020) 0:02:57.605 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Saturday 11 May 2024 16:38:51 +0000 (0:00:00.019) 0:02:57.625 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:139 Saturday 11 May 2024 16:38:51 +0000 (0:00:00.019) 0:02:57.645 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:14 Saturday 11 May 2024 16:38:51 +0000 (0:00:00.053) 0:02:57.698 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:34 Saturday 11 May 2024 16:38:51 +0000 (0:00:00.027) 0:02:57.726 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:60 Saturday 11 May 2024 16:38:51 +0000 (0:00:00.029) 0:02:57.756 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:66 Saturday 11 May 2024 16:38:51 +0000 (0:00:00.022) 0:02:57.778 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 11 May 2024 16:38:51 +0000 (0:00:00.077) 0:02:57.855 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 11 May 2024 16:38:51 +0000 (0:00:00.026) 0:02:57.882 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 11 May 2024 16:38:51 +0000 (0:00:00.024) 0:02:57.906 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 11 May 2024 16:38:51 +0000 (0:00:00.027) 0:02:57.934 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 11 May 2024 16:38:51 +0000 (0:00:00.202) 0:02:58.137 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 11 May 2024 16:38:52 +0000 (0:00:00.028) 0:02:58.166 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1715445423.5038917, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1715445389.7237833, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6977014, "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": "3833574264", "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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 11 May 2024 16:38:52 +0000 (0:00:00.212) 0:02:58.378 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.003828", "end": "2024-05-11 16:38:52.420893", "rc": 0, "start": "2024-05-11 16:38:52.417065" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 11 May 2024 16:38:52 +0000 (0:00:00.213) 0:02:58.591 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003872", "end": "2024-05-11 16:38:52.634004", "rc": 0, "start": "2024-05-11 16:38:52.630132" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 11 May 2024 16:38:52 +0000 (0:00:00.213) 0:02:58.805 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 11 May 2024 16:38:52 +0000 (0:00:00.031) 0:02:58.836 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 11 May 2024 16:38:52 +0000 (0:00:00.019) 0:02:58.856 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 11 May 2024 16:38:52 +0000 (0:00:00.020) 0:02:58.876 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 11 May 2024 16:38:52 +0000 (0:00:00.019) 0:02:58.895 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 11 May 2024 16:38:52 +0000 (0:00:00.019) 0:02:58.915 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:71 Saturday 11 May 2024 16:38:52 +0000 (0:00:00.018) 0:02:58.933 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:80 Saturday 11 May 2024 16:38:52 +0000 (0:00:00.053) 0:02:58.987 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:94 Saturday 11 May 2024 16:38:52 +0000 (0:00:00.031) 0:02:59.019 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:100 Saturday 11 May 2024 16:38:52 +0000 (0:00:00.020) 0:02:59.039 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:108 Saturday 11 May 2024 16:38:52 +0000 (0:00:00.021) 0:02:59.061 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:123 Saturday 11 May 2024 16:38:52 +0000 (0:00:00.023) 0:02:59.084 ********** 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.006296", "end": "2024-05-11 16:38:53.128113", "rc": 0, "start": "2024-05-11 16:38:53.121817" } 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:131 Saturday 11 May 2024 16:38:53 +0000 (0:00:00.214) 0:02:59.299 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:135 Saturday 11 May 2024 16:38:53 +0000 (0:00:00.022) 0:02:59.321 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:2 Saturday 11 May 2024 16:38:53 +0000 (0:00:00.045) 0:02:59.366 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 11 May 2024 16:38:53 +0000 (0:00:00.036) 0:02:59.402 ********** changed: [sut] => { "changed": true, "cmd": [ "loginctl", "enable-linger", "auth_test_user1" ], "delta": "0:00:00.025207", "end": "2024-05-11 16:38:53.464348", "rc": 0, "start": "2024-05-11 16:38:53.439141" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 11 May 2024 16:38:53 +0000 (0:00:00.238) 0:02:59.640 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 11 May 2024 16:38:53 +0000 (0:00:00.024) 0:02:59.665 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:7 Saturday 11 May 2024 16:38:53 +0000 (0:00:00.022) 0:02:59.688 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:23 Saturday 11 May 2024 16:38:53 +0000 (0:00:00.019) 0:02:59.708 ********** TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:39 Saturday 11 May 2024 16:38:53 +0000 (0:00:00.019) 0:02:59.727 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:72 Saturday 11 May 2024 16:38:55 +0000 (0:00:01.474) 0:03:01.202 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:80 Saturday 11 May 2024 16:38:55 +0000 (0:00:00.201) 0:03:01.403 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:89 Saturday 11 May 2024 16:38:55 +0000 (0:00:00.215) 0:03:01.618 ********** 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-1715445535.5149088-7179-117050807837972/source", "state": "file", "uid": 2001 } TASK [linux-system-roles.podman : Update containers/pods] ********************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:99 Saturday 11 May 2024 16:38:56 +0000 (0:00:00.550) 0:03:02.168 ********** 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: f3cb3b2c3a6ddecfb7c8191e175f47fa68264b5d5c0eb0f265a44286a2a34fc3 Container: 8b439cd9d8f1d4f5f2e41f00673f7fc810bc4ff5b5843f3595808efc52d067e5 TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:108 Saturday 11 May 2024 16:38:57 +0000 (0:00:01.115) 0:03:03.284 ********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Enable service] ****************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:120 Saturday 11 May 2024 16:38:57 +0000 (0:00:00.513) 0:03:03.798 ********** 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": "basic.target -.mount run-user-2001.mount podman\\x2dkube.slice 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": "/home/auth_test_user1 /run/user/2001/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": "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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:133 Saturday 11 May 2024 16:38:58 +0000 (0:00:00.424) 0:03:04.222 ********** 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": "shutdown.target default.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": "/home/auth_test_user1 /run/user/2001/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": "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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:147 Saturday 11 May 2024 16:38:59 +0000 (0:00:01.128) 0:03:05.351 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:146 Saturday 11 May 2024 16:38:59 +0000 (0:00:00.021) 0:03:05.372 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 11 May 2024 16:38:59 +0000 (0:00:00.055) 0:03:05.427 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 11 May 2024 16:38:59 +0000 (0:00:00.024) 0:03:05.452 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 11 May 2024 16:38:59 +0000 (0:00:00.026) 0:03:05.479 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 11 May 2024 16:38:59 +0000 (0:00:00.020) 0:03:05.499 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 11 May 2024 16:38:59 +0000 (0:00:00.029) 0:03:05.529 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 11 May 2024 16:38:59 +0000 (0:00:00.034) 0:03:05.564 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 11 May 2024 16:38:59 +0000 (0:00:00.024) 0:03:05.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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 11 May 2024 16:38:59 +0000 (0:00:00.060) 0:03:05.649 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 11 May 2024 16:38:59 +0000 (0:00:00.027) 0:03:05.676 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 11 May 2024 16:38:59 +0000 (0:00:00.276) 0:03:05.953 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 11 May 2024 16:38:59 +0000 (0:00:00.027) 0:03:05.980 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1715445423.5038917, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1715445389.7237833, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6977014, "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": "3833574264", "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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 11 May 2024 16:39:00 +0000 (0:00:00.277) 0:03:06.258 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.005390", "end": "2024-05-11 16:39:00.353220", "rc": 0, "start": "2024-05-11 16:39:00.347830" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 11 May 2024 16:39:00 +0000 (0:00:00.270) 0:03:06.528 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.005077", "end": "2024-05-11 16:39:00.621987", "rc": 0, "start": "2024-05-11 16:39:00.616910" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 11 May 2024 16:39:00 +0000 (0:00:00.266) 0:03:06.794 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 11 May 2024 16:39:00 +0000 (0:00:00.028) 0:03:06.823 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 11 May 2024 16:39:00 +0000 (0:00:00.020) 0:03:06.843 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 11 May 2024 16:39:00 +0000 (0:00:00.021) 0:03:06.865 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 11 May 2024 16:39:00 +0000 (0:00:00.020) 0:03:06.885 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 11 May 2024 16:39:00 +0000 (0:00:00.021) 0:03:06.906 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 11 May 2024 16:39:00 +0000 (0:00:00.019) 0:03:06.926 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 11 May 2024 16:39:00 +0000 (0:00:00.037) 0:03:06.963 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 11 May 2024 16:39:00 +0000 (0:00:00.021) 0:03:06.984 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 11 May 2024 16:39:00 +0000 (0:00:00.064) 0:03:07.049 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 11 May 2024 16:39:00 +0000 (0:00:00.042) 0:03:07.091 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:220 Saturday 11 May 2024 16:39:00 +0000 (0:00:00.024) 0:03:07.116 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:224 Saturday 11 May 2024 16:39:00 +0000 (0:00:00.019) 0:03:07.136 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Saturday 11 May 2024 16:39:01 +0000 (0:00:00.040) 0:03:07.176 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 11 May 2024 16:39:01 +0000 (0:00:00.033) 0:03:07.209 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 11 May 2024 16:39:01 +0000 (0:00:00.277) 0:03:07.486 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 11 May 2024 16:39:01 +0000 (0:00:00.023) 0:03:07.510 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:7 Saturday 11 May 2024 16:39:01 +0000 (0:00:00.021) 0:03:07.531 ********** TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:23 Saturday 11 May 2024 16:39:01 +0000 (0:00:00.018) 0:03:07.550 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:47 Saturday 11 May 2024 16:39:02 +0000 (0:00:00.890) 0:03:08.441 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:56 Saturday 11 May 2024 16:39:02 +0000 (0:00:00.299) 0:03:08.740 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:66 Saturday 11 May 2024 16:39:02 +0000 (0:00:00.023) 0:03:08.764 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:78 Saturday 11 May 2024 16:39:02 +0000 (0:00:00.022) 0:03:08.787 ********** 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-1715445542.6847713-7381-273813199223269/source", "state": "file", "uid": 2001 } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:90 Saturday 11 May 2024 16:39:03 +0000 (0:00:00.775) 0:03:09.562 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:119 Saturday 11 May 2024 16:39:03 +0000 (0:00:00.022) 0:03:09.585 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:135 Saturday 11 May 2024 16:39:03 +0000 (0:00:00.023) 0:03:09.609 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:153 Saturday 11 May 2024 16:39:03 +0000 (0:00:00.024) 0:03:09.633 ********** TASK [linux-system-roles.podman : Handle credential files - absent] ************ task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:159 Saturday 11 May 2024 16:39:03 +0000 (0:00:00.019) 0:03:09.653 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:3 Saturday 11 May 2024 16:39:03 +0000 (0:00:00.054) 0:03:09.707 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:11 Saturday 11 May 2024 16:39:03 +0000 (0:00:00.021) 0:03:09.729 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 11 May 2024 16:39:03 +0000 (0:00:00.032) 0:03:09.761 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 11 May 2024 16:39:03 +0000 (0:00:00.062) 0:03:09.824 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 11 May 2024 16:39:03 +0000 (0:00:00.025) 0:03:09.849 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 11 May 2024 16:39:03 +0000 (0:00:00.028) 0:03:09.878 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 11 May 2024 16:39:04 +0000 (0:00:00.278) 0:03:10.156 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 11 May 2024 16:39:04 +0000 (0:00:00.025) 0:03:10.182 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1715445423.5038917, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1715445389.7237833, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6977014, "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": "3833574264", "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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 11 May 2024 16:39:04 +0000 (0:00:00.280) 0:03:10.462 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.005369", "end": "2024-05-11 16:39:04.595446", "rc": 0, "start": "2024-05-11 16:39:04.590077" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 11 May 2024 16:39:04 +0000 (0:00:00.306) 0:03:10.768 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.004581", "end": "2024-05-11 16:39:04.865180", "rc": 0, "start": "2024-05-11 16:39:04.860599" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 11 May 2024 16:39:04 +0000 (0:00:00.270) 0:03:11.039 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 11 May 2024 16:39:04 +0000 (0:00:00.032) 0:03:11.072 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 11 May 2024 16:39:04 +0000 (0:00:00.023) 0:03:11.096 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 11 May 2024 16:39:04 +0000 (0:00:00.020) 0:03:11.117 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 11 May 2024 16:39:04 +0000 (0:00:00.020) 0:03:11.137 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 11 May 2024 16:39:05 +0000 (0:00:00.025) 0:03:11.162 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set credential variables] ******************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:17 Saturday 11 May 2024 16:39:05 +0000 (0:00:00.021) 0:03:11.184 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:45 Saturday 11 May 2024 16:39:05 +0000 (0:00:00.166) 0:03:11.351 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:53 Saturday 11 May 2024 16:39:05 +0000 (0:00:00.022) 0:03:11.374 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:63 Saturday 11 May 2024 16:39:05 +0000 (0:00:00.022) 0:03:11.396 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:80 Saturday 11 May 2024 16:39:05 +0000 (0:00:00.021) 0:03:11.417 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:86 Saturday 11 May 2024 16:39:05 +0000 (0:00:00.021) 0:03:11.438 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:94 Saturday 11 May 2024 16:39:05 +0000 (0:00:00.020) 0:03:11.459 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:168 Saturday 11 May 2024 16:39:05 +0000 (0:00:00.019) 0:03:11.478 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:3 Saturday 11 May 2024 16:39:05 +0000 (0:00:00.059) 0:03:11.538 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:10 Saturday 11 May 2024 16:39:05 +0000 (0:00:00.020) 0:03:11.558 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:15 Saturday 11 May 2024 16:39:05 +0000 (0:00:00.019) 0:03:11.578 ********** ok: [sut] => { "ansible_facts": { "__podman_rootless": true }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:19 Saturday 11 May 2024 16:39:05 +0000 (0:00:00.020) 0:03:11.598 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 11 May 2024 16:39:05 +0000 (0:00:00.033) 0:03:11.631 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 11 May 2024 16:39:05 +0000 (0:00:00.023) 0:03:11.655 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 11 May 2024 16:39:05 +0000 (0:00:00.022) 0:03:11.677 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 11 May 2024 16:39:05 +0000 (0:00:00.027) 0:03:11.705 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 11 May 2024 16:39:05 +0000 (0:00:00.290) 0:03:11.995 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 11 May 2024 16:39:05 +0000 (0:00:00.025) 0:03:12.021 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1715445423.5038917, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1715445389.7237833, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6977014, "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": "3833574264", "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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 11 May 2024 16:39:06 +0000 (0:00:00.274) 0:03:12.295 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.003955", "end": "2024-05-11 16:39:06.402840", "rc": 0, "start": "2024-05-11 16:39:06.398885" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 11 May 2024 16:39:06 +0000 (0:00:00.279) 0:03:12.575 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.005513", "end": "2024-05-11 16:39:06.688184", "rc": 0, "start": "2024-05-11 16:39:06.682671" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 11 May 2024 16:39:06 +0000 (0:00:00.290) 0:03:12.866 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 11 May 2024 16:39:06 +0000 (0:00:00.028) 0:03:12.895 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 11 May 2024 16:39:06 +0000 (0:00:00.021) 0:03:12.916 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 11 May 2024 16:39:06 +0000 (0:00:00.019) 0:03:12.936 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 11 May 2024 16:39:06 +0000 (0:00:00.020) 0:03:12.956 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 11 May 2024 16:39:06 +0000 (0:00:00.020) 0:03:12.976 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:24 Saturday 11 May 2024 16:39:06 +0000 (0:00:00.019) 0:03:12.996 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:29 Saturday 11 May 2024 16:39:06 +0000 (0:00:00.024) 0:03:13.020 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:36 Saturday 11 May 2024 16:39:06 +0000 (0:00:00.020) 0:03:13.041 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:70 Saturday 11 May 2024 16:39:06 +0000 (0:00:00.027) 0:03:13.068 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure certs.d files] ************************ task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:78 Saturday 11 May 2024 16:39:06 +0000 (0:00:00.019) 0:03:13.088 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:95 Saturday 11 May 2024 16:39:07 +0000 (0:00:00.113) 0:03:13.201 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:102 Saturday 11 May 2024 16:39:07 +0000 (0:00:00.028) 0:03:13.230 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:110 Saturday 11 May 2024 16:39:07 +0000 (0:00:00.019) 0:03:13.250 ********** 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-ciyyg0rtm4/tests/tests_auth_and_security.yml:212 Saturday 11 May 2024 16:39:07 +0000 (0:00:00.020) 0:03:13.270 ********** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 11 May 2024 16:39:07 +0000 (0:00:00.032) 0:03:13.302 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 11 May 2024 16:39:07 +0000 (0:00:00.039) 0:03:13.342 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 11 May 2024 16:39:07 +0000 (0:00:00.040) 0:03:13.382 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 11 May 2024 16:39:07 +0000 (0:00:00.032) 0:03:13.415 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 11 May 2024 16:39:07 +0000 (0:00:00.020) 0:03:13.436 ********** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/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-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 11 May 2024 16:39:07 +0000 (0:00:00.053) 0:03:13.489 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 11 May 2024 16:39:09 +0000 (0:00:01.853) 0:03:15.343 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 11 May 2024 16:39:09 +0000 (0:00:00.021) 0:03:15.364 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 11 May 2024 16:39:09 +0000 (0:00:00.025) 0:03:15.390 ********** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.039688", "end": "2024-05-11 16:39:09.510425", "rc": 0, "start": "2024-05-11 16:39:09.470737" } STDOUT: podman version 4.9.4-dev TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Saturday 11 May 2024 16:39:09 +0000 (0:00:00.297) 0:03:15.687 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Saturday 11 May 2024 16:39:09 +0000 (0:00:00.021) 0:03:15.709 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Saturday 11 May 2024 16:39:09 +0000 (0:00:00.020) 0:03:15.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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Saturday 11 May 2024 16:39:09 +0000 (0:00:00.041) 0:03:15.771 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 11 May 2024 16:39:09 +0000 (0:00:00.040) 0:03:15.812 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 11 May 2024 16:39:09 +0000 (0:00:00.271) 0:03:16.083 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 11 May 2024 16:39:10 +0000 (0:00:00.065) 0:03:16.149 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 11 May 2024 16:39:10 +0000 (0:00:00.028) 0:03:16.178 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 11 May 2024 16:39:10 +0000 (0:00:00.289) 0:03:16.468 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 11 May 2024 16:39:10 +0000 (0:00:00.029) 0:03:16.498 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1715445423.5038917, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1715445389.7237833, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6977014, "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": "3833574264", "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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 11 May 2024 16:39:10 +0000 (0:00:00.300) 0:03:16.798 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 11 May 2024 16:39:10 +0000 (0:00:00.020) 0:03:16.818 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 11 May 2024 16:39:10 +0000 (0:00:00.020) 0:03:16.839 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 11 May 2024 16:39:10 +0000 (0:00:00.019) 0:03:16.858 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 11 May 2024 16:39:10 +0000 (0:00:00.020) 0:03:16.879 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 11 May 2024 16:39:10 +0000 (0:00:00.020) 0:03:16.899 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 11 May 2024 16:39:10 +0000 (0:00:00.018) 0:03:16.917 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 11 May 2024 16:39:10 +0000 (0:00:00.019) 0:03:16.936 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Saturday 11 May 2024 16:39:10 +0000 (0:00:00.018) 0:03:16.955 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Saturday 11 May 2024 16:39:10 +0000 (0:00:00.025) 0:03:16.980 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 11 May 2024 16:39:10 +0000 (0:00:00.038) 0:03:17.019 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 11 May 2024 16:39:10 +0000 (0:00:00.050) 0:03:17.069 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Saturday 11 May 2024 16:39:10 +0000 (0:00:00.019) 0:03:17.089 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 11 May 2024 16:39:10 +0000 (0:00:00.039) 0:03:17.129 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 11 May 2024 16:39:11 +0000 (0:00:00.019) 0:03:17.148 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Saturday 11 May 2024 16:39:11 +0000 (0:00:00.020) 0:03:17.169 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 11 May 2024 16:39:11 +0000 (0:00:00.042) 0:03:17.211 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 11 May 2024 16:39:11 +0000 (0:00:00.025) 0:03:17.237 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Saturday 11 May 2024 16:39:11 +0000 (0:00:00.022) 0:03:17.260 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 11 May 2024 16:39:11 +0000 (0:00:00.047) 0:03:17.307 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 11 May 2024 16:39:11 +0000 (0:00:00.024) 0:03:17.331 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 11 May 2024 16:39:11 +0000 (0:00:00.023) 0:03:17.355 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 11 May 2024 16:39:11 +0000 (0:00:00.021) 0:03:17.376 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Saturday 11 May 2024 16:39:11 +0000 (0:00:00.022) 0:03:17.398 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Saturday 11 May 2024 16:39:11 +0000 (0:00:00.020) 0:03:17.419 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Saturday 11 May 2024 16:39:11 +0000 (0:00:00.019) 0:03:17.439 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Saturday 11 May 2024 16:39:11 +0000 (0:00:00.049) 0:03:17.488 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:3 Saturday 11 May 2024 16:39:11 +0000 (0:00:00.049) 0:03:17.537 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:10 Saturday 11 May 2024 16:39:11 +0000 (0:00:00.020) 0:03:17.558 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:15 Saturday 11 May 2024 16:39:11 +0000 (0:00:00.021) 0:03:17.579 ********** ok: [sut] => { "ansible_facts": { "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:19 Saturday 11 May 2024 16:39:11 +0000 (0:00:00.021) 0:03:17.600 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 11 May 2024 16:39:11 +0000 (0:00:00.034) 0:03:17.635 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 11 May 2024 16:39:11 +0000 (0:00:00.024) 0:03:17.660 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 11 May 2024 16:39:11 +0000 (0:00:00.024) 0:03:17.684 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 11 May 2024 16:39:11 +0000 (0:00:00.027) 0:03:17.712 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 11 May 2024 16:39:11 +0000 (0:00:00.277) 0:03:17.989 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 11 May 2024 16:39:11 +0000 (0:00:00.027) 0:03:18.017 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1715445423.5038917, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1715445389.7237833, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6977014, "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": "3833574264", "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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 11 May 2024 16:39:12 +0000 (0:00:00.293) 0:03:18.311 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 11 May 2024 16:39:12 +0000 (0:00:00.020) 0:03:18.331 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 11 May 2024 16:39:12 +0000 (0:00:00.019) 0:03:18.351 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 11 May 2024 16:39:12 +0000 (0:00:00.056) 0:03:18.407 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 11 May 2024 16:39:12 +0000 (0:00:00.020) 0:03:18.428 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 11 May 2024 16:39:12 +0000 (0:00:00.019) 0:03:18.447 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 11 May 2024 16:39:12 +0000 (0:00:00.020) 0:03:18.467 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 11 May 2024 16:39:12 +0000 (0:00:00.018) 0:03:18.485 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:24 Saturday 11 May 2024 16:39:12 +0000 (0:00:00.019) 0:03:18.505 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:29 Saturday 11 May 2024 16:39:12 +0000 (0:00:00.026) 0:03:18.531 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:36 Saturday 11 May 2024 16:39:12 +0000 (0:00:00.024) 0:03:18.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 certs.d directory] ******************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:70 Saturday 11 May 2024 16:39:12 +0000 (0:00:00.028) 0:03:18.584 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure certs.d files] ************************ task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:78 Saturday 11 May 2024 16:39:12 +0000 (0:00:00.020) 0:03:18.604 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:95 Saturday 11 May 2024 16:39:12 +0000 (0:00:00.030) 0:03:18.635 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:102 Saturday 11 May 2024 16:39:12 +0000 (0:00:00.030) 0:03:18.665 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:110 Saturday 11 May 2024 16:39:12 +0000 (0:00:00.021) 0:03:18.687 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:123 Saturday 11 May 2024 16:39:12 +0000 (0:00:00.020) 0:03:18.707 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:3 Saturday 11 May 2024 16:39:12 +0000 (0:00:00.051) 0:03:18.759 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:11 Saturday 11 May 2024 16:39:12 +0000 (0:00:00.021) 0:03:18.780 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 11 May 2024 16:39:12 +0000 (0:00:00.069) 0:03:18.850 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 11 May 2024 16:39:12 +0000 (0:00:00.025) 0:03:18.876 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 11 May 2024 16:39:12 +0000 (0:00:00.025) 0:03:18.902 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 11 May 2024 16:39:12 +0000 (0:00:00.029) 0:03:18.931 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 11 May 2024 16:39:13 +0000 (0:00:00.287) 0:03:19.219 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 11 May 2024 16:39:13 +0000 (0:00:00.035) 0:03:19.255 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1715445423.5038917, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1715445389.7237833, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6977014, "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": "3833574264", "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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 11 May 2024 16:39:13 +0000 (0:00:00.293) 0:03:19.548 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 11 May 2024 16:39:13 +0000 (0:00:00.019) 0:03:19.568 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 11 May 2024 16:39:13 +0000 (0:00:00.020) 0:03:19.588 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 11 May 2024 16:39:13 +0000 (0:00:00.020) 0:03:19.608 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 11 May 2024 16:39:13 +0000 (0:00:00.019) 0:03:19.628 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 11 May 2024 16:39:13 +0000 (0:00:00.019) 0:03:19.647 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 11 May 2024 16:39:13 +0000 (0:00:00.018) 0:03:19.665 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 11 May 2024 16:39:13 +0000 (0:00:00.018) 0:03:19.684 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set credential variables] ******************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:17 Saturday 11 May 2024 16:39:13 +0000 (0:00:00.018) 0:03:19.703 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:45 Saturday 11 May 2024 16:39:13 +0000 (0:00:00.028) 0:03:19.731 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:53 Saturday 11 May 2024 16:39:13 +0000 (0:00:00.056) 0:03:19.788 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:63 Saturday 11 May 2024 16:39:13 +0000 (0:00:00.020) 0:03:19.808 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:80 Saturday 11 May 2024 16:39:13 +0000 (0:00:00.020) 0:03:19.828 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:86 Saturday 11 May 2024 16:39:13 +0000 (0:00:00.019) 0:03:19.847 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:94 Saturday 11 May 2024 16:39:13 +0000 (0:00:00.021) 0:03:19.868 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Saturday 11 May 2024 16:39:13 +0000 (0:00:00.020) 0:03:19.889 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:139 Saturday 11 May 2024 16:39:13 +0000 (0:00:00.018) 0:03:19.907 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:14 Saturday 11 May 2024 16:39:13 +0000 (0:00:00.056) 0:03:19.964 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:34 Saturday 11 May 2024 16:39:13 +0000 (0:00:00.026) 0:03:19.990 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:60 Saturday 11 May 2024 16:39:13 +0000 (0:00:00.028) 0:03:20.019 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:66 Saturday 11 May 2024 16:39:13 +0000 (0:00:00.021) 0:03:20.041 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 11 May 2024 16:39:13 +0000 (0:00:00.035) 0:03:20.076 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 11 May 2024 16:39:13 +0000 (0:00:00.023) 0:03:20.100 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 11 May 2024 16:39:13 +0000 (0:00:00.023) 0:03:20.124 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 11 May 2024 16:39:14 +0000 (0:00:00.026) 0:03:20.150 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 11 May 2024 16:39:14 +0000 (0:00:00.311) 0:03:20.462 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 11 May 2024 16:39:14 +0000 (0:00:00.027) 0:03:20.489 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1715445423.5038917, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1715445389.7237833, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6977014, "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": "3833574264", "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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 11 May 2024 16:39:14 +0000 (0:00:00.300) 0:03:20.789 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 11 May 2024 16:39:14 +0000 (0:00:00.019) 0:03:20.809 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 11 May 2024 16:39:14 +0000 (0:00:00.019) 0:03:20.829 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 11 May 2024 16:39:14 +0000 (0:00:00.018) 0:03:20.847 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 11 May 2024 16:39:14 +0000 (0:00:00.019) 0:03:20.867 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 11 May 2024 16:39:14 +0000 (0:00:00.018) 0:03:20.885 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 11 May 2024 16:39:14 +0000 (0:00:00.019) 0:03:20.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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 11 May 2024 16:39:14 +0000 (0:00:00.019) 0:03:20.925 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:71 Saturday 11 May 2024 16:39:14 +0000 (0:00:00.018) 0:03:20.943 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:80 Saturday 11 May 2024 16:39:14 +0000 (0:00:00.018) 0:03:20.962 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:94 Saturday 11 May 2024 16:39:14 +0000 (0:00:00.030) 0:03:20.993 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:100 Saturday 11 May 2024 16:39:14 +0000 (0:00:00.020) 0:03:21.013 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:108 Saturday 11 May 2024 16:39:14 +0000 (0:00:00.020) 0:03:21.034 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:123 Saturday 11 May 2024 16:39:14 +0000 (0:00:00.022) 0:03:21.056 ********** 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.009696", "end": "2024-05-11 16:39:15.158788", "rc": 0, "start": "2024-05-11 16:39:15.149092" } 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:131 Saturday 11 May 2024 16:39:15 +0000 (0:00:00.275) 0:03:21.332 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:2 Saturday 11 May 2024 16:39:15 +0000 (0:00:00.077) 0:03:21.409 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:10 Saturday 11 May 2024 16:39:15 +0000 (0:00:00.019) 0:03:21.429 ********** 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": "-.mount network-online.target sysinit.target basic.target system-podman\\x2dkube.slice 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": "system-podman\\x2dkube.slice sysinit.target -.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 : Check if kube file exists] ******************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:28 Saturday 11 May 2024 16:39:15 +0000 (0:00:00.458) 0:03:21.887 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.podman : Remove pod/containers] *********************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:33 Saturday 11 May 2024 16:39:16 +0000 (0:00:00.273) 0:03:22.161 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Remove kubernetes yaml file] ***************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:45 Saturday 11 May 2024 16:39:16 +0000 (0:00:00.022) 0:03:22.183 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:50 Saturday 11 May 2024 16:39:16 +0000 (0:00:00.279) 0:03:22.462 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:59 Saturday 11 May 2024 16:39:16 +0000 (0:00:00.021) 0:03:22.484 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 11 May 2024 16:39:16 +0000 (0:00:00.032) 0:03:22.517 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 11 May 2024 16:39:16 +0000 (0:00:00.021) 0:03:22.538 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 11 May 2024 16:39:16 +0000 (0:00:00.020) 0:03:22.559 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:135 Saturday 11 May 2024 16:39:16 +0000 (0:00:00.020) 0:03:22.579 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:146 Saturday 11 May 2024 16:39:16 +0000 (0:00:00.019) 0:03:22.598 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 11 May 2024 16:39:16 +0000 (0:00:00.092) 0:03:22.691 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 11 May 2024 16:39:16 +0000 (0:00:00.025) 0:03:22.717 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 11 May 2024 16:39:16 +0000 (0:00:00.024) 0:03:22.741 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 11 May 2024 16:39:16 +0000 (0:00:00.019) 0:03:22.760 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 11 May 2024 16:39:16 +0000 (0:00:00.027) 0:03:22.787 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 11 May 2024 16:39:16 +0000 (0:00:00.036) 0:03:22.824 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 11 May 2024 16:39:16 +0000 (0:00:00.024) 0:03:22.848 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 11 May 2024 16:39:16 +0000 (0:00:00.026) 0:03:22.875 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 11 May 2024 16:39:16 +0000 (0:00:00.027) 0:03:22.903 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 11 May 2024 16:39:17 +0000 (0:00:00.287) 0:03:23.191 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 11 May 2024 16:39:17 +0000 (0:00:00.025) 0:03:23.216 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1715445423.5038917, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1715445389.7237833, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6977014, "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": "3833574264", "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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 11 May 2024 16:39:17 +0000 (0:00:00.288) 0:03:23.505 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 11 May 2024 16:39:17 +0000 (0:00:00.019) 0:03:23.525 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 11 May 2024 16:39:17 +0000 (0:00:00.055) 0:03:23.581 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 11 May 2024 16:39:17 +0000 (0:00:00.021) 0:03:23.602 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 11 May 2024 16:39:17 +0000 (0:00:00.022) 0:03:23.625 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 11 May 2024 16:39:17 +0000 (0:00:00.020) 0:03:23.645 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 11 May 2024 16:39:17 +0000 (0:00:00.020) 0:03:23.665 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 11 May 2024 16:39:17 +0000 (0:00:00.021) 0:03:23.686 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 11 May 2024 16:39:17 +0000 (0:00:00.021) 0:03:23.708 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 11 May 2024 16:39:17 +0000 (0:00:00.038) 0:03:23.746 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 11 May 2024 16:39:17 +0000 (0:00:00.022) 0:03:23.768 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 11 May 2024 16:39:17 +0000 (0:00:00.021) 0:03:23.790 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 11 May 2024 16:39:17 +0000 (0:00:00.040) 0:03:23.831 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:220 Saturday 11 May 2024 16:39:17 +0000 (0:00:00.022) 0:03:23.854 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Saturday 11 May 2024 16:39:17 +0000 (0:00:00.041) 0:03:23.895 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 Saturday 11 May 2024 16:39:17 +0000 (0:00:00.019) 0:03:23.914 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:33 Saturday 11 May 2024 16:39:18 +0000 (0:00:00.436) 0:03:24.351 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:39 Saturday 11 May 2024 16:39:18 +0000 (0:00:00.332) 0:03:24.683 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 11 May 2024 16:39:18 +0000 (0:00:00.034) 0:03:24.717 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 11 May 2024 16:39:18 +0000 (0:00:00.020) 0:03:24.738 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 11 May 2024 16:39:18 +0000 (0:00:00.018) 0:03:24.757 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:47 Saturday 11 May 2024 16:39:18 +0000 (0:00:00.018) 0:03:24.776 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:56 Saturday 11 May 2024 16:39:18 +0000 (0:00:00.020) 0:03:24.796 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:64 Saturday 11 May 2024 16:39:18 +0000 (0:00:00.019) 0:03:24.816 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:224 Saturday 11 May 2024 16:39:18 +0000 (0:00:00.020) 0:03:24.836 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:153 Saturday 11 May 2024 16:39:18 +0000 (0:00:00.018) 0:03:24.855 ********** TASK [linux-system-roles.podman : Handle credential files - absent] ************ task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:159 Saturday 11 May 2024 16:39:18 +0000 (0:00:00.019) 0:03:24.874 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:3 Saturday 11 May 2024 16:39:18 +0000 (0:00:00.062) 0:03:24.936 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:11 Saturday 11 May 2024 16:39:18 +0000 (0:00:00.021) 0:03:24.957 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 11 May 2024 16:39:18 +0000 (0:00:00.033) 0:03:24.991 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 11 May 2024 16:39:18 +0000 (0:00:00.024) 0:03:25.015 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 11 May 2024 16:39:18 +0000 (0:00:00.068) 0:03:25.083 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 11 May 2024 16:39:18 +0000 (0:00:00.031) 0:03:25.114 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 11 May 2024 16:39:19 +0000 (0:00:00.289) 0:03:25.404 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 11 May 2024 16:39:19 +0000 (0:00:00.027) 0:03:25.431 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1715445423.5038917, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1715445389.7237833, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6977014, "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": "3833574264", "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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 11 May 2024 16:39:19 +0000 (0:00:00.292) 0:03:25.724 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 11 May 2024 16:39:19 +0000 (0:00:00.020) 0:03:25.744 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 11 May 2024 16:39:19 +0000 (0:00:00.020) 0:03:25.765 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 11 May 2024 16:39:19 +0000 (0:00:00.019) 0:03:25.784 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 11 May 2024 16:39:19 +0000 (0:00:00.020) 0:03:25.805 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 11 May 2024 16:39:19 +0000 (0:00:00.019) 0:03:25.825 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 11 May 2024 16:39:19 +0000 (0:00:00.020) 0:03:25.845 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 11 May 2024 16:39:19 +0000 (0:00:00.018) 0:03:25.863 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set credential variables] ******************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:17 Saturday 11 May 2024 16:39:19 +0000 (0:00:00.019) 0:03:25.883 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:45 Saturday 11 May 2024 16:39:19 +0000 (0:00:00.028) 0:03: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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:53 Saturday 11 May 2024 16:39:19 +0000 (0:00:00.019) 0:03:25.931 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:63 Saturday 11 May 2024 16:39:19 +0000 (0:00:00.019) 0:03:25.951 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:80 Saturday 11 May 2024 16:39:19 +0000 (0:00:00.019) 0:03:25.971 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:86 Saturday 11 May 2024 16:39:20 +0000 (0:00:00.278) 0:03:26.249 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:94 Saturday 11 May 2024 16:39:20 +0000 (0:00:00.290) 0:03:26.540 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:168 Saturday 11 May 2024 16:39:20 +0000 (0:00:00.286) 0:03:26.827 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:3 Saturday 11 May 2024 16:39:20 +0000 (0:00:00.067) 0:03:26.894 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:10 Saturday 11 May 2024 16:39:20 +0000 (0:00:00.021) 0:03:26.916 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:15 Saturday 11 May 2024 16:39:20 +0000 (0:00:00.021) 0:03:26.937 ********** ok: [sut] => { "ansible_facts": { "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:19 Saturday 11 May 2024 16:39:20 +0000 (0:00:00.021) 0:03:26.959 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 11 May 2024 16:39:20 +0000 (0:00:00.034) 0:03:26.993 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 11 May 2024 16:39:20 +0000 (0:00:00.024) 0:03:27.018 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 11 May 2024 16:39:20 +0000 (0:00:00.023) 0:03:27.041 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 11 May 2024 16:39:20 +0000 (0:00:00.028) 0:03:27.069 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 11 May 2024 16:39:21 +0000 (0:00:00.339) 0:03:27.408 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 11 May 2024 16:39:21 +0000 (0:00:00.028) 0:03:27.437 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1715445423.5038917, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1715445389.7237833, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6977014, "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": "3833574264", "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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 11 May 2024 16:39:21 +0000 (0:00:00.283) 0:03:27.720 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 11 May 2024 16:39:21 +0000 (0:00:00.020) 0:03:27.740 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 11 May 2024 16:39:21 +0000 (0:00:00.020) 0:03:27.761 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 11 May 2024 16:39:21 +0000 (0:00:00.020) 0:03:27.781 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 11 May 2024 16:39:21 +0000 (0:00:00.019) 0:03:27.801 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 11 May 2024 16:39:21 +0000 (0:00:00.020) 0:03:27.821 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 11 May 2024 16:39:21 +0000 (0:00:00.019) 0:03:27.841 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 11 May 2024 16:39:21 +0000 (0:00:00.019) 0:03:27.860 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:24 Saturday 11 May 2024 16:39:21 +0000 (0:00:00.020) 0:03:27.881 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:29 Saturday 11 May 2024 16:39:21 +0000 (0:00:00.025) 0:03:27.906 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:36 Saturday 11 May 2024 16:39:21 +0000 (0:00:00.024) 0:03:27.931 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:70 Saturday 11 May 2024 16:39:21 +0000 (0:00:00.032) 0:03:27.963 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure certs.d files] ************************ task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:78 Saturday 11 May 2024 16:39:21 +0000 (0:00:00.038) 0:03:28.002 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:95 Saturday 11 May 2024 16:39:21 +0000 (0:00:00.030) 0:03:28.033 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:102 Saturday 11 May 2024 16:39:22 +0000 (0:00:00.817) 0:03:28.850 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:110 Saturday 11 May 2024 16:39:22 +0000 (0:00:00.289) 0:03:29.139 ********** 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-ciyyg0rtm4/tests/tests_auth_and_security.yml:233 Saturday 11 May 2024 16:39:23 +0000 (0:00:00.282) 0:03:29.422 ********** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 11 May 2024 16:39:23 +0000 (0:00:00.043) 0:03:29.465 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 11 May 2024 16:39:23 +0000 (0:00:00.038) 0:03:29.504 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 11 May 2024 16:39:23 +0000 (0:00:00.027) 0:03:29.531 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 11 May 2024 16:39:23 +0000 (0:00:00.019) 0:03:29.551 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 11 May 2024 16:39:23 +0000 (0:00:00.019) 0:03:29.571 ********** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/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-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 11 May 2024 16:39:23 +0000 (0:00:00.048) 0:03:29.619 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Enable copr if requested] ******************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 11 May 2024 16:39:25 +0000 (0:00:01.982) 0:03:31.602 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 11 May 2024 16:39:25 +0000 (0:00:00.020) 0:03:31.622 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 11 May 2024 16:39:25 +0000 (0:00:00.023) 0:03:31.646 ********** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.039903", "end": "2024-05-11 16:39:25.788346", "rc": 0, "start": "2024-05-11 16:39:25.748443" } STDOUT: podman version 4.9.4-dev TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Saturday 11 May 2024 16:39:25 +0000 (0:00:00.314) 0:03:31.960 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Saturday 11 May 2024 16:39:25 +0000 (0:00:00.020) 0:03:31.981 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Saturday 11 May 2024 16:39:25 +0000 (0:00:00.020) 0:03:32.001 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: end_host conditional evaluated to false, continuing execution for sut TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Saturday 11 May 2024 16:39:25 +0000 (0:00:00.039) 0:03:32.041 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 11 May 2024 16:39:25 +0000 (0:00:00.080) 0:03:32.121 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 11 May 2024 16:39:26 +0000 (0:00:00.312) 0:03:32.434 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 11 May 2024 16:39:26 +0000 (0:00:00.033) 0:03:32.468 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 11 May 2024 16:39:26 +0000 (0:00:00.033) 0:03:32.501 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 11 May 2024 16:39:26 +0000 (0:00:00.294) 0:03:32.795 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 11 May 2024 16:39:26 +0000 (0:00:00.028) 0:03:32.824 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1715445423.5038917, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1715445389.7237833, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6977014, "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": "3833574264", "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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 11 May 2024 16:39:26 +0000 (0:00:00.271) 0:03:33.095 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.004282", "end": "2024-05-11 16:39:27.211709", "rc": 0, "start": "2024-05-11 16:39:27.207427" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 11 May 2024 16:39:27 +0000 (0:00:00.298) 0:03:33.394 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.004971", "end": "2024-05-11 16:39:27.496498", "rc": 0, "start": "2024-05-11 16:39:27.491527" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 11 May 2024 16:39:27 +0000 (0:00:00.279) 0:03:33.673 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 11 May 2024 16:39:27 +0000 (0:00:00.051) 0:03:33.724 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 11 May 2024 16:39:27 +0000 (0:00:00.036) 0:03:33.761 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 11 May 2024 16:39:27 +0000 (0:00:00.021) 0:03:33.783 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 11 May 2024 16:39:27 +0000 (0:00:00.072) 0:03:33.855 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 11 May 2024 16:39:27 +0000 (0:00:00.020) 0:03:33.876 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Saturday 11 May 2024 16:39:27 +0000 (0:00:00.020) 0:03:33.896 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Saturday 11 May 2024 16:39:27 +0000 (0:00:00.025) 0:03:33.921 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 11 May 2024 16:39:27 +0000 (0:00:00.039) 0:03:33.960 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 11 May 2024 16:39:27 +0000 (0:00:00.019) 0:03:33.980 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Saturday 11 May 2024 16:39:27 +0000 (0:00:00.019) 0:03:33.999 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 11 May 2024 16:39:27 +0000 (0:00:00.038) 0:03:34.038 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 11 May 2024 16:39:27 +0000 (0:00:00.020) 0:03:34.058 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Saturday 11 May 2024 16:39:27 +0000 (0:00:00.019) 0:03:34.078 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 11 May 2024 16:39:27 +0000 (0:00:00.044) 0:03:34.122 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 11 May 2024 16:39:28 +0000 (0:00:00.020) 0:03:34.143 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Saturday 11 May 2024 16:39:28 +0000 (0:00:00.020) 0:03:34.163 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 11 May 2024 16:39:28 +0000 (0:00:00.041) 0:03:34.204 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 11 May 2024 16:39:28 +0000 (0:00:00.053) 0:03:34.258 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 11 May 2024 16:39:28 +0000 (0:00:00.020) 0:03:34.278 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 11 May 2024 16:39:28 +0000 (0:00:00.020) 0:03:34.299 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Saturday 11 May 2024 16:39:28 +0000 (0:00:00.019) 0:03:34.318 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Saturday 11 May 2024 16:39:28 +0000 (0:00:00.018) 0:03:34.337 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Saturday 11 May 2024 16:39:28 +0000 (0:00:00.019) 0:03:34.356 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Saturday 11 May 2024 16:39:28 +0000 (0:00:00.018) 0:03:34.375 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:3 Saturday 11 May 2024 16:39:28 +0000 (0:00:00.049) 0:03:34.424 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:10 Saturday 11 May 2024 16:39:28 +0000 (0:00:00.019) 0:03:34.443 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:15 Saturday 11 May 2024 16:39:28 +0000 (0:00:00.020) 0:03:34.464 ********** ok: [sut] => { "ansible_facts": { "__podman_rootless": true }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:19 Saturday 11 May 2024 16:39:28 +0000 (0:00:00.020) 0:03:34.484 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 11 May 2024 16:39:28 +0000 (0:00:00.034) 0:03:34.519 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 11 May 2024 16:39:28 +0000 (0:00:00.024) 0:03:34.543 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 11 May 2024 16:39:28 +0000 (0:00:00.028) 0:03:34.572 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 11 May 2024 16:39:28 +0000 (0:00:00.029) 0:03:34.601 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 11 May 2024 16:39:28 +0000 (0:00:00.324) 0:03:34.926 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 11 May 2024 16:39:28 +0000 (0:00:00.025) 0:03:34.952 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1715445423.5038917, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1715445389.7237833, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6977014, "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": "3833574264", "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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 11 May 2024 16:39:29 +0000 (0:00:00.282) 0:03:35.234 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.005246", "end": "2024-05-11 16:39:29.323759", "rc": 0, "start": "2024-05-11 16:39:29.318513" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 11 May 2024 16:39:29 +0000 (0:00:00.264) 0:03:35.499 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.004402", "end": "2024-05-11 16:39:29.604606", "rc": 0, "start": "2024-05-11 16:39:29.600204" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 11 May 2024 16:39:29 +0000 (0:00:00.279) 0:03:35.778 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 11 May 2024 16:39:29 +0000 (0:00:00.029) 0:03:35.807 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 11 May 2024 16:39:29 +0000 (0:00:00.019) 0:03:35.827 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 11 May 2024 16:39:29 +0000 (0:00:00.019) 0:03:35.846 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 11 May 2024 16:39:29 +0000 (0:00:00.019) 0:03:35.866 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 11 May 2024 16:39:29 +0000 (0:00:00.023) 0:03:35.889 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:24 Saturday 11 May 2024 16:39:29 +0000 (0:00:00.023) 0:03:35.913 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:29 Saturday 11 May 2024 16:39:29 +0000 (0:00:00.027) 0:03:35.941 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:36 Saturday 11 May 2024 16:39:29 +0000 (0:00:00.023) 0:03:35.964 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:70 Saturday 11 May 2024 16:39:29 +0000 (0:00:00.027) 0:03:35.992 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure certs.d files] ************************ task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:78 Saturday 11 May 2024 16:39:29 +0000 (0:00:00.020) 0:03:36.012 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:95 Saturday 11 May 2024 16:39:29 +0000 (0:00:00.027) 0:03:36.039 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:102 Saturday 11 May 2024 16:39:29 +0000 (0:00:00.084) 0:03:36.124 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:110 Saturday 11 May 2024 16:39:30 +0000 (0:00:00.022) 0:03:36.146 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:123 Saturday 11 May 2024 16:39:30 +0000 (0:00:00.021) 0:03:36.167 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:3 Saturday 11 May 2024 16:39:30 +0000 (0:00:00.054) 0:03:36.222 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:11 Saturday 11 May 2024 16:39:30 +0000 (0:00:00.022) 0:03:36.244 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 11 May 2024 16:39:30 +0000 (0:00:00.034) 0:03:36.278 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 11 May 2024 16:39:30 +0000 (0:00:00.024) 0:03:36.303 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 11 May 2024 16:39:30 +0000 (0:00:00.024) 0:03:36.327 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 11 May 2024 16:39:30 +0000 (0:00:00.027) 0:03:36.355 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 11 May 2024 16:39:30 +0000 (0:00:00.268) 0:03:36.623 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 11 May 2024 16:39:30 +0000 (0:00:00.034) 0:03:36.658 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1715445423.5038917, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1715445389.7237833, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6977014, "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": "3833574264", "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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 11 May 2024 16:39:30 +0000 (0:00:00.304) 0:03:36.963 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.006130", "end": "2024-05-11 16:39:31.076872", "rc": 0, "start": "2024-05-11 16:39:31.070742" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 11 May 2024 16:39:31 +0000 (0:00:00.320) 0:03:37.284 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.005049", "end": "2024-05-11 16:39:31.389264", "rc": 0, "start": "2024-05-11 16:39:31.384215" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 11 May 2024 16:39:31 +0000 (0:00:00.277) 0:03:37.561 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 11 May 2024 16:39:31 +0000 (0:00:00.029) 0:03:37.591 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 11 May 2024 16:39:31 +0000 (0:00:00.019) 0:03:37.610 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 11 May 2024 16:39:31 +0000 (0:00:00.019) 0:03:37.630 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 11 May 2024 16:39:31 +0000 (0:00:00.020) 0:03:37.650 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 11 May 2024 16:39:31 +0000 (0:00:00.018) 0:03:37.669 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set credential variables] ******************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:17 Saturday 11 May 2024 16:39:31 +0000 (0:00:00.019) 0:03:37.688 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:45 Saturday 11 May 2024 16:39:31 +0000 (0:00:00.028) 0:03:37.716 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:53 Saturday 11 May 2024 16:39:31 +0000 (0:00:00.020) 0:03:37.737 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:63 Saturday 11 May 2024 16:39:31 +0000 (0:00:00.019) 0:03:37.756 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:80 Saturday 11 May 2024 16:39:31 +0000 (0:00:00.020) 0:03:37.776 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:86 Saturday 11 May 2024 16:39:31 +0000 (0:00:00.019) 0:03:37.796 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:94 Saturday 11 May 2024 16:39:31 +0000 (0:00:00.019) 0:03:37.816 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Saturday 11 May 2024 16:39:31 +0000 (0:00:00.019) 0:03:37.836 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:139 Saturday 11 May 2024 16:39:31 +0000 (0:00:00.017) 0:03:37.853 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:14 Saturday 11 May 2024 16:39:31 +0000 (0:00:00.091) 0:03:37.944 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:34 Saturday 11 May 2024 16:39:31 +0000 (0:00:00.026) 0:03:37.971 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:60 Saturday 11 May 2024 16:39:31 +0000 (0:00:00.028) 0:03:38.000 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:66 Saturday 11 May 2024 16:39:31 +0000 (0:00:00.022) 0:03:38.023 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 11 May 2024 16:39:31 +0000 (0:00:00.035) 0:03:38.059 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 11 May 2024 16:39:31 +0000 (0:00:00.024) 0:03:38.083 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 11 May 2024 16:39:31 +0000 (0:00:00.024) 0:03:38.108 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 11 May 2024 16:39:31 +0000 (0:00:00.027) 0:03:38.135 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 11 May 2024 16:39:32 +0000 (0:00:00.283) 0:03:38.418 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 11 May 2024 16:39:32 +0000 (0:00:00.026) 0:03:38.444 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1715445423.5038917, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1715445389.7237833, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6977014, "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": "3833574264", "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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 11 May 2024 16:39:32 +0000 (0:00:00.276) 0:03:38.721 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.005024", "end": "2024-05-11 16:39:32.814092", "rc": 0, "start": "2024-05-11 16:39:32.809068" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 11 May 2024 16:39:32 +0000 (0:00:00.266) 0:03:38.987 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.005004", "end": "2024-05-11 16:39:33.089072", "rc": 0, "start": "2024-05-11 16:39:33.084068" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 11 May 2024 16:39:33 +0000 (0:00:00.272) 0:03:39.260 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 11 May 2024 16:39:33 +0000 (0:00:00.067) 0:03:39.327 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 11 May 2024 16:39:33 +0000 (0:00:00.020) 0:03:39.347 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 11 May 2024 16:39:33 +0000 (0:00:00.020) 0:03:39.368 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 11 May 2024 16:39:33 +0000 (0:00:00.020) 0:03:39.388 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 11 May 2024 16:39:33 +0000 (0:00:00.019) 0:03:39.408 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:71 Saturday 11 May 2024 16:39:33 +0000 (0:00:00.020) 0:03:39.429 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:80 Saturday 11 May 2024 16:39:33 +0000 (0:00:00.020) 0:03:39.449 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:94 Saturday 11 May 2024 16:39:33 +0000 (0:00:00.034) 0:03:39.484 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:100 Saturday 11 May 2024 16:39:33 +0000 (0:00:00.021) 0:03:39.505 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:108 Saturday 11 May 2024 16:39:33 +0000 (0:00:00.021) 0:03:39.526 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:123 Saturday 11 May 2024 16:39:33 +0000 (0:00:00.023) 0:03:39.550 ********** 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.008766", "end": "2024-05-11 16:39:33.659296", "rc": 0, "start": "2024-05-11 16:39:33.650530" } 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:131 Saturday 11 May 2024 16:39:33 +0000 (0:00:00.283) 0:03:39.834 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:2 Saturday 11 May 2024 16:39:33 +0000 (0:00:00.042) 0:03:39.876 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1715445533.4649923, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1715445536.8409035, "dev": 61, "device_type": 0, "executable": true, "exists": true, "gid": 2001, "gr_name": "auth_test_user1", "inode": 113516, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1715445536.8409035, "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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:10 Saturday 11 May 2024 16:39:34 +0000 (0:00:00.278) 0:03:40.155 ********** 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-11 16:38:59 UTC", "ActiveEnterTimestampMonotonic": "1001340948", "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-11 16:38:58 UTC", "AssertTimestampMonotonic": "1000588911", "Before": "shutdown.target default.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-11 16:38:58 UTC", "ConditionTimestampMonotonic": "1000588909", "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": "25891", "ExecMainStartTimestamp": "Sat 2024-05-11 16:38:59 UTC", "ExecMainStartTimestampMonotonic": "1001340914", "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-11 16:38:58 UTC] ; stop_time=[n/a] ; pid=25856 ; 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-11 16:38:58 UTC", "InactiveExitTimestampMonotonic": "1000589731", "InvocationID": "2586692a35684d6a85465c7e095ab5d8", "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": "25891", "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": "/home/auth_test_user1 /run/user/2001/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": "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-11 16:38:59 UTC", "StateChangeTimestampMonotonic": "1001340948", "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-11 16:38:59 UTC", "WatchdogTimestampMonotonic": "1001340944", "WatchdogUSec": "0", "WorkingDirectory": "!/home/auth_test_user1" } } TASK [linux-system-roles.podman : Check if kube file exists] ******************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:28 Saturday 11 May 2024 16:39:35 +0000 (0:00:01.052) 0:03:41.208 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1715445536.325917, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fb0097683a2e5c8909a8037d64ddc1b350aed0be", "ctime": 1715445535.9689264, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 2001, "gr_name": "auth_test_user1", "inode": 12583108, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1715445535.757932, "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": "812641620", "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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:33 Saturday 11 May 2024 16:39:35 +0000 (0:00:00.214) 0:03:41.423 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:45 Saturday 11 May 2024 16:39:35 +0000 (0:00:00.346) 0:03:41.769 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:50 Saturday 11 May 2024 16:39:35 +0000 (0:00:00.208) 0:03:41.978 ********** changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.049006", "end": "2024-05-11 16:39:36.079674", "rc": 0, "start": "2024-05-11 16:39:36.030668" } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:59 Saturday 11 May 2024 16:39:36 +0000 (0:00:00.276) 0:03:42.254 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 11 May 2024 16:39:36 +0000 (0:00:00.034) 0:03:42.288 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 11 May 2024 16:39:36 +0000 (0:00:00.021) 0:03:42.310 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 11 May 2024 16:39:36 +0000 (0:00:00.019) 0:03:42.329 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:135 Saturday 11 May 2024 16:39:36 +0000 (0:00:00.023) 0:03:42.353 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:146 Saturday 11 May 2024 16:39:36 +0000 (0:00:00.018) 0:03:42.372 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 11 May 2024 16:39:36 +0000 (0:00:00.093) 0:03:42.465 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 11 May 2024 16:39:36 +0000 (0:00:00.026) 0:03:42.491 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 11 May 2024 16:39:36 +0000 (0:00:00.023) 0:03:42.515 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 11 May 2024 16:39:36 +0000 (0:00:00.020) 0:03:42.536 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 11 May 2024 16:39:36 +0000 (0:00:00.027) 0:03:42.563 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 11 May 2024 16:39:36 +0000 (0:00:00.035) 0:03:42.599 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 11 May 2024 16:39:36 +0000 (0:00:00.024) 0:03:42.623 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 11 May 2024 16:39:36 +0000 (0:00:00.023) 0:03:42.647 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 11 May 2024 16:39:36 +0000 (0:00:00.026) 0:03:42.673 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 11 May 2024 16:39:36 +0000 (0:00:00.210) 0:03:42.883 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 11 May 2024 16:39:36 +0000 (0:00:00.025) 0:03:42.909 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1715445423.5038917, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1715445389.7237833, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6977014, "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": "3833574264", "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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 11 May 2024 16:39:36 +0000 (0:00:00.195) 0:03:43.104 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.003417", "end": "2024-05-11 16:39:37.132977", "rc": 0, "start": "2024-05-11 16:39:37.129560" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 11 May 2024 16:39:37 +0000 (0:00:00.197) 0:03:43.302 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003690", "end": "2024-05-11 16:39:37.332428", "rc": 0, "start": "2024-05-11 16:39:37.328738" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 11 May 2024 16:39:37 +0000 (0:00:00.202) 0:03:43.505 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 11 May 2024 16:39:37 +0000 (0:00:00.030) 0:03:43.536 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 11 May 2024 16:39:37 +0000 (0:00:00.019) 0:03:43.555 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 11 May 2024 16:39:37 +0000 (0:00:00.019) 0:03:43.575 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 11 May 2024 16:39:37 +0000 (0:00:00.019) 0:03:43.595 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 11 May 2024 16:39:37 +0000 (0:00:00.020) 0:03:43.615 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 11 May 2024 16:39:37 +0000 (0:00:00.019) 0:03:43.634 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 11 May 2024 16:39:37 +0000 (0:00:00.034) 0:03:43.669 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 11 May 2024 16:39:37 +0000 (0:00:00.020) 0:03:43.690 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 11 May 2024 16:39:37 +0000 (0:00:00.018) 0:03:43.709 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 11 May 2024 16:39:37 +0000 (0:00:00.041) 0:03:43.750 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:220 Saturday 11 May 2024 16:39:37 +0000 (0:00:00.023) 0:03:43.773 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Saturday 11 May 2024 16:39:37 +0000 (0:00:00.042) 0:03:43.815 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1715445533.4649923, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1715445536.8409035, "dev": 61, "device_type": 0, "executable": true, "exists": true, "gid": 2001, "gr_name": "auth_test_user1", "inode": 113516, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1715445536.8409035, "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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 Saturday 11 May 2024 16:39:37 +0000 (0:00:00.213) 0:03:44.029 ********** 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 run-user-2001.mount basic.target -.slice", "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": "basic.target -.slice", "RequiresMountsFor": "/home/auth_test_user1 /run/user/2001/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": "-.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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:33 Saturday 11 May 2024 16:39:38 +0000 (0:00:00.433) 0:03:44.463 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:39 Saturday 11 May 2024 16:39:38 +0000 (0:00:00.210) 0:03:44.673 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 11 May 2024 16:39:38 +0000 (0:00:00.032) 0:03:44.706 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 11 May 2024 16:39:38 +0000 (0:00:00.021) 0:03:44.727 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 11 May 2024 16:39:38 +0000 (0:00:00.019) 0:03:44.747 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:47 Saturday 11 May 2024 16:39:38 +0000 (0:00:00.023) 0:03:44.771 ********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:56 Saturday 11 May 2024 16:39:39 +0000 (0:00:00.370) 0:03:45.141 ********** changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.046024", "end": "2024-05-11 16:39:39.240666", "rc": 0, "start": "2024-05-11 16:39:39.194642" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:64 Saturday 11 May 2024 16:39:39 +0000 (0:00:00.274) 0:03:45.416 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:224 Saturday 11 May 2024 16:39:39 +0000 (0:00:00.023) 0:03:45.440 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:153 Saturday 11 May 2024 16:39:39 +0000 (0:00:00.021) 0:03:45.461 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:4 Saturday 11 May 2024 16:39:39 +0000 (0:00:00.061) 0:03:45.522 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set cancel linger vars] ********************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:12 Saturday 11 May 2024 16:39:39 +0000 (0:00:00.025) 0:03:45.548 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:17 Saturday 11 May 2024 16:39:39 +0000 (0:00:00.024) 0:03:45.572 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1715445533.4649923, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1715445536.8409035, "dev": 61, "device_type": 0, "executable": true, "exists": true, "gid": 2001, "gr_name": "auth_test_user1", "inode": 113516, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1715445536.8409035, "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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:22 Saturday 11 May 2024 16:39:39 +0000 (0:00:00.208) 0:03:45.781 ********** ok: [sut] => { "changed": false, "containers": [] } TASK [linux-system-roles.podman : Gather facts for networks] ******************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:31 Saturday 11 May 2024 16:39:39 +0000 (0:00:00.324) 0:03:46.105 ********** ok: [sut] => { "changed": false, "cmd": [ "podman", "network", "ls", "-q" ], "delta": "0:00:00.059076", "end": "2024-05-11 16:39:40.215531", "rc": 0, "start": "2024-05-11 16:39:40.156455" } STDOUT: podman podman-default-kube-network TASK [linux-system-roles.podman : Gather secrets] ****************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:41 Saturday 11 May 2024 16:39:40 +0000 (0:00:00.286) 0:03:46.392 ********** ok: [sut] => { "changed": false, "cmd": [ "podman", "secret", "ls", "-n", "-q" ], "delta": "0:00:00.045139", "end": "2024-05-11 16:39:40.490798", "rc": 0, "start": "2024-05-11 16:39:40.445659" } TASK [linux-system-roles.podman : Cancel linger if no more resources are in use] *** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:51 Saturday 11 May 2024 16:39:40 +0000 (0:00:00.272) 0:03:46.665 ********** changed: [sut] => { "changed": true, "cmd": [ "loginctl", "disable-linger", "auth_test_user1" ], "delta": "0:00:00.008963", "end": "2024-05-11 16:39:40.713553", "rc": 0, "start": "2024-05-11 16:39:40.704590" } TASK [linux-system-roles.podman : Handle credential files - absent] ************ task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:159 Saturday 11 May 2024 16:39:40 +0000 (0:00:00.227) 0:03:46.892 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:3 Saturday 11 May 2024 16:39:40 +0000 (0:00:00.063) 0:03:46.956 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:11 Saturday 11 May 2024 16:39:40 +0000 (0:00:00.024) 0:03:46.980 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 11 May 2024 16:39:40 +0000 (0:00:00.035) 0:03:47.016 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 11 May 2024 16:39:40 +0000 (0:00:00.026) 0:03:47.042 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 11 May 2024 16:39:40 +0000 (0:00:00.023) 0:03:47.066 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 11 May 2024 16:39:40 +0000 (0:00:00.062) 0:03:47.129 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 11 May 2024 16:39:41 +0000 (0:00:00.215) 0:03:47.344 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 11 May 2024 16:39:41 +0000 (0:00:00.028) 0:03:47.373 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1715445423.5038917, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1715445389.7237833, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6977014, "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": "3833574264", "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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 11 May 2024 16:39:41 +0000 (0:00:00.203) 0:03:47.576 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.003953", "end": "2024-05-11 16:39:41.617376", "rc": 0, "start": "2024-05-11 16:39:41.613423" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 11 May 2024 16:39:41 +0000 (0:00:00.212) 0:03:47.788 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003783", "end": "2024-05-11 16:39:41.827340", "rc": 0, "start": "2024-05-11 16:39:41.823557" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 11 May 2024 16:39:41 +0000 (0:00:00.209) 0:03:47.998 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 11 May 2024 16:39:41 +0000 (0:00:00.029) 0:03:48.027 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 11 May 2024 16:39:41 +0000 (0:00:00.020) 0:03:48.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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 11 May 2024 16:39:41 +0000 (0:00:00.020) 0:03:48.068 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 11 May 2024 16:39:41 +0000 (0:00:00.018) 0:03:48.086 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 11 May 2024 16:39:41 +0000 (0:00:00.019) 0:03:48.106 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set credential variables] ******************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:17 Saturday 11 May 2024 16:39:41 +0000 (0:00:00.018) 0:03:48.124 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:45 Saturday 11 May 2024 16:39:42 +0000 (0:00:00.030) 0:03:48.154 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:53 Saturday 11 May 2024 16:39:42 +0000 (0:00:00.022) 0:03:48.176 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:63 Saturday 11 May 2024 16:39:42 +0000 (0:00:00.024) 0:03:48.201 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:80 Saturday 11 May 2024 16:39:42 +0000 (0:00:00.064) 0:03:48.265 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:86 Saturday 11 May 2024 16:39:42 +0000 (0:00:00.210) 0:03:48.476 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:94 Saturday 11 May 2024 16:39:42 +0000 (0:00:00.206) 0:03:48.682 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:168 Saturday 11 May 2024 16:39:42 +0000 (0:00:00.022) 0:03:48.704 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:3 Saturday 11 May 2024 16:39:42 +0000 (0:00:00.064) 0:03:48.769 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:10 Saturday 11 May 2024 16:39:42 +0000 (0:00:00.020) 0:03:48.790 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:15 Saturday 11 May 2024 16:39:42 +0000 (0:00:00.020) 0:03:48.811 ********** ok: [sut] => { "ansible_facts": { "__podman_rootless": true }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:19 Saturday 11 May 2024 16:39:42 +0000 (0:00:00.020) 0:03:48.831 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 11 May 2024 16:39:42 +0000 (0:00:00.034) 0:03:48.866 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 11 May 2024 16:39:42 +0000 (0:00:00.024) 0:03:48.890 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 11 May 2024 16:39:42 +0000 (0:00:00.022) 0:03:48.913 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 11 May 2024 16:39:42 +0000 (0:00:00.026) 0:03:48.939 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 11 May 2024 16:39:43 +0000 (0:00:00.209) 0:03:49.149 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 11 May 2024 16:39:43 +0000 (0:00:00.025) 0:03:49.174 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1715445423.5038917, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1715445389.7237833, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6977014, "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": "3833574264", "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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 11 May 2024 16:39:43 +0000 (0:00:00.205) 0:03:49.380 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.003830", "end": "2024-05-11 16:39:43.417220", "rc": 0, "start": "2024-05-11 16:39:43.413390" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 11 May 2024 16:39:43 +0000 (0:00:00.208) 0:03:49.588 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003796", "end": "2024-05-11 16:39:43.627674", "rc": 0, "start": "2024-05-11 16:39:43.623878" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 11 May 2024 16:39:43 +0000 (0:00:00.210) 0:03:49.799 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 11 May 2024 16:39:43 +0000 (0:00:00.033) 0:03:49.832 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 11 May 2024 16:39:43 +0000 (0:00:00.021) 0:03:49.854 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 11 May 2024 16:39:43 +0000 (0:00:00.020) 0:03:49.874 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 11 May 2024 16:39:43 +0000 (0:00:00.021) 0:03:49.895 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 11 May 2024 16:39:43 +0000 (0:00:00.019) 0:03:49.915 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:24 Saturday 11 May 2024 16:39:43 +0000 (0:00:00.020) 0:03:49.936 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:29 Saturday 11 May 2024 16:39:43 +0000 (0:00:00.026) 0:03:49.962 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:36 Saturday 11 May 2024 16:39:43 +0000 (0:00:00.025) 0:03:49.987 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:70 Saturday 11 May 2024 16:39:43 +0000 (0:00:00.028) 0:03:50.016 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure certs.d files] ************************ task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:78 Saturday 11 May 2024 16:39:43 +0000 (0:00:00.019) 0:03:50.036 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:95 Saturday 11 May 2024 16:39:43 +0000 (0:00:00.029) 0:03:50.065 ********** 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-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:102 Saturday 11 May 2024 16:39:44 +0000 (0:00:00.645) 0:03:50.711 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Ensure the certs.d directory is absent if empty] *** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:110 Saturday 11 May 2024 16:39:44 +0000 (0:00:00.204) 0:03:50.916 ********** 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-ciyyg0rtm4/tests/tests_auth_and_security.yml:255 Saturday 11 May 2024 16:39:44 +0000 (0:00:00.202) 0:03:51.118 ********** changed: [sut] => { "changed": true, "force": false, "name": "auth_test_user1", "remove": false, "state": "absent" } TASK [Remove homedir] ********************************************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/tests_auth_and_security.yml:260 Saturday 11 May 2024 16:39:45 +0000 (0:00:00.305) 0:03:51.423 ********** changed: [sut] => { "changed": true, "path": "/home/auth_test_user1", "state": "absent" } TASK [Remove local tmpdir] ***************************************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/tests_auth_and_security.yml:278 Saturday 11 May 2024 16:39:45 +0000 (0:00:00.237) 0:03:51.661 ********** changed: [sut -> localhost] => { "changed": true, "path": "/tmp/lsr_3kgq2jkp_podman", "state": "absent" } TASK [Clean up registry] ******************************************************* task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/tests_auth_and_security.yml:286 Saturday 11 May 2024 16:39:45 +0000 (0:00:00.122) 0:03:51.783 ********** included: /WORKDIR/git-weekly-ciyyg0rtm4/tests/tasks/cleanup_registry.yml for sut TASK [Destroy registry container] ********************************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/tasks/cleanup_registry.yml:3 Saturday 11 May 2024 16:39:45 +0000 (0:00:00.031) 0:03:51.815 ********** changed: [sut] => { "changed": true, "cmd": [ "podman", "rm", "-f", "podman_registry" ], "delta": "0:00:00.306894", "end": "2024-05-11 16:39:46.157863", "rc": 0, "start": "2024-05-11 16:39:45.850969" } STDOUT: podman_registry TASK [Cleanup paths] *********************************************************** task path: /WORKDIR/git-weekly-ciyyg0rtm4/tests/tasks/cleanup_registry.yml:7 Saturday 11 May 2024 16:39:46 +0000 (0:00:00.513) 0:03:52.329 ********** changed: [sut] => (item=/tmp/lsr_xsp15ocg_podman) => { "ansible_loop_var": "item", "changed": true, "item": "/tmp/lsr_xsp15ocg_podman", "path": "/tmp/lsr_xsp15ocg_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 11 May 2024 16:39:46 +0000 (0:00:00.204) 0:03:52.533 ********** =============================================================================== linux-system-roles.podman : Ensure required packages are installed ----- 65.86s /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Ensure test packages ---------------------------------------------------- 5.42s /WORKDIR/git-weekly-ciyyg0rtm4/tests/tasks/setup_registry.yml:54 -------------- fedora.linux_system_roles.certificate : Ensure provider packages are installed --- 4.66s /WORKDIR/git-weekly-ciyyg0rtm4/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 Start registry ---------------------------------------------------------- 3.86s /WORKDIR/git-weekly-ciyyg0rtm4/tests/tasks/setup_registry.yml:92 -------------- linux-system-roles.podman : Gather the package facts -------------------- 3.79s /WORKDIR/git-weekly-ciyyg0rtm4/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-ciyyg0rtm4/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 linux-system-roles.podman : Gather the package facts -------------------- 1.98s /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Gather the package facts -------------------- 1.98s /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Gather the package facts -------------------- 1.95s /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Start service ------------------------------- 1.78s /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:133 Push test images into local registry ------------------------------------ 1.51s /WORKDIR/git-weekly-ciyyg0rtm4/tests/tasks/setup_registry.yml:118 ------------- linux-system-roles.podman : Ensure container images are present --------- 1.47s /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:39 linux-system-roles.podman : Gather the package facts -------------------- 1.41s /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Gather the package facts -------------------- 1.37s /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Gather the package facts -------------------- 1.36s /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Gather the package facts -------------------- 1.36s /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Gather the package facts -------------------- 1.35s /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Update containers/pods ---------------------- 1.31s /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:99 linux-system-roles.podman : Stop and disable service -------------------- 1.31s /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:10 linux-system-roles.podman : Ensure container images are present --------- 1.16s /WORKDIR/git-weekly-ciyyg0rtm4/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:23 ---^---^---^---^---^--- # 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) ---^---^---^---^---^---