# 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-cih11exz5w/tests/tests_auth_and_security.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Include vault variables] ************************************************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/tests_auth_and_security.yml:4 Saturday 18 May 2024 16:35:43 +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-cih11exz5w/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-cih11exz5w/tests/tests_auth_and_security.yml:9 Saturday 18 May 2024 16:35:43 +0000 (0:00:00.012) 0:00:00.025 ********** ok: [sut] META: ran handlers TASK [Run the role with no config to install podman] *************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/tests_auth_and_security.yml:48 Saturday 18 May 2024 16:35:43 +0000 (0:00:00.763) 0:00:00.788 ********** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 18 May 2024 16:35:43 +0000 (0:00:00.076) 0:00:00.865 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 18 May 2024 16:35:43 +0000 (0:00:00.016) 0:00:00.881 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 18 May 2024 16:35:44 +0000 (0:00:00.022) 0:00:00.903 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.podman : Set flag to indicate system is ostree] ******* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 18 May 2024 16:35:44 +0000 (0:00:00.305) 0:00:01.209 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 18 May 2024 16:35:44 +0000 (0:00:00.024) 0:00:01.233 ********** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/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-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 18 May 2024 16:35:44 +0000 (0:00:00.037) 0:00:01.271 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 18 May 2024 16:35:45 +0000 (0:00:01.414) 0:00:02.685 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 18 May 2024 16:35:45 +0000 (0:00:00.033) 0:00:02.719 ********** 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: container-selinux-2:2.229.0-2.module_el8+847+7863d4e6.noarch", "Installed: dnsmasq-2.79-33.el8.x86_64", "Installed: runc-1:1.1.12-1.module_el8+885+7da147f3.x86_64", "Installed: podman-catatonit-3:4.9.4-0.1.module_el8+971+3d3df00d.x86_64", "Installed: containernetworking-plugins-1:1.4.0-2.module_el8+974+0c52b299.x86_64", "Installed: protobuf-c-1.3.0-8.el8.x86_64", "Installed: yajl-2.1.0-12.el8.x86_64", "Installed: criu-3.18-4.module_el8+804+f131391c.x86_64", "Installed: fuse-common-3.3.0-19.el8.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: criu-libs-3.18-4.module_el8+804+f131391c.x86_64", "Installed: fuse3-3.3.0-19.el8.x86_64", "Installed: crun-1.14.3-2.module_el8+968+fbb249c7.x86_64", "Installed: podman-gvproxy-3:4.9.4-0.1.module_el8+971+3d3df00d.x86_64", "Installed: slirp4netns-1.2.3-1.module_el8+951+32019cde.x86_64", "Installed: fuse3-libs-3.3.0-19.el8.x86_64", "Installed: 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 18 May 2024 16:36:51 +0000 (0:01:05.602) 0:01:08.322 ********** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.038363", "end": "2024-05-18 16:36:51.786564", "rc": 0, "start": "2024-05-18 16:36:51.748201" } STDOUT: podman version 4.9.4-dev TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Saturday 18 May 2024 16:36:51 +0000 (0:00:00.394) 0:01:08.716 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Saturday 18 May 2024 16:36:51 +0000 (0:00:00.058) 0:01:08.774 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Saturday 18 May 2024 16:36:51 +0000 (0:00:00.045) 0:01:08.820 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Saturday 18 May 2024 16:36:52 +0000 (0:00:00.111) 0:01:08.931 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 18 May 2024 16:36:52 +0000 (0:00:00.051) 0:01:08.983 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 18 May 2024 16:36:52 +0000 (0:00:00.375) 0:01:09.359 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 18 May 2024 16:36:52 +0000 (0:00:00.037) 0:01:09.397 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 18 May 2024 16:36:52 +0000 (0:00:00.069) 0:01:09.467 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 18 May 2024 16:36:52 +0000 (0:00:00.235) 0:01:09.702 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 18 May 2024 16:36:52 +0000 (0:00:00.068) 0:01:09.771 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1700557386.0, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716050181.6008394, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 18 May 2024 16:36:53 +0000 (0:00:00.233) 0:01:10.005 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 18 May 2024 16:36:53 +0000 (0:00:00.022) 0:01:10.028 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 18 May 2024 16:36:53 +0000 (0:00:00.026) 0:01:10.054 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 18 May 2024 16:36:53 +0000 (0:00:00.024) 0:01:10.079 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 18 May 2024 16:36:53 +0000 (0:00:00.028) 0:01:10.107 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 18 May 2024 16:36:53 +0000 (0:00:00.021) 0:01:10.128 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 18 May 2024 16:36:53 +0000 (0:00:00.021) 0:01:10.149 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 18 May 2024 16:36:53 +0000 (0:00:00.022) 0:01:10.172 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Saturday 18 May 2024 16:36:53 +0000 (0:00:00.022) 0:01:10.194 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Saturday 18 May 2024 16:36:53 +0000 (0:00:00.048) 0:01:10.243 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 18 May 2024 16:36:53 +0000 (0:00:00.066) 0:01:10.310 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 18 May 2024 16:36:53 +0000 (0:00:00.023) 0:01:10.333 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Saturday 18 May 2024 16:36:53 +0000 (0:00:00.030) 0:01:10.364 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 18 May 2024 16:36:53 +0000 (0:00:00.040) 0:01:10.404 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 18 May 2024 16:36:53 +0000 (0:00:00.020) 0:01:10.424 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Saturday 18 May 2024 16:36:53 +0000 (0:00:00.020) 0:01:10.445 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 18 May 2024 16:36:53 +0000 (0:00:00.042) 0:01:10.487 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 18 May 2024 16:36:53 +0000 (0:00:00.023) 0:01:10.511 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Saturday 18 May 2024 16:36:53 +0000 (0:00:00.021) 0:01:10.532 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 18 May 2024 16:36:53 +0000 (0:00:00.045) 0:01:10.577 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 18 May 2024 16:36:53 +0000 (0:00:00.041) 0:01:10.619 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 18 May 2024 16:36:53 +0000 (0:00:00.024) 0:01:10.644 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 18 May 2024 16:36:53 +0000 (0:00:00.021) 0:01:10.665 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Saturday 18 May 2024 16:36:53 +0000 (0:00:00.020) 0:01:10.685 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Saturday 18 May 2024 16:36:53 +0000 (0:00:00.019) 0:01:10.705 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Saturday 18 May 2024 16:36:53 +0000 (0:00:00.054) 0:01:10.759 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Saturday 18 May 2024 16:36:53 +0000 (0:00:00.019) 0:01:10.779 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:123 Saturday 18 May 2024 16:36:53 +0000 (0:00:00.020) 0:01:10.799 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Saturday 18 May 2024 16:36:53 +0000 (0:00:00.020) 0:01:10.819 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:139 Saturday 18 May 2024 16:36:53 +0000 (0:00:00.020) 0:01:10.839 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:146 Saturday 18 May 2024 16:36:53 +0000 (0:00:00.033) 0:01:10.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 : Cancel linger] ******************************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:153 Saturday 18 May 2024 16:36:54 +0000 (0:00:00.074) 0:01:10.947 ********** TASK [linux-system-roles.podman : Handle credential files - absent] ************ task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:159 Saturday 18 May 2024 16:36:54 +0000 (0:00:00.022) 0:01:10.970 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:168 Saturday 18 May 2024 16:36:54 +0000 (0:00:00.023) 0:01:10.994 ********** 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-cih11exz5w/tests/tests_auth_and_security.yml:52 Saturday 18 May 2024 16:36:54 +0000 (0:00:00.021) 0:01:11.015 ********** included: /WORKDIR/git-weekly-cih11exz5w/tests/tasks/setup_registry.yml for sut TASK [Create a temporary directory] ******************************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/tasks/setup_registry.yml:5 Saturday 18 May 2024 16:36:54 +0000 (0:00:00.057) 0:01:11.072 ********** changed: [sut] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/lsr_gg7lb6gm_podman", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Set authdir] ************************************************************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/tasks/setup_registry.yml:12 Saturday 18 May 2024 16:36:54 +0000 (0:00:00.309) 0:01:11.382 ********** ok: [sut] => { "ansible_facts": { "__podman_registry_authdir": "/tmp/lsr_gg7lb6gm_podman/auth", "__podman_test_authfile": "/tmp/lsr_gg7lb6gm_podman/auth/auth.json" }, "changed": false } TASK [Create authdir] ********************************************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/tasks/setup_registry.yml:18 Saturday 18 May 2024 16:36:54 +0000 (0:00:00.029) 0:01:11.411 ********** changed: [sut] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/lsr_gg7lb6gm_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-cih11exz5w/tests/tasks/setup_registry.yml:24 Saturday 18 May 2024 16:36:54 +0000 (0:00:00.369) 0:01:11.781 ********** TASK [fedora.linux_system_roles.certificate : Set version specific variables] *** task path: /WORKDIR/git-weekly-cih11exz5w/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2 Saturday 18 May 2024 16:36:54 +0000 (0:00:00.071) 0:01:11.853 ********** included: /WORKDIR/git-weekly-cih11exz5w/.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-cih11exz5w/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2 Saturday 18 May 2024 16:36:55 +0000 (0:00:00.068) 0:01:11.922 ********** 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-cih11exz5w/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10 Saturday 18 May 2024 16:36:55 +0000 (0:00:00.034) 0:01:11.956 ********** 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-cih11exz5w/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15 Saturday 18 May 2024 16:36:55 +0000 (0:00:00.221) 0:01:12.177 ********** 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-cih11exz5w/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:19 Saturday 18 May 2024 16:36:55 +0000 (0:00:00.026) 0:01:12.203 ********** 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-cih11exz5w/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 Saturday 18 May 2024 16:36:55 +0000 (0:00:00.047) 0:01:12.251 ********** 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-cih11exz5w/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 Saturday 18 May 2024 16:36:58 +0000 (0:00:03.573) 0:01:15.825 ********** changed: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "rc": 0, "results": [ "Installed: xmlrpc-c-1.51.0-9.el8.x86_64", "Installed: certmonger-0.79.17-2.el8.x86_64", "Installed: xmlrpc-c-client-1.51.0-9.el8.x86_64" ] } lsrpackages: certmonger TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] *** task path: /WORKDIR/git-weekly-cih11exz5w/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35 Saturday 18 May 2024 16:37:03 +0000 (0:00:04.253) 0:01:20.078 ********** 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-cih11exz5w/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:61 Saturday 18 May 2024 16:37:03 +0000 (0:00:00.244) 0:01:20.322 ********** 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-cih11exz5w/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90 Saturday 18 May 2024 16:37:03 +0000 (0:00:00.250) 0:01:20.572 ********** 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": "network.target syslog.target system.slice systemd-journald.socket dbus.socket basic.target dbus.service sysinit.target", "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 dbus.socket system.slice", "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-cih11exz5w/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101 Saturday 18 May 2024 16:37:04 +0000 (0:00:00.727) 0:01:21.300 ********** 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-cih11exz5w/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:152 Saturday 18 May 2024 16:37:05 +0000 (0:00:00.596) 0:01:21.896 ********** ok: [sut] => (item=['cert', {'name': 'podman_registry', 'dns': ['localhost', '127.0.0.1'], 'ca': 'self-sign'}]) => { "ansible_loop_var": "item", "changed": false, "content": "LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURqVENDQW5XZ0F3SUJBZ0lRTi8zL3BoOXlTREcwMk5CMmNoeDVDakFOQmdrcWhraUc5dzBCQVFzRkFEQlEKTVNBd0hnWURWUVFEREJkTWIyTmhiQ0JUYVdkdWFXNW5JRUYxZEdodmNtbDBlVEVzTUNvR0ExVUVBd3dqTXpkbQpaR1ptWVRZdE1XWTNNalE0TXpFdFlqUmtPR1F3TnpZdE56SXhZemM1TURrd0hoY05NalF3TlRFNE1UWXpOekEwCldoY05NalV3TlRFNE1UWXpOekEwV2pBVU1SSXdFQVlEVlFRREV3bHNiMk5oYkdodmMzUXdnZ0VpTUEwR0NTcUcKU0liM0RRRUJBUVVBQTRJQkR3QXdnZ0VLQW9JQkFRRExDL3BldE1ZZFZNZjVoUWRLT2dtQ0tRMGhqTlgySmxBTwprNm5yN01hZWdWUnBZWU1GRTdNVjRNN2ZLZXd5UlJnZit2RzF3cHRRcUk2eEVSQlZxQllMVE1IOVFlTTRKZzBpClM0czVUR1lEZ2QrTm5DdDVhSkRranMxWUFKYUVuRjRIcW93NXBlUVVqMERMN1RHb1N5MEdZVzBWRi9IcHV0ODgKalp3L2p5RGpLM3ZXcHNVMzhlS3dEczFNZ0RURnp2cmhwVS9LU080M2RNYTh2R1ZBalRGQ2pDN2YvaG5qWXpTUQpqeXdpSkc2MDNpOGNJMVV5K0dFSVI4UUNIak9henNUenZzc0NBMVRJRWdicDRtRHl4Zml5NjRlNlFEeFN2TVNTCjF1Y0VvN0s0enQ5Q1ZxNmVQeGNBK0dJTWhWeFgvdU5xb08vWFJQamVhd2cwTGVqd0lRWVRBZ01CQUFHamdaNHcKZ1pzd0N3WURWUjBQQkFRREFnV2dNQjhHQTFVZEVRUVlNQmFDQ1d4dlkyRnNhRzl6ZElJSk1USTNMakF1TUM0eApNQjBHQTFVZEpRUVdNQlFHQ0NzR0FRVUZCd01CQmdnckJnRUZCUWNEQWpBTUJnTlZIUk1CQWY4RUFqQUFNQjBHCkExVWREZ1FXQkJRNk1HbnhreWJHSWNzTGRRMGRMelhwSGFLb0dUQWZCZ05WSFNNRUdEQVdnQlNQMEhrU2hiQmsKaUZYa3h6UVNFYkZJRzVCT3ZEQU5CZ2txaGtpRzl3MEJBUXNGQUFPQ0FRRUFtWENoN0tNV05tMFlad0wvcURhSwovdWozQzNQU2pxK3JVeXpIbjJSSnJSWjZUYUJ5OUJ3cmZpblNTSXRjVy9LL0lZNWtQc0pEWGdoY0hlcVVydk02Ck1kWTcxWVFaRFFSUXA3aDlRS2Q3ck9PRTh3Qm55TWVoU2JaeDJyNDFNNC9QWC8yVkFtcjhIL2pKNnZKWXZvQkYKcC84YnhFN3ZHRjJ1b2Zkd2ExYzU0UjFMMDVwNU9HVjJMUFhPbU9tUnNDU3JCcnVvRU9yblBTVWpHTC9KaWE3bApvelZPOWdQaGptMW5IUUhpNk9IUXNqdyt5Ui9rditMVWFzSHAxS3V3VnR3TDh4S214M0dwMG1nQUN1amQybGw5CmsvMWoxYWxPWDl6cCs0eWh4d2hEb25ZZGVzUG1pWDFlaVljTit2VkFKZ09PNm9DOXVyNjlVUEJZTXVKdm41eGkKblE9PQotLS0tLUVORCBDRVJUSUZJQ0FURS0tLS0tCg==", "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": "LS0tLS1CRUdJTiBQUklWQVRFIEtFWS0tLS0tCk1JSUV2UUlCQURBTkJna3Foa2lHOXcwQkFRRUZBQVNDQktjd2dnU2pBZ0VBQW9JQkFRRExDL3BldE1ZZFZNZjUKaFFkS09nbUNLUTBoak5YMkpsQU9rNm5yN01hZWdWUnBZWU1GRTdNVjRNN2ZLZXd5UlJnZit2RzF3cHRRcUk2eApFUkJWcUJZTFRNSDlRZU00SmcwaVM0czVUR1lEZ2QrTm5DdDVhSkRranMxWUFKYUVuRjRIcW93NXBlUVVqMERMCjdUR29TeTBHWVcwVkYvSHB1dDg4alp3L2p5RGpLM3ZXcHNVMzhlS3dEczFNZ0RURnp2cmhwVS9LU080M2RNYTgKdkdWQWpURkNqQzdmL2huall6U1FqeXdpSkc2MDNpOGNJMVV5K0dFSVI4UUNIak9henNUenZzc0NBMVRJRWdicAo0bUR5eGZpeTY0ZTZRRHhTdk1TUzF1Y0VvN0s0enQ5Q1ZxNmVQeGNBK0dJTWhWeFgvdU5xb08vWFJQamVhd2cwCkxlandJUVlUQWdNQkFBRUNnZ0VBRndRN2xHSy9sbkdXM1pVVDEza3V2TDkwaXBvUll2N0MwblF3cmRyQVJSVjYKQVJ3Wm93aXhvMGhCaXhDUWdyNU1Wc3UyZkprYnpBL2ZaUGovTmdhQXdUVXBSRkVrdGFleWszR216WTc0Zld0SwpjUjREMjVaYjNsekZzRFVZMnQxeTEwR2c5YVAxYjlNeFVDeUtGWDY0RXVJV1lHNi9jSFJMZSt5OWlvTHFBblltCmdRSFdrWFBQNUk3WnE1cm5FMnF6aUgxMmQva2h5MEQ3REZjbHZNdHRRQ2kvcUhtV0NScnIyNGZueFlTdzJHTGEKVXVrNkVsdkljMW1OMzIwMVFEekw0N0hDK1huQWhlWUpZQjRsUUxRdCswMThZNTkyTGN4NDYybHJVSjNyTXVpcgpSMU5yTFE3YTJyVE5JMGpwVWlNNkdoNEZjSHdudkRuajZxQ3JkRUNtOFFLQmdRRDZNZWhVYURxcDY5TE9TamhHCjZUME5XK3dzUFQvNkliOTZQRjJTUUtUR0NnU1ByUFVGVktFaWRDM0NleTdjUDhYL3lqV0xhR0tUUXlja1hEblMKVENvamlDaXoxUS9OcWpYQkFrNnlPd1ByL1EyU2tDL095UnNqTEF0S2krUFNXa3FESjJzRHBpVmxSM3dheENmSwpsUmdWS0JLQmptYzc5bnZQZlVIeU5xWmJLd0tCZ1FEUHdnWFNMeDhBaEF1Snd3Y24rOTN5Z3l4ZmZ0bjFhbGsvCk9UUm0zaGp2c3BYaytPVFByd09DdmxrOFFSMklXNng1YW94bitaZlBHLy95dzk1L3BwVU02c25jTlFZMGRkRCsKenlsY3JNQWhlUkJ6bDdnMzRBaVNJOVFxcG9uSUF5S0Z6U2ZpeHZYQmhhdVA5SFJ0L1pvT1Y4ZDZCSlRRWE15NAovVlk3OU5sc3VRS0JnUURFeVZwZWdYaWF5L1NMOHc2ZW43YzRlYk9oL0M4RTgyUmlwWFpIb1hhNG1ZcUs0MVA0CjlGNms5ZEpFSkpWd0FPMGdTcENnN09LVHgzN1M5NE0zS0ZjQWlZalNJV1FEdEx3QTZtcXhmditQcndMczQySG0KK0lEU3drTERTSkpSa2xrSEhZcnJYTlFPL0JIZUQ2am9peXBkQVo3RXJoZitydGtsRXZVNnFNZGg3d0tCZ0NGUApycmRBcnV2YVFDOWFnZTg3Ung3M1FVb2VnTHdFelVLQjNaRVEwMWE3ZjZVeTh4MEpwcnB6NHNMeWZkVzdQVEJLCmtUQ3FxRmlnMkswSUVzak00T0V0VkNobXFCUUpQL1ZiS2ZxZUNFQlZ0UG1UdmduWGRnaFlqbEE0VzZjaU9ZclMKbGk2YVVCVXpaWXF6VzJlM1hkZ200dWtCaXdyTmxsV2k2UXk3K1pDaEFvR0FaeWMrb0w2VlA3YnVUU1p6YjBiYwp6VFdvS09DLzFMa2NHWW1GWnFnNzIzRk1aNUUrSi9lazF2R1BqeXp5SzNtZFZKVlBDYUFMVGxMVjVDMUxSREZmCk81aERZMlZ1RG9PNFJ4MjdOamhOcXVLbFdxODJ2RjNITGc3T1NjZFprSUJ4MlJpaS8zSzlsL0dTRVFCdTdKTkoKeHhUa2E3dzVZa1FhR0NQYURmQVBtbU09Ci0tLS0tRU5EIFBSSVZBVEUgS0VZLS0tLS0K", "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": "LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURqVENDQW5XZ0F3SUJBZ0lRTi8zL3BoOXlTREcwMk5CMmNoeDVDakFOQmdrcWhraUc5dzBCQVFzRkFEQlEKTVNBd0hnWURWUVFEREJkTWIyTmhiQ0JUYVdkdWFXNW5JRUYxZEdodmNtbDBlVEVzTUNvR0ExVUVBd3dqTXpkbQpaR1ptWVRZdE1XWTNNalE0TXpFdFlqUmtPR1F3TnpZdE56SXhZemM1TURrd0hoY05NalF3TlRFNE1UWXpOekEwCldoY05NalV3TlRFNE1UWXpOekEwV2pBVU1SSXdFQVlEVlFRREV3bHNiMk5oYkdodmMzUXdnZ0VpTUEwR0NTcUcKU0liM0RRRUJBUVVBQTRJQkR3QXdnZ0VLQW9JQkFRRExDL3BldE1ZZFZNZjVoUWRLT2dtQ0tRMGhqTlgySmxBTwprNm5yN01hZWdWUnBZWU1GRTdNVjRNN2ZLZXd5UlJnZit2RzF3cHRRcUk2eEVSQlZxQllMVE1IOVFlTTRKZzBpClM0czVUR1lEZ2QrTm5DdDVhSkRranMxWUFKYUVuRjRIcW93NXBlUVVqMERMN1RHb1N5MEdZVzBWRi9IcHV0ODgKalp3L2p5RGpLM3ZXcHNVMzhlS3dEczFNZ0RURnp2cmhwVS9LU080M2RNYTh2R1ZBalRGQ2pDN2YvaG5qWXpTUQpqeXdpSkc2MDNpOGNJMVV5K0dFSVI4UUNIak9henNUenZzc0NBMVRJRWdicDRtRHl4Zml5NjRlNlFEeFN2TVNTCjF1Y0VvN0s0enQ5Q1ZxNmVQeGNBK0dJTWhWeFgvdU5xb08vWFJQamVhd2cwTGVqd0lRWVRBZ01CQUFHamdaNHcKZ1pzd0N3WURWUjBQQkFRREFnV2dNQjhHQTFVZEVRUVlNQmFDQ1d4dlkyRnNhRzl6ZElJSk1USTNMakF1TUM0eApNQjBHQTFVZEpRUVdNQlFHQ0NzR0FRVUZCd01CQmdnckJnRUZCUWNEQWpBTUJnTlZIUk1CQWY4RUFqQUFNQjBHCkExVWREZ1FXQkJRNk1HbnhreWJHSWNzTGRRMGRMelhwSGFLb0dUQWZCZ05WSFNNRUdEQVdnQlNQMEhrU2hiQmsKaUZYa3h6UVNFYkZJRzVCT3ZEQU5CZ2txaGtpRzl3MEJBUXNGQUFPQ0FRRUFtWENoN0tNV05tMFlad0wvcURhSwovdWozQzNQU2pxK3JVeXpIbjJSSnJSWjZUYUJ5OUJ3cmZpblNTSXRjVy9LL0lZNWtQc0pEWGdoY0hlcVVydk02Ck1kWTcxWVFaRFFSUXA3aDlRS2Q3ck9PRTh3Qm55TWVoU2JaeDJyNDFNNC9QWC8yVkFtcjhIL2pKNnZKWXZvQkYKcC84YnhFN3ZHRjJ1b2Zkd2ExYzU0UjFMMDVwNU9HVjJMUFhPbU9tUnNDU3JCcnVvRU9yblBTVWpHTC9KaWE3bApvelZPOWdQaGptMW5IUUhpNk9IUXNqdyt5Ui9rditMVWFzSHAxS3V3VnR3TDh4S214M0dwMG1nQUN1amQybGw5CmsvMWoxYWxPWDl6cCs0eWh4d2hEb25ZZGVzUG1pWDFlaVljTit2VkFKZ09PNm9DOXVyNjlVUEJZTXVKdm41eGkKblE9PQotLS0tLUVORCBDRVJUSUZJQ0FURS0tLS0tCg==", "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-cih11exz5w/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:160 Saturday 18 May 2024 16:37:05 +0000 (0:00:00.655) 0:01:22.552 ********** ok: [sut] => { "ansible_facts": { "certificate_test_certs": { "podman_registry": { "ca": "/etc/pki/tls/certs/podman_registry.crt", "ca_content": "-----BEGIN CERTIFICATE-----\nMIIDjTCCAnWgAwIBAgIQN/3/ph9ySDG02NB2chx5CjANBgkqhkiG9w0BAQsFADBQ\nMSAwHgYDVQQDDBdMb2NhbCBTaWduaW5nIEF1dGhvcml0eTEsMCoGA1UEAwwjMzdm\nZGZmYTYtMWY3MjQ4MzEtYjRkOGQwNzYtNzIxYzc5MDkwHhcNMjQwNTE4MTYzNzA0\nWhcNMjUwNTE4MTYzNzA0WjAUMRIwEAYDVQQDEwlsb2NhbGhvc3QwggEiMA0GCSqG\nSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDLC/petMYdVMf5hQdKOgmCKQ0hjNX2JlAO\nk6nr7MaegVRpYYMFE7MV4M7fKewyRRgf+vG1wptQqI6xERBVqBYLTMH9QeM4Jg0i\nS4s5TGYDgd+NnCt5aJDkjs1YAJaEnF4Hqow5peQUj0DL7TGoSy0GYW0VF/Hput88\njZw/jyDjK3vWpsU38eKwDs1MgDTFzvrhpU/KSO43dMa8vGVAjTFCjC7f/hnjYzSQ\njywiJG603i8cI1Uy+GEIR8QCHjOazsTzvssCA1TIEgbp4mDyxfiy64e6QDxSvMSS\n1ucEo7K4zt9CVq6ePxcA+GIMhVxX/uNqoO/XRPjeawg0LejwIQYTAgMBAAGjgZ4w\ngZswCwYDVR0PBAQDAgWgMB8GA1UdEQQYMBaCCWxvY2FsaG9zdIIJMTI3LjAuMC4x\nMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAMBgNVHRMBAf8EAjAAMB0G\nA1UdDgQWBBQ6MGnxkybGIcsLdQ0dLzXpHaKoGTAfBgNVHSMEGDAWgBSP0HkShbBk\niFXkxzQSEbFIG5BOvDANBgkqhkiG9w0BAQsFAAOCAQEAmXCh7KMWNm0YZwL/qDaK\n/uj3C3PSjq+rUyzHn2RJrRZ6TaBy9BwrfinSSItcW/K/IY5kPsJDXghcHeqUrvM6\nMdY71YQZDQRQp7h9QKd7rOOE8wBnyMehSbZx2r41M4/PX/2VAmr8H/jJ6vJYvoBF\np/8bxE7vGF2uofdwa1c54R1L05p5OGV2LPXOmOmRsCSrBruoEOrnPSUjGL/Jia7l\nozVO9gPhjm1nHQHi6OHQsjw+yR/kv+LUasHp1KuwVtwL8xKmx3Gp0mgACujd2ll9\nk/1j1alOX9zp+4yhxwhDonYdesPmiX1eiYcN+vVAJgOO6oC9ur69UPBYMuJvn5xi\nnQ==\n-----END CERTIFICATE-----\n", "cert": "/etc/pki/tls/certs/podman_registry.crt", "cert_content": "-----BEGIN CERTIFICATE-----\nMIIDjTCCAnWgAwIBAgIQN/3/ph9ySDG02NB2chx5CjANBgkqhkiG9w0BAQsFADBQ\nMSAwHgYDVQQDDBdMb2NhbCBTaWduaW5nIEF1dGhvcml0eTEsMCoGA1UEAwwjMzdm\nZGZmYTYtMWY3MjQ4MzEtYjRkOGQwNzYtNzIxYzc5MDkwHhcNMjQwNTE4MTYzNzA0\nWhcNMjUwNTE4MTYzNzA0WjAUMRIwEAYDVQQDEwlsb2NhbGhvc3QwggEiMA0GCSqG\nSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDLC/petMYdVMf5hQdKOgmCKQ0hjNX2JlAO\nk6nr7MaegVRpYYMFE7MV4M7fKewyRRgf+vG1wptQqI6xERBVqBYLTMH9QeM4Jg0i\nS4s5TGYDgd+NnCt5aJDkjs1YAJaEnF4Hqow5peQUj0DL7TGoSy0GYW0VF/Hput88\njZw/jyDjK3vWpsU38eKwDs1MgDTFzvrhpU/KSO43dMa8vGVAjTFCjC7f/hnjYzSQ\njywiJG603i8cI1Uy+GEIR8QCHjOazsTzvssCA1TIEgbp4mDyxfiy64e6QDxSvMSS\n1ucEo7K4zt9CVq6ePxcA+GIMhVxX/uNqoO/XRPjeawg0LejwIQYTAgMBAAGjgZ4w\ngZswCwYDVR0PBAQDAgWgMB8GA1UdEQQYMBaCCWxvY2FsaG9zdIIJMTI3LjAuMC4x\nMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAMBgNVHRMBAf8EAjAAMB0G\nA1UdDgQWBBQ6MGnxkybGIcsLdQ0dLzXpHaKoGTAfBgNVHSMEGDAWgBSP0HkShbBk\niFXkxzQSEbFIG5BOvDANBgkqhkiG9w0BAQsFAAOCAQEAmXCh7KMWNm0YZwL/qDaK\n/uj3C3PSjq+rUyzHn2RJrRZ6TaBy9BwrfinSSItcW/K/IY5kPsJDXghcHeqUrvM6\nMdY71YQZDQRQp7h9QKd7rOOE8wBnyMehSbZx2r41M4/PX/2VAmr8H/jJ6vJYvoBF\np/8bxE7vGF2uofdwa1c54R1L05p5OGV2LPXOmOmRsCSrBruoEOrnPSUjGL/Jia7l\nozVO9gPhjm1nHQHi6OHQsjw+yR/kv+LUasHp1KuwVtwL8xKmx3Gp0mgACujd2ll9\nk/1j1alOX9zp+4yhxwhDonYdesPmiX1eiYcN+vVAJgOO6oC9ur69UPBYMuJvn5xi\nnQ==\n-----END CERTIFICATE-----\n", "key": "/etc/pki/tls/private/podman_registry.key", "key_content": "-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDLC/petMYdVMf5\nhQdKOgmCKQ0hjNX2JlAOk6nr7MaegVRpYYMFE7MV4M7fKewyRRgf+vG1wptQqI6x\nERBVqBYLTMH9QeM4Jg0iS4s5TGYDgd+NnCt5aJDkjs1YAJaEnF4Hqow5peQUj0DL\n7TGoSy0GYW0VF/Hput88jZw/jyDjK3vWpsU38eKwDs1MgDTFzvrhpU/KSO43dMa8\nvGVAjTFCjC7f/hnjYzSQjywiJG603i8cI1Uy+GEIR8QCHjOazsTzvssCA1TIEgbp\n4mDyxfiy64e6QDxSvMSS1ucEo7K4zt9CVq6ePxcA+GIMhVxX/uNqoO/XRPjeawg0\nLejwIQYTAgMBAAECggEAFwQ7lGK/lnGW3ZUT13kuvL90ipoRYv7C0nQwrdrARRV6\nARwZowixo0hBixCQgr5MVsu2fJkbzA/fZPj/NgaAwTUpRFEktaeyk3GmzY74fWtK\ncR4D25Zb3lzFsDUY2t1y10Gg9aP1b9MxUCyKFX64EuIWYG6/cHRLe+y9ioLqAnYm\ngQHWkXPP5I7Zq5rnE2qziH12d/khy0D7DFclvMttQCi/qHmWCRrr24fnxYSw2GLa\nUuk6ElvIc1mN3201QDzL47HC+XnAheYJYB4lQLQt+018Y592Lcx462lrUJ3rMuir\nR1NrLQ7a2rTNI0jpUiM6Gh4FcHwnvDnj6qCrdECm8QKBgQD6MehUaDqp69LOSjhG\n6T0NW+wsPT/6Ib96PF2SQKTGCgSPrPUFVKEidC3Cey7cP8X/yjWLaGKTQyckXDnS\nTCojiCiz1Q/NqjXBAk6yOwPr/Q2SkC/OyRsjLAtKi+PSWkqDJ2sDpiVlR3waxCfK\nlRgVKBKBjmc79nvPfUHyNqZbKwKBgQDPwgXSLx8AhAuJwwcn+93ygyxfftn1alk/\nOTRm3hjvspXk+OTPrwOCvlk8QR2IW6x5aoxn+ZfPG//yw95/ppUM6sncNQY0ddD+\nzylcrMAheRBzl7g34AiSI9QqponIAyKFzSfixvXBhauP9HRt/ZoOV8d6BJTQXMy4\n/VY79NlsuQKBgQDEyVpegXiay/SL8w6en7c4ebOh/C8E82RipXZHoXa4mYqK41P4\n9F6k9dJEJJVwAO0gSpCg7OKTx37S94M3KFcAiYjSIWQDtLwA6mqxfv+PrwLs42Hm\n+IDSwkLDSJJRklkHHYrrXNQO/BHeD6joiypdAZ7Erhf+rtklEvU6qMdh7wKBgCFP\nrrdAruvaQC9age87Rx73QUoegLwEzUKB3ZEQ01a7f6Uy8x0Jprpz4sLyfdW7PTBK\nkTCqqFig2K0IEsjM4OEtVChmqBQJP/VbKfqeCEBVtPmTvgnXdghYjlA4W6ciOYrS\nli6aUBUzZYqzW2e3Xdgm4ukBiwrNllWi6Qy7+ZChAoGAZyc+oL6VP7buTSZzb0bc\nzTWoKOC/1LkcGYmFZqg723FMZ5E+J/ek1vGPjyzyK3mdVJVPCaALTlLV5C1LRDFf\nO5hDY2VuDoO4Rx27NjhNquKlWq82vF3HLg7OScdZkIBx2Rii/3K9l/GSEQBu7JNJ\nxxTka7w5YkQaGCPaDfAPmmM=\n-----END PRIVATE KEY-----\n" } } }, "changed": false } TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ****** task path: /WORKDIR/git-weekly-cih11exz5w/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:176 Saturday 18 May 2024 16:37:05 +0000 (0:00:00.028) 0:01:22.580 ********** ok: [sut] => (item={'cert': '/etc/pki/tls/certs/podman_registry.crt', 'cert_content': '-----BEGIN CERTIFICATE-----\nMIIDjTCCAnWgAwIBAgIQN/3/ph9ySDG02NB2chx5CjANBgkqhkiG9w0BAQsFADBQ\nMSAwHgYDVQQDDBdMb2NhbCBTaWduaW5nIEF1dGhvcml0eTEsMCoGA1UEAwwjMzdm\nZGZmYTYtMWY3MjQ4MzEtYjRkOGQwNzYtNzIxYzc5MDkwHhcNMjQwNTE4MTYzNzA0\nWhcNMjUwNTE4MTYzNzA0WjAUMRIwEAYDVQQDEwlsb2NhbGhvc3QwggEiMA0GCSqG\nSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDLC/petMYdVMf5hQdKOgmCKQ0hjNX2JlAO\nk6nr7MaegVRpYYMFE7MV4M7fKewyRRgf+vG1wptQqI6xERBVqBYLTMH9QeM4Jg0i\nS4s5TGYDgd+NnCt5aJDkjs1YAJaEnF4Hqow5peQUj0DL7TGoSy0GYW0VF/Hput88\njZw/jyDjK3vWpsU38eKwDs1MgDTFzvrhpU/KSO43dMa8vGVAjTFCjC7f/hnjYzSQ\njywiJG603i8cI1Uy+GEIR8QCHjOazsTzvssCA1TIEgbp4mDyxfiy64e6QDxSvMSS\n1ucEo7K4zt9CVq6ePxcA+GIMhVxX/uNqoO/XRPjeawg0LejwIQYTAgMBAAGjgZ4w\ngZswCwYDVR0PBAQDAgWgMB8GA1UdEQQYMBaCCWxvY2FsaG9zdIIJMTI3LjAuMC4x\nMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAMBgNVHRMBAf8EAjAAMB0G\nA1UdDgQWBBQ6MGnxkybGIcsLdQ0dLzXpHaKoGTAfBgNVHSMEGDAWgBSP0HkShbBk\niFXkxzQSEbFIG5BOvDANBgkqhkiG9w0BAQsFAAOCAQEAmXCh7KMWNm0YZwL/qDaK\n/uj3C3PSjq+rUyzHn2RJrRZ6TaBy9BwrfinSSItcW/K/IY5kPsJDXghcHeqUrvM6\nMdY71YQZDQRQp7h9QKd7rOOE8wBnyMehSbZx2r41M4/PX/2VAmr8H/jJ6vJYvoBF\np/8bxE7vGF2uofdwa1c54R1L05p5OGV2LPXOmOmRsCSrBruoEOrnPSUjGL/Jia7l\nozVO9gPhjm1nHQHi6OHQsjw+yR/kv+LUasHp1KuwVtwL8xKmx3Gp0mgACujd2ll9\nk/1j1alOX9zp+4yhxwhDonYdesPmiX1eiYcN+vVAJgOO6oC9ur69UPBYMuJvn5xi\nnQ==\n-----END CERTIFICATE-----\n', 'key': '/etc/pki/tls/private/podman_registry.key', 'key_content': '-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDLC/petMYdVMf5\nhQdKOgmCKQ0hjNX2JlAOk6nr7MaegVRpYYMFE7MV4M7fKewyRRgf+vG1wptQqI6x\nERBVqBYLTMH9QeM4Jg0iS4s5TGYDgd+NnCt5aJDkjs1YAJaEnF4Hqow5peQUj0DL\n7TGoSy0GYW0VF/Hput88jZw/jyDjK3vWpsU38eKwDs1MgDTFzvrhpU/KSO43dMa8\nvGVAjTFCjC7f/hnjYzSQjywiJG603i8cI1Uy+GEIR8QCHjOazsTzvssCA1TIEgbp\n4mDyxfiy64e6QDxSvMSS1ucEo7K4zt9CVq6ePxcA+GIMhVxX/uNqoO/XRPjeawg0\nLejwIQYTAgMBAAECggEAFwQ7lGK/lnGW3ZUT13kuvL90ipoRYv7C0nQwrdrARRV6\nARwZowixo0hBixCQgr5MVsu2fJkbzA/fZPj/NgaAwTUpRFEktaeyk3GmzY74fWtK\ncR4D25Zb3lzFsDUY2t1y10Gg9aP1b9MxUCyKFX64EuIWYG6/cHRLe+y9ioLqAnYm\ngQHWkXPP5I7Zq5rnE2qziH12d/khy0D7DFclvMttQCi/qHmWCRrr24fnxYSw2GLa\nUuk6ElvIc1mN3201QDzL47HC+XnAheYJYB4lQLQt+018Y592Lcx462lrUJ3rMuir\nR1NrLQ7a2rTNI0jpUiM6Gh4FcHwnvDnj6qCrdECm8QKBgQD6MehUaDqp69LOSjhG\n6T0NW+wsPT/6Ib96PF2SQKTGCgSPrPUFVKEidC3Cey7cP8X/yjWLaGKTQyckXDnS\nTCojiCiz1Q/NqjXBAk6yOwPr/Q2SkC/OyRsjLAtKi+PSWkqDJ2sDpiVlR3waxCfK\nlRgVKBKBjmc79nvPfUHyNqZbKwKBgQDPwgXSLx8AhAuJwwcn+93ygyxfftn1alk/\nOTRm3hjvspXk+OTPrwOCvlk8QR2IW6x5aoxn+ZfPG//yw95/ppUM6sncNQY0ddD+\nzylcrMAheRBzl7g34AiSI9QqponIAyKFzSfixvXBhauP9HRt/ZoOV8d6BJTQXMy4\n/VY79NlsuQKBgQDEyVpegXiay/SL8w6en7c4ebOh/C8E82RipXZHoXa4mYqK41P4\n9F6k9dJEJJVwAO0gSpCg7OKTx37S94M3KFcAiYjSIWQDtLwA6mqxfv+PrwLs42Hm\n+IDSwkLDSJJRklkHHYrrXNQO/BHeD6joiypdAZ7Erhf+rtklEvU6qMdh7wKBgCFP\nrrdAruvaQC9age87Rx73QUoegLwEzUKB3ZEQ01a7f6Uy8x0Jprpz4sLyfdW7PTBK\nkTCqqFig2K0IEsjM4OEtVChmqBQJP/VbKfqeCEBVtPmTvgnXdghYjlA4W6ciOYrS\nli6aUBUzZYqzW2e3Xdgm4ukBiwrNllWi6Qy7+ZChAoGAZyc+oL6VP7buTSZzb0bc\nzTWoKOC/1LkcGYmFZqg723FMZ5E+J/ek1vGPjyzyK3mdVJVPCaALTlLV5C1LRDFf\nO5hDY2VuDoO4Rx27NjhNquKlWq82vF3HLg7OScdZkIBx2Rii/3K9l/GSEQBu7JNJ\nxxTka7w5YkQaGCPaDfAPmmM=\n-----END PRIVATE KEY-----\n', 'ca': '/etc/pki/tls/certs/podman_registry.crt', 'ca_content': '-----BEGIN CERTIFICATE-----\nMIIDjTCCAnWgAwIBAgIQN/3/ph9ySDG02NB2chx5CjANBgkqhkiG9w0BAQsFADBQ\nMSAwHgYDVQQDDBdMb2NhbCBTaWduaW5nIEF1dGhvcml0eTEsMCoGA1UEAwwjMzdm\nZGZmYTYtMWY3MjQ4MzEtYjRkOGQwNzYtNzIxYzc5MDkwHhcNMjQwNTE4MTYzNzA0\nWhcNMjUwNTE4MTYzNzA0WjAUMRIwEAYDVQQDEwlsb2NhbGhvc3QwggEiMA0GCSqG\nSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDLC/petMYdVMf5hQdKOgmCKQ0hjNX2JlAO\nk6nr7MaegVRpYYMFE7MV4M7fKewyRRgf+vG1wptQqI6xERBVqBYLTMH9QeM4Jg0i\nS4s5TGYDgd+NnCt5aJDkjs1YAJaEnF4Hqow5peQUj0DL7TGoSy0GYW0VF/Hput88\njZw/jyDjK3vWpsU38eKwDs1MgDTFzvrhpU/KSO43dMa8vGVAjTFCjC7f/hnjYzSQ\njywiJG603i8cI1Uy+GEIR8QCHjOazsTzvssCA1TIEgbp4mDyxfiy64e6QDxSvMSS\n1ucEo7K4zt9CVq6ePxcA+GIMhVxX/uNqoO/XRPjeawg0LejwIQYTAgMBAAGjgZ4w\ngZswCwYDVR0PBAQDAgWgMB8GA1UdEQQYMBaCCWxvY2FsaG9zdIIJMTI3LjAuMC4x\nMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAMBgNVHRMBAf8EAjAAMB0G\nA1UdDgQWBBQ6MGnxkybGIcsLdQ0dLzXpHaKoGTAfBgNVHSMEGDAWgBSP0HkShbBk\niFXkxzQSEbFIG5BOvDANBgkqhkiG9w0BAQsFAAOCAQEAmXCh7KMWNm0YZwL/qDaK\n/uj3C3PSjq+rUyzHn2RJrRZ6TaBy9BwrfinSSItcW/K/IY5kPsJDXghcHeqUrvM6\nMdY71YQZDQRQp7h9QKd7rOOE8wBnyMehSbZx2r41M4/PX/2VAmr8H/jJ6vJYvoBF\np/8bxE7vGF2uofdwa1c54R1L05p5OGV2LPXOmOmRsCSrBruoEOrnPSUjGL/Jia7l\nozVO9gPhjm1nHQHi6OHQsjw+yR/kv+LUasHp1KuwVtwL8xKmx3Gp0mgACujd2ll9\nk/1j1alOX9zp+4yhxwhDonYdesPmiX1eiYcN+vVAJgOO6oC9ur69UPBYMuJvn5xi\nnQ==\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.032858", "end": "2024-05-18 16:37:05.892061", "item": { "ca": "/etc/pki/tls/certs/podman_registry.crt", "ca_content": "-----BEGIN CERTIFICATE-----\nMIIDjTCCAnWgAwIBAgIQN/3/ph9ySDG02NB2chx5CjANBgkqhkiG9w0BAQsFADBQ\nMSAwHgYDVQQDDBdMb2NhbCBTaWduaW5nIEF1dGhvcml0eTEsMCoGA1UEAwwjMzdm\nZGZmYTYtMWY3MjQ4MzEtYjRkOGQwNzYtNzIxYzc5MDkwHhcNMjQwNTE4MTYzNzA0\nWhcNMjUwNTE4MTYzNzA0WjAUMRIwEAYDVQQDEwlsb2NhbGhvc3QwggEiMA0GCSqG\nSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDLC/petMYdVMf5hQdKOgmCKQ0hjNX2JlAO\nk6nr7MaegVRpYYMFE7MV4M7fKewyRRgf+vG1wptQqI6xERBVqBYLTMH9QeM4Jg0i\nS4s5TGYDgd+NnCt5aJDkjs1YAJaEnF4Hqow5peQUj0DL7TGoSy0GYW0VF/Hput88\njZw/jyDjK3vWpsU38eKwDs1MgDTFzvrhpU/KSO43dMa8vGVAjTFCjC7f/hnjYzSQ\njywiJG603i8cI1Uy+GEIR8QCHjOazsTzvssCA1TIEgbp4mDyxfiy64e6QDxSvMSS\n1ucEo7K4zt9CVq6ePxcA+GIMhVxX/uNqoO/XRPjeawg0LejwIQYTAgMBAAGjgZ4w\ngZswCwYDVR0PBAQDAgWgMB8GA1UdEQQYMBaCCWxvY2FsaG9zdIIJMTI3LjAuMC4x\nMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAMBgNVHRMBAf8EAjAAMB0G\nA1UdDgQWBBQ6MGnxkybGIcsLdQ0dLzXpHaKoGTAfBgNVHSMEGDAWgBSP0HkShbBk\niFXkxzQSEbFIG5BOvDANBgkqhkiG9w0BAQsFAAOCAQEAmXCh7KMWNm0YZwL/qDaK\n/uj3C3PSjq+rUyzHn2RJrRZ6TaBy9BwrfinSSItcW/K/IY5kPsJDXghcHeqUrvM6\nMdY71YQZDQRQp7h9QKd7rOOE8wBnyMehSbZx2r41M4/PX/2VAmr8H/jJ6vJYvoBF\np/8bxE7vGF2uofdwa1c54R1L05p5OGV2LPXOmOmRsCSrBruoEOrnPSUjGL/Jia7l\nozVO9gPhjm1nHQHi6OHQsjw+yR/kv+LUasHp1KuwVtwL8xKmx3Gp0mgACujd2ll9\nk/1j1alOX9zp+4yhxwhDonYdesPmiX1eiYcN+vVAJgOO6oC9ur69UPBYMuJvn5xi\nnQ==\n-----END CERTIFICATE-----\n", "cert": "/etc/pki/tls/certs/podman_registry.crt", "cert_content": "-----BEGIN CERTIFICATE-----\nMIIDjTCCAnWgAwIBAgIQN/3/ph9ySDG02NB2chx5CjANBgkqhkiG9w0BAQsFADBQ\nMSAwHgYDVQQDDBdMb2NhbCBTaWduaW5nIEF1dGhvcml0eTEsMCoGA1UEAwwjMzdm\nZGZmYTYtMWY3MjQ4MzEtYjRkOGQwNzYtNzIxYzc5MDkwHhcNMjQwNTE4MTYzNzA0\nWhcNMjUwNTE4MTYzNzA0WjAUMRIwEAYDVQQDEwlsb2NhbGhvc3QwggEiMA0GCSqG\nSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDLC/petMYdVMf5hQdKOgmCKQ0hjNX2JlAO\nk6nr7MaegVRpYYMFE7MV4M7fKewyRRgf+vG1wptQqI6xERBVqBYLTMH9QeM4Jg0i\nS4s5TGYDgd+NnCt5aJDkjs1YAJaEnF4Hqow5peQUj0DL7TGoSy0GYW0VF/Hput88\njZw/jyDjK3vWpsU38eKwDs1MgDTFzvrhpU/KSO43dMa8vGVAjTFCjC7f/hnjYzSQ\njywiJG603i8cI1Uy+GEIR8QCHjOazsTzvssCA1TIEgbp4mDyxfiy64e6QDxSvMSS\n1ucEo7K4zt9CVq6ePxcA+GIMhVxX/uNqoO/XRPjeawg0LejwIQYTAgMBAAGjgZ4w\ngZswCwYDVR0PBAQDAgWgMB8GA1UdEQQYMBaCCWxvY2FsaG9zdIIJMTI3LjAuMC4x\nMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAMBgNVHRMBAf8EAjAAMB0G\nA1UdDgQWBBQ6MGnxkybGIcsLdQ0dLzXpHaKoGTAfBgNVHSMEGDAWgBSP0HkShbBk\niFXkxzQSEbFIG5BOvDANBgkqhkiG9w0BAQsFAAOCAQEAmXCh7KMWNm0YZwL/qDaK\n/uj3C3PSjq+rUyzHn2RJrRZ6TaBy9BwrfinSSItcW/K/IY5kPsJDXghcHeqUrvM6\nMdY71YQZDQRQp7h9QKd7rOOE8wBnyMehSbZx2r41M4/PX/2VAmr8H/jJ6vJYvoBF\np/8bxE7vGF2uofdwa1c54R1L05p5OGV2LPXOmOmRsCSrBruoEOrnPSUjGL/Jia7l\nozVO9gPhjm1nHQHi6OHQsjw+yR/kv+LUasHp1KuwVtwL8xKmx3Gp0mgACujd2ll9\nk/1j1alOX9zp+4yhxwhDonYdesPmiX1eiYcN+vVAJgOO6oC9ur69UPBYMuJvn5xi\nnQ==\n-----END CERTIFICATE-----\n", "key": "/etc/pki/tls/private/podman_registry.key", "key_content": "-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDLC/petMYdVMf5\nhQdKOgmCKQ0hjNX2JlAOk6nr7MaegVRpYYMFE7MV4M7fKewyRRgf+vG1wptQqI6x\nERBVqBYLTMH9QeM4Jg0iS4s5TGYDgd+NnCt5aJDkjs1YAJaEnF4Hqow5peQUj0DL\n7TGoSy0GYW0VF/Hput88jZw/jyDjK3vWpsU38eKwDs1MgDTFzvrhpU/KSO43dMa8\nvGVAjTFCjC7f/hnjYzSQjywiJG603i8cI1Uy+GEIR8QCHjOazsTzvssCA1TIEgbp\n4mDyxfiy64e6QDxSvMSS1ucEo7K4zt9CVq6ePxcA+GIMhVxX/uNqoO/XRPjeawg0\nLejwIQYTAgMBAAECggEAFwQ7lGK/lnGW3ZUT13kuvL90ipoRYv7C0nQwrdrARRV6\nARwZowixo0hBixCQgr5MVsu2fJkbzA/fZPj/NgaAwTUpRFEktaeyk3GmzY74fWtK\ncR4D25Zb3lzFsDUY2t1y10Gg9aP1b9MxUCyKFX64EuIWYG6/cHRLe+y9ioLqAnYm\ngQHWkXPP5I7Zq5rnE2qziH12d/khy0D7DFclvMttQCi/qHmWCRrr24fnxYSw2GLa\nUuk6ElvIc1mN3201QDzL47HC+XnAheYJYB4lQLQt+018Y592Lcx462lrUJ3rMuir\nR1NrLQ7a2rTNI0jpUiM6Gh4FcHwnvDnj6qCrdECm8QKBgQD6MehUaDqp69LOSjhG\n6T0NW+wsPT/6Ib96PF2SQKTGCgSPrPUFVKEidC3Cey7cP8X/yjWLaGKTQyckXDnS\nTCojiCiz1Q/NqjXBAk6yOwPr/Q2SkC/OyRsjLAtKi+PSWkqDJ2sDpiVlR3waxCfK\nlRgVKBKBjmc79nvPfUHyNqZbKwKBgQDPwgXSLx8AhAuJwwcn+93ygyxfftn1alk/\nOTRm3hjvspXk+OTPrwOCvlk8QR2IW6x5aoxn+ZfPG//yw95/ppUM6sncNQY0ddD+\nzylcrMAheRBzl7g34AiSI9QqponIAyKFzSfixvXBhauP9HRt/ZoOV8d6BJTQXMy4\n/VY79NlsuQKBgQDEyVpegXiay/SL8w6en7c4ebOh/C8E82RipXZHoXa4mYqK41P4\n9F6k9dJEJJVwAO0gSpCg7OKTx37S94M3KFcAiYjSIWQDtLwA6mqxfv+PrwLs42Hm\n+IDSwkLDSJJRklkHHYrrXNQO/BHeD6joiypdAZ7Erhf+rtklEvU6qMdh7wKBgCFP\nrrdAruvaQC9age87Rx73QUoegLwEzUKB3ZEQ01a7f6Uy8x0Jprpz4sLyfdW7PTBK\nkTCqqFig2K0IEsjM4OEtVChmqBQJP/VbKfqeCEBVtPmTvgnXdghYjlA4W6ciOYrS\nli6aUBUzZYqzW2e3Xdgm4ukBiwrNllWi6Qy7+ZChAoGAZyc+oL6VP7buTSZzb0bc\nzTWoKOC/1LkcGYmFZqg723FMZ5E+J/ek1vGPjyzyK3mdVJVPCaALTlLV5C1LRDFf\nO5hDY2VuDoO4Rx27NjhNquKlWq82vF3HLg7OScdZkIBx2Rii/3K9l/GSEQBu7JNJ\nxxTka7w5YkQaGCPaDfAPmmM=\n-----END PRIVATE KEY-----\n" }, "rc": 0, "start": "2024-05-18 16:37:05.859203" } STDOUT: Request "20240518163704" removed. TASK [fedora.linux_system_roles.certificate : Remove files] ******************** task path: /WORKDIR/git-weekly-cih11exz5w/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:181 Saturday 18 May 2024 16:37:05 +0000 (0:00:00.228) 0:01:22.809 ********** 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-cih11exz5w/tests/tasks/setup_registry.yml:35 Saturday 18 May 2024 16:37:06 +0000 (0:00:00.654) 0:01:23.463 ********** changed: [sut] => { "changed": true, "checksum": "06579d2c2d71e4df60ef94e9197573daaf4c65ea", "dest": "/tmp/lsr_gg7lb6gm_podman/auth/registry_cert.crt", "gid": 0, "group": "root", "md5sum": "6babd8bfbc4e8ccfecb73c6f42c6c644", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 1294, "src": "/root/.ansible/tmp/ansible-tmp-1716050226.6420817-3422-204111148022396/source", "state": "file", "uid": 0 } TASK [Write key for registry] ************************************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/tasks/setup_registry.yml:41 Saturday 18 May 2024 16:37:07 +0000 (0:00:00.611) 0:01:24.075 ********** changed: [sut] => { "changed": true, "checksum": "0bf83403eb8f61eba54451f7ba5ede697bf49038", "dest": "/tmp/lsr_gg7lb6gm_podman/auth/registry_key.pem", "gid": 0, "group": "root", "md5sum": "e38fa854941ab2fb572ffe7256d16e07", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 1704, "src": "/root/.ansible/tmp/ansible-tmp-1716050227.231943-3443-129722400633678/source", "state": "file", "uid": 0 } TASK [Write CA cert for registry] ********************************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/tasks/setup_registry.yml:47 Saturday 18 May 2024 16:37:07 +0000 (0:00:00.534) 0:01:24.610 ********** changed: [sut] => { "changed": true, "checksum": "06579d2c2d71e4df60ef94e9197573daaf4c65ea", "dest": "/tmp/lsr_gg7lb6gm_podman/auth/ca.crt", "gid": 0, "group": "root", "md5sum": "6babd8bfbc4e8ccfecb73c6f42c6c644", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 1294, "src": "/root/.ansible/tmp/ansible-tmp-1716050227.7689736-3463-29778289059084/source", "state": "file", "uid": 0 } TASK [Ensure test packages] **************************************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/tasks/setup_registry.yml:54 Saturday 18 May 2024 16:37:08 +0000 (0:00:00.559) 0:01:25.169 ********** 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: apr-1.6.3-12.el8.x86_64", "Installed: skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64", "Installed: apr-util-1.6.1-9.el8.x86_64" ] } lsrpackages: httpd-tools skopeo TASK [Write user and password] ************************************************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/tasks/setup_registry.yml:59 Saturday 18 May 2024 16:37:13 +0000 (0:00:05.312) 0:01:30.481 ********** 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-cih11exz5w/tests/tasks/setup_registry.yml:67 Saturday 18 May 2024 16:37:13 +0000 (0:00:00.203) 0:01:30.685 ********** 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-cih11exz5w/tests/tasks/setup_registry.yml:84 Saturday 18 May 2024 16:37:14 +0000 (0:00:00.572) 0:01:31.257 ********** ok: [sut] => { "ansible_facts": { "__podman_cleanup_paths": [ "/tmp/lsr_gg7lb6gm_podman" ] }, "changed": false } TASK [Start registry] ********************************************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/tasks/setup_registry.yml:92 Saturday 18 May 2024 16:37:14 +0000 (0:00:00.021) 0:01:31.279 ********** changed: [sut] => { "changed": true, "cmd": [ "podman", "run", "-d", "-p", "127.0.0.1:5000:5000", "--name", "podman_registry", "-v", "/tmp/lsr_gg7lb6gm_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:02.240703", "end": "2024-05-18 16:37:16.795529", "rc": 0, "start": "2024-05-18 16:37:14.554826" } STDOUT: 1d8163c2ac9ef089771de5ede21d242dcc6e1abf3ddee6cef53aff46092462d9 STDERR: Trying to pull quay.io/libpod/registry:2.8.2... Getting image source signatures Copying blob sha256:7417fa3c6d923a722787ff60825c3c40f74621ab2e4abcc120e25b10a35e4811 Copying blob sha256:88b450dec42ebc9659f10c6fd6d2326706fec4ab7aadf0c38973d930c23c546a Copying blob sha256:c4d48a809fc2256f8aa0aeee47998488d64409855adba00a7cb3007ab9f3286e Copying blob sha256:7264a8db6415046d36d16ba98b79778e18accee6ffa71850405994cffa9be7de Copying blob sha256:121f958bea53668d782691e643e9401ea21dd36c9d81078b51964d2e82b51376 Copying config sha256:0030ba3d620c647159c935ee778991c68ef3e51a274703753b0bc530104ef5e5 Writing manifest to image destination TASK [Wait for port] *********************************************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/tasks/setup_registry.yml:103 Saturday 18 May 2024 16:37:16 +0000 (0:00:02.445) 0:01:33.725 ********** 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-cih11exz5w/tests/tasks/setup_registry.yml:107 Saturday 18 May 2024 16:37:17 +0000 (0:00:00.316) 0:01:34.041 ********** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "podman", "logs", "podman_registry" ], "delta": "0:00:00.038286", "end": "2024-05-18 16:37:17.360121", "rc": 0, "start": "2024-05-18 16:37:17.321835" } STDERR: time="2024-05-18T16:37:16.788767093Z" 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=9f7e5e57-dd61-4939-a3b5-664e5cbbc79f service=registry version=2.8.2 time="2024-05-18T16:37:16.788830787Z" level=info msg="redis not configured" go.version=go1.19.9 instance.id=9f7e5e57-dd61-4939-a3b5-664e5cbbc79f service=registry version=2.8.2 time="2024-05-18T16:37:16.789038375Z" level=info msg="using inmemory blob descriptor cache" go.version=go1.19.9 instance.id=9f7e5e57-dd61-4939-a3b5-664e5cbbc79f service=registry version=2.8.2 time="2024-05-18T16:37:16.789457288Z" level=info msg="restricting TLS version to tls1.2 or higher" go.version=go1.19.9 instance.id=9f7e5e57-dd61-4939-a3b5-664e5cbbc79f service=registry version=2.8.2 time="2024-05-18T16:37:16.789566968Z" 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=9f7e5e57-dd61-4939-a3b5-664e5cbbc79f service=registry version=2.8.2 time="2024-05-18T16:37:16.789779653Z" level=info msg="listening on [::]:5000, tls" go.version=go1.19.9 instance.id=9f7e5e57-dd61-4939-a3b5-664e5cbbc79f service=registry version=2.8.2 time="2024-05-18T16:37:16.790239055Z" level=info msg="Starting upload purge in 45m0s" go.version=go1.19.9 instance.id=9f7e5e57-dd61-4939-a3b5-664e5cbbc79f service=registry version=2.8.2 2024/05/18 16:37:17 http: TLS handshake error from 10.88.0.1:53066: EOF TASK [Convert test image names into local registry names] ********************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/tasks/setup_registry.yml:113 Saturday 18 May 2024 16:37:17 +0000 (0:00:00.243) 0:01:34.285 ********** 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-cih11exz5w/tests/tasks/setup_registry.yml:118 Saturday 18 May 2024 16:37:17 +0000 (0:00:00.092) 0:01:34.377 ********** 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_gg7lb6gm_podman/auth/auth.json\" --cert-dir=\"/tmp/lsr_gg7lb6gm_podman/auth\" quay.io/libpod/testimage:20210610 docker://localhost:5000/libpod/testimage:20210610", "delta": "0:00:01.188265", "end": "2024-05-18 16:37:18.846816", "item": { "key": "quay.io/libpod/testimage:20210610", "value": "localhost:5000/libpod/testimage:20210610" }, "rc": 0, "start": "2024-05-18 16:37:17.658551" } 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-cih11exz5w/tests/tasks/setup_registry.yml:129 Saturday 18 May 2024 16:37:18 +0000 (0:00:01.393) 0:01:35.771 ********** ok: [sut] => (item=localhost:5000/libpod/testimage:20210610) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "skopeo", "inspect", "--authfile=/tmp/lsr_gg7lb6gm_podman/auth/auth.json", "--cert-dir=/tmp/lsr_gg7lb6gm_podman/auth", "docker://localhost:5000/libpod/testimage:20210610" ], "delta": "0:00:00.164190", "end": "2024-05-18 16:37:19.211861", "item": "localhost:5000/libpod/testimage:20210610", "rc": 0, "start": "2024-05-18 16:37:19.047671" } 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-cih11exz5w/tests/tests_auth_and_security.yml:60 Saturday 18 May 2024 16:37:19 +0000 (0:00:00.360) 0:01:36.131 ********** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 18 May 2024 16:37:19 +0000 (0:00:00.042) 0:01:36.174 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 18 May 2024 16:37:19 +0000 (0:00:00.036) 0:01:36.210 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 18 May 2024 16:37:19 +0000 (0:00:00.026) 0:01:36.236 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 18 May 2024 16:37:19 +0000 (0:00:00.020) 0:01:36.257 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 18 May 2024 16:37:19 +0000 (0:00:00.018) 0:01:36.275 ********** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/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-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 18 May 2024 16:37:19 +0000 (0:00:00.050) 0:01:36.326 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Enable copr if requested] ******************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 18 May 2024 16:37:20 +0000 (0:00:01.316) 0:01:37.642 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 18 May 2024 16:37:20 +0000 (0:00:00.024) 0:01:37.667 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 18 May 2024 16:37:20 +0000 (0:00:00.025) 0:01:37.692 ********** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.026476", "end": "2024-05-18 16:37:20.990551", "rc": 0, "start": "2024-05-18 16:37:20.964075" } STDOUT: podman version 4.9.4-dev TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Saturday 18 May 2024 16:37:21 +0000 (0:00:00.215) 0:01:37.908 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Saturday 18 May 2024 16:37:21 +0000 (0:00:00.024) 0:01:37.932 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Saturday 18 May 2024 16:37:21 +0000 (0:00:00.023) 0:01:37.956 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Saturday 18 May 2024 16:37:21 +0000 (0:00:00.041) 0:01:37.997 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 18 May 2024 16:37:21 +0000 (0:00:00.041) 0:01:38.039 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 18 May 2024 16:37:21 +0000 (0:00:00.059) 0:01:38.099 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 18 May 2024 16:37:21 +0000 (0:00:00.033) 0:01:38.133 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 18 May 2024 16:37:21 +0000 (0:00:00.029) 0:01:38.162 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 18 May 2024 16:37:21 +0000 (0:00:00.220) 0:01:38.383 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 18 May 2024 16:37:21 +0000 (0:00:00.055) 0:01:38.438 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716050213.0820956, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716050181.6008394, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 18 May 2024 16:37:21 +0000 (0:00:00.216) 0:01:38.654 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 18 May 2024 16:37:21 +0000 (0:00:00.024) 0:01:38.678 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 18 May 2024 16:37:21 +0000 (0:00:00.041) 0:01:38.720 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 18 May 2024 16:37:21 +0000 (0:00:00.044) 0:01:38.764 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 18 May 2024 16:37:21 +0000 (0:00:00.021) 0:01:38.786 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 18 May 2024 16:37:21 +0000 (0:00:00.034) 0:01:38.820 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 18 May 2024 16:37:21 +0000 (0:00:00.026) 0:01:38.847 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 18 May 2024 16:37:21 +0000 (0:00:00.034) 0:01:38.882 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Saturday 18 May 2024 16:37:22 +0000 (0:00:00.048) 0:01:38.931 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Saturday 18 May 2024 16:37:22 +0000 (0:00:00.054) 0:01:38.985 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 18 May 2024 16:37:22 +0000 (0:00:00.042) 0:01:39.028 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 18 May 2024 16:37:22 +0000 (0:00:00.024) 0:01:39.052 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Saturday 18 May 2024 16:37:22 +0000 (0:00:00.054) 0:01:39.106 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 18 May 2024 16:37:22 +0000 (0:00:00.043) 0:01:39.149 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 18 May 2024 16:37:22 +0000 (0:00:00.022) 0:01:39.171 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Saturday 18 May 2024 16:37:22 +0000 (0:00:00.033) 0:01:39.205 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 18 May 2024 16:37:22 +0000 (0:00:00.042) 0:01:39.248 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 18 May 2024 16:37:22 +0000 (0:00:00.021) 0:01:39.270 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Saturday 18 May 2024 16:37:22 +0000 (0:00:00.023) 0:01:39.293 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 18 May 2024 16:37:22 +0000 (0:00:00.057) 0:01:39.351 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 18 May 2024 16:37:22 +0000 (0:00:00.021) 0:01:39.372 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 18 May 2024 16:37:22 +0000 (0:00:00.021) 0:01:39.393 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 18 May 2024 16:37:22 +0000 (0:00:00.021) 0:01:39.415 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Saturday 18 May 2024 16:37:22 +0000 (0:00:00.040) 0:01:39.455 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Saturday 18 May 2024 16:37:22 +0000 (0:00:00.045) 0:01:39.501 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Saturday 18 May 2024 16:37:22 +0000 (0:00:00.041) 0:01:39.542 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Saturday 18 May 2024 16:37:22 +0000 (0:00:00.057) 0:01:39.599 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:123 Saturday 18 May 2024 16:37:22 +0000 (0:00:00.091) 0:01:39.690 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Saturday 18 May 2024 16:37:22 +0000 (0:00:00.037) 0:01:39.728 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:139 Saturday 18 May 2024 16:37:22 +0000 (0:00:00.031) 0:01:39.759 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:14 Saturday 18 May 2024 16:37:22 +0000 (0:00:00.072) 0:01:39.832 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:34 Saturday 18 May 2024 16:37:22 +0000 (0:00:00.030) 0:01:39.862 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:60 Saturday 18 May 2024 16:37:23 +0000 (0:00:00.033) 0:01:39.896 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:66 Saturday 18 May 2024 16:37:23 +0000 (0:00:00.023) 0:01:39.920 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 18 May 2024 16:37:23 +0000 (0:00:00.040) 0:01:39.960 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 18 May 2024 16:37:23 +0000 (0:00:00.029) 0:01:39.990 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 18 May 2024 16:37:23 +0000 (0:00:00.027) 0:01:40.018 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 18 May 2024 16:37:23 +0000 (0:00:00.029) 0:01:40.048 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 18 May 2024 16:37:23 +0000 (0:00:00.210) 0:01:40.259 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 18 May 2024 16:37:23 +0000 (0:00:00.027) 0:01:40.287 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716050213.0820956, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716050181.6008394, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 18 May 2024 16:37:23 +0000 (0:00:00.203) 0:01:40.490 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 18 May 2024 16:37:23 +0000 (0:00:00.059) 0:01:40.550 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 18 May 2024 16:37:23 +0000 (0:00:00.023) 0:01:40.573 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 18 May 2024 16:37:23 +0000 (0:00:00.022) 0:01:40.596 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 18 May 2024 16:37:23 +0000 (0:00:00.023) 0:01:40.619 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 18 May 2024 16:37:23 +0000 (0:00:00.023) 0:01:40.643 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 18 May 2024 16:37:23 +0000 (0:00:00.023) 0:01:40.666 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 18 May 2024 16:37:23 +0000 (0:00:00.021) 0:01:40.688 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:71 Saturday 18 May 2024 16:37:23 +0000 (0:00:00.022) 0:01:40.710 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:80 Saturday 18 May 2024 16:37:23 +0000 (0:00:00.021) 0:01:40.732 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:94 Saturday 18 May 2024 16:37:23 +0000 (0:00:00.036) 0:01:40.769 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:100 Saturday 18 May 2024 16:37:23 +0000 (0:00:00.025) 0:01:40.794 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:108 Saturday 18 May 2024 16:37:23 +0000 (0:00:00.023) 0:01:40.818 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:123 Saturday 18 May 2024 16:37:23 +0000 (0:00:00.027) 0:01:40.846 ********** 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.006432", "end": "2024-05-18 16:37:24.137846", "rc": 0, "start": "2024-05-18 16:37:24.131414" } 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:131 Saturday 18 May 2024 16:37:24 +0000 (0:00:00.211) 0:01:41.057 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:135 Saturday 18 May 2024 16:37:24 +0000 (0:00:00.020) 0:01:41.078 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:2 Saturday 18 May 2024 16:37:24 +0000 (0:00:00.046) 0:01:41.125 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 18 May 2024 16:37:24 +0000 (0:00:00.075) 0:01:41.200 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 18 May 2024 16:37:24 +0000 (0:00:00.022) 0:01:41.222 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 18 May 2024 16:37:24 +0000 (0:00:00.024) 0:01:41.247 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:7 Saturday 18 May 2024 16:37:24 +0000 (0:00:00.022) 0:01:41.269 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:23 Saturday 18 May 2024 16:37:24 +0000 (0:00:00.023) 0:01:41.293 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:39 Saturday 18 May 2024 16:37:24 +0000 (0:00:00.023) 0:01:41.316 ********** 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-cih11exz5w/tests/tests_auth_and_security.yml:75 Saturday 18 May 2024 16:37:24 +0000 (0:00:00.539) 0:01:41.856 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Run the role with credentials and cert checking] ************************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/tests_auth_and_security.yml:86 Saturday 18 May 2024 16:37:24 +0000 (0:00:00.021) 0:01:41.878 ********** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 18 May 2024 16:37:25 +0000 (0:00:00.042) 0:01:41.921 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 18 May 2024 16:37:25 +0000 (0:00:00.036) 0:01:41.958 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 18 May 2024 16:37:25 +0000 (0:00:00.025) 0:01:41.983 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 18 May 2024 16:37:25 +0000 (0:00:00.020) 0:01:42.003 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 18 May 2024 16:37:25 +0000 (0:00:00.020) 0:01:42.024 ********** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/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-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 18 May 2024 16:37:25 +0000 (0:00:00.108) 0:01:42.133 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 18 May 2024 16:37:26 +0000 (0:00:01.298) 0:01:43.431 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 18 May 2024 16:37:26 +0000 (0:00:00.022) 0:01:43.453 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 18 May 2024 16:37:26 +0000 (0:00:00.029) 0:01:43.482 ********** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.028265", "end": "2024-05-18 16:37:26.782174", "rc": 0, "start": "2024-05-18 16:37:26.753909" } STDOUT: podman version 4.9.4-dev TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Saturday 18 May 2024 16:37:26 +0000 (0:00:00.219) 0:01:43.701 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Saturday 18 May 2024 16:37:26 +0000 (0:00:00.026) 0:01:43.728 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Saturday 18 May 2024 16:37:26 +0000 (0:00:00.025) 0:01:43.754 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Saturday 18 May 2024 16:37:26 +0000 (0:00:00.076) 0:01:43.830 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 18 May 2024 16:37:27 +0000 (0:00:00.096) 0:01:43.927 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 18 May 2024 16:37:27 +0000 (0:00:00.043) 0:01:43.971 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 18 May 2024 16:37:27 +0000 (0:00:00.029) 0:01:44.001 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 18 May 2024 16:37:27 +0000 (0:00:00.032) 0:01:44.033 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 18 May 2024 16:37:27 +0000 (0:00:00.213) 0:01:44.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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 18 May 2024 16:37:27 +0000 (0:00:00.029) 0:01:44.275 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716050213.0820956, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716050181.6008394, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 18 May 2024 16:37:27 +0000 (0:00:00.206) 0:01:44.481 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 18 May 2024 16:37:27 +0000 (0:00:00.024) 0:01:44.506 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 18 May 2024 16:37:27 +0000 (0:00:00.024) 0:01:44.530 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 18 May 2024 16:37:27 +0000 (0:00:00.023) 0:01:44.553 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 18 May 2024 16:37:27 +0000 (0:00:00.022) 0:01:44.576 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 18 May 2024 16:37:27 +0000 (0:00:00.020) 0:01:44.597 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 18 May 2024 16:37:27 +0000 (0:00:00.022) 0:01:44.619 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 18 May 2024 16:37:27 +0000 (0:00:00.022) 0:01:44.642 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Saturday 18 May 2024 16:37:27 +0000 (0:00:00.024) 0:01:44.666 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Saturday 18 May 2024 16:37:27 +0000 (0:00:00.030) 0:01:44.696 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 18 May 2024 16:37:27 +0000 (0:00:00.094) 0:01:44.791 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 18 May 2024 16:37:27 +0000 (0:00:00.034) 0:01:44.826 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Saturday 18 May 2024 16:37:27 +0000 (0:00:00.023) 0:01:44.849 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 18 May 2024 16:37:28 +0000 (0:00:00.042) 0:01:44.892 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 18 May 2024 16:37:28 +0000 (0:00:00.024) 0:01:44.917 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Saturday 18 May 2024 16:37:28 +0000 (0:00:00.024) 0:01:44.942 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 18 May 2024 16:37:28 +0000 (0:00:00.043) 0:01:44.985 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 18 May 2024 16:37:28 +0000 (0:00:00.022) 0:01:45.008 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Saturday 18 May 2024 16:37:28 +0000 (0:00:00.020) 0:01:45.028 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 18 May 2024 16:37:28 +0000 (0:00:00.046) 0:01:45.074 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 18 May 2024 16:37:28 +0000 (0:00:00.023) 0:01:45.098 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 18 May 2024 16:37:28 +0000 (0:00:00.029) 0:01:45.128 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 18 May 2024 16:37:28 +0000 (0:00:00.026) 0:01:45.154 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Saturday 18 May 2024 16:37:28 +0000 (0:00:00.021) 0:01:45.176 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Saturday 18 May 2024 16:37:28 +0000 (0:00:00.020) 0:01:45.196 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Saturday 18 May 2024 16:37:28 +0000 (0:00:00.054) 0:01:45.251 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Saturday 18 May 2024 16:37:28 +0000 (0:00:00.020) 0:01:45.272 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:123 Saturday 18 May 2024 16:37:28 +0000 (0:00:00.021) 0:01:45.293 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Saturday 18 May 2024 16:37:28 +0000 (0:00:00.022) 0:01:45.316 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:139 Saturday 18 May 2024 16:37:28 +0000 (0:00:00.021) 0:01:45.337 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:14 Saturday 18 May 2024 16:37:28 +0000 (0:00:00.070) 0:01:45.408 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:34 Saturday 18 May 2024 16:37:28 +0000 (0:00:00.030) 0:01:45.439 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:60 Saturday 18 May 2024 16:37:28 +0000 (0:00:00.030) 0:01:45.469 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:66 Saturday 18 May 2024 16:37:28 +0000 (0:00:00.025) 0:01:45.495 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 18 May 2024 16:37:28 +0000 (0:00:00.043) 0:01:45.538 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 18 May 2024 16:37:28 +0000 (0:00:00.028) 0:01:45.567 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 18 May 2024 16:37:28 +0000 (0:00:00.030) 0:01:45.598 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 18 May 2024 16:37:28 +0000 (0:00:00.035) 0:01:45.633 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 18 May 2024 16:37:28 +0000 (0:00:00.214) 0:01:45.847 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 18 May 2024 16:37:28 +0000 (0:00:00.029) 0:01:45.877 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716050213.0820956, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716050181.6008394, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 18 May 2024 16:37:29 +0000 (0:00:00.243) 0:01:46.120 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 18 May 2024 16:37:29 +0000 (0:00:00.024) 0:01:46.145 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 18 May 2024 16:37:29 +0000 (0:00:00.024) 0:01:46.169 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 18 May 2024 16:37:29 +0000 (0:00:00.024) 0:01:46.193 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 18 May 2024 16:37:29 +0000 (0:00:00.025) 0:01:46.219 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 18 May 2024 16:37:29 +0000 (0:00:00.025) 0:01:46.245 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 18 May 2024 16:37:29 +0000 (0:00:00.027) 0:01:46.273 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 18 May 2024 16:37:29 +0000 (0:00:00.025) 0:01:46.298 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:71 Saturday 18 May 2024 16:37:29 +0000 (0:00:00.027) 0:01:46.325 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:80 Saturday 18 May 2024 16:37:29 +0000 (0:00:00.023) 0:01:46.349 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:94 Saturday 18 May 2024 16:37:29 +0000 (0:00:00.039) 0:01:46.389 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:100 Saturday 18 May 2024 16:37:29 +0000 (0:00:00.026) 0:01:46.416 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:108 Saturday 18 May 2024 16:37:29 +0000 (0:00:00.026) 0:01:46.442 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:123 Saturday 18 May 2024 16:37:29 +0000 (0:00:00.034) 0:01:46.477 ********** 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.005807", "end": "2024-05-18 16:37:29.757387", "rc": 0, "start": "2024-05-18 16:37:29.751580" } 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:131 Saturday 18 May 2024 16:37:29 +0000 (0:00:00.230) 0:01:46.708 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:135 Saturday 18 May 2024 16:37:29 +0000 (0:00:00.027) 0:01:46.735 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:2 Saturday 18 May 2024 16:37:29 +0000 (0:00:00.096) 0:01:46.832 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 18 May 2024 16:37:30 +0000 (0:00:00.162) 0:01:46.995 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 18 May 2024 16:37:30 +0000 (0:00:00.028) 0:01:47.024 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 18 May 2024 16:37:30 +0000 (0:00:00.033) 0:01:47.057 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:7 Saturday 18 May 2024 16:37:30 +0000 (0:00:00.048) 0:01:47.106 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:23 Saturday 18 May 2024 16:37:30 +0000 (0:00:00.037) 0:01:47.143 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:39 Saturday 18 May 2024 16:37:30 +0000 (0:00:00.026) 0:01:47.169 ********** 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-cih11exz5w/tests/tests_auth_and_security.yml:101 Saturday 18 May 2024 16:37:30 +0000 (0:00:00.464) 0:01:47.634 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create a local tmpdir] *************************************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/tests_auth_and_security.yml:112 Saturday 18 May 2024 16:37:30 +0000 (0:00:00.025) 0:01:47.659 ********** changed: [sut -> localhost] => { "changed": true, "gid": 1001, "group": "jenkins", "mode": "0700", "owner": "jenkins", "path": "/tmp/lsr_5iq5qjwa_podman", "size": 6, "state": "directory", "uid": 1000090000 } TASK [Run the role with credentials in spec and CA cert] *********************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/tests_auth_and_security.yml:120 Saturday 18 May 2024 16:37:30 +0000 (0:00:00.125) 0:01:47.784 ********** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 18 May 2024 16:37:30 +0000 (0:00:00.049) 0:01:47.834 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 18 May 2024 16:37:30 +0000 (0:00:00.040) 0:01:47.874 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 18 May 2024 16:37:31 +0000 (0:00:00.029) 0:01:47.904 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 18 May 2024 16:37:31 +0000 (0:00:00.072) 0:01:47.976 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 18 May 2024 16:37:31 +0000 (0:00:00.022) 0:01:47.999 ********** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/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-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 18 May 2024 16:37:31 +0000 (0:00:00.063) 0:01:48.063 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 18 May 2024 16:37:32 +0000 (0:00:01.280) 0:01:49.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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 18 May 2024 16:37:32 +0000 (0:00:00.025) 0:01:49.369 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 18 May 2024 16:37:32 +0000 (0:00:00.041) 0:01:49.410 ********** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.030230", "end": "2024-05-18 16:37:32.722382", "rc": 0, "start": "2024-05-18 16:37:32.692152" } STDOUT: podman version 4.9.4-dev TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Saturday 18 May 2024 16:37:32 +0000 (0:00:00.257) 0:01:49.668 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Saturday 18 May 2024 16:37:32 +0000 (0:00:00.026) 0:01:49.694 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Saturday 18 May 2024 16:37:32 +0000 (0:00:00.028) 0:01:49.723 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Saturday 18 May 2024 16:37:32 +0000 (0:00:00.140) 0:01:49.863 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 18 May 2024 16:37:33 +0000 (0:00:00.069) 0:01:49.932 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 18 May 2024 16:37:33 +0000 (0:00:00.034) 0:01:49.967 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 18 May 2024 16:37:33 +0000 (0:00:00.034) 0:01:50.002 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 18 May 2024 16:37:33 +0000 (0:00:00.031) 0:01:50.034 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 18 May 2024 16:37:33 +0000 (0:00:00.222) 0:01:50.256 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 18 May 2024 16:37:33 +0000 (0:00:00.047) 0:01:50.304 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716050213.0820956, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716050181.6008394, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 18 May 2024 16:37:33 +0000 (0:00:00.238) 0:01:50.543 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 18 May 2024 16:37:33 +0000 (0:00:00.028) 0:01:50.572 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 18 May 2024 16:37:33 +0000 (0:00:00.030) 0:01:50.603 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 18 May 2024 16:37:33 +0000 (0:00:00.040) 0:01:50.643 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 18 May 2024 16:37:33 +0000 (0:00:00.026) 0:01:50.669 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 18 May 2024 16:37:33 +0000 (0:00:00.029) 0:01:50.699 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 18 May 2024 16:37:33 +0000 (0:00:00.029) 0:01:50.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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 18 May 2024 16:37:33 +0000 (0:00:00.025) 0:01:50.754 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Saturday 18 May 2024 16:37:33 +0000 (0:00:00.024) 0:01:50.778 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Saturday 18 May 2024 16:37:33 +0000 (0:00:00.106) 0:01:50.885 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 18 May 2024 16:37:34 +0000 (0:00:00.056) 0:01:50.942 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 18 May 2024 16:37:34 +0000 (0:00:00.023) 0:01:50.965 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Saturday 18 May 2024 16:37:34 +0000 (0:00:00.026) 0:01:50.991 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 18 May 2024 16:37:34 +0000 (0:00:00.062) 0:01:51.053 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 18 May 2024 16:37:34 +0000 (0:00:00.033) 0:01:51.087 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Saturday 18 May 2024 16:37:34 +0000 (0:00:00.029) 0:01:51.116 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 18 May 2024 16:37:34 +0000 (0:00:00.045) 0:01:51.162 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 18 May 2024 16:37:34 +0000 (0:00:00.026) 0:01:51.188 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Saturday 18 May 2024 16:37:34 +0000 (0:00:00.024) 0:01:51.213 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 18 May 2024 16:37:34 +0000 (0:00:00.043) 0:01:51.257 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 18 May 2024 16:37:34 +0000 (0:00:00.022) 0:01:51.279 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 18 May 2024 16:37:34 +0000 (0:00:00.024) 0:01:51.303 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 18 May 2024 16:37:34 +0000 (0:00:00.068) 0:01:51.372 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Saturday 18 May 2024 16:37:34 +0000 (0:00:00.023) 0:01:51.396 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Saturday 18 May 2024 16:37:34 +0000 (0:00:00.025) 0:01:51.421 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Saturday 18 May 2024 16:37:34 +0000 (0:00:00.024) 0:01:51.446 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Saturday 18 May 2024 16:37:34 +0000 (0:00:00.021) 0:01:51.468 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:3 Saturday 18 May 2024 16:37:34 +0000 (0:00:00.054) 0:01:51.522 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:10 Saturday 18 May 2024 16:37:34 +0000 (0:00:00.024) 0:01:51.547 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:15 Saturday 18 May 2024 16:37:34 +0000 (0:00:00.026) 0:01:51.573 ********** ok: [sut] => { "ansible_facts": { "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:19 Saturday 18 May 2024 16:37:34 +0000 (0:00:00.029) 0:01:51.602 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 18 May 2024 16:37:34 +0000 (0:00:00.043) 0:01:51.646 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 18 May 2024 16:37:34 +0000 (0:00:00.029) 0:01:51.675 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 18 May 2024 16:37:34 +0000 (0:00:00.027) 0:01:51.702 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 18 May 2024 16:37:34 +0000 (0:00:00.029) 0:01:51.732 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 18 May 2024 16:37:35 +0000 (0:00:00.206) 0:01:51.939 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 18 May 2024 16:37:35 +0000 (0:00:00.028) 0:01:51.968 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716050213.0820956, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716050181.6008394, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 18 May 2024 16:37:35 +0000 (0:00:00.235) 0:01:52.203 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 18 May 2024 16:37:35 +0000 (0:00:00.021) 0:01:52.224 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 18 May 2024 16:37:35 +0000 (0:00:00.020) 0:01:52.245 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 18 May 2024 16:37:35 +0000 (0:00:00.021) 0:01:52.266 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 18 May 2024 16:37:35 +0000 (0:00:00.020) 0:01:52.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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 18 May 2024 16:37:35 +0000 (0:00:00.021) 0:01:52.308 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 18 May 2024 16:37:35 +0000 (0:00:00.021) 0:01:52.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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 18 May 2024 16:37:35 +0000 (0:00:00.021) 0:01:52.351 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:24 Saturday 18 May 2024 16:37:35 +0000 (0:00:00.021) 0:01:52.373 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:29 Saturday 18 May 2024 16:37:35 +0000 (0:00:00.026) 0:01:52.400 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:36 Saturday 18 May 2024 16:37:35 +0000 (0:00:00.025) 0:01:52.425 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:70 Saturday 18 May 2024 16:37:35 +0000 (0:00:00.030) 0:01:52.456 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:78 Saturday 18 May 2024 16:37:35 +0000 (0:00:00.208) 0:01:52.664 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:95 Saturday 18 May 2024 16:37:36 +0000 (0:00:00.533) 0:01:53.198 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:102 Saturday 18 May 2024 16:37:36 +0000 (0:00:00.039) 0:01:53.238 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:110 Saturday 18 May 2024 16:37:36 +0000 (0:00:00.092) 0:01:53.330 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Handle credential files - present] *********** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:123 Saturday 18 May 2024 16:37:36 +0000 (0:00:00.030) 0:01:53.361 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Saturday 18 May 2024 16:37:36 +0000 (0:00:00.028) 0:01:53.389 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:139 Saturday 18 May 2024 16:37:36 +0000 (0:00:00.025) 0:01:53.415 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:14 Saturday 18 May 2024 16:37:36 +0000 (0:00:00.063) 0:01:53.478 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:34 Saturday 18 May 2024 16:37:36 +0000 (0:00:00.026) 0:01:53.505 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:60 Saturday 18 May 2024 16:37:36 +0000 (0:00:00.029) 0:01:53.534 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:66 Saturday 18 May 2024 16:37:36 +0000 (0:00:00.023) 0:01:53.557 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 18 May 2024 16:37:36 +0000 (0:00:00.040) 0:01:53.598 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 18 May 2024 16:37:36 +0000 (0:00:00.026) 0:01:53.624 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 18 May 2024 16:37:36 +0000 (0:00:00.027) 0:01:53.652 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 18 May 2024 16:37:36 +0000 (0:00:00.032) 0:01:53.685 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 18 May 2024 16:37:37 +0000 (0:00:00.205) 0:01:53.890 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 18 May 2024 16:37:37 +0000 (0:00:00.028) 0:01:53.918 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716050213.0820956, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716050181.6008394, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 18 May 2024 16:37:37 +0000 (0:00:00.203) 0:01:54.122 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 18 May 2024 16:37:37 +0000 (0:00:00.054) 0:01:54.177 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 18 May 2024 16:37:37 +0000 (0:00:00.022) 0:01:54.200 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 18 May 2024 16:37:37 +0000 (0:00:00.021) 0:01:54.221 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 18 May 2024 16:37:37 +0000 (0:00:00.022) 0:01:54.243 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 18 May 2024 16:37:37 +0000 (0:00:00.022) 0:01:54.265 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 18 May 2024 16:37:37 +0000 (0:00:00.023) 0:01:54.288 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 18 May 2024 16:37:37 +0000 (0:00:00.023) 0:01:54.312 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:71 Saturday 18 May 2024 16:37:37 +0000 (0:00:00.023) 0:01:54.335 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:80 Saturday 18 May 2024 16:37:37 +0000 (0:00:00.022) 0:01:54.358 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:94 Saturday 18 May 2024 16:37:37 +0000 (0:00:00.039) 0:01:54.398 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:100 Saturday 18 May 2024 16:37:37 +0000 (0:00:00.027) 0:01:54.425 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:108 Saturday 18 May 2024 16:37:37 +0000 (0:00:00.024) 0:01:54.450 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:123 Saturday 18 May 2024 16:37:37 +0000 (0:00:00.025) 0:01:54.476 ********** 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.005989", "end": "2024-05-18 16:37:37.760200", "rc": 0, "start": "2024-05-18 16:37:37.754211" } 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:131 Saturday 18 May 2024 16:37:37 +0000 (0:00:00.202) 0:01:54.679 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:135 Saturday 18 May 2024 16:37:37 +0000 (0:00:00.020) 0:01:54.699 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:2 Saturday 18 May 2024 16:37:37 +0000 (0:00:00.044) 0:01:54.743 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 18 May 2024 16:37:37 +0000 (0:00:00.070) 0:01:54.814 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 18 May 2024 16:37:37 +0000 (0:00:00.026) 0:01:54.840 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 18 May 2024 16:37:37 +0000 (0:00:00.023) 0:01:54.863 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:7 Saturday 18 May 2024 16:37:37 +0000 (0:00:00.022) 0:01:54.886 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:23 Saturday 18 May 2024 16:37:38 +0000 (0:00:00.021) 0:01:54.908 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:39 Saturday 18 May 2024 16:37:38 +0000 (0:00:00.026) 0:01:54.934 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:72 Saturday 18 May 2024 16:37:38 +0000 (0:00:00.551) 0:01:55.485 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:80 Saturday 18 May 2024 16:37:38 +0000 (0:00:00.191) 0:01:55.677 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:89 Saturday 18 May 2024 16:37:38 +0000 (0:00:00.208) 0:01:55.885 ********** 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-1716050259.0560646-4542-24456078639113/source", "state": "file", "uid": 0 } TASK [linux-system-roles.podman : Update containers/pods] ********************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:99 Saturday 18 May 2024 16:37:39 +0000 (0:00:00.576) 0:01:56.461 ********** changed: [sut] => { "actions": [ "/usr/bin/podman play kube --start=true /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml" ], "changed": true } STDOUT: Pod: 95312169029ee0c726134d8998bed3febcd72778222496371104782f0a2251e6 Container: c357f9670971f0744a1050065b3e36bc30b3abe4b0d5a37f5d4e56035d4ea45d TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:108 Saturday 18 May 2024 16:37:40 +0000 (0:00:01.255) 0:01:57.716 ********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Enable service] ****************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:120 Saturday 18 May 2024 16:37:41 +0000 (0:00:00.593) 0:01:58.310 ********** changed: [sut] => { "changed": true, "enabled": true, "name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "system-podman\\x2dkube.slice basic.target -.mount sysinit.target network-online.target systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "man:podman-kube-play(1)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "Environment": "PODMAN_SYSTEMD_UNIT=podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target -.mount system-podman\\x2dkube.slice", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 10s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "network-online.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:133 Saturday 18 May 2024 16:37:42 +0000 (0:00:00.640) 0:01:58.950 ********** 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": "basic.target -.mount sysinit.target network-online.target systemd-journald.socket system-podman\\x2dkube.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "man:podman-kube-play(1)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "Environment": "PODMAN_SYSTEMD_UNIT=podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system-podman\\x2dkube.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-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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:147 Saturday 18 May 2024 16:37:43 +0000 (0:00:01.506) 0:02:00.457 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:146 Saturday 18 May 2024 16:37:43 +0000 (0:00:00.026) 0:02:00.483 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 18 May 2024 16:37:43 +0000 (0:00:00.117) 0:02:00.601 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 18 May 2024 16:37:43 +0000 (0:00:00.027) 0:02:00.629 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 18 May 2024 16:37:43 +0000 (0:00:00.028) 0:02:00.657 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 18 May 2024 16:37:43 +0000 (0:00:00.021) 0:02:00.679 ********** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "auth_test_1_quadlet", "__podman_quadlet_type": "container", "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 18 May 2024 16:37:43 +0000 (0:00:00.031) 0:02:00.711 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 18 May 2024 16:37:43 +0000 (0:00:00.038) 0:02:00.749 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 18 May 2024 16:37:43 +0000 (0:00:00.028) 0:02:00.777 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 18 May 2024 16:37:43 +0000 (0:00:00.027) 0:02:00.805 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 18 May 2024 16:37:43 +0000 (0:00:00.031) 0:02:00.836 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 18 May 2024 16:37:44 +0000 (0:00:00.282) 0:02:01.118 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 18 May 2024 16:37:44 +0000 (0:00:00.030) 0:02:01.149 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716050213.0820956, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716050181.6008394, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 18 May 2024 16:37:44 +0000 (0:00:00.290) 0:02:01.439 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 18 May 2024 16:37:44 +0000 (0:00:00.026) 0:02:01.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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 18 May 2024 16:37:44 +0000 (0:00:00.022) 0:02:01.488 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 18 May 2024 16:37:44 +0000 (0:00:00.070) 0:02:01.559 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 18 May 2024 16:37:44 +0000 (0:00:00.023) 0:02:01.583 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 18 May 2024 16:37:44 +0000 (0:00:00.023) 0:02:01.606 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 18 May 2024 16:37:44 +0000 (0:00:00.024) 0:02:01.630 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 18 May 2024 16:37:44 +0000 (0:00:00.022) 0:02:01.653 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 18 May 2024 16:37:44 +0000 (0:00:00.025) 0:02:01.678 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 18 May 2024 16:37:44 +0000 (0:00:00.039) 0:02:01.718 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 18 May 2024 16:37:44 +0000 (0:00:00.026) 0:02:01.744 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 18 May 2024 16:37:44 +0000 (0:00:00.024) 0:02:01.768 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 18 May 2024 16:37:44 +0000 (0:00:00.043) 0:02:01.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 : Cleanup quadlets] **************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:220 Saturday 18 May 2024 16:37:44 +0000 (0:00:00.025) 0:02:01.838 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:224 Saturday 18 May 2024 16:37:44 +0000 (0:00:00.023) 0:02:01.861 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Saturday 18 May 2024 16:37:45 +0000 (0:00:00.075) 0:02:01.937 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 18 May 2024 16:37:45 +0000 (0:00:00.077) 0:02:02.015 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 18 May 2024 16:37:45 +0000 (0:00:00.037) 0:02:02.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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 18 May 2024 16:37:45 +0000 (0:00:00.034) 0:02:02.087 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:7 Saturday 18 May 2024 16:37:45 +0000 (0:00:00.127) 0:02:02.214 ********** TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:23 Saturday 18 May 2024 16:37:45 +0000 (0:00:00.032) 0:02:02.246 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:47 Saturday 18 May 2024 16:37:46 +0000 (0:00:00.745) 0:02:02.992 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:56 Saturday 18 May 2024 16:37:46 +0000 (0:00:00.290) 0:02:03.282 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:66 Saturday 18 May 2024 16:37:46 +0000 (0:00:00.028) 0:02:03.311 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:78 Saturday 18 May 2024 16:37:46 +0000 (0:00:00.027) 0:02:03.339 ********** 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-1716050266.4944253-4790-172882456132550/source", "state": "file", "uid": 0 } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:90 Saturday 18 May 2024 16:37:47 +0000 (0:00:00.733) 0:02:04.072 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:119 Saturday 18 May 2024 16:37:47 +0000 (0:00:00.026) 0:02:04.098 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:135 Saturday 18 May 2024 16:37:47 +0000 (0:00:00.027) 0:02:04.125 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:153 Saturday 18 May 2024 16:37:47 +0000 (0:00:00.029) 0:02:04.155 ********** TASK [linux-system-roles.podman : Handle credential files - absent] ************ task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:159 Saturday 18 May 2024 16:37:47 +0000 (0:00:00.025) 0:02:04.181 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:168 Saturday 18 May 2024 16:37:47 +0000 (0:00:00.027) 0:02:04.208 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:3 Saturday 18 May 2024 16:37:47 +0000 (0:00:00.108) 0:02:04.316 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:10 Saturday 18 May 2024 16:37:47 +0000 (0:00:00.024) 0:02:04.341 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:15 Saturday 18 May 2024 16:37:47 +0000 (0:00:00.024) 0:02:04.365 ********** ok: [sut] => { "ansible_facts": { "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:19 Saturday 18 May 2024 16:37:47 +0000 (0:00:00.023) 0:02:04.389 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 18 May 2024 16:37:47 +0000 (0:00:00.061) 0:02:04.451 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 18 May 2024 16:37:47 +0000 (0:00:00.030) 0:02:04.482 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 18 May 2024 16:37:47 +0000 (0:00:00.029) 0:02:04.511 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 18 May 2024 16:37:47 +0000 (0:00:00.031) 0:02:04.542 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 18 May 2024 16:37:47 +0000 (0:00:00.265) 0:02:04.808 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 18 May 2024 16:37:47 +0000 (0:00:00.029) 0:02:04.837 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716050213.0820956, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716050181.6008394, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 18 May 2024 16:37:48 +0000 (0:00:00.286) 0:02:05.123 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 18 May 2024 16:37:48 +0000 (0:00:00.028) 0:02:05.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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 18 May 2024 16:37:48 +0000 (0:00:00.023) 0:02:05.175 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 18 May 2024 16:37:48 +0000 (0:00:00.025) 0:02:05.201 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 18 May 2024 16:37:48 +0000 (0:00:00.075) 0:02:05.277 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 18 May 2024 16:37:48 +0000 (0:00:00.025) 0:02:05.302 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 18 May 2024 16:37:48 +0000 (0:00:00.026) 0:02:05.328 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 18 May 2024 16:37:48 +0000 (0:00:00.023) 0:02:05.352 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:24 Saturday 18 May 2024 16:37:48 +0000 (0:00:00.025) 0:02:05.378 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:29 Saturday 18 May 2024 16:37:48 +0000 (0:00:00.035) 0:02:05.413 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:36 Saturday 18 May 2024 16:37:48 +0000 (0:00:00.039) 0:02:05.453 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Ensure certs.d directory] ******************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:70 Saturday 18 May 2024 16:37:48 +0000 (0:00:00.042) 0:02:05.495 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure certs.d files] ************************ task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:78 Saturday 18 May 2024 16:37:48 +0000 (0:00:00.036) 0:02:05.532 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:95 Saturday 18 May 2024 16:37:48 +0000 (0:00:00.045) 0:02:05.578 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:102 Saturday 18 May 2024 16:37:48 +0000 (0:00:00.047) 0:02:05.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 : Ensure the certs.d directory is absent if empty] *** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:110 Saturday 18 May 2024 16:37:48 +0000 (0:00:00.030) 0:02:05.655 ********** 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-cih11exz5w/tests/tests_auth_and_security.yml:135 Saturday 18 May 2024 16:37:48 +0000 (0:00:00.033) 0:02:05.689 ********** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 18 May 2024 16:37:48 +0000 (0:00:00.067) 0:02:05.757 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 18 May 2024 16:37:48 +0000 (0:00:00.038) 0:02:05.795 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 18 May 2024 16:37:48 +0000 (0:00:00.026) 0:02:05.822 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 18 May 2024 16:37:49 +0000 (0:00:00.071) 0:02:05.893 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 18 May 2024 16:37:49 +0000 (0:00:00.022) 0:02:05.916 ********** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/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-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 18 May 2024 16:37:49 +0000 (0:00:00.053) 0:02:05.969 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 18 May 2024 16:37:50 +0000 (0:00:01.769) 0:02:07.739 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 18 May 2024 16:37:50 +0000 (0:00:00.030) 0:02:07.770 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 18 May 2024 16:37:50 +0000 (0:00:00.037) 0:02:07.807 ********** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.035389", "end": "2024-05-18 16:37:51.193101", "rc": 0, "start": "2024-05-18 16:37:51.157712" } STDOUT: podman version 4.9.4-dev TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Saturday 18 May 2024 16:37:51 +0000 (0:00:00.310) 0:02:08.117 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Saturday 18 May 2024 16:37:51 +0000 (0:00:00.057) 0:02:08.175 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Saturday 18 May 2024 16:37:51 +0000 (0:00:00.025) 0:02:08.201 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Saturday 18 May 2024 16:37:51 +0000 (0:00:00.047) 0:02:08.248 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 18 May 2024 16:37:51 +0000 (0:00:00.048) 0:02:08.297 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 18 May 2024 16:37:51 +0000 (0:00:00.031) 0:02:08.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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 18 May 2024 16:37:51 +0000 (0:00:00.035) 0:02:08.365 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 18 May 2024 16:37:51 +0000 (0:00:00.059) 0:02:08.424 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 18 May 2024 16:37:51 +0000 (0:00:00.290) 0:02:08.715 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 18 May 2024 16:37:51 +0000 (0:00:00.061) 0:02:08.777 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716050213.0820956, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716050181.6008394, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 18 May 2024 16:37:52 +0000 (0:00:00.337) 0:02:09.114 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 18 May 2024 16:37:52 +0000 (0:00:00.065) 0:02:09.180 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 18 May 2024 16:37:52 +0000 (0:00:00.070) 0:02:09.250 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 18 May 2024 16:37:52 +0000 (0:00:00.056) 0:02:09.306 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 18 May 2024 16:37:52 +0000 (0:00:00.026) 0:02:09.333 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 18 May 2024 16:37:52 +0000 (0:00:00.029) 0:02:09.363 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 18 May 2024 16:37:52 +0000 (0:00:00.041) 0:02:09.404 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 18 May 2024 16:37:52 +0000 (0:00:00.097) 0:02:09.502 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Saturday 18 May 2024 16:37:52 +0000 (0:00:00.038) 0:02:09.540 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Saturday 18 May 2024 16:37:52 +0000 (0:00:00.070) 0:02:09.611 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 18 May 2024 16:37:52 +0000 (0:00:00.063) 0:02:09.675 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 18 May 2024 16:37:52 +0000 (0:00:00.025) 0:02:09.701 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Saturday 18 May 2024 16:37:52 +0000 (0:00:00.038) 0:02:09.739 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 18 May 2024 16:37:52 +0000 (0:00:00.055) 0:02:09.794 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 18 May 2024 16:37:52 +0000 (0:00:00.044) 0:02:09.839 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Saturday 18 May 2024 16:37:52 +0000 (0:00:00.027) 0:02:09.866 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 18 May 2024 16:37:53 +0000 (0:00:00.052) 0:02:09.919 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 18 May 2024 16:37:53 +0000 (0:00:00.025) 0:02:09.944 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Saturday 18 May 2024 16:37:53 +0000 (0:00:00.047) 0:02:09.991 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 18 May 2024 16:37:53 +0000 (0:00:00.070) 0:02:10.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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 18 May 2024 16:37:53 +0000 (0:00:00.037) 0:02:10.099 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 18 May 2024 16:37:53 +0000 (0:00:00.121) 0:02:10.220 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 18 May 2024 16:37:53 +0000 (0:00:00.037) 0:02:10.258 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Saturday 18 May 2024 16:37:53 +0000 (0:00:00.027) 0:02:10.286 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Saturday 18 May 2024 16:37:53 +0000 (0:00:00.030) 0:02:10.317 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Saturday 18 May 2024 16:37:53 +0000 (0:00:00.024) 0:02:10.342 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Saturday 18 May 2024 16:37:53 +0000 (0:00:00.023) 0:02:10.365 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:123 Saturday 18 May 2024 16:37:53 +0000 (0:00:00.023) 0:02:10.389 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Saturday 18 May 2024 16:37:53 +0000 (0:00:00.033) 0:02:10.422 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:139 Saturday 18 May 2024 16:37:53 +0000 (0:00:00.028) 0:02:10.451 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:14 Saturday 18 May 2024 16:37:53 +0000 (0:00:00.058) 0:02:10.510 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:34 Saturday 18 May 2024 16:37:53 +0000 (0:00:00.032) 0:02:10.542 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:60 Saturday 18 May 2024 16:37:53 +0000 (0:00:00.045) 0:02:10.587 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:66 Saturday 18 May 2024 16:37:53 +0000 (0:00:00.036) 0:02:10.624 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 18 May 2024 16:37:53 +0000 (0:00:00.045) 0:02:10.669 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 18 May 2024 16:37:53 +0000 (0:00:00.031) 0:02:10.700 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 18 May 2024 16:37:53 +0000 (0:00:00.037) 0:02:10.738 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 18 May 2024 16:37:53 +0000 (0:00:00.093) 0:02:10.831 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 18 May 2024 16:37:54 +0000 (0:00:00.281) 0:02:11.113 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 18 May 2024 16:37:54 +0000 (0:00:00.042) 0:02:11.156 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716050213.0820956, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716050181.6008394, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 18 May 2024 16:37:54 +0000 (0:00:00.277) 0:02:11.434 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 18 May 2024 16:37:54 +0000 (0:00:00.026) 0:02:11.461 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 18 May 2024 16:37:54 +0000 (0:00:00.032) 0:02:11.493 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 18 May 2024 16:37:54 +0000 (0:00:00.042) 0:02:11.535 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 18 May 2024 16:37:54 +0000 (0:00:00.036) 0:02:11.572 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 18 May 2024 16:37:54 +0000 (0:00:00.028) 0:02:11.600 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 18 May 2024 16:37:54 +0000 (0:00:00.040) 0:02:11.641 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 18 May 2024 16:37:54 +0000 (0:00:00.027) 0:02:11.668 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:71 Saturday 18 May 2024 16:37:54 +0000 (0:00:00.025) 0:02:11.694 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:80 Saturday 18 May 2024 16:37:54 +0000 (0:00:00.027) 0:02:11.721 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:94 Saturday 18 May 2024 16:37:54 +0000 (0:00:00.055) 0:02:11.776 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:100 Saturday 18 May 2024 16:37:54 +0000 (0:00:00.038) 0:02:11.815 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:108 Saturday 18 May 2024 16:37:54 +0000 (0:00:00.026) 0:02:11.842 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:123 Saturday 18 May 2024 16:37:54 +0000 (0:00:00.039) 0:02:11.881 ********** 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.011120", "end": "2024-05-18 16:37:55.232664", "rc": 0, "start": "2024-05-18 16:37:55.221544" } 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:131 Saturday 18 May 2024 16:37:55 +0000 (0:00:00.277) 0:02:12.159 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:135 Saturday 18 May 2024 16:37:55 +0000 (0:00:00.027) 0:02:12.187 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:2 Saturday 18 May 2024 16:37:55 +0000 (0:00:00.053) 0:02:12.241 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 18 May 2024 16:37:55 +0000 (0:00:00.040) 0:02:12.281 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 18 May 2024 16:37:55 +0000 (0:00:00.024) 0:02:12.305 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 18 May 2024 16:37:55 +0000 (0:00:00.022) 0:02:12.328 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:7 Saturday 18 May 2024 16:37:55 +0000 (0:00:00.021) 0:02:12.349 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:23 Saturday 18 May 2024 16:37:55 +0000 (0:00:00.023) 0:02:12.372 ********** TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:39 Saturday 18 May 2024 16:37:55 +0000 (0:00:00.020) 0:02:12.393 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:72 Saturday 18 May 2024 16:37:56 +0000 (0:00:00.732) 0:02:13.125 ********** ok: [sut] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1716050259.9394767, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fb0097683a2e5c8909a8037d64ddc1b350aed0be", "ctime": 1716050259.4924731, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 425722180, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1716050259.2984715, "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": "4193365300", "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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:80 Saturday 18 May 2024 16:37:56 +0000 (0:00:00.297) 0:02:13.423 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:89 Saturday 18 May 2024 16:37:56 +0000 (0:00:00.313) 0:02:13.736 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:99 Saturday 18 May 2024 16:37:57 +0000 (0:00:00.687) 0:02:14.424 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:108 Saturday 18 May 2024 16:37:57 +0000 (0:00:00.442) 0:02:14.866 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Enable service] ****************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:120 Saturday 18 May 2024 16:37:58 +0000 (0:00:00.027) 0:02:14.894 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:133 Saturday 18 May 2024 16:37:58 +0000 (0:00:00.029) 0:02:14.923 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:147 Saturday 18 May 2024 16:37:58 +0000 (0:00:00.035) 0:02:14.958 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:146 Saturday 18 May 2024 16:37:58 +0000 (0:00:00.028) 0:02:14.987 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 18 May 2024 16:37:58 +0000 (0:00:00.066) 0:02:15.053 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 18 May 2024 16:37:58 +0000 (0:00:00.050) 0:02:15.103 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 18 May 2024 16:37:58 +0000 (0:00:00.043) 0:02:15.147 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 18 May 2024 16:37:58 +0000 (0:00:00.030) 0:02:15.177 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 18 May 2024 16:37:58 +0000 (0:00:00.052) 0:02:15.230 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 18 May 2024 16:37:58 +0000 (0:00:00.167) 0:02:15.397 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 18 May 2024 16:37:58 +0000 (0:00:00.047) 0:02:15.445 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 18 May 2024 16:37:58 +0000 (0:00:00.055) 0:02:15.500 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 18 May 2024 16:37:58 +0000 (0:00:00.061) 0:02:15.562 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 18 May 2024 16:37:58 +0000 (0:00:00.272) 0:02:15.834 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 18 May 2024 16:37:58 +0000 (0:00:00.031) 0:02:15.866 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716050213.0820956, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716050181.6008394, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 18 May 2024 16:37:59 +0000 (0:00:00.278) 0:02:16.144 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 18 May 2024 16:37:59 +0000 (0:00:00.032) 0:02:16.176 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 18 May 2024 16:37:59 +0000 (0:00:00.025) 0:02:16.202 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 18 May 2024 16:37:59 +0000 (0:00:00.023) 0:02:16.225 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 18 May 2024 16:37:59 +0000 (0:00:00.024) 0:02:16.250 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 18 May 2024 16:37:59 +0000 (0:00:00.023) 0:02:16.273 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 18 May 2024 16:37:59 +0000 (0:00:00.021) 0:02:16.295 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 18 May 2024 16:37:59 +0000 (0:00:00.023) 0:02:16.318 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 18 May 2024 16:37:59 +0000 (0:00:00.023) 0:02:16.341 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 18 May 2024 16:37:59 +0000 (0:00:00.039) 0:02:16.380 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 18 May 2024 16:37:59 +0000 (0:00:00.075) 0:02:16.456 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 18 May 2024 16:37:59 +0000 (0:00:00.024) 0:02:16.481 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 18 May 2024 16:37:59 +0000 (0:00:00.044) 0:02:16.525 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:220 Saturday 18 May 2024 16:37:59 +0000 (0:00:00.038) 0:02:16.564 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:224 Saturday 18 May 2024 16:37:59 +0000 (0:00:00.025) 0:02:16.590 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Saturday 18 May 2024 16:37:59 +0000 (0:00:00.048) 0:02:16.638 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 18 May 2024 16:37:59 +0000 (0:00:00.038) 0:02:16.677 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 18 May 2024 16:37:59 +0000 (0:00:00.022) 0:02:16.699 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 18 May 2024 16:37:59 +0000 (0:00:00.024) 0:02:16.724 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:7 Saturday 18 May 2024 16:37:59 +0000 (0:00:00.038) 0:02:16.762 ********** TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:23 Saturday 18 May 2024 16:37:59 +0000 (0:00:00.025) 0:02:16.788 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:47 Saturday 18 May 2024 16:38:00 +0000 (0:00:00.740) 0:02:17.529 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:56 Saturday 18 May 2024 16:38:00 +0000 (0:00:00.286) 0:02:17.816 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:66 Saturday 18 May 2024 16:38:01 +0000 (0:00:00.076) 0:02:17.893 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:78 Saturday 18 May 2024 16:38:01 +0000 (0:00:00.025) 0:02:17.918 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:90 Saturday 18 May 2024 16:38:01 +0000 (0:00:00.673) 0:02:18.592 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:119 Saturday 18 May 2024 16:38:01 +0000 (0:00:00.030) 0:02:18.623 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:135 Saturday 18 May 2024 16:38:01 +0000 (0:00:00.034) 0:02:18.657 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:153 Saturday 18 May 2024 16:38:01 +0000 (0:00:00.030) 0:02:18.688 ********** TASK [linux-system-roles.podman : Handle credential files - absent] ************ task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:159 Saturday 18 May 2024 16:38:01 +0000 (0:00:00.029) 0:02:18.718 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:168 Saturday 18 May 2024 16:38:01 +0000 (0:00:00.030) 0:02:18.748 ********** 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-cih11exz5w/tests/tests_auth_and_security.yml:146 Saturday 18 May 2024 16:38:01 +0000 (0:00:00.026) 0:02:18.775 ********** changed: [sut] => { "changed": true, "checksum": "b819d75ccfa3c80e53a58ff6bf6cebaa53935c90", "dest": "/tmp/lsr_5iq5qjwa_podman/auth.json", "md5sum": "f15cd4419e7120618eaac8d321813d3d", "remote_checksum": "b819d75ccfa3c80e53a58ff6bf6cebaa53935c90", "remote_md5sum": null } TASK [Provide a credentials file - root] *************************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/tests_auth_and_security.yml:152 Saturday 18 May 2024 16:38:02 +0000 (0:00:00.337) 0:02:19.112 ********** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 18 May 2024 16:38:02 +0000 (0:00:00.070) 0:02:19.182 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 18 May 2024 16:38:02 +0000 (0:00:00.052) 0:02:19.235 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 18 May 2024 16:38:02 +0000 (0:00:00.162) 0:02:19.397 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 18 May 2024 16:38:02 +0000 (0:00:00.041) 0:02:19.439 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 18 May 2024 16:38:02 +0000 (0:00:00.037) 0:02:19.477 ********** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/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-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 18 May 2024 16:38:02 +0000 (0:00:00.078) 0:02:19.556 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 18 May 2024 16:38:04 +0000 (0:00:01.832) 0:02:21.388 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 18 May 2024 16:38:04 +0000 (0:00:00.025) 0:02:21.414 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 18 May 2024 16:38:04 +0000 (0:00:00.070) 0:02:21.485 ********** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.044564", "end": "2024-05-18 16:38:04.858584", "rc": 0, "start": "2024-05-18 16:38:04.814020" } STDOUT: podman version 4.9.4-dev TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Saturday 18 May 2024 16:38:04 +0000 (0:00:00.325) 0:02:21.810 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Saturday 18 May 2024 16:38:04 +0000 (0:00:00.033) 0:02:21.844 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Saturday 18 May 2024 16:38:05 +0000 (0:00:00.071) 0:02:21.915 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Saturday 18 May 2024 16:38:05 +0000 (0:00:00.049) 0:02:21.964 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 18 May 2024 16:38:05 +0000 (0:00:00.068) 0:02:22.033 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 18 May 2024 16:38:05 +0000 (0:00:00.055) 0:02:22.088 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 18 May 2024 16:38:05 +0000 (0:00:00.059) 0:02:22.148 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 18 May 2024 16:38:05 +0000 (0:00:00.036) 0:02:22.185 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 18 May 2024 16:38:05 +0000 (0:00:00.277) 0:02:22.463 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 18 May 2024 16:38:05 +0000 (0:00:00.057) 0:02:22.520 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716050213.0820956, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716050181.6008394, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 18 May 2024 16:38:05 +0000 (0:00:00.320) 0:02:22.840 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 18 May 2024 16:38:05 +0000 (0:00:00.023) 0:02:22.864 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 18 May 2024 16:38:06 +0000 (0:00:00.023) 0:02:22.887 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 18 May 2024 16:38:06 +0000 (0:00:00.023) 0:02:22.911 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 18 May 2024 16:38:06 +0000 (0:00:00.023) 0:02:22.934 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 18 May 2024 16:38:06 +0000 (0:00:00.030) 0:02:22.965 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 18 May 2024 16:38:06 +0000 (0:00:00.036) 0:02:23.002 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 18 May 2024 16:38:06 +0000 (0:00:00.113) 0:02:23.115 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Saturday 18 May 2024 16:38:06 +0000 (0:00:00.023) 0:02:23.139 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Saturday 18 May 2024 16:38:06 +0000 (0:00:00.032) 0:02:23.172 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 18 May 2024 16:38:06 +0000 (0:00:00.044) 0:02:23.216 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 18 May 2024 16:38:06 +0000 (0:00:00.024) 0:02:23.241 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Saturday 18 May 2024 16:38:06 +0000 (0:00:00.022) 0:02:23.263 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 18 May 2024 16:38:06 +0000 (0:00:00.042) 0:02:23.305 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 18 May 2024 16:38:06 +0000 (0:00:00.023) 0:02:23.329 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Saturday 18 May 2024 16:38:06 +0000 (0:00:00.028) 0:02:23.358 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 18 May 2024 16:38:06 +0000 (0:00:00.045) 0:02:23.403 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 18 May 2024 16:38:06 +0000 (0:00:00.024) 0:02:23.428 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Saturday 18 May 2024 16:38:06 +0000 (0:00:00.022) 0:02:23.450 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 18 May 2024 16:38:06 +0000 (0:00:00.047) 0:02:23.497 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 18 May 2024 16:38:06 +0000 (0:00:00.029) 0:02:23.526 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get the existing policy.json] **************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 18 May 2024 16:38:06 +0000 (0:00:00.096) 0:02:23.623 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 18 May 2024 16:38:06 +0000 (0:00:00.025) 0:02:23.648 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Saturday 18 May 2024 16:38:06 +0000 (0:00:00.037) 0:02:23.686 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Saturday 18 May 2024 16:38:06 +0000 (0:00:00.038) 0:02:23.725 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Saturday 18 May 2024 16:38:06 +0000 (0:00:00.041) 0:02:23.766 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Saturday 18 May 2024 16:38:06 +0000 (0:00:00.036) 0:02:23.803 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:123 Saturday 18 May 2024 16:38:06 +0000 (0:00:00.044) 0:02:23.847 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:3 Saturday 18 May 2024 16:38:07 +0000 (0:00:00.072) 0:02:23.919 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:11 Saturday 18 May 2024 16:38:07 +0000 (0:00:00.037) 0:02:23.956 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 18 May 2024 16:38:07 +0000 (0:00:00.047) 0:02:24.003 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 18 May 2024 16:38:07 +0000 (0:00:00.038) 0:02:24.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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 18 May 2024 16:38:07 +0000 (0:00:00.037) 0:02:24.080 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 18 May 2024 16:38:07 +0000 (0:00:00.033) 0:02:24.113 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 18 May 2024 16:38:07 +0000 (0:00:00.257) 0:02:24.371 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 18 May 2024 16:38:07 +0000 (0:00:00.034) 0:02:24.405 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716050213.0820956, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716050181.6008394, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 18 May 2024 16:38:07 +0000 (0:00:00.332) 0:02:24.738 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 18 May 2024 16:38:07 +0000 (0:00:00.042) 0:02:24.780 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 18 May 2024 16:38:07 +0000 (0:00:00.045) 0:02:24.826 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 18 May 2024 16:38:07 +0000 (0:00:00.034) 0:02:24.860 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 18 May 2024 16:38:08 +0000 (0:00:00.043) 0:02:24.904 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 18 May 2024 16:38:08 +0000 (0:00:00.077) 0:02:24.981 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 18 May 2024 16:38:08 +0000 (0:00:00.051) 0:02:25.032 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 18 May 2024 16:38:08 +0000 (0:00:00.037) 0:02:25.069 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set credential variables] ******************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:17 Saturday 18 May 2024 16:38:08 +0000 (0:00:00.081) 0:02:25.150 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:45 Saturday 18 May 2024 16:38:08 +0000 (0:00:00.072) 0:02:25.223 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:53 Saturday 18 May 2024 16:38:08 +0000 (0:00:00.352) 0:02:25.576 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:63 Saturday 18 May 2024 16:38:09 +0000 (0:00:00.830) 0:02:26.406 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:80 Saturday 18 May 2024 16:38:09 +0000 (0:00:00.044) 0:02:26.450 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Find files in credentials directory] ********* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:86 Saturday 18 May 2024 16:38:09 +0000 (0:00:00.027) 0:02:26.477 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Ensure the credentials directory is absent if empty] *** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:94 Saturday 18 May 2024 16:38:09 +0000 (0:00:00.043) 0:02:26.521 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Saturday 18 May 2024 16:38:09 +0000 (0:00:00.105) 0:02:26.627 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:139 Saturday 18 May 2024 16:38:09 +0000 (0:00:00.032) 0:02:26.660 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:14 Saturday 18 May 2024 16:38:09 +0000 (0:00:00.075) 0:02:26.735 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:34 Saturday 18 May 2024 16:38:09 +0000 (0:00:00.046) 0:02:26.781 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:60 Saturday 18 May 2024 16:38:09 +0000 (0:00:00.066) 0:02:26.848 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:66 Saturday 18 May 2024 16:38:10 +0000 (0:00:00.040) 0:02:26.888 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 18 May 2024 16:38:10 +0000 (0:00:00.046) 0:02:26.935 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 18 May 2024 16:38:10 +0000 (0:00:00.042) 0:02:26.978 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 18 May 2024 16:38:10 +0000 (0:00:00.034) 0:02:27.012 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 18 May 2024 16:38:10 +0000 (0:00:00.037) 0:02:27.050 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 18 May 2024 16:38:10 +0000 (0:00:00.271) 0:02:27.321 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 18 May 2024 16:38:10 +0000 (0:00:00.033) 0:02:27.354 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716050213.0820956, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716050181.6008394, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 18 May 2024 16:38:10 +0000 (0:00:00.279) 0:02:27.633 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 18 May 2024 16:38:10 +0000 (0:00:00.024) 0:02:27.657 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 18 May 2024 16:38:10 +0000 (0:00:00.111) 0:02:27.769 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 18 May 2024 16:38:10 +0000 (0:00:00.025) 0:02:27.794 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 18 May 2024 16:38:10 +0000 (0:00:00.026) 0:02:27.821 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 18 May 2024 16:38:10 +0000 (0:00:00.028) 0:02:27.849 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 18 May 2024 16:38:10 +0000 (0:00:00.025) 0:02:27.875 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 18 May 2024 16:38:11 +0000 (0:00:00.028) 0:02:27.903 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:71 Saturday 18 May 2024 16:38:11 +0000 (0:00:00.027) 0:02:27.931 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:80 Saturday 18 May 2024 16:38:11 +0000 (0:00:00.048) 0:02:27.979 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:94 Saturday 18 May 2024 16:38:11 +0000 (0:00:00.048) 0:02:28.027 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:100 Saturday 18 May 2024 16:38:11 +0000 (0:00:00.028) 0:02:28.056 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:108 Saturday 18 May 2024 16:38:11 +0000 (0:00:00.031) 0:02:28.087 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:123 Saturday 18 May 2024 16:38:11 +0000 (0:00:00.029) 0:02:28.116 ********** 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.010926", "end": "2024-05-18 16:38:11.490234", "rc": 0, "start": "2024-05-18 16:38:11.479308" } 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:131 Saturday 18 May 2024 16:38:11 +0000 (0:00:00.334) 0:02:28.450 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:135 Saturday 18 May 2024 16:38:11 +0000 (0:00:00.049) 0:02:28.500 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:2 Saturday 18 May 2024 16:38:11 +0000 (0:00:00.081) 0:02:28.581 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 18 May 2024 16:38:11 +0000 (0:00:00.063) 0:02:28.645 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 18 May 2024 16:38:11 +0000 (0:00:00.115) 0:02:28.761 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 18 May 2024 16:38:11 +0000 (0:00:00.025) 0:02:28.786 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:7 Saturday 18 May 2024 16:38:11 +0000 (0:00:00.030) 0:02:28.816 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:23 Saturday 18 May 2024 16:38:11 +0000 (0:00:00.026) 0:02:28.843 ********** TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:39 Saturday 18 May 2024 16:38:11 +0000 (0:00:00.022) 0:02:28.866 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:72 Saturday 18 May 2024 16:38:12 +0000 (0:00:00.800) 0:02:29.667 ********** ok: [sut] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1716050259.9394767, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fb0097683a2e5c8909a8037d64ddc1b350aed0be", "ctime": 1716050259.4924731, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 425722180, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1716050259.2984715, "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": "4193365300", "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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:80 Saturday 18 May 2024 16:38:13 +0000 (0:00:00.273) 0:02:29.940 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:89 Saturday 18 May 2024 16:38:13 +0000 (0:00:00.286) 0:02:30.227 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:99 Saturday 18 May 2024 16:38:13 +0000 (0:00:00.653) 0:02:30.880 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:108 Saturday 18 May 2024 16:38:14 +0000 (0:00:00.447) 0:02:31.327 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Enable service] ****************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:120 Saturday 18 May 2024 16:38:14 +0000 (0:00:00.143) 0:02:31.471 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:133 Saturday 18 May 2024 16:38:14 +0000 (0:00:00.029) 0:02:31.501 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:147 Saturday 18 May 2024 16:38:14 +0000 (0:00:00.025) 0:02:31.527 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:146 Saturday 18 May 2024 16:38:14 +0000 (0:00:00.027) 0:02:31.555 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 18 May 2024 16:38:14 +0000 (0:00:00.063) 0:02:31.618 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 18 May 2024 16:38:14 +0000 (0:00:00.039) 0:02:31.658 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 18 May 2024 16:38:14 +0000 (0:00:00.032) 0:02:31.690 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 18 May 2024 16:38:14 +0000 (0:00:00.030) 0:02:31.720 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 18 May 2024 16:38:14 +0000 (0:00:00.063) 0:02:31.784 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 18 May 2024 16:38:14 +0000 (0:00:00.092) 0:02:31.877 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 18 May 2024 16:38:15 +0000 (0:00:00.037) 0:02:31.914 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 18 May 2024 16:38:15 +0000 (0:00:00.033) 0:02:31.948 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 18 May 2024 16:38:15 +0000 (0:00:00.055) 0:02:32.003 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 18 May 2024 16:38:15 +0000 (0:00:00.313) 0:02:32.316 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 18 May 2024 16:38:15 +0000 (0:00:00.037) 0:02:32.353 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716050213.0820956, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716050181.6008394, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 18 May 2024 16:38:15 +0000 (0:00:00.393) 0:02:32.747 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 18 May 2024 16:38:15 +0000 (0:00:00.028) 0:02:32.776 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 18 May 2024 16:38:15 +0000 (0:00:00.037) 0:02:32.813 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 18 May 2024 16:38:15 +0000 (0:00:00.037) 0:02:32.851 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 18 May 2024 16:38:16 +0000 (0:00:00.042) 0:02:32.893 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 18 May 2024 16:38:16 +0000 (0:00:00.121) 0:02:33.015 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 18 May 2024 16:38:16 +0000 (0:00:00.057) 0:02:33.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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 18 May 2024 16:38:16 +0000 (0:00:00.049) 0:02:33.121 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 18 May 2024 16:38:16 +0000 (0:00:00.028) 0:02:33.150 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 18 May 2024 16:38:16 +0000 (0:00:00.073) 0:02:33.223 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 18 May 2024 16:38:16 +0000 (0:00:00.061) 0:02:33.285 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 18 May 2024 16:38:16 +0000 (0:00:00.062) 0:02:33.348 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 18 May 2024 16:38:16 +0000 (0:00:00.104) 0:02:33.452 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:220 Saturday 18 May 2024 16:38:16 +0000 (0:00:00.079) 0:02:33.531 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:224 Saturday 18 May 2024 16:38:16 +0000 (0:00:00.034) 0:02:33.565 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Saturday 18 May 2024 16:38:16 +0000 (0:00:00.076) 0:02:33.642 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 18 May 2024 16:38:16 +0000 (0:00:00.125) 0:02:33.767 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 18 May 2024 16:38:16 +0000 (0:00:00.027) 0:02:33.795 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 18 May 2024 16:38:16 +0000 (0:00:00.033) 0:02:33.829 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:7 Saturday 18 May 2024 16:38:16 +0000 (0:00:00.037) 0:02:33.866 ********** TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:23 Saturday 18 May 2024 16:38:17 +0000 (0:00:00.028) 0:02:33.895 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:47 Saturday 18 May 2024 16:38:18 +0000 (0:00:01.749) 0:02:35.645 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:56 Saturday 18 May 2024 16:38:19 +0000 (0:00:00.280) 0:02:35.925 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:66 Saturday 18 May 2024 16:38:19 +0000 (0:00:00.024) 0:02:35.950 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:78 Saturday 18 May 2024 16:38:19 +0000 (0:00:00.023) 0:02:35.973 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:90 Saturday 18 May 2024 16:38:19 +0000 (0:00:00.695) 0:02:36.669 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:119 Saturday 18 May 2024 16:38:19 +0000 (0:00:00.046) 0:02:36.715 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:135 Saturday 18 May 2024 16:38:19 +0000 (0:00:00.029) 0:02:36.745 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:153 Saturday 18 May 2024 16:38:19 +0000 (0:00:00.035) 0:02:36.780 ********** TASK [linux-system-roles.podman : Handle credential files - absent] ************ task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:159 Saturday 18 May 2024 16:38:19 +0000 (0:00:00.040) 0:02:36.821 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:3 Saturday 18 May 2024 16:38:20 +0000 (0:00:00.081) 0:02:36.902 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:11 Saturday 18 May 2024 16:38:20 +0000 (0:00:00.027) 0:02:36.930 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 18 May 2024 16:38:20 +0000 (0:00:00.062) 0:02:36.992 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 18 May 2024 16:38:20 +0000 (0:00:00.029) 0:02:37.022 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 18 May 2024 16:38:20 +0000 (0:00:00.035) 0:02:37.057 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 18 May 2024 16:38:20 +0000 (0:00:00.037) 0:02:37.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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 18 May 2024 16:38:20 +0000 (0:00:00.280) 0:02:37.375 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 18 May 2024 16:38:20 +0000 (0:00:00.037) 0:02:37.412 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716050213.0820956, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716050181.6008394, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 18 May 2024 16:38:20 +0000 (0:00:00.262) 0:02:37.675 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 18 May 2024 16:38:20 +0000 (0:00:00.024) 0:02:37.699 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 18 May 2024 16:38:20 +0000 (0:00:00.074) 0:02:37.774 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 18 May 2024 16:38:20 +0000 (0:00:00.033) 0:02:37.807 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 18 May 2024 16:38:20 +0000 (0:00:00.027) 0:02:37.835 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 18 May 2024 16:38:20 +0000 (0:00:00.031) 0:02:37.867 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 18 May 2024 16:38:21 +0000 (0:00:00.022) 0:02:37.890 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 18 May 2024 16:38:21 +0000 (0:00:00.025) 0:02:37.916 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set credential variables] ******************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:17 Saturday 18 May 2024 16:38:21 +0000 (0:00:00.037) 0:02:37.953 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:45 Saturday 18 May 2024 16:38:21 +0000 (0:00:00.045) 0:02:37.998 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:53 Saturday 18 May 2024 16:38:21 +0000 (0:00:00.046) 0:02:38.045 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:63 Saturday 18 May 2024 16:38:21 +0000 (0:00:00.024) 0:02:38.070 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:80 Saturday 18 May 2024 16:38:21 +0000 (0:00:00.045) 0:02:38.116 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:86 Saturday 18 May 2024 16:38:21 +0000 (0:00:00.023) 0:02:38.140 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:94 Saturday 18 May 2024 16:38:21 +0000 (0:00:00.021) 0:02:38.161 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:168 Saturday 18 May 2024 16:38:21 +0000 (0:00:00.023) 0:02:38.185 ********** 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-cih11exz5w/tests/tests_auth_and_security.yml:164 Saturday 18 May 2024 16:38:21 +0000 (0:00:00.021) 0:02:38.206 ********** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 18 May 2024 16:38:21 +0000 (0:00:00.093) 0:02:38.299 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 18 May 2024 16:38:21 +0000 (0:00:00.110) 0:02:38.410 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 18 May 2024 16:38:21 +0000 (0:00:00.031) 0:02:38.442 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 18 May 2024 16:38:21 +0000 (0:00:00.033) 0:02:38.475 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 18 May 2024 16:38:21 +0000 (0:00:00.028) 0:02:38.504 ********** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/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-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 18 May 2024 16:38:21 +0000 (0:00:00.067) 0:02:38.572 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 18 May 2024 16:38:23 +0000 (0:00:01.707) 0:02:40.279 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 18 May 2024 16:38:23 +0000 (0:00:00.048) 0:02:40.327 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 18 May 2024 16:38:23 +0000 (0:00:00.055) 0:02:40.383 ********** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.037500", "end": "2024-05-18 16:38:23.776086", "rc": 0, "start": "2024-05-18 16:38:23.738586" } STDOUT: podman version 4.9.4-dev TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Saturday 18 May 2024 16:38:23 +0000 (0:00:00.320) 0:02:40.704 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Saturday 18 May 2024 16:38:23 +0000 (0:00:00.039) 0:02:40.743 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Saturday 18 May 2024 16:38:23 +0000 (0:00:00.030) 0:02:40.774 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Saturday 18 May 2024 16:38:23 +0000 (0:00:00.050) 0:02:40.824 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 18 May 2024 16:38:24 +0000 (0:00:00.073) 0:02:40.898 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 18 May 2024 16:38:24 +0000 (0:00:00.037) 0:02:40.936 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 18 May 2024 16:38:24 +0000 (0:00:00.031) 0:02:40.967 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 18 May 2024 16:38:24 +0000 (0:00:00.041) 0:02:41.008 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 18 May 2024 16:38:24 +0000 (0:00:00.308) 0:02:41.317 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 18 May 2024 16:38:24 +0000 (0:00:00.039) 0:02:41.357 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716050213.0820956, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716050181.6008394, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 18 May 2024 16:38:24 +0000 (0:00:00.273) 0:02:41.631 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 18 May 2024 16:38:24 +0000 (0:00:00.026) 0:02:41.658 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 18 May 2024 16:38:24 +0000 (0:00:00.032) 0:02:41.691 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 18 May 2024 16:38:24 +0000 (0:00:00.030) 0:02:41.722 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 18 May 2024 16:38:24 +0000 (0:00:00.115) 0:02:41.837 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 18 May 2024 16:38:24 +0000 (0:00:00.036) 0:02:41.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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 18 May 2024 16:38:25 +0000 (0:00:00.062) 0:02:41.936 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 18 May 2024 16:38:25 +0000 (0:00:00.030) 0:02:41.966 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Saturday 18 May 2024 16:38:25 +0000 (0:00:00.047) 0:02:42.014 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Saturday 18 May 2024 16:38:25 +0000 (0:00:00.057) 0:02:42.072 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 18 May 2024 16:38:25 +0000 (0:00:00.091) 0:02:42.163 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 18 May 2024 16:38:25 +0000 (0:00:00.054) 0:02:42.218 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Saturday 18 May 2024 16:38:25 +0000 (0:00:00.045) 0:02:42.264 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 18 May 2024 16:38:25 +0000 (0:00:00.078) 0:02:42.342 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 18 May 2024 16:38:25 +0000 (0:00:00.030) 0:02:42.373 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Saturday 18 May 2024 16:38:25 +0000 (0:00:00.054) 0:02:42.427 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 18 May 2024 16:38:25 +0000 (0:00:00.062) 0:02:42.489 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 18 May 2024 16:38:25 +0000 (0:00:00.024) 0:02:42.514 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Saturday 18 May 2024 16:38:25 +0000 (0:00:00.032) 0:02:42.546 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 18 May 2024 16:38:25 +0000 (0:00:00.138) 0:02:42.684 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 18 May 2024 16:38:25 +0000 (0:00:00.027) 0:02:42.712 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 18 May 2024 16:38:25 +0000 (0:00:00.036) 0:02:42.749 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 18 May 2024 16:38:25 +0000 (0:00:00.044) 0:02:42.793 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Saturday 18 May 2024 16:38:25 +0000 (0:00:00.035) 0:02:42.829 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Saturday 18 May 2024 16:38:25 +0000 (0:00:00.040) 0:02:42.869 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Saturday 18 May 2024 16:38:26 +0000 (0:00:00.040) 0:02:42.910 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Saturday 18 May 2024 16:38:26 +0000 (0:00:00.034) 0:02:42.945 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:3 Saturday 18 May 2024 16:38:26 +0000 (0:00:00.067) 0:02:43.013 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:10 Saturday 18 May 2024 16:38:26 +0000 (0:00:00.027) 0:02:43.040 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:15 Saturday 18 May 2024 16:38:26 +0000 (0:00:00.027) 0:02:43.068 ********** ok: [sut] => { "ansible_facts": { "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:19 Saturday 18 May 2024 16:38:26 +0000 (0:00:00.034) 0:02:43.103 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 18 May 2024 16:38:26 +0000 (0:00:00.043) 0:02:43.146 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 18 May 2024 16:38:26 +0000 (0:00:00.029) 0:02:43.175 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 18 May 2024 16:38:26 +0000 (0:00:00.027) 0:02:43.203 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 18 May 2024 16:38:26 +0000 (0:00:00.080) 0:02:43.283 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 18 May 2024 16:38:26 +0000 (0:00:00.285) 0:02:43.568 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 18 May 2024 16:38:26 +0000 (0:00:00.030) 0:02:43.599 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716050213.0820956, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716050181.6008394, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 18 May 2024 16:38:27 +0000 (0:00:00.317) 0:02:43.916 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 18 May 2024 16:38:27 +0000 (0:00:00.051) 0:02:43.968 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 18 May 2024 16:38:27 +0000 (0:00:00.062) 0:02:44.030 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 18 May 2024 16:38:27 +0000 (0:00:00.082) 0:02:44.113 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 18 May 2024 16:38:27 +0000 (0:00:00.054) 0:02:44.167 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 18 May 2024 16:38:27 +0000 (0:00:00.042) 0:02:44.210 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 18 May 2024 16:38:27 +0000 (0:00:00.028) 0:02:44.238 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 18 May 2024 16:38:27 +0000 (0:00:00.028) 0:02:44.266 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:24 Saturday 18 May 2024 16:38:27 +0000 (0:00:00.024) 0:02:44.291 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:29 Saturday 18 May 2024 16:38:27 +0000 (0:00:00.032) 0:02:44.324 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:36 Saturday 18 May 2024 16:38:27 +0000 (0:00:00.025) 0:02:44.349 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:70 Saturday 18 May 2024 16:38:27 +0000 (0:00:00.036) 0:02:44.386 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure certs.d files] ************************ task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:78 Saturday 18 May 2024 16:38:27 +0000 (0:00:00.025) 0:02:44.411 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:95 Saturday 18 May 2024 16:38:27 +0000 (0:00:00.033) 0:02:44.445 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:102 Saturday 18 May 2024 16:38:27 +0000 (0:00:00.075) 0:02:44.521 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:110 Saturday 18 May 2024 16:38:27 +0000 (0:00:00.023) 0:02:44.544 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:123 Saturday 18 May 2024 16:38:27 +0000 (0:00:00.025) 0:02:44.570 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:3 Saturday 18 May 2024 16:38:27 +0000 (0:00:00.070) 0:02:44.640 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:11 Saturday 18 May 2024 16:38:27 +0000 (0:00:00.040) 0:02:44.681 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 18 May 2024 16:38:27 +0000 (0:00:00.063) 0:02:44.745 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 18 May 2024 16:38:27 +0000 (0:00:00.064) 0:02:44.809 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 18 May 2024 16:38:27 +0000 (0:00:00.071) 0:02:44.881 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 18 May 2024 16:38:28 +0000 (0:00:00.082) 0:02:44.963 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 18 May 2024 16:38:28 +0000 (0:00:00.258) 0:02:45.222 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 18 May 2024 16:38:28 +0000 (0:00:00.075) 0:02:45.297 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716050213.0820956, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716050181.6008394, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 18 May 2024 16:38:28 +0000 (0:00:00.314) 0:02:45.611 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 18 May 2024 16:38:28 +0000 (0:00:00.032) 0:02:45.643 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 18 May 2024 16:38:28 +0000 (0:00:00.028) 0:02:45.672 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 18 May 2024 16:38:28 +0000 (0:00:00.024) 0:02:45.696 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 18 May 2024 16:38:28 +0000 (0:00:00.080) 0:02:45.777 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 18 May 2024 16:38:28 +0000 (0:00:00.024) 0:02:45.802 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 18 May 2024 16:38:28 +0000 (0:00:00.028) 0:02:45.830 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 18 May 2024 16:38:28 +0000 (0:00:00.029) 0:02:45.860 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set credential variables] ******************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:17 Saturday 18 May 2024 16:38:29 +0000 (0:00:00.036) 0:02:45.896 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:45 Saturday 18 May 2024 16:38:29 +0000 (0:00:00.044) 0:02:45.941 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:53 Saturday 18 May 2024 16:38:29 +0000 (0:00:00.025) 0:02:45.966 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:63 Saturday 18 May 2024 16:38:29 +0000 (0:00:00.025) 0:02:45.992 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:80 Saturday 18 May 2024 16:38:29 +0000 (0:00:00.039) 0:02:46.031 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:86 Saturday 18 May 2024 16:38:29 +0000 (0:00:00.061) 0:02:46.092 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:94 Saturday 18 May 2024 16:38:29 +0000 (0:00:00.039) 0:02:46.132 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Saturday 18 May 2024 16:38:29 +0000 (0:00:00.041) 0:02:46.174 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:139 Saturday 18 May 2024 16:38:29 +0000 (0:00:00.088) 0:02:46.262 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:14 Saturday 18 May 2024 16:38:29 +0000 (0:00:00.123) 0:02:46.385 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:34 Saturday 18 May 2024 16:38:29 +0000 (0:00:00.042) 0:02:46.428 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:60 Saturday 18 May 2024 16:38:29 +0000 (0:00:00.114) 0:02:46.542 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:66 Saturday 18 May 2024 16:38:29 +0000 (0:00:00.041) 0:02:46.584 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 18 May 2024 16:38:29 +0000 (0:00:00.135) 0:02:46.719 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 18 May 2024 16:38:29 +0000 (0:00:00.033) 0:02:46.753 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 18 May 2024 16:38:29 +0000 (0:00:00.032) 0:02:46.785 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 18 May 2024 16:38:29 +0000 (0:00:00.038) 0:02:46.823 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 18 May 2024 16:38:30 +0000 (0:00:00.278) 0:02:47.102 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 18 May 2024 16:38:30 +0000 (0:00:00.035) 0:02:47.137 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716050213.0820956, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716050181.6008394, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 18 May 2024 16:38:30 +0000 (0:00:00.278) 0:02:47.416 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 18 May 2024 16:38:30 +0000 (0:00:00.024) 0:02:47.440 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 18 May 2024 16:38:30 +0000 (0:00:00.042) 0:02:47.483 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 18 May 2024 16:38:30 +0000 (0:00:00.028) 0:02:47.511 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 18 May 2024 16:38:30 +0000 (0:00:00.029) 0:02:47.541 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 18 May 2024 16:38:30 +0000 (0:00:00.029) 0:02:47.570 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 18 May 2024 16:38:30 +0000 (0:00:00.027) 0:02:47.598 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 18 May 2024 16:38:30 +0000 (0:00:00.030) 0:02:47.629 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:71 Saturday 18 May 2024 16:38:30 +0000 (0:00:00.041) 0:02:47.670 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:80 Saturday 18 May 2024 16:38:30 +0000 (0:00:00.029) 0:02:47.700 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:94 Saturday 18 May 2024 16:38:30 +0000 (0:00:00.115) 0:02:47.815 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:100 Saturday 18 May 2024 16:38:30 +0000 (0:00:00.028) 0:02:47.844 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:108 Saturday 18 May 2024 16:38:31 +0000 (0:00:00.053) 0:02:47.898 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Get service name using systemd-escape] ******* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:123 Saturday 18 May 2024 16:38:31 +0000 (0:00:00.041) 0:02:47.939 ********** 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.006004", "end": "2024-05-18 16:38:31.299066", "rc": 0, "start": "2024-05-18 16:38:31.293062" } 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:131 Saturday 18 May 2024 16:38:31 +0000 (0:00:00.353) 0:02:48.292 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:2 Saturday 18 May 2024 16:38:31 +0000 (0:00:00.157) 0:02:48.450 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:10 Saturday 18 May 2024 16:38:31 +0000 (0:00:00.050) 0:02:48.501 ********** 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-18 16:37:43 UTC", "ActiveEnterTimestampMonotonic": "879567794", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "network-online.target -.mount systemd-journald.socket basic.target sysinit.target system-podman\\x2dkube.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-05-18 16:37:42 UTC", "AssertTimestampMonotonic": "878492108", "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-18 16:37:42 UTC", "ConditionTimestampMonotonic": "878492107", "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": "16336", "ExecMainStartTimestamp": "Sat 2024-05-18 16:37:43 UTC", "ExecMainStartTimestampMonotonic": "879567778", "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-18 16:37:42 UTC] ; stop_time=[n/a] ; pid=16215 ; 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-18 16:37:42 UTC", "InactiveExitTimestampMonotonic": "878493051", "InvocationID": "6a14b96464ba4c1fb5fb735d3d974120", "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": "16336", "MemoryAccounting": "yes", "MemoryCurrent": "29577216", "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-18 16:37:43 UTC", "StateChangeTimestampMonotonic": "879567794", "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-18 16:37:43 UTC", "WatchdogTimestampMonotonic": "879567792", "WatchdogUSec": "0" } } TASK [linux-system-roles.podman : Check if kube file exists] ******************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:28 Saturday 18 May 2024 16:38:32 +0000 (0:00:01.308) 0:02:49.810 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716050259.9394767, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fb0097683a2e5c8909a8037d64ddc1b350aed0be", "ctime": 1716050259.4924731, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 425722180, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1716050259.2984715, "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": "4193365300", "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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:33 Saturday 18 May 2024 16:38:33 +0000 (0:00:00.286) 0:02:50.096 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:45 Saturday 18 May 2024 16:38:33 +0000 (0:00:00.350) 0:02:50.447 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:50 Saturday 18 May 2024 16:38:33 +0000 (0:00:00.225) 0:02:50.672 ********** changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.035516", "end": "2024-05-18 16:38:34.026848", "rc": 0, "start": "2024-05-18 16:38:33.991332" } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:59 Saturday 18 May 2024 16:38:34 +0000 (0:00:00.283) 0:02:50.956 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 18 May 2024 16:38:34 +0000 (0:00:00.130) 0:02:51.086 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 18 May 2024 16:38:34 +0000 (0:00:00.055) 0:02:51.142 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 18 May 2024 16:38:34 +0000 (0:00:00.045) 0:02:51.187 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:135 Saturday 18 May 2024 16:38:34 +0000 (0:00:00.037) 0:02:51.225 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:146 Saturday 18 May 2024 16:38:34 +0000 (0:00:00.041) 0:02:51.267 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 18 May 2024 16:38:34 +0000 (0:00:00.068) 0:02:51.336 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 18 May 2024 16:38:34 +0000 (0:00:00.031) 0:02:51.367 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 18 May 2024 16:38:34 +0000 (0:00:00.042) 0:02:51.410 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 18 May 2024 16:38:34 +0000 (0:00:00.023) 0:02:51.433 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 18 May 2024 16:38:34 +0000 (0:00:00.035) 0:02:51.469 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 18 May 2024 16:38:34 +0000 (0:00:00.061) 0:02:51.530 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 18 May 2024 16:38:34 +0000 (0:00:00.038) 0:02:51.569 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 18 May 2024 16:38:34 +0000 (0:00:00.062) 0:02:51.632 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 18 May 2024 16:38:34 +0000 (0:00:00.032) 0:02:51.664 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 18 May 2024 16:38:35 +0000 (0:00:00.309) 0:02:51.974 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 18 May 2024 16:38:35 +0000 (0:00:00.047) 0:02:52.021 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716050213.0820956, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716050181.6008394, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 18 May 2024 16:38:35 +0000 (0:00:00.250) 0:02:52.271 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 18 May 2024 16:38:35 +0000 (0:00:00.030) 0:02:52.302 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 18 May 2024 16:38:35 +0000 (0:00:00.027) 0:02:52.329 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 18 May 2024 16:38:35 +0000 (0:00:00.045) 0:02:52.374 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 18 May 2024 16:38:35 +0000 (0:00:00.033) 0:02:52.408 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 18 May 2024 16:38:35 +0000 (0:00:00.034) 0:02:52.442 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 18 May 2024 16:38:35 +0000 (0:00:00.033) 0:02:52.476 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 18 May 2024 16:38:35 +0000 (0:00:00.028) 0:02:52.504 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 18 May 2024 16:38:35 +0000 (0:00:00.025) 0:02:52.530 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 18 May 2024 16:38:35 +0000 (0:00:00.049) 0:02:52.580 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 18 May 2024 16:38:35 +0000 (0:00:00.036) 0:02:52.616 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 18 May 2024 16:38:35 +0000 (0:00:00.022) 0:02:52.638 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 18 May 2024 16:38:35 +0000 (0:00:00.045) 0:02:52.683 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:220 Saturday 18 May 2024 16:38:35 +0000 (0:00:00.048) 0:02:52.732 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Saturday 18 May 2024 16:38:35 +0000 (0:00:00.150) 0:02:52.882 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 Saturday 18 May 2024 16:38:36 +0000 (0:00:00.024) 0:02:52.907 ********** 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": "systemd-journald.socket system.slice basic.target -.mount sysinit.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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:33 Saturday 18 May 2024 16:38:36 +0000 (0:00:00.528) 0:02:53.436 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:39 Saturday 18 May 2024 16:38:36 +0000 (0:00:00.217) 0:02:53.654 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 18 May 2024 16:38:36 +0000 (0:00:00.041) 0:02:53.695 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 18 May 2024 16:38:36 +0000 (0:00:00.032) 0:02:53.728 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 18 May 2024 16:38:36 +0000 (0:00:00.030) 0:02:53.759 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:47 Saturday 18 May 2024 16:38:36 +0000 (0:00:00.024) 0:02:53.783 ********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:56 Saturday 18 May 2024 16:38:37 +0000 (0:00:00.469) 0:02:54.253 ********** changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.034199", "end": "2024-05-18 16:38:37.585612", "rc": 0, "start": "2024-05-18 16:38:37.551413" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:64 Saturday 18 May 2024 16:38:37 +0000 (0:00:00.275) 0:02:54.528 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:224 Saturday 18 May 2024 16:38:37 +0000 (0:00:00.034) 0:02:54.563 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:153 Saturday 18 May 2024 16:38:37 +0000 (0:00:00.023) 0:02:54.587 ********** TASK [linux-system-roles.podman : Handle credential files - absent] ************ task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:159 Saturday 18 May 2024 16:38:37 +0000 (0:00:00.032) 0:02:54.619 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:3 Saturday 18 May 2024 16:38:37 +0000 (0:00:00.177) 0:02:54.796 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:11 Saturday 18 May 2024 16:38:37 +0000 (0:00:00.041) 0:02:54.838 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 18 May 2024 16:38:38 +0000 (0:00:00.092) 0:02:54.931 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 18 May 2024 16:38:38 +0000 (0:00:00.074) 0:02:55.005 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 18 May 2024 16:38:38 +0000 (0:00:00.120) 0:02:55.125 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 18 May 2024 16:38:38 +0000 (0:00:00.040) 0:02:55.166 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 18 May 2024 16:38:38 +0000 (0:00:00.252) 0:02:55.419 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 18 May 2024 16:38:38 +0000 (0:00:00.051) 0:02:55.471 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716050213.0820956, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716050181.6008394, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 18 May 2024 16:38:38 +0000 (0:00:00.235) 0:02:55.706 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 18 May 2024 16:38:38 +0000 (0:00:00.034) 0:02:55.741 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 18 May 2024 16:38:38 +0000 (0:00:00.030) 0:02:55.771 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 18 May 2024 16:38:38 +0000 (0:00:00.032) 0:02:55.804 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 18 May 2024 16:38:38 +0000 (0:00:00.037) 0:02:55.842 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 18 May 2024 16:38:38 +0000 (0:00:00.024) 0:02:55.866 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 18 May 2024 16:38:39 +0000 (0:00:00.026) 0:02:55.893 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 18 May 2024 16:38:39 +0000 (0:00:00.045) 0:02:55.938 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set credential variables] ******************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:17 Saturday 18 May 2024 16:38:39 +0000 (0:00:00.093) 0:02:56.032 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:45 Saturday 18 May 2024 16:38:39 +0000 (0:00:00.043) 0:02:56.075 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:53 Saturday 18 May 2024 16:38:39 +0000 (0:00:00.025) 0:02:56.101 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:63 Saturday 18 May 2024 16:38:39 +0000 (0:00:00.026) 0:02:56.127 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:80 Saturday 18 May 2024 16:38:39 +0000 (0:00:00.043) 0:02:56.170 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:86 Saturday 18 May 2024 16:38:39 +0000 (0:00:00.229) 0:02:56.400 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:94 Saturday 18 May 2024 16:38:39 +0000 (0:00:00.341) 0:02:56.741 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:168 Saturday 18 May 2024 16:38:40 +0000 (0:00:00.263) 0:02:57.005 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:3 Saturday 18 May 2024 16:38:40 +0000 (0:00:00.077) 0:02:57.083 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:10 Saturday 18 May 2024 16:38:40 +0000 (0:00:00.047) 0:02:57.130 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:15 Saturday 18 May 2024 16:38:40 +0000 (0:00:00.033) 0:02:57.163 ********** ok: [sut] => { "ansible_facts": { "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:19 Saturday 18 May 2024 16:38:40 +0000 (0:00:00.023) 0:02:57.187 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 18 May 2024 16:38:40 +0000 (0:00:00.040) 0:02:57.227 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 18 May 2024 16:38:40 +0000 (0:00:00.103) 0:02:57.331 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 18 May 2024 16:38:40 +0000 (0:00:00.051) 0:02:57.382 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 18 May 2024 16:38:40 +0000 (0:00:00.055) 0:02:57.438 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 18 May 2024 16:38:40 +0000 (0:00:00.247) 0:02:57.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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 18 May 2024 16:38:40 +0000 (0:00:00.037) 0:02:57.723 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716050213.0820956, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716050181.6008394, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 18 May 2024 16:38:41 +0000 (0:00:00.232) 0:02:57.956 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 18 May 2024 16:38:41 +0000 (0:00:00.040) 0:02:57.996 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 18 May 2024 16:38:41 +0000 (0:00:00.058) 0:02:58.055 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 18 May 2024 16:38:41 +0000 (0:00:00.027) 0:02:58.082 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 18 May 2024 16:38:41 +0000 (0:00:00.031) 0:02:58.114 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 18 May 2024 16:38:41 +0000 (0:00:00.028) 0:02:58.142 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 18 May 2024 16:38:41 +0000 (0:00:00.022) 0:02:58.165 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 18 May 2024 16:38:41 +0000 (0:00:00.025) 0:02:58.190 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:24 Saturday 18 May 2024 16:38:41 +0000 (0:00:00.027) 0:02:58.218 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:29 Saturday 18 May 2024 16:38:41 +0000 (0:00:00.068) 0:02:58.287 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:36 Saturday 18 May 2024 16:38:41 +0000 (0:00:00.040) 0:02:58.327 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:70 Saturday 18 May 2024 16:38:41 +0000 (0:00:00.034) 0:02:58.361 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure certs.d files] ************************ task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:78 Saturday 18 May 2024 16:38:41 +0000 (0:00:00.027) 0:02:58.389 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:95 Saturday 18 May 2024 16:38:41 +0000 (0:00:00.097) 0:02:58.487 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:102 Saturday 18 May 2024 16:38:42 +0000 (0:00:00.648) 0:02:59.135 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Ensure the certs.d directory is absent if empty] *** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:110 Saturday 18 May 2024 16:38:42 +0000 (0:00:00.214) 0:02:59.350 ********** 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-cih11exz5w/tests/tests_auth_and_security.yml:178 Saturday 18 May 2024 16:38:42 +0000 (0:00:00.206) 0:02:59.557 ********** 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-cih11exz5w/tests/tests_auth_and_security.yml:183 Saturday 18 May 2024 16:38:43 +0000 (0:00:00.572) 0:03:00.129 ********** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 18 May 2024 16:38:43 +0000 (0:00:00.096) 0:03:00.226 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 18 May 2024 16:38:43 +0000 (0:00:00.041) 0:03:00.267 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 18 May 2024 16:38:43 +0000 (0:00:00.054) 0:03:00.321 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 18 May 2024 16:38:43 +0000 (0:00:00.029) 0:03:00.351 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 18 May 2024 16:38:43 +0000 (0:00:00.030) 0:03:00.382 ********** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/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-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 18 May 2024 16:38:43 +0000 (0:00:00.152) 0:03:00.534 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 18 May 2024 16:38:45 +0000 (0:00:01.357) 0:03:01.892 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 18 May 2024 16:38:45 +0000 (0:00:00.031) 0:03:01.924 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 18 May 2024 16:38:45 +0000 (0:00:00.031) 0:03:01.955 ********** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.028237", "end": "2024-05-18 16:38:45.274861", "rc": 0, "start": "2024-05-18 16:38:45.246624" } STDOUT: podman version 4.9.4-dev TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Saturday 18 May 2024 16:38:45 +0000 (0:00:00.241) 0:03:02.196 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Saturday 18 May 2024 16:38:45 +0000 (0:00:00.026) 0:03:02.222 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Saturday 18 May 2024 16:38:45 +0000 (0:00:00.036) 0:03:02.259 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Saturday 18 May 2024 16:38:45 +0000 (0:00:00.066) 0:03:02.326 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 18 May 2024 16:38:45 +0000 (0:00:00.052) 0:03:02.378 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 18 May 2024 16:38:45 +0000 (0:00:00.032) 0:03:02.410 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 18 May 2024 16:38:45 +0000 (0:00:00.099) 0:03:02.510 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 18 May 2024 16:38:45 +0000 (0:00:00.065) 0:03:02.575 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 18 May 2024 16:38:45 +0000 (0:00:00.220) 0:03:02.795 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 18 May 2024 16:38:45 +0000 (0:00:00.032) 0:03:02.828 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716050213.0820956, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716050181.6008394, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 18 May 2024 16:38:46 +0000 (0:00:00.207) 0:03:03.035 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 18 May 2024 16:38:46 +0000 (0:00:00.025) 0:03:03.060 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 18 May 2024 16:38:46 +0000 (0:00:00.030) 0:03:03.091 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 18 May 2024 16:38:46 +0000 (0:00:00.023) 0:03:03.114 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 18 May 2024 16:38:46 +0000 (0:00:00.023) 0:03:03.137 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 18 May 2024 16:38:46 +0000 (0:00:00.024) 0:03:03.162 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 18 May 2024 16:38:46 +0000 (0:00:00.038) 0:03:03.200 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 18 May 2024 16:38:46 +0000 (0:00:00.024) 0:03:03.224 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Saturday 18 May 2024 16:38:46 +0000 (0:00:00.027) 0:03:03.252 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Saturday 18 May 2024 16:38:46 +0000 (0:00:00.029) 0:03:03.281 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 18 May 2024 16:38:46 +0000 (0:00:00.041) 0:03:03.323 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 18 May 2024 16:38:46 +0000 (0:00:00.021) 0:03:03.344 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Saturday 18 May 2024 16:38:46 +0000 (0:00:00.068) 0:03:03.413 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 18 May 2024 16:38:46 +0000 (0:00:00.047) 0:03:03.460 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 18 May 2024 16:38:46 +0000 (0:00:00.023) 0:03:03.483 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Saturday 18 May 2024 16:38:46 +0000 (0:00:00.029) 0:03:03.513 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 18 May 2024 16:38:46 +0000 (0:00:00.043) 0:03:03.557 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 18 May 2024 16:38:46 +0000 (0:00:00.025) 0:03:03.582 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Saturday 18 May 2024 16:38:46 +0000 (0:00:00.028) 0:03:03.610 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 18 May 2024 16:38:46 +0000 (0:00:00.043) 0:03:03.654 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 18 May 2024 16:38:46 +0000 (0:00:00.033) 0:03:03.687 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 18 May 2024 16:38:46 +0000 (0:00:00.025) 0:03:03.713 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 18 May 2024 16:38:46 +0000 (0:00:00.029) 0:03:03.743 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Saturday 18 May 2024 16:38:46 +0000 (0:00:00.041) 0:03:03.784 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Saturday 18 May 2024 16:38:46 +0000 (0:00:00.026) 0:03:03.811 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Saturday 18 May 2024 16:38:46 +0000 (0:00:00.034) 0:03:03.845 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Saturday 18 May 2024 16:38:46 +0000 (0:00:00.022) 0:03:03.867 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:3 Saturday 18 May 2024 16:38:47 +0000 (0:00:00.114) 0:03:03.982 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:10 Saturday 18 May 2024 16:38:47 +0000 (0:00:00.024) 0:03:04.007 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:15 Saturday 18 May 2024 16:38:47 +0000 (0:00:00.023) 0:03:04.031 ********** ok: [sut] => { "ansible_facts": { "__podman_rootless": true }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:19 Saturday 18 May 2024 16:38:47 +0000 (0:00:00.029) 0:03:04.061 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 18 May 2024 16:38:47 +0000 (0:00:00.045) 0:03:04.106 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 18 May 2024 16:38:47 +0000 (0:00:00.214) 0:03:04.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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 18 May 2024 16:38:47 +0000 (0:00:00.031) 0:03:04.352 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 18 May 2024 16:38:47 +0000 (0:00:00.045) 0:03:04.398 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 18 May 2024 16:38:47 +0000 (0:00:00.217) 0:03:04.615 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 18 May 2024 16:38:47 +0000 (0:00:00.044) 0:03:04.660 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716050213.0820956, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716050181.6008394, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 18 May 2024 16:38:47 +0000 (0:00:00.223) 0:03:04.883 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.003803", "end": "2024-05-18 16:38:48.175169", "rc": 0, "start": "2024-05-18 16:38:48.171366" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 18 May 2024 16:38:48 +0000 (0:00:00.212) 0:03:05.096 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003677", "end": "2024-05-18 16:38:48.384323", "rc": 0, "start": "2024-05-18 16:38:48.380646" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 18 May 2024 16:38:48 +0000 (0:00:00.206) 0:03:05.303 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 18 May 2024 16:38:48 +0000 (0:00:00.086) 0:03:05.389 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 18 May 2024 16:38:48 +0000 (0:00:00.024) 0:03:05.414 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 18 May 2024 16:38:48 +0000 (0:00:00.022) 0:03:05.437 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 18 May 2024 16:38:48 +0000 (0:00:00.023) 0:03:05.461 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 18 May 2024 16:38:48 +0000 (0:00:00.023) 0:03:05.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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:24 Saturday 18 May 2024 16:38:48 +0000 (0:00:00.025) 0:03:05.510 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:29 Saturday 18 May 2024 16:38:48 +0000 (0:00:00.035) 0:03:05.545 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:36 Saturday 18 May 2024 16:38:48 +0000 (0:00:00.022) 0:03:05.568 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:70 Saturday 18 May 2024 16:38:48 +0000 (0:00:00.030) 0:03:05.598 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:78 Saturday 18 May 2024 16:38:48 +0000 (0:00:00.203) 0:03:05.802 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:95 Saturday 18 May 2024 16:38:49 +0000 (0:00:00.560) 0:03:06.362 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:102 Saturday 18 May 2024 16:38:49 +0000 (0:00:00.062) 0:03:06.425 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:110 Saturday 18 May 2024 16:38:49 +0000 (0:00:00.058) 0:03:06.484 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Handle credential files - present] *********** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:123 Saturday 18 May 2024 16:38:49 +0000 (0:00:00.027) 0:03:06.512 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:3 Saturday 18 May 2024 16:38:49 +0000 (0:00:00.128) 0:03:06.641 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:11 Saturday 18 May 2024 16:38:49 +0000 (0:00:00.047) 0:03:06.688 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 18 May 2024 16:38:49 +0000 (0:00:00.058) 0:03:06.746 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 18 May 2024 16:38:49 +0000 (0:00:00.041) 0:03:06.788 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 18 May 2024 16:38:49 +0000 (0:00:00.036) 0:03:06.825 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 18 May 2024 16:38:49 +0000 (0:00:00.047) 0:03:06.872 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 18 May 2024 16:38:50 +0000 (0:00:00.230) 0:03:07.103 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 18 May 2024 16:38:50 +0000 (0:00:00.042) 0:03:07.146 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716050213.0820956, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716050181.6008394, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 18 May 2024 16:38:50 +0000 (0:00:00.216) 0:03:07.363 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.003672", "end": "2024-05-18 16:38:50.651125", "rc": 0, "start": "2024-05-18 16:38:50.647453" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 18 May 2024 16:38:50 +0000 (0:00:00.210) 0:03:07.573 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003575", "end": "2024-05-18 16:38:50.860558", "rc": 0, "start": "2024-05-18 16:38:50.856983" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 18 May 2024 16:38:50 +0000 (0:00:00.207) 0:03:07.780 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 18 May 2024 16:38:50 +0000 (0:00:00.037) 0:03:07.818 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 18 May 2024 16:38:50 +0000 (0:00:00.025) 0:03:07.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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 18 May 2024 16:38:50 +0000 (0:00:00.032) 0:03:07.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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 18 May 2024 16:38:51 +0000 (0:00:00.027) 0:03:07.903 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 18 May 2024 16:38:51 +0000 (0:00:00.096) 0:03:08.000 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set credential variables] ******************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:17 Saturday 18 May 2024 16:38:51 +0000 (0:00:00.027) 0:03:08.027 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:45 Saturday 18 May 2024 16:38:51 +0000 (0:00:00.078) 0:03:08.105 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:53 Saturday 18 May 2024 16:38:51 +0000 (0:00:00.204) 0:03:08.310 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:63 Saturday 18 May 2024 16:38:51 +0000 (0:00:00.029) 0:03:08.340 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:80 Saturday 18 May 2024 16:38:52 +0000 (0:00:00.569) 0:03:08.910 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:86 Saturday 18 May 2024 16:38:52 +0000 (0:00:00.027) 0:03:08.938 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:94 Saturday 18 May 2024 16:38:52 +0000 (0:00:00.024) 0:03:08.962 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Saturday 18 May 2024 16:38:52 +0000 (0:00:00.021) 0:03:08.984 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:139 Saturday 18 May 2024 16:38:52 +0000 (0:00:00.023) 0:03:09.007 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:14 Saturday 18 May 2024 16:38:52 +0000 (0:00:00.062) 0:03:09.070 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:34 Saturday 18 May 2024 16:38:52 +0000 (0:00:00.030) 0:03:09.100 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:60 Saturday 18 May 2024 16:38:52 +0000 (0:00:00.029) 0:03:09.130 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:66 Saturday 18 May 2024 16:38:52 +0000 (0:00:00.023) 0:03:09.153 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 18 May 2024 16:38:52 +0000 (0:00:00.110) 0:03:09.263 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 18 May 2024 16:38:52 +0000 (0:00:00.039) 0:03:09.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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 18 May 2024 16:38:52 +0000 (0:00:00.030) 0:03:09.333 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 18 May 2024 16:38:52 +0000 (0:00:00.050) 0:03:09.384 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 18 May 2024 16:38:52 +0000 (0:00:00.235) 0:03:09.619 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 18 May 2024 16:38:52 +0000 (0:00:00.071) 0:03:09.691 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716050213.0820956, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716050181.6008394, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 18 May 2024 16:38:53 +0000 (0:00:00.240) 0:03:09.932 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.003380", "end": "2024-05-18 16:38:53.208941", "rc": 0, "start": "2024-05-18 16:38:53.205561" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 18 May 2024 16:38:53 +0000 (0:00:00.196) 0:03:10.128 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003410", "end": "2024-05-18 16:38:53.410457", "rc": 0, "start": "2024-05-18 16:38:53.407047" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 18 May 2024 16:38:53 +0000 (0:00:00.214) 0:03:10.342 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 18 May 2024 16:38:53 +0000 (0:00:00.036) 0:03:10.378 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 18 May 2024 16:38:53 +0000 (0:00:00.024) 0:03:10.403 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 18 May 2024 16:38:53 +0000 (0:00:00.029) 0:03:10.432 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 18 May 2024 16:38:53 +0000 (0:00:00.035) 0:03:10.468 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 18 May 2024 16:38:53 +0000 (0:00:00.023) 0:03:10.492 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:71 Saturday 18 May 2024 16:38:53 +0000 (0:00:00.038) 0:03:10.530 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:80 Saturday 18 May 2024 16:38:53 +0000 (0:00:00.078) 0:03:10.609 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:94 Saturday 18 May 2024 16:38:53 +0000 (0:00:00.039) 0:03:10.648 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:100 Saturday 18 May 2024 16:38:53 +0000 (0:00:00.034) 0:03:10.683 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:108 Saturday 18 May 2024 16:38:53 +0000 (0:00:00.026) 0:03:10.710 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:123 Saturday 18 May 2024 16:38:53 +0000 (0:00:00.027) 0:03:10.737 ********** 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.005467", "end": "2024-05-18 16:38:54.016299", "rc": 0, "start": "2024-05-18 16:38:54.010832" } 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:131 Saturday 18 May 2024 16:38:54 +0000 (0:00:00.218) 0:03:10.955 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:135 Saturday 18 May 2024 16:38:54 +0000 (0:00:00.052) 0:03:11.008 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:2 Saturday 18 May 2024 16:38:54 +0000 (0:00:00.068) 0:03:11.077 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 18 May 2024 16:38:54 +0000 (0:00:00.043) 0:03:11.120 ********** changed: [sut] => { "changed": true, "cmd": [ "loginctl", "enable-linger", "auth_test_user1" ], "delta": "0:00:00.021653", "end": "2024-05-18 16:38:54.432019", "rc": 0, "start": "2024-05-18 16:38:54.410366" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 18 May 2024 16:38:54 +0000 (0:00:00.243) 0:03:11.363 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 18 May 2024 16:38:54 +0000 (0:00:00.029) 0:03:11.393 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:7 Saturday 18 May 2024 16:38:54 +0000 (0:00:00.026) 0:03:11.420 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:23 Saturday 18 May 2024 16:38:54 +0000 (0:00:00.024) 0:03:11.444 ********** TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:39 Saturday 18 May 2024 16:38:54 +0000 (0:00:00.025) 0:03:11.470 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:72 Saturday 18 May 2024 16:38:55 +0000 (0:00:01.134) 0:03:12.604 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:80 Saturday 18 May 2024 16:38:55 +0000 (0:00:00.213) 0:03:12.818 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:89 Saturday 18 May 2024 16:38:56 +0000 (0:00:00.228) 0:03:13.046 ********** 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-1716050336.2068408-7114-261175768312759/source", "state": "file", "uid": 2001 } TASK [linux-system-roles.podman : Update containers/pods] ********************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:99 Saturday 18 May 2024 16:38:56 +0000 (0:00:00.583) 0:03:13.630 ********** 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: edbdb9e57b2907fd7d45f13fe58785a7329182ae5e4149d62a1ecff6c86d985b Container: c86a3531c85357ffc3c50e416331d48b9dba90bab305075769d568142882c97b TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:108 Saturday 18 May 2024 16:38:57 +0000 (0:00:01.125) 0:03:14.756 ********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Enable service] ****************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:120 Saturday 18 May 2024 16:38:58 +0000 (0:00:00.467) 0:03:15.223 ********** 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": "run-user-2001.mount podman\\x2dkube.slice -.mount network-online.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": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "man:podman-kube-play(1)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "Environment": "PODMAN_SYSTEMD_UNIT=podman-kube@-home-auth_test_user1-.config-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /home/auth_test_user1/.config/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /home/auth_test_user1/.config/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/user/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "podman-kube@-home-auth_test_user1-.config-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "inherit", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "podman-kube@-home-auth_test_user1-.config-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "podman\\x2dkube.slice basic.target", "RequiresMountsFor": "/run/user/2001/containers /home/auth_test_user1", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 10s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "network-online.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0", "WorkingDirectory": "!/home/auth_test_user1" } } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:133 Saturday 18 May 2024 16:38:58 +0000 (0:00:00.386) 0:03:15.610 ********** 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": "network-online.target run-user-2001.mount basic.target -.mount podman\\x2dkube.slice", "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": "/run/user/2001/containers /home/auth_test_user1", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 10s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "default.target", "Wants": "network-online.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0", "WorkingDirectory": "!/home/auth_test_user1" } } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:147 Saturday 18 May 2024 16:38:59 +0000 (0:00:01.180) 0:03:16.790 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:146 Saturday 18 May 2024 16:38:59 +0000 (0:00:00.025) 0:03:16.815 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 18 May 2024 16:38:59 +0000 (0:00:00.062) 0:03:16.877 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 18 May 2024 16:39:00 +0000 (0:00:00.030) 0:03:16.908 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 18 May 2024 16:39:00 +0000 (0:00:00.033) 0:03:16.941 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 18 May 2024 16:39:00 +0000 (0:00:00.026) 0:03:16.967 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 18 May 2024 16:39:00 +0000 (0:00:00.039) 0:03:17.007 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 18 May 2024 16:39:00 +0000 (0:00:00.043) 0:03:17.051 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 18 May 2024 16:39:00 +0000 (0:00:00.029) 0:03:17.081 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 18 May 2024 16:39:00 +0000 (0:00:00.029) 0:03:17.111 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 18 May 2024 16:39:00 +0000 (0:00:00.031) 0:03:17.142 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 18 May 2024 16:39:00 +0000 (0:00:00.257) 0:03:17.400 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 18 May 2024 16:39:00 +0000 (0:00:00.042) 0:03:17.443 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716050213.0820956, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716050181.6008394, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 18 May 2024 16:39:00 +0000 (0:00:00.246) 0:03:17.690 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.004943", "end": "2024-05-18 16:39:01.021637", "rc": 0, "start": "2024-05-18 16:39:01.016694" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 18 May 2024 16:39:01 +0000 (0:00:00.260) 0:03:17.950 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.004950", "end": "2024-05-18 16:39:01.290662", "rc": 0, "start": "2024-05-18 16:39:01.285712" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 18 May 2024 16:39:01 +0000 (0:00:00.280) 0:03:18.230 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 18 May 2024 16:39:01 +0000 (0:00:00.057) 0:03:18.287 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 18 May 2024 16:39:01 +0000 (0:00:00.042) 0:03:18.329 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 18 May 2024 16:39:01 +0000 (0:00:00.029) 0:03:18.358 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 18 May 2024 16:39:01 +0000 (0:00:00.029) 0:03:18.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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 18 May 2024 16:39:01 +0000 (0:00:00.033) 0:03:18.422 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 18 May 2024 16:39:01 +0000 (0:00:00.030) 0:03:18.452 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 18 May 2024 16:39:01 +0000 (0:00:00.053) 0:03:18.506 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 18 May 2024 16:39:01 +0000 (0:00:00.042) 0:03:18.548 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 18 May 2024 16:39:01 +0000 (0:00:00.027) 0:03:18.576 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 18 May 2024 16:39:01 +0000 (0:00:00.054) 0:03:18.630 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:220 Saturday 18 May 2024 16:39:01 +0000 (0:00:00.034) 0:03:18.665 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:224 Saturday 18 May 2024 16:39:01 +0000 (0:00:00.099) 0:03:18.764 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Saturday 18 May 2024 16:39:01 +0000 (0:00:00.054) 0:03:18.819 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 18 May 2024 16:39:01 +0000 (0:00:00.046) 0:03:18.865 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 18 May 2024 16:39:02 +0000 (0:00:00.242) 0:03:19.108 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 18 May 2024 16:39:02 +0000 (0:00:00.031) 0:03:19.140 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:7 Saturday 18 May 2024 16:39:02 +0000 (0:00:00.026) 0:03:19.167 ********** TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:23 Saturday 18 May 2024 16:39:02 +0000 (0:00:00.026) 0:03:19.193 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:47 Saturday 18 May 2024 16:39:03 +0000 (0:00:00.799) 0:03:19.993 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:56 Saturday 18 May 2024 16:39:03 +0000 (0:00:00.272) 0:03:20.266 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:66 Saturday 18 May 2024 16:39:03 +0000 (0:00:00.023) 0:03:20.289 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:78 Saturday 18 May 2024 16:39:03 +0000 (0:00:00.021) 0:03:20.311 ********** 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-1716050343.467874-7304-235267440728627/source", "state": "file", "uid": 2001 } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:90 Saturday 18 May 2024 16:39:04 +0000 (0:00:00.763) 0:03:21.074 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:119 Saturday 18 May 2024 16:39:04 +0000 (0:00:00.028) 0:03:21.102 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:135 Saturday 18 May 2024 16:39:04 +0000 (0:00:00.044) 0:03:21.147 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:153 Saturday 18 May 2024 16:39:04 +0000 (0:00:00.030) 0:03:21.178 ********** TASK [linux-system-roles.podman : Handle credential files - absent] ************ task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:159 Saturday 18 May 2024 16:39:04 +0000 (0:00:00.033) 0:03:21.211 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:3 Saturday 18 May 2024 16:39:04 +0000 (0:00:00.067) 0:03:21.279 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:11 Saturday 18 May 2024 16:39:04 +0000 (0:00:00.024) 0:03:21.303 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 18 May 2024 16:39:04 +0000 (0:00:00.040) 0:03:21.344 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 18 May 2024 16:39:04 +0000 (0:00:00.041) 0:03:21.385 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 18 May 2024 16:39:04 +0000 (0:00:00.030) 0:03:21.416 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 18 May 2024 16:39:04 +0000 (0:00:00.032) 0:03:21.449 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 18 May 2024 16:39:04 +0000 (0:00:00.249) 0:03:21.698 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 18 May 2024 16:39:04 +0000 (0:00:00.095) 0:03:21.794 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716050213.0820956, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716050181.6008394, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 18 May 2024 16:39:05 +0000 (0:00:00.279) 0:03:22.074 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.005044", "end": "2024-05-18 16:39:05.406235", "rc": 0, "start": "2024-05-18 16:39:05.401191" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 18 May 2024 16:39:05 +0000 (0:00:00.260) 0:03:22.335 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.008408", "end": "2024-05-18 16:39:05.660954", "rc": 0, "start": "2024-05-18 16:39:05.652546" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 18 May 2024 16:39:05 +0000 (0:00:00.272) 0:03:22.607 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 18 May 2024 16:39:05 +0000 (0:00:00.048) 0:03:22.656 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 18 May 2024 16:39:05 +0000 (0:00:00.031) 0:03:22.688 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 18 May 2024 16:39:05 +0000 (0:00:00.033) 0:03:22.722 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 18 May 2024 16:39:05 +0000 (0:00:00.027) 0:03:22.749 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 18 May 2024 16:39:05 +0000 (0:00:00.033) 0:03:22.783 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set credential variables] ******************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:17 Saturday 18 May 2024 16:39:05 +0000 (0:00:00.050) 0:03:22.834 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Ensure the credentials directory is present] *** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:45 Saturday 18 May 2024 16:39:06 +0000 (0:00:00.079) 0:03:22.914 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:53 Saturday 18 May 2024 16:39:06 +0000 (0:00:00.029) 0:03:22.943 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:63 Saturday 18 May 2024 16:39:06 +0000 (0:00:00.037) 0:03:22.980 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:80 Saturday 18 May 2024 16:39:06 +0000 (0:00:00.059) 0:03:23.040 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Find files in credentials directory] ********* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:86 Saturday 18 May 2024 16:39:06 +0000 (0:00:00.028) 0:03:23.074 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:94 Saturday 18 May 2024 16:39:06 +0000 (0:00:00.036) 0:03:23.110 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:168 Saturday 18 May 2024 16:39:06 +0000 (0:00:00.095) 0:03:23.206 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:3 Saturday 18 May 2024 16:39:06 +0000 (0:00:00.071) 0:03:23.277 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:10 Saturday 18 May 2024 16:39:06 +0000 (0:00:00.046) 0:03:23.323 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:15 Saturday 18 May 2024 16:39:06 +0000 (0:00:00.033) 0:03:23.357 ********** ok: [sut] => { "ansible_facts": { "__podman_rootless": true }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:19 Saturday 18 May 2024 16:39:06 +0000 (0:00:00.029) 0:03:23.386 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 18 May 2024 16:39:06 +0000 (0:00:00.041) 0:03:23.427 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 18 May 2024 16:39:06 +0000 (0:00:00.031) 0:03:23.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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 18 May 2024 16:39:06 +0000 (0:00:00.033) 0:03:23.492 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 18 May 2024 16:39:06 +0000 (0:00:00.034) 0:03:23.527 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 18 May 2024 16:39:06 +0000 (0:00:00.305) 0:03:23.832 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 18 May 2024 16:39:06 +0000 (0:00:00.055) 0:03:23.887 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716050213.0820956, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716050181.6008394, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 18 May 2024 16:39:07 +0000 (0:00:00.283) 0:03:24.171 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.007788", "end": "2024-05-18 16:39:07.533402", "rc": 0, "start": "2024-05-18 16:39:07.525614" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 18 May 2024 16:39:07 +0000 (0:00:00.302) 0:03:24.473 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003540", "end": "2024-05-18 16:39:07.831701", "rc": 0, "start": "2024-05-18 16:39:07.828161" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 18 May 2024 16:39:07 +0000 (0:00:00.366) 0:03:24.840 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 18 May 2024 16:39:07 +0000 (0:00:00.038) 0:03:24.879 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 18 May 2024 16:39:08 +0000 (0:00:00.025) 0:03:24.904 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 18 May 2024 16:39:08 +0000 (0:00:00.024) 0:03:24.929 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 18 May 2024 16:39:08 +0000 (0:00:00.025) 0:03:24.954 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 18 May 2024 16:39:08 +0000 (0:00:00.025) 0:03:24.980 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:24 Saturday 18 May 2024 16:39:08 +0000 (0:00:00.024) 0:03:25.005 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:29 Saturday 18 May 2024 16:39:08 +0000 (0:00:00.028) 0:03:25.034 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:36 Saturday 18 May 2024 16:39:08 +0000 (0:00:00.037) 0:03:25.072 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:70 Saturday 18 May 2024 16:39:08 +0000 (0:00:00.033) 0:03:25.105 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure certs.d files] ************************ task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:78 Saturday 18 May 2024 16:39:08 +0000 (0:00:00.026) 0:03:25.132 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:95 Saturday 18 May 2024 16:39:08 +0000 (0:00:00.045) 0:03:25.178 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:102 Saturday 18 May 2024 16:39:08 +0000 (0:00:00.062) 0:03:25.240 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:110 Saturday 18 May 2024 16:39:08 +0000 (0:00:00.056) 0:03:25.296 ********** 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-cih11exz5w/tests/tests_auth_and_security.yml:212 Saturday 18 May 2024 16:39:08 +0000 (0:00:00.025) 0:03:25.321 ********** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 18 May 2024 16:39:08 +0000 (0:00:00.037) 0:03:25.359 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 18 May 2024 16:39:08 +0000 (0:00:00.129) 0:03:25.488 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 18 May 2024 16:39:08 +0000 (0:00:00.059) 0:03:25.548 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 18 May 2024 16:39:08 +0000 (0:00:00.030) 0:03:25.579 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 18 May 2024 16:39:08 +0000 (0:00:00.026) 0:03:25.606 ********** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/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-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 18 May 2024 16:39:08 +0000 (0:00:00.075) 0:03:25.682 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 18 May 2024 16:39:10 +0000 (0:00:01.664) 0:03:27.346 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 18 May 2024 16:39:10 +0000 (0:00:00.023) 0:03:27.369 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 18 May 2024 16:39:10 +0000 (0:00:00.028) 0:03:27.398 ********** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.040195", "end": "2024-05-18 16:39:10.754607", "rc": 0, "start": "2024-05-18 16:39:10.714412" } STDOUT: podman version 4.9.4-dev TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Saturday 18 May 2024 16:39:10 +0000 (0:00:00.345) 0:03:27.744 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Saturday 18 May 2024 16:39:10 +0000 (0:00:00.026) 0:03:27.770 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Saturday 18 May 2024 16:39:10 +0000 (0:00:00.024) 0:03:27.794 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Saturday 18 May 2024 16:39:10 +0000 (0:00:00.046) 0:03:27.841 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 18 May 2024 16:39:11 +0000 (0:00:00.048) 0:03:27.890 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 18 May 2024 16:39:11 +0000 (0:00:00.282) 0:03:28.173 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 18 May 2024 16:39:11 +0000 (0:00:00.041) 0:03:28.214 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 18 May 2024 16:39:11 +0000 (0:00:00.052) 0:03:28.266 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 18 May 2024 16:39:11 +0000 (0:00:00.279) 0:03:28.545 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 18 May 2024 16:39:11 +0000 (0:00:00.029) 0:03:28.575 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716050213.0820956, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716050181.6008394, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 18 May 2024 16:39:11 +0000 (0:00:00.252) 0:03:28.827 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 18 May 2024 16:39:11 +0000 (0:00:00.023) 0:03:28.851 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 18 May 2024 16:39:11 +0000 (0:00:00.025) 0:03:28.876 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 18 May 2024 16:39:12 +0000 (0:00:00.024) 0:03:28.900 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 18 May 2024 16:39:12 +0000 (0:00:00.073) 0:03:28.973 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 18 May 2024 16:39:12 +0000 (0:00:00.023) 0:03:28.996 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 18 May 2024 16:39:12 +0000 (0:00:00.026) 0:03:29.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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 18 May 2024 16:39:12 +0000 (0:00:00.034) 0:03:29.058 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Saturday 18 May 2024 16:39:12 +0000 (0:00:00.067) 0:03:29.125 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Saturday 18 May 2024 16:39:12 +0000 (0:00:00.041) 0:03:29.166 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 18 May 2024 16:39:12 +0000 (0:00:00.073) 0:03:29.240 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 18 May 2024 16:39:12 +0000 (0:00:00.024) 0:03:29.265 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Saturday 18 May 2024 16:39:12 +0000 (0:00:00.024) 0:03:29.289 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 18 May 2024 16:39:12 +0000 (0:00:00.054) 0:03:29.344 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 18 May 2024 16:39:12 +0000 (0:00:00.024) 0:03:29.368 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Saturday 18 May 2024 16:39:12 +0000 (0:00:00.042) 0:03:29.411 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 18 May 2024 16:39:12 +0000 (0:00:00.061) 0:03:29.472 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 18 May 2024 16:39:12 +0000 (0:00:00.023) 0:03:29.496 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Saturday 18 May 2024 16:39:12 +0000 (0:00:00.027) 0:03:29.524 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 18 May 2024 16:39:12 +0000 (0:00:00.123) 0:03:29.647 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 18 May 2024 16:39:12 +0000 (0:00:00.029) 0:03:29.676 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 18 May 2024 16:39:12 +0000 (0:00:00.026) 0:03:29.703 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 18 May 2024 16:39:12 +0000 (0:00:00.026) 0:03:29.729 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Saturday 18 May 2024 16:39:12 +0000 (0:00:00.029) 0:03:29.759 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Saturday 18 May 2024 16:39:12 +0000 (0:00:00.026) 0:03:29.785 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Saturday 18 May 2024 16:39:12 +0000 (0:00:00.024) 0:03:29.810 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Saturday 18 May 2024 16:39:12 +0000 (0:00:00.024) 0:03:29.835 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:3 Saturday 18 May 2024 16:39:13 +0000 (0:00:00.058) 0:03:29.893 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:10 Saturday 18 May 2024 16:39:13 +0000 (0:00:00.027) 0:03:29.921 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:15 Saturday 18 May 2024 16:39:13 +0000 (0:00:00.024) 0:03:29.945 ********** ok: [sut] => { "ansible_facts": { "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:19 Saturday 18 May 2024 16:39:13 +0000 (0:00:00.026) 0:03:29.972 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 18 May 2024 16:39:13 +0000 (0:00:00.043) 0:03:30.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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 18 May 2024 16:39:13 +0000 (0:00:00.031) 0:03:30.047 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 18 May 2024 16:39:13 +0000 (0:00:00.033) 0:03:30.081 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 18 May 2024 16:39:13 +0000 (0:00:00.085) 0:03:30.166 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 18 May 2024 16:39:13 +0000 (0:00:00.260) 0:03:30.426 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 18 May 2024 16:39:13 +0000 (0:00:00.037) 0:03:30.464 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716050213.0820956, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716050181.6008394, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 18 May 2024 16:39:13 +0000 (0:00:00.274) 0:03:30.739 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 18 May 2024 16:39:13 +0000 (0:00:00.048) 0:03:30.787 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 18 May 2024 16:39:13 +0000 (0:00:00.033) 0:03:30.821 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 18 May 2024 16:39:13 +0000 (0:00:00.027) 0:03:30.848 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 18 May 2024 16:39:13 +0000 (0:00:00.029) 0:03:30.878 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 18 May 2024 16:39:14 +0000 (0:00:00.033) 0:03:30.912 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 18 May 2024 16:39:14 +0000 (0:00:00.023) 0:03:30.935 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 18 May 2024 16:39:14 +0000 (0:00:00.025) 0:03:30.961 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:24 Saturday 18 May 2024 16:39:14 +0000 (0:00:00.026) 0:03:30.987 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:29 Saturday 18 May 2024 16:39:14 +0000 (0:00:00.032) 0:03:31.020 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:36 Saturday 18 May 2024 16:39:14 +0000 (0:00:00.044) 0:03:31.065 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:70 Saturday 18 May 2024 16:39:14 +0000 (0:00:00.032) 0:03:31.097 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure certs.d files] ************************ task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:78 Saturday 18 May 2024 16:39:14 +0000 (0:00:00.034) 0:03:31.132 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:95 Saturday 18 May 2024 16:39:14 +0000 (0:00:00.031) 0:03:31.163 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:102 Saturday 18 May 2024 16:39:14 +0000 (0:00:00.089) 0:03:31.253 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:110 Saturday 18 May 2024 16:39:14 +0000 (0:00:00.024) 0:03:31.278 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Handle credential files - present] *********** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:123 Saturday 18 May 2024 16:39:14 +0000 (0:00:00.039) 0:03:31.317 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:3 Saturday 18 May 2024 16:39:14 +0000 (0:00:00.083) 0:03:31.401 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:11 Saturday 18 May 2024 16:39:14 +0000 (0:00:00.025) 0:03:31.427 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 18 May 2024 16:39:14 +0000 (0:00:00.041) 0:03:31.469 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 18 May 2024 16:39:14 +0000 (0:00:00.030) 0:03:31.499 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 18 May 2024 16:39:14 +0000 (0:00:00.036) 0:03:31.536 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 18 May 2024 16:39:14 +0000 (0:00:00.034) 0:03:31.570 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 18 May 2024 16:39:14 +0000 (0:00:00.269) 0:03:31.839 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 18 May 2024 16:39:14 +0000 (0:00:00.034) 0:03:31.873 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716050213.0820956, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716050181.6008394, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 18 May 2024 16:39:15 +0000 (0:00:00.251) 0:03:32.125 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 18 May 2024 16:39:15 +0000 (0:00:00.026) 0:03:32.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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 18 May 2024 16:39:15 +0000 (0:00:00.024) 0:03:32.176 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 18 May 2024 16:39:15 +0000 (0:00:00.101) 0:03:32.278 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 18 May 2024 16:39:15 +0000 (0:00:00.038) 0:03:32.316 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 18 May 2024 16:39:15 +0000 (0:00:00.025) 0:03:32.342 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 18 May 2024 16:39:15 +0000 (0:00:00.030) 0:03:32.372 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 18 May 2024 16:39:15 +0000 (0:00:00.027) 0:03:32.400 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set credential variables] ******************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:17 Saturday 18 May 2024 16:39:15 +0000 (0:00:00.034) 0:03:32.434 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Ensure the credentials directory is present] *** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:45 Saturday 18 May 2024 16:39:15 +0000 (0:00:00.048) 0:03:32.483 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:53 Saturday 18 May 2024 16:39:15 +0000 (0:00:00.029) 0:03:32.512 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:63 Saturday 18 May 2024 16:39:15 +0000 (0:00:00.026) 0:03:32.539 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:80 Saturday 18 May 2024 16:39:15 +0000 (0:00:00.031) 0:03:32.570 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:86 Saturday 18 May 2024 16:39:15 +0000 (0:00:00.028) 0:03:32.598 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:94 Saturday 18 May 2024 16:39:15 +0000 (0:00:00.043) 0:03:32.642 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Saturday 18 May 2024 16:39:15 +0000 (0:00:00.025) 0:03:32.667 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:139 Saturday 18 May 2024 16:39:15 +0000 (0:00:00.027) 0:03:32.694 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:14 Saturday 18 May 2024 16:39:15 +0000 (0:00:00.071) 0:03:32.766 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:34 Saturday 18 May 2024 16:39:15 +0000 (0:00:00.031) 0:03:32.797 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:60 Saturday 18 May 2024 16:39:15 +0000 (0:00:00.030) 0:03:32.827 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:66 Saturday 18 May 2024 16:39:15 +0000 (0:00:00.025) 0:03:32.853 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 18 May 2024 16:39:16 +0000 (0:00:00.096) 0:03:32.949 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 18 May 2024 16:39:16 +0000 (0:00:00.035) 0:03:32.985 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 18 May 2024 16:39:16 +0000 (0:00:00.040) 0:03:33.026 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 18 May 2024 16:39:16 +0000 (0:00:00.036) 0:03:33.062 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 18 May 2024 16:39:16 +0000 (0:00:00.269) 0:03:33.331 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 18 May 2024 16:39:16 +0000 (0:00:00.036) 0:03:33.368 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716050213.0820956, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716050181.6008394, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 18 May 2024 16:39:16 +0000 (0:00:00.275) 0:03:33.644 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 18 May 2024 16:39:16 +0000 (0:00:00.025) 0:03:33.669 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 18 May 2024 16:39:16 +0000 (0:00:00.026) 0:03:33.695 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 18 May 2024 16:39:16 +0000 (0:00:00.024) 0:03:33.719 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 18 May 2024 16:39:16 +0000 (0:00:00.024) 0:03:33.743 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 18 May 2024 16:39:16 +0000 (0:00:00.024) 0:03:33.768 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 18 May 2024 16:39:16 +0000 (0:00:00.028) 0:03:33.796 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 18 May 2024 16:39:16 +0000 (0:00:00.034) 0:03:33.831 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:71 Saturday 18 May 2024 16:39:16 +0000 (0:00:00.024) 0:03:33.855 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:80 Saturday 18 May 2024 16:39:17 +0000 (0:00:00.105) 0:03:33.961 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:94 Saturday 18 May 2024 16:39:17 +0000 (0:00:00.044) 0:03:34.005 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:100 Saturday 18 May 2024 16:39:17 +0000 (0:00:00.045) 0:03:34.051 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:108 Saturday 18 May 2024 16:39:17 +0000 (0:00:00.028) 0:03:34.080 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:123 Saturday 18 May 2024 16:39:17 +0000 (0:00:00.028) 0:03:34.108 ********** 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.006939", "end": "2024-05-18 16:39:17.469348", "rc": 0, "start": "2024-05-18 16:39:17.462409" } 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:131 Saturday 18 May 2024 16:39:17 +0000 (0:00:00.284) 0:03:34.392 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:2 Saturday 18 May 2024 16:39:17 +0000 (0:00:00.053) 0:03:34.446 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:10 Saturday 18 May 2024 16:39:17 +0000 (0:00:00.023) 0:03:34.470 ********** ok: [sut] => { "changed": false, "enabled": false, "failed_when_result": false, "name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "state": "stopped", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "system-podman\\x2dkube.slice systemd-journald.socket network-online.target -.mount 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": "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 system-podman\\x2dkube.slice sysinit.target", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:28 Saturday 18 May 2024 16:39:18 +0000 (0:00:00.428) 0:03:34.898 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.podman : Remove pod/containers] *********************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:33 Saturday 18 May 2024 16:39:18 +0000 (0:00:00.258) 0:03:35.157 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Remove kubernetes yaml file] ***************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:45 Saturday 18 May 2024 16:39:18 +0000 (0:00:00.037) 0:03:35.194 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:50 Saturday 18 May 2024 16:39:18 +0000 (0:00:00.253) 0:03:35.448 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:59 Saturday 18 May 2024 16:39:18 +0000 (0:00:00.024) 0:03:35.472 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 18 May 2024 16:39:18 +0000 (0:00:00.085) 0:03:35.558 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 18 May 2024 16:39:18 +0000 (0:00:00.024) 0:03:35.582 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 18 May 2024 16:39:18 +0000 (0:00:00.024) 0:03:35.607 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:135 Saturday 18 May 2024 16:39:18 +0000 (0:00:00.027) 0:03:35.634 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:146 Saturday 18 May 2024 16:39:18 +0000 (0:00:00.024) 0:03:35.659 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 18 May 2024 16:39:18 +0000 (0:00:00.068) 0:03:35.728 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 18 May 2024 16:39:18 +0000 (0:00:00.029) 0:03:35.757 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 18 May 2024 16:39:18 +0000 (0:00:00.028) 0:03:35.786 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 18 May 2024 16:39:18 +0000 (0:00:00.022) 0:03:35.808 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 18 May 2024 16:39:18 +0000 (0:00:00.032) 0:03:35.841 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 18 May 2024 16:39:18 +0000 (0:00:00.040) 0:03:35.882 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 18 May 2024 16:39:19 +0000 (0:00:00.035) 0:03:35.917 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 18 May 2024 16:39:19 +0000 (0:00:00.027) 0:03:35.944 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 18 May 2024 16:39:19 +0000 (0:00:00.029) 0:03:35.974 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 18 May 2024 16:39:19 +0000 (0:00:00.318) 0:03:36.292 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 18 May 2024 16:39:19 +0000 (0:00:00.031) 0:03:36.323 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716050213.0820956, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716050181.6008394, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 18 May 2024 16:39:19 +0000 (0:00:00.266) 0:03:36.590 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 18 May 2024 16:39:19 +0000 (0:00:00.025) 0:03:36.615 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 18 May 2024 16:39:19 +0000 (0:00:00.025) 0:03:36.641 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 18 May 2024 16:39:19 +0000 (0:00:00.025) 0:03:36.666 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 18 May 2024 16:39:19 +0000 (0:00:00.025) 0:03:36.692 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 18 May 2024 16:39:19 +0000 (0:00:00.025) 0:03:36.718 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 18 May 2024 16:39:19 +0000 (0:00:00.023) 0:03:36.741 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 18 May 2024 16:39:19 +0000 (0:00:00.025) 0:03:36.767 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 18 May 2024 16:39:19 +0000 (0:00:00.025) 0:03:36.792 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 18 May 2024 16:39:19 +0000 (0:00:00.043) 0:03:36.836 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 18 May 2024 16:39:19 +0000 (0:00:00.032) 0:03:36.869 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 18 May 2024 16:39:20 +0000 (0:00:00.024) 0:03:36.893 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 18 May 2024 16:39:20 +0000 (0:00:00.051) 0:03:36.945 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:220 Saturday 18 May 2024 16:39:20 +0000 (0:00:00.030) 0:03:36.975 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Saturday 18 May 2024 16:39:20 +0000 (0:00:00.118) 0:03:37.093 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 Saturday 18 May 2024 16:39:20 +0000 (0:00:00.025) 0:03:37.119 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:33 Saturday 18 May 2024 16:39:20 +0000 (0:00:00.430) 0:03:37.550 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:39 Saturday 18 May 2024 16:39:20 +0000 (0:00:00.265) 0:03:37.815 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 18 May 2024 16:39:20 +0000 (0:00:00.048) 0:03:37.864 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 18 May 2024 16:39:21 +0000 (0:00:00.036) 0:03:37.900 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 18 May 2024 16:39:21 +0000 (0:00:00.024) 0:03:37.924 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:47 Saturday 18 May 2024 16:39:21 +0000 (0:00:00.022) 0:03:37.947 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:56 Saturday 18 May 2024 16:39:21 +0000 (0:00:00.024) 0:03:37.972 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:64 Saturday 18 May 2024 16:39:21 +0000 (0:00:00.024) 0:03:37.996 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:224 Saturday 18 May 2024 16:39:21 +0000 (0:00:00.026) 0:03:38.023 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:153 Saturday 18 May 2024 16:39:21 +0000 (0:00:00.022) 0:03:38.045 ********** TASK [linux-system-roles.podman : Handle credential files - absent] ************ task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:159 Saturday 18 May 2024 16:39:21 +0000 (0:00:00.021) 0:03:38.066 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:3 Saturday 18 May 2024 16:39:21 +0000 (0:00:00.072) 0:03:38.139 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:11 Saturday 18 May 2024 16:39:21 +0000 (0:00:00.086) 0:03:38.227 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 18 May 2024 16:39:21 +0000 (0:00:00.045) 0:03:38.272 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 18 May 2024 16:39:21 +0000 (0:00:00.033) 0:03:38.305 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 18 May 2024 16:39:21 +0000 (0:00:00.033) 0:03:38.339 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 18 May 2024 16:39:21 +0000 (0:00:00.049) 0:03:38.388 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 18 May 2024 16:39:21 +0000 (0:00:00.278) 0:03:38.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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 18 May 2024 16:39:21 +0000 (0:00:00.033) 0:03:38.701 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716050213.0820956, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716050181.6008394, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 18 May 2024 16:39:22 +0000 (0:00:00.269) 0:03:38.970 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 18 May 2024 16:39:22 +0000 (0:00:00.027) 0:03:38.998 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 18 May 2024 16:39:22 +0000 (0:00:00.025) 0:03:39.023 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 18 May 2024 16:39:22 +0000 (0:00:00.026) 0:03:39.050 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 18 May 2024 16:39:22 +0000 (0:00:00.025) 0:03:39.076 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 18 May 2024 16:39:22 +0000 (0:00:00.030) 0:03:39.106 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 18 May 2024 16:39:22 +0000 (0:00:00.024) 0:03:39.130 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 18 May 2024 16:39:22 +0000 (0:00:00.027) 0:03:39.158 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set credential variables] ******************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:17 Saturday 18 May 2024 16:39:22 +0000 (0:00:00.123) 0:03:39.282 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:45 Saturday 18 May 2024 16:39:22 +0000 (0:00:00.042) 0:03:39.324 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:53 Saturday 18 May 2024 16:39:22 +0000 (0:00:00.036) 0:03:39.361 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:63 Saturday 18 May 2024 16:39:22 +0000 (0:00:00.026) 0:03:39.387 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:80 Saturday 18 May 2024 16:39:22 +0000 (0:00:00.028) 0:03:39.416 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:86 Saturday 18 May 2024 16:39:22 +0000 (0:00:00.298) 0:03:39.714 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:94 Saturday 18 May 2024 16:39:23 +0000 (0:00:00.249) 0:03:39.964 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:168 Saturday 18 May 2024 16:39:23 +0000 (0:00:00.248) 0:03:40.213 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:3 Saturday 18 May 2024 16:39:23 +0000 (0:00:00.104) 0:03:40.318 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:10 Saturday 18 May 2024 16:39:23 +0000 (0:00:00.028) 0:03:40.346 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:15 Saturday 18 May 2024 16:39:23 +0000 (0:00:00.030) 0:03:40.377 ********** ok: [sut] => { "ansible_facts": { "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:19 Saturday 18 May 2024 16:39:23 +0000 (0:00:00.028) 0:03:40.405 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 18 May 2024 16:39:23 +0000 (0:00:00.049) 0:03:40.454 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 18 May 2024 16:39:23 +0000 (0:00:00.032) 0:03:40.487 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 18 May 2024 16:39:23 +0000 (0:00:00.125) 0:03:40.612 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 18 May 2024 16:39:23 +0000 (0:00:00.047) 0:03:40.660 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 18 May 2024 16:39:24 +0000 (0:00:00.260) 0:03:40.921 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 18 May 2024 16:39:24 +0000 (0:00:00.038) 0:03:40.959 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716050213.0820956, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716050181.6008394, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 18 May 2024 16:39:24 +0000 (0:00:00.280) 0:03:41.240 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 18 May 2024 16:39:24 +0000 (0:00:00.030) 0:03:41.270 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 18 May 2024 16:39:24 +0000 (0:00:00.038) 0:03:41.309 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 18 May 2024 16:39:24 +0000 (0:00:00.030) 0:03:41.339 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 18 May 2024 16:39:24 +0000 (0:00:00.027) 0:03:41.367 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 18 May 2024 16:39:24 +0000 (0:00:00.029) 0:03:41.396 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 18 May 2024 16:39:24 +0000 (0:00:00.057) 0:03:41.454 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 18 May 2024 16:39:24 +0000 (0:00:00.025) 0:03:41.479 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:24 Saturday 18 May 2024 16:39:24 +0000 (0:00:00.030) 0:03:41.510 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:29 Saturday 18 May 2024 16:39:24 +0000 (0:00:00.033) 0:03:41.544 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:36 Saturday 18 May 2024 16:39:24 +0000 (0:00:00.025) 0:03:41.569 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:70 Saturday 18 May 2024 16:39:24 +0000 (0:00:00.064) 0:03:41.634 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure certs.d files] ************************ task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:78 Saturday 18 May 2024 16:39:24 +0000 (0:00:00.036) 0:03:41.670 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:95 Saturday 18 May 2024 16:39:24 +0000 (0:00:00.158) 0:03:41.828 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:102 Saturday 18 May 2024 16:39:25 +0000 (0:00:00.744) 0:03:42.572 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:110 Saturday 18 May 2024 16:39:25 +0000 (0:00:00.231) 0:03:42.804 ********** 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-cih11exz5w/tests/tests_auth_and_security.yml:233 Saturday 18 May 2024 16:39:26 +0000 (0:00:00.253) 0:03:43.057 ********** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 18 May 2024 16:39:26 +0000 (0:00:00.050) 0:03:43.108 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 18 May 2024 16:39:26 +0000 (0:00:00.042) 0:03:43.150 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 18 May 2024 16:39:26 +0000 (0:00:00.032) 0:03:43.183 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 18 May 2024 16:39:26 +0000 (0:00:00.025) 0:03:43.208 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 18 May 2024 16:39:26 +0000 (0:00:00.026) 0:03:43.235 ********** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/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-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 18 May 2024 16:39:26 +0000 (0:00:00.060) 0:03:43.295 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 18 May 2024 16:39:28 +0000 (0:00:01.727) 0:03:45.022 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 18 May 2024 16:39:28 +0000 (0:00:00.031) 0:03:45.054 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 18 May 2024 16:39:28 +0000 (0:00:00.042) 0:03:45.097 ********** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.042683", "end": "2024-05-18 16:39:28.491138", "rc": 0, "start": "2024-05-18 16:39:28.448455" } STDOUT: podman version 4.9.4-dev TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Saturday 18 May 2024 16:39:28 +0000 (0:00:00.323) 0:03:45.420 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Saturday 18 May 2024 16:39:28 +0000 (0:00:00.029) 0:03:45.449 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Saturday 18 May 2024 16:39:28 +0000 (0:00:00.026) 0:03:45.476 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Saturday 18 May 2024 16:39:28 +0000 (0:00:00.047) 0:03:45.524 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 18 May 2024 16:39:28 +0000 (0:00:00.107) 0:03:45.632 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 18 May 2024 16:39:29 +0000 (0:00:00.319) 0:03:45.951 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 18 May 2024 16:39:29 +0000 (0:00:00.032) 0:03:45.984 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 18 May 2024 16:39:29 +0000 (0:00:00.036) 0:03:46.021 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 18 May 2024 16:39:29 +0000 (0:00:00.253) 0:03:46.274 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 18 May 2024 16:39:29 +0000 (0:00:00.032) 0:03:46.307 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716050213.0820956, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716050181.6008394, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 18 May 2024 16:39:29 +0000 (0:00:00.254) 0:03:46.561 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.005589", "end": "2024-05-18 16:39:29.905058", "rc": 0, "start": "2024-05-18 16:39:29.899469" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 18 May 2024 16:39:29 +0000 (0:00:00.278) 0:03:46.840 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.004507", "end": "2024-05-18 16:39:30.211337", "rc": 0, "start": "2024-05-18 16:39:30.206830" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 18 May 2024 16:39:30 +0000 (0:00:00.296) 0:03:47.136 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 18 May 2024 16:39:30 +0000 (0:00:00.037) 0:03:47.174 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 18 May 2024 16:39:30 +0000 (0:00:00.025) 0:03:47.200 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 18 May 2024 16:39:30 +0000 (0:00:00.035) 0:03:47.235 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 18 May 2024 16:39:30 +0000 (0:00:00.042) 0:03:47.277 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 18 May 2024 16:39:30 +0000 (0:00:00.065) 0:03:47.342 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Saturday 18 May 2024 16:39:30 +0000 (0:00:00.030) 0:03:47.373 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Saturday 18 May 2024 16:39:30 +0000 (0:00:00.088) 0:03:47.462 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 18 May 2024 16:39:30 +0000 (0:00:00.045) 0:03:47.507 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 18 May 2024 16:39:30 +0000 (0:00:00.025) 0:03:47.533 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Saturday 18 May 2024 16:39:30 +0000 (0:00:00.034) 0:03:47.568 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 18 May 2024 16:39:30 +0000 (0:00:00.053) 0:03:47.622 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 18 May 2024 16:39:30 +0000 (0:00:00.028) 0:03:47.650 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Saturday 18 May 2024 16:39:30 +0000 (0:00:00.024) 0:03:47.675 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 18 May 2024 16:39:30 +0000 (0:00:00.047) 0:03:47.722 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 18 May 2024 16:39:30 +0000 (0:00:00.025) 0:03:47.748 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Saturday 18 May 2024 16:39:30 +0000 (0:00:00.029) 0:03:47.777 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 18 May 2024 16:39:30 +0000 (0:00:00.058) 0:03:47.835 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 18 May 2024 16:39:31 +0000 (0:00:00.052) 0:03:47.888 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get the existing policy.json] **************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 18 May 2024 16:39:31 +0000 (0:00:00.041) 0:03:47.930 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 18 May 2024 16:39:31 +0000 (0:00:00.028) 0:03:47.958 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Saturday 18 May 2024 16:39:31 +0000 (0:00:00.086) 0:03:48.045 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Saturday 18 May 2024 16:39:31 +0000 (0:00:00.037) 0:03:48.083 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Saturday 18 May 2024 16:39:31 +0000 (0:00:00.036) 0:03:48.120 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Saturday 18 May 2024 16:39:31 +0000 (0:00:00.033) 0:03:48.153 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:3 Saturday 18 May 2024 16:39:31 +0000 (0:00:00.060) 0:03:48.213 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:10 Saturday 18 May 2024 16:39:31 +0000 (0:00:00.040) 0:03:48.253 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:15 Saturday 18 May 2024 16:39:31 +0000 (0:00:00.031) 0:03:48.285 ********** ok: [sut] => { "ansible_facts": { "__podman_rootless": true }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:19 Saturday 18 May 2024 16:39:31 +0000 (0:00:00.029) 0:03:48.315 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 18 May 2024 16:39:31 +0000 (0:00:00.068) 0:03:48.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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 18 May 2024 16:39:31 +0000 (0:00:00.032) 0:03:48.416 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 18 May 2024 16:39:31 +0000 (0:00:00.042) 0:03:48.459 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 18 May 2024 16:39:31 +0000 (0:00:00.051) 0:03:48.510 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 18 May 2024 16:39:31 +0000 (0:00:00.262) 0:03:48.773 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 18 May 2024 16:39:31 +0000 (0:00:00.031) 0:03:48.804 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716050213.0820956, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716050181.6008394, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 18 May 2024 16:39:32 +0000 (0:00:00.340) 0:03:49.144 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.004977", "end": "2024-05-18 16:39:32.479057", "rc": 0, "start": "2024-05-18 16:39:32.474080" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 18 May 2024 16:39:32 +0000 (0:00:00.258) 0:03:49.402 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.004483", "end": "2024-05-18 16:39:32.739161", "rc": 0, "start": "2024-05-18 16:39:32.734678" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 18 May 2024 16:39:32 +0000 (0:00:00.287) 0:03:49.690 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 18 May 2024 16:39:32 +0000 (0:00:00.039) 0:03:49.729 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 18 May 2024 16:39:32 +0000 (0:00:00.030) 0:03:49.760 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 18 May 2024 16:39:32 +0000 (0:00:00.029) 0:03:49.790 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 18 May 2024 16:39:32 +0000 (0:00:00.032) 0:03:49.823 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 18 May 2024 16:39:32 +0000 (0:00:00.030) 0:03:49.853 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:24 Saturday 18 May 2024 16:39:33 +0000 (0:00:00.042) 0:03:49.895 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:29 Saturday 18 May 2024 16:39:33 +0000 (0:00:00.033) 0:03:49.929 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:36 Saturday 18 May 2024 16:39:33 +0000 (0:00:00.025) 0:03:49.955 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:70 Saturday 18 May 2024 16:39:33 +0000 (0:00:00.032) 0:03:49.988 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure certs.d files] ************************ task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:78 Saturday 18 May 2024 16:39:33 +0000 (0:00:00.028) 0:03:50.017 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:95 Saturday 18 May 2024 16:39:33 +0000 (0:00:00.035) 0:03:50.053 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:102 Saturday 18 May 2024 16:39:33 +0000 (0:00:00.057) 0:03:50.110 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:110 Saturday 18 May 2024 16:39:33 +0000 (0:00:00.060) 0:03:50.171 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:123 Saturday 18 May 2024 16:39:33 +0000 (0:00:00.052) 0:03:50.223 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:3 Saturday 18 May 2024 16:39:33 +0000 (0:00:00.140) 0:03:50.364 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:11 Saturday 18 May 2024 16:39:33 +0000 (0:00:00.030) 0:03:50.394 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 18 May 2024 16:39:33 +0000 (0:00:00.047) 0:03:50.442 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 18 May 2024 16:39:33 +0000 (0:00:00.044) 0:03:50.486 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 18 May 2024 16:39:33 +0000 (0:00:00.032) 0:03:50.518 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 18 May 2024 16:39:33 +0000 (0:00:00.039) 0:03:50.558 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 18 May 2024 16:39:33 +0000 (0:00:00.269) 0:03:50.828 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 18 May 2024 16:39:33 +0000 (0:00:00.041) 0:03:50.870 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716050213.0820956, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716050181.6008394, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 18 May 2024 16:39:34 +0000 (0:00:00.338) 0:03:51.208 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.008893", "end": "2024-05-18 16:39:34.529412", "rc": 0, "start": "2024-05-18 16:39:34.520519" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 18 May 2024 16:39:34 +0000 (0:00:00.251) 0:03:51.460 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.005428", "end": "2024-05-18 16:39:34.802763", "rc": 0, "start": "2024-05-18 16:39:34.797335" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 18 May 2024 16:39:34 +0000 (0:00:00.264) 0:03:51.725 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 18 May 2024 16:39:34 +0000 (0:00:00.039) 0:03:51.764 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 18 May 2024 16:39:34 +0000 (0:00:00.036) 0:03:51.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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 18 May 2024 16:39:35 +0000 (0:00:00.151) 0:03:51.952 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 18 May 2024 16:39:35 +0000 (0:00:00.027) 0:03:51.980 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 18 May 2024 16:39:35 +0000 (0:00:00.028) 0:03:52.009 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set credential variables] ******************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:17 Saturday 18 May 2024 16:39:35 +0000 (0:00:00.027) 0:03:52.036 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:45 Saturday 18 May 2024 16:39:35 +0000 (0:00:00.040) 0:03:52.076 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:53 Saturday 18 May 2024 16:39:35 +0000 (0:00:00.027) 0:03:52.104 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:63 Saturday 18 May 2024 16:39:35 +0000 (0:00:00.048) 0:03:52.152 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:80 Saturday 18 May 2024 16:39:35 +0000 (0:00:00.026) 0:03:52.178 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:86 Saturday 18 May 2024 16:39:35 +0000 (0:00:00.026) 0:03:52.205 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:94 Saturday 18 May 2024 16:39:35 +0000 (0:00:00.037) 0:03:52.242 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Saturday 18 May 2024 16:39:35 +0000 (0:00:00.028) 0:03:52.271 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:139 Saturday 18 May 2024 16:39:35 +0000 (0:00:00.021) 0:03:52.293 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:14 Saturday 18 May 2024 16:39:35 +0000 (0:00:00.073) 0:03:52.367 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:34 Saturday 18 May 2024 16:39:35 +0000 (0:00:00.035) 0:03:52.402 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:60 Saturday 18 May 2024 16:39:35 +0000 (0:00:00.031) 0:03:52.434 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:66 Saturday 18 May 2024 16:39:35 +0000 (0:00:00.027) 0:03:52.461 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 18 May 2024 16:39:35 +0000 (0:00:00.106) 0:03:52.567 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 18 May 2024 16:39:35 +0000 (0:00:00.042) 0:03:52.609 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 18 May 2024 16:39:35 +0000 (0:00:00.030) 0:03:52.640 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 18 May 2024 16:39:35 +0000 (0:00:00.039) 0:03:52.679 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 18 May 2024 16:39:36 +0000 (0:00:00.258) 0:03:52.938 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 18 May 2024 16:39:36 +0000 (0:00:00.033) 0:03:52.971 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716050213.0820956, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716050181.6008394, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 18 May 2024 16:39:36 +0000 (0:00:00.277) 0:03:53.249 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.004766", "end": "2024-05-18 16:39:36.599234", "rc": 0, "start": "2024-05-18 16:39:36.594468" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 18 May 2024 16:39:36 +0000 (0:00:00.297) 0:03:53.547 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003975", "end": "2024-05-18 16:39:36.894606", "rc": 0, "start": "2024-05-18 16:39:36.890631" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 18 May 2024 16:39:36 +0000 (0:00:00.275) 0:03:53.822 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 18 May 2024 16:39:36 +0000 (0:00:00.058) 0:03:53.881 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 18 May 2024 16:39:37 +0000 (0:00:00.027) 0:03:53.909 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 18 May 2024 16:39:37 +0000 (0:00:00.029) 0:03:53.939 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 18 May 2024 16:39:37 +0000 (0:00:00.037) 0:03:53.977 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 18 May 2024 16:39:37 +0000 (0:00:00.035) 0:03:54.012 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:71 Saturday 18 May 2024 16:39:37 +0000 (0:00:00.024) 0:03:54.037 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:80 Saturday 18 May 2024 16:39:37 +0000 (0:00:00.091) 0:03:54.128 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:94 Saturday 18 May 2024 16:39:37 +0000 (0:00:00.035) 0:03:54.164 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:100 Saturday 18 May 2024 16:39:37 +0000 (0:00:00.025) 0:03:54.189 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:108 Saturday 18 May 2024 16:39:37 +0000 (0:00:00.024) 0:03:54.214 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:123 Saturday 18 May 2024 16:39:37 +0000 (0:00:00.028) 0:03:54.242 ********** 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.007285", "end": "2024-05-18 16:39:37.569190", "rc": 0, "start": "2024-05-18 16:39:37.561905" } 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:131 Saturday 18 May 2024 16:39:37 +0000 (0:00:00.252) 0:03:54.495 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:2 Saturday 18 May 2024 16:39:37 +0000 (0:00:00.073) 0:03:54.568 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716050334.4390826, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1716050337.573108, "dev": 61, "device_type": 0, "executable": true, "exists": true, "gid": 2001, "gr_name": "auth_test_user1", "inode": 127408, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1716050337.573108, "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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:10 Saturday 18 May 2024 16:39:37 +0000 (0:00:00.312) 0:03:54.881 ********** 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-18 16:38:59 UTC", "ActiveEnterTimestampMonotonic": "955904440", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "network-online.target run-user-2001.mount basic.target -.mount podman\\x2dkube.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-05-18 16:38:59 UTC", "AssertTimestampMonotonic": "955176705", "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-18 16:38:59 UTC", "ConditionTimestampMonotonic": "955176703", "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": "27933", "ExecMainStartTimestamp": "Sat 2024-05-18 16:38:59 UTC", "ExecMainStartTimestampMonotonic": "955904412", "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-18 16:38:59 UTC] ; stop_time=[n/a] ; pid=27898 ; 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-18 16:38:59 UTC", "InactiveExitTimestampMonotonic": "955177349", "InvocationID": "780cf56394cf4becb964cd342f974109", "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": "27933", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "podman-kube@-home-auth_test_user1-.config-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "basic.target podman\\x2dkube.slice", "RequiresMountsFor": "/run/user/2001/containers /home/auth_test_user1", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-05-18 16:38:59 UTC", "StateChangeTimestampMonotonic": "955904440", "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-18 16:38:59 UTC", "WatchdogTimestampMonotonic": "955904436", "WatchdogUSec": "0", "WorkingDirectory": "!/home/auth_test_user1" } } TASK [linux-system-roles.podman : Check if kube file exists] ******************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:28 Saturday 18 May 2024 16:39:38 +0000 (0:00:00.994) 0:03:55.875 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716050337.0141034, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fb0097683a2e5c8909a8037d64ddc1b350aed0be", "ctime": 1716050336.6491005, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 2001, "gr_name": "auth_test_user1", "inode": 228589892, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1716050336.4520988, "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": "2590836396", "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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:33 Saturday 18 May 2024 16:39:39 +0000 (0:00:00.215) 0:03:56.090 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:45 Saturday 18 May 2024 16:39:39 +0000 (0:00:00.408) 0:03:56.499 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:50 Saturday 18 May 2024 16:39:39 +0000 (0:00:00.204) 0:03:56.703 ********** changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.041739", "end": "2024-05-18 16:39:40.039381", "rc": 0, "start": "2024-05-18 16:39:39.997642" } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:59 Saturday 18 May 2024 16:39:40 +0000 (0:00:00.262) 0:03:56.966 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 18 May 2024 16:39:40 +0000 (0:00:00.060) 0:03:57.027 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 18 May 2024 16:39:40 +0000 (0:00:00.047) 0:03:57.074 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 18 May 2024 16:39:40 +0000 (0:00:00.025) 0:03:57.100 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:135 Saturday 18 May 2024 16:39:40 +0000 (0:00:00.027) 0:03:57.127 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:146 Saturday 18 May 2024 16:39:40 +0000 (0:00:00.023) 0:03:57.151 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 18 May 2024 16:39:40 +0000 (0:00:00.069) 0:03:57.221 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 18 May 2024 16:39:40 +0000 (0:00:00.030) 0:03:57.251 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 18 May 2024 16:39:40 +0000 (0:00:00.028) 0:03:57.280 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 18 May 2024 16:39:40 +0000 (0:00:00.034) 0:03:57.315 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 18 May 2024 16:39:40 +0000 (0:00:00.035) 0:03:57.350 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 18 May 2024 16:39:40 +0000 (0:00:00.094) 0:03:57.445 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 18 May 2024 16:39:40 +0000 (0:00:00.030) 0:03:57.475 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 18 May 2024 16:39:40 +0000 (0:00:00.030) 0:03:57.505 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 18 May 2024 16:39:40 +0000 (0:00:00.034) 0:03:57.539 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 18 May 2024 16:39:40 +0000 (0:00:00.203) 0:03:57.742 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 18 May 2024 16:39:40 +0000 (0:00:00.032) 0:03:57.775 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716050213.0820956, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716050181.6008394, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 18 May 2024 16:39:41 +0000 (0:00:00.236) 0:03:58.011 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.003629", "end": "2024-05-18 16:39:41.301214", "rc": 0, "start": "2024-05-18 16:39:41.297585" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 18 May 2024 16:39:41 +0000 (0:00:00.209) 0:03:58.221 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003017", "end": "2024-05-18 16:39:41.492534", "rc": 0, "start": "2024-05-18 16:39:41.489517" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 18 May 2024 16:39:41 +0000 (0:00:00.189) 0:03:58.410 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 18 May 2024 16:39:41 +0000 (0:00:00.036) 0:03:58.446 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 18 May 2024 16:39:41 +0000 (0:00:00.024) 0:03:58.470 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 18 May 2024 16:39:41 +0000 (0:00:00.024) 0:03:58.495 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 18 May 2024 16:39:41 +0000 (0:00:00.023) 0:03:58.518 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 18 May 2024 16:39:41 +0000 (0:00:00.023) 0:03:58.542 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 18 May 2024 16:39:41 +0000 (0:00:00.022) 0:03:58.564 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 18 May 2024 16:39:41 +0000 (0:00:00.041) 0:03:58.606 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 18 May 2024 16:39:41 +0000 (0:00:00.082) 0:03:58.688 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 18 May 2024 16:39:41 +0000 (0:00:00.024) 0:03:58.712 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 18 May 2024 16:39:41 +0000 (0:00:00.047) 0:03:58.760 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Cleanup quadlets] **************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:220 Saturday 18 May 2024 16:39:41 +0000 (0:00:00.027) 0:03:58.787 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Saturday 18 May 2024 16:39:41 +0000 (0:00:00.050) 0:03:58.837 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716050334.4390826, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1716050337.573108, "dev": 61, "device_type": 0, "executable": true, "exists": true, "gid": 2001, "gr_name": "auth_test_user1", "inode": 127408, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1716050337.573108, "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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 Saturday 18 May 2024 16:39:42 +0000 (0:00:00.213) 0:03:59.050 ********** 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": "basic.target -.mount run-user-2001.mount -.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": "-.slice basic.target", "RequiresMountsFor": "/run/user/2001/containers /home/auth_test_user1", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "-.slice", "SourcePath": "/home/auth_test_user1/.config/containers/systemd/auth_test_1_quadlet.container", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogIdentifier": "auth_test_1_quadlet", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "generated", "UtmpMode": "init", "WantedBy": "default.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0", "WorkingDirectory": "!/home/auth_test_user1" } } TASK [linux-system-roles.podman : Remove quadlet file] ************************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:33 Saturday 18 May 2024 16:39:42 +0000 (0:00:00.374) 0:03:59.425 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:39 Saturday 18 May 2024 16:39:42 +0000 (0:00:00.200) 0:03:59.626 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 18 May 2024 16:39:42 +0000 (0:00:00.039) 0:03:59.666 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 18 May 2024 16:39:42 +0000 (0:00:00.027) 0:03:59.694 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 18 May 2024 16:39:42 +0000 (0:00:00.025) 0:03:59.719 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:47 Saturday 18 May 2024 16:39:42 +0000 (0:00:00.038) 0:03:59.757 ********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:56 Saturday 18 May 2024 16:39:43 +0000 (0:00:00.383) 0:04:00.141 ********** changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.041367", "end": "2024-05-18 16:39:43.477222", "rc": 0, "start": "2024-05-18 16:39:43.435855" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:64 Saturday 18 May 2024 16:39:43 +0000 (0:00:00.258) 0:04:00.399 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:224 Saturday 18 May 2024 16:39:43 +0000 (0:00:00.027) 0:04:00.427 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:153 Saturday 18 May 2024 16:39:43 +0000 (0:00:00.023) 0:04:00.451 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:4 Saturday 18 May 2024 16:39:43 +0000 (0:00:00.067) 0:04:00.518 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set cancel linger vars] ********************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:12 Saturday 18 May 2024 16:39:43 +0000 (0:00:00.029) 0:04:00.547 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:17 Saturday 18 May 2024 16:39:43 +0000 (0:00:00.030) 0:04:00.577 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716050334.4390826, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1716050337.573108, "dev": 61, "device_type": 0, "executable": true, "exists": true, "gid": 2001, "gr_name": "auth_test_user1", "inode": 127408, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1716050337.573108, "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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:22 Saturday 18 May 2024 16:39:43 +0000 (0:00:00.213) 0:04:00.791 ********** ok: [sut] => { "changed": false, "containers": [] } TASK [linux-system-roles.podman : Gather facts for networks] ******************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:31 Saturday 18 May 2024 16:39:44 +0000 (0:00:00.429) 0:04:01.220 ********** ok: [sut] => { "changed": false, "cmd": [ "podman", "network", "ls", "-q" ], "delta": "0:00:00.056473", "end": "2024-05-18 16:39:44.569334", "rc": 0, "start": "2024-05-18 16:39:44.512861" } STDOUT: podman podman-default-kube-network TASK [linux-system-roles.podman : Gather secrets] ****************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:41 Saturday 18 May 2024 16:39:44 +0000 (0:00:00.274) 0:04:01.495 ********** ok: [sut] => { "changed": false, "cmd": [ "podman", "secret", "ls", "-n", "-q" ], "delta": "0:00:00.041310", "end": "2024-05-18 16:39:44.827486", "rc": 0, "start": "2024-05-18 16:39:44.786176" } TASK [linux-system-roles.podman : Cancel linger if no more resources are in use] *** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:51 Saturday 18 May 2024 16:39:44 +0000 (0:00:00.255) 0:04:01.751 ********** changed: [sut] => { "changed": true, "cmd": [ "loginctl", "disable-linger", "auth_test_user1" ], "delta": "0:00:00.008134", "end": "2024-05-18 16:39:45.042591", "rc": 0, "start": "2024-05-18 16:39:45.034457" } TASK [linux-system-roles.podman : Handle credential files - absent] ************ task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:159 Saturday 18 May 2024 16:39:45 +0000 (0:00:00.284) 0:04:02.036 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:3 Saturday 18 May 2024 16:39:45 +0000 (0:00:00.084) 0:04:02.121 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:11 Saturday 18 May 2024 16:39:45 +0000 (0:00:00.039) 0:04:02.161 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 18 May 2024 16:39:45 +0000 (0:00:00.045) 0:04:02.206 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 18 May 2024 16:39:45 +0000 (0:00:00.033) 0:04:02.240 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 18 May 2024 16:39:45 +0000 (0:00:00.029) 0:04:02.270 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 18 May 2024 16:39:45 +0000 (0:00:00.032) 0:04:02.302 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 18 May 2024 16:39:45 +0000 (0:00:00.212) 0:04:02.515 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 18 May 2024 16:39:45 +0000 (0:00:00.032) 0:04:02.547 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716050213.0820956, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716050181.6008394, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 18 May 2024 16:39:45 +0000 (0:00:00.198) 0:04:02.745 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.003991", "end": "2024-05-18 16:39:46.025344", "rc": 0, "start": "2024-05-18 16:39:46.021353" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 18 May 2024 16:39:46 +0000 (0:00:00.199) 0:04:02.945 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003612", "end": "2024-05-18 16:39:46.231524", "rc": 0, "start": "2024-05-18 16:39:46.227912" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 18 May 2024 16:39:46 +0000 (0:00:00.205) 0:04:03.150 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 18 May 2024 16:39:46 +0000 (0:00:00.105) 0:04:03.255 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 18 May 2024 16:39:46 +0000 (0:00:00.027) 0:04:03.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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 18 May 2024 16:39:46 +0000 (0:00:00.028) 0:04:03.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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 18 May 2024 16:39:46 +0000 (0:00:00.024) 0:04:03.336 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 18 May 2024 16:39:46 +0000 (0:00:00.025) 0:04:03.362 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set credential variables] ******************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:17 Saturday 18 May 2024 16:39:46 +0000 (0:00:00.025) 0:04:03.388 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:45 Saturday 18 May 2024 16:39:46 +0000 (0:00:00.033) 0:04:03.422 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:53 Saturday 18 May 2024 16:39:46 +0000 (0:00:00.029) 0:04:03.451 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:63 Saturday 18 May 2024 16:39:46 +0000 (0:00:00.028) 0:04:03.480 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:80 Saturday 18 May 2024 16:39:46 +0000 (0:00:00.026) 0:04:03.507 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:86 Saturday 18 May 2024 16:39:46 +0000 (0:00:00.206) 0:04:03.714 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:94 Saturday 18 May 2024 16:39:47 +0000 (0:00:00.206) 0:04:03.920 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:168 Saturday 18 May 2024 16:39:47 +0000 (0:00:00.038) 0:04:03.959 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:3 Saturday 18 May 2024 16:39:47 +0000 (0:00:00.089) 0:04:04.048 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:10 Saturday 18 May 2024 16:39:47 +0000 (0:00:00.026) 0:04:04.074 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:15 Saturday 18 May 2024 16:39:47 +0000 (0:00:00.027) 0:04:04.101 ********** ok: [sut] => { "ansible_facts": { "__podman_rootless": true }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:19 Saturday 18 May 2024 16:39:47 +0000 (0:00:00.107) 0:04:04.209 ********** included: /WORKDIR/git-weekly-cih11exz5w/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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 18 May 2024 16:39:47 +0000 (0:00:00.044) 0:04:04.253 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 18 May 2024 16:39:47 +0000 (0:00:00.051) 0:04:04.304 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 18 May 2024 16:39:47 +0000 (0:00:00.038) 0:04:04.343 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 18 May 2024 16:39:47 +0000 (0:00:00.037) 0:04:04.381 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 18 May 2024 16:39:47 +0000 (0:00:00.202) 0:04:04.584 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 18 May 2024 16:39:47 +0000 (0:00:00.034) 0:04:04.618 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716050213.0820956, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1716050181.6008394, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893578, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "145872312", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 18 May 2024 16:39:47 +0000 (0:00:00.202) 0:04:04.820 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.003712", "end": "2024-05-18 16:39:48.104145", "rc": 0, "start": "2024-05-18 16:39:48.100433" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 18 May 2024 16:39:48 +0000 (0:00:00.205) 0:04:05.026 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003727", "end": "2024-05-18 16:39:48.314544", "rc": 0, "start": "2024-05-18 16:39:48.310817" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 18 May 2024 16:39:48 +0000 (0:00:00.212) 0:04:05.238 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 18 May 2024 16:39:48 +0000 (0:00:00.037) 0:04:05.275 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 18 May 2024 16:39:48 +0000 (0:00:00.025) 0:04:05.301 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 18 May 2024 16:39:48 +0000 (0:00:00.024) 0:04:05.325 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 18 May 2024 16:39:48 +0000 (0:00:00.023) 0:04:05.349 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 18 May 2024 16:39:48 +0000 (0:00:00.112) 0:04:05.461 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:24 Saturday 18 May 2024 16:39:48 +0000 (0:00:00.025) 0:04:05.486 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:29 Saturday 18 May 2024 16:39:48 +0000 (0:00:00.037) 0:04:05.524 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:36 Saturday 18 May 2024 16:39:48 +0000 (0:00:00.027) 0:04:05.551 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:70 Saturday 18 May 2024 16:39:48 +0000 (0:00:00.034) 0:04:05.585 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure certs.d files] ************************ task path: /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:78 Saturday 18 May 2024 16:39:48 +0000 (0:00:00.027) 0:04:05.613 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:95 Saturday 18 May 2024 16:39:48 +0000 (0:00:00.042) 0:04:05.656 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:102 Saturday 18 May 2024 16:39:49 +0000 (0:00:00.567) 0:04:06.224 ********** 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-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:110 Saturday 18 May 2024 16:39:49 +0000 (0:00:00.201) 0:04:06.425 ********** 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-cih11exz5w/tests/tests_auth_and_security.yml:255 Saturday 18 May 2024 16:39:49 +0000 (0:00:00.207) 0:04:06.632 ********** changed: [sut] => { "changed": true, "force": false, "name": "auth_test_user1", "remove": false, "state": "absent" } TASK [Remove homedir] ********************************************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/tests_auth_and_security.yml:260 Saturday 18 May 2024 16:39:50 +0000 (0:00:00.283) 0:04:06.916 ********** changed: [sut] => { "changed": true, "path": "/home/auth_test_user1", "state": "absent" } TASK [Remove local tmpdir] ***************************************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/tests_auth_and_security.yml:278 Saturday 18 May 2024 16:39:50 +0000 (0:00:00.231) 0:04:07.147 ********** changed: [sut -> localhost] => { "changed": true, "path": "/tmp/lsr_5iq5qjwa_podman", "state": "absent" } TASK [Clean up registry] ******************************************************* task path: /WORKDIR/git-weekly-cih11exz5w/tests/tests_auth_and_security.yml:286 Saturday 18 May 2024 16:39:50 +0000 (0:00:00.217) 0:04:07.365 ********** included: /WORKDIR/git-weekly-cih11exz5w/tests/tasks/cleanup_registry.yml for sut TASK [Destroy registry container] ********************************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/tasks/cleanup_registry.yml:3 Saturday 18 May 2024 16:39:50 +0000 (0:00:00.037) 0:04:07.403 ********** changed: [sut] => { "changed": true, "cmd": [ "podman", "rm", "-f", "podman_registry" ], "delta": "0:00:00.288718", "end": "2024-05-18 16:39:50.966354", "rc": 0, "start": "2024-05-18 16:39:50.677636" } STDOUT: podman_registry TASK [Cleanup paths] *********************************************************** task path: /WORKDIR/git-weekly-cih11exz5w/tests/tasks/cleanup_registry.yml:7 Saturday 18 May 2024 16:39:51 +0000 (0:00:00.485) 0:04:07.888 ********** changed: [sut] => (item=/tmp/lsr_gg7lb6gm_podman) => { "ansible_loop_var": "item", "changed": true, "item": "/tmp/lsr_gg7lb6gm_podman", "path": "/tmp/lsr_gg7lb6gm_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 18 May 2024 16:39:51 +0000 (0:00:00.191) 0:04:08.079 ********** =============================================================================== linux-system-roles.podman : Ensure required packages are installed ----- 65.60s /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Ensure test packages ---------------------------------------------------- 5.31s /WORKDIR/git-weekly-cih11exz5w/tests/tasks/setup_registry.yml:54 -------------- fedora.linux_system_roles.certificate : Ensure provider packages are installed --- 4.25s /WORKDIR/git-weekly-cih11exz5w/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed --- 3.57s /WORKDIR/git-weekly-cih11exz5w/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 linux-system-roles.podman : Gather the package facts -------------------- 3.37s /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Start registry ---------------------------------------------------------- 2.45s /WORKDIR/git-weekly-cih11exz5w/tests/tasks/setup_registry.yml:92 -------------- linux-system-roles.podman : Gather the package facts -------------------- 1.83s /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Gather the package facts -------------------- 1.77s /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Ensure container images are present --------- 1.75s /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:23 linux-system-roles.podman : Gather the package facts -------------------- 1.73s /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Start service ------------------------------- 1.51s /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:133 linux-system-roles.podman : Gather the package facts -------------------- 1.41s /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Push test images into local registry ------------------------------------ 1.39s /WORKDIR/git-weekly-cih11exz5w/tests/tasks/setup_registry.yml:118 ------------- linux-system-roles.podman : Gather the package facts -------------------- 1.36s /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Gather the package facts -------------------- 1.32s /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Stop and disable service -------------------- 1.31s /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:10 linux-system-roles.podman : Gather the package facts -------------------- 1.30s /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Gather the package facts -------------------- 1.28s /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Update containers/pods ---------------------- 1.26s /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:99 linux-system-roles.podman : Start service ------------------------------- 1.18s /WORKDIR/git-weekly-cih11exz5w/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:133 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [WARNING]: Using a variable for a task's 'args' is unsafe in some situations (see https://docs.ansible.com/ansible/devel/reference_appendices/faq.html#argsplat- unsafe) [WARNING]: Using a variable for a task's 'args' is unsafe in some situations (see https://docs.ansible.com/ansible/devel/reference_appendices/faq.html#argsplat- unsafe) [WARNING]: Using a variable for a task's 'args' is unsafe in some situations (see https://docs.ansible.com/ansible/devel/reference_appendices/faq.html#argsplat- unsafe) [WARNING]: Using a variable for a task's 'args' is unsafe in some situations (see https://docs.ansible.com/ansible/devel/reference_appendices/faq.html#argsplat- unsafe) [WARNING]: Using a variable for a task's 'args' is unsafe in some situations (see https://docs.ansible.com/ansible/devel/reference_appendices/faq.html#argsplat- unsafe) [WARNING]: Using a variable for a task's 'args' is unsafe in some situations (see https://docs.ansible.com/ansible/devel/reference_appendices/faq.html#argsplat- unsafe) ---^---^---^---^---^---