# 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-cieh_9yotc/tests/tests_auth_and_security.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Include vault variables] ************************************************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/tests_auth_and_security.yml:4 Saturday 06 July 2024 18:57:01 +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-cieh_9yotc/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-cieh_9yotc/tests/tests_auth_and_security.yml:9 Saturday 06 July 2024 18:57:01 +0000 (0:00:00.011) 0:00:00.024 ********* ok: [sut] META: ran handlers TASK [Run the role with no config to install podman] *************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/tests_auth_and_security.yml:48 Saturday 06 July 2024 18:57:02 +0000 (0:00:00.725) 0:00:00.749 ********* TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 06 July 2024 18:57:02 +0000 (0:00:00.089) 0:00:00.838 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 06 July 2024 18:57:02 +0000 (0:00:00.032) 0:00:00.871 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 06 July 2024 18:57:02 +0000 (0:00:00.018) 0:00:00.890 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.podman : Set flag to indicate system is ostree] ******* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 06 July 2024 18:57:02 +0000 (0:00:00.252) 0:00:01.143 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 06 July 2024 18:57:02 +0000 (0:00:00.041) 0:00:01.184 ********* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/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-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 06 July 2024 18:57:02 +0000 (0:00:00.036) 0:00:01.220 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 06 July 2024 18:57:04 +0000 (0:00:01.348) 0:00:02.569 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 06 July 2024 18:57:04 +0000 (0:00:00.035) 0:00:02.604 ********* changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: conmon-3:2.1.10-1.module_el8+804+f131391c.x86_64", "Installed: shadow-utils-subid-2:4.6-22.el8.x86_64", "Installed: podman-gvproxy-3:4.9.4-0.1.module_el8+971+3d3df00d.x86_64", "Installed: libnet-1.1.6-15.el8.x86_64", "Installed: runc-1:1.1.12-1.module_el8+885+7da147f3.x86_64", "Installed: container-selinux-2:2.229.0-2.module_el8+847+7863d4e6.noarch", "Installed: dnsmasq-2.79-33.el8.x86_64", "Installed: yajl-2.1.0-12.el8.x86_64", "Installed: podman-plugins-3:4.9.4-0.1.module_el8+971+3d3df00d.x86_64", "Installed: fuse-common-3.3.0-19.el8.x86_64", "Installed: podman-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: criu-3.18-4.module_el8+804+f131391c.x86_64", "Installed: libslirp-4.4.0-1.module_el8+804+f131391c.x86_64", "Installed: fuse3-3.3.0-19.el8.x86_64", "Installed: containers-common-2:1-81.module_el8+968+fbb249c7.x86_64", "Installed: fuse-overlayfs-1.13-1.module_el8+804+f131391c.x86_64", "Installed: podman-catatonit-3:4.9.4-0.1.module_el8+971+3d3df00d.x86_64", "Installed: criu-libs-3.18-4.module_el8+804+f131391c.x86_64", "Installed: protobuf-c-1.3.0-8.el8.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: crun-1.14.3-2.module_el8+968+fbb249c7.x86_64" ] } lsrpackages: crun podman podman-plugins shadow-utils-subid TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 06 July 2024 18:58:03 +0000 (0:00:59.788) 0:01:02.393 ********* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.031886", "end": "2024-07-06 18:58:04.147696", "rc": 0, "start": "2024-07-06 18:58:04.115810" } STDOUT: podman version 4.9.4-dev TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Saturday 06 July 2024 18:58:04 +0000 (0:00:00.314) 0:01:02.707 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Saturday 06 July 2024 18:58:04 +0000 (0:00:00.047) 0:01:02.755 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Saturday 06 July 2024 18:58:04 +0000 (0:00:00.077) 0:01:02.832 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Saturday 06 July 2024 18:58:04 +0000 (0:00:00.069) 0:01:02.902 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 06 July 2024 18:58:04 +0000 (0:00:00.046) 0:01:02.948 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 06 July 2024 18:58:04 +0000 (0:00:00.300) 0:01:03.249 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 06 July 2024 18:58:04 +0000 (0:00:00.035) 0:01:03.284 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 06 July 2024 18:58:04 +0000 (0:00:00.029) 0:01:03.314 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 06 July 2024 18:58:04 +0000 (0:00:00.198) 0:01:03.513 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 06 July 2024 18:58:05 +0000 (0:00:00.025) 0:01:03.538 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1700557386.0, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720292252.046147, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "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": "1435974324", "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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 06 July 2024 18:58:05 +0000 (0:00:00.195) 0:01:03.734 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 06 July 2024 18:58:05 +0000 (0:00:00.026) 0:01:03.761 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 06 July 2024 18:58:05 +0000 (0:00:00.029) 0:01:03.790 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 06 July 2024 18:58:05 +0000 (0:00:00.023) 0:01:03.813 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 06 July 2024 18:58:05 +0000 (0:00:00.020) 0:01:03.834 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 06 July 2024 18:58:05 +0000 (0:00:00.018) 0:01:03.852 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 06 July 2024 18:58:05 +0000 (0:00:00.020) 0:01:03.873 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 06 July 2024 18:58:05 +0000 (0:00:00.061) 0:01:03.935 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Saturday 06 July 2024 18:58:05 +0000 (0:00:00.020) 0:01:03.955 ********* ok: [sut] => { "ansible_facts": { "__podman_container_conf_file": "/etc/containers/containers.conf.d/50-systemroles.conf", "__podman_policy_json_file": "/etc/containers/policy.json", "__podman_registries_conf_file": "/etc/containers/registries.conf.d/50-systemroles.conf", "__podman_storage_conf_file": "/etc/containers/storage.conf" }, "changed": false } TASK [linux-system-roles.podman : Handle container.conf.d] ********************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Saturday 06 July 2024 18:58:05 +0000 (0:00:00.053) 0:01:04.009 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 06 July 2024 18:58:05 +0000 (0:00:00.067) 0:01:04.077 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 06 July 2024 18:58:05 +0000 (0:00:00.026) 0:01:04.103 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Saturday 06 July 2024 18:58:05 +0000 (0:00:00.023) 0:01:04.127 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 06 July 2024 18:58:05 +0000 (0:00:00.072) 0:01:04.199 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 06 July 2024 18:58:05 +0000 (0:00:00.050) 0:01:04.250 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Saturday 06 July 2024 18:58:05 +0000 (0:00:00.032) 0:01:04.282 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 06 July 2024 18:58:05 +0000 (0:00:00.045) 0:01:04.328 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 06 July 2024 18:58:05 +0000 (0:00:00.034) 0:01:04.362 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Saturday 06 July 2024 18:58:05 +0000 (0:00:00.031) 0:01:04.393 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 06 July 2024 18:58:05 +0000 (0:00:00.055) 0:01:04.448 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 06 July 2024 18:58:05 +0000 (0:00:00.029) 0:01:04.478 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 06 July 2024 18:58:05 +0000 (0:00:00.020) 0:01:04.498 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 06 July 2024 18:58:06 +0000 (0:00:00.103) 0:01:04.602 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Saturday 06 July 2024 18:58:06 +0000 (0:00:00.030) 0:01:04.632 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Saturday 06 July 2024 18:58:06 +0000 (0:00:00.023) 0:01:04.655 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Saturday 06 July 2024 18:58:06 +0000 (0:00:00.019) 0:01:04.675 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Saturday 06 July 2024 18:58:06 +0000 (0:00:00.019) 0:01:04.695 ********* skipping: [sut] => { "censored": "the 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:123 Saturday 06 July 2024 18:58:06 +0000 (0:00:00.035) 0:01:04.730 ********* skipping: [sut] => { "censored": "the 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Saturday 06 July 2024 18:58:06 +0000 (0:00:00.038) 0:01:04.769 ********* skipping: [sut] => { "censored": "the 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:139 Saturday 06 July 2024 18:58:06 +0000 (0:00:00.033) 0:01:04.802 ********* skipping: [sut] => { "censored": "the 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:146 Saturday 06 July 2024 18:58:06 +0000 (0:00:00.032) 0:01:04.835 ********* skipping: [sut] => { "censored": "the 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:153 Saturday 06 July 2024 18:58:06 +0000 (0:00:00.031) 0:01:04.866 ********* TASK [linux-system-roles.podman : Handle credential files - absent] ************ task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:159 Saturday 06 July 2024 18:58:06 +0000 (0:00:00.026) 0:01:04.893 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Handle certs.d files - absent] *************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:168 Saturday 06 July 2024 18:58:06 +0000 (0:00:00.018) 0:01:04.912 ********* 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-cieh_9yotc/tests/tests_auth_and_security.yml:52 Saturday 06 July 2024 18:58:06 +0000 (0:00:00.017) 0:01:04.930 ********* included: /WORKDIR/git-weekly-cieh_9yotc/tests/tasks/setup_registry.yml for sut TASK [Create a temporary directory] ******************************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/tasks/setup_registry.yml:5 Saturday 06 July 2024 18:58:06 +0000 (0:00:00.044) 0:01:04.974 ********* changed: [sut] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/lsr_uznnqfkb_podman", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Set authdir] ************************************************************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/tasks/setup_registry.yml:12 Saturday 06 July 2024 18:58:06 +0000 (0:00:00.307) 0:01:05.281 ********* ok: [sut] => { "ansible_facts": { "__podman_registry_authdir": "/tmp/lsr_uznnqfkb_podman/auth", "__podman_test_authfile": "/tmp/lsr_uznnqfkb_podman/auth/auth.json" }, "changed": false } TASK [Create authdir] ********************************************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/tasks/setup_registry.yml:18 Saturday 06 July 2024 18:58:06 +0000 (0:00:00.020) 0:01:05.302 ********* changed: [sut] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/lsr_uznnqfkb_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-cieh_9yotc/tests/tasks/setup_registry.yml:24 Saturday 06 July 2024 18:58:07 +0000 (0:00:00.300) 0:01:05.603 ********* TASK [fedora.linux_system_roles.certificate : Set version specific variables] *** task path: /WORKDIR/git-weekly-cieh_9yotc/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2 Saturday 06 July 2024 18:58:07 +0000 (0:00:00.138) 0:01:05.741 ********* included: /WORKDIR/git-weekly-cieh_9yotc/.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-cieh_9yotc/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2 Saturday 06 July 2024 18:58:07 +0000 (0:00:00.046) 0:01:05.788 ********* 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-cieh_9yotc/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10 Saturday 06 July 2024 18:58:07 +0000 (0:00:00.045) 0:01:05.833 ********* 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-cieh_9yotc/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15 Saturday 06 July 2024 18:58:07 +0000 (0:00:00.225) 0:01:06.058 ********* 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-cieh_9yotc/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:19 Saturday 06 July 2024 18:58:07 +0000 (0:00:00.023) 0:01:06.081 ********* 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-cieh_9yotc/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 Saturday 06 July 2024 18:58:07 +0000 (0:00:00.047) 0:01:06.129 ********* 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-cieh_9yotc/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 Saturday 06 July 2024 18:58:10 +0000 (0:00:03.038) 0:01:09.167 ********* changed: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "rc": 0, "results": [ "Installed: xmlrpc-c-client-1.51.0-9.el8.x86_64", "Installed: xmlrpc-c-1.51.0-9.el8.x86_64", "Installed: certmonger-0.79.17-2.el8.x86_64" ] } lsrpackages: certmonger TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] *** task path: /WORKDIR/git-weekly-cieh_9yotc/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35 Saturday 06 July 2024 18:58:14 +0000 (0:00:03.961) 0:01:13.128 ********* 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-cieh_9yotc/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:61 Saturday 06 July 2024 18:58:14 +0000 (0:00:00.220) 0:01:13.349 ********* 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-cieh_9yotc/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90 Saturday 06 July 2024 18:58:15 +0000 (0:00:00.208) 0:01:13.557 ********* 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": "system.slice dbus.socket syslog.target dbus.service basic.target network.target systemd-journald.socket 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-cieh_9yotc/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101 Saturday 06 July 2024 18:58:15 +0000 (0:00:00.682) 0:01:14.240 ********* 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-cieh_9yotc/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:152 Saturday 06 July 2024 18:58:16 +0000 (0:00:00.889) 0:01:15.129 ********* ok: [sut] => (item=['cert', {'name': 'podman_registry', 'dns': ['localhost', '127.0.0.1'], 'ca': 'self-sign'}]) => { "ansible_loop_var": "item", "changed": false, "content": "LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURqVENDQW5XZ0F3SUJBZ0lRYzBsZGhIV2RUZnlxNHJUSFdhYUpiREFOQmdrcWhraUc5dzBCQVFzRkFEQlEKTVNBd0hnWURWUVFEREJkTWIyTmhiQ0JUYVdkdWFXNW5JRUYxZEdodmNtbDBlVEVzTUNvR0ExVUVBd3dqTnpNMApPVFZrT0RRdE56VTVaRFJrWm1NdFlXRmxNbUkwWXpjdE5UbGhOamc1Tm1Jd0hoY05NalF3TnpBMk1UZzFPREUyCldoY05NalV3TnpBMk1UZzFPREUxV2pBVU1SSXdFQVlEVlFRREV3bHNiMk5oYkdodmMzUXdnZ0VpTUEwR0NTcUcKU0liM0RRRUJBUVVBQTRJQkR3QXdnZ0VLQW9JQkFRREczVlloZ254ZTJpSDlWRExqekVzVWNEY0FkSjMvYVB2NwpXS3NyMHBBekpLUnpFRzd5K1hHYkw0c1pCUWF5TG13V1gxSlFlTitMRkIzVEFrR1hINlhkU1hpWUNzZHNxaUhqCnkrSkRoL1ZEVys1RHBPRXZaL3M0cDVIVVRkMGRuL2NhRmpodlhmK1ZOSWFIcHN1QlZLTUdEQjM0Q0JXUTVwRE4KYVdaQXFtSDZzbXRac1dOQjVJdlFmeUZtYjEwWi95TGFPeW9KRDkzakhZYlZKS0tTQStlWWdXak9mN2tFbjFzdAo1bWpuczV4L3JSVTcxaUtqYnNhMXllZ2pWTG5Xcm5GNm5CVGdKT0FZeXNUc1JIWDhpWjFiVGtRSENlYVJ0NUdHCmFpa01ScDh1YXUrcTF1cnJ4UU1lR2Y4eDZUdXNYUTEzQ0piWWRKMmJlUlBhZCtSYUVsMjdBZ01CQUFHamdaNHcKZ1pzd0N3WURWUjBQQkFRREFnV2dNQjhHQTFVZEVRUVlNQmFDQ1d4dlkyRnNhRzl6ZElJSk1USTNMakF1TUM0eApNQjBHQTFVZEpRUVdNQlFHQ0NzR0FRVUZCd01CQmdnckJnRUZCUWNEQWpBTUJnTlZIUk1CQWY4RUFqQUFNQjBHCkExVWREZ1FXQkJTMnJtNmhCSDUwc1pRbUVyY3pXQjVuM0kvUUZUQWZCZ05WSFNNRUdEQVdnQlMrOW5FbGgzVFgKL0UvN2NEbERueU5OdUxxaWlEQU5CZ2txaGtpRzl3MEJBUXNGQUFPQ0FRRUFCbHU4KzI4cXd2VGtHd3o4bDhYNwp0MWVmVVZrVDBiRG83ZDlyTUYxMnFjTmg5dURLTmdKMEp5MDFvTDRqTloweFFiZVVrQmozaXhaRUxUUWFVYm1ZCnBUQ1N5VEphMWpwY0JxczhLdUdZUmVxWUJtWitTb2czUENuUFBubklPb2dxQUx1Mjl3Umd2VDlkZWxBTFRES2EKclRpSEZLRzA2WDlvVm9lVnpvZEErVXVjbk5TN0tVZS9GWFcrL0JRcDFCR1ErRWcwT09yS251dzMxb29tNHFudApRbEVtV1NtbDI4UmQzOURIRkYyU0tRMjl3U0c5eWVWU09oZVh2a24wYloxb2p0RkQ4VXkvR0tWZFRKcG5XVVJwCkI3ajFjMVM5V01yYVdlbFFYY2R6VVFmNDhTRmo2UWQyRGpidE1sblZkdk0yaXFua0NrZmpqTloyQmsxMXRpZVgKclE9PQotLS0tLUVORCBDRVJUSUZJQ0FURS0tLS0tCg==", "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": "LS0tLS1CRUdJTiBQUklWQVRFIEtFWS0tLS0tCk1JSUV2Z0lCQURBTkJna3Foa2lHOXcwQkFRRUZBQVNDQktnd2dnU2tBZ0VBQW9JQkFRREczVlloZ254ZTJpSDkKVkRManpFc1VjRGNBZEozL2FQdjdXS3NyMHBBekpLUnpFRzd5K1hHYkw0c1pCUWF5TG13V1gxSlFlTitMRkIzVApBa0dYSDZYZFNYaVlDc2RzcWlIankrSkRoL1ZEVys1RHBPRXZaL3M0cDVIVVRkMGRuL2NhRmpodlhmK1ZOSWFICnBzdUJWS01HREIzNENCV1E1cEROYVdaQXFtSDZzbXRac1dOQjVJdlFmeUZtYjEwWi95TGFPeW9KRDkzakhZYlYKSktLU0ErZVlnV2pPZjdrRW4xc3Q1bWpuczV4L3JSVTcxaUtqYnNhMXllZ2pWTG5Xcm5GNm5CVGdKT0FZeXNUcwpSSFg4aVoxYlRrUUhDZWFSdDVHR2Fpa01ScDh1YXUrcTF1cnJ4UU1lR2Y4eDZUdXNYUTEzQ0piWWRKMmJlUlBhCmQrUmFFbDI3QWdNQkFBRUNnZ0VBTVdaYU53akxER1R6ZkpLbDhhQ1dKZ1dhSkNyVDlOYUhnZkNNMU40QnBESysKQnpkVjJGWE91dFljbjZKMy8xczR6blh2Wkw0aUNkSjlkaVZoVmNFdTJzR2RpMmRpRXNSUWx0M1czeCt1OVlTbwpzM1VKMjFUaE96bWxLREFQZFlSL1JhT3ZjVHJRZXFnSm96ano1TFM1cW83b0F1MC9MamVZVU82VjBBcURQRnNWCnBEb2FqNDdYc3V2MFNUN0RSaktDV0ptQ08wVFcydnNQRjNQQXhYRUN3b1JvK3JOQTZVSVhNWkMrQXlGblh4aGUKQklEZE8wakNoVEtYellXZDNHaEZDSlRYWG1qc2hUdDk3dVZDZjN1RlMxak1kUWhhdXIrK2VEWHBNSHE0eDU5aQpNcHNPdXRLeXMzdkVVSTZjcnRZUFVoZjdvQnBmRDNIcWYvYUJuNG42d1FLQmdRRHhlQVVRazNKT3BiWlkxc1prCkoyMjBtTmpBeFpNK1VKNmdHRUcxNDFEUXBCTGw1UVFyR2YxTjB3ckI2YkNsencxaDNMcDlHK2RybmJObXZYeGkKNVdFTCtWVXpsdGx5N1pUdlhaRVVwc3V1bHdiUXlQd3dmek1nMk10K0xJTEdQN1RKcW82VEpwSUE2U2xkeENOQgpwOUcyaDViZzI2NXRqMXVlY3RONWhSN0hUUUtCZ1FEUzFQaXpwVjNmQ3NZbmRSR1ExWXNoMk1rRXJPdXJocVA2CnMwZnY3elRJNTN6TUpBbkdsS3BaQnpQNE1ucVBCaXZDaER4ejVrbGZKdG9MSlRtbmpEQ1E1R0JxL0F5N2tmek0KTmZab3JyWnZlZlpRTGIvNHNsNU4xUzF0UWhQMkZMTTUrTWNnYzhqLzJHQlh4TWVueVIvUGt0NFBMVjBvdVBKbgpxY3Zrb3JPRkp3S0JnR2V4SVlPbnZhdDJUK0xBZ0R0Y0R5bEJoYnJxWFR1aVJTdjhucU1yOVhWVEwrWlhQVDRCCkVCeU9adzAwZkM0SHh2aGlZQmIvbDVaSUIxVTBRNmo0Vlg5ZDE2K3F0TUE4cy90Q1U5M3Bib2dQeE5aOXFJWnUKNlJiTzRqdlJnMnI4eW5iYmJoUlV1TmY1U0ZGQ3U5MGk0dFNlVHpWS1FSSTlRSnUvTlg3Mm9tdjFBb0dCQUpadApMaVcvVDRMY2hSV1NDYjUxSHBnL3ZPMkJFNFdHdzJrVWtiYzN6VW1ySVBmbW5yTDVUN0hGMmVhMDNZMCtzZXBQCnYzSlNWUGQzR1F2cXU0QTRIazdESTZneHZrUDJuWkIyMENGUXh3b3kwdlBTTUs2WlZYL2pJazVhWHpPdEFWUFQKbFFBcW5MY3ZBMDZjTUhnZW9IdlNKbTVkeDZKT2syWXpXQzhCaDJUeEFvR0JBSWJNU3ZqSWNCUDZBMTIyWnNSWQoxN3NZTWNER3U0Q2xVQmlPRjVTVVZDYmNsTkYvZTVPOTJlV1d1b2tHQUcyY1NKSis3dlRIeDJLeUNkalRhb3JSCndzb1VzelJVcnFtNmNHd0ZVMDZndUZIMUNvZTJVOWMzYkwreEJoak5iaklhWFVWQVFLMU1wamNvSFY1MldTamoKTStBRzFVeXpmRFZ5czhqaVZ0OXpBY0o3Ci0tLS0tRU5EIFBSSVZBVEUgS0VZLS0tLS0K", "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": "LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURqVENDQW5XZ0F3SUJBZ0lRYzBsZGhIV2RUZnlxNHJUSFdhYUpiREFOQmdrcWhraUc5dzBCQVFzRkFEQlEKTVNBd0hnWURWUVFEREJkTWIyTmhiQ0JUYVdkdWFXNW5JRUYxZEdodmNtbDBlVEVzTUNvR0ExVUVBd3dqTnpNMApPVFZrT0RRdE56VTVaRFJrWm1NdFlXRmxNbUkwWXpjdE5UbGhOamc1Tm1Jd0hoY05NalF3TnpBMk1UZzFPREUyCldoY05NalV3TnpBMk1UZzFPREUxV2pBVU1SSXdFQVlEVlFRREV3bHNiMk5oYkdodmMzUXdnZ0VpTUEwR0NTcUcKU0liM0RRRUJBUVVBQTRJQkR3QXdnZ0VLQW9JQkFRREczVlloZ254ZTJpSDlWRExqekVzVWNEY0FkSjMvYVB2NwpXS3NyMHBBekpLUnpFRzd5K1hHYkw0c1pCUWF5TG13V1gxSlFlTitMRkIzVEFrR1hINlhkU1hpWUNzZHNxaUhqCnkrSkRoL1ZEVys1RHBPRXZaL3M0cDVIVVRkMGRuL2NhRmpodlhmK1ZOSWFIcHN1QlZLTUdEQjM0Q0JXUTVwRE4KYVdaQXFtSDZzbXRac1dOQjVJdlFmeUZtYjEwWi95TGFPeW9KRDkzakhZYlZKS0tTQStlWWdXak9mN2tFbjFzdAo1bWpuczV4L3JSVTcxaUtqYnNhMXllZ2pWTG5Xcm5GNm5CVGdKT0FZeXNUc1JIWDhpWjFiVGtRSENlYVJ0NUdHCmFpa01ScDh1YXUrcTF1cnJ4UU1lR2Y4eDZUdXNYUTEzQ0piWWRKMmJlUlBhZCtSYUVsMjdBZ01CQUFHamdaNHcKZ1pzd0N3WURWUjBQQkFRREFnV2dNQjhHQTFVZEVRUVlNQmFDQ1d4dlkyRnNhRzl6ZElJSk1USTNMakF1TUM0eApNQjBHQTFVZEpRUVdNQlFHQ0NzR0FRVUZCd01CQmdnckJnRUZCUWNEQWpBTUJnTlZIUk1CQWY4RUFqQUFNQjBHCkExVWREZ1FXQkJTMnJtNmhCSDUwc1pRbUVyY3pXQjVuM0kvUUZUQWZCZ05WSFNNRUdEQVdnQlMrOW5FbGgzVFgKL0UvN2NEbERueU5OdUxxaWlEQU5CZ2txaGtpRzl3MEJBUXNGQUFPQ0FRRUFCbHU4KzI4cXd2VGtHd3o4bDhYNwp0MWVmVVZrVDBiRG83ZDlyTUYxMnFjTmg5dURLTmdKMEp5MDFvTDRqTloweFFiZVVrQmozaXhaRUxUUWFVYm1ZCnBUQ1N5VEphMWpwY0JxczhLdUdZUmVxWUJtWitTb2czUENuUFBubklPb2dxQUx1Mjl3Umd2VDlkZWxBTFRES2EKclRpSEZLRzA2WDlvVm9lVnpvZEErVXVjbk5TN0tVZS9GWFcrL0JRcDFCR1ErRWcwT09yS251dzMxb29tNHFudApRbEVtV1NtbDI4UmQzOURIRkYyU0tRMjl3U0c5eWVWU09oZVh2a24wYloxb2p0RkQ4VXkvR0tWZFRKcG5XVVJwCkI3ajFjMVM5V01yYVdlbFFYY2R6VVFmNDhTRmo2UWQyRGpidE1sblZkdk0yaXFua0NrZmpqTloyQmsxMXRpZVgKclE9PQotLS0tLUVORCBDRVJUSUZJQ0FURS0tLS0tCg==", "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-cieh_9yotc/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:160 Saturday 06 July 2024 18:58:17 +0000 (0:00:00.721) 0:01:15.851 ********* ok: [sut] => { "ansible_facts": { "certificate_test_certs": { "podman_registry": { "ca": "/etc/pki/tls/certs/podman_registry.crt", "ca_content": "-----BEGIN CERTIFICATE-----\nMIIDjTCCAnWgAwIBAgIQc0ldhHWdTfyq4rTHWaaJbDANBgkqhkiG9w0BAQsFADBQ\nMSAwHgYDVQQDDBdMb2NhbCBTaWduaW5nIEF1dGhvcml0eTEsMCoGA1UEAwwjNzM0\nOTVkODQtNzU5ZDRkZmMtYWFlMmI0YzctNTlhNjg5NmIwHhcNMjQwNzA2MTg1ODE2\nWhcNMjUwNzA2MTg1ODE1WjAUMRIwEAYDVQQDEwlsb2NhbGhvc3QwggEiMA0GCSqG\nSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDG3VYhgnxe2iH9VDLjzEsUcDcAdJ3/aPv7\nWKsr0pAzJKRzEG7y+XGbL4sZBQayLmwWX1JQeN+LFB3TAkGXH6XdSXiYCsdsqiHj\ny+JDh/VDW+5DpOEvZ/s4p5HUTd0dn/caFjhvXf+VNIaHpsuBVKMGDB34CBWQ5pDN\naWZAqmH6smtZsWNB5IvQfyFmb10Z/yLaOyoJD93jHYbVJKKSA+eYgWjOf7kEn1st\n5mjns5x/rRU71iKjbsa1yegjVLnWrnF6nBTgJOAYysTsRHX8iZ1bTkQHCeaRt5GG\naikMRp8uau+q1urrxQMeGf8x6TusXQ13CJbYdJ2beRPad+RaEl27AgMBAAGjgZ4w\ngZswCwYDVR0PBAQDAgWgMB8GA1UdEQQYMBaCCWxvY2FsaG9zdIIJMTI3LjAuMC4x\nMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAMBgNVHRMBAf8EAjAAMB0G\nA1UdDgQWBBS2rm6hBH50sZQmErczWB5n3I/QFTAfBgNVHSMEGDAWgBS+9nElh3TX\n/E/7cDlDnyNNuLqiiDANBgkqhkiG9w0BAQsFAAOCAQEABlu8+28qwvTkGwz8l8X7\nt1efUVkT0bDo7d9rMF12qcNh9uDKNgJ0Jy01oL4jNZ0xQbeUkBj3ixZELTQaUbmY\npTCSyTJa1jpcBqs8KuGYReqYBmZ+Sog3PCnPPnnIOogqALu29wRgvT9delALTDKa\nrTiHFKG06X9oVoeVzodA+UucnNS7KUe/FXW+/BQp1BGQ+Eg0OOrKnuw31oom4qnt\nQlEmWSml28Rd39DHFF2SKQ29wSG9yeVSOheXvkn0bZ1ojtFD8Uy/GKVdTJpnWURp\nB7j1c1S9WMraWelQXcdzUQf48SFj6Qd2DjbtMlnVdvM2iqnkCkfjjNZ2Bk11tieX\nrQ==\n-----END CERTIFICATE-----\n", "cert": "/etc/pki/tls/certs/podman_registry.crt", "cert_content": "-----BEGIN CERTIFICATE-----\nMIIDjTCCAnWgAwIBAgIQc0ldhHWdTfyq4rTHWaaJbDANBgkqhkiG9w0BAQsFADBQ\nMSAwHgYDVQQDDBdMb2NhbCBTaWduaW5nIEF1dGhvcml0eTEsMCoGA1UEAwwjNzM0\nOTVkODQtNzU5ZDRkZmMtYWFlMmI0YzctNTlhNjg5NmIwHhcNMjQwNzA2MTg1ODE2\nWhcNMjUwNzA2MTg1ODE1WjAUMRIwEAYDVQQDEwlsb2NhbGhvc3QwggEiMA0GCSqG\nSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDG3VYhgnxe2iH9VDLjzEsUcDcAdJ3/aPv7\nWKsr0pAzJKRzEG7y+XGbL4sZBQayLmwWX1JQeN+LFB3TAkGXH6XdSXiYCsdsqiHj\ny+JDh/VDW+5DpOEvZ/s4p5HUTd0dn/caFjhvXf+VNIaHpsuBVKMGDB34CBWQ5pDN\naWZAqmH6smtZsWNB5IvQfyFmb10Z/yLaOyoJD93jHYbVJKKSA+eYgWjOf7kEn1st\n5mjns5x/rRU71iKjbsa1yegjVLnWrnF6nBTgJOAYysTsRHX8iZ1bTkQHCeaRt5GG\naikMRp8uau+q1urrxQMeGf8x6TusXQ13CJbYdJ2beRPad+RaEl27AgMBAAGjgZ4w\ngZswCwYDVR0PBAQDAgWgMB8GA1UdEQQYMBaCCWxvY2FsaG9zdIIJMTI3LjAuMC4x\nMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAMBgNVHRMBAf8EAjAAMB0G\nA1UdDgQWBBS2rm6hBH50sZQmErczWB5n3I/QFTAfBgNVHSMEGDAWgBS+9nElh3TX\n/E/7cDlDnyNNuLqiiDANBgkqhkiG9w0BAQsFAAOCAQEABlu8+28qwvTkGwz8l8X7\nt1efUVkT0bDo7d9rMF12qcNh9uDKNgJ0Jy01oL4jNZ0xQbeUkBj3ixZELTQaUbmY\npTCSyTJa1jpcBqs8KuGYReqYBmZ+Sog3PCnPPnnIOogqALu29wRgvT9delALTDKa\nrTiHFKG06X9oVoeVzodA+UucnNS7KUe/FXW+/BQp1BGQ+Eg0OOrKnuw31oom4qnt\nQlEmWSml28Rd39DHFF2SKQ29wSG9yeVSOheXvkn0bZ1ojtFD8Uy/GKVdTJpnWURp\nB7j1c1S9WMraWelQXcdzUQf48SFj6Qd2DjbtMlnVdvM2iqnkCkfjjNZ2Bk11tieX\nrQ==\n-----END CERTIFICATE-----\n", "key": "/etc/pki/tls/private/podman_registry.key", "key_content": "-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQDG3VYhgnxe2iH9\nVDLjzEsUcDcAdJ3/aPv7WKsr0pAzJKRzEG7y+XGbL4sZBQayLmwWX1JQeN+LFB3T\nAkGXH6XdSXiYCsdsqiHjy+JDh/VDW+5DpOEvZ/s4p5HUTd0dn/caFjhvXf+VNIaH\npsuBVKMGDB34CBWQ5pDNaWZAqmH6smtZsWNB5IvQfyFmb10Z/yLaOyoJD93jHYbV\nJKKSA+eYgWjOf7kEn1st5mjns5x/rRU71iKjbsa1yegjVLnWrnF6nBTgJOAYysTs\nRHX8iZ1bTkQHCeaRt5GGaikMRp8uau+q1urrxQMeGf8x6TusXQ13CJbYdJ2beRPa\nd+RaEl27AgMBAAECggEAMWZaNwjLDGTzfJKl8aCWJgWaJCrT9NaHgfCM1N4BpDK+\nBzdV2FXOutYcn6J3/1s4znXvZL4iCdJ9diVhVcEu2sGdi2diEsRQlt3W3x+u9YSo\ns3UJ21ThOzmlKDAPdYR/RaOvcTrQeqgJozjz5LS5qo7oAu0/LjeYUO6V0AqDPFsV\npDoaj47Xsuv0ST7DRjKCWJmCO0TW2vsPF3PAxXECwoRo+rNA6UIXMZC+AyFnXxhe\nBIDdO0jChTKXzYWd3GhFCJTXXmjshTt97uVCf3uFS1jMdQhaur++eDXpMHq4x59i\nMpsOutKys3vEUI6crtYPUhf7oBpfD3Hqf/aBn4n6wQKBgQDxeAUQk3JOpbZY1sZk\nJ220mNjAxZM+UJ6gGEG141DQpBLl5QQrGf1N0wrB6bClzw1h3Lp9G+drnbNmvXxi\n5WEL+VUzltly7ZTvXZEUpsuulwbQyPwwfzMg2Mt+LILGP7TJqo6TJpIA6SldxCNB\np9G2h5bg265tj1uectN5hR7HTQKBgQDS1PizpV3fCsYndRGQ1Ysh2MkErOurhqP6\ns0fv7zTI53zMJAnGlKpZBzP4MnqPBivChDxz5klfJtoLJTmnjDCQ5GBq/Ay7kfzM\nNfZorrZvefZQLb/4sl5N1S1tQhP2FLM5+Mcgc8j/2GBXxMenyR/Pkt4PLV0ouPJn\nqcvkorOFJwKBgGexIYOnvat2T+LAgDtcDylBhbrqXTuiRSv8nqMr9XVTL+ZXPT4B\nEByOZw00fC4HxvhiYBb/l5ZIB1U0Q6j4VX9d16+qtMA8s/tCU93pbogPxNZ9qIZu\n6RbO4jvRg2r8ynbbbhRUuNf5SFFCu90i4tSeTzVKQRI9QJu/NX72omv1AoGBAJZt\nLiW/T4LchRWSCb51Hpg/vO2BE4WGw2kUkbc3zUmrIPfmnrL5T7HF2ea03Y0+sepP\nv3JSVPd3GQvqu4A4Hk7DI6gxvkP2nZB20CFQxwoy0vPSMK6ZVX/jIk5aXzOtAVPT\nlQAqnLcvA06cMHgeoHvSJm5dx6JOk2YzWC8Bh2TxAoGBAIbMSvjIcBP6A122ZsRY\n17sYMcDGu4ClUBiOF5SUVCbclNF/e5O92eWWuokGAG2cSJJ+7vTHx2KyCdjTaorR\nwsoUszRUrqm6cGwFU06guFH1Coe2U9c3bL+xBhjNbjIaXUVAQK1MpjcoHV52WSjj\nM+AG1UyzfDVys8jiVt9zAcJ7\n-----END PRIVATE KEY-----\n" } } }, "changed": false } TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ****** task path: /WORKDIR/git-weekly-cieh_9yotc/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:176 Saturday 06 July 2024 18:58:17 +0000 (0:00:00.037) 0:01:15.888 ********* ok: [sut] => (item={'cert': '/etc/pki/tls/certs/podman_registry.crt', 'cert_content': '-----BEGIN CERTIFICATE-----\nMIIDjTCCAnWgAwIBAgIQc0ldhHWdTfyq4rTHWaaJbDANBgkqhkiG9w0BAQsFADBQ\nMSAwHgYDVQQDDBdMb2NhbCBTaWduaW5nIEF1dGhvcml0eTEsMCoGA1UEAwwjNzM0\nOTVkODQtNzU5ZDRkZmMtYWFlMmI0YzctNTlhNjg5NmIwHhcNMjQwNzA2MTg1ODE2\nWhcNMjUwNzA2MTg1ODE1WjAUMRIwEAYDVQQDEwlsb2NhbGhvc3QwggEiMA0GCSqG\nSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDG3VYhgnxe2iH9VDLjzEsUcDcAdJ3/aPv7\nWKsr0pAzJKRzEG7y+XGbL4sZBQayLmwWX1JQeN+LFB3TAkGXH6XdSXiYCsdsqiHj\ny+JDh/VDW+5DpOEvZ/s4p5HUTd0dn/caFjhvXf+VNIaHpsuBVKMGDB34CBWQ5pDN\naWZAqmH6smtZsWNB5IvQfyFmb10Z/yLaOyoJD93jHYbVJKKSA+eYgWjOf7kEn1st\n5mjns5x/rRU71iKjbsa1yegjVLnWrnF6nBTgJOAYysTsRHX8iZ1bTkQHCeaRt5GG\naikMRp8uau+q1urrxQMeGf8x6TusXQ13CJbYdJ2beRPad+RaEl27AgMBAAGjgZ4w\ngZswCwYDVR0PBAQDAgWgMB8GA1UdEQQYMBaCCWxvY2FsaG9zdIIJMTI3LjAuMC4x\nMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAMBgNVHRMBAf8EAjAAMB0G\nA1UdDgQWBBS2rm6hBH50sZQmErczWB5n3I/QFTAfBgNVHSMEGDAWgBS+9nElh3TX\n/E/7cDlDnyNNuLqiiDANBgkqhkiG9w0BAQsFAAOCAQEABlu8+28qwvTkGwz8l8X7\nt1efUVkT0bDo7d9rMF12qcNh9uDKNgJ0Jy01oL4jNZ0xQbeUkBj3ixZELTQaUbmY\npTCSyTJa1jpcBqs8KuGYReqYBmZ+Sog3PCnPPnnIOogqALu29wRgvT9delALTDKa\nrTiHFKG06X9oVoeVzodA+UucnNS7KUe/FXW+/BQp1BGQ+Eg0OOrKnuw31oom4qnt\nQlEmWSml28Rd39DHFF2SKQ29wSG9yeVSOheXvkn0bZ1ojtFD8Uy/GKVdTJpnWURp\nB7j1c1S9WMraWelQXcdzUQf48SFj6Qd2DjbtMlnVdvM2iqnkCkfjjNZ2Bk11tieX\nrQ==\n-----END CERTIFICATE-----\n', 'key': '/etc/pki/tls/private/podman_registry.key', 'key_content': '-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQDG3VYhgnxe2iH9\nVDLjzEsUcDcAdJ3/aPv7WKsr0pAzJKRzEG7y+XGbL4sZBQayLmwWX1JQeN+LFB3T\nAkGXH6XdSXiYCsdsqiHjy+JDh/VDW+5DpOEvZ/s4p5HUTd0dn/caFjhvXf+VNIaH\npsuBVKMGDB34CBWQ5pDNaWZAqmH6smtZsWNB5IvQfyFmb10Z/yLaOyoJD93jHYbV\nJKKSA+eYgWjOf7kEn1st5mjns5x/rRU71iKjbsa1yegjVLnWrnF6nBTgJOAYysTs\nRHX8iZ1bTkQHCeaRt5GGaikMRp8uau+q1urrxQMeGf8x6TusXQ13CJbYdJ2beRPa\nd+RaEl27AgMBAAECggEAMWZaNwjLDGTzfJKl8aCWJgWaJCrT9NaHgfCM1N4BpDK+\nBzdV2FXOutYcn6J3/1s4znXvZL4iCdJ9diVhVcEu2sGdi2diEsRQlt3W3x+u9YSo\ns3UJ21ThOzmlKDAPdYR/RaOvcTrQeqgJozjz5LS5qo7oAu0/LjeYUO6V0AqDPFsV\npDoaj47Xsuv0ST7DRjKCWJmCO0TW2vsPF3PAxXECwoRo+rNA6UIXMZC+AyFnXxhe\nBIDdO0jChTKXzYWd3GhFCJTXXmjshTt97uVCf3uFS1jMdQhaur++eDXpMHq4x59i\nMpsOutKys3vEUI6crtYPUhf7oBpfD3Hqf/aBn4n6wQKBgQDxeAUQk3JOpbZY1sZk\nJ220mNjAxZM+UJ6gGEG141DQpBLl5QQrGf1N0wrB6bClzw1h3Lp9G+drnbNmvXxi\n5WEL+VUzltly7ZTvXZEUpsuulwbQyPwwfzMg2Mt+LILGP7TJqo6TJpIA6SldxCNB\np9G2h5bg265tj1uectN5hR7HTQKBgQDS1PizpV3fCsYndRGQ1Ysh2MkErOurhqP6\ns0fv7zTI53zMJAnGlKpZBzP4MnqPBivChDxz5klfJtoLJTmnjDCQ5GBq/Ay7kfzM\nNfZorrZvefZQLb/4sl5N1S1tQhP2FLM5+Mcgc8j/2GBXxMenyR/Pkt4PLV0ouPJn\nqcvkorOFJwKBgGexIYOnvat2T+LAgDtcDylBhbrqXTuiRSv8nqMr9XVTL+ZXPT4B\nEByOZw00fC4HxvhiYBb/l5ZIB1U0Q6j4VX9d16+qtMA8s/tCU93pbogPxNZ9qIZu\n6RbO4jvRg2r8ynbbbhRUuNf5SFFCu90i4tSeTzVKQRI9QJu/NX72omv1AoGBAJZt\nLiW/T4LchRWSCb51Hpg/vO2BE4WGw2kUkbc3zUmrIPfmnrL5T7HF2ea03Y0+sepP\nv3JSVPd3GQvqu4A4Hk7DI6gxvkP2nZB20CFQxwoy0vPSMK6ZVX/jIk5aXzOtAVPT\nlQAqnLcvA06cMHgeoHvSJm5dx6JOk2YzWC8Bh2TxAoGBAIbMSvjIcBP6A122ZsRY\n17sYMcDGu4ClUBiOF5SUVCbclNF/e5O92eWWuokGAG2cSJJ+7vTHx2KyCdjTaorR\nwsoUszRUrqm6cGwFU06guFH1Coe2U9c3bL+xBhjNbjIaXUVAQK1MpjcoHV52WSjj\nM+AG1UyzfDVys8jiVt9zAcJ7\n-----END PRIVATE KEY-----\n', 'ca': '/etc/pki/tls/certs/podman_registry.crt', 'ca_content': '-----BEGIN CERTIFICATE-----\nMIIDjTCCAnWgAwIBAgIQc0ldhHWdTfyq4rTHWaaJbDANBgkqhkiG9w0BAQsFADBQ\nMSAwHgYDVQQDDBdMb2NhbCBTaWduaW5nIEF1dGhvcml0eTEsMCoGA1UEAwwjNzM0\nOTVkODQtNzU5ZDRkZmMtYWFlMmI0YzctNTlhNjg5NmIwHhcNMjQwNzA2MTg1ODE2\nWhcNMjUwNzA2MTg1ODE1WjAUMRIwEAYDVQQDEwlsb2NhbGhvc3QwggEiMA0GCSqG\nSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDG3VYhgnxe2iH9VDLjzEsUcDcAdJ3/aPv7\nWKsr0pAzJKRzEG7y+XGbL4sZBQayLmwWX1JQeN+LFB3TAkGXH6XdSXiYCsdsqiHj\ny+JDh/VDW+5DpOEvZ/s4p5HUTd0dn/caFjhvXf+VNIaHpsuBVKMGDB34CBWQ5pDN\naWZAqmH6smtZsWNB5IvQfyFmb10Z/yLaOyoJD93jHYbVJKKSA+eYgWjOf7kEn1st\n5mjns5x/rRU71iKjbsa1yegjVLnWrnF6nBTgJOAYysTsRHX8iZ1bTkQHCeaRt5GG\naikMRp8uau+q1urrxQMeGf8x6TusXQ13CJbYdJ2beRPad+RaEl27AgMBAAGjgZ4w\ngZswCwYDVR0PBAQDAgWgMB8GA1UdEQQYMBaCCWxvY2FsaG9zdIIJMTI3LjAuMC4x\nMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAMBgNVHRMBAf8EAjAAMB0G\nA1UdDgQWBBS2rm6hBH50sZQmErczWB5n3I/QFTAfBgNVHSMEGDAWgBS+9nElh3TX\n/E/7cDlDnyNNuLqiiDANBgkqhkiG9w0BAQsFAAOCAQEABlu8+28qwvTkGwz8l8X7\nt1efUVkT0bDo7d9rMF12qcNh9uDKNgJ0Jy01oL4jNZ0xQbeUkBj3ixZELTQaUbmY\npTCSyTJa1jpcBqs8KuGYReqYBmZ+Sog3PCnPPnnIOogqALu29wRgvT9delALTDKa\nrTiHFKG06X9oVoeVzodA+UucnNS7KUe/FXW+/BQp1BGQ+Eg0OOrKnuw31oom4qnt\nQlEmWSml28Rd39DHFF2SKQ29wSG9yeVSOheXvkn0bZ1ojtFD8Uy/GKVdTJpnWURp\nB7j1c1S9WMraWelQXcdzUQf48SFj6Qd2DjbtMlnVdvM2iqnkCkfjjNZ2Bk11tieX\nrQ==\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.033161", "end": "2024-07-06 18:58:17.579848", "item": { "ca": "/etc/pki/tls/certs/podman_registry.crt", "ca_content": "-----BEGIN CERTIFICATE-----\nMIIDjTCCAnWgAwIBAgIQc0ldhHWdTfyq4rTHWaaJbDANBgkqhkiG9w0BAQsFADBQ\nMSAwHgYDVQQDDBdMb2NhbCBTaWduaW5nIEF1dGhvcml0eTEsMCoGA1UEAwwjNzM0\nOTVkODQtNzU5ZDRkZmMtYWFlMmI0YzctNTlhNjg5NmIwHhcNMjQwNzA2MTg1ODE2\nWhcNMjUwNzA2MTg1ODE1WjAUMRIwEAYDVQQDEwlsb2NhbGhvc3QwggEiMA0GCSqG\nSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDG3VYhgnxe2iH9VDLjzEsUcDcAdJ3/aPv7\nWKsr0pAzJKRzEG7y+XGbL4sZBQayLmwWX1JQeN+LFB3TAkGXH6XdSXiYCsdsqiHj\ny+JDh/VDW+5DpOEvZ/s4p5HUTd0dn/caFjhvXf+VNIaHpsuBVKMGDB34CBWQ5pDN\naWZAqmH6smtZsWNB5IvQfyFmb10Z/yLaOyoJD93jHYbVJKKSA+eYgWjOf7kEn1st\n5mjns5x/rRU71iKjbsa1yegjVLnWrnF6nBTgJOAYysTsRHX8iZ1bTkQHCeaRt5GG\naikMRp8uau+q1urrxQMeGf8x6TusXQ13CJbYdJ2beRPad+RaEl27AgMBAAGjgZ4w\ngZswCwYDVR0PBAQDAgWgMB8GA1UdEQQYMBaCCWxvY2FsaG9zdIIJMTI3LjAuMC4x\nMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAMBgNVHRMBAf8EAjAAMB0G\nA1UdDgQWBBS2rm6hBH50sZQmErczWB5n3I/QFTAfBgNVHSMEGDAWgBS+9nElh3TX\n/E/7cDlDnyNNuLqiiDANBgkqhkiG9w0BAQsFAAOCAQEABlu8+28qwvTkGwz8l8X7\nt1efUVkT0bDo7d9rMF12qcNh9uDKNgJ0Jy01oL4jNZ0xQbeUkBj3ixZELTQaUbmY\npTCSyTJa1jpcBqs8KuGYReqYBmZ+Sog3PCnPPnnIOogqALu29wRgvT9delALTDKa\nrTiHFKG06X9oVoeVzodA+UucnNS7KUe/FXW+/BQp1BGQ+Eg0OOrKnuw31oom4qnt\nQlEmWSml28Rd39DHFF2SKQ29wSG9yeVSOheXvkn0bZ1ojtFD8Uy/GKVdTJpnWURp\nB7j1c1S9WMraWelQXcdzUQf48SFj6Qd2DjbtMlnVdvM2iqnkCkfjjNZ2Bk11tieX\nrQ==\n-----END CERTIFICATE-----\n", "cert": "/etc/pki/tls/certs/podman_registry.crt", "cert_content": "-----BEGIN CERTIFICATE-----\nMIIDjTCCAnWgAwIBAgIQc0ldhHWdTfyq4rTHWaaJbDANBgkqhkiG9w0BAQsFADBQ\nMSAwHgYDVQQDDBdMb2NhbCBTaWduaW5nIEF1dGhvcml0eTEsMCoGA1UEAwwjNzM0\nOTVkODQtNzU5ZDRkZmMtYWFlMmI0YzctNTlhNjg5NmIwHhcNMjQwNzA2MTg1ODE2\nWhcNMjUwNzA2MTg1ODE1WjAUMRIwEAYDVQQDEwlsb2NhbGhvc3QwggEiMA0GCSqG\nSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDG3VYhgnxe2iH9VDLjzEsUcDcAdJ3/aPv7\nWKsr0pAzJKRzEG7y+XGbL4sZBQayLmwWX1JQeN+LFB3TAkGXH6XdSXiYCsdsqiHj\ny+JDh/VDW+5DpOEvZ/s4p5HUTd0dn/caFjhvXf+VNIaHpsuBVKMGDB34CBWQ5pDN\naWZAqmH6smtZsWNB5IvQfyFmb10Z/yLaOyoJD93jHYbVJKKSA+eYgWjOf7kEn1st\n5mjns5x/rRU71iKjbsa1yegjVLnWrnF6nBTgJOAYysTsRHX8iZ1bTkQHCeaRt5GG\naikMRp8uau+q1urrxQMeGf8x6TusXQ13CJbYdJ2beRPad+RaEl27AgMBAAGjgZ4w\ngZswCwYDVR0PBAQDAgWgMB8GA1UdEQQYMBaCCWxvY2FsaG9zdIIJMTI3LjAuMC4x\nMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAMBgNVHRMBAf8EAjAAMB0G\nA1UdDgQWBBS2rm6hBH50sZQmErczWB5n3I/QFTAfBgNVHSMEGDAWgBS+9nElh3TX\n/E/7cDlDnyNNuLqiiDANBgkqhkiG9w0BAQsFAAOCAQEABlu8+28qwvTkGwz8l8X7\nt1efUVkT0bDo7d9rMF12qcNh9uDKNgJ0Jy01oL4jNZ0xQbeUkBj3ixZELTQaUbmY\npTCSyTJa1jpcBqs8KuGYReqYBmZ+Sog3PCnPPnnIOogqALu29wRgvT9delALTDKa\nrTiHFKG06X9oVoeVzodA+UucnNS7KUe/FXW+/BQp1BGQ+Eg0OOrKnuw31oom4qnt\nQlEmWSml28Rd39DHFF2SKQ29wSG9yeVSOheXvkn0bZ1ojtFD8Uy/GKVdTJpnWURp\nB7j1c1S9WMraWelQXcdzUQf48SFj6Qd2DjbtMlnVdvM2iqnkCkfjjNZ2Bk11tieX\nrQ==\n-----END CERTIFICATE-----\n", "key": "/etc/pki/tls/private/podman_registry.key", "key_content": "-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQDG3VYhgnxe2iH9\nVDLjzEsUcDcAdJ3/aPv7WKsr0pAzJKRzEG7y+XGbL4sZBQayLmwWX1JQeN+LFB3T\nAkGXH6XdSXiYCsdsqiHjy+JDh/VDW+5DpOEvZ/s4p5HUTd0dn/caFjhvXf+VNIaH\npsuBVKMGDB34CBWQ5pDNaWZAqmH6smtZsWNB5IvQfyFmb10Z/yLaOyoJD93jHYbV\nJKKSA+eYgWjOf7kEn1st5mjns5x/rRU71iKjbsa1yegjVLnWrnF6nBTgJOAYysTs\nRHX8iZ1bTkQHCeaRt5GGaikMRp8uau+q1urrxQMeGf8x6TusXQ13CJbYdJ2beRPa\nd+RaEl27AgMBAAECggEAMWZaNwjLDGTzfJKl8aCWJgWaJCrT9NaHgfCM1N4BpDK+\nBzdV2FXOutYcn6J3/1s4znXvZL4iCdJ9diVhVcEu2sGdi2diEsRQlt3W3x+u9YSo\ns3UJ21ThOzmlKDAPdYR/RaOvcTrQeqgJozjz5LS5qo7oAu0/LjeYUO6V0AqDPFsV\npDoaj47Xsuv0ST7DRjKCWJmCO0TW2vsPF3PAxXECwoRo+rNA6UIXMZC+AyFnXxhe\nBIDdO0jChTKXzYWd3GhFCJTXXmjshTt97uVCf3uFS1jMdQhaur++eDXpMHq4x59i\nMpsOutKys3vEUI6crtYPUhf7oBpfD3Hqf/aBn4n6wQKBgQDxeAUQk3JOpbZY1sZk\nJ220mNjAxZM+UJ6gGEG141DQpBLl5QQrGf1N0wrB6bClzw1h3Lp9G+drnbNmvXxi\n5WEL+VUzltly7ZTvXZEUpsuulwbQyPwwfzMg2Mt+LILGP7TJqo6TJpIA6SldxCNB\np9G2h5bg265tj1uectN5hR7HTQKBgQDS1PizpV3fCsYndRGQ1Ysh2MkErOurhqP6\ns0fv7zTI53zMJAnGlKpZBzP4MnqPBivChDxz5klfJtoLJTmnjDCQ5GBq/Ay7kfzM\nNfZorrZvefZQLb/4sl5N1S1tQhP2FLM5+Mcgc8j/2GBXxMenyR/Pkt4PLV0ouPJn\nqcvkorOFJwKBgGexIYOnvat2T+LAgDtcDylBhbrqXTuiRSv8nqMr9XVTL+ZXPT4B\nEByOZw00fC4HxvhiYBb/l5ZIB1U0Q6j4VX9d16+qtMA8s/tCU93pbogPxNZ9qIZu\n6RbO4jvRg2r8ynbbbhRUuNf5SFFCu90i4tSeTzVKQRI9QJu/NX72omv1AoGBAJZt\nLiW/T4LchRWSCb51Hpg/vO2BE4WGw2kUkbc3zUmrIPfmnrL5T7HF2ea03Y0+sepP\nv3JSVPd3GQvqu4A4Hk7DI6gxvkP2nZB20CFQxwoy0vPSMK6ZVX/jIk5aXzOtAVPT\nlQAqnLcvA06cMHgeoHvSJm5dx6JOk2YzWC8Bh2TxAoGBAIbMSvjIcBP6A122ZsRY\n17sYMcDGu4ClUBiOF5SUVCbclNF/e5O92eWWuokGAG2cSJJ+7vTHx2KyCdjTaorR\nwsoUszRUrqm6cGwFU06guFH1Coe2U9c3bL+xBhjNbjIaXUVAQK1MpjcoHV52WSjj\nM+AG1UyzfDVys8jiVt9zAcJ7\n-----END PRIVATE KEY-----\n" }, "rc": 0, "start": "2024-07-06 18:58:17.546687" } STDOUT: Request "20240706185816" removed. TASK [fedora.linux_system_roles.certificate : Remove files] ******************** task path: /WORKDIR/git-weekly-cieh_9yotc/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:181 Saturday 06 July 2024 18:58:17 +0000 (0:00:00.242) 0:01:16.131 ********* 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-cieh_9yotc/tests/tasks/setup_registry.yml:35 Saturday 06 July 2024 18:58:18 +0000 (0:00:00.582) 0:01:16.713 ********* changed: [sut] => { "changed": true, "checksum": "dd4fda06d021c3b133d0ca79922039bbcd6cf20c", "dest": "/tmp/lsr_uznnqfkb_podman/auth/registry_cert.crt", "gid": 0, "group": "root", "md5sum": "3282c06a0377f8c4b61042b3fc0ac71b", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 1294, "src": "/root/.ansible/tmp/ansible-tmp-1720292298.2498045-2781-30079911783322/source", "state": "file", "uid": 0 } TASK [Write key for registry] ************************************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/tasks/setup_registry.yml:41 Saturday 06 July 2024 18:58:18 +0000 (0:00:00.619) 0:01:17.333 ********* changed: [sut] => { "changed": true, "checksum": "086d022960f65d976f2003309b6ac981a92b4f7f", "dest": "/tmp/lsr_uznnqfkb_podman/auth/registry_key.pem", "gid": 0, "group": "root", "md5sum": "13cea3166e2d456e99e4d8816464e768", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 1704, "src": "/root/.ansible/tmp/ansible-tmp-1720292298.84942-2794-79624808042964/source", "state": "file", "uid": 0 } TASK [Write CA cert for registry] ********************************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/tasks/setup_registry.yml:47 Saturday 06 July 2024 18:58:19 +0000 (0:00:00.504) 0:01:17.838 ********* changed: [sut] => { "changed": true, "checksum": "dd4fda06d021c3b133d0ca79922039bbcd6cf20c", "dest": "/tmp/lsr_uznnqfkb_podman/auth/ca.crt", "gid": 0, "group": "root", "md5sum": "3282c06a0377f8c4b61042b3fc0ac71b", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 1294, "src": "/root/.ansible/tmp/ansible-tmp-1720292299.3522856-2834-233953147465025/source", "state": "file", "uid": 0 } TASK [Ensure test packages] **************************************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/tasks/setup_registry.yml:54 Saturday 06 July 2024 18:58:19 +0000 (0:00:00.571) 0:01:18.409 ********* 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: skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64", "Installed: apr-util-openssl-1.6.1-9.el8.x86_64", "Installed: apr-1.6.3-12.el8.x86_64", "Installed: apr-util-1.6.1-9.el8.x86_64" ] } lsrpackages: httpd-tools skopeo TASK [Write user and password] ************************************************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/tasks/setup_registry.yml:59 Saturday 06 July 2024 18:58:24 +0000 (0:00:04.640) 0:01:23.050 ********* 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-cieh_9yotc/tests/tasks/setup_registry.yml:67 Saturday 06 July 2024 18:58:24 +0000 (0:00:00.219) 0:01:23.269 ********* 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-cieh_9yotc/tests/tasks/setup_registry.yml:84 Saturday 06 July 2024 18:58:25 +0000 (0:00:00.541) 0:01:23.811 ********* ok: [sut] => { "ansible_facts": { "__podman_cleanup_paths": [ "/tmp/lsr_uznnqfkb_podman" ] }, "changed": false } TASK [Start registry] ********************************************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/tasks/setup_registry.yml:92 Saturday 06 July 2024 18:58:25 +0000 (0:00:00.031) 0:01:23.842 ********* changed: [sut] => { "changed": true, "cmd": [ "podman", "run", "-d", "-p", "127.0.0.1:5000:5000", "--name", "podman_registry", "-v", "/tmp/lsr_uznnqfkb_podman/auth:/auth:Z", "-e", "REGISTRY_AUTH=htpasswd", "-e", "REGISTRY_AUTH_HTPASSWD_REALM=Registry Realm", "-e", "REGISTRY_AUTH_HTPASSWD_PATH=/auth/htpasswd", "-e", "REGISTRY_HTTP_TLS_CERTIFICATE=/auth/registry_cert.crt", "-e", "REGISTRY_HTTP_TLS_KEY=/auth/registry_key.pem", "quay.io/libpod/registry:2.8.2" ], "delta": "0:00:03.039217", "end": "2024-07-06 18:58:28.519064", "rc": 0, "start": "2024-07-06 18:58:25.479847" } STDOUT: efb61b521b43f13eb66b0267e76791a520c96e6a273e22165f401ff3f87d54bd STDERR: Trying to pull quay.io/libpod/registry:2.8.2... Getting image source signatures Copying blob sha256:7417fa3c6d923a722787ff60825c3c40f74621ab2e4abcc120e25b10a35e4811 Copying blob sha256:7264a8db6415046d36d16ba98b79778e18accee6ffa71850405994cffa9be7de Copying blob sha256:88b450dec42ebc9659f10c6fd6d2326706fec4ab7aadf0c38973d930c23c546a Copying blob sha256:c4d48a809fc2256f8aa0aeee47998488d64409855adba00a7cb3007ab9f3286e Copying blob sha256:121f958bea53668d782691e643e9401ea21dd36c9d81078b51964d2e82b51376 Copying config sha256:0030ba3d620c647159c935ee778991c68ef3e51a274703753b0bc530104ef5e5 Writing manifest to image destination TASK [Wait for port] *********************************************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/tasks/setup_registry.yml:103 Saturday 06 July 2024 18:58:28 +0000 (0:00:03.225) 0:01:27.068 ********* 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-cieh_9yotc/tests/tasks/setup_registry.yml:107 Saturday 06 July 2024 18:58:28 +0000 (0:00:00.293) 0:01:27.361 ********* ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "podman", "logs", "podman_registry" ], "delta": "0:00:00.037375", "end": "2024-07-06 18:58:29.034233", "rc": 0, "start": "2024-07-06 18:58:28.996858" } STDERR: time="2024-07-06T18:58:28.512041785Z" 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=5506eb0d-3bbb-4b1d-89c8-9eb2a8499cfb service=registry version=2.8.2 time="2024-07-06T18:58:28.512093488Z" level=info msg="redis not configured" go.version=go1.19.9 instance.id=5506eb0d-3bbb-4b1d-89c8-9eb2a8499cfb service=registry version=2.8.2 time="2024-07-06T18:58:28.512122715Z" level=info msg="Starting upload purge in 26m0s" go.version=go1.19.9 instance.id=5506eb0d-3bbb-4b1d-89c8-9eb2a8499cfb service=registry version=2.8.2 time="2024-07-06T18:58:28.512192549Z" level=info msg="using inmemory blob descriptor cache" go.version=go1.19.9 instance.id=5506eb0d-3bbb-4b1d-89c8-9eb2a8499cfb service=registry version=2.8.2 time="2024-07-06T18:58:28.512514537Z" level=info msg="restricting TLS version to tls1.2 or higher" go.version=go1.19.9 instance.id=5506eb0d-3bbb-4b1d-89c8-9eb2a8499cfb service=registry version=2.8.2 time="2024-07-06T18:58:28.512540117Z" 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=5506eb0d-3bbb-4b1d-89c8-9eb2a8499cfb service=registry version=2.8.2 time="2024-07-06T18:58:28.51291516Z" level=info msg="listening on [::]:5000, tls" go.version=go1.19.9 instance.id=5506eb0d-3bbb-4b1d-89c8-9eb2a8499cfb service=registry version=2.8.2 2024/07/06 18:58:28 http: TLS handshake error from 10.88.0.1:45812: EOF TASK [Convert test image names into local registry names] ********************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/tasks/setup_registry.yml:113 Saturday 06 July 2024 18:58:29 +0000 (0:00:00.249) 0:01:27.611 ********* 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-cieh_9yotc/tests/tasks/setup_registry.yml:118 Saturday 06 July 2024 18:58:29 +0000 (0:00:00.023) 0:01:27.634 ********* 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_uznnqfkb_podman/auth/auth.json\" --cert-dir=\"/tmp/lsr_uznnqfkb_podman/auth\" quay.io/libpod/testimage:20210610 docker://localhost:5000/libpod/testimage:20210610", "delta": "0:00:01.146126", "end": "2024-07-06 18:58:30.424303", "item": { "key": "quay.io/libpod/testimage:20210610", "value": "localhost:5000/libpod/testimage:20210610" }, "rc": 0, "start": "2024-07-06 18:58:29.278177" } 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-cieh_9yotc/tests/tasks/setup_registry.yml:129 Saturday 06 July 2024 18:58:30 +0000 (0:00:01.342) 0:01:28.977 ********* ok: [sut] => (item=localhost:5000/libpod/testimage:20210610) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "skopeo", "inspect", "--authfile=/tmp/lsr_uznnqfkb_podman/auth/auth.json", "--cert-dir=/tmp/lsr_uznnqfkb_podman/auth", "docker://localhost:5000/libpod/testimage:20210610" ], "delta": "0:00:00.162731", "end": "2024-07-06 18:58:30.789766", "item": "localhost:5000/libpod/testimage:20210610", "rc": 0, "start": "2024-07-06 18:58:30.627035" } 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-cieh_9yotc/tests/tests_auth_and_security.yml:60 Saturday 06 July 2024 18:58:30 +0000 (0:00:00.381) 0:01:29.359 ********* TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 06 July 2024 18:58:30 +0000 (0:00:00.051) 0:01:29.410 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 06 July 2024 18:58:30 +0000 (0:00:00.034) 0:01:29.445 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 06 July 2024 18:58:30 +0000 (0:00:00.025) 0:01:29.470 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 06 July 2024 18:58:30 +0000 (0:00:00.021) 0:01:29.491 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 06 July 2024 18:58:30 +0000 (0:00:00.020) 0:01:29.512 ********* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/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-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 06 July 2024 18:58:31 +0000 (0:00:00.050) 0:01:29.563 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 06 July 2024 18:58:32 +0000 (0:00:01.346) 0:01:30.909 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 06 July 2024 18:58:32 +0000 (0:00:00.026) 0:01:30.936 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 06 July 2024 18:58:32 +0000 (0:00:00.045) 0:01:30.981 ********* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.026519", "end": "2024-07-06 18:58:32.654744", "rc": 0, "start": "2024-07-06 18:58:32.628225" } STDOUT: podman version 4.9.4-dev TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Saturday 06 July 2024 18:58:32 +0000 (0:00:00.253) 0:01:31.235 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Saturday 06 July 2024 18:58:32 +0000 (0:00:00.061) 0:01:31.296 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Saturday 06 July 2024 18:58:32 +0000 (0:00:00.025) 0:01:31.322 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Saturday 06 July 2024 18:58:32 +0000 (0:00:00.062) 0:01:31.385 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 06 July 2024 18:58:32 +0000 (0:00:00.051) 0:01:31.436 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 06 July 2024 18:58:32 +0000 (0:00:00.035) 0:01:31.471 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 06 July 2024 18:58:32 +0000 (0:00:00.036) 0:01:31.508 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 06 July 2024 18:58:33 +0000 (0:00:00.038) 0:01:31.547 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 06 July 2024 18:58:33 +0000 (0:00:00.269) 0:01:31.817 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 06 July 2024 18:58:33 +0000 (0:00:00.037) 0:01:31.854 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720292285.1780567, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720292252.046147, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "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": "1435974324", "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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 06 July 2024 18:58:33 +0000 (0:00:00.212) 0:01:32.067 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 06 July 2024 18:58:33 +0000 (0:00:00.064) 0:01:32.132 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 06 July 2024 18:58:33 +0000 (0:00:00.032) 0:01:32.164 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 06 July 2024 18:58:33 +0000 (0:00:00.024) 0:01:32.189 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 06 July 2024 18:58:33 +0000 (0:00:00.044) 0:01:32.233 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 06 July 2024 18:58:33 +0000 (0:00:00.097) 0:01:32.331 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 06 July 2024 18:58:33 +0000 (0:00:00.028) 0:01:32.359 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 06 July 2024 18:58:33 +0000 (0:00:00.044) 0:01:32.403 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Saturday 06 July 2024 18:58:33 +0000 (0:00:00.028) 0:01:32.432 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Saturday 06 July 2024 18:58:34 +0000 (0:00:00.102) 0:01:32.534 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 06 July 2024 18:58:34 +0000 (0:00:00.074) 0:01:32.608 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 06 July 2024 18:58:34 +0000 (0:00:00.049) 0:01:32.658 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Saturday 06 July 2024 18:58:34 +0000 (0:00:00.032) 0:01:32.691 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 06 July 2024 18:58:34 +0000 (0:00:00.163) 0:01:32.854 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 06 July 2024 18:58:34 +0000 (0:00:00.056) 0:01:32.911 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Saturday 06 July 2024 18:58:34 +0000 (0:00:00.025) 0:01:32.937 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 06 July 2024 18:58:34 +0000 (0:00:00.055) 0:01:32.992 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 06 July 2024 18:58:34 +0000 (0:00:00.024) 0:01:33.016 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Saturday 06 July 2024 18:58:34 +0000 (0:00:00.022) 0:01:33.039 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 06 July 2024 18:58:34 +0000 (0:00:00.067) 0:01:33.107 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 06 July 2024 18:58:34 +0000 (0:00:00.049) 0:01:33.157 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 06 July 2024 18:58:34 +0000 (0:00:00.039) 0:01:33.196 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 06 July 2024 18:58:34 +0000 (0:00:00.049) 0:01:33.246 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Saturday 06 July 2024 18:58:34 +0000 (0:00:00.030) 0:01:33.277 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Saturday 06 July 2024 18:58:34 +0000 (0:00:00.025) 0:01:33.302 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Saturday 06 July 2024 18:58:34 +0000 (0:00:00.032) 0:01:33.335 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Saturday 06 July 2024 18:58:34 +0000 (0:00:00.019) 0:01:33.355 ********* skipping: [sut] => { "censored": "the 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:123 Saturday 06 July 2024 18:58:34 +0000 (0:00:00.019) 0:01:33.374 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Saturday 06 July 2024 18:58:34 +0000 (0:00:00.023) 0:01:33.398 ********* skipping: [sut] => { "censored": "the 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:139 Saturday 06 July 2024 18:58:34 +0000 (0:00:00.019) 0:01:33.417 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:14 Saturday 06 July 2024 18:58:34 +0000 (0:00:00.081) 0:01:33.498 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:34 Saturday 06 July 2024 18:58:35 +0000 (0:00:00.034) 0:01:33.533 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:60 Saturday 06 July 2024 18:58:35 +0000 (0:00:00.029) 0:01:33.562 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:66 Saturday 06 July 2024 18:58:35 +0000 (0:00:00.023) 0:01:33.586 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 06 July 2024 18:58:35 +0000 (0:00:00.037) 0:01:33.623 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 06 July 2024 18:58:35 +0000 (0:00:00.026) 0:01:33.650 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 06 July 2024 18:58:35 +0000 (0:00:00.026) 0:01:33.677 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 06 July 2024 18:58:35 +0000 (0:00:00.055) 0:01:33.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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 06 July 2024 18:58:35 +0000 (0:00:00.199) 0:01:33.932 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 06 July 2024 18:58:35 +0000 (0:00:00.025) 0:01:33.958 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720292285.1780567, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720292252.046147, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "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": "1435974324", "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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 06 July 2024 18:58:35 +0000 (0:00:00.208) 0:01:34.166 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 06 July 2024 18:58:35 +0000 (0:00:00.022) 0:01:34.189 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 06 July 2024 18:58:35 +0000 (0:00:00.021) 0:01:34.211 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 06 July 2024 18:58:35 +0000 (0:00:00.034) 0:01:34.245 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 06 July 2024 18:58:35 +0000 (0:00:00.057) 0:01:34.303 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 06 July 2024 18:58:35 +0000 (0:00:00.023) 0:01:34.326 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 06 July 2024 18:58:35 +0000 (0:00:00.021) 0:01:34.347 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 06 July 2024 18:58:35 +0000 (0:00:00.019) 0:01:34.367 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:71 Saturday 06 July 2024 18:58:35 +0000 (0:00:00.020) 0:01:34.387 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 3] ********** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:80 Saturday 06 July 2024 18:58:35 +0000 (0:00:00.019) 0:01:34.407 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:94 Saturday 06 July 2024 18:58:35 +0000 (0:00:00.032) 0:01:34.440 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:100 Saturday 06 July 2024 18:58:35 +0000 (0:00:00.022) 0:01:34.462 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:108 Saturday 06 July 2024 18:58:35 +0000 (0:00:00.022) 0:01:34.485 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:123 Saturday 06 July 2024 18:58:35 +0000 (0:00:00.032) 0:01:34.517 ********* 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.006132", "end": "2024-07-06 18:58:36.180410", "rc": 0, "start": "2024-07-06 18:58:36.174278" } 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:131 Saturday 06 July 2024 18:58:36 +0000 (0:00:00.224) 0:01:34.742 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update containers and services] *** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:135 Saturday 06 July 2024 18:58:36 +0000 (0:00:00.029) 0:01:34.771 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:2 Saturday 06 July 2024 18:58:36 +0000 (0:00:00.080) 0:01:34.852 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 06 July 2024 18:58:36 +0000 (0:00:00.090) 0:01:34.942 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 06 July 2024 18:58:36 +0000 (0:00:00.063) 0:01:35.006 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 06 July 2024 18:58:36 +0000 (0:00:00.050) 0:01:35.056 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:7 Saturday 06 July 2024 18:58:36 +0000 (0:00:00.099) 0:01:35.156 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:23 Saturday 06 July 2024 18:58:36 +0000 (0:00:00.041) 0:01:35.198 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:39 Saturday 06 July 2024 18:58:36 +0000 (0:00:00.057) 0:01:35.255 ********* 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-cieh_9yotc/tests/tests_auth_and_security.yml:75 Saturday 06 July 2024 18:58:37 +0000 (0:00:00.535) 0:01:35.791 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Run the role with credentials and cert checking] ************************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/tests_auth_and_security.yml:86 Saturday 06 July 2024 18:58:37 +0000 (0:00:00.022) 0:01:35.813 ********* TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 06 July 2024 18:58:37 +0000 (0:00:00.054) 0:01:35.868 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 06 July 2024 18:58:37 +0000 (0:00:00.066) 0:01:35.934 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 06 July 2024 18:58:37 +0000 (0:00:00.052) 0:01:35.987 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 06 July 2024 18:58:37 +0000 (0:00:00.038) 0:01:36.026 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 06 July 2024 18:58:37 +0000 (0:00:00.021) 0:01:36.047 ********* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/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-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 06 July 2024 18:58:37 +0000 (0:00:00.065) 0:01:36.112 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 06 July 2024 18:58:38 +0000 (0:00:01.337) 0:01:37.449 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 06 July 2024 18:58:38 +0000 (0:00:00.029) 0:01:37.479 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 06 July 2024 18:58:39 +0000 (0:00:00.054) 0:01:37.533 ********* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.028486", "end": "2024-07-06 18:58:39.230312", "rc": 0, "start": "2024-07-06 18:58:39.201826" } STDOUT: podman version 4.9.4-dev TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Saturday 06 July 2024 18:58:39 +0000 (0:00:00.257) 0:01:37.791 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Saturday 06 July 2024 18:58:39 +0000 (0:00:00.022) 0:01:37.813 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Saturday 06 July 2024 18:58:39 +0000 (0:00:00.028) 0:01:37.842 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Saturday 06 July 2024 18:58:39 +0000 (0:00:00.076) 0:01:37.918 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 06 July 2024 18:58:39 +0000 (0:00:00.047) 0:01:37.965 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 06 July 2024 18:58:39 +0000 (0:00:00.027) 0:01:37.993 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 06 July 2024 18:58:39 +0000 (0:00:00.034) 0:01:38.028 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 06 July 2024 18:58:39 +0000 (0:00:00.034) 0:01:38.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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 06 July 2024 18:58:39 +0000 (0:00:00.230) 0:01:38.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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 06 July 2024 18:58:39 +0000 (0:00:00.087) 0:01:38.380 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720292285.1780567, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720292252.046147, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "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": "1435974324", "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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 06 July 2024 18:58:40 +0000 (0:00:00.279) 0:01:38.659 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 06 July 2024 18:58:40 +0000 (0:00:00.074) 0:01:38.734 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 06 July 2024 18:58:40 +0000 (0:00:00.023) 0:01:38.757 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 06 July 2024 18:58:40 +0000 (0:00:00.020) 0:01:38.777 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 06 July 2024 18:58:40 +0000 (0:00:00.021) 0:01:38.799 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 06 July 2024 18:58:40 +0000 (0:00:00.020) 0:01:38.819 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 06 July 2024 18:58:40 +0000 (0:00:00.021) 0:01:38.841 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 06 July 2024 18:58:40 +0000 (0:00:00.021) 0:01:38.863 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Saturday 06 July 2024 18:58:40 +0000 (0:00:00.021) 0:01:38.884 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Saturday 06 July 2024 18:58:40 +0000 (0:00:00.027) 0:01:38.912 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 06 July 2024 18:58:40 +0000 (0:00:00.042) 0:01:38.955 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 06 July 2024 18:58:40 +0000 (0:00:00.052) 0:01:39.008 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Saturday 06 July 2024 18:58:40 +0000 (0:00:00.023) 0:01:39.032 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 06 July 2024 18:58:40 +0000 (0:00:00.042) 0:01:39.074 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 06 July 2024 18:58:40 +0000 (0:00:00.020) 0:01:39.094 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Saturday 06 July 2024 18:58:40 +0000 (0:00:00.029) 0:01:39.124 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 06 July 2024 18:58:40 +0000 (0:00:00.068) 0:01:39.192 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 06 July 2024 18:58:40 +0000 (0:00:00.042) 0:01:39.235 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Saturday 06 July 2024 18:58:40 +0000 (0:00:00.023) 0:01:39.258 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 06 July 2024 18:58:40 +0000 (0:00:00.040) 0:01:39.299 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 06 July 2024 18:58:40 +0000 (0:00:00.020) 0:01:39.319 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 06 July 2024 18:58:40 +0000 (0:00:00.021) 0:01:39.340 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 06 July 2024 18:58:40 +0000 (0:00:00.021) 0:01:39.362 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Saturday 06 July 2024 18:58:40 +0000 (0:00:00.022) 0:01:39.385 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Saturday 06 July 2024 18:58:40 +0000 (0:00:00.020) 0:01:39.405 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Saturday 06 July 2024 18:58:40 +0000 (0:00:00.021) 0:01:39.426 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Saturday 06 July 2024 18:58:40 +0000 (0:00:00.022) 0:01:39.449 ********* skipping: [sut] => { "censored": "the 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:123 Saturday 06 July 2024 18:58:40 +0000 (0:00:00.018) 0:01:39.468 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Saturday 06 July 2024 18:58:40 +0000 (0:00:00.019) 0:01:39.488 ********* skipping: [sut] => { "censored": "the 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:139 Saturday 06 July 2024 18:58:40 +0000 (0:00:00.018) 0:01:39.506 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:14 Saturday 06 July 2024 18:58:41 +0000 (0:00:00.057) 0:01:39.564 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:34 Saturday 06 July 2024 18:58:41 +0000 (0:00:00.026) 0:01:39.591 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:60 Saturday 06 July 2024 18:58:41 +0000 (0:00:00.060) 0:01:39.651 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:66 Saturday 06 July 2024 18:58:41 +0000 (0:00:00.025) 0:01:39.677 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 06 July 2024 18:58:41 +0000 (0:00:00.037) 0:01:39.714 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 06 July 2024 18:58:41 +0000 (0:00:00.025) 0:01:39.739 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 06 July 2024 18:58:41 +0000 (0:00:00.027) 0:01:39.766 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 06 July 2024 18:58:41 +0000 (0:00:00.031) 0:01:39.798 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 06 July 2024 18:58:41 +0000 (0:00:00.218) 0:01:40.017 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 06 July 2024 18:58:41 +0000 (0:00:00.049) 0:01:40.066 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720292285.1780567, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720292252.046147, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "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": "1435974324", "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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 06 July 2024 18:58:41 +0000 (0:00:00.221) 0:01:40.287 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 06 July 2024 18:58:41 +0000 (0:00:00.054) 0:01:40.341 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 06 July 2024 18:58:41 +0000 (0:00:00.021) 0:01:40.363 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 06 July 2024 18:58:41 +0000 (0:00:00.023) 0:01:40.387 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 06 July 2024 18:58:41 +0000 (0:00:00.020) 0:01:40.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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 06 July 2024 18:58:41 +0000 (0:00:00.034) 0:01:40.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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 06 July 2024 18:58:41 +0000 (0:00:00.025) 0:01:40.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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 06 July 2024 18:58:41 +0000 (0:00:00.043) 0:01:40.512 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:71 Saturday 06 July 2024 18:58:42 +0000 (0:00:00.070) 0:01:40.583 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:80 Saturday 06 July 2024 18:58:42 +0000 (0:00:00.038) 0:01:40.621 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:94 Saturday 06 July 2024 18:58:42 +0000 (0:00:00.041) 0:01:40.663 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:100 Saturday 06 July 2024 18:58:42 +0000 (0:00:00.023) 0:01:40.687 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:108 Saturday 06 July 2024 18:58:42 +0000 (0:00:00.024) 0:01:40.711 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Get service name using systemd-escape] ******* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:123 Saturday 06 July 2024 18:58:42 +0000 (0:00:00.023) 0:01:40.735 ********* 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.005559", "end": "2024-07-06 18:58:42.382066", "rc": 0, "start": "2024-07-06 18:58:42.376507" } 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:131 Saturday 06 July 2024 18:58:42 +0000 (0:00:00.197) 0:01:40.933 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:135 Saturday 06 July 2024 18:58:42 +0000 (0:00:00.021) 0:01:40.955 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:2 Saturday 06 July 2024 18:58:42 +0000 (0:00:00.045) 0:01:41.000 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 06 July 2024 18:58:42 +0000 (0:00:00.039) 0:01:41.040 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 06 July 2024 18:58:42 +0000 (0:00:00.041) 0:01:41.081 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 06 July 2024 18:58:42 +0000 (0:00:00.095) 0:01:41.176 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:7 Saturday 06 July 2024 18:58:42 +0000 (0:00:00.047) 0:01:41.223 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:23 Saturday 06 July 2024 18:58:42 +0000 (0:00:00.040) 0:01:41.263 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:39 Saturday 06 July 2024 18:58:42 +0000 (0:00:00.040) 0:01:41.304 ********* 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-cieh_9yotc/tests/tests_auth_and_security.yml:101 Saturday 06 July 2024 18:58:43 +0000 (0:00:00.517) 0:01:41.821 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create a local tmpdir] *************************************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/tests_auth_and_security.yml:112 Saturday 06 July 2024 18:58:43 +0000 (0:00:00.035) 0:01:41.857 ********* changed: [sut -> localhost] => { "changed": true, "gid": 1001, "group": "jenkins", "mode": "0700", "owner": "jenkins", "path": "/tmp/lsr_v8eb57s7_podman", "size": 6, "state": "directory", "uid": 1000090000 } TASK [Run the role with credentials in spec and CA cert] *********************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/tests_auth_and_security.yml:120 Saturday 06 July 2024 18:58:43 +0000 (0:00:00.162) 0:01:42.020 ********* TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 06 July 2024 18:58:43 +0000 (0:00:00.082) 0:01:42.102 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 06 July 2024 18:58:43 +0000 (0:00:00.054) 0:01:42.156 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 06 July 2024 18:58:43 +0000 (0:00:00.060) 0:01:42.217 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 06 July 2024 18:58:43 +0000 (0:00:00.025) 0:01:42.242 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 06 July 2024 18:58:43 +0000 (0:00:00.031) 0:01:42.273 ********* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/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-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 06 July 2024 18:58:43 +0000 (0:00:00.069) 0:01:42.343 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 06 July 2024 18:58:45 +0000 (0:00:01.342) 0:01:43.686 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 06 July 2024 18:58:45 +0000 (0:00:00.059) 0:01:43.745 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 06 July 2024 18:58:45 +0000 (0:00:00.054) 0:01:43.800 ********* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.026926", "end": "2024-07-06 18:58:45.499813", "rc": 0, "start": "2024-07-06 18:58:45.472887" } STDOUT: podman version 4.9.4-dev TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Saturday 06 July 2024 18:58:45 +0000 (0:00:00.263) 0:01:44.063 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Saturday 06 July 2024 18:58:45 +0000 (0:00:00.038) 0:01:44.101 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Saturday 06 July 2024 18:58:45 +0000 (0:00:00.024) 0:01:44.126 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Saturday 06 July 2024 18:58:45 +0000 (0:00:00.082) 0:01:44.209 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 06 July 2024 18:58:45 +0000 (0:00:00.056) 0:01:44.265 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 06 July 2024 18:58:45 +0000 (0:00:00.037) 0:01:44.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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 06 July 2024 18:58:45 +0000 (0:00:00.051) 0:01:44.355 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 06 July 2024 18:58:45 +0000 (0:00:00.045) 0:01:44.400 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 06 July 2024 18:58:46 +0000 (0:00:00.223) 0:01:44.624 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 06 July 2024 18:58:46 +0000 (0:00:00.029) 0:01:44.654 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720292285.1780567, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720292252.046147, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "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": "1435974324", "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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 06 July 2024 18:58:46 +0000 (0:00:00.198) 0:01:44.852 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 06 July 2024 18:58:46 +0000 (0:00:00.070) 0:01:44.923 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 06 July 2024 18:58:46 +0000 (0:00:00.027) 0:01:44.951 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 06 July 2024 18:58:46 +0000 (0:00:00.023) 0:01:44.974 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 06 July 2024 18:58:46 +0000 (0:00:00.023) 0:01:44.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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 06 July 2024 18:58:46 +0000 (0:00:00.028) 0:01:45.026 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 06 July 2024 18:58:46 +0000 (0:00:00.036) 0:01:45.062 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 06 July 2024 18:58:46 +0000 (0:00:00.030) 0:01:45.093 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Saturday 06 July 2024 18:58:46 +0000 (0:00:00.024) 0:01:45.118 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Saturday 06 July 2024 18:58:46 +0000 (0:00:00.057) 0:01:45.176 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 06 July 2024 18:58:46 +0000 (0:00:00.059) 0:01:45.235 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 06 July 2024 18:58:46 +0000 (0:00:00.052) 0:01:45.288 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Saturday 06 July 2024 18:58:46 +0000 (0:00:00.042) 0:01:45.331 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 06 July 2024 18:58:46 +0000 (0:00:00.050) 0:01:45.381 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 06 July 2024 18:58:46 +0000 (0:00:00.030) 0:01:45.411 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Saturday 06 July 2024 18:58:46 +0000 (0:00:00.022) 0:01:45.434 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 06 July 2024 18:58:47 +0000 (0:00:00.099) 0:01:45.534 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 06 July 2024 18:58:47 +0000 (0:00:00.037) 0:01:45.571 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Saturday 06 July 2024 18:58:47 +0000 (0:00:00.103) 0:01:45.675 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 06 July 2024 18:58:47 +0000 (0:00:00.058) 0:01:45.733 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 06 July 2024 18:58:47 +0000 (0:00:00.030) 0:01:45.763 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 06 July 2024 18:58:47 +0000 (0:00:00.020) 0:01:45.784 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 06 July 2024 18:58:47 +0000 (0:00:00.021) 0:01:45.806 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Saturday 06 July 2024 18:58:47 +0000 (0:00:00.020) 0:01:45.826 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Saturday 06 July 2024 18:58:47 +0000 (0:00:00.021) 0:01:45.848 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Saturday 06 July 2024 18:58:47 +0000 (0:00:00.021) 0:01:45.869 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Saturday 06 July 2024 18:58:47 +0000 (0:00:00.018) 0:01:45.888 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:3 Saturday 06 July 2024 18:58:47 +0000 (0:00:00.055) 0:01:45.943 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:10 Saturday 06 July 2024 18:58:47 +0000 (0:00:00.022) 0:01:45.966 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:15 Saturday 06 July 2024 18:58:47 +0000 (0:00:00.025) 0:01:45.992 ********* ok: [sut] => { "ansible_facts": { "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:19 Saturday 06 July 2024 18:58:47 +0000 (0:00:00.037) 0:01:46.029 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 06 July 2024 18:58:47 +0000 (0:00:00.075) 0:01:46.104 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 06 July 2024 18:58:47 +0000 (0:00:00.034) 0:01:46.138 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 06 July 2024 18:58:47 +0000 (0:00:00.030) 0:01:46.169 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 06 July 2024 18:58:47 +0000 (0:00:00.029) 0:01:46.199 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 06 July 2024 18:58:47 +0000 (0:00:00.225) 0:01:46.424 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 06 July 2024 18:58:47 +0000 (0:00:00.066) 0:01:46.491 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720292285.1780567, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720292252.046147, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "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": "1435974324", "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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 06 July 2024 18:58:48 +0000 (0:00:00.237) 0:01:46.728 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 06 July 2024 18:58:48 +0000 (0:00:00.036) 0:01:46.764 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 06 July 2024 18:58:48 +0000 (0:00:00.031) 0:01:46.795 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 06 July 2024 18:58:48 +0000 (0:00:00.027) 0:01:46.823 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 06 July 2024 18:58:48 +0000 (0:00:00.021) 0:01:46.844 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 06 July 2024 18:58:48 +0000 (0:00:00.043) 0:01:46.888 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 06 July 2024 18:58:48 +0000 (0:00:00.027) 0:01:46.915 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 06 July 2024 18:58:48 +0000 (0:00:00.028) 0:01:46.944 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:24 Saturday 06 July 2024 18:58:48 +0000 (0:00:00.025) 0:01:46.970 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:29 Saturday 06 July 2024 18:58:48 +0000 (0:00:00.042) 0:01:47.012 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:36 Saturday 06 July 2024 18:58:48 +0000 (0:00:00.022) 0:01:47.035 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:70 Saturday 06 July 2024 18:58:48 +0000 (0:00:00.030) 0:01:47.066 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:78 Saturday 06 July 2024 18:58:48 +0000 (0:00:00.213) 0:01:47.279 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:95 Saturday 06 July 2024 18:58:49 +0000 (0:00:00.584) 0:01:47.863 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:102 Saturday 06 July 2024 18:58:49 +0000 (0:00:00.036) 0:01:47.900 ********* skipping: [sut] => { "censored": "the 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:110 Saturday 06 July 2024 18:58:49 +0000 (0:00:00.029) 0:01:47.929 ********* skipping: [sut] => { "censored": "the 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:123 Saturday 06 July 2024 18:58:49 +0000 (0:00:00.035) 0:01:47.965 ********* skipping: [sut] => { "censored": "the 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Saturday 06 July 2024 18:58:49 +0000 (0:00:00.059) 0:01:48.024 ********* skipping: [sut] => { "censored": "the 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:139 Saturday 06 July 2024 18:58:49 +0000 (0:00:00.047) 0:01:48.072 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:14 Saturday 06 July 2024 18:58:49 +0000 (0:00:00.117) 0:01:48.190 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:34 Saturday 06 July 2024 18:58:49 +0000 (0:00:00.043) 0:01:48.233 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:60 Saturday 06 July 2024 18:58:49 +0000 (0:00:00.048) 0:01:48.282 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:66 Saturday 06 July 2024 18:58:49 +0000 (0:00:00.054) 0:01:48.337 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 06 July 2024 18:58:49 +0000 (0:00:00.052) 0:01:48.389 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 06 July 2024 18:58:49 +0000 (0:00:00.036) 0:01:48.425 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 06 July 2024 18:58:49 +0000 (0:00:00.030) 0:01:48.456 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 06 July 2024 18:58:50 +0000 (0:00:00.105) 0:01:48.561 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 06 July 2024 18:58:50 +0000 (0:00:00.289) 0:01:48.851 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 06 July 2024 18:58:50 +0000 (0:00:00.050) 0:01:48.901 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720292285.1780567, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720292252.046147, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "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": "1435974324", "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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 06 July 2024 18:58:50 +0000 (0:00:00.255) 0:01:49.156 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 06 July 2024 18:58:50 +0000 (0:00:00.047) 0:01:49.204 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 06 July 2024 18:58:50 +0000 (0:00:00.040) 0:01:49.244 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 06 July 2024 18:58:50 +0000 (0:00:00.031) 0:01:49.275 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 06 July 2024 18:58:50 +0000 (0:00:00.035) 0:01:49.311 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 06 July 2024 18:58:50 +0000 (0:00:00.044) 0:01:49.356 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 06 July 2024 18:58:50 +0000 (0:00:00.022) 0:01:49.379 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 06 July 2024 18:58:50 +0000 (0:00:00.037) 0:01:49.417 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:71 Saturday 06 July 2024 18:58:50 +0000 (0:00:00.029) 0:01:49.446 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 3] ********** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:80 Saturday 06 July 2024 18:58:50 +0000 (0:00:00.042) 0:01:49.489 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:94 Saturday 06 July 2024 18:58:51 +0000 (0:00:00.063) 0:01:49.553 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:100 Saturday 06 July 2024 18:58:51 +0000 (0:00:00.061) 0:01:49.615 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:108 Saturday 06 July 2024 18:58:51 +0000 (0:00:00.027) 0:01:49.642 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:123 Saturday 06 July 2024 18:58:51 +0000 (0:00:00.051) 0:01:49.693 ********* 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.007781", "end": "2024-07-06 18:58:51.349256", "rc": 0, "start": "2024-07-06 18:58:51.341475" } 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:131 Saturday 06 July 2024 18:58:51 +0000 (0:00:00.223) 0:01:49.917 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:135 Saturday 06 July 2024 18:58:51 +0000 (0:00:00.108) 0:01:50.025 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:2 Saturday 06 July 2024 18:58:51 +0000 (0:00:00.078) 0:01:50.104 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 06 July 2024 18:58:51 +0000 (0:00:00.045) 0:01:50.149 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 06 July 2024 18:58:51 +0000 (0:00:00.030) 0:01:50.180 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 06 July 2024 18:58:51 +0000 (0:00:00.048) 0:01:50.228 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:7 Saturday 06 July 2024 18:58:51 +0000 (0:00:00.022) 0:01:50.250 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:23 Saturday 06 July 2024 18:58:51 +0000 (0:00:00.051) 0:01:50.302 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:39 Saturday 06 July 2024 18:58:51 +0000 (0:00:00.070) 0:01:50.372 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:72 Saturday 06 July 2024 18:58:52 +0000 (0:00:00.532) 0:01:50.905 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:80 Saturday 06 July 2024 18:58:52 +0000 (0:00:00.213) 0:01:51.119 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:89 Saturday 06 July 2024 18:58:52 +0000 (0:00:00.245) 0:01:51.365 ********* 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-1720292332.8900042-4523-52970694803354/source", "state": "file", "uid": 0 } TASK [linux-system-roles.podman : Update containers/pods] ********************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:99 Saturday 06 July 2024 18:58:53 +0000 (0:00:00.620) 0:01:51.985 ********* changed: [sut] => { "actions": [ "/usr/bin/podman play kube --start=true /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml" ], "changed": true } STDOUT: Pod: 3db6a6e1dbabf649a2876978ffb0fdc61940e2e497febf7caa1e05c7f04ad3f0 Container: 98a95849b6a702886c2a3b10852f8a06f82f1bb504d2c4089cc312887b498827 TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:108 Saturday 06 July 2024 18:58:54 +0000 (0:00:01.155) 0:01:53.140 ********* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Enable service] ****************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:120 Saturday 06 July 2024 18:58:55 +0000 (0:00:00.582) 0:01:53.723 ********* 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": "-.mount network-online.target basic.target system-podman\\x2dkube.slice systemd-journald.socket 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": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "man:podman-kube-play(1)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "Environment": "PODMAN_SYSTEMD_UNIT=podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "-.mount sysinit.target system-podman\\x2dkube.slice", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 10s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "network-online.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:133 Saturday 06 July 2024 18:58:55 +0000 (0:00:00.637) 0:01:54.361 ********* 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": "-.mount systemd-journald.socket basic.target network-online.target sysinit.target system-podman\\x2dkube.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "man:podman-kube-play(1)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "Environment": "PODMAN_SYSTEMD_UNIT=podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "-.mount sysinit.target system-podman\\x2dkube.slice", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 10s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "Wants": "network-online.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:147 Saturday 06 July 2024 18:58:57 +0000 (0:00:01.443) 0:01:55.804 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:146 Saturday 06 July 2024 18:58:57 +0000 (0:00:00.040) 0:01:55.845 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 06 July 2024 18:58:57 +0000 (0:00:00.076) 0:01:55.921 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 06 July 2024 18:58:57 +0000 (0:00:00.062) 0:01:55.984 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 06 July 2024 18:58:57 +0000 (0:00:00.028) 0:01:56.012 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 06 July 2024 18:58:57 +0000 (0:00:00.033) 0:01:56.045 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 06 July 2024 18:58:57 +0000 (0:00:00.030) 0:01:56.076 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 06 July 2024 18:58:57 +0000 (0:00:00.040) 0:01:56.117 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 06 July 2024 18:58:57 +0000 (0:00:00.045) 0:01:56.163 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 06 July 2024 18:58:57 +0000 (0:00:00.027) 0:01:56.191 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 06 July 2024 18:58:57 +0000 (0:00:00.032) 0:01:56.223 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 06 July 2024 18:58:57 +0000 (0:00:00.279) 0:01:56.502 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 06 July 2024 18:58:58 +0000 (0:00:00.028) 0:01:56.530 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720292285.1780567, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720292252.046147, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "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": "1435974324", "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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 06 July 2024 18:58:58 +0000 (0:00:00.293) 0:01:56.824 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 06 July 2024 18:58:58 +0000 (0:00:00.076) 0:01:56.901 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 06 July 2024 18:58:58 +0000 (0:00:00.026) 0:01:56.927 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 06 July 2024 18:58:58 +0000 (0:00:00.049) 0:01:56.976 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 06 July 2024 18:58:58 +0000 (0:00:00.045) 0:01:57.022 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 06 July 2024 18:58:58 +0000 (0:00:00.036) 0:01:57.058 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 06 July 2024 18:58:58 +0000 (0:00:00.114) 0:01:57.173 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 06 July 2024 18:58:58 +0000 (0:00:00.044) 0:01:57.218 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 06 July 2024 18:58:58 +0000 (0:00:00.078) 0:01:57.297 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 06 July 2024 18:58:58 +0000 (0:00:00.141) 0:01:57.438 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 06 July 2024 18:58:58 +0000 (0:00:00.061) 0:01:57.500 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 06 July 2024 18:58:59 +0000 (0:00:00.043) 0:01:57.543 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 06 July 2024 18:58:59 +0000 (0:00:00.064) 0:01:57.607 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:220 Saturday 06 July 2024 18:58:59 +0000 (0:00:00.050) 0:01:57.658 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:224 Saturday 06 July 2024 18:58:59 +0000 (0:00:00.055) 0:01:57.713 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Saturday 06 July 2024 18:58:59 +0000 (0:00:00.049) 0:01:57.763 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 06 July 2024 18:58:59 +0000 (0:00:00.040) 0:01:57.803 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 06 July 2024 18:58:59 +0000 (0:00:00.034) 0:01:57.837 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 06 July 2024 18:58:59 +0000 (0:00:00.034) 0:01:57.872 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:7 Saturday 06 July 2024 18:58:59 +0000 (0:00:00.036) 0:01:57.908 ********* TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:23 Saturday 06 July 2024 18:58:59 +0000 (0:00:00.024) 0:01:57.933 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:47 Saturday 06 July 2024 18:59:00 +0000 (0:00:00.733) 0:01:58.666 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:56 Saturday 06 July 2024 18:59:00 +0000 (0:00:00.264) 0:01:58.931 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:66 Saturday 06 July 2024 18:59:00 +0000 (0:00:00.021) 0:01:58.953 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:78 Saturday 06 July 2024 18:59:00 +0000 (0:00:00.021) 0:01:58.974 ********* 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-1720292340.498513-4850-217875039082105/source", "state": "file", "uid": 0 } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:90 Saturday 06 July 2024 18:59:01 +0000 (0:00:00.712) 0:01:59.686 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:119 Saturday 06 July 2024 18:59:01 +0000 (0:00:00.024) 0:01:59.711 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:135 Saturday 06 July 2024 18:59:01 +0000 (0:00:00.024) 0:01:59.735 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:153 Saturday 06 July 2024 18:59:01 +0000 (0:00:00.033) 0:01:59.768 ********* TASK [linux-system-roles.podman : Handle credential files - absent] ************ task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:159 Saturday 06 July 2024 18:59:01 +0000 (0:00:00.020) 0:01:59.789 ********* skipping: [sut] => { "censored": "the 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:168 Saturday 06 July 2024 18:59:01 +0000 (0:00:00.019) 0:01:59.809 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:3 Saturday 06 July 2024 18:59:01 +0000 (0:00:00.054) 0:01:59.863 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:10 Saturday 06 July 2024 18:59:01 +0000 (0:00:00.020) 0:01:59.883 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:15 Saturday 06 July 2024 18:59:01 +0000 (0:00:00.070) 0:01:59.954 ********* ok: [sut] => { "ansible_facts": { "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:19 Saturday 06 July 2024 18:59:01 +0000 (0:00:00.026) 0:01:59.980 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 06 July 2024 18:59:01 +0000 (0:00:00.042) 0:02:00.023 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 06 July 2024 18:59:01 +0000 (0:00:00.025) 0:02:00.049 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 06 July 2024 18:59:01 +0000 (0:00:00.025) 0:02:00.075 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 06 July 2024 18:59:01 +0000 (0:00:00.029) 0:02:00.104 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 06 July 2024 18:59:01 +0000 (0:00:00.270) 0:02:00.374 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 06 July 2024 18:59:01 +0000 (0:00:00.039) 0:02:00.414 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720292285.1780567, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720292252.046147, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "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": "1435974324", "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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 06 July 2024 18:59:02 +0000 (0:00:00.292) 0:02:00.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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 06 July 2024 18:59:02 +0000 (0:00:00.026) 0:02:00.733 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 06 July 2024 18:59:02 +0000 (0:00:00.027) 0:02:00.760 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 06 July 2024 18:59:02 +0000 (0:00:00.023) 0:02:00.783 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 06 July 2024 18:59:02 +0000 (0:00:00.025) 0:02:00.809 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 06 July 2024 18:59:02 +0000 (0:00:00.025) 0:02:00.834 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 06 July 2024 18:59:02 +0000 (0:00:00.032) 0:02:00.867 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 06 July 2024 18:59:02 +0000 (0:00:00.031) 0:02:00.898 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:24 Saturday 06 July 2024 18:59:02 +0000 (0:00:00.085) 0:02:00.984 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:29 Saturday 06 July 2024 18:59:02 +0000 (0:00:00.059) 0:02:01.043 ********* ok: [sut] => { "ansible_facts": { "__podman_certs_d_path": "/etc/containers/certs.d/localhost:5000" }, "changed": false } TASK [linux-system-roles.podman : Set per-cert spec variables part 4] ********** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:36 Saturday 06 July 2024 18:59:02 +0000 (0:00:00.035) 0:02:01.078 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:70 Saturday 06 July 2024 18:59:02 +0000 (0:00:00.051) 0:02:01.130 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure certs.d files] ************************ task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:78 Saturday 06 July 2024 18:59:02 +0000 (0:00:00.043) 0:02:01.174 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:95 Saturday 06 July 2024 18:59:02 +0000 (0:00:00.056) 0:02:01.231 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:102 Saturday 06 July 2024 18:59:02 +0000 (0:00:00.041) 0:02:01.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 : Ensure the certs.d directory is absent if empty] *** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:110 Saturday 06 July 2024 18:59:02 +0000 (0:00:00.024) 0:02:01.297 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Run the role with credentials in global vars] **************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/tests_auth_and_security.yml:135 Saturday 06 July 2024 18:59:02 +0000 (0:00:00.046) 0:02:01.343 ********* TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 06 July 2024 18:59:02 +0000 (0:00:00.066) 0:02:01.410 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 06 July 2024 18:59:02 +0000 (0:00:00.043) 0:02:01.453 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 06 July 2024 18:59:02 +0000 (0:00:00.031) 0:02:01.485 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 06 July 2024 18:59:03 +0000 (0:00:00.054) 0:02:01.539 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 06 July 2024 18:59:03 +0000 (0:00:00.037) 0:02:01.577 ********* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/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-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 06 July 2024 18:59:03 +0000 (0:00:00.088) 0:02:01.666 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 06 July 2024 18:59:05 +0000 (0:00:01.984) 0:02:03.650 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 06 July 2024 18:59:05 +0000 (0:00:00.060) 0:02:03.710 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 06 July 2024 18:59:05 +0000 (0:00:00.028) 0:02:03.738 ********* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.038891", "end": "2024-07-06 18:59:05.460636", "rc": 0, "start": "2024-07-06 18:59:05.421745" } STDOUT: podman version 4.9.4-dev TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Saturday 06 July 2024 18:59:05 +0000 (0:00:00.285) 0:02:04.024 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Saturday 06 July 2024 18:59:05 +0000 (0:00:00.035) 0:02:04.059 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Saturday 06 July 2024 18:59:05 +0000 (0:00:00.030) 0:02:04.090 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Saturday 06 July 2024 18:59:05 +0000 (0:00:00.048) 0:02:04.138 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 06 July 2024 18:59:05 +0000 (0:00:00.049) 0:02:04.188 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 06 July 2024 18:59:05 +0000 (0:00:00.030) 0:02:04.218 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 06 July 2024 18:59:05 +0000 (0:00:00.025) 0:02:04.243 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 06 July 2024 18:59:05 +0000 (0:00:00.069) 0:02:04.313 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 06 July 2024 18:59:06 +0000 (0:00:00.266) 0:02:04.580 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 06 July 2024 18:59:06 +0000 (0:00:00.027) 0:02:04.608 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720292285.1780567, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720292252.046147, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "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": "1435974324", "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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 06 July 2024 18:59:06 +0000 (0:00:00.268) 0:02:04.876 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 06 July 2024 18:59:06 +0000 (0:00:00.067) 0:02:04.943 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 06 July 2024 18:59:06 +0000 (0:00:00.038) 0:02:04.982 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 06 July 2024 18:59:06 +0000 (0:00:00.026) 0:02:05.008 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 06 July 2024 18:59:06 +0000 (0:00:00.023) 0:02:05.031 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 06 July 2024 18:59:06 +0000 (0:00:00.034) 0:02:05.066 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 06 July 2024 18:59:06 +0000 (0:00:00.029) 0:02:05.095 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 06 July 2024 18:59:06 +0000 (0:00:00.022) 0:02:05.117 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Saturday 06 July 2024 18:59:06 +0000 (0:00:00.020) 0:02:05.137 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Saturday 06 July 2024 18:59:06 +0000 (0:00:00.026) 0:02:05.163 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 06 July 2024 18:59:06 +0000 (0:00:00.036) 0:02:05.200 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 06 July 2024 18:59:06 +0000 (0:00:00.020) 0:02:05.220 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Saturday 06 July 2024 18:59:06 +0000 (0:00:00.021) 0:02:05.242 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 06 July 2024 18:59:06 +0000 (0:00:00.108) 0:02:05.351 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 06 July 2024 18:59:06 +0000 (0:00:00.039) 0:02:05.391 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Saturday 06 July 2024 18:59:06 +0000 (0:00:00.041) 0:02:05.432 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 06 July 2024 18:59:06 +0000 (0:00:00.045) 0:02:05.478 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 06 July 2024 18:59:06 +0000 (0:00:00.023) 0:02:05.502 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Saturday 06 July 2024 18:59:07 +0000 (0:00:00.022) 0:02:05.525 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 06 July 2024 18:59:07 +0000 (0:00:00.041) 0:02:05.566 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 06 July 2024 18:59:07 +0000 (0:00:00.024) 0:02:05.591 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 06 July 2024 18:59:07 +0000 (0:00:00.022) 0:02:05.613 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 06 July 2024 18:59:07 +0000 (0:00:00.025) 0:02:05.639 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Saturday 06 July 2024 18:59:07 +0000 (0:00:00.022) 0:02:05.661 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Saturday 06 July 2024 18:59:07 +0000 (0:00:00.021) 0:02:05.683 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Saturday 06 July 2024 18:59:07 +0000 (0:00:00.020) 0:02:05.703 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Saturday 06 July 2024 18:59:07 +0000 (0:00:00.019) 0:02:05.723 ********* skipping: [sut] => { "censored": "the 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:123 Saturday 06 July 2024 18:59:07 +0000 (0:00:00.018) 0:02:05.741 ********* skipping: [sut] => { "censored": "the 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Saturday 06 July 2024 18:59:07 +0000 (0:00:00.062) 0:02:05.804 ********* skipping: [sut] => { "censored": "the 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:139 Saturday 06 July 2024 18:59:07 +0000 (0:00:00.027) 0:02:05.832 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:14 Saturday 06 July 2024 18:59:07 +0000 (0:00:00.053) 0:02:05.885 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:34 Saturday 06 July 2024 18:59:07 +0000 (0:00:00.036) 0:02:05.922 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:60 Saturday 06 July 2024 18:59:07 +0000 (0:00:00.035) 0:02:05.957 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:66 Saturday 06 July 2024 18:59:07 +0000 (0:00:00.046) 0:02:06.004 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 06 July 2024 18:59:07 +0000 (0:00:00.045) 0:02:06.049 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 06 July 2024 18:59:07 +0000 (0:00:00.047) 0:02:06.097 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 06 July 2024 18:59:07 +0000 (0:00:00.029) 0:02:06.126 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 06 July 2024 18:59:07 +0000 (0:00:00.031) 0:02:06.157 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 06 July 2024 18:59:07 +0000 (0:00:00.277) 0:02:06.434 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 06 July 2024 18:59:07 +0000 (0:00:00.030) 0:02:06.465 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720292285.1780567, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720292252.046147, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "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": "1435974324", "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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 06 July 2024 18:59:08 +0000 (0:00:00.266) 0:02:06.732 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 06 July 2024 18:59:08 +0000 (0:00:00.026) 0:02:06.759 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 06 July 2024 18:59:08 +0000 (0:00:00.065) 0:02:06.824 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 06 July 2024 18:59:08 +0000 (0:00:00.020) 0:02:06.845 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 06 July 2024 18:59:08 +0000 (0:00:00.020) 0:02:06.865 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 06 July 2024 18:59:08 +0000 (0:00:00.019) 0:02:06.885 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 06 July 2024 18:59:08 +0000 (0:00:00.020) 0:02:06.905 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 06 July 2024 18:59:08 +0000 (0:00:00.020) 0:02:06.926 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:71 Saturday 06 July 2024 18:59:08 +0000 (0:00:00.021) 0:02:06.947 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:80 Saturday 06 July 2024 18:59:08 +0000 (0:00:00.021) 0:02:06.968 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:94 Saturday 06 July 2024 18:59:08 +0000 (0:00:00.033) 0:02:07.002 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:100 Saturday 06 July 2024 18:59:08 +0000 (0:00:00.027) 0:02:07.030 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:108 Saturday 06 July 2024 18:59:08 +0000 (0:00:00.026) 0:02:07.057 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:123 Saturday 06 July 2024 18:59:08 +0000 (0:00:00.032) 0:02:07.090 ********* 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.009130", "end": "2024-07-06 18:59:08.792388", "rc": 0, "start": "2024-07-06 18:59:08.783258" } 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:131 Saturday 06 July 2024 18:59:08 +0000 (0:00:00.258) 0:02:07.348 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:135 Saturday 06 July 2024 18:59:08 +0000 (0:00:00.020) 0:02:07.368 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:2 Saturday 06 July 2024 18:59:08 +0000 (0:00:00.043) 0:02:07.412 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 06 July 2024 18:59:08 +0000 (0:00:00.038) 0:02:07.450 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 06 July 2024 18:59:08 +0000 (0:00:00.063) 0:02:07.514 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 06 July 2024 18:59:09 +0000 (0:00:00.021) 0:02:07.535 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:7 Saturday 06 July 2024 18:59:09 +0000 (0:00:00.023) 0:02:07.559 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:23 Saturday 06 July 2024 18:59:09 +0000 (0:00:00.021) 0:02:07.581 ********* TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:39 Saturday 06 July 2024 18:59:09 +0000 (0:00:00.022) 0:02:07.603 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:72 Saturday 06 July 2024 18:59:09 +0000 (0:00:00.668) 0:02:08.272 ********* ok: [sut] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1720292333.8329291, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fb0097683a2e5c8909a8037d64ddc1b350aed0be", "ctime": 1720292333.3959303, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 404750600, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1720292333.1559308, "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": "3023719059", "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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:80 Saturday 06 July 2024 18:59:10 +0000 (0:00:00.270) 0:02:08.542 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:89 Saturday 06 July 2024 18:59:10 +0000 (0:00:00.251) 0:02:08.794 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:99 Saturday 06 July 2024 18:59:10 +0000 (0:00:00.630) 0:02:09.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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:108 Saturday 06 July 2024 18:59:11 +0000 (0:00:00.440) 0:02:09.865 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Enable service] ****************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:120 Saturday 06 July 2024 18:59:11 +0000 (0:00:00.053) 0:02:09.919 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:133 Saturday 06 July 2024 18:59:11 +0000 (0:00:00.022) 0:02:09.941 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:147 Saturday 06 July 2024 18:59:11 +0000 (0:00:00.021) 0:02:09.963 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:146 Saturday 06 July 2024 18:59:11 +0000 (0:00:00.023) 0:02:09.986 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 06 July 2024 18:59:11 +0000 (0:00:00.050) 0:02:10.037 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 06 July 2024 18:59:11 +0000 (0:00:00.028) 0:02:10.066 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 06 July 2024 18:59:11 +0000 (0:00:00.026) 0:02:10.092 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 06 July 2024 18:59:11 +0000 (0:00:00.020) 0:02:10.112 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 06 July 2024 18:59:11 +0000 (0:00:00.028) 0:02:10.141 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 06 July 2024 18:59:11 +0000 (0:00:00.034) 0:02:10.176 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 06 July 2024 18:59:11 +0000 (0:00:00.025) 0:02:10.201 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 06 July 2024 18:59:11 +0000 (0:00:00.030) 0:02:10.232 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 06 July 2024 18:59:11 +0000 (0:00:00.029) 0:02:10.261 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 06 July 2024 18:59:11 +0000 (0:00:00.257) 0:02:10.518 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 06 July 2024 18:59:12 +0000 (0:00:00.025) 0:02:10.544 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720292285.1780567, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720292252.046147, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "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": "1435974324", "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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 06 July 2024 18:59:12 +0000 (0:00:00.269) 0:02:10.813 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 06 July 2024 18:59:12 +0000 (0:00:00.020) 0:02:10.833 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 06 July 2024 18:59:12 +0000 (0:00:00.020) 0:02:10.854 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 06 July 2024 18:59:12 +0000 (0:00:00.019) 0:02:10.873 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 06 July 2024 18:59:12 +0000 (0:00:00.020) 0:02:10.894 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 06 July 2024 18:59:12 +0000 (0:00:00.019) 0:02:10.914 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 06 July 2024 18:59:12 +0000 (0:00:00.020) 0:02:10.934 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 06 July 2024 18:59:12 +0000 (0:00:00.019) 0:02:10.954 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 06 July 2024 18:59:12 +0000 (0:00:00.019) 0:02:10.973 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 06 July 2024 18:59:12 +0000 (0:00:00.036) 0:02:11.009 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 06 July 2024 18:59:12 +0000 (0:00:00.023) 0:02:11.032 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 06 July 2024 18:59:12 +0000 (0:00:00.023) 0:02:11.056 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 06 July 2024 18:59:12 +0000 (0:00:00.043) 0:02:11.100 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:220 Saturday 06 July 2024 18:59:12 +0000 (0:00:00.033) 0:02:11.133 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:224 Saturday 06 July 2024 18:59:12 +0000 (0:00:00.021) 0:02:11.154 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Saturday 06 July 2024 18:59:12 +0000 (0:00:00.042) 0:02:11.196 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 06 July 2024 18:59:12 +0000 (0:00:00.070) 0:02:11.266 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 06 July 2024 18:59:12 +0000 (0:00:00.022) 0:02:11.289 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 06 July 2024 18:59:12 +0000 (0:00:00.025) 0:02:11.314 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:7 Saturday 06 July 2024 18:59:12 +0000 (0:00:00.029) 0:02:11.344 ********* TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:23 Saturday 06 July 2024 18:59:12 +0000 (0:00:00.019) 0:02:11.363 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:47 Saturday 06 July 2024 18:59:13 +0000 (0:00:00.692) 0:02:12.056 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:56 Saturday 06 July 2024 18:59:13 +0000 (0:00:00.269) 0:02:12.326 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:66 Saturday 06 July 2024 18:59:13 +0000 (0:00:00.029) 0:02:12.356 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:78 Saturday 06 July 2024 18:59:13 +0000 (0:00:00.021) 0:02:12.377 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:90 Saturday 06 July 2024 18:59:14 +0000 (0:00:00.653) 0:02:13.030 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:119 Saturday 06 July 2024 18:59:14 +0000 (0:00:00.027) 0:02:13.057 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:135 Saturday 06 July 2024 18:59:14 +0000 (0:00:00.022) 0:02:13.080 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:153 Saturday 06 July 2024 18:59:14 +0000 (0:00:00.056) 0:02:13.136 ********* TASK [linux-system-roles.podman : Handle credential files - absent] ************ task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:159 Saturday 06 July 2024 18:59:14 +0000 (0:00:00.020) 0:02:13.157 ********* skipping: [sut] => { "censored": "the 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:168 Saturday 06 July 2024 18:59:14 +0000 (0:00:00.018) 0:02:13.176 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Get authfile locally] **************************************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/tests_auth_and_security.yml:146 Saturday 06 July 2024 18:59:14 +0000 (0:00:00.025) 0:02:13.201 ********* changed: [sut] => { "changed": true, "checksum": "b819d75ccfa3c80e53a58ff6bf6cebaa53935c90", "dest": "/tmp/lsr_v8eb57s7_podman/auth.json", "md5sum": "f15cd4419e7120618eaac8d321813d3d", "remote_checksum": "b819d75ccfa3c80e53a58ff6bf6cebaa53935c90", "remote_md5sum": null } TASK [Provide a credentials file - root] *************************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/tests_auth_and_security.yml:152 Saturday 06 July 2024 18:59:14 +0000 (0:00:00.313) 0:02:13.515 ********* TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 06 July 2024 18:59:15 +0000 (0:00:00.059) 0:02:13.575 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 06 July 2024 18:59:15 +0000 (0:00:00.036) 0:02:13.611 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 06 July 2024 18:59:15 +0000 (0:00:00.027) 0:02:13.638 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 06 July 2024 18:59:15 +0000 (0:00:00.021) 0:02:13.660 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 06 July 2024 18:59:15 +0000 (0:00:00.021) 0:02:13.681 ********* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/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-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 06 July 2024 18:59:15 +0000 (0:00:00.060) 0:02:13.741 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 06 July 2024 18:59:16 +0000 (0:00:01.723) 0:02:15.465 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 06 July 2024 18:59:16 +0000 (0:00:00.023) 0:02:15.488 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 06 July 2024 18:59:16 +0000 (0:00:00.027) 0:02:15.516 ********* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.037356", "end": "2024-07-06 18:59:17.258402", "rc": 0, "start": "2024-07-06 18:59:17.221046" } STDOUT: podman version 4.9.4-dev TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Saturday 06 July 2024 18:59:17 +0000 (0:00:00.307) 0:02:15.824 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Saturday 06 July 2024 18:59:17 +0000 (0:00:00.043) 0:02:15.867 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Saturday 06 July 2024 18:59:17 +0000 (0:00:00.027) 0:02:15.895 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Saturday 06 July 2024 18:59:17 +0000 (0:00:00.058) 0:02:15.953 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 06 July 2024 18:59:17 +0000 (0:00:00.060) 0:02:16.014 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 06 July 2024 18:59:17 +0000 (0:00:00.093) 0:02:16.108 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 06 July 2024 18:59:17 +0000 (0:00:00.043) 0:02:16.151 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 06 July 2024 18:59:17 +0000 (0:00:00.036) 0:02:16.187 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 06 July 2024 18:59:17 +0000 (0:00:00.262) 0:02:16.450 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 06 July 2024 18:59:17 +0000 (0:00:00.043) 0:02:16.494 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720292285.1780567, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720292252.046147, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "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": "1435974324", "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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 06 July 2024 18:59:18 +0000 (0:00:00.278) 0:02:16.772 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 06 July 2024 18:59:18 +0000 (0:00:00.024) 0:02:16.796 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 06 July 2024 18:59:18 +0000 (0:00:00.034) 0:02:16.830 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 06 July 2024 18:59:18 +0000 (0:00:00.022) 0:02:16.853 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 06 July 2024 18:59:18 +0000 (0:00:00.020) 0:02:16.874 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 06 July 2024 18:59:18 +0000 (0:00:00.020) 0:02:16.894 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 06 July 2024 18:59:18 +0000 (0:00:00.019) 0:02:16.914 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 06 July 2024 18:59:18 +0000 (0:00:00.020) 0:02:16.934 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Saturday 06 July 2024 18:59:18 +0000 (0:00:00.019) 0:02:16.954 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Saturday 06 July 2024 18:59:18 +0000 (0:00:00.026) 0:02:16.981 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 06 July 2024 18:59:18 +0000 (0:00:00.043) 0:02:17.024 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 06 July 2024 18:59:18 +0000 (0:00:00.072) 0:02:17.096 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Saturday 06 July 2024 18:59:18 +0000 (0:00:00.022) 0:02:17.119 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 06 July 2024 18:59:18 +0000 (0:00:00.040) 0:02:17.159 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 06 July 2024 18:59:18 +0000 (0:00:00.021) 0:02:17.181 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Saturday 06 July 2024 18:59:18 +0000 (0:00:00.021) 0:02:17.202 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 06 July 2024 18:59:18 +0000 (0:00:00.042) 0:02:17.244 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 06 July 2024 18:59:18 +0000 (0:00:00.027) 0:02:17.272 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Saturday 06 July 2024 18:59:18 +0000 (0:00:00.021) 0:02:17.293 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 06 July 2024 18:59:18 +0000 (0:00:00.041) 0:02:17.335 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 06 July 2024 18:59:18 +0000 (0:00:00.022) 0:02:17.357 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 06 July 2024 18:59:18 +0000 (0:00:00.021) 0:02:17.378 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 06 July 2024 18:59:18 +0000 (0:00:00.020) 0:02:17.398 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Saturday 06 July 2024 18:59:18 +0000 (0:00:00.020) 0:02:17.418 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Saturday 06 July 2024 18:59:18 +0000 (0:00:00.020) 0:02:17.438 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Saturday 06 July 2024 18:59:18 +0000 (0:00:00.019) 0:02:17.458 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Saturday 06 July 2024 18:59:19 +0000 (0:00:00.067) 0:02:17.526 ********* skipping: [sut] => { "censored": "the 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:123 Saturday 06 July 2024 18:59:19 +0000 (0:00:00.021) 0:02:17.548 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:3 Saturday 06 July 2024 18:59:19 +0000 (0:00:00.065) 0:02:17.613 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:11 Saturday 06 July 2024 18:59:19 +0000 (0:00:00.024) 0:02:17.638 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 06 July 2024 18:59:19 +0000 (0:00:00.038) 0:02:17.676 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 06 July 2024 18:59:19 +0000 (0:00:00.030) 0:02:17.706 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 06 July 2024 18:59:19 +0000 (0:00:00.031) 0:02:17.737 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 06 July 2024 18:59:19 +0000 (0:00:00.053) 0:02:17.791 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 06 July 2024 18:59:19 +0000 (0:00:00.306) 0:02:18.097 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 06 July 2024 18:59:19 +0000 (0:00:00.032) 0:02:18.130 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720292285.1780567, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720292252.046147, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "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": "1435974324", "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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 06 July 2024 18:59:19 +0000 (0:00:00.287) 0:02:18.417 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 06 July 2024 18:59:19 +0000 (0:00:00.061) 0:02:18.478 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 06 July 2024 18:59:19 +0000 (0:00:00.031) 0:02:18.510 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 06 July 2024 18:59:20 +0000 (0:00:00.030) 0:02:18.541 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 06 July 2024 18:59:20 +0000 (0:00:00.042) 0:02:18.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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 06 July 2024 18:59:20 +0000 (0:00:00.088) 0:02:18.672 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 06 July 2024 18:59:20 +0000 (0:00:00.048) 0:02:18.721 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 06 July 2024 18:59:20 +0000 (0:00:00.036) 0:02:18.757 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set credential variables] ******************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:17 Saturday 06 July 2024 18:59:20 +0000 (0:00:00.025) 0:02:18.782 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:45 Saturday 06 July 2024 18:59:20 +0000 (0:00:00.052) 0:02:18.835 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:53 Saturday 06 July 2024 18:59:20 +0000 (0:00:00.260) 0:02:19.095 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:63 Saturday 06 July 2024 18:59:21 +0000 (0:00:00.770) 0:02:19.866 ********* skipping: [sut] => { "censored": "the 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:80 Saturday 06 July 2024 18:59:21 +0000 (0:00:00.035) 0:02:19.901 ********* skipping: [sut] => { "censored": "the 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:86 Saturday 06 July 2024 18:59:21 +0000 (0:00:00.028) 0:02:19.930 ********* skipping: [sut] => { "censored": "the 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:94 Saturday 06 July 2024 18:59:21 +0000 (0:00:00.057) 0:02:19.987 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Saturday 06 July 2024 18:59:21 +0000 (0:00:00.059) 0:02:20.047 ********* skipping: [sut] => { "censored": "the 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:139 Saturday 06 July 2024 18:59:21 +0000 (0:00:00.031) 0:02:20.078 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:14 Saturday 06 July 2024 18:59:21 +0000 (0:00:00.071) 0:02:20.149 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:34 Saturday 06 July 2024 18:59:21 +0000 (0:00:00.027) 0:02:20.177 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:60 Saturday 06 July 2024 18:59:21 +0000 (0:00:00.120) 0:02:20.297 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:66 Saturday 06 July 2024 18:59:21 +0000 (0:00:00.034) 0:02:20.331 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 06 July 2024 18:59:21 +0000 (0:00:00.065) 0:02:20.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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 06 July 2024 18:59:21 +0000 (0:00:00.040) 0:02:20.437 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 06 July 2024 18:59:21 +0000 (0:00:00.050) 0:02:20.487 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 06 July 2024 18:59:22 +0000 (0:00:00.031) 0:02:20.519 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 06 July 2024 18:59:22 +0000 (0:00:00.276) 0:02:20.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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 06 July 2024 18:59:22 +0000 (0:00:00.029) 0:02:20.825 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720292285.1780567, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720292252.046147, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "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": "1435974324", "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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 06 July 2024 18:59:22 +0000 (0:00:00.250) 0:02:21.076 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 06 July 2024 18:59:22 +0000 (0:00:00.020) 0:02:21.096 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 06 July 2024 18:59:22 +0000 (0:00:00.020) 0:02:21.116 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 06 July 2024 18:59:22 +0000 (0:00:00.020) 0:02:21.137 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 06 July 2024 18:59:22 +0000 (0:00:00.019) 0:02:21.156 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 06 July 2024 18:59:22 +0000 (0:00:00.020) 0:02:21.177 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 06 July 2024 18:59:22 +0000 (0:00:00.021) 0:02:21.198 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 06 July 2024 18:59:22 +0000 (0:00:00.021) 0:02:21.220 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:71 Saturday 06 July 2024 18:59:22 +0000 (0:00:00.020) 0:02:21.240 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 3] ********** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:80 Saturday 06 July 2024 18:59:22 +0000 (0:00:00.080) 0:02:21.320 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:94 Saturday 06 July 2024 18:59:22 +0000 (0:00:00.044) 0:02:21.365 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:100 Saturday 06 July 2024 18:59:22 +0000 (0:00:00.022) 0:02:21.388 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:108 Saturday 06 July 2024 18:59:22 +0000 (0:00:00.033) 0:02:21.421 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Get service name using systemd-escape] ******* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:123 Saturday 06 July 2024 18:59:22 +0000 (0:00:00.027) 0:02:21.449 ********* 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.006607", "end": "2024-07-06 18:59:23.157265", "rc": 0, "start": "2024-07-06 18:59:23.150658" } 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:131 Saturday 06 July 2024 18:59:23 +0000 (0:00:00.267) 0:02:21.717 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:135 Saturday 06 July 2024 18:59:23 +0000 (0:00:00.027) 0:02:21.744 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:2 Saturday 06 July 2024 18:59:23 +0000 (0:00:00.052) 0:02:21.797 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 06 July 2024 18:59:23 +0000 (0:00:00.044) 0:02:21.841 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 06 July 2024 18:59:23 +0000 (0:00:00.023) 0:02:21.864 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 06 July 2024 18:59:23 +0000 (0:00:00.027) 0:02:21.891 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:7 Saturday 06 July 2024 18:59:23 +0000 (0:00:00.023) 0:02:21.915 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:23 Saturday 06 July 2024 18:59:23 +0000 (0:00:00.021) 0:02:21.936 ********* TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:39 Saturday 06 July 2024 18:59:23 +0000 (0:00:00.020) 0:02:21.957 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:72 Saturday 06 July 2024 18:59:24 +0000 (0:00:00.722) 0:02:22.679 ********* ok: [sut] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1720292333.8329291, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fb0097683a2e5c8909a8037d64ddc1b350aed0be", "ctime": 1720292333.3959303, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 404750600, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1720292333.1559308, "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": "3023719059", "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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:80 Saturday 06 July 2024 18:59:24 +0000 (0:00:00.268) 0:02:22.948 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:89 Saturday 06 July 2024 18:59:24 +0000 (0:00:00.278) 0:02:23.226 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:99 Saturday 06 July 2024 18:59:25 +0000 (0:00:00.661) 0:02:23.887 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:108 Saturday 06 July 2024 18:59:25 +0000 (0:00:00.477) 0:02:24.365 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Enable service] ****************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:120 Saturday 06 July 2024 18:59:25 +0000 (0:00:00.050) 0:02:24.415 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:133 Saturday 06 July 2024 18:59:25 +0000 (0:00:00.025) 0:02:24.441 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:147 Saturday 06 July 2024 18:59:25 +0000 (0:00:00.043) 0:02:24.484 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:146 Saturday 06 July 2024 18:59:25 +0000 (0:00:00.031) 0:02:24.516 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 06 July 2024 18:59:26 +0000 (0:00:00.061) 0:02:24.577 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 06 July 2024 18:59:26 +0000 (0:00:00.027) 0:02:24.605 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 06 July 2024 18:59:26 +0000 (0:00:00.035) 0:02:24.641 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 06 July 2024 18:59:26 +0000 (0:00:00.084) 0:02:24.725 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 06 July 2024 18:59:26 +0000 (0:00:00.035) 0:02:24.761 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 06 July 2024 18:59:26 +0000 (0:00:00.048) 0:02:24.809 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 06 July 2024 18:59:26 +0000 (0:00:00.031) 0:02:24.841 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 06 July 2024 18:59:26 +0000 (0:00:00.030) 0:02:24.871 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 06 July 2024 18:59:26 +0000 (0:00:00.039) 0:02:24.910 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 06 July 2024 18:59:26 +0000 (0:00:00.291) 0:02:25.202 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 06 July 2024 18:59:26 +0000 (0:00:00.035) 0:02:25.237 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720292285.1780567, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720292252.046147, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "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": "1435974324", "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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 06 July 2024 18:59:27 +0000 (0:00:00.287) 0:02:25.524 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 06 July 2024 18:59:27 +0000 (0:00:00.036) 0:02:25.561 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 06 July 2024 18:59:27 +0000 (0:00:00.035) 0:02:25.596 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 06 July 2024 18:59:27 +0000 (0:00:00.030) 0:02:25.627 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 06 July 2024 18:59:27 +0000 (0:00:00.022) 0:02:25.649 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 06 July 2024 18:59:27 +0000 (0:00:00.020) 0:02:25.670 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 06 July 2024 18:59:27 +0000 (0:00:00.021) 0:02:25.692 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 06 July 2024 18:59:27 +0000 (0:00:00.024) 0:02:25.716 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 06 July 2024 18:59:27 +0000 (0:00:00.063) 0:02:25.779 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 06 July 2024 18:59:27 +0000 (0:00:00.039) 0:02:25.819 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 06 July 2024 18:59:27 +0000 (0:00:00.023) 0:02:25.842 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 06 July 2024 18:59:27 +0000 (0:00:00.022) 0:02:25.865 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 06 July 2024 18:59:27 +0000 (0:00:00.044) 0:02:25.910 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:220 Saturday 06 July 2024 18:59:27 +0000 (0:00:00.026) 0:02:25.937 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:224 Saturday 06 July 2024 18:59:27 +0000 (0:00:00.020) 0:02:25.957 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Saturday 06 July 2024 18:59:27 +0000 (0:00:00.043) 0:02:26.001 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 06 July 2024 18:59:27 +0000 (0:00:00.039) 0:02:26.040 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 06 July 2024 18:59:27 +0000 (0:00:00.027) 0:02:26.068 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 06 July 2024 18:59:27 +0000 (0:00:00.027) 0:02:26.095 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:7 Saturday 06 July 2024 18:59:27 +0000 (0:00:00.021) 0:02:26.116 ********* TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:23 Saturday 06 July 2024 18:59:27 +0000 (0:00:00.018) 0:02:26.135 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:47 Saturday 06 July 2024 18:59:28 +0000 (0:00:00.701) 0:02:26.836 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:56 Saturday 06 July 2024 18:59:28 +0000 (0:00:00.270) 0:02:27.107 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:66 Saturday 06 July 2024 18:59:28 +0000 (0:00:00.025) 0:02:27.133 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:78 Saturday 06 July 2024 18:59:28 +0000 (0:00:00.022) 0:02:27.155 ********* ok: [sut] => { "changed": false, "checksum": "1127036af0ba22b83d33a5a35ab54db2c5855175", "dest": "/etc/containers/systemd/auth_test_1_quadlet.container", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/etc/containers/systemd/auth_test_1_quadlet.container", "secontext": "system_u:object_r:etc_t:s0", "size": 171, "state": "file", "uid": 0 } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:90 Saturday 06 July 2024 18:59:29 +0000 (0:00:00.601) 0:02:27.757 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:119 Saturday 06 July 2024 18:59:29 +0000 (0:00:00.029) 0:02:27.787 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:135 Saturday 06 July 2024 18:59:29 +0000 (0:00:00.027) 0:02:27.814 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:153 Saturday 06 July 2024 18:59:29 +0000 (0:00:00.023) 0:02:27.838 ********* TASK [linux-system-roles.podman : Handle credential files - absent] ************ task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:159 Saturday 06 July 2024 18:59:29 +0000 (0:00:00.022) 0:02:27.860 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:3 Saturday 06 July 2024 18:59:29 +0000 (0:00:00.060) 0:02:27.920 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:11 Saturday 06 July 2024 18:59:29 +0000 (0:00:00.023) 0:02:27.944 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 06 July 2024 18:59:29 +0000 (0:00:00.043) 0:02:27.987 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 06 July 2024 18:59:29 +0000 (0:00:00.026) 0:02:28.014 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 06 July 2024 18:59:29 +0000 (0:00:00.031) 0:02:28.045 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 06 July 2024 18:59:29 +0000 (0:00:00.168) 0:02:28.214 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 06 July 2024 18:59:29 +0000 (0:00:00.274) 0:02:28.488 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 06 July 2024 18:59:30 +0000 (0:00:00.064) 0:02:28.553 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720292285.1780567, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720292252.046147, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "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": "1435974324", "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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 06 July 2024 18:59:30 +0000 (0:00:00.263) 0:02:28.816 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 06 July 2024 18:59:30 +0000 (0:00:00.022) 0:02:28.838 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 06 July 2024 18:59:30 +0000 (0:00:00.025) 0:02:28.863 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 06 July 2024 18:59:30 +0000 (0:00:00.022) 0:02:28.886 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 06 July 2024 18:59:30 +0000 (0:00:00.020) 0:02:28.907 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 06 July 2024 18:59:30 +0000 (0:00:00.021) 0:02:28.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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 06 July 2024 18:59:30 +0000 (0:00:00.022) 0:02:28.951 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 06 July 2024 18:59:30 +0000 (0:00:00.022) 0:02:28.974 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set credential variables] ******************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:17 Saturday 06 July 2024 18:59:30 +0000 (0:00:00.023) 0:02:28.998 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:45 Saturday 06 July 2024 18:59:30 +0000 (0:00:00.040) 0:02:29.038 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:53 Saturday 06 July 2024 18:59:30 +0000 (0:00:00.030) 0:02:29.069 ********* skipping: [sut] => { "censored": "the 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:63 Saturday 06 July 2024 18:59:30 +0000 (0:00:00.021) 0:02:29.091 ********* skipping: [sut] => { "censored": "the 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:80 Saturday 06 July 2024 18:59:30 +0000 (0:00:00.024) 0:02:29.115 ********* skipping: [sut] => { "censored": "the 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:86 Saturday 06 July 2024 18:59:30 +0000 (0:00:00.025) 0:02:29.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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:94 Saturday 06 July 2024 18:59:30 +0000 (0:00:00.057) 0:02:29.198 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:168 Saturday 06 July 2024 18:59:30 +0000 (0:00:00.023) 0:02:29.221 ********* 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-cieh_9yotc/tests/tests_auth_and_security.yml:164 Saturday 06 July 2024 18:59:30 +0000 (0:00:00.021) 0:02:29.243 ********* TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 06 July 2024 18:59:30 +0000 (0:00:00.068) 0:02:29.312 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 06 July 2024 18:59:30 +0000 (0:00:00.050) 0:02:29.362 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 06 July 2024 18:59:30 +0000 (0:00:00.027) 0:02:29.389 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 06 July 2024 18:59:30 +0000 (0:00:00.020) 0:02:29.410 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 06 July 2024 18:59:30 +0000 (0:00:00.019) 0:02:29.430 ********* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/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-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 06 July 2024 18:59:30 +0000 (0:00:00.051) 0:02:29.481 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 06 July 2024 18:59:32 +0000 (0:00:01.676) 0:02:31.157 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 06 July 2024 18:59:32 +0000 (0:00:00.020) 0:02:31.178 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 06 July 2024 18:59:32 +0000 (0:00:00.024) 0:02:31.202 ********* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.032609", "end": "2024-07-06 18:59:32.940280", "rc": 0, "start": "2024-07-06 18:59:32.907671" } STDOUT: podman version 4.9.4-dev TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Saturday 06 July 2024 18:59:32 +0000 (0:00:00.297) 0:02:31.499 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Saturday 06 July 2024 18:59:33 +0000 (0:00:00.042) 0:02:31.542 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Saturday 06 July 2024 18:59:33 +0000 (0:00:00.025) 0:02:31.567 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Saturday 06 July 2024 18:59:33 +0000 (0:00:00.056) 0:02:31.623 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 06 July 2024 18:59:33 +0000 (0:00:00.043) 0:02:31.666 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 06 July 2024 18:59:33 +0000 (0:00:00.033) 0:02:31.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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 06 July 2024 18:59:33 +0000 (0:00:00.025) 0:02:31.726 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 06 July 2024 18:59:33 +0000 (0:00:00.026) 0:02:31.752 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 06 July 2024 18:59:33 +0000 (0:00:00.256) 0:02:32.009 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 06 July 2024 18:59:33 +0000 (0:00:00.032) 0:02:32.042 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720292285.1780567, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720292252.046147, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "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": "1435974324", "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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 06 July 2024 18:59:33 +0000 (0:00:00.264) 0:02:32.306 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 06 July 2024 18:59:33 +0000 (0:00:00.030) 0:02:32.337 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 06 July 2024 18:59:33 +0000 (0:00:00.034) 0:02:32.371 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 06 July 2024 18:59:33 +0000 (0:00:00.031) 0:02:32.402 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 06 July 2024 18:59:33 +0000 (0:00:00.038) 0:02:32.441 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 06 July 2024 18:59:33 +0000 (0:00:00.028) 0:02:32.469 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 06 July 2024 18:59:33 +0000 (0:00:00.026) 0:02:32.496 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 06 July 2024 18:59:34 +0000 (0:00:00.025) 0:02:32.521 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Saturday 06 July 2024 18:59:34 +0000 (0:00:00.022) 0:02:32.544 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Saturday 06 July 2024 18:59:34 +0000 (0:00:00.029) 0:02:32.573 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 06 July 2024 18:59:34 +0000 (0:00:00.043) 0:02:32.617 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 06 July 2024 18:59:34 +0000 (0:00:00.023) 0:02:32.641 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Saturday 06 July 2024 18:59:34 +0000 (0:00:00.021) 0:02:32.663 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 06 July 2024 18:59:34 +0000 (0:00:00.078) 0:02:32.741 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 06 July 2024 18:59:34 +0000 (0:00:00.020) 0:02:32.762 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Saturday 06 July 2024 18:59:34 +0000 (0:00:00.020) 0:02:32.782 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 06 July 2024 18:59:34 +0000 (0:00:00.038) 0:02:32.821 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 06 July 2024 18:59:34 +0000 (0:00:00.020) 0:02:32.841 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Saturday 06 July 2024 18:59:34 +0000 (0:00:00.020) 0:02:32.861 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 06 July 2024 18:59:34 +0000 (0:00:00.038) 0:02:32.900 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 06 July 2024 18:59:34 +0000 (0:00:00.021) 0:02:32.921 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 06 July 2024 18:59:34 +0000 (0:00:00.021) 0:02:32.943 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 06 July 2024 18:59:34 +0000 (0:00:00.032) 0:02:32.976 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Saturday 06 July 2024 18:59:34 +0000 (0:00:00.026) 0:02:33.002 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Saturday 06 July 2024 18:59:34 +0000 (0:00:00.025) 0:02:33.027 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Saturday 06 July 2024 18:59:34 +0000 (0:00:00.022) 0:02:33.049 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Saturday 06 July 2024 18:59:34 +0000 (0:00:00.022) 0:02:33.072 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:3 Saturday 06 July 2024 18:59:34 +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-cert spec variables part 0] ********** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:10 Saturday 06 July 2024 18:59:34 +0000 (0:00:00.068) 0:02:33.189 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:15 Saturday 06 July 2024 18:59:34 +0000 (0:00:00.026) 0:02:33.216 ********* ok: [sut] => { "ansible_facts": { "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:19 Saturday 06 July 2024 18:59:34 +0000 (0:00:00.024) 0:02:33.241 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 06 July 2024 18:59:34 +0000 (0:00:00.042) 0:02:33.283 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 06 July 2024 18:59:34 +0000 (0:00:00.029) 0:02:33.313 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 06 July 2024 18:59:34 +0000 (0:00:00.037) 0:02:33.351 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 06 July 2024 18:59:34 +0000 (0:00:00.030) 0:02:33.382 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 06 July 2024 18:59:35 +0000 (0:00:00.267) 0:02:33.650 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 06 July 2024 18:59:35 +0000 (0:00:00.035) 0:02:33.686 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720292285.1780567, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720292252.046147, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "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": "1435974324", "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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 06 July 2024 18:59:35 +0000 (0:00:00.277) 0:02:33.964 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 06 July 2024 18:59:35 +0000 (0:00:00.022) 0:02:33.987 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 06 July 2024 18:59:35 +0000 (0:00:00.021) 0:02:34.008 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 06 July 2024 18:59:35 +0000 (0:00:00.040) 0:02:34.049 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 06 July 2024 18:59:35 +0000 (0:00:00.021) 0:02:34.070 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 06 July 2024 18:59:35 +0000 (0:00:00.023) 0:02:34.093 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 06 July 2024 18:59:35 +0000 (0:00:00.022) 0:02:34.116 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 06 July 2024 18:59:35 +0000 (0:00:00.111) 0:02:34.227 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:24 Saturday 06 July 2024 18:59:35 +0000 (0:00:00.034) 0:02:34.261 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:29 Saturday 06 July 2024 18:59:35 +0000 (0:00:00.029) 0:02:34.290 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:36 Saturday 06 July 2024 18:59:35 +0000 (0:00:00.035) 0:02:34.325 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:70 Saturday 06 July 2024 18:59:35 +0000 (0:00:00.044) 0:02:34.370 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure certs.d files] ************************ task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:78 Saturday 06 July 2024 18:59:35 +0000 (0:00:00.032) 0:02:34.402 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:95 Saturday 06 July 2024 18:59:35 +0000 (0:00:00.034) 0:02:34.437 ********* skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Find files in certs.d directory] ************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:102 Saturday 06 July 2024 18:59:35 +0000 (0:00:00.051) 0:02:34.488 ********* skipping: [sut] => { "censored": "the 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:110 Saturday 06 July 2024 18:59:36 +0000 (0:00:00.036) 0:02:34.524 ********* skipping: [sut] => { "censored": "the 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:123 Saturday 06 July 2024 18:59:36 +0000 (0:00:00.043) 0:02:34.568 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:3 Saturday 06 July 2024 18:59:36 +0000 (0:00:00.115) 0:02:34.684 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:11 Saturday 06 July 2024 18:59:36 +0000 (0:00:00.027) 0:02:34.712 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 06 July 2024 18:59:36 +0000 (0:00:00.053) 0:02:34.765 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 06 July 2024 18:59:36 +0000 (0:00:00.043) 0:02:34.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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 06 July 2024 18:59:36 +0000 (0:00:00.033) 0:02:34.843 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 06 July 2024 18:59:36 +0000 (0:00:00.041) 0:02:34.884 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 06 July 2024 18:59:36 +0000 (0:00:00.353) 0:02:35.238 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 06 July 2024 18:59:36 +0000 (0:00:00.035) 0:02:35.273 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720292285.1780567, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720292252.046147, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "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": "1435974324", "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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 06 July 2024 18:59:37 +0000 (0:00:00.272) 0:02:35.546 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 06 July 2024 18:59:37 +0000 (0:00:00.027) 0:02:35.573 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 06 July 2024 18:59:37 +0000 (0:00:00.051) 0:02:35.624 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 06 July 2024 18:59:37 +0000 (0:00:00.026) 0:02:35.651 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 06 July 2024 18:59:37 +0000 (0:00:00.022) 0:02:35.674 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 06 July 2024 18:59:37 +0000 (0:00:00.044) 0:02:35.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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 06 July 2024 18:59:37 +0000 (0:00:00.040) 0:02:35.759 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 06 July 2024 18:59:37 +0000 (0:00:00.023) 0:02:35.783 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set credential variables] ******************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:17 Saturday 06 July 2024 18:59:37 +0000 (0:00:00.047) 0:02:35.830 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:45 Saturday 06 July 2024 18:59:37 +0000 (0:00:00.057) 0:02:35.888 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:53 Saturday 06 July 2024 18:59:37 +0000 (0:00:00.023) 0:02:35.912 ********* skipping: [sut] => { "censored": "the 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:63 Saturday 06 July 2024 18:59:37 +0000 (0:00:00.024) 0:02:35.936 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Ensure credential file is absent] ************ task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:80 Saturday 06 July 2024 18:59:37 +0000 (0:00:00.031) 0:02:35.967 ********* skipping: [sut] => { "censored": "the 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:86 Saturday 06 July 2024 18:59:37 +0000 (0:00:00.023) 0:02:35.991 ********* skipping: [sut] => { "censored": "the 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:94 Saturday 06 July 2024 18:59:37 +0000 (0:00:00.021) 0:02:36.013 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Saturday 06 July 2024 18:59:37 +0000 (0:00:00.067) 0:02:36.081 ********* skipping: [sut] => { "censored": "the 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:139 Saturday 06 July 2024 18:59:37 +0000 (0:00:00.021) 0:02:36.103 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:14 Saturday 06 July 2024 18:59:37 +0000 (0:00:00.071) 0:02:36.174 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:34 Saturday 06 July 2024 18:59:37 +0000 (0:00:00.040) 0:02:36.214 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:60 Saturday 06 July 2024 18:59:37 +0000 (0:00:00.032) 0:02:36.247 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:66 Saturday 06 July 2024 18:59:37 +0000 (0:00:00.028) 0:02:36.275 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 06 July 2024 18:59:37 +0000 (0:00:00.039) 0:02:36.314 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 06 July 2024 18:59:37 +0000 (0:00:00.042) 0:02:36.357 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 06 July 2024 18:59:37 +0000 (0:00:00.027) 0:02:36.384 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 06 July 2024 18:59:37 +0000 (0:00:00.031) 0:02:36.416 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 06 July 2024 18:59:38 +0000 (0:00:00.247) 0:02:36.663 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 06 July 2024 18:59:38 +0000 (0:00:00.033) 0:02:36.697 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720292285.1780567, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720292252.046147, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "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": "1435974324", "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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 06 July 2024 18:59:38 +0000 (0:00:00.256) 0:02:36.954 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 06 July 2024 18:59:38 +0000 (0:00:00.023) 0:02:36.977 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 06 July 2024 18:59:38 +0000 (0:00:00.077) 0:02:37.054 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 06 July 2024 18:59:38 +0000 (0:00:00.021) 0:02:37.076 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 06 July 2024 18:59:38 +0000 (0:00:00.020) 0:02:37.096 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 06 July 2024 18:59:38 +0000 (0:00:00.020) 0:02:37.116 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 06 July 2024 18:59:38 +0000 (0:00:00.020) 0:02:37.136 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 06 July 2024 18:59:38 +0000 (0:00:00.020) 0:02:37.157 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:71 Saturday 06 July 2024 18:59:38 +0000 (0:00:00.020) 0:02:37.178 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:80 Saturday 06 July 2024 18:59:38 +0000 (0:00:00.021) 0:02:37.199 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:94 Saturday 06 July 2024 18:59:38 +0000 (0:00:00.041) 0:02:37.240 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:100 Saturday 06 July 2024 18:59:38 +0000 (0:00:00.023) 0:02:37.264 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:108 Saturday 06 July 2024 18:59:38 +0000 (0:00:00.024) 0:02:37.288 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:123 Saturday 06 July 2024 18:59:38 +0000 (0:00:00.024) 0:02:37.312 ********* 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.005744", "end": "2024-07-06 18:59:39.016916", "rc": 0, "start": "2024-07-06 18:59:39.011172" } 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:131 Saturday 06 July 2024 18:59:39 +0000 (0:00:00.258) 0:02:37.571 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:2 Saturday 06 July 2024 18:59:39 +0000 (0:00:00.045) 0:02:37.616 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:10 Saturday 06 July 2024 18:59:39 +0000 (0:00:00.020) 0:02:37.637 ********* 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-07-06 18:58:57 UTC", "ActiveEnterTimestampMonotonic": "895206822", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "sysinit.target network-online.target system-podman\\x2dkube.slice -.mount basic.target systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-07-06 18:58:56 UTC", "AssertTimestampMonotonic": "894281677", "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-07-06 18:58:56 UTC", "ConditionTimestampMonotonic": "894281676", "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": "16524", "ExecMainStartTimestamp": "Sat 2024-07-06 18:58:57 UTC", "ExecMainStartTimestampMonotonic": "895206799", "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-07-06 18:58:56 UTC] ; stop_time=[n/a] ; pid=16402 ; 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-07-06 18:58:56 UTC", "InactiveExitTimestampMonotonic": "894282998", "InvocationID": "5582af2281c04853b39f0a2c4083157b", "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": "16524", "MemoryAccounting": "yes", "MemoryCurrent": "17133568", "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-07-06 18:58:57 UTC", "StateChangeTimestampMonotonic": "895206822", "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": "9", "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-07-06 18:58:57 UTC", "WatchdogTimestampMonotonic": "895206818", "WatchdogUSec": "0" } } TASK [linux-system-roles.podman : Check if kube file exists] ******************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:28 Saturday 06 July 2024 18:59:40 +0000 (0:00:01.028) 0:02:38.666 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720292333.8329291, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fb0097683a2e5c8909a8037d64ddc1b350aed0be", "ctime": 1720292333.3959303, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 404750600, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1720292333.1559308, "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": "3023719059", "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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:33 Saturday 06 July 2024 18:59:40 +0000 (0:00:00.206) 0:02:38.873 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:45 Saturday 06 July 2024 18:59:40 +0000 (0:00:00.301) 0:02:39.174 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:50 Saturday 06 July 2024 18:59:40 +0000 (0:00:00.208) 0:02:39.383 ********* changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.029460", "end": "2024-07-06 18:59:41.062385", "rc": 0, "start": "2024-07-06 18:59:41.032925" } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:59 Saturday 06 July 2024 18:59:41 +0000 (0:00:00.231) 0:02:39.614 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 06 July 2024 18:59:41 +0000 (0:00:00.034) 0:02:39.649 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 06 July 2024 18:59:41 +0000 (0:00:00.021) 0:02:39.670 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 06 July 2024 18:59:41 +0000 (0:00:00.021) 0:02:39.692 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:135 Saturday 06 July 2024 18:59:41 +0000 (0:00:00.024) 0:02:39.716 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:146 Saturday 06 July 2024 18:59:41 +0000 (0:00:00.022) 0:02:39.739 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 06 July 2024 18:59:41 +0000 (0:00:00.133) 0:02:39.872 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 06 July 2024 18:59:41 +0000 (0:00:00.035) 0:02:39.908 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 06 July 2024 18:59:41 +0000 (0:00:00.029) 0:02:39.938 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 06 July 2024 18:59:41 +0000 (0:00:00.023) 0:02:39.961 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 06 July 2024 18:59:41 +0000 (0:00:00.032) 0:02:39.994 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 06 July 2024 18:59:41 +0000 (0:00:00.038) 0:02:40.032 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 06 July 2024 18:59:41 +0000 (0:00:00.026) 0:02:40.059 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 06 July 2024 18:59:41 +0000 (0:00:00.029) 0:02:40.088 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 06 July 2024 18:59:41 +0000 (0:00:00.029) 0:02:40.118 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 06 July 2024 18:59:41 +0000 (0:00:00.201) 0:02:40.319 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 06 July 2024 18:59:41 +0000 (0:00:00.047) 0:02:40.367 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720292285.1780567, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720292252.046147, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "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": "1435974324", "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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 06 July 2024 18:59:42 +0000 (0:00:00.215) 0:02:40.583 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 06 July 2024 18:59:42 +0000 (0:00:00.022) 0:02:40.605 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 06 July 2024 18:59:42 +0000 (0:00:00.020) 0:02:40.625 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 06 July 2024 18:59:42 +0000 (0:00:00.020) 0:02:40.646 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 06 July 2024 18:59:42 +0000 (0:00:00.020) 0:02:40.667 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 06 July 2024 18:59:42 +0000 (0:00:00.076) 0:02:40.744 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 06 July 2024 18:59:42 +0000 (0:00:00.039) 0:02:40.783 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 06 July 2024 18:59:42 +0000 (0:00:00.027) 0:02:40.811 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 06 July 2024 18:59:42 +0000 (0:00:00.025) 0:02:40.836 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 06 July 2024 18:59:42 +0000 (0:00:00.040) 0:02:40.876 ********* ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/etc/containers/systemd" }, "changed": false } TASK [linux-system-roles.podman : Get kube yaml contents] ********************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 06 July 2024 18:59:42 +0000 (0:00:00.024) 0:02:40.901 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 06 July 2024 18:59:42 +0000 (0:00:00.022) 0:02:40.924 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 06 July 2024 18:59:42 +0000 (0:00:00.041) 0:02:40.966 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:220 Saturday 06 July 2024 18:59:42 +0000 (0:00:00.026) 0:02:40.992 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Saturday 06 July 2024 18:59:42 +0000 (0:00:00.052) 0:02:41.045 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 Saturday 06 July 2024 18:59:42 +0000 (0:00:00.027) 0:02:41.072 ********* 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": "sysinit.target system.slice systemd-journald.socket basic.target -.mount", "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": "sysinit.target system.slice -.mount", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.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 : See if quadlet file exists] ****************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:33 Saturday 06 July 2024 18:59:43 +0000 (0:00:00.462) 0:02:41.535 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create tempdir] ****************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:44 Saturday 06 July 2024 18:59:43 +0000 (0:00:00.024) 0:02:41.559 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fetch the network quadlet] ******************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:52 Saturday 06 July 2024 18:59:43 +0000 (0:00:00.045) 0:02:41.604 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get the network name] ************************ task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:58 Saturday 06 July 2024 18:59:43 +0000 (0:00:00.036) 0:02:41.641 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Remove tempdir] ****************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:64 Saturday 06 July 2024 18:59:43 +0000 (0:00:00.079) 0:02:41.720 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Remove quadlet file] ************************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:70 Saturday 06 July 2024 18:59:43 +0000 (0:00:00.021) 0:02:41.741 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:76 Saturday 06 July 2024 18:59:43 +0000 (0:00:00.205) 0:02:41.947 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 06 July 2024 18:59:43 +0000 (0:00:00.038) 0:02:41.985 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 06 July 2024 18:59:43 +0000 (0:00:00.028) 0:02:42.013 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 06 July 2024 18:59:43 +0000 (0:00:00.039) 0:02:42.053 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:84 Saturday 06 July 2024 18:59:43 +0000 (0:00:00.026) 0:02:42.080 ********* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:93 Saturday 06 July 2024 18:59:44 +0000 (0:00:00.445) 0:02:42.526 ********* changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.033994", "end": "2024-07-06 18:59:44.206871", "rc": 0, "start": "2024-07-06 18:59:44.172877" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:101 Saturday 06 July 2024 18:59:44 +0000 (0:00:00.231) 0:02:42.757 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:224 Saturday 06 July 2024 18:59:44 +0000 (0:00:00.023) 0:02:42.780 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:153 Saturday 06 July 2024 18:59:44 +0000 (0:00:00.021) 0:02:42.802 ********* TASK [linux-system-roles.podman : Handle credential files - absent] ************ task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:159 Saturday 06 July 2024 18:59:44 +0000 (0:00:00.022) 0:02:42.824 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:3 Saturday 06 July 2024 18:59:44 +0000 (0:00:00.063) 0:02:42.888 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:11 Saturday 06 July 2024 18:59:44 +0000 (0:00:00.025) 0:02:42.914 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 06 July 2024 18:59:44 +0000 (0:00:00.090) 0:02:43.004 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 06 July 2024 18:59:44 +0000 (0:00:00.028) 0:02:43.033 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 06 July 2024 18:59:44 +0000 (0:00:00.026) 0:02:43.060 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 06 July 2024 18:59:44 +0000 (0:00:00.029) 0:02:43.090 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 06 July 2024 18:59:44 +0000 (0:00:00.201) 0:02:43.291 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 06 July 2024 18:59:44 +0000 (0:00:00.028) 0:02:43.319 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720292285.1780567, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720292252.046147, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "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": "1435974324", "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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 06 July 2024 18:59:44 +0000 (0:00:00.194) 0:02:43.514 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 06 July 2024 18:59:45 +0000 (0:00:00.024) 0:02:43.539 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 06 July 2024 18:59:45 +0000 (0:00:00.028) 0:02:43.567 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 06 July 2024 18:59:45 +0000 (0:00:00.033) 0:02:43.600 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 06 July 2024 18:59:45 +0000 (0:00:00.038) 0:02:43.639 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 06 July 2024 18:59:45 +0000 (0:00:00.024) 0:02:43.664 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 06 July 2024 18:59:45 +0000 (0:00:00.020) 0:02:43.684 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 06 July 2024 18:59:45 +0000 (0:00:00.023) 0:02:43.707 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set credential variables] ******************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:17 Saturday 06 July 2024 18:59:45 +0000 (0:00:00.023) 0:02:43.730 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:45 Saturday 06 July 2024 18:59:45 +0000 (0:00:00.035) 0:02:43.766 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:53 Saturday 06 July 2024 18:59:45 +0000 (0:00:00.067) 0:02:43.833 ********* skipping: [sut] => { "censored": "the 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:63 Saturday 06 July 2024 18:59:45 +0000 (0:00:00.022) 0:02:43.856 ********* skipping: [sut] => { "censored": "the 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:80 Saturday 06 July 2024 18:59:45 +0000 (0:00:00.022) 0:02:43.878 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:86 Saturday 06 July 2024 18:59:45 +0000 (0:00:00.196) 0:02:44.074 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:94 Saturday 06 July 2024 18:59:45 +0000 (0:00:00.261) 0:02:44.336 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:168 Saturday 06 July 2024 18:59:46 +0000 (0:00:00.212) 0:02:44.548 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:3 Saturday 06 July 2024 18:59:46 +0000 (0:00:00.060) 0:02:44.608 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:10 Saturday 06 July 2024 18:59:46 +0000 (0:00:00.025) 0:02:44.634 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:15 Saturday 06 July 2024 18:59:46 +0000 (0:00:00.022) 0:02:44.656 ********* ok: [sut] => { "ansible_facts": { "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:19 Saturday 06 July 2024 18:59:46 +0000 (0:00:00.027) 0:02:44.684 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 06 July 2024 18:59:46 +0000 (0:00:00.038) 0:02:44.722 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 06 July 2024 18:59:46 +0000 (0:00:00.030) 0:02:44.752 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 06 July 2024 18:59:46 +0000 (0:00:00.026) 0:02:44.779 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 06 July 2024 18:59:46 +0000 (0:00:00.034) 0:02:44.814 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 06 July 2024 18:59:46 +0000 (0:00:00.265) 0:02:45.079 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 06 July 2024 18:59:46 +0000 (0:00:00.041) 0:02:45.121 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720292285.1780567, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720292252.046147, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "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": "1435974324", "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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 06 July 2024 18:59:46 +0000 (0:00:00.204) 0:02:45.325 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 06 July 2024 18:59:46 +0000 (0:00:00.022) 0:02:45.347 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 06 July 2024 18:59:46 +0000 (0:00:00.023) 0:02:45.371 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 06 July 2024 18:59:46 +0000 (0:00:00.029) 0:02:45.400 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 06 July 2024 18:59:46 +0000 (0:00:00.021) 0:02:45.422 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 06 July 2024 18:59:46 +0000 (0:00:00.041) 0:02:45.463 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 06 July 2024 18:59:46 +0000 (0:00:00.031) 0:02:45.495 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 06 July 2024 18:59:47 +0000 (0:00:00.026) 0:02:45.521 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:24 Saturday 06 July 2024 18:59:47 +0000 (0:00:00.030) 0:02:45.552 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:29 Saturday 06 July 2024 18:59:47 +0000 (0:00:00.032) 0:02:45.584 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:36 Saturday 06 July 2024 18:59:47 +0000 (0:00:00.024) 0:02:45.608 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:70 Saturday 06 July 2024 18:59:47 +0000 (0:00:00.029) 0:02:45.638 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure certs.d files] ************************ task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:78 Saturday 06 July 2024 18:59:47 +0000 (0:00:00.032) 0:02:45.671 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:95 Saturday 06 July 2024 18:59:47 +0000 (0:00:00.032) 0:02:45.703 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:102 Saturday 06 July 2024 18:59:47 +0000 (0:00:00.663) 0:02:46.366 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:110 Saturday 06 July 2024 18:59:48 +0000 (0:00:00.213) 0:02:46.580 ********* 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-cieh_9yotc/tests/tests_auth_and_security.yml:178 Saturday 06 July 2024 18:59:48 +0000 (0:00:00.197) 0:02:46.777 ********* 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-cieh_9yotc/tests/tests_auth_and_security.yml:183 Saturday 06 July 2024 18:59:48 +0000 (0:00:00.404) 0:02:47.182 ********* TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 06 July 2024 18:59:48 +0000 (0:00:00.075) 0:02:47.258 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 06 July 2024 18:59:48 +0000 (0:00:00.037) 0:02:47.295 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 06 July 2024 18:59:48 +0000 (0:00:00.026) 0:02:47.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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 06 July 2024 18:59:48 +0000 (0:00:00.020) 0:02:47.342 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 06 July 2024 18:59:48 +0000 (0:00:00.019) 0:02:47.362 ********* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/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-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 06 July 2024 18:59:48 +0000 (0:00:00.051) 0:02:47.413 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 06 July 2024 18:59:50 +0000 (0:00:01.285) 0:02:48.698 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 06 July 2024 18:59:50 +0000 (0:00:00.020) 0:02:48.719 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 06 July 2024 18:59:50 +0000 (0:00:00.028) 0:02:48.747 ********* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.028431", "end": "2024-07-06 18:59:50.415709", "rc": 0, "start": "2024-07-06 18:59:50.387278" } STDOUT: podman version 4.9.4-dev TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Saturday 06 July 2024 18:59:50 +0000 (0:00:00.218) 0:02:48.966 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Saturday 06 July 2024 18:59:50 +0000 (0:00:00.028) 0:02:48.994 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Saturday 06 July 2024 18:59:50 +0000 (0:00:00.028) 0:02:49.022 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Saturday 06 July 2024 18:59:50 +0000 (0:00:00.075) 0:02:49.098 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 06 July 2024 18:59:50 +0000 (0:00:00.038) 0:02:49.137 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 06 July 2024 18:59:50 +0000 (0:00:00.026) 0:02:49.163 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 06 July 2024 18:59:50 +0000 (0:00:00.067) 0:02:49.230 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 06 July 2024 18:59:50 +0000 (0:00:00.029) 0:02:49.260 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 06 July 2024 18:59:50 +0000 (0:00:00.197) 0:02:49.457 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 06 July 2024 18:59:50 +0000 (0:00:00.026) 0:02:49.484 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720292285.1780567, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720292252.046147, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "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": "1435974324", "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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 06 July 2024 18:59:51 +0000 (0:00:00.195) 0:02:49.680 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 06 July 2024 18:59:51 +0000 (0:00:00.022) 0:02:49.702 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 06 July 2024 18:59:51 +0000 (0:00:00.022) 0:02:49.725 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 06 July 2024 18:59:51 +0000 (0:00:00.023) 0:02:49.749 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 06 July 2024 18:59:51 +0000 (0:00:00.021) 0:02:49.770 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 06 July 2024 18:59:51 +0000 (0:00:00.023) 0:02:49.794 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 06 July 2024 18:59:51 +0000 (0:00:00.022) 0:02:49.816 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 06 July 2024 18:59:51 +0000 (0:00:00.022) 0:02:49.839 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Saturday 06 July 2024 18:59:51 +0000 (0:00:00.025) 0:02:49.864 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Saturday 06 July 2024 18:59:51 +0000 (0:00:00.027) 0:02:49.892 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 06 July 2024 18:59:51 +0000 (0:00:00.040) 0:02:49.933 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 06 July 2024 18:59:51 +0000 (0:00:00.028) 0:02:49.962 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Saturday 06 July 2024 18:59:51 +0000 (0:00:00.113) 0:02:50.075 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 06 July 2024 18:59:51 +0000 (0:00:00.049) 0:02:50.125 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 06 July 2024 18:59:51 +0000 (0:00:00.021) 0:02:50.147 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Saturday 06 July 2024 18:59:51 +0000 (0:00:00.022) 0:02:50.170 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 06 July 2024 18:59:51 +0000 (0:00:00.047) 0:02:50.217 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 06 July 2024 18:59:51 +0000 (0:00:00.025) 0:02:50.242 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Saturday 06 July 2024 18:59:51 +0000 (0:00:00.055) 0:02:50.298 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 06 July 2024 18:59:51 +0000 (0:00:00.049) 0:02:50.347 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 06 July 2024 18:59:51 +0000 (0:00:00.021) 0:02:50.369 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 06 July 2024 18:59:51 +0000 (0:00:00.021) 0:02:50.390 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 06 July 2024 18:59:51 +0000 (0:00:00.020) 0:02:50.411 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Saturday 06 July 2024 18:59:51 +0000 (0:00:00.020) 0:02:50.432 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Saturday 06 July 2024 18:59:51 +0000 (0:00:00.022) 0:02:50.454 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Saturday 06 July 2024 18:59:51 +0000 (0:00:00.021) 0:02:50.476 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Saturday 06 July 2024 18:59:51 +0000 (0:00:00.020) 0:02:50.496 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:3 Saturday 06 July 2024 18:59:52 +0000 (0:00:00.101) 0:02:50.597 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:10 Saturday 06 July 2024 18:59:52 +0000 (0:00:00.039) 0:02:50.637 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:15 Saturday 06 July 2024 18:59:52 +0000 (0:00:00.025) 0:02:50.662 ********* ok: [sut] => { "ansible_facts": { "__podman_rootless": true }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:19 Saturday 06 July 2024 18:59:52 +0000 (0:00:00.025) 0:02:50.687 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 06 July 2024 18:59:52 +0000 (0:00:00.034) 0:02:50.722 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 06 July 2024 18:59:52 +0000 (0:00:00.195) 0:02:50.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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 06 July 2024 18:59:52 +0000 (0:00:00.026) 0:02:50.943 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 06 July 2024 18:59:52 +0000 (0:00:00.030) 0:02:50.974 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 06 July 2024 18:59:52 +0000 (0:00:00.199) 0:02:51.174 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 06 July 2024 18:59:52 +0000 (0:00:00.026) 0:02:51.200 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720292285.1780567, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720292252.046147, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "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": "1435974324", "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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 06 July 2024 18:59:52 +0000 (0:00:00.206) 0:02:51.407 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.003567", "end": "2024-07-06 18:59:53.055819", "rc": 0, "start": "2024-07-06 18:59:53.052252" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 06 July 2024 18:59:53 +0000 (0:00:00.199) 0:02:51.607 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003512", "end": "2024-07-06 18:59:53.252682", "rc": 0, "start": "2024-07-06 18:59:53.249170" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 06 July 2024 18:59:53 +0000 (0:00:00.197) 0:02:51.804 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 06 July 2024 18:59:53 +0000 (0:00:00.064) 0:02:51.869 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 06 July 2024 18:59:53 +0000 (0:00:00.020) 0:02:51.889 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 06 July 2024 18:59:53 +0000 (0:00:00.020) 0:02:51.910 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 06 July 2024 18:59:53 +0000 (0:00:00.020) 0:02:51.930 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 06 July 2024 18:59:53 +0000 (0:00:00.019) 0:02:51.950 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:24 Saturday 06 July 2024 18:59:53 +0000 (0:00:00.020) 0:02:51.970 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:29 Saturday 06 July 2024 18:59:53 +0000 (0:00:00.026) 0:02:51.997 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:36 Saturday 06 July 2024 18:59:53 +0000 (0:00:00.031) 0:02:52.028 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:70 Saturday 06 July 2024 18:59:53 +0000 (0:00:00.035) 0:02:52.063 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:78 Saturday 06 July 2024 18:59:53 +0000 (0:00:00.217) 0:02:52.281 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:95 Saturday 06 July 2024 18:59:54 +0000 (0:00:00.531) 0:02:52.812 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:102 Saturday 06 July 2024 18:59:54 +0000 (0:00:00.032) 0:02:52.845 ********* skipping: [sut] => { "censored": "the 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:110 Saturday 06 July 2024 18:59:54 +0000 (0:00:00.023) 0:02:52.868 ********* skipping: [sut] => { "censored": "the 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:123 Saturday 06 July 2024 18:59:54 +0000 (0:00:00.021) 0:02:52.890 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:3 Saturday 06 July 2024 18:59:54 +0000 (0:00:00.097) 0:02:52.988 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:11 Saturday 06 July 2024 18:59:54 +0000 (0:00:00.023) 0:02:53.011 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 06 July 2024 18:59:54 +0000 (0:00:00.034) 0:02:53.046 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 06 July 2024 18:59:54 +0000 (0:00:00.024) 0:02:53.071 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 06 July 2024 18:59:54 +0000 (0:00:00.025) 0:02:53.097 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 06 July 2024 18:59:54 +0000 (0:00:00.029) 0:02:53.127 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 06 July 2024 18:59:54 +0000 (0:00:00.214) 0:02:53.341 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 06 July 2024 18:59:54 +0000 (0:00:00.062) 0:02:53.404 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720292285.1780567, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720292252.046147, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "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": "1435974324", "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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 06 July 2024 18:59:55 +0000 (0:00:00.215) 0:02:53.619 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.003525", "end": "2024-07-06 18:59:55.278519", "rc": 0, "start": "2024-07-06 18:59:55.274994" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 06 July 2024 18:59:55 +0000 (0:00:00.225) 0:02:53.845 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003573", "end": "2024-07-06 18:59:55.496568", "rc": 0, "start": "2024-07-06 18:59:55.492995" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 06 July 2024 18:59:55 +0000 (0:00:00.212) 0:02:54.057 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 06 July 2024 18:59:55 +0000 (0:00:00.043) 0:02:54.101 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 06 July 2024 18:59:55 +0000 (0:00:00.021) 0:02:54.123 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 06 July 2024 18:59:55 +0000 (0:00:00.024) 0:02:54.147 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 06 July 2024 18:59:55 +0000 (0:00:00.022) 0:02:54.169 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 06 July 2024 18:59:55 +0000 (0:00:00.022) 0:02:54.192 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set credential variables] ******************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:17 Saturday 06 July 2024 18:59:55 +0000 (0:00:00.081) 0:02:54.273 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:45 Saturday 06 July 2024 18:59:55 +0000 (0:00:00.092) 0:02:54.366 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:53 Saturday 06 July 2024 18:59:56 +0000 (0:00:00.214) 0:02:54.580 ********* skipping: [sut] => { "censored": "the 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:63 Saturday 06 July 2024 18:59:56 +0000 (0:00:00.025) 0:02:54.606 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:80 Saturday 06 July 2024 18:59:56 +0000 (0:00:00.697) 0:02:55.303 ********* skipping: [sut] => { "censored": "the 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:86 Saturday 06 July 2024 18:59:56 +0000 (0:00:00.031) 0:02:55.335 ********* skipping: [sut] => { "censored": "the 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:94 Saturday 06 July 2024 18:59:56 +0000 (0:00:00.025) 0:02:55.360 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Saturday 06 July 2024 18:59:56 +0000 (0:00:00.025) 0:02:55.386 ********* skipping: [sut] => { "censored": "the 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:139 Saturday 06 July 2024 18:59:56 +0000 (0:00:00.021) 0:02:55.408 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:14 Saturday 06 July 2024 18:59:56 +0000 (0:00:00.063) 0:02:55.471 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:34 Saturday 06 July 2024 18:59:56 +0000 (0:00:00.036) 0:02:55.508 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:60 Saturday 06 July 2024 18:59:57 +0000 (0:00:00.062) 0:02:55.570 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:66 Saturday 06 July 2024 18:59:57 +0000 (0:00:00.027) 0:02:55.598 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 06 July 2024 18:59:57 +0000 (0:00:00.072) 0:02:55.671 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 06 July 2024 18:59:57 +0000 (0:00:00.200) 0:02:55.871 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 06 July 2024 18:59:57 +0000 (0:00:00.060) 0:02:55.932 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 06 July 2024 18:59:57 +0000 (0:00:00.039) 0:02:55.971 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 06 July 2024 18:59:57 +0000 (0:00:00.224) 0:02:56.196 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 06 July 2024 18:59:57 +0000 (0:00:00.032) 0:02:56.229 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720292285.1780567, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720292252.046147, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "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": "1435974324", "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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 06 July 2024 18:59:57 +0000 (0:00:00.214) 0:02:56.443 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.003443", "end": "2024-07-06 18:59:58.161874", "rc": 0, "start": "2024-07-06 18:59:58.158431" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 06 July 2024 18:59:58 +0000 (0:00:00.273) 0:02:56.716 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003494", "end": "2024-07-06 18:59:58.375284", "rc": 0, "start": "2024-07-06 18:59:58.371790" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 06 July 2024 18:59:58 +0000 (0:00:00.211) 0:02:56.927 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 06 July 2024 18:59:58 +0000 (0:00:00.046) 0:02:56.974 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 06 July 2024 18:59:58 +0000 (0:00:00.051) 0:02:57.026 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 06 July 2024 18:59:58 +0000 (0:00:00.061) 0:02:57.087 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 06 July 2024 18:59:58 +0000 (0:00:00.078) 0:02:57.166 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 06 July 2024 18:59:58 +0000 (0:00:00.044) 0:02:57.210 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:71 Saturday 06 July 2024 18:59:58 +0000 (0:00:00.029) 0:02:57.240 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 3] ********** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:80 Saturday 06 July 2024 18:59:58 +0000 (0:00:00.027) 0:02:57.267 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:94 Saturday 06 July 2024 18:59:58 +0000 (0:00:00.047) 0:02:57.315 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:100 Saturday 06 July 2024 18:59:58 +0000 (0:00:00.105) 0:02:57.420 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:108 Saturday 06 July 2024 18:59:58 +0000 (0:00:00.039) 0:02:57.460 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:123 Saturday 06 July 2024 18:59:59 +0000 (0:00:00.069) 0:02:57.530 ********* 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.005718", "end": "2024-07-06 18:59:59.232103", "rc": 0, "start": "2024-07-06 18:59:59.226385" } 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:131 Saturday 06 July 2024 18:59:59 +0000 (0:00:00.261) 0:02:57.792 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:135 Saturday 06 July 2024 18:59:59 +0000 (0:00:00.025) 0:02:57.817 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:2 Saturday 06 July 2024 18:59:59 +0000 (0:00:00.050) 0:02:57.868 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 06 July 2024 18:59:59 +0000 (0:00:00.037) 0:02:57.905 ********* changed: [sut] => { "changed": true, "cmd": [ "loginctl", "enable-linger", "auth_test_user1" ], "delta": "0:00:00.028408", "end": "2024-07-06 18:59:59.581790", "rc": 0, "start": "2024-07-06 18:59:59.553382" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 06 July 2024 18:59:59 +0000 (0:00:00.239) 0:02:58.145 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 06 July 2024 18:59:59 +0000 (0:00:00.024) 0:02:58.170 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:7 Saturday 06 July 2024 18:59:59 +0000 (0:00:00.024) 0:02:58.194 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:23 Saturday 06 July 2024 18:59:59 +0000 (0:00:00.023) 0:02:58.218 ********* TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:39 Saturday 06 July 2024 18:59:59 +0000 (0:00:00.024) 0:02:58.243 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:72 Saturday 06 July 2024 19:00:00 +0000 (0:00:01.261) 0:02:59.504 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:80 Saturday 06 July 2024 19:00:01 +0000 (0:00:00.218) 0:02:59.722 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:89 Saturday 06 July 2024 19:00:01 +0000 (0:00:00.211) 0:02:59.934 ********* 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-1720292401.4581828-7195-165537850812891/source", "state": "file", "uid": 2001 } TASK [linux-system-roles.podman : Update containers/pods] ********************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:99 Saturday 06 July 2024 19:00:01 +0000 (0:00:00.542) 0:03:00.477 ********* 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: 9f1bfd5831ed7170a454afc568e88c22259f96e6b1b6d924b63149900891e5e5 Container: 0ab92642efd8d9babc1afef1a01b097921a8e2f5c66434519806dd4d444eb54e TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:108 Saturday 06 July 2024 19:00:02 +0000 (0:00:00.969) 0:03:01.446 ********* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Enable service] ****************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:120 Saturday 06 July 2024 19:00:03 +0000 (0:00:00.449) 0:03:01.896 ********* changed: [sut] => { "changed": true, "enabled": true, "name": "podman-kube@-home-auth_test_user1-.config-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "basic.target network-online.target run-user-2001.mount -.mount 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@-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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:133 Saturday 06 July 2024 19:00:03 +0000 (0:00:00.366) 0:03:02.262 ********* 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": "-.mount run-user-2001.mount basic.target podman\\x2dkube.slice network-online.target", "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": "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": "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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:147 Saturday 06 July 2024 19:00:04 +0000 (0:00:00.969) 0:03:03.231 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:146 Saturday 06 July 2024 19:00:04 +0000 (0:00:00.025) 0:03:03.256 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 06 July 2024 19:00:04 +0000 (0:00:00.056) 0:03:03.313 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 06 July 2024 19:00:04 +0000 (0:00:00.026) 0:03:03.339 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 06 July 2024 19:00:04 +0000 (0:00:00.025) 0:03:03.365 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 06 July 2024 19:00:04 +0000 (0:00:00.019) 0:03:03.384 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 06 July 2024 19:00:04 +0000 (0:00:00.027) 0:03:03.412 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 06 July 2024 19:00:04 +0000 (0:00:00.035) 0:03:03.447 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 06 July 2024 19:00:04 +0000 (0:00:00.026) 0:03:03.474 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 06 July 2024 19:00:04 +0000 (0:00:00.024) 0:03:03.498 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 06 July 2024 19:00:05 +0000 (0:00:00.030) 0:03:03.528 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 06 July 2024 19:00:05 +0000 (0:00:00.315) 0:03:03.844 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 06 July 2024 19:00:05 +0000 (0:00:00.030) 0:03:03.874 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720292285.1780567, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720292252.046147, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "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": "1435974324", "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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 06 July 2024 19:00:05 +0000 (0:00:00.242) 0:03:04.117 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.005229", "end": "2024-07-06 19:00:05.806661", "rc": 0, "start": "2024-07-06 19:00:05.801432" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 06 July 2024 19:00:05 +0000 (0:00:00.241) 0:03:04.359 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.004247", "end": "2024-07-06 19:00:06.051906", "rc": 0, "start": "2024-07-06 19:00:06.047659" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 06 July 2024 19:00:06 +0000 (0:00:00.243) 0:03:04.602 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 06 July 2024 19:00:06 +0000 (0:00:00.033) 0:03:04.635 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 06 July 2024 19:00:06 +0000 (0:00:00.022) 0:03:04.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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 06 July 2024 19:00:06 +0000 (0:00:00.021) 0:03:04.678 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 06 July 2024 19:00:06 +0000 (0:00:00.032) 0:03:04.711 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 06 July 2024 19:00:06 +0000 (0:00:00.026) 0:03:04.738 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 06 July 2024 19:00:06 +0000 (0:00:00.021) 0:03:04.760 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 06 July 2024 19:00:06 +0000 (0:00:00.039) 0:03:04.799 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 06 July 2024 19:00:06 +0000 (0:00:00.023) 0:03:04.823 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 06 July 2024 19:00:06 +0000 (0:00:00.020) 0:03:04.844 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 06 July 2024 19:00:06 +0000 (0:00:00.039) 0:03:04.884 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:220 Saturday 06 July 2024 19:00:06 +0000 (0:00:00.023) 0:03:04.907 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:224 Saturday 06 July 2024 19:00:06 +0000 (0:00:00.060) 0:03:04.967 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Saturday 06 July 2024 19:00:06 +0000 (0:00:00.043) 0:03:05.010 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 06 July 2024 19:00:06 +0000 (0:00:00.035) 0:03:05.046 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 06 July 2024 19:00:06 +0000 (0:00:00.256) 0:03:05.302 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 06 July 2024 19:00:06 +0000 (0:00:00.027) 0:03:05.329 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:7 Saturday 06 July 2024 19:00:06 +0000 (0:00:00.021) 0:03:05.351 ********* TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:23 Saturday 06 July 2024 19:00:06 +0000 (0:00:00.019) 0:03:05.370 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:47 Saturday 06 July 2024 19:00:07 +0000 (0:00:00.761) 0:03:06.131 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:56 Saturday 06 July 2024 19:00:07 +0000 (0:00:00.257) 0:03:06.389 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:66 Saturday 06 July 2024 19:00:07 +0000 (0:00:00.020) 0:03:06.410 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:78 Saturday 06 July 2024 19:00:07 +0000 (0:00:00.057) 0:03:06.467 ********* 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-1720292407.9981282-7350-51282119819088/source", "state": "file", "uid": 2001 } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:90 Saturday 06 July 2024 19:00:08 +0000 (0:00:00.689) 0:03:07.156 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:119 Saturday 06 July 2024 19:00:08 +0000 (0:00:00.031) 0:03:07.188 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:135 Saturday 06 July 2024 19:00:08 +0000 (0:00:00.035) 0:03:07.224 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:153 Saturday 06 July 2024 19:00:08 +0000 (0:00:00.027) 0:03:07.251 ********* TASK [linux-system-roles.podman : Handle credential files - absent] ************ task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:159 Saturday 06 July 2024 19:00:08 +0000 (0:00:00.026) 0:03:07.278 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:3 Saturday 06 July 2024 19:00:08 +0000 (0:00:00.061) 0:03:07.340 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:11 Saturday 06 July 2024 19:00:08 +0000 (0:00:00.023) 0:03:07.363 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 06 July 2024 19:00:08 +0000 (0:00:00.037) 0:03:07.400 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 06 July 2024 19:00:08 +0000 (0:00:00.028) 0:03:07.428 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 06 July 2024 19:00:08 +0000 (0:00:00.035) 0:03:07.464 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 06 July 2024 19:00:08 +0000 (0:00:00.038) 0:03:07.502 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 06 July 2024 19:00:09 +0000 (0:00:00.269) 0:03:07.771 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 06 July 2024 19:00:09 +0000 (0:00:00.108) 0:03:07.880 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720292285.1780567, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720292252.046147, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "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": "1435974324", "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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 06 July 2024 19:00:09 +0000 (0:00:00.230) 0:03:08.111 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.004991", "end": "2024-07-06 19:00:09.807923", "rc": 0, "start": "2024-07-06 19:00:09.802932" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 06 July 2024 19:00:09 +0000 (0:00:00.251) 0:03:08.362 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.004920", "end": "2024-07-06 19:00:10.049357", "rc": 0, "start": "2024-07-06 19:00:10.044437" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 06 July 2024 19:00:10 +0000 (0:00:00.242) 0:03:08.604 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 06 July 2024 19:00:10 +0000 (0:00:00.031) 0:03:08.636 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 06 July 2024 19:00:10 +0000 (0:00:00.021) 0:03:08.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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 06 July 2024 19:00:10 +0000 (0:00:00.021) 0:03:08.679 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 06 July 2024 19:00:10 +0000 (0:00:00.022) 0:03:08.702 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 06 July 2024 19:00:10 +0000 (0:00:00.021) 0:03:08.724 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set credential variables] ******************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:17 Saturday 06 July 2024 19:00:10 +0000 (0:00:00.020) 0:03:08.744 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:45 Saturday 06 July 2024 19:00:10 +0000 (0:00:00.068) 0:03:08.813 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:53 Saturday 06 July 2024 19:00:10 +0000 (0:00:00.021) 0:03:08.834 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Ensure credential file content is present] *** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:63 Saturday 06 July 2024 19:00:10 +0000 (0:00:00.021) 0:03:08.856 ********* skipping: [sut] => { "censored": "the 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:80 Saturday 06 July 2024 19:00:10 +0000 (0:00:00.022) 0:03:08.879 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Find files in credentials directory] ********* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:86 Saturday 06 July 2024 19:00:10 +0000 (0:00:00.021) 0:03:08.900 ********* skipping: [sut] => { "censored": "the 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:94 Saturday 06 July 2024 19:00:10 +0000 (0:00:00.058) 0:03:08.959 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:168 Saturday 06 July 2024 19:00:10 +0000 (0:00:00.020) 0:03:08.980 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:3 Saturday 06 July 2024 19:00:10 +0000 (0:00:00.059) 0:03:09.039 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:10 Saturday 06 July 2024 19:00:10 +0000 (0:00:00.022) 0:03:09.062 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:15 Saturday 06 July 2024 19:00:10 +0000 (0:00:00.029) 0:03:09.091 ********* ok: [sut] => { "ansible_facts": { "__podman_rootless": true }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:19 Saturday 06 July 2024 19:00:10 +0000 (0:00:00.033) 0:03:09.124 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 06 July 2024 19:00:10 +0000 (0:00:00.038) 0:03:09.163 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 06 July 2024 19:00:10 +0000 (0:00:00.028) 0:03:09.191 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 06 July 2024 19:00:10 +0000 (0:00:00.032) 0:03:09.224 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 06 July 2024 19:00:10 +0000 (0:00:00.036) 0:03:09.261 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 06 July 2024 19:00:10 +0000 (0:00:00.242) 0:03:09.503 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 06 July 2024 19:00:11 +0000 (0:00:00.027) 0:03:09.531 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720292285.1780567, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720292252.046147, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "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": "1435974324", "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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 06 July 2024 19:00:11 +0000 (0:00:00.239) 0:03:09.771 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.005366", "end": "2024-07-06 19:00:11.453202", "rc": 0, "start": "2024-07-06 19:00:11.447836" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 06 July 2024 19:00:11 +0000 (0:00:00.286) 0:03:10.057 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.004144", "end": "2024-07-06 19:00:11.756680", "rc": 0, "start": "2024-07-06 19:00:11.752536" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 06 July 2024 19:00:11 +0000 (0:00:00.252) 0:03:10.310 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 06 July 2024 19:00:11 +0000 (0:00:00.030) 0:03:10.340 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 06 July 2024 19:00:11 +0000 (0:00:00.020) 0:03:10.361 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 06 July 2024 19:00:11 +0000 (0:00:00.021) 0:03:10.383 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 06 July 2024 19:00:11 +0000 (0:00:00.021) 0:03:10.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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 06 July 2024 19:00:11 +0000 (0:00:00.022) 0:03:10.427 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:24 Saturday 06 July 2024 19:00:11 +0000 (0:00:00.023) 0:03:10.451 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:29 Saturday 06 July 2024 19:00:11 +0000 (0:00:00.029) 0:03:10.481 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:36 Saturday 06 July 2024 19:00:11 +0000 (0:00:00.023) 0:03:10.504 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:70 Saturday 06 July 2024 19:00:12 +0000 (0:00:00.040) 0:03:10.545 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure certs.d files] ************************ task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:78 Saturday 06 July 2024 19:00:12 +0000 (0:00:00.049) 0:03:10.594 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:95 Saturday 06 July 2024 19:00:12 +0000 (0:00:00.034) 0:03:10.629 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:102 Saturday 06 July 2024 19:00:12 +0000 (0:00:00.047) 0:03:10.676 ********* skipping: [sut] => { "censored": "the 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:110 Saturday 06 July 2024 19:00:12 +0000 (0:00:00.041) 0:03:10.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 [Remove all container resources - root] *********************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/tests_auth_and_security.yml:212 Saturday 06 July 2024 19:00:12 +0000 (0:00:00.024) 0:03:10.743 ********* TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 06 July 2024 19:00:12 +0000 (0:00:00.036) 0:03:10.779 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 06 July 2024 19:00:12 +0000 (0:00:00.102) 0:03:10.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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 06 July 2024 19:00:12 +0000 (0:00:00.040) 0:03:10.921 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 06 July 2024 19:00:12 +0000 (0:00:00.028) 0:03:10.949 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 06 July 2024 19:00:12 +0000 (0:00:00.021) 0:03:10.971 ********* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/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-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 06 July 2024 19:00:12 +0000 (0:00:00.064) 0:03:11.035 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 06 July 2024 19:00:14 +0000 (0:00:01.606) 0:03:12.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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 06 July 2024 19:00:14 +0000 (0:00:00.021) 0:03:12.663 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 06 July 2024 19:00:14 +0000 (0:00:00.027) 0:03:12.691 ********* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.036181", "end": "2024-07-06 19:00:14.421201", "rc": 0, "start": "2024-07-06 19:00:14.385020" } STDOUT: podman version 4.9.4-dev TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Saturday 06 July 2024 19:00:14 +0000 (0:00:00.287) 0:03:12.978 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Saturday 06 July 2024 19:00:14 +0000 (0:00:00.031) 0:03:13.009 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Saturday 06 July 2024 19:00:14 +0000 (0:00:00.022) 0:03:13.032 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Saturday 06 July 2024 19:00:14 +0000 (0:00:00.043) 0:03:13.075 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 06 July 2024 19:00:14 +0000 (0:00:00.050) 0:03:13.126 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 06 July 2024 19:00:14 +0000 (0:00:00.253) 0:03:13.380 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 06 July 2024 19:00:14 +0000 (0:00:00.028) 0:03:13.409 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 06 July 2024 19:00:14 +0000 (0:00:00.028) 0:03:13.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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 06 July 2024 19:00:15 +0000 (0:00:00.251) 0:03:13.689 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 06 July 2024 19:00:15 +0000 (0:00:00.029) 0:03:13.719 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720292285.1780567, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720292252.046147, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "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": "1435974324", "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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 06 July 2024 19:00:15 +0000 (0:00:00.263) 0:03:13.982 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 06 July 2024 19:00:15 +0000 (0:00:00.027) 0:03:14.010 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 06 July 2024 19:00:15 +0000 (0:00:00.021) 0:03:14.031 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 06 July 2024 19:00:15 +0000 (0:00:00.081) 0:03:14.113 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 06 July 2024 19:00:15 +0000 (0:00:00.021) 0:03:14.135 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 06 July 2024 19:00:15 +0000 (0:00:00.024) 0:03:14.159 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 06 July 2024 19:00:15 +0000 (0:00:00.023) 0:03:14.182 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 06 July 2024 19:00:15 +0000 (0:00:00.022) 0:03:14.204 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Saturday 06 July 2024 19:00:15 +0000 (0:00:00.020) 0:03:14.225 ********* ok: [sut] => { "ansible_facts": { "__podman_container_conf_file": "/etc/containers/containers.conf.d/50-systemroles.conf", "__podman_policy_json_file": "/etc/containers/policy.json", "__podman_registries_conf_file": "/etc/containers/registries.conf.d/50-systemroles.conf", "__podman_storage_conf_file": "/etc/containers/storage.conf" }, "changed": false } TASK [linux-system-roles.podman : Handle container.conf.d] ********************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Saturday 06 July 2024 19:00:15 +0000 (0:00:00.025) 0:03:14.251 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 06 July 2024 19:00:15 +0000 (0:00:00.042) 0:03:14.293 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 06 July 2024 19:00:15 +0000 (0:00:00.022) 0:03:14.315 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Saturday 06 July 2024 19:00:15 +0000 (0:00:00.020) 0:03:14.336 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 06 July 2024 19:00:15 +0000 (0:00:00.041) 0:03:14.377 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 06 July 2024 19:00:15 +0000 (0:00:00.022) 0:03:14.400 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Saturday 06 July 2024 19:00:15 +0000 (0:00:00.021) 0:03:14.421 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 06 July 2024 19:00:15 +0000 (0:00:00.044) 0:03:14.465 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 06 July 2024 19:00:15 +0000 (0:00:00.025) 0:03:14.491 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Saturday 06 July 2024 19:00:16 +0000 (0:00:00.068) 0:03:14.559 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 06 July 2024 19:00:16 +0000 (0:00:00.052) 0:03:14.612 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 06 July 2024 19:00:16 +0000 (0:00:00.039) 0:03:14.651 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 06 July 2024 19:00:16 +0000 (0:00:00.021) 0:03:14.673 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 06 July 2024 19:00:16 +0000 (0:00:00.021) 0:03:14.695 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Saturday 06 July 2024 19:00:16 +0000 (0:00:00.024) 0:03:14.720 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Saturday 06 July 2024 19:00:16 +0000 (0:00:00.038) 0:03:14.758 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Saturday 06 July 2024 19:00:16 +0000 (0:00:00.021) 0:03:14.779 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Saturday 06 July 2024 19:00:16 +0000 (0:00:00.019) 0:03:14.798 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:3 Saturday 06 July 2024 19:00:16 +0000 (0:00:00.051) 0:03:14.849 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:10 Saturday 06 July 2024 19:00:16 +0000 (0:00:00.021) 0:03:14.871 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:15 Saturday 06 July 2024 19:00:16 +0000 (0:00:00.022) 0:03:14.894 ********* ok: [sut] => { "ansible_facts": { "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:19 Saturday 06 July 2024 19:00:16 +0000 (0:00:00.021) 0:03:14.916 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 06 July 2024 19:00:16 +0000 (0:00:00.038) 0:03:14.954 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 06 July 2024 19:00:16 +0000 (0:00:00.028) 0:03:14.982 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 06 July 2024 19:00:16 +0000 (0:00:00.084) 0:03:15.067 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 06 July 2024 19:00:16 +0000 (0:00:00.032) 0:03:15.100 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 06 July 2024 19:00:16 +0000 (0:00:00.243) 0:03:15.343 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 06 July 2024 19:00:16 +0000 (0:00:00.026) 0:03:15.370 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720292285.1780567, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720292252.046147, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "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": "1435974324", "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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 06 July 2024 19:00:17 +0000 (0:00:00.240) 0:03:15.610 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 06 July 2024 19:00:17 +0000 (0:00:00.021) 0:03:15.632 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 06 July 2024 19:00:17 +0000 (0:00:00.020) 0:03:15.652 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 06 July 2024 19:00:17 +0000 (0:00:00.021) 0:03:15.674 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 06 July 2024 19:00:17 +0000 (0:00:00.021) 0:03:15.695 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 06 July 2024 19:00:17 +0000 (0:00:00.021) 0:03:15.717 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 06 July 2024 19:00:17 +0000 (0:00:00.023) 0:03:15.740 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 06 July 2024 19:00:17 +0000 (0:00:00.022) 0:03:15.763 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:24 Saturday 06 July 2024 19:00:17 +0000 (0:00:00.031) 0:03:15.795 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:29 Saturday 06 July 2024 19:00:17 +0000 (0:00:00.031) 0:03:15.826 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:36 Saturday 06 July 2024 19:00:17 +0000 (0:00:00.044) 0:03:15.871 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:70 Saturday 06 July 2024 19:00:17 +0000 (0:00:00.040) 0:03:15.911 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure certs.d files] ************************ task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:78 Saturday 06 July 2024 19:00:17 +0000 (0:00:00.022) 0:03:15.934 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:95 Saturday 06 July 2024 19:00:17 +0000 (0:00:00.081) 0:03:16.016 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:102 Saturday 06 July 2024 19:00:17 +0000 (0:00:00.042) 0:03:16.058 ********* skipping: [sut] => { "censored": "the 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:110 Saturday 06 July 2024 19:00:17 +0000 (0:00:00.031) 0:03:16.090 ********* skipping: [sut] => { "censored": "the 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:123 Saturday 06 July 2024 19:00:17 +0000 (0:00:00.043) 0:03:16.134 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:3 Saturday 06 July 2024 19:00:17 +0000 (0:00:00.060) 0:03:16.194 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:11 Saturday 06 July 2024 19:00:17 +0000 (0:00:00.044) 0:03:16.238 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 06 July 2024 19:00:17 +0000 (0:00:00.038) 0:03:16.277 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 06 July 2024 19:00:17 +0000 (0:00:00.027) 0:03:16.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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 06 July 2024 19:00:17 +0000 (0:00:00.025) 0:03:16.330 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 06 July 2024 19:00:17 +0000 (0:00:00.028) 0:03:16.359 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 06 July 2024 19:00:18 +0000 (0:00:00.245) 0:03:16.605 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 06 July 2024 19:00:18 +0000 (0:00:00.025) 0:03:16.630 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720292285.1780567, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720292252.046147, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "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": "1435974324", "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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 06 July 2024 19:00:18 +0000 (0:00:00.241) 0:03:16.872 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 06 July 2024 19:00:18 +0000 (0:00:00.023) 0:03:16.896 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 06 July 2024 19:00:18 +0000 (0:00:00.060) 0:03:16.957 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 06 July 2024 19:00:18 +0000 (0:00:00.022) 0:03:16.979 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 06 July 2024 19:00:18 +0000 (0:00:00.024) 0:03:17.004 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 06 July 2024 19:00:18 +0000 (0:00:00.021) 0:03:17.025 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 06 July 2024 19:00:18 +0000 (0:00:00.021) 0:03:17.047 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 06 July 2024 19:00:18 +0000 (0:00:00.021) 0:03:17.068 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set credential variables] ******************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:17 Saturday 06 July 2024 19:00:18 +0000 (0:00:00.020) 0:03:17.089 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:45 Saturday 06 July 2024 19:00:18 +0000 (0:00:00.029) 0:03:17.118 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:53 Saturday 06 July 2024 19:00:18 +0000 (0:00:00.020) 0:03:17.138 ********* skipping: [sut] => { "censored": "the 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:63 Saturday 06 July 2024 19:00:18 +0000 (0:00:00.020) 0:03:17.159 ********* skipping: [sut] => { "censored": "the 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:80 Saturday 06 July 2024 19:00:18 +0000 (0:00:00.020) 0:03:17.180 ********* skipping: [sut] => { "censored": "the 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:86 Saturday 06 July 2024 19:00:18 +0000 (0:00:00.020) 0:03:17.200 ********* skipping: [sut] => { "censored": "the 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:94 Saturday 06 July 2024 19:00:18 +0000 (0:00:00.023) 0:03:17.224 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Saturday 06 July 2024 19:00:18 +0000 (0:00:00.023) 0:03:17.248 ********* skipping: [sut] => { "censored": "the 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:139 Saturday 06 July 2024 19:00:18 +0000 (0:00:00.022) 0:03:17.270 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:14 Saturday 06 July 2024 19:00:18 +0000 (0:00:00.057) 0:03:17.328 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:34 Saturday 06 July 2024 19:00:18 +0000 (0:00:00.027) 0:03:17.355 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:60 Saturday 06 July 2024 19:00:18 +0000 (0:00:00.026) 0:03:17.382 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:66 Saturday 06 July 2024 19:00:18 +0000 (0:00:00.068) 0:03:17.450 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 06 July 2024 19:00:18 +0000 (0:00:00.043) 0:03:17.493 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 06 July 2024 19:00:19 +0000 (0:00:00.029) 0:03:17.523 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 06 July 2024 19:00:19 +0000 (0:00:00.027) 0:03:17.550 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 06 July 2024 19:00:19 +0000 (0:00:00.029) 0:03:17.580 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 06 July 2024 19:00:19 +0000 (0:00:00.238) 0:03:17.818 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 06 July 2024 19:00:19 +0000 (0:00:00.054) 0:03:17.873 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720292285.1780567, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720292252.046147, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "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": "1435974324", "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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 06 July 2024 19:00:19 +0000 (0:00:00.262) 0:03:18.135 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 06 July 2024 19:00:19 +0000 (0:00:00.054) 0:03:18.189 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 06 July 2024 19:00:19 +0000 (0:00:00.023) 0:03:18.212 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 06 July 2024 19:00:19 +0000 (0:00:00.032) 0:03:18.244 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 06 July 2024 19:00:19 +0000 (0:00:00.040) 0:03:18.285 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 06 July 2024 19:00:19 +0000 (0:00:00.026) 0:03:18.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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 06 July 2024 19:00:19 +0000 (0:00:00.030) 0:03:18.342 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 06 July 2024 19:00:19 +0000 (0:00:00.023) 0:03:18.365 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if no kube spec is given] *************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:71 Saturday 06 July 2024 19:00:19 +0000 (0:00:00.027) 0:03:18.392 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:80 Saturday 06 July 2024 19:00:19 +0000 (0:00:00.059) 0:03:18.452 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:94 Saturday 06 July 2024 19:00:19 +0000 (0:00:00.033) 0:03:18.485 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:100 Saturday 06 July 2024 19:00:19 +0000 (0:00:00.022) 0:03:18.508 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:108 Saturday 06 July 2024 19:00:20 +0000 (0:00:00.022) 0:03:18.530 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:123 Saturday 06 July 2024 19:00:20 +0000 (0:00:00.023) 0:03:18.554 ********* 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.007439", "end": "2024-07-06 19:00:20.254682", "rc": 0, "start": "2024-07-06 19:00:20.247243" } 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:131 Saturday 06 July 2024 19:00:20 +0000 (0:00:00.251) 0:03:18.806 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:2 Saturday 06 July 2024 19:00:20 +0000 (0:00:00.044) 0:03:18.850 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:10 Saturday 06 July 2024 19:00:20 +0000 (0:00:00.021) 0:03:18.871 ********* 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": "systemd-journald.socket -.mount system-podman\\x2dkube.slice network-online.target basic.target 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": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "man:podman-kube-play(1)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "Environment": "PODMAN_SYSTEMD_UNIT=podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target -.mount system-podman\\x2dkube.slice", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 10s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "network-online.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [linux-system-roles.podman : Check if kube file exists] ******************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:28 Saturday 06 July 2024 19:00:20 +0000 (0:00:00.403) 0:03:19.275 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.podman : Remove pod/containers] *********************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:33 Saturday 06 July 2024 19:00:20 +0000 (0:00:00.211) 0:03:19.486 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Remove kubernetes yaml file] ***************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:45 Saturday 06 July 2024 19:00:20 +0000 (0:00:00.023) 0:03:19.509 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:50 Saturday 06 July 2024 19:00:21 +0000 (0:00:00.237) 0:03:19.747 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:59 Saturday 06 July 2024 19:00:21 +0000 (0:00:00.023) 0:03:19.771 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 06 July 2024 19:00:21 +0000 (0:00:00.071) 0:03:19.842 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 06 July 2024 19:00:21 +0000 (0:00:00.020) 0:03:19.863 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 06 July 2024 19:00:21 +0000 (0:00:00.020) 0:03:19.884 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:135 Saturday 06 July 2024 19:00:21 +0000 (0:00:00.022) 0:03:19.906 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:146 Saturday 06 July 2024 19:00:21 +0000 (0:00:00.022) 0:03:19.929 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 06 July 2024 19:00:21 +0000 (0:00:00.066) 0:03:19.996 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 06 July 2024 19:00:21 +0000 (0:00:00.039) 0:03:20.036 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 06 July 2024 19:00:21 +0000 (0:00:00.044) 0:03:20.080 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 06 July 2024 19:00:21 +0000 (0:00:00.022) 0:03:20.102 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 06 July 2024 19:00:21 +0000 (0:00:00.031) 0:03:20.133 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 06 July 2024 19:00:21 +0000 (0:00:00.043) 0:03:20.177 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 06 July 2024 19:00:21 +0000 (0:00:00.026) 0:03:20.204 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 06 July 2024 19:00:21 +0000 (0:00:00.025) 0:03:20.229 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 06 July 2024 19:00:21 +0000 (0:00:00.029) 0:03:20.259 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 06 July 2024 19:00:22 +0000 (0:00:00.283) 0:03:20.543 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 06 July 2024 19:00:22 +0000 (0:00:00.032) 0:03:20.575 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720292285.1780567, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720292252.046147, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "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": "1435974324", "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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 06 July 2024 19:00:22 +0000 (0:00:00.256) 0:03:20.831 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 06 July 2024 19:00:22 +0000 (0:00:00.020) 0:03:20.852 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 06 July 2024 19:00:22 +0000 (0:00:00.020) 0:03:20.872 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 06 July 2024 19:00:22 +0000 (0:00:00.020) 0:03:20.893 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 06 July 2024 19:00:22 +0000 (0:00:00.020) 0:03:20.913 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 06 July 2024 19:00:22 +0000 (0:00:00.021) 0:03:20.935 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 06 July 2024 19:00:22 +0000 (0:00:00.022) 0:03:20.957 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 06 July 2024 19:00:22 +0000 (0:00:00.033) 0:03:20.991 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 06 July 2024 19:00:22 +0000 (0:00:00.027) 0:03:21.018 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 06 July 2024 19:00:22 +0000 (0:00:00.041) 0:03:21.060 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 06 July 2024 19:00:22 +0000 (0:00:00.030) 0:03:21.090 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 06 July 2024 19:00:22 +0000 (0:00:00.022) 0:03:21.112 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 06 July 2024 19:00:22 +0000 (0:00:00.041) 0:03:21.154 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Cleanup quadlets] **************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:220 Saturday 06 July 2024 19:00:22 +0000 (0:00:00.028) 0:03:21.183 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Saturday 06 July 2024 19:00:22 +0000 (0:00:00.106) 0:03:21.289 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 Saturday 06 July 2024 19:00:22 +0000 (0:00:00.021) 0:03:21.310 ********* 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 : See if quadlet file exists] ****************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:33 Saturday 06 July 2024 19:00:23 +0000 (0:00:00.377) 0:03:21.688 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create tempdir] ****************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:44 Saturday 06 July 2024 19:00:23 +0000 (0:00:00.045) 0:03:21.733 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fetch the network quadlet] ******************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:52 Saturday 06 July 2024 19:00:23 +0000 (0:00:00.035) 0:03:21.768 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get the network name] ************************ task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:58 Saturday 06 July 2024 19:00:23 +0000 (0:00:00.025) 0:03:21.793 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Remove tempdir] ****************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:64 Saturday 06 July 2024 19:00:23 +0000 (0:00:00.021) 0:03:21.815 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Remove quadlet file] ************************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:70 Saturday 06 July 2024 19:00:23 +0000 (0:00:00.021) 0:03:21.836 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:76 Saturday 06 July 2024 19:00:23 +0000 (0:00:00.259) 0:03:22.096 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 06 July 2024 19:00:23 +0000 (0:00:00.038) 0:03:22.135 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 06 July 2024 19:00:23 +0000 (0:00:00.027) 0:03:22.162 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 06 July 2024 19:00:23 +0000 (0:00:00.030) 0:03:22.192 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:84 Saturday 06 July 2024 19:00:23 +0000 (0:00:00.028) 0:03:22.220 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:93 Saturday 06 July 2024 19:00:23 +0000 (0:00:00.027) 0:03:22.248 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:101 Saturday 06 July 2024 19:00:23 +0000 (0:00:00.028) 0:03:22.277 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:224 Saturday 06 July 2024 19:00:23 +0000 (0:00:00.077) 0:03:22.355 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:153 Saturday 06 July 2024 19:00:23 +0000 (0:00:00.026) 0:03:22.381 ********* TASK [linux-system-roles.podman : Handle credential files - absent] ************ task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:159 Saturday 06 July 2024 19:00:23 +0000 (0:00:00.024) 0:03:22.406 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:3 Saturday 06 July 2024 19:00:23 +0000 (0:00:00.070) 0:03:22.476 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:11 Saturday 06 July 2024 19:00:23 +0000 (0:00:00.025) 0:03:22.501 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 06 July 2024 19:00:24 +0000 (0:00:00.037) 0:03:22.539 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 06 July 2024 19:00:24 +0000 (0:00:00.027) 0:03:22.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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 06 July 2024 19:00:24 +0000 (0:00:00.036) 0:03:22.603 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 06 July 2024 19:00:24 +0000 (0:00:00.030) 0:03:22.634 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 06 July 2024 19:00:24 +0000 (0:00:00.262) 0:03:22.896 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 06 July 2024 19:00:24 +0000 (0:00:00.043) 0:03:22.939 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720292285.1780567, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720292252.046147, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "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": "1435974324", "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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 06 July 2024 19:00:24 +0000 (0:00:00.289) 0:03:23.229 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 06 July 2024 19:00:24 +0000 (0:00:00.028) 0:03:23.257 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 06 July 2024 19:00:24 +0000 (0:00:00.022) 0:03:23.279 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 06 July 2024 19:00:24 +0000 (0:00:00.094) 0:03:23.374 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 06 July 2024 19:00:24 +0000 (0:00:00.037) 0:03:23.412 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 06 July 2024 19:00:24 +0000 (0:00:00.057) 0:03:23.469 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 06 July 2024 19:00:24 +0000 (0:00:00.040) 0:03:23.509 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 06 July 2024 19:00:25 +0000 (0:00:00.024) 0:03:23.534 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set credential variables] ******************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:17 Saturday 06 July 2024 19:00:25 +0000 (0:00:00.036) 0:03:23.571 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:45 Saturday 06 July 2024 19:00:25 +0000 (0:00:00.031) 0:03:23.602 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:53 Saturday 06 July 2024 19:00:25 +0000 (0:00:00.025) 0:03:23.628 ********* skipping: [sut] => { "censored": "the 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:63 Saturday 06 July 2024 19:00:25 +0000 (0:00:00.021) 0:03:23.649 ********* skipping: [sut] => { "censored": "the 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:80 Saturday 06 July 2024 19:00:25 +0000 (0:00:00.026) 0:03:23.675 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:86 Saturday 06 July 2024 19:00:25 +0000 (0:00:00.264) 0:03:23.940 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:94 Saturday 06 July 2024 19:00:25 +0000 (0:00:00.240) 0:03:24.181 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:168 Saturday 06 July 2024 19:00:25 +0000 (0:00:00.269) 0:03:24.450 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:3 Saturday 06 July 2024 19:00:25 +0000 (0:00:00.064) 0:03:24.514 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:10 Saturday 06 July 2024 19:00:26 +0000 (0:00:00.065) 0:03:24.580 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:15 Saturday 06 July 2024 19:00:26 +0000 (0:00:00.022) 0:03:24.602 ********* ok: [sut] => { "ansible_facts": { "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:19 Saturday 06 July 2024 19:00:26 +0000 (0:00:00.021) 0:03:24.623 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 06 July 2024 19:00:26 +0000 (0:00:00.037) 0:03:24.661 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 06 July 2024 19:00:26 +0000 (0:00:00.031) 0:03:24.693 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 06 July 2024 19:00:26 +0000 (0:00:00.058) 0:03:24.751 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 06 July 2024 19:00:26 +0000 (0:00:00.030) 0:03:24.782 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 06 July 2024 19:00:26 +0000 (0:00:00.251) 0:03:25.034 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 06 July 2024 19:00:26 +0000 (0:00:00.039) 0:03:25.073 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720292285.1780567, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720292252.046147, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "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": "1435974324", "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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 06 July 2024 19:00:26 +0000 (0:00:00.271) 0:03:25.345 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 06 July 2024 19:00:26 +0000 (0:00:00.022) 0:03:25.368 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 06 July 2024 19:00:26 +0000 (0:00:00.025) 0:03:25.393 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 06 July 2024 19:00:26 +0000 (0:00:00.021) 0:03:25.414 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 06 July 2024 19:00:26 +0000 (0:00:00.019) 0:03:25.434 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 06 July 2024 19:00:26 +0000 (0:00:00.020) 0:03:25.454 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 06 July 2024 19:00:26 +0000 (0:00:00.020) 0:03:25.474 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 06 July 2024 19:00:27 +0000 (0:00:00.076) 0:03:25.550 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:24 Saturday 06 July 2024 19:00:27 +0000 (0:00:00.031) 0:03:25.582 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:29 Saturday 06 July 2024 19:00:27 +0000 (0:00:00.039) 0:03:25.622 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:36 Saturday 06 July 2024 19:00:27 +0000 (0:00:00.028) 0:03:25.651 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:70 Saturday 06 July 2024 19:00:27 +0000 (0:00:00.036) 0:03:25.687 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure certs.d files] ************************ task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:78 Saturday 06 July 2024 19:00:27 +0000 (0:00:00.021) 0:03:25.709 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:95 Saturday 06 July 2024 19:00:27 +0000 (0:00:00.032) 0:03:25.741 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:102 Saturday 06 July 2024 19:00:27 +0000 (0:00:00.738) 0:03:26.480 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:110 Saturday 06 July 2024 19:00:28 +0000 (0:00:00.271) 0:03:26.751 ********* 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-cieh_9yotc/tests/tests_auth_and_security.yml:233 Saturday 06 July 2024 19:00:28 +0000 (0:00:00.250) 0:03:27.002 ********* TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 06 July 2024 19:00:28 +0000 (0:00:00.042) 0:03:27.045 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 06 July 2024 19:00:28 +0000 (0:00:00.094) 0:03:27.139 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 06 July 2024 19:00:28 +0000 (0:00:00.037) 0:03:27.176 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set flag to indicate system is ostree] ******* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 06 July 2024 19:00:28 +0000 (0:00:00.056) 0:03:27.233 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 06 July 2024 19:00:28 +0000 (0:00:00.020) 0:03:27.254 ********* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/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-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 06 July 2024 19:00:28 +0000 (0:00:00.050) 0:03:27.305 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 06 July 2024 19:00:30 +0000 (0:00:01.603) 0:03:28.908 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 06 July 2024 19:00:30 +0000 (0:00:00.021) 0:03:28.930 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 06 July 2024 19:00:30 +0000 (0:00:00.026) 0:03:28.957 ********* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.033931", "end": "2024-07-06 19:00:30.672884", "rc": 0, "start": "2024-07-06 19:00:30.638953" } STDOUT: podman version 4.9.4-dev TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Saturday 06 July 2024 19:00:30 +0000 (0:00:00.301) 0:03:29.258 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Saturday 06 July 2024 19:00:30 +0000 (0:00:00.031) 0:03:29.289 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Saturday 06 July 2024 19:00:30 +0000 (0:00:00.021) 0:03:29.311 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Saturday 06 July 2024 19:00:30 +0000 (0:00:00.045) 0:03:29.357 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 06 July 2024 19:00:30 +0000 (0:00:00.044) 0:03:29.401 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 06 July 2024 19:00:31 +0000 (0:00:00.275) 0:03:29.677 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 06 July 2024 19:00:31 +0000 (0:00:00.028) 0:03:29.705 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 06 July 2024 19:00:31 +0000 (0:00:00.039) 0:03:29.745 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 06 July 2024 19:00:31 +0000 (0:00:00.273) 0:03:30.019 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 06 July 2024 19:00:31 +0000 (0:00:00.027) 0:03:30.047 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720292285.1780567, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720292252.046147, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "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": "1435974324", "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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 06 July 2024 19:00:31 +0000 (0:00:00.269) 0:03:30.316 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.003588", "end": "2024-07-06 19:00:32.020631", "rc": 0, "start": "2024-07-06 19:00:32.017043" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 06 July 2024 19:00:32 +0000 (0:00:00.253) 0:03:30.570 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003909", "end": "2024-07-06 19:00:32.276433", "rc": 0, "start": "2024-07-06 19:00:32.272524" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 06 July 2024 19:00:32 +0000 (0:00:00.319) 0:03:30.889 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 06 July 2024 19:00:32 +0000 (0:00:00.078) 0:03:30.967 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 06 July 2024 19:00:32 +0000 (0:00:00.027) 0:03:30.994 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 06 July 2024 19:00:32 +0000 (0:00:00.022) 0:03:31.016 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 06 July 2024 19:00:32 +0000 (0:00:00.022) 0:03:31.039 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 06 July 2024 19:00:32 +0000 (0:00:00.044) 0:03:31.083 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Saturday 06 July 2024 19:00:32 +0000 (0:00:00.029) 0:03:31.112 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Saturday 06 July 2024 19:00:32 +0000 (0:00:00.045) 0:03:31.158 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 06 July 2024 19:00:32 +0000 (0:00:00.043) 0:03:31.202 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 06 July 2024 19:00:32 +0000 (0:00:00.023) 0:03:31.225 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Saturday 06 July 2024 19:00:32 +0000 (0:00:00.023) 0:03:31.249 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 06 July 2024 19:00:32 +0000 (0:00:00.055) 0:03:31.304 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 06 July 2024 19:00:32 +0000 (0:00:00.028) 0:03:31.332 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Saturday 06 July 2024 19:00:32 +0000 (0:00:00.035) 0:03:31.367 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 06 July 2024 19:00:32 +0000 (0:00:00.045) 0:03:31.413 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 06 July 2024 19:00:32 +0000 (0:00:00.061) 0:03:31.475 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Saturday 06 July 2024 19:00:32 +0000 (0:00:00.021) 0:03:31.496 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 06 July 2024 19:00:33 +0000 (0:00:00.042) 0:03:31.538 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 06 July 2024 19:00:33 +0000 (0:00:00.020) 0:03:31.559 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 06 July 2024 19:00:33 +0000 (0:00:00.021) 0:03:31.580 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 06 July 2024 19:00:33 +0000 (0:00:00.020) 0:03:31.601 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Saturday 06 July 2024 19:00:33 +0000 (0:00:00.021) 0:03:31.622 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Saturday 06 July 2024 19:00:33 +0000 (0:00:00.020) 0:03:31.643 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Saturday 06 July 2024 19:00:33 +0000 (0:00:00.021) 0:03:31.664 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Saturday 06 July 2024 19:00:33 +0000 (0:00:00.020) 0:03:31.685 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:3 Saturday 06 July 2024 19:00:33 +0000 (0:00:00.050) 0:03:31.735 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:10 Saturday 06 July 2024 19:00:33 +0000 (0:00:00.021) 0:03:31.757 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:15 Saturday 06 July 2024 19:00:33 +0000 (0:00:00.021) 0:03:31.778 ********* ok: [sut] => { "ansible_facts": { "__podman_rootless": true }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:19 Saturday 06 July 2024 19:00:33 +0000 (0:00:00.021) 0:03:31.800 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 06 July 2024 19:00:33 +0000 (0:00:00.035) 0:03:31.836 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 06 July 2024 19:00:33 +0000 (0:00:00.069) 0:03:31.905 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 06 July 2024 19:00:33 +0000 (0:00:00.025) 0:03:31.931 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 06 July 2024 19:00:33 +0000 (0:00:00.032) 0:03:31.963 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 06 July 2024 19:00:33 +0000 (0:00:00.255) 0:03:32.219 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 06 July 2024 19:00:33 +0000 (0:00:00.029) 0:03:32.248 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720292285.1780567, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720292252.046147, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "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": "1435974324", "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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 06 July 2024 19:00:33 +0000 (0:00:00.264) 0:03:32.513 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.004345", "end": "2024-07-06 19:00:34.208842", "rc": 0, "start": "2024-07-06 19:00:34.204497" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 06 July 2024 19:00:34 +0000 (0:00:00.246) 0:03:32.759 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.004988", "end": "2024-07-06 19:00:34.446779", "rc": 0, "start": "2024-07-06 19:00:34.441791" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 06 July 2024 19:00:34 +0000 (0:00:00.238) 0:03:32.998 ********* ok: [sut] => { "ansible_facts": { "podman_subgid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } }, "podman_subuid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } } }, "changed": false } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 06 July 2024 19:00:34 +0000 (0:00:00.035) 0:03:33.033 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 06 July 2024 19:00:34 +0000 (0:00:00.021) 0:03:33.055 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 06 July 2024 19:00:34 +0000 (0:00:00.023) 0:03:33.078 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 06 July 2024 19:00:34 +0000 (0:00:00.022) 0:03:33.100 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 06 July 2024 19:00:34 +0000 (0:00:00.022) 0:03:33.123 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:24 Saturday 06 July 2024 19:00:34 +0000 (0:00:00.022) 0:03:33.146 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:29 Saturday 06 July 2024 19:00:34 +0000 (0:00:00.028) 0:03:33.174 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:36 Saturday 06 July 2024 19:00:34 +0000 (0:00:00.067) 0:03:33.242 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Ensure certs.d directory] ******************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:70 Saturday 06 July 2024 19:00:34 +0000 (0:00:00.030) 0:03:33.272 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure certs.d files] ************************ task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:78 Saturday 06 July 2024 19:00:34 +0000 (0:00:00.022) 0:03:33.294 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:95 Saturday 06 July 2024 19:00:34 +0000 (0:00:00.030) 0:03:33.325 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:102 Saturday 06 July 2024 19:00:34 +0000 (0:00:00.035) 0:03:33.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 the certs.d directory is absent if empty] *** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:110 Saturday 06 July 2024 19:00:34 +0000 (0:00:00.022) 0:03:33.383 ********* skipping: [sut] => { "censored": "the 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:123 Saturday 06 July 2024 19:00:34 +0000 (0:00:00.021) 0:03:33.405 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:3 Saturday 06 July 2024 19:00:34 +0000 (0:00:00.054) 0:03:33.460 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:11 Saturday 06 July 2024 19:00:34 +0000 (0:00:00.030) 0:03:33.490 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 06 July 2024 19:00:35 +0000 (0:00:00.037) 0:03:33.528 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 06 July 2024 19:00:35 +0000 (0:00:00.028) 0:03:33.556 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 06 July 2024 19:00:35 +0000 (0:00:00.045) 0:03:33.602 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 06 July 2024 19:00:35 +0000 (0:00:00.033) 0:03:33.636 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 06 July 2024 19:00:35 +0000 (0:00:00.251) 0:03:33.887 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 06 July 2024 19:00:35 +0000 (0:00:00.028) 0:03:33.916 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720292285.1780567, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720292252.046147, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "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": "1435974324", "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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 06 July 2024 19:00:35 +0000 (0:00:00.305) 0:03:34.222 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.003903", "end": "2024-07-06 19:00:35.921114", "rc": 0, "start": "2024-07-06 19:00:35.917211" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 06 July 2024 19:00:35 +0000 (0:00:00.271) 0:03:34.493 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.005167", "end": "2024-07-06 19:00:36.189427", "rc": 0, "start": "2024-07-06 19:00:36.184260" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 06 July 2024 19:00:36 +0000 (0:00:00.248) 0:03:34.742 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 06 July 2024 19:00:36 +0000 (0:00:00.033) 0:03:34.776 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 06 July 2024 19:00:36 +0000 (0:00:00.035) 0:03:34.811 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 06 July 2024 19:00:36 +0000 (0:00:00.045) 0:03:34.856 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 06 July 2024 19:00:36 +0000 (0:00:00.039) 0:03:34.896 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 06 July 2024 19:00:36 +0000 (0:00:00.046) 0:03:34.942 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set credential variables] ******************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:17 Saturday 06 July 2024 19:00:36 +0000 (0:00:00.024) 0:03:34.967 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:45 Saturday 06 July 2024 19:00:36 +0000 (0:00:00.031) 0:03:34.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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:53 Saturday 06 July 2024 19:00:36 +0000 (0:00:00.021) 0:03:35.019 ********* skipping: [sut] => { "censored": "the 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:63 Saturday 06 July 2024 19:00:36 +0000 (0:00:00.021) 0:03:35.041 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Ensure credential file is absent] ************ task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:80 Saturday 06 July 2024 19:00:36 +0000 (0:00:00.024) 0:03:35.065 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Find files in credentials directory] ********* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:86 Saturday 06 July 2024 19:00:36 +0000 (0:00:00.028) 0:03:35.094 ********* skipping: [sut] => { "censored": "the 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:94 Saturday 06 July 2024 19:00:36 +0000 (0:00:00.047) 0:03:35.142 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Saturday 06 July 2024 19:00:36 +0000 (0:00:00.026) 0:03:35.168 ********* skipping: [sut] => { "censored": "the 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:139 Saturday 06 July 2024 19:00:36 +0000 (0:00:00.030) 0:03:35.198 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:14 Saturday 06 July 2024 19:00:36 +0000 (0:00:00.157) 0:03:35.356 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:34 Saturday 06 July 2024 19:00:36 +0000 (0:00:00.064) 0:03:35.421 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:60 Saturday 06 July 2024 19:00:36 +0000 (0:00:00.048) 0:03:35.469 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:66 Saturday 06 July 2024 19:00:36 +0000 (0:00:00.039) 0:03:35.508 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 06 July 2024 19:00:37 +0000 (0:00:00.052) 0:03:35.561 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 06 July 2024 19:00:37 +0000 (0:00:00.028) 0:03:35.589 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 06 July 2024 19:00:37 +0000 (0:00:00.027) 0:03:35.616 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 06 July 2024 19:00:37 +0000 (0:00:00.029) 0:03:35.646 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 06 July 2024 19:00:37 +0000 (0:00:00.270) 0:03:35.917 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 06 July 2024 19:00:37 +0000 (0:00:00.033) 0:03:35.950 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720292285.1780567, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720292252.046147, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "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": "1435974324", "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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 06 July 2024 19:00:37 +0000 (0:00:00.280) 0:03:36.231 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.005586", "end": "2024-07-06 19:00:37.954071", "rc": 0, "start": "2024-07-06 19:00:37.948485" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 06 July 2024 19:00:38 +0000 (0:00:00.321) 0:03:36.553 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003777", "end": "2024-07-06 19:00:38.269983", "rc": 0, "start": "2024-07-06 19:00:38.266206" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 06 July 2024 19:00:38 +0000 (0:00:00.282) 0:03:36.835 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 06 July 2024 19:00:38 +0000 (0:00:00.048) 0:03:36.883 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 06 July 2024 19:00:38 +0000 (0:00:00.082) 0:03:36.966 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 06 July 2024 19:00:38 +0000 (0:00:00.034) 0:03:37.000 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 06 July 2024 19:00:38 +0000 (0:00:00.022) 0:03:37.022 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 06 July 2024 19:00:38 +0000 (0:00:00.026) 0:03:37.049 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:71 Saturday 06 July 2024 19:00:38 +0000 (0:00:00.031) 0:03:37.081 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:80 Saturday 06 July 2024 19:00:38 +0000 (0:00:00.030) 0:03:37.111 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:94 Saturday 06 July 2024 19:00:38 +0000 (0:00:00.040) 0:03:37.152 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:100 Saturday 06 July 2024 19:00:38 +0000 (0:00:00.052) 0:03:37.204 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:108 Saturday 06 July 2024 19:00:38 +0000 (0:00:00.027) 0:03:37.232 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:123 Saturday 06 July 2024 19:00:38 +0000 (0:00:00.040) 0:03:37.272 ********* 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.009499", "end": "2024-07-06 19:00:38.987116", "rc": 0, "start": "2024-07-06 19:00:38.977617" } 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:131 Saturday 06 July 2024 19:00:39 +0000 (0:00:00.263) 0:03:37.536 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:2 Saturday 06 July 2024 19:00:39 +0000 (0:00:00.044) 0:03:37.580 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720292399.5827534, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1720292402.6537442, "dev": 61, "device_type": 0, "executable": true, "exists": true, "gid": 2001, "gr_name": "auth_test_user1", "inode": 124086, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1720292402.6537442, "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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:10 Saturday 06 July 2024 19:00:39 +0000 (0:00:00.255) 0:03:37.836 ********* 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-07-06 19:00:04 UTC", "ActiveEnterTimestampMonotonic": "962671621", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "-.mount run-user-2001.mount basic.target podman\\x2dkube.slice network-online.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-07-06 19:00:04 UTC", "AssertTimestampMonotonic": "962035316", "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-07-06 19:00:04 UTC", "ConditionTimestampMonotonic": "962035315", "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": "27528", "ExecMainStartTimestamp": "Sat 2024-07-06 19:00:04 UTC", "ExecMainStartTimestampMonotonic": "962671596", "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-07-06 19:00:04 UTC] ; stop_time=[n/a] ; pid=27492 ; 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-07-06 19:00:04 UTC", "InactiveExitTimestampMonotonic": "962035942", "InvocationID": "a948ba6a0b9749aa91e0f38c100ab62e", "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": "27528", "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]", "StateChangeTimestamp": "Sat 2024-07-06 19:00:04 UTC", "StateChangeTimestampMonotonic": "962671621", "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-07-06 19:00:04 UTC", "WatchdogTimestampMonotonic": "962671617", "WatchdogUSec": "0", "WorkingDirectory": "!/home/auth_test_user1" } } TASK [linux-system-roles.podman : Check if kube file exists] ******************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:28 Saturday 06 July 2024 19:00:40 +0000 (0:00:00.926) 0:03:38.763 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720292402.2277455, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fb0097683a2e5c8909a8037d64ddc1b350aed0be", "ctime": 1720292401.8987465, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 2001, "gr_name": "auth_test_user1", "inode": 520094038, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1720292401.709747, "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": "3806944401", "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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:33 Saturday 06 July 2024 19:00:40 +0000 (0:00:00.204) 0:03:38.968 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:45 Saturday 06 July 2024 19:00:40 +0000 (0:00:00.313) 0:03:39.281 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:50 Saturday 06 July 2024 19:00:40 +0000 (0:00:00.203) 0:03:39.484 ********* changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.043164", "end": "2024-07-06 19:00:41.183047", "rc": 0, "start": "2024-07-06 19:00:41.139883" } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:59 Saturday 06 July 2024 19:00:41 +0000 (0:00:00.280) 0:03:39.765 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 06 July 2024 19:00:41 +0000 (0:00:00.058) 0:03:39.823 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 06 July 2024 19:00:41 +0000 (0:00:00.025) 0:03:39.849 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 06 July 2024 19:00:41 +0000 (0:00:00.036) 0:03:39.886 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:135 Saturday 06 July 2024 19:00:41 +0000 (0:00:00.034) 0:03:39.920 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:146 Saturday 06 July 2024 19:00:41 +0000 (0:00:00.067) 0:03:39.987 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 06 July 2024 19:00:41 +0000 (0:00:00.080) 0:03:40.068 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 06 July 2024 19:00:41 +0000 (0:00:00.030) 0:03:40.099 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 06 July 2024 19:00:41 +0000 (0:00:00.026) 0:03:40.125 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 06 July 2024 19:00:41 +0000 (0:00:00.061) 0:03:40.186 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 06 July 2024 19:00:41 +0000 (0:00:00.034) 0:03:40.220 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 06 July 2024 19:00:41 +0000 (0:00:00.039) 0:03:40.260 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 06 July 2024 19:00:41 +0000 (0:00:00.026) 0:03:40.286 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 06 July 2024 19:00:41 +0000 (0:00:00.031) 0:03:40.318 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 06 July 2024 19:00:41 +0000 (0:00:00.031) 0:03:40.349 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 06 July 2024 19:00:42 +0000 (0:00:00.207) 0:03:40.557 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 06 July 2024 19:00:42 +0000 (0:00:00.030) 0:03:40.588 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720292285.1780567, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720292252.046147, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "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": "1435974324", "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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 06 July 2024 19:00:42 +0000 (0:00:00.201) 0:03:40.790 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.003709", "end": "2024-07-06 19:00:42.441834", "rc": 0, "start": "2024-07-06 19:00:42.438125" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 06 July 2024 19:00:42 +0000 (0:00:00.205) 0:03:40.996 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.004754", "end": "2024-07-06 19:00:42.646615", "rc": 0, "start": "2024-07-06 19:00:42.641861" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 06 July 2024 19:00:42 +0000 (0:00:00.203) 0:03:41.199 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 06 July 2024 19:00:42 +0000 (0:00:00.037) 0:03:41.237 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 06 July 2024 19:00:42 +0000 (0:00:00.025) 0:03:41.262 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 06 July 2024 19:00:42 +0000 (0:00:00.042) 0:03:41.305 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 06 July 2024 19:00:42 +0000 (0:00:00.034) 0:03:41.340 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 06 July 2024 19:00:42 +0000 (0:00:00.074) 0:03:41.415 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 06 July 2024 19:00:42 +0000 (0:00:00.025) 0:03:41.440 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 06 July 2024 19:00:42 +0000 (0:00:00.037) 0:03:41.478 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 06 July 2024 19:00:42 +0000 (0:00:00.032) 0:03:41.511 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 06 July 2024 19:00:43 +0000 (0:00:00.021) 0:03:41.532 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 06 July 2024 19:00:43 +0000 (0:00:00.047) 0:03:41.580 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:220 Saturday 06 July 2024 19:00:43 +0000 (0:00:00.025) 0:03:41.606 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Saturday 06 July 2024 19:00:43 +0000 (0:00:00.050) 0:03:41.656 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720292399.5827534, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1720292402.6537442, "dev": 61, "device_type": 0, "executable": true, "exists": true, "gid": 2001, "gr_name": "auth_test_user1", "inode": 124086, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1720292402.6537442, "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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 Saturday 06 July 2024 19:00:43 +0000 (0:00:00.218) 0:03:41.874 ********* changed: [sut] => { "changed": true, "enabled": false, "failed_when_result": false, "name": "auth_test_1_quadlet.service", "state": "stopped", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "-.mount basic.target -.slice run-user-2001.mount", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target default.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "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 : See if quadlet file exists] ****************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:33 Saturday 06 July 2024 19:00:43 +0000 (0:00:00.365) 0:03:42.240 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create tempdir] ****************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:44 Saturday 06 July 2024 19:00:43 +0000 (0:00:00.022) 0:03:42.262 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fetch the network quadlet] ******************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:52 Saturday 06 July 2024 19:00:43 +0000 (0:00:00.028) 0:03:42.291 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get the network name] ************************ task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:58 Saturday 06 July 2024 19:00:43 +0000 (0:00:00.022) 0:03:42.314 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Remove tempdir] ****************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:64 Saturday 06 July 2024 19:00:43 +0000 (0:00:00.031) 0:03:42.345 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Remove quadlet file] ************************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:70 Saturday 06 July 2024 19:00:43 +0000 (0:00:00.020) 0:03:42.366 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:76 Saturday 06 July 2024 19:00:44 +0000 (0:00:00.223) 0:03:42.590 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 06 July 2024 19:00:44 +0000 (0:00:00.059) 0:03:42.650 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 06 July 2024 19:00:44 +0000 (0:00:00.029) 0:03:42.680 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 06 July 2024 19:00:44 +0000 (0:00:00.044) 0:03:42.724 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:84 Saturday 06 July 2024 19:00:44 +0000 (0:00:00.048) 0:03:42.773 ********* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:93 Saturday 06 July 2024 19:00:44 +0000 (0:00:00.349) 0:03:43.122 ********* changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.040968", "end": "2024-07-06 19:00:44.818065", "rc": 0, "start": "2024-07-06 19:00:44.777097" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:101 Saturday 06 July 2024 19:00:44 +0000 (0:00:00.253) 0:03:43.376 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:224 Saturday 06 July 2024 19:00:44 +0000 (0:00:00.026) 0:03:43.402 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:153 Saturday 06 July 2024 19:00:44 +0000 (0:00:00.039) 0:03:43.442 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:4 Saturday 06 July 2024 19:00:44 +0000 (0:00:00.070) 0:03:43.512 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set cancel linger vars] ********************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:12 Saturday 06 July 2024 19:00:45 +0000 (0:00:00.027) 0:03:43.540 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:17 Saturday 06 July 2024 19:00:45 +0000 (0:00:00.038) 0:03:43.578 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720292399.5827534, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1720292402.6537442, "dev": 61, "device_type": 0, "executable": true, "exists": true, "gid": 2001, "gr_name": "auth_test_user1", "inode": 124086, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1720292402.6537442, "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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:22 Saturday 06 July 2024 19:00:45 +0000 (0:00:00.239) 0:03:43.817 ********* ok: [sut] => { "changed": false, "containers": [] } TASK [linux-system-roles.podman : Gather facts for networks] ******************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:31 Saturday 06 July 2024 19:00:45 +0000 (0:00:00.295) 0:03:44.113 ********* ok: [sut] => { "changed": false, "cmd": [ "podman", "network", "ls", "-q" ], "delta": "0:00:00.051210", "end": "2024-07-06 19:00:45.817907", "rc": 0, "start": "2024-07-06 19:00:45.766697" } STDOUT: podman podman-default-kube-network TASK [linux-system-roles.podman : Gather secrets] ****************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:41 Saturday 06 July 2024 19:00:45 +0000 (0:00:00.259) 0:03:44.373 ********* ok: [sut] => { "changed": false, "cmd": [ "podman", "secret", "ls", "-n", "-q" ], "delta": "0:00:00.038721", "end": "2024-07-06 19:00:46.062999", "rc": 0, "start": "2024-07-06 19:00:46.024278" } TASK [linux-system-roles.podman : Cancel linger if no more resources are in use] *** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:51 Saturday 06 July 2024 19:00:46 +0000 (0:00:00.245) 0:03:44.618 ********* changed: [sut] => { "changed": true, "cmd": [ "loginctl", "disable-linger", "auth_test_user1" ], "delta": "0:00:00.007793", "end": "2024-07-06 19:00:46.269879", "rc": 0, "start": "2024-07-06 19:00:46.262086" } TASK [linux-system-roles.podman : Handle credential files - absent] ************ task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:159 Saturday 06 July 2024 19:00:46 +0000 (0:00:00.205) 0:03:44.823 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:3 Saturday 06 July 2024 19:00:46 +0000 (0:00:00.066) 0:03:44.890 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:11 Saturday 06 July 2024 19:00:46 +0000 (0:00:00.023) 0:03:44.913 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 06 July 2024 19:00:46 +0000 (0:00:00.035) 0:03:44.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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 06 July 2024 19:00:46 +0000 (0:00:00.024) 0:03:44.973 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 06 July 2024 19:00:46 +0000 (0:00:00.025) 0:03:44.999 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 06 July 2024 19:00:46 +0000 (0:00:00.028) 0:03:45.028 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 06 July 2024 19:00:46 +0000 (0:00:00.244) 0:03:45.273 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 06 July 2024 19:00:46 +0000 (0:00:00.027) 0:03:45.300 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720292285.1780567, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720292252.046147, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "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": "1435974324", "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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 06 July 2024 19:00:46 +0000 (0:00:00.191) 0:03:45.492 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.003498", "end": "2024-07-06 19:00:47.142589", "rc": 0, "start": "2024-07-06 19:00:47.139091" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 06 July 2024 19:00:47 +0000 (0:00:00.200) 0:03:45.692 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003609", "end": "2024-07-06 19:00:47.337934", "rc": 0, "start": "2024-07-06 19:00:47.334325" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 06 July 2024 19:00:47 +0000 (0:00:00.193) 0:03:45.886 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 06 July 2024 19:00:47 +0000 (0:00:00.034) 0:03:45.921 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 06 July 2024 19:00:47 +0000 (0:00:00.038) 0:03:45.959 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 06 July 2024 19:00:47 +0000 (0:00:00.024) 0:03:45.984 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 06 July 2024 19:00:47 +0000 (0:00:00.022) 0:03:46.007 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 06 July 2024 19:00:47 +0000 (0:00:00.021) 0:03:46.028 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set credential variables] ******************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:17 Saturday 06 July 2024 19:00:47 +0000 (0:00:00.025) 0:03:46.053 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:45 Saturday 06 July 2024 19:00:47 +0000 (0:00:00.031) 0:03:46.084 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:53 Saturday 06 July 2024 19:00:47 +0000 (0:00:00.022) 0:03:46.107 ********* skipping: [sut] => { "censored": "the 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:63 Saturday 06 July 2024 19:00:47 +0000 (0:00:00.023) 0:03:46.130 ********* skipping: [sut] => { "censored": "the 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:80 Saturday 06 July 2024 19:00:47 +0000 (0:00:00.031) 0:03:46.162 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:86 Saturday 06 July 2024 19:00:47 +0000 (0:00:00.200) 0:03:46.363 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:94 Saturday 06 July 2024 19:00:48 +0000 (0:00:00.205) 0:03:46.568 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:168 Saturday 06 July 2024 19:00:48 +0000 (0:00:00.023) 0:03:46.592 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:3 Saturday 06 July 2024 19:00:48 +0000 (0:00:00.069) 0:03:46.662 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:10 Saturday 06 July 2024 19:00:48 +0000 (0:00:00.045) 0:03:46.707 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:15 Saturday 06 July 2024 19:00:48 +0000 (0:00:00.023) 0:03:46.730 ********* ok: [sut] => { "ansible_facts": { "__podman_rootless": true }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:19 Saturday 06 July 2024 19:00:48 +0000 (0:00:00.022) 0:03:46.753 ********* included: /WORKDIR/git-weekly-cieh_9yotc/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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 06 July 2024 19:00:48 +0000 (0:00:00.042) 0:03:46.796 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 06 July 2024 19:00:48 +0000 (0:00:00.030) 0:03:46.826 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 06 July 2024 19:00:48 +0000 (0:00:00.027) 0:03:46.853 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 06 July 2024 19:00:48 +0000 (0:00:00.040) 0:03:46.894 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 06 July 2024 19:00:48 +0000 (0:00:00.196) 0:03:47.091 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 06 July 2024 19:00:48 +0000 (0:00:00.042) 0:03:47.133 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720292285.1780567, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1720292252.046147, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "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": "1435974324", "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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 06 July 2024 19:00:48 +0000 (0:00:00.194) 0:03:47.328 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.003454", "end": "2024-07-06 19:00:48.970319", "rc": 0, "start": "2024-07-06 19:00:48.966865" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 06 July 2024 19:00:49 +0000 (0:00:00.233) 0:03:47.561 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003436", "end": "2024-07-06 19:00:49.207427", "rc": 0, "start": "2024-07-06 19:00:49.203991" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 06 July 2024 19:00:49 +0000 (0:00:00.197) 0:03:47.759 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 06 July 2024 19:00:49 +0000 (0:00:00.030) 0:03:47.790 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 06 July 2024 19:00:49 +0000 (0:00:00.027) 0:03:47.817 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 06 July 2024 19:00:49 +0000 (0:00:00.025) 0:03:47.842 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 06 July 2024 19:00:49 +0000 (0:00:00.046) 0:03:47.888 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 06 July 2024 19:00:49 +0000 (0:00:00.041) 0:03:47.929 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:24 Saturday 06 July 2024 19:00:49 +0000 (0:00:00.038) 0:03:47.968 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:29 Saturday 06 July 2024 19:00:49 +0000 (0:00:00.047) 0:03:48.015 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:36 Saturday 06 July 2024 19:00:49 +0000 (0:00:00.034) 0:03:48.050 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:70 Saturday 06 July 2024 19:00:49 +0000 (0:00:00.043) 0:03:48.093 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure certs.d files] ************************ task path: /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:78 Saturday 06 July 2024 19:00:49 +0000 (0:00:00.032) 0:03:48.126 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:95 Saturday 06 July 2024 19:00:49 +0000 (0:00:00.036) 0:03:48.163 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:102 Saturday 06 July 2024 19:00:50 +0000 (0:00:00.605) 0:03:48.768 ********* 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-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:110 Saturday 06 July 2024 19:00:50 +0000 (0:00:00.216) 0:03:48.985 ********* 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-cieh_9yotc/tests/tests_auth_and_security.yml:255 Saturday 06 July 2024 19:00:50 +0000 (0:00:00.257) 0:03:49.243 ********* changed: [sut] => { "changed": true, "force": false, "name": "auth_test_user1", "remove": false, "state": "absent" } TASK [Remove homedir] ********************************************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/tests_auth_and_security.yml:260 Saturday 06 July 2024 19:00:51 +0000 (0:00:00.287) 0:03:49.530 ********* changed: [sut] => { "changed": true, "path": "/home/auth_test_user1", "state": "absent" } TASK [Remove local tmpdir] ***************************************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/tests_auth_and_security.yml:278 Saturday 06 July 2024 19:00:51 +0000 (0:00:00.213) 0:03:49.744 ********* changed: [sut -> localhost] => { "changed": true, "path": "/tmp/lsr_v8eb57s7_podman", "state": "absent" } TASK [Clean up registry] ******************************************************* task path: /WORKDIR/git-weekly-cieh_9yotc/tests/tests_auth_and_security.yml:286 Saturday 06 July 2024 19:00:51 +0000 (0:00:00.119) 0:03:49.864 ********* included: /WORKDIR/git-weekly-cieh_9yotc/tests/tasks/cleanup_registry.yml for sut TASK [Destroy registry container] ********************************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/tasks/cleanup_registry.yml:3 Saturday 06 July 2024 19:00:51 +0000 (0:00:00.031) 0:03:49.895 ********* changed: [sut] => { "changed": true, "cmd": [ "podman", "rm", "-f", "podman_registry" ], "delta": "0:00:00.258844", "end": "2024-07-06 19:00:51.791589", "rc": 0, "start": "2024-07-06 19:00:51.532745" } STDOUT: podman_registry TASK [Cleanup paths] *********************************************************** task path: /WORKDIR/git-weekly-cieh_9yotc/tests/tasks/cleanup_registry.yml:7 Saturday 06 July 2024 19:00:51 +0000 (0:00:00.453) 0:03:50.349 ********* changed: [sut] => (item=/tmp/lsr_uznnqfkb_podman) => { "ansible_loop_var": "item", "changed": true, "item": "/tmp/lsr_uznnqfkb_podman", "path": "/tmp/lsr_uznnqfkb_podman", "state": "absent" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=787 changed=71 unreachable=0 failed=0 skipped=892 rescued=2 ignored=0 Saturday 06 July 2024 19:00:52 +0000 (0:00:00.187) 0:03:50.537 ********* =============================================================================== linux-system-roles.podman : Ensure required packages are installed ----- 59.79s /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Ensure test packages ---------------------------------------------------- 4.64s /WORKDIR/git-weekly-cieh_9yotc/tests/tasks/setup_registry.yml:54 -------------- fedora.linux_system_roles.certificate : Ensure provider packages are installed --- 3.96s /WORKDIR/git-weekly-cieh_9yotc/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 linux-system-roles.podman : Gather the package facts -------------------- 3.28s /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Start registry ---------------------------------------------------------- 3.23s /WORKDIR/git-weekly-cieh_9yotc/tests/tasks/setup_registry.yml:92 -------------- fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed --- 3.04s /WORKDIR/git-weekly-cieh_9yotc/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 linux-system-roles.podman : Gather the package facts -------------------- 1.98s /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Gather the package facts -------------------- 1.72s /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Gather the package facts -------------------- 1.60s /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Start service ------------------------------- 1.44s /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:133 linux-system-roles.podman : Gather the package facts -------------------- 1.35s /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Gather the package facts -------------------- 1.35s /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Gather the package facts -------------------- 1.34s /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Push test images into local registry ------------------------------------ 1.34s /WORKDIR/git-weekly-cieh_9yotc/tests/tasks/setup_registry.yml:118 ------------- linux-system-roles.podman : Gather the package facts -------------------- 1.34s /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Gather the package facts -------------------- 1.29s /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Ensure container images are present --------- 1.26s /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:39 linux-system-roles.podman : Update containers/pods ---------------------- 1.16s /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:99 linux-system-roles.podman : Stop and disable service -------------------- 1.03s /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:10 linux-system-roles.podman : Update containers/pods ---------------------- 0.97s /WORKDIR/git-weekly-cieh_9yotc/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:99 ---^---^---^---^---^--- # 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) ---^---^---^---^---^---