# 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-cig8iawl36/tests/tests_auth_and_security.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Include vault variables] ************************************************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/tests_auth_and_security.yml:4 Saturday 04 May 2024 16:29:28 +0000 (0:00:00.014) 0:00:00.014 ********** 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-cig8iawl36/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-cig8iawl36/tests/tests_auth_and_security.yml:9 Saturday 04 May 2024 16:29:28 +0000 (0:00:00.022) 0:00:00.037 ********** ok: [sut] META: ran handlers TASK [Run the role with no config to install podman] *************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/tests_auth_and_security.yml:48 Saturday 04 May 2024 16:29:29 +0000 (0:00:00.798) 0:00:00.835 ********** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 04 May 2024 16:29:29 +0000 (0:00:00.074) 0:00:00.910 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 04 May 2024 16:29:29 +0000 (0:00:00.022) 0:00:00.932 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 04 May 2024 16:29:29 +0000 (0:00:00.022) 0:00:00.954 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.podman : Set flag to indicate system is ostree] ******* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 04 May 2024 16:29:29 +0000 (0:00:00.274) 0:00:01.229 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 04 May 2024 16:29:29 +0000 (0:00:00.022) 0:00:01.252 ********** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 04 May 2024 16:29:29 +0000 (0:00:00.034) 0:00:01.287 ********** ok: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 04 May 2024 16:29:30 +0000 (0:00:00.798) 0:00:02.085 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 04 May 2024 16:29:30 +0000 (0:00:00.029) 0:00:02.115 ********** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: libnet-1.2-7.el9.x86_64", "Installed: shadow-utils-subid-2:4.9-8.el9.x86_64", "Installed: protobuf-c-1.3.3-13.el9.x86_64", "Installed: criu-3.19-1.el9.x86_64", "Installed: fuse-common-3.10.2-8.el9.x86_64", "Installed: aardvark-dns-2:1.9.0-1.el9.x86_64", "Installed: criu-libs-3.19-1.el9.x86_64", "Installed: crun-1.14.4-1.el9.x86_64", "Installed: slirp4netns-1.2.3-1.el9.x86_64", "Installed: conmon-3:2.1.10-2.el9.x86_64", "Installed: libslirp-4.4.0-7.el9.x86_64", "Installed: yajl-2.1.0-22.el9.x86_64", "Installed: container-selinux-3:2.230.0-1.el9.noarch", "Installed: fuse-overlayfs-1.13-1.el9.x86_64", "Installed: fuse3-3.10.2-8.el9.x86_64", "Installed: containers-common-2:1-61.el9.x86_64", "Installed: netavark-2:1.10.3-1.el9.x86_64", "Installed: fuse3-libs-3.10.2-8.el9.x86_64", "Installed: podman-2:5.0.0-1.el9.x86_64" ] } lsrpackages: podman shadow-utils-subid TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 04 May 2024 16:30:19 +0000 (0:00:48.953) 0:00:51.068 ********** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.038295", "end": "2024-05-04 16:30:19.939144", "rc": 0, "start": "2024-05-04 16:30:19.900849" } STDOUT: podman version 4.9.4-dev TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Saturday 04 May 2024 16:30:19 +0000 (0:00:00.356) 0:00:51.425 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Saturday 04 May 2024 16:30:20 +0000 (0:00:00.042) 0:00:51.468 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Saturday 04 May 2024 16:30:20 +0000 (0:00:00.049) 0:00:51.518 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: end_host conditional evaluated to false, continuing execution for sut TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Saturday 04 May 2024 16:30:20 +0000 (0:00:00.095) 0:00:51.613 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 04 May 2024 16:30:20 +0000 (0:00:00.040) 0:00:51.654 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 04 May 2024 16:30:20 +0000 (0:00:00.304) 0:00:51.959 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 04 May 2024 16:30:20 +0000 (0:00:00.035) 0:00:51.994 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 04 May 2024 16:30:20 +0000 (0:00:00.027) 0:00:52.022 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 04 May 2024 16:30:20 +0000 (0:00:00.217) 0:00:52.240 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 04 May 2024 16:30:20 +0000 (0:00:00.026) 0:00:52.267 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1689166618.0, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1714840188.8972206, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6932476, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "901385681", "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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 04 May 2024 16:30:21 +0000 (0:00:00.215) 0:00:52.483 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 04 May 2024 16:30:21 +0000 (0:00:00.019) 0:00:52.502 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 04 May 2024 16:30:21 +0000 (0:00:00.018) 0:00:52.521 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 04 May 2024 16:30:21 +0000 (0:00:00.019) 0:00:52.540 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 04 May 2024 16:30:21 +0000 (0:00:00.019) 0:00:52.560 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 04 May 2024 16:30:21 +0000 (0:00:00.024) 0:00:52.584 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 04 May 2024 16:30:21 +0000 (0:00:00.019) 0:00:52.604 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 04 May 2024 16:30:21 +0000 (0:00:00.020) 0:00:52.624 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Saturday 04 May 2024 16:30:21 +0000 (0:00:00.044) 0:00:52.669 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Saturday 04 May 2024 16:30:21 +0000 (0:00:00.106) 0:00:52.775 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 04 May 2024 16:30:21 +0000 (0:00:00.045) 0:00:52.821 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 04 May 2024 16:30:21 +0000 (0:00:00.024) 0:00:52.845 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Saturday 04 May 2024 16:30:21 +0000 (0:00:00.032) 0:00:52.877 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 04 May 2024 16:30:21 +0000 (0:00:00.051) 0:00:52.929 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 04 May 2024 16:30:21 +0000 (0:00:00.035) 0:00:52.964 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Saturday 04 May 2024 16:30:21 +0000 (0:00:00.040) 0:00:53.005 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 04 May 2024 16:30:21 +0000 (0:00:00.060) 0:00:53.065 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 04 May 2024 16:30:21 +0000 (0:00:00.022) 0:00:53.087 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Saturday 04 May 2024 16:30:21 +0000 (0:00:00.033) 0:00:53.121 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 04 May 2024 16:30:21 +0000 (0:00:00.040) 0:00:53.162 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 04 May 2024 16:30:21 +0000 (0:00:00.025) 0:00:53.187 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 04 May 2024 16:30:21 +0000 (0:00:00.029) 0:00:53.216 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 04 May 2024 16:30:21 +0000 (0:00:00.021) 0:00:53.238 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Saturday 04 May 2024 16:30:21 +0000 (0:00:00.024) 0:00:53.262 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Saturday 04 May 2024 16:30:21 +0000 (0:00:00.025) 0:00:53.288 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Saturday 04 May 2024 16:30:21 +0000 (0:00:00.056) 0:00:53.345 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Saturday 04 May 2024 16:30:21 +0000 (0:00:00.026) 0:00:53.371 ********** skipping: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:123 Saturday 04 May 2024 16:30:21 +0000 (0:00:00.026) 0:00:53.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 secrets] ****************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Saturday 04 May 2024 16:30:21 +0000 (0:00:00.030) 0:00:53.428 ********** skipping: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:139 Saturday 04 May 2024 16:30:22 +0000 (0:00:00.037) 0:00:53.466 ********** skipping: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:146 Saturday 04 May 2024 16:30:22 +0000 (0:00:00.029) 0:00:53.496 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:153 Saturday 04 May 2024 16:30:22 +0000 (0:00:00.019) 0:00:53.515 ********** TASK [linux-system-roles.podman : Handle credential files - absent] ************ task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:159 Saturday 04 May 2024 16:30:22 +0000 (0:00:00.019) 0:00:53.535 ********** skipping: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:168 Saturday 04 May 2024 16:30:22 +0000 (0:00:00.018) 0:00:53.554 ********** 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-cig8iawl36/tests/tests_auth_and_security.yml:52 Saturday 04 May 2024 16:30:22 +0000 (0:00:00.018) 0:00:53.572 ********** included: /WORKDIR/git-weekly-cig8iawl36/tests/tasks/setup_registry.yml for sut TASK [Create a temporary directory] ******************************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/tasks/setup_registry.yml:5 Saturday 04 May 2024 16:30:22 +0000 (0:00:00.045) 0:00:53.617 ********** changed: [sut] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/lsr_qrgwnyif_podman", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Set authdir] ************************************************************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/tasks/setup_registry.yml:12 Saturday 04 May 2024 16:30:22 +0000 (0:00:00.280) 0:00:53.898 ********** ok: [sut] => { "ansible_facts": { "__podman_registry_authdir": "/tmp/lsr_qrgwnyif_podman/auth", "__podman_test_authfile": "/tmp/lsr_qrgwnyif_podman/auth/auth.json" }, "changed": false } TASK [Create authdir] ********************************************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/tasks/setup_registry.yml:18 Saturday 04 May 2024 16:30:22 +0000 (0:00:00.022) 0:00:53.920 ********** changed: [sut] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/lsr_qrgwnyif_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-cig8iawl36/tests/tasks/setup_registry.yml:24 Saturday 04 May 2024 16:30:22 +0000 (0:00:00.320) 0:00:54.241 ********** TASK [fedora.linux_system_roles.certificate : Set version specific variables] *** task path: /WORKDIR/git-weekly-cig8iawl36/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2 Saturday 04 May 2024 16:30:22 +0000 (0:00:00.096) 0:00:54.337 ********** included: /WORKDIR/git-weekly-cig8iawl36/.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-cig8iawl36/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2 Saturday 04 May 2024 16:30:22 +0000 (0:00:00.038) 0:00:54.376 ********** 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-cig8iawl36/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10 Saturday 04 May 2024 16:30:22 +0000 (0:00:00.027) 0:00:54.404 ********** 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-cig8iawl36/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15 Saturday 04 May 2024 16:30:23 +0000 (0:00:00.224) 0:00:54.628 ********** 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-cig8iawl36/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:19 Saturday 04 May 2024 16:30:23 +0000 (0:00:00.026) 0:00:54.654 ********** 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" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "__certificate_certmonger_packages": [ "certmonger", "python3-packaging" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cig8iawl36/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "__certificate_certmonger_packages": [ "certmonger", "python3-packaging" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cig8iawl36/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed] *** task path: /WORKDIR/git-weekly-cig8iawl36/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 Saturday 04 May 2024 16:30:23 +0000 (0:00:00.055) 0:00:54.710 ********** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: python3-cffi-1.14.5-5.el9.x86_64", "Installed: python3-ply-3.11-14.el9.noarch", "Installed: python3-pycparser-2.20-6.el9.noarch", "Installed: python3-cryptography-36.0.1-4.el9.x86_64", "Installed: python3-pyasn1-0.4.8-6.el9.noarch" ] } lsrpackages: python3-cryptography python3-dbus python3-pyasn1 TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] *** task path: /WORKDIR/git-weekly-cig8iawl36/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 Saturday 04 May 2024 16:30:25 +0000 (0:00:02.457) 0:00:57.168 ********** changed: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "rc": 0, "results": [ "Installed: python3-pyparsing-2.4.7-9.el9.noarch", "Installed: python3-packaging-20.9-5.el9.noarch", "Installed: certmonger-0.79.17-2.el9.x86_64" ] } lsrpackages: certmonger python3-packaging TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] *** task path: /WORKDIR/git-weekly-cig8iawl36/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35 Saturday 04 May 2024 16:30:28 +0000 (0:00:02.797) 0:00:59.965 ********** 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-cig8iawl36/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:61 Saturday 04 May 2024 16:30:28 +0000 (0:00:00.270) 0:01:00.235 ********** 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-cig8iawl36/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90 Saturday 04 May 2024 16:30:29 +0000 (0:00:00.238) 0:01:00.473 ********** changed: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "enabled": true, "name": "certmonger", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:certmonger_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "system.slice sysinit.target basic.target syslog.target network.target systemd-journald.socket dbus.socket dbus-broker.service", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedorahosted.certmonger", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Certificate monitoring and PKI enrollment", "DevicePolicy": "auto", "DynamicUser": "no", "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 }", "ExecStartEx": "{ path=/usr/sbin/certmonger ; argv[]=/usr/sbin/certmonger -S -p /run/certmonger.pid -n $OPTS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/certmonger.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "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": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13972", "LimitNPROCSoft": "13972", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13972", "LimitSIGPENDINGSoft": "13972", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "certmonger.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PIDFile": "/run/certmonger.pid", "PartOf": "dbus-broker.service", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket system.slice sysinit.target", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22356", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.certificate : Ensure certificate requests] ***** task path: /WORKDIR/git-weekly-cig8iawl36/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101 Saturday 04 May 2024 16:30:29 +0000 (0:00:00.784) 0:01:01.258 ********** 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-cig8iawl36/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:152 Saturday 04 May 2024 16:30:30 +0000 (0:00:00.755) 0:01:02.013 ********** ok: [sut] => (item=['cert', {'name': 'podman_registry', 'dns': ['localhost', '127.0.0.1'], 'ca': 'self-sign'}]) => { "ansible_loop_var": "item", "changed": false, "content": "LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURqVENDQW5XZ0F3SUJBZ0lRRTJUNDNCVU1RTGFBZ0wyUnpTeENNakFOQmdrcWhraUc5dzBCQVFzRkFEQlEKTVNBd0hnWURWUVFEREJkTWIyTmhiQ0JUYVdkdWFXNW5JRUYxZEdodmNtbDBlVEVzTUNvR0ExVUVBd3dqTVRNMgpOR1k0WkdNdE1UVXdZelF3WWpZdE9EQTRNR0prT1RFdFkyUXlZelF5TXpFd0hoY05NalF3TlRBME1UWXpNRE13CldoY05NalV3TlRBME1UWXpNRE13V2pBVU1SSXdFQVlEVlFRREV3bHNiMk5oYkdodmMzUXdnZ0VpTUEwR0NTcUcKU0liM0RRRUJBUVVBQTRJQkR3QXdnZ0VLQW9JQkFRQy9jOWR4TmpFd25GNjZ4emd4UlRQMGkxc2tzNStlbGpzRQpsVmlFQWhnSjg5UTBBdE1sVDN5RCtqaVV2RE15MENZWFlSSHh0RnlpOEc2VXlqMW9zWlhWQklVTzNpbVhlUWd1CjNONnFCRy9DZG1BenNqZUtBZUdiTmJqbXE5THQ2VTlRU1pEdmxRY2s4OU5MQ1NWandVeFF1Wlo5RU1qNndFamgKM1FLVlc2WVZqbkdNYlRRTzlHeHRKWENTSGJUWDBrRkZaS3VUMThTK1RDemJSN0gzc0lXelZySFErVUh4Zm1MdQpRRUZZMEN3eHozUFAxQmZpcG56a3VJUFA1T1lEUUxFNDZGM1A2V0FFc3QrOHR5YVBKMVhjUElmVm8xT2dZbk1zCk1haXFTNDhnVVI3eEhpQUxHYjViWlpHVDJldlJ5TlBjU21vOXhCSXIvM1NtOFVvTS94S2ZBZ01CQUFHamdaNHcKZ1pzd0N3WURWUjBQQkFRREFnV2dNQjhHQTFVZEVRUVlNQmFDQ1d4dlkyRnNhRzl6ZElJSk1USTNMakF1TUM0eApNQjBHQTFVZEpRUVdNQlFHQ0NzR0FRVUZCd01CQmdnckJnRUZCUWNEQWpBTUJnTlZIUk1CQWY4RUFqQUFNQjBHCkExVWREZ1FXQkJUN3BJR2VDeHoycWwrT0VuZU5KbHh3K3NxU1FqQWZCZ05WSFNNRUdEQVdnQlJUeDhpWERHS3AKdzRLc0YzcUM4R2dlUElETTlqQU5CZ2txaGtpRzl3MEJBUXNGQUFPQ0FRRUFEMW15MzgvMEZJU0tUSkRMVU0xMgpUYW1aekxIWVhLSlhXbHJhcTJ6VjlGWnk2bnp6WDIyaEJkSmpMSVh2aHhJR0V6bkIvUkd1QTRPSllmR2dtVWhiClYvK1d0SDhJYUgvU243WFhhamhSOEdwMklGbUhjYURXYTlLK1N2cEZVNldpOWV0aWhsMGhGRUJCSE80SDE2WXAKWmlKMUZ5MHdOa25rMWdJdk5NcjFrcGNQOGI1TmtaakkvcU52Q1FMbGFDZnNhdnE4OHdLeE0wSXRCWCtRcmRpLwovRUxUTFVyUGg2ZmtUa1JaVGM0S2E1OWhLTG14UUVEVlcxN0dncEhvaVlyT3crWkJ4a2RwbE9oM1BYSE5tbUhJCnh0TmxkM0pmM1Q0bVlsdUdyL1YrazJLa0haSktTWm1WREU4aUZHTTM4VGdTL3A3R1BxMjAzRXZuOXZrSkU5THUKRUE9PQotLS0tLUVORCBDRVJUSUZJQ0FURS0tLS0tCg==", "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": "LS0tLS1CRUdJTiBQUklWQVRFIEtFWS0tLS0tCk1JSUV2UUlCQURBTkJna3Foa2lHOXcwQkFRRUZBQVNDQktjd2dnU2pBZ0VBQW9JQkFRQy9jOWR4TmpFd25GNjYKeHpneFJUUDBpMXNrczUrZWxqc0VsVmlFQWhnSjg5UTBBdE1sVDN5RCtqaVV2RE15MENZWFlSSHh0RnlpOEc2VQp5ajFvc1pYVkJJVU8zaW1YZVFndTNONnFCRy9DZG1BenNqZUtBZUdiTmJqbXE5THQ2VTlRU1pEdmxRY2s4OU5MCkNTVmp3VXhRdVpaOUVNajZ3RWpoM1FLVlc2WVZqbkdNYlRRTzlHeHRKWENTSGJUWDBrRkZaS3VUMThTK1RDemIKUjdIM3NJV3pWckhRK1VIeGZtTHVRRUZZMEN3eHozUFAxQmZpcG56a3VJUFA1T1lEUUxFNDZGM1A2V0FFc3QrOAp0eWFQSjFYY1BJZlZvMU9nWW5Nc01haXFTNDhnVVI3eEhpQUxHYjViWlpHVDJldlJ5TlBjU21vOXhCSXIvM1NtCjhVb00veEtmQWdNQkFBRUNnZ0VBR3dLZTNJd0d1SkwzRW1iVTJLNm91OUdGVkZJN0xNYUpJUVpvN0liWEdXQmIKQ2ROME1vbGFTY3hkZXk1cUVyc25CSmxmVExoamNXRjJXR3VINm1OVGZqQWJEWlB1VGo1M0Z4VjJISXB2c2dHOQpaTTI1NURDTHdiZjhsQjZkclk4Qzc1TFJiZHVhbkc0QjIwNDVCaS9aTW5KY2R0eU5Ya01PaFQ4SEJFZGYwUjUvCkFzRVZ6NFZUT2w5RytCMkZ6NmhROStvVHcvak00cWEvd252SzloZEphRkgvVk4zYVNJSGpxbFlZRGVNaGpCTHkKRmcrclVIZldSRDRKOWNXYmhXTlpOcG9rNmUxSEIyWEFxWmg5OS9sdDA0TmZPQjY0TUM0TzZ3bk9RSXh4VS9ibQp5REZpb2dOK1psYlR3eExBK1FwV3NiV3hTSHl6Qk9tQ3Q4cjRnMERIY1FLQmdRRG5qSjlwSVFwK2RGSUY2UTRSCkdDTHFnZXBwYXZUTjkyNThtbVA1RUt5SllUY1EyMnZMb0hwR1JRZHZRYXN3eFNqVnZkNTFUdlV0Qzlyakptem4KRUNSd2lEWlY0M09YbHJtbThtM1U1RW54VDI4RVptSWp3a3ppTmZvTGhCWVdPMHIwMDFpaTlLVHBQdTUydzNlLwpDQjUzL1FHR0Q1K2E1K0Nsd2JVZGJHc29rd0tCZ1FEVHEweHJuSmRtVDVXL0xnOFdnbE5YM1YxQUtqTXQxY1drCjdEdXNjamppQjBYS3ZsMnlZNEd5eHZjVVVkMWx4Rm9IYStWUkQ0a0lvZDZlWlpjeEY1UWZvZTJTb3dielU2WUwKNWh1enF6YTMrWGlvZnFhU0ZCRitVMGgzdEt1WFZ2cm5GUFpPaUtNQkIwY2xuV3lIWXk5U2d5OVYrTFN0Ukl4MgpKZXdKcmVNeFJRS0JnUUNWVjBoVmlONzQwbE00eHFpdzg4MUpUUU9BZkdCcUcyVWlibjErWFhlNm4zM2huSE81CkFNYjhYWGMvRmE2eEpPaUNleFJvdXNVOUNZRmlzaHpaSnJzcDdXQ0dJczRoL2krOWNtek9PM05KZFQ4WUttU3YKeFpqSzZaOWRJQk1Td2FsRm9LNXhZN0tkVVY2Q01PNGh3cjNNQzkyWXRxanRReExNTmRSM3ByNnlpd0tCZ0RSMApZZmJWRW92dk13dnlyUmlGNllOL3Z5azBqQVJTMHEwQlFmU0ZSZVYxcWUwSmFnellMZjhRNFpBdWpYQTN6WnZECk9FdnpUcUZPQSs0Ni9OSFVwd2VEeUcwcmE0Q0hmVUc3bjZmUnlUaWtZU3RZWDQwWjNnL3hNYWRBcGJsV2U4MGkKVzd1d2pyeWxnaE1uUlFyMElIa1JPM3pScW15NTdSa21ZcTB2WTNzRkFvR0FFVnJHbzlJQnMwVmZhcG0rc01LRQpYUmJYOGFPZGJmbjM0QlNqSThVcDZadlprWkQ5aEFQTmN3bHJ1UVZ4RnZER0IrUUl6eXROWGVxRWtpZ2dSUzlKCkZLMzBPZnhMM25rMHZoalFsa21COERNRTRycWI4UjJYUkJpNHpWcThxSnZTdTNreDZ0U1d3SnhCdDhrd3lCNEwKY0tXdU13RnVTWUdsdFE1NHh2NEZtZUU9Ci0tLS0tRU5EIFBSSVZBVEUgS0VZLS0tLS0K", "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": "LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURqVENDQW5XZ0F3SUJBZ0lRRTJUNDNCVU1RTGFBZ0wyUnpTeENNakFOQmdrcWhraUc5dzBCQVFzRkFEQlEKTVNBd0hnWURWUVFEREJkTWIyTmhiQ0JUYVdkdWFXNW5JRUYxZEdodmNtbDBlVEVzTUNvR0ExVUVBd3dqTVRNMgpOR1k0WkdNdE1UVXdZelF3WWpZdE9EQTRNR0prT1RFdFkyUXlZelF5TXpFd0hoY05NalF3TlRBME1UWXpNRE13CldoY05NalV3TlRBME1UWXpNRE13V2pBVU1SSXdFQVlEVlFRREV3bHNiMk5oYkdodmMzUXdnZ0VpTUEwR0NTcUcKU0liM0RRRUJBUVVBQTRJQkR3QXdnZ0VLQW9JQkFRQy9jOWR4TmpFd25GNjZ4emd4UlRQMGkxc2tzNStlbGpzRQpsVmlFQWhnSjg5UTBBdE1sVDN5RCtqaVV2RE15MENZWFlSSHh0RnlpOEc2VXlqMW9zWlhWQklVTzNpbVhlUWd1CjNONnFCRy9DZG1BenNqZUtBZUdiTmJqbXE5THQ2VTlRU1pEdmxRY2s4OU5MQ1NWandVeFF1Wlo5RU1qNndFamgKM1FLVlc2WVZqbkdNYlRRTzlHeHRKWENTSGJUWDBrRkZaS3VUMThTK1RDemJSN0gzc0lXelZySFErVUh4Zm1MdQpRRUZZMEN3eHozUFAxQmZpcG56a3VJUFA1T1lEUUxFNDZGM1A2V0FFc3QrOHR5YVBKMVhjUElmVm8xT2dZbk1zCk1haXFTNDhnVVI3eEhpQUxHYjViWlpHVDJldlJ5TlBjU21vOXhCSXIvM1NtOFVvTS94S2ZBZ01CQUFHamdaNHcKZ1pzd0N3WURWUjBQQkFRREFnV2dNQjhHQTFVZEVRUVlNQmFDQ1d4dlkyRnNhRzl6ZElJSk1USTNMakF1TUM0eApNQjBHQTFVZEpRUVdNQlFHQ0NzR0FRVUZCd01CQmdnckJnRUZCUWNEQWpBTUJnTlZIUk1CQWY4RUFqQUFNQjBHCkExVWREZ1FXQkJUN3BJR2VDeHoycWwrT0VuZU5KbHh3K3NxU1FqQWZCZ05WSFNNRUdEQVdnQlJUeDhpWERHS3AKdzRLc0YzcUM4R2dlUElETTlqQU5CZ2txaGtpRzl3MEJBUXNGQUFPQ0FRRUFEMW15MzgvMEZJU0tUSkRMVU0xMgpUYW1aekxIWVhLSlhXbHJhcTJ6VjlGWnk2bnp6WDIyaEJkSmpMSVh2aHhJR0V6bkIvUkd1QTRPSllmR2dtVWhiClYvK1d0SDhJYUgvU243WFhhamhSOEdwMklGbUhjYURXYTlLK1N2cEZVNldpOWV0aWhsMGhGRUJCSE80SDE2WXAKWmlKMUZ5MHdOa25rMWdJdk5NcjFrcGNQOGI1TmtaakkvcU52Q1FMbGFDZnNhdnE4OHdLeE0wSXRCWCtRcmRpLwovRUxUTFVyUGg2ZmtUa1JaVGM0S2E1OWhLTG14UUVEVlcxN0dncEhvaVlyT3crWkJ4a2RwbE9oM1BYSE5tbUhJCnh0TmxkM0pmM1Q0bVlsdUdyL1YrazJLa0haSktTWm1WREU4aUZHTTM4VGdTL3A3R1BxMjAzRXZuOXZrSkU5THUKRUE9PQotLS0tLUVORCBDRVJUSUZJQ0FURS0tLS0tCg==", "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-cig8iawl36/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:160 Saturday 04 May 2024 16:30:31 +0000 (0:00:00.709) 0:01:02.723 ********** ok: [sut] => { "ansible_facts": { "certificate_test_certs": { "podman_registry": { "ca": "/etc/pki/tls/certs/podman_registry.crt", "ca_content": "-----BEGIN CERTIFICATE-----\nMIIDjTCCAnWgAwIBAgIQE2T43BUMQLaAgL2RzSxCMjANBgkqhkiG9w0BAQsFADBQ\nMSAwHgYDVQQDDBdMb2NhbCBTaWduaW5nIEF1dGhvcml0eTEsMCoGA1UEAwwjMTM2\nNGY4ZGMtMTUwYzQwYjYtODA4MGJkOTEtY2QyYzQyMzEwHhcNMjQwNTA0MTYzMDMw\nWhcNMjUwNTA0MTYzMDMwWjAUMRIwEAYDVQQDEwlsb2NhbGhvc3QwggEiMA0GCSqG\nSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC/c9dxNjEwnF66xzgxRTP0i1sks5+eljsE\nlViEAhgJ89Q0AtMlT3yD+jiUvDMy0CYXYRHxtFyi8G6Uyj1osZXVBIUO3imXeQgu\n3N6qBG/CdmAzsjeKAeGbNbjmq9Lt6U9QSZDvlQck89NLCSVjwUxQuZZ9EMj6wEjh\n3QKVW6YVjnGMbTQO9GxtJXCSHbTX0kFFZKuT18S+TCzbR7H3sIWzVrHQ+UHxfmLu\nQEFY0Cwxz3PP1BfipnzkuIPP5OYDQLE46F3P6WAEst+8tyaPJ1XcPIfVo1OgYnMs\nMaiqS48gUR7xHiALGb5bZZGT2evRyNPcSmo9xBIr/3Sm8UoM/xKfAgMBAAGjgZ4w\ngZswCwYDVR0PBAQDAgWgMB8GA1UdEQQYMBaCCWxvY2FsaG9zdIIJMTI3LjAuMC4x\nMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAMBgNVHRMBAf8EAjAAMB0G\nA1UdDgQWBBT7pIGeCxz2ql+OEneNJlxw+sqSQjAfBgNVHSMEGDAWgBRTx8iXDGKp\nw4KsF3qC8GgePIDM9jANBgkqhkiG9w0BAQsFAAOCAQEAD1my38/0FISKTJDLUM12\nTamZzLHYXKJXWlraq2zV9FZy6nzzX22hBdJjLIXvhxIGEznB/RGuA4OJYfGgmUhb\nV/+WtH8IaH/Sn7XXajhR8Gp2IFmHcaDWa9K+SvpFU6Wi9etihl0hFEBBHO4H16Yp\nZiJ1Fy0wNknk1gIvNMr1kpcP8b5NkZjI/qNvCQLlaCfsavq88wKxM0ItBX+Qrdi/\n/ELTLUrPh6fkTkRZTc4Ka59hKLmxQEDVW17GgpHoiYrOw+ZBxkdplOh3PXHNmmHI\nxtNld3Jf3T4mYluGr/V+k2KkHZJKSZmVDE8iFGM38TgS/p7GPq203Evn9vkJE9Lu\nEA==\n-----END CERTIFICATE-----\n", "cert": "/etc/pki/tls/certs/podman_registry.crt", "cert_content": "-----BEGIN CERTIFICATE-----\nMIIDjTCCAnWgAwIBAgIQE2T43BUMQLaAgL2RzSxCMjANBgkqhkiG9w0BAQsFADBQ\nMSAwHgYDVQQDDBdMb2NhbCBTaWduaW5nIEF1dGhvcml0eTEsMCoGA1UEAwwjMTM2\nNGY4ZGMtMTUwYzQwYjYtODA4MGJkOTEtY2QyYzQyMzEwHhcNMjQwNTA0MTYzMDMw\nWhcNMjUwNTA0MTYzMDMwWjAUMRIwEAYDVQQDEwlsb2NhbGhvc3QwggEiMA0GCSqG\nSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC/c9dxNjEwnF66xzgxRTP0i1sks5+eljsE\nlViEAhgJ89Q0AtMlT3yD+jiUvDMy0CYXYRHxtFyi8G6Uyj1osZXVBIUO3imXeQgu\n3N6qBG/CdmAzsjeKAeGbNbjmq9Lt6U9QSZDvlQck89NLCSVjwUxQuZZ9EMj6wEjh\n3QKVW6YVjnGMbTQO9GxtJXCSHbTX0kFFZKuT18S+TCzbR7H3sIWzVrHQ+UHxfmLu\nQEFY0Cwxz3PP1BfipnzkuIPP5OYDQLE46F3P6WAEst+8tyaPJ1XcPIfVo1OgYnMs\nMaiqS48gUR7xHiALGb5bZZGT2evRyNPcSmo9xBIr/3Sm8UoM/xKfAgMBAAGjgZ4w\ngZswCwYDVR0PBAQDAgWgMB8GA1UdEQQYMBaCCWxvY2FsaG9zdIIJMTI3LjAuMC4x\nMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAMBgNVHRMBAf8EAjAAMB0G\nA1UdDgQWBBT7pIGeCxz2ql+OEneNJlxw+sqSQjAfBgNVHSMEGDAWgBRTx8iXDGKp\nw4KsF3qC8GgePIDM9jANBgkqhkiG9w0BAQsFAAOCAQEAD1my38/0FISKTJDLUM12\nTamZzLHYXKJXWlraq2zV9FZy6nzzX22hBdJjLIXvhxIGEznB/RGuA4OJYfGgmUhb\nV/+WtH8IaH/Sn7XXajhR8Gp2IFmHcaDWa9K+SvpFU6Wi9etihl0hFEBBHO4H16Yp\nZiJ1Fy0wNknk1gIvNMr1kpcP8b5NkZjI/qNvCQLlaCfsavq88wKxM0ItBX+Qrdi/\n/ELTLUrPh6fkTkRZTc4Ka59hKLmxQEDVW17GgpHoiYrOw+ZBxkdplOh3PXHNmmHI\nxtNld3Jf3T4mYluGr/V+k2KkHZJKSZmVDE8iFGM38TgS/p7GPq203Evn9vkJE9Lu\nEA==\n-----END CERTIFICATE-----\n", "key": "/etc/pki/tls/private/podman_registry.key", "key_content": "-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQC/c9dxNjEwnF66\nxzgxRTP0i1sks5+eljsElViEAhgJ89Q0AtMlT3yD+jiUvDMy0CYXYRHxtFyi8G6U\nyj1osZXVBIUO3imXeQgu3N6qBG/CdmAzsjeKAeGbNbjmq9Lt6U9QSZDvlQck89NL\nCSVjwUxQuZZ9EMj6wEjh3QKVW6YVjnGMbTQO9GxtJXCSHbTX0kFFZKuT18S+TCzb\nR7H3sIWzVrHQ+UHxfmLuQEFY0Cwxz3PP1BfipnzkuIPP5OYDQLE46F3P6WAEst+8\ntyaPJ1XcPIfVo1OgYnMsMaiqS48gUR7xHiALGb5bZZGT2evRyNPcSmo9xBIr/3Sm\n8UoM/xKfAgMBAAECggEAGwKe3IwGuJL3EmbU2K6ou9GFVFI7LMaJIQZo7IbXGWBb\nCdN0MolaScxdey5qErsnBJlfTLhjcWF2WGuH6mNTfjAbDZPuTj53FxV2HIpvsgG9\nZM255DCLwbf8lB6drY8C75LRbduanG4B2045Bi/ZMnJcdtyNXkMOhT8HBEdf0R5/\nAsEVz4VTOl9G+B2Fz6hQ9+oTw/jM4qa/wnvK9hdJaFH/VN3aSIHjqlYYDeMhjBLy\nFg+rUHfWRD4J9cWbhWNZNpok6e1HB2XAqZh99/lt04NfOB64MC4O6wnOQIxxU/bm\nyDFiogN+ZlbTwxLA+QpWsbWxSHyzBOmCt8r4g0DHcQKBgQDnjJ9pIQp+dFIF6Q4R\nGCLqgeppavTN9258mmP5EKyJYTcQ22vLoHpGRQdvQaswxSjVvd51TvUtC9rjJmzn\nECRwiDZV43OXlrmm8m3U5EnxT28EZmIjwkziNfoLhBYWO0r001ii9KTpPu52w3e/\nCB53/QGGD5+a5+ClwbUdbGsokwKBgQDTq0xrnJdmT5W/Lg8WglNX3V1AKjMt1cWk\n7DuscjjiB0XKvl2yY4GyxvcUUd1lxFoHa+VRD4kIod6eZZcxF5Qfoe2SowbzU6YL\n5huzqza3+XiofqaSFBF+U0h3tKuXVvrnFPZOiKMBB0clnWyHYy9Sgy9V+LStRIx2\nJewJreMxRQKBgQCVV0hViN740lM4xqiw881JTQOAfGBqG2Uibn1+XXe6n33hnHO5\nAMb8XXc/Fa6xJOiCexRousU9CYFishzZJrsp7WCGIs4h/i+9cmzOO3NJdT8YKmSv\nxZjK6Z9dIBMSwalFoK5xY7KdUV6CMO4hwr3MC92YtqjtQxLMNdR3pr6yiwKBgDR0\nYfbVEovvMwvyrRiF6YN/vyk0jARS0q0BQfSFReV1qe0JagzYLf8Q4ZAujXA3zZvD\nOEvzTqFOA+46/NHUpweDyG0ra4CHfUG7n6fRyTikYStYX40Z3g/xMadApblWe80i\nW7uwjrylghMnRQr0IHkRO3zRqmy57RkmYq0vY3sFAoGAEVrGo9IBs0Vfapm+sMKE\nXRbX8aOdbfn34BSjI8Up6ZvZkZD9hAPNcwlruQVxFvDGB+QIzytNXeqEkiggRS9J\nFK30OfxL3nk0vhjQlkmB8DME4rqb8R2XRBi4zVq8qJvSu3kx6tSWwJxBt8kwyB4L\ncKWuMwFuSYGltQ54xv4FmeE=\n-----END PRIVATE KEY-----\n" } } }, "changed": false } TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ****** task path: /WORKDIR/git-weekly-cig8iawl36/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:176 Saturday 04 May 2024 16:30:31 +0000 (0:00:00.048) 0:01:02.771 ********** ok: [sut] => (item={'cert': '/etc/pki/tls/certs/podman_registry.crt', 'cert_content': '-----BEGIN CERTIFICATE-----\nMIIDjTCCAnWgAwIBAgIQE2T43BUMQLaAgL2RzSxCMjANBgkqhkiG9w0BAQsFADBQ\nMSAwHgYDVQQDDBdMb2NhbCBTaWduaW5nIEF1dGhvcml0eTEsMCoGA1UEAwwjMTM2\nNGY4ZGMtMTUwYzQwYjYtODA4MGJkOTEtY2QyYzQyMzEwHhcNMjQwNTA0MTYzMDMw\nWhcNMjUwNTA0MTYzMDMwWjAUMRIwEAYDVQQDEwlsb2NhbGhvc3QwggEiMA0GCSqG\nSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC/c9dxNjEwnF66xzgxRTP0i1sks5+eljsE\nlViEAhgJ89Q0AtMlT3yD+jiUvDMy0CYXYRHxtFyi8G6Uyj1osZXVBIUO3imXeQgu\n3N6qBG/CdmAzsjeKAeGbNbjmq9Lt6U9QSZDvlQck89NLCSVjwUxQuZZ9EMj6wEjh\n3QKVW6YVjnGMbTQO9GxtJXCSHbTX0kFFZKuT18S+TCzbR7H3sIWzVrHQ+UHxfmLu\nQEFY0Cwxz3PP1BfipnzkuIPP5OYDQLE46F3P6WAEst+8tyaPJ1XcPIfVo1OgYnMs\nMaiqS48gUR7xHiALGb5bZZGT2evRyNPcSmo9xBIr/3Sm8UoM/xKfAgMBAAGjgZ4w\ngZswCwYDVR0PBAQDAgWgMB8GA1UdEQQYMBaCCWxvY2FsaG9zdIIJMTI3LjAuMC4x\nMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAMBgNVHRMBAf8EAjAAMB0G\nA1UdDgQWBBT7pIGeCxz2ql+OEneNJlxw+sqSQjAfBgNVHSMEGDAWgBRTx8iXDGKp\nw4KsF3qC8GgePIDM9jANBgkqhkiG9w0BAQsFAAOCAQEAD1my38/0FISKTJDLUM12\nTamZzLHYXKJXWlraq2zV9FZy6nzzX22hBdJjLIXvhxIGEznB/RGuA4OJYfGgmUhb\nV/+WtH8IaH/Sn7XXajhR8Gp2IFmHcaDWa9K+SvpFU6Wi9etihl0hFEBBHO4H16Yp\nZiJ1Fy0wNknk1gIvNMr1kpcP8b5NkZjI/qNvCQLlaCfsavq88wKxM0ItBX+Qrdi/\n/ELTLUrPh6fkTkRZTc4Ka59hKLmxQEDVW17GgpHoiYrOw+ZBxkdplOh3PXHNmmHI\nxtNld3Jf3T4mYluGr/V+k2KkHZJKSZmVDE8iFGM38TgS/p7GPq203Evn9vkJE9Lu\nEA==\n-----END CERTIFICATE-----\n', 'key': '/etc/pki/tls/private/podman_registry.key', 'key_content': '-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQC/c9dxNjEwnF66\nxzgxRTP0i1sks5+eljsElViEAhgJ89Q0AtMlT3yD+jiUvDMy0CYXYRHxtFyi8G6U\nyj1osZXVBIUO3imXeQgu3N6qBG/CdmAzsjeKAeGbNbjmq9Lt6U9QSZDvlQck89NL\nCSVjwUxQuZZ9EMj6wEjh3QKVW6YVjnGMbTQO9GxtJXCSHbTX0kFFZKuT18S+TCzb\nR7H3sIWzVrHQ+UHxfmLuQEFY0Cwxz3PP1BfipnzkuIPP5OYDQLE46F3P6WAEst+8\ntyaPJ1XcPIfVo1OgYnMsMaiqS48gUR7xHiALGb5bZZGT2evRyNPcSmo9xBIr/3Sm\n8UoM/xKfAgMBAAECggEAGwKe3IwGuJL3EmbU2K6ou9GFVFI7LMaJIQZo7IbXGWBb\nCdN0MolaScxdey5qErsnBJlfTLhjcWF2WGuH6mNTfjAbDZPuTj53FxV2HIpvsgG9\nZM255DCLwbf8lB6drY8C75LRbduanG4B2045Bi/ZMnJcdtyNXkMOhT8HBEdf0R5/\nAsEVz4VTOl9G+B2Fz6hQ9+oTw/jM4qa/wnvK9hdJaFH/VN3aSIHjqlYYDeMhjBLy\nFg+rUHfWRD4J9cWbhWNZNpok6e1HB2XAqZh99/lt04NfOB64MC4O6wnOQIxxU/bm\nyDFiogN+ZlbTwxLA+QpWsbWxSHyzBOmCt8r4g0DHcQKBgQDnjJ9pIQp+dFIF6Q4R\nGCLqgeppavTN9258mmP5EKyJYTcQ22vLoHpGRQdvQaswxSjVvd51TvUtC9rjJmzn\nECRwiDZV43OXlrmm8m3U5EnxT28EZmIjwkziNfoLhBYWO0r001ii9KTpPu52w3e/\nCB53/QGGD5+a5+ClwbUdbGsokwKBgQDTq0xrnJdmT5W/Lg8WglNX3V1AKjMt1cWk\n7DuscjjiB0XKvl2yY4GyxvcUUd1lxFoHa+VRD4kIod6eZZcxF5Qfoe2SowbzU6YL\n5huzqza3+XiofqaSFBF+U0h3tKuXVvrnFPZOiKMBB0clnWyHYy9Sgy9V+LStRIx2\nJewJreMxRQKBgQCVV0hViN740lM4xqiw881JTQOAfGBqG2Uibn1+XXe6n33hnHO5\nAMb8XXc/Fa6xJOiCexRousU9CYFishzZJrsp7WCGIs4h/i+9cmzOO3NJdT8YKmSv\nxZjK6Z9dIBMSwalFoK5xY7KdUV6CMO4hwr3MC92YtqjtQxLMNdR3pr6yiwKBgDR0\nYfbVEovvMwvyrRiF6YN/vyk0jARS0q0BQfSFReV1qe0JagzYLf8Q4ZAujXA3zZvD\nOEvzTqFOA+46/NHUpweDyG0ra4CHfUG7n6fRyTikYStYX40Z3g/xMadApblWe80i\nW7uwjrylghMnRQr0IHkRO3zRqmy57RkmYq0vY3sFAoGAEVrGo9IBs0Vfapm+sMKE\nXRbX8aOdbfn34BSjI8Up6ZvZkZD9hAPNcwlruQVxFvDGB+QIzytNXeqEkiggRS9J\nFK30OfxL3nk0vhjQlkmB8DME4rqb8R2XRBi4zVq8qJvSu3kx6tSWwJxBt8kwyB4L\ncKWuMwFuSYGltQ54xv4FmeE=\n-----END PRIVATE KEY-----\n', 'ca': '/etc/pki/tls/certs/podman_registry.crt', 'ca_content': '-----BEGIN CERTIFICATE-----\nMIIDjTCCAnWgAwIBAgIQE2T43BUMQLaAgL2RzSxCMjANBgkqhkiG9w0BAQsFADBQ\nMSAwHgYDVQQDDBdMb2NhbCBTaWduaW5nIEF1dGhvcml0eTEsMCoGA1UEAwwjMTM2\nNGY4ZGMtMTUwYzQwYjYtODA4MGJkOTEtY2QyYzQyMzEwHhcNMjQwNTA0MTYzMDMw\nWhcNMjUwNTA0MTYzMDMwWjAUMRIwEAYDVQQDEwlsb2NhbGhvc3QwggEiMA0GCSqG\nSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC/c9dxNjEwnF66xzgxRTP0i1sks5+eljsE\nlViEAhgJ89Q0AtMlT3yD+jiUvDMy0CYXYRHxtFyi8G6Uyj1osZXVBIUO3imXeQgu\n3N6qBG/CdmAzsjeKAeGbNbjmq9Lt6U9QSZDvlQck89NLCSVjwUxQuZZ9EMj6wEjh\n3QKVW6YVjnGMbTQO9GxtJXCSHbTX0kFFZKuT18S+TCzbR7H3sIWzVrHQ+UHxfmLu\nQEFY0Cwxz3PP1BfipnzkuIPP5OYDQLE46F3P6WAEst+8tyaPJ1XcPIfVo1OgYnMs\nMaiqS48gUR7xHiALGb5bZZGT2evRyNPcSmo9xBIr/3Sm8UoM/xKfAgMBAAGjgZ4w\ngZswCwYDVR0PBAQDAgWgMB8GA1UdEQQYMBaCCWxvY2FsaG9zdIIJMTI3LjAuMC4x\nMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAMBgNVHRMBAf8EAjAAMB0G\nA1UdDgQWBBT7pIGeCxz2ql+OEneNJlxw+sqSQjAfBgNVHSMEGDAWgBRTx8iXDGKp\nw4KsF3qC8GgePIDM9jANBgkqhkiG9w0BAQsFAAOCAQEAD1my38/0FISKTJDLUM12\nTamZzLHYXKJXWlraq2zV9FZy6nzzX22hBdJjLIXvhxIGEznB/RGuA4OJYfGgmUhb\nV/+WtH8IaH/Sn7XXajhR8Gp2IFmHcaDWa9K+SvpFU6Wi9etihl0hFEBBHO4H16Yp\nZiJ1Fy0wNknk1gIvNMr1kpcP8b5NkZjI/qNvCQLlaCfsavq88wKxM0ItBX+Qrdi/\n/ELTLUrPh6fkTkRZTc4Ka59hKLmxQEDVW17GgpHoiYrOw+ZBxkdplOh3PXHNmmHI\nxtNld3Jf3T4mYluGr/V+k2KkHZJKSZmVDE8iFGM38TgS/p7GPq203Evn9vkJE9Lu\nEA==\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.034236", "end": "2024-05-04 16:30:31.565477", "item": { "ca": "/etc/pki/tls/certs/podman_registry.crt", "ca_content": "-----BEGIN CERTIFICATE-----\nMIIDjTCCAnWgAwIBAgIQE2T43BUMQLaAgL2RzSxCMjANBgkqhkiG9w0BAQsFADBQ\nMSAwHgYDVQQDDBdMb2NhbCBTaWduaW5nIEF1dGhvcml0eTEsMCoGA1UEAwwjMTM2\nNGY4ZGMtMTUwYzQwYjYtODA4MGJkOTEtY2QyYzQyMzEwHhcNMjQwNTA0MTYzMDMw\nWhcNMjUwNTA0MTYzMDMwWjAUMRIwEAYDVQQDEwlsb2NhbGhvc3QwggEiMA0GCSqG\nSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC/c9dxNjEwnF66xzgxRTP0i1sks5+eljsE\nlViEAhgJ89Q0AtMlT3yD+jiUvDMy0CYXYRHxtFyi8G6Uyj1osZXVBIUO3imXeQgu\n3N6qBG/CdmAzsjeKAeGbNbjmq9Lt6U9QSZDvlQck89NLCSVjwUxQuZZ9EMj6wEjh\n3QKVW6YVjnGMbTQO9GxtJXCSHbTX0kFFZKuT18S+TCzbR7H3sIWzVrHQ+UHxfmLu\nQEFY0Cwxz3PP1BfipnzkuIPP5OYDQLE46F3P6WAEst+8tyaPJ1XcPIfVo1OgYnMs\nMaiqS48gUR7xHiALGb5bZZGT2evRyNPcSmo9xBIr/3Sm8UoM/xKfAgMBAAGjgZ4w\ngZswCwYDVR0PBAQDAgWgMB8GA1UdEQQYMBaCCWxvY2FsaG9zdIIJMTI3LjAuMC4x\nMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAMBgNVHRMBAf8EAjAAMB0G\nA1UdDgQWBBT7pIGeCxz2ql+OEneNJlxw+sqSQjAfBgNVHSMEGDAWgBRTx8iXDGKp\nw4KsF3qC8GgePIDM9jANBgkqhkiG9w0BAQsFAAOCAQEAD1my38/0FISKTJDLUM12\nTamZzLHYXKJXWlraq2zV9FZy6nzzX22hBdJjLIXvhxIGEznB/RGuA4OJYfGgmUhb\nV/+WtH8IaH/Sn7XXajhR8Gp2IFmHcaDWa9K+SvpFU6Wi9etihl0hFEBBHO4H16Yp\nZiJ1Fy0wNknk1gIvNMr1kpcP8b5NkZjI/qNvCQLlaCfsavq88wKxM0ItBX+Qrdi/\n/ELTLUrPh6fkTkRZTc4Ka59hKLmxQEDVW17GgpHoiYrOw+ZBxkdplOh3PXHNmmHI\nxtNld3Jf3T4mYluGr/V+k2KkHZJKSZmVDE8iFGM38TgS/p7GPq203Evn9vkJE9Lu\nEA==\n-----END CERTIFICATE-----\n", "cert": "/etc/pki/tls/certs/podman_registry.crt", "cert_content": "-----BEGIN CERTIFICATE-----\nMIIDjTCCAnWgAwIBAgIQE2T43BUMQLaAgL2RzSxCMjANBgkqhkiG9w0BAQsFADBQ\nMSAwHgYDVQQDDBdMb2NhbCBTaWduaW5nIEF1dGhvcml0eTEsMCoGA1UEAwwjMTM2\nNGY4ZGMtMTUwYzQwYjYtODA4MGJkOTEtY2QyYzQyMzEwHhcNMjQwNTA0MTYzMDMw\nWhcNMjUwNTA0MTYzMDMwWjAUMRIwEAYDVQQDEwlsb2NhbGhvc3QwggEiMA0GCSqG\nSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC/c9dxNjEwnF66xzgxRTP0i1sks5+eljsE\nlViEAhgJ89Q0AtMlT3yD+jiUvDMy0CYXYRHxtFyi8G6Uyj1osZXVBIUO3imXeQgu\n3N6qBG/CdmAzsjeKAeGbNbjmq9Lt6U9QSZDvlQck89NLCSVjwUxQuZZ9EMj6wEjh\n3QKVW6YVjnGMbTQO9GxtJXCSHbTX0kFFZKuT18S+TCzbR7H3sIWzVrHQ+UHxfmLu\nQEFY0Cwxz3PP1BfipnzkuIPP5OYDQLE46F3P6WAEst+8tyaPJ1XcPIfVo1OgYnMs\nMaiqS48gUR7xHiALGb5bZZGT2evRyNPcSmo9xBIr/3Sm8UoM/xKfAgMBAAGjgZ4w\ngZswCwYDVR0PBAQDAgWgMB8GA1UdEQQYMBaCCWxvY2FsaG9zdIIJMTI3LjAuMC4x\nMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAMBgNVHRMBAf8EAjAAMB0G\nA1UdDgQWBBT7pIGeCxz2ql+OEneNJlxw+sqSQjAfBgNVHSMEGDAWgBRTx8iXDGKp\nw4KsF3qC8GgePIDM9jANBgkqhkiG9w0BAQsFAAOCAQEAD1my38/0FISKTJDLUM12\nTamZzLHYXKJXWlraq2zV9FZy6nzzX22hBdJjLIXvhxIGEznB/RGuA4OJYfGgmUhb\nV/+WtH8IaH/Sn7XXajhR8Gp2IFmHcaDWa9K+SvpFU6Wi9etihl0hFEBBHO4H16Yp\nZiJ1Fy0wNknk1gIvNMr1kpcP8b5NkZjI/qNvCQLlaCfsavq88wKxM0ItBX+Qrdi/\n/ELTLUrPh6fkTkRZTc4Ka59hKLmxQEDVW17GgpHoiYrOw+ZBxkdplOh3PXHNmmHI\nxtNld3Jf3T4mYluGr/V+k2KkHZJKSZmVDE8iFGM38TgS/p7GPq203Evn9vkJE9Lu\nEA==\n-----END CERTIFICATE-----\n", "key": "/etc/pki/tls/private/podman_registry.key", "key_content": "-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQC/c9dxNjEwnF66\nxzgxRTP0i1sks5+eljsElViEAhgJ89Q0AtMlT3yD+jiUvDMy0CYXYRHxtFyi8G6U\nyj1osZXVBIUO3imXeQgu3N6qBG/CdmAzsjeKAeGbNbjmq9Lt6U9QSZDvlQck89NL\nCSVjwUxQuZZ9EMj6wEjh3QKVW6YVjnGMbTQO9GxtJXCSHbTX0kFFZKuT18S+TCzb\nR7H3sIWzVrHQ+UHxfmLuQEFY0Cwxz3PP1BfipnzkuIPP5OYDQLE46F3P6WAEst+8\ntyaPJ1XcPIfVo1OgYnMsMaiqS48gUR7xHiALGb5bZZGT2evRyNPcSmo9xBIr/3Sm\n8UoM/xKfAgMBAAECggEAGwKe3IwGuJL3EmbU2K6ou9GFVFI7LMaJIQZo7IbXGWBb\nCdN0MolaScxdey5qErsnBJlfTLhjcWF2WGuH6mNTfjAbDZPuTj53FxV2HIpvsgG9\nZM255DCLwbf8lB6drY8C75LRbduanG4B2045Bi/ZMnJcdtyNXkMOhT8HBEdf0R5/\nAsEVz4VTOl9G+B2Fz6hQ9+oTw/jM4qa/wnvK9hdJaFH/VN3aSIHjqlYYDeMhjBLy\nFg+rUHfWRD4J9cWbhWNZNpok6e1HB2XAqZh99/lt04NfOB64MC4O6wnOQIxxU/bm\nyDFiogN+ZlbTwxLA+QpWsbWxSHyzBOmCt8r4g0DHcQKBgQDnjJ9pIQp+dFIF6Q4R\nGCLqgeppavTN9258mmP5EKyJYTcQ22vLoHpGRQdvQaswxSjVvd51TvUtC9rjJmzn\nECRwiDZV43OXlrmm8m3U5EnxT28EZmIjwkziNfoLhBYWO0r001ii9KTpPu52w3e/\nCB53/QGGD5+a5+ClwbUdbGsokwKBgQDTq0xrnJdmT5W/Lg8WglNX3V1AKjMt1cWk\n7DuscjjiB0XKvl2yY4GyxvcUUd1lxFoHa+VRD4kIod6eZZcxF5Qfoe2SowbzU6YL\n5huzqza3+XiofqaSFBF+U0h3tKuXVvrnFPZOiKMBB0clnWyHYy9Sgy9V+LStRIx2\nJewJreMxRQKBgQCVV0hViN740lM4xqiw881JTQOAfGBqG2Uibn1+XXe6n33hnHO5\nAMb8XXc/Fa6xJOiCexRousU9CYFishzZJrsp7WCGIs4h/i+9cmzOO3NJdT8YKmSv\nxZjK6Z9dIBMSwalFoK5xY7KdUV6CMO4hwr3MC92YtqjtQxLMNdR3pr6yiwKBgDR0\nYfbVEovvMwvyrRiF6YN/vyk0jARS0q0BQfSFReV1qe0JagzYLf8Q4ZAujXA3zZvD\nOEvzTqFOA+46/NHUpweDyG0ra4CHfUG7n6fRyTikYStYX40Z3g/xMadApblWe80i\nW7uwjrylghMnRQr0IHkRO3zRqmy57RkmYq0vY3sFAoGAEVrGo9IBs0Vfapm+sMKE\nXRbX8aOdbfn34BSjI8Up6ZvZkZD9hAPNcwlruQVxFvDGB+QIzytNXeqEkiggRS9J\nFK30OfxL3nk0vhjQlkmB8DME4rqb8R2XRBi4zVq8qJvSu3kx6tSWwJxBt8kwyB4L\ncKWuMwFuSYGltQ54xv4FmeE=\n-----END PRIVATE KEY-----\n" }, "rc": 0, "start": "2024-05-04 16:30:31.531241" } STDOUT: Request "20240504163030" removed. TASK [fedora.linux_system_roles.certificate : Remove files] ******************** task path: /WORKDIR/git-weekly-cig8iawl36/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:181 Saturday 04 May 2024 16:30:31 +0000 (0:00:00.316) 0:01:03.088 ********** 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-cig8iawl36/tests/tasks/setup_registry.yml:35 Saturday 04 May 2024 16:30:32 +0000 (0:00:00.629) 0:01:03.717 ********** changed: [sut] => { "changed": true, "checksum": "9626ea5ca9654969b7c5cca68dab02c56e887627", "dest": "/tmp/lsr_qrgwnyif_podman/auth/registry_cert.crt", "gid": 0, "group": "root", "md5sum": "94fe7b5bc4665fb4abe6f21f9b95039b", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 1294, "src": "/root/.ansible/tmp/ansible-tmp-1714840232.3245506-3820-196883748064697/source", "state": "file", "uid": 0 } TASK [Write key for registry] ************************************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/tasks/setup_registry.yml:41 Saturday 04 May 2024 16:30:32 +0000 (0:00:00.682) 0:01:04.399 ********** changed: [sut] => { "changed": true, "checksum": "f36fd12ce53df8ed23c5d5463d2b1a0cda4b9c86", "dest": "/tmp/lsr_qrgwnyif_podman/auth/registry_key.pem", "gid": 0, "group": "root", "md5sum": "50d5a73a40f942cffebe1639807a4988", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 1704, "src": "/root/.ansible/tmp/ansible-tmp-1714840233.031278-3872-235744318926267/source", "state": "file", "uid": 0 } TASK [Write CA cert for registry] ********************************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/tasks/setup_registry.yml:47 Saturday 04 May 2024 16:30:33 +0000 (0:00:00.587) 0:01:04.987 ********** changed: [sut] => { "changed": true, "checksum": "9626ea5ca9654969b7c5cca68dab02c56e887627", "dest": "/tmp/lsr_qrgwnyif_podman/auth/ca.crt", "gid": 0, "group": "root", "md5sum": "94fe7b5bc4665fb4abe6f21f9b95039b", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 1294, "src": "/root/.ansible/tmp/ansible-tmp-1714840233.5917392-3894-196271858882669/source", "state": "file", "uid": 0 } TASK [Ensure test packages] **************************************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/tasks/setup_registry.yml:54 Saturday 04 May 2024 16:30:34 +0000 (0:00:00.571) 0:01:05.558 ********** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: apr-util-openssl-1.6.1-23.el9.x86_64", "Installed: apr-1.7.0-12.el9.x86_64", "Installed: apr-util-1.6.1-23.el9.x86_64", "Installed: skopeo-2:1.14.3-0.1.el9.x86_64", "Installed: apr-util-bdb-1.6.1-23.el9.x86_64", "Installed: httpd-tools-2.4.57-8.el9.x86_64" ] } lsrpackages: httpd-tools skopeo TASK [Write user and password] ************************************************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/tasks/setup_registry.yml:59 Saturday 04 May 2024 16:30:37 +0000 (0:00:03.208) 0:01:08.767 ********** 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-cig8iawl36/tests/tasks/setup_registry.yml:67 Saturday 04 May 2024 16:30:37 +0000 (0:00:00.226) 0:01:08.994 ********** 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-cig8iawl36/tests/tasks/setup_registry.yml:84 Saturday 04 May 2024 16:30:38 +0000 (0:00:00.653) 0:01:09.648 ********** ok: [sut] => { "ansible_facts": { "__podman_cleanup_paths": [ "/tmp/lsr_qrgwnyif_podman" ] }, "changed": false } TASK [Start registry] ********************************************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/tasks/setup_registry.yml:92 Saturday 04 May 2024 16:30:38 +0000 (0:00:00.048) 0:01:09.697 ********** changed: [sut] => { "changed": true, "cmd": [ "podman", "run", "-d", "-p", "127.0.0.1:5000:5000", "--name", "podman_registry", "-v", "/tmp/lsr_qrgwnyif_podman/auth:/auth:Z", "-e", "REGISTRY_AUTH=htpasswd", "-e", "REGISTRY_AUTH_HTPASSWD_REALM=Registry Realm", "-e", "REGISTRY_AUTH_HTPASSWD_PATH=/auth/htpasswd", "-e", "REGISTRY_HTTP_TLS_CERTIFICATE=/auth/registry_cert.crt", "-e", "REGISTRY_HTTP_TLS_KEY=/auth/registry_key.pem", "quay.io/libpod/registry:2.8.2" ], "delta": "0:00:02.245483", "end": "2024-05-04 16:30:40.693189", "rc": 0, "start": "2024-05-04 16:30:38.447706" } STDOUT: 4168abe909c47a71f9921ae133d87e704c948d2b824d3d29e617ffdbcda00bf6 STDERR: Trying to pull quay.io/libpod/registry:2.8.2... Getting image source signatures Copying blob sha256:7264a8db6415046d36d16ba98b79778e18accee6ffa71850405994cffa9be7de Copying blob sha256:7417fa3c6d923a722787ff60825c3c40f74621ab2e4abcc120e25b10a35e4811 Copying blob sha256:c4d48a809fc2256f8aa0aeee47998488d64409855adba00a7cb3007ab9f3286e Copying blob sha256:88b450dec42ebc9659f10c6fd6d2326706fec4ab7aadf0c38973d930c23c546a Copying blob sha256:121f958bea53668d782691e643e9401ea21dd36c9d81078b51964d2e82b51376 Copying config sha256:0030ba3d620c647159c935ee778991c68ef3e51a274703753b0bc530104ef5e5 Writing manifest to image destination TASK [Wait for port] *********************************************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/tasks/setup_registry.yml:103 Saturday 04 May 2024 16:30:40 +0000 (0:00:02.476) 0:01:12.173 ********** 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-cig8iawl36/tests/tasks/setup_registry.yml:107 Saturday 04 May 2024 16:30:41 +0000 (0:00:00.321) 0:01:12.495 ********** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "podman", "logs", "podman_registry" ], "delta": "0:00:00.046004", "end": "2024-05-04 16:30:41.331420", "rc": 0, "start": "2024-05-04 16:30:41.285416" } STDERR: time="2024-05-04T16:30:40.689975925Z" 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=a262c8e7-2770-42cc-bf7d-1a05fa99f70c service=registry version=2.8.2 time="2024-05-04T16:30:40.691320616Z" level=info msg="redis not configured" go.version=go1.19.9 instance.id=a262c8e7-2770-42cc-bf7d-1a05fa99f70c service=registry version=2.8.2 time="2024-05-04T16:30:40.691491559Z" level=info msg="using inmemory blob descriptor cache" go.version=go1.19.9 instance.id=a262c8e7-2770-42cc-bf7d-1a05fa99f70c service=registry version=2.8.2 time="2024-05-04T16:30:40.691926284Z" level=info msg="restricting TLS version to tls1.2 or higher" go.version=go1.19.9 instance.id=a262c8e7-2770-42cc-bf7d-1a05fa99f70c service=registry version=2.8.2 time="2024-05-04T16:30:40.692007517Z" 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=a262c8e7-2770-42cc-bf7d-1a05fa99f70c service=registry version=2.8.2 time="2024-05-04T16:30:40.692329258Z" level=info msg="listening on [::]:5000, tls" go.version=go1.19.9 instance.id=a262c8e7-2770-42cc-bf7d-1a05fa99f70c service=registry version=2.8.2 time="2024-05-04T16:30:40.692465213Z" level=info msg="Starting upload purge in 15m0s" go.version=go1.19.9 instance.id=a262c8e7-2770-42cc-bf7d-1a05fa99f70c service=registry version=2.8.2 2024/05/04 16:30:41 http: TLS handshake error from 10.88.0.1:37910: EOF TASK [Convert test image names into local registry names] ********************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/tasks/setup_registry.yml:113 Saturday 04 May 2024 16:30:41 +0000 (0:00:00.304) 0:01:12.799 ********** 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-cig8iawl36/tests/tasks/setup_registry.yml:118 Saturday 04 May 2024 16:30:41 +0000 (0:00:00.024) 0:01:12.823 ********** 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_qrgwnyif_podman/auth/auth.json\" --cert-dir=\"/tmp/lsr_qrgwnyif_podman/auth\" quay.io/libpod/testimage:20210610 docker://localhost:5000/libpod/testimage:20210610", "delta": "0:00:01.320225", "end": "2024-05-04 16:30:42.896153", "item": { "key": "quay.io/libpod/testimage:20210610", "value": "localhost:5000/libpod/testimage:20210610" }, "rc": 0, "start": "2024-05-04 16:30:41.575928" } 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-cig8iawl36/tests/tasks/setup_registry.yml:129 Saturday 04 May 2024 16:30:42 +0000 (0:00:01.537) 0:01:14.360 ********** ok: [sut] => (item=localhost:5000/libpod/testimage:20210610) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "skopeo", "inspect", "--authfile=/tmp/lsr_qrgwnyif_podman/auth/auth.json", "--cert-dir=/tmp/lsr_qrgwnyif_podman/auth", "docker://localhost:5000/libpod/testimage:20210610" ], "delta": "0:00:00.193069", "end": "2024-05-04 16:30:43.304956", "item": "localhost:5000/libpod/testimage:20210610", "rc": 0, "start": "2024-05-04 16:30:43.111887" } 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-cig8iawl36/tests/tests_auth_and_security.yml:60 Saturday 04 May 2024 16:30:43 +0000 (0:00:00.411) 0:01:14.771 ********** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 04 May 2024 16:30:43 +0000 (0:00:00.044) 0:01:14.816 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 04 May 2024 16:30:43 +0000 (0:00:00.037) 0:01:14.853 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 04 May 2024 16:30:43 +0000 (0:00:00.027) 0:01:14.881 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 04 May 2024 16:30:43 +0000 (0:00:00.021) 0:01:14.902 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 04 May 2024 16:30:43 +0000 (0:00:00.020) 0:01:14.923 ********** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 04 May 2024 16:30:43 +0000 (0:00:00.049) 0:01:14.972 ********** ok: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 04 May 2024 16:30:44 +0000 (0:00:00.743) 0:01:15.716 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 04 May 2024 16:30:44 +0000 (0:00:00.033) 0:01:15.749 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 04 May 2024 16:30:44 +0000 (0:00:00.039) 0:01:15.788 ********** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.034702", "end": "2024-05-04 16:30:44.574089", "rc": 0, "start": "2024-05-04 16:30:44.539387" } STDOUT: podman version 4.9.4-dev TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Saturday 04 May 2024 16:30:44 +0000 (0:00:00.266) 0:01:16.055 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Saturday 04 May 2024 16:30:44 +0000 (0:00:00.035) 0:01:16.091 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Saturday 04 May 2024 16:30:44 +0000 (0:00:00.044) 0:01:16.135 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Saturday 04 May 2024 16:30:44 +0000 (0:00:00.080) 0:01:16.216 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 04 May 2024 16:30:44 +0000 (0:00:00.043) 0:01:16.259 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 04 May 2024 16:30:44 +0000 (0:00:00.028) 0:01:16.288 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 04 May 2024 16:30:44 +0000 (0:00:00.049) 0:01:16.337 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 04 May 2024 16:30:44 +0000 (0:00:00.039) 0:01:16.376 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 04 May 2024 16:30:45 +0000 (0:00:00.222) 0:01:16.599 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 04 May 2024 16:30:45 +0000 (0:00:00.086) 0:01:16.686 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1714840221.0131936, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1714840188.8972206, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6932476, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "901385681", "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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 04 May 2024 16:30:45 +0000 (0:00:00.229) 0:01:16.916 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 04 May 2024 16:30:45 +0000 (0:00:00.025) 0:01:16.942 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 04 May 2024 16:30:45 +0000 (0:00:00.029) 0:01:16.971 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 04 May 2024 16:30:45 +0000 (0:00:00.023) 0:01:16.994 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 04 May 2024 16:30:45 +0000 (0:00:00.024) 0:01:17.019 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 04 May 2024 16:30:45 +0000 (0:00:00.036) 0:01:17.055 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 04 May 2024 16:30:45 +0000 (0:00:00.037) 0:01:17.093 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 04 May 2024 16:30:45 +0000 (0:00:00.025) 0:01:17.119 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Saturday 04 May 2024 16:30:45 +0000 (0:00:00.030) 0:01:17.150 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Saturday 04 May 2024 16:30:45 +0000 (0:00:00.069) 0:01:17.220 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 04 May 2024 16:30:45 +0000 (0:00:00.043) 0:01:17.263 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 04 May 2024 16:30:45 +0000 (0:00:00.022) 0:01:17.285 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Saturday 04 May 2024 16:30:45 +0000 (0:00:00.023) 0:01:17.308 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 04 May 2024 16:30:45 +0000 (0:00:00.042) 0:01:17.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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 04 May 2024 16:30:45 +0000 (0:00:00.021) 0:01:17.373 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Saturday 04 May 2024 16:30:45 +0000 (0:00:00.021) 0:01:17.395 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 04 May 2024 16:30:46 +0000 (0:00:00.086) 0:01:17.481 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 04 May 2024 16:30:46 +0000 (0:00:00.034) 0:01:17.516 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Saturday 04 May 2024 16:30:46 +0000 (0:00:00.027) 0:01:17.544 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 04 May 2024 16:30:46 +0000 (0:00:00.055) 0:01:17.599 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 04 May 2024 16:30:46 +0000 (0:00:00.025) 0:01:17.624 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 04 May 2024 16:30:46 +0000 (0:00:00.030) 0:01:17.655 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 04 May 2024 16:30:46 +0000 (0:00:00.036) 0:01:17.692 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Saturday 04 May 2024 16:30:46 +0000 (0:00:00.022) 0:01:17.714 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Saturday 04 May 2024 16:30:46 +0000 (0:00:00.029) 0:01:17.744 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Saturday 04 May 2024 16:30:46 +0000 (0:00:00.022) 0:01:17.767 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Saturday 04 May 2024 16:30:46 +0000 (0:00:00.027) 0:01:17.795 ********** skipping: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:123 Saturday 04 May 2024 16:30:46 +0000 (0:00:00.025) 0:01:17.820 ********** skipping: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Saturday 04 May 2024 16:30:46 +0000 (0:00:00.032) 0:01:17.853 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Handle Kubernetes specifications] ************ task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:139 Saturday 04 May 2024 16:30:46 +0000 (0:00:00.025) 0:01:17.879 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:14 Saturday 04 May 2024 16:30:46 +0000 (0:00:00.051) 0:01:17.931 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:34 Saturday 04 May 2024 16:30:46 +0000 (0:00:00.082) 0:01:18.013 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:60 Saturday 04 May 2024 16:30:46 +0000 (0:00:00.037) 0:01:18.051 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:66 Saturday 04 May 2024 16:30:46 +0000 (0:00:00.032) 0:01:18.083 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 04 May 2024 16:30:46 +0000 (0:00:00.051) 0:01:18.135 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 04 May 2024 16:30:46 +0000 (0:00:00.034) 0:01:18.169 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 04 May 2024 16:30:46 +0000 (0:00:00.040) 0:01:18.210 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 04 May 2024 16:30:46 +0000 (0:00:00.033) 0:01:18.243 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 04 May 2024 16:30:47 +0000 (0:00:00.234) 0:01:18.478 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 04 May 2024 16:30:47 +0000 (0:00:00.027) 0:01:18.506 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1714840221.0131936, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1714840188.8972206, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6932476, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "901385681", "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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 04 May 2024 16:30:47 +0000 (0:00:00.216) 0:01:18.722 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 04 May 2024 16:30:47 +0000 (0:00:00.020) 0:01:18.743 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 04 May 2024 16:30:47 +0000 (0:00:00.020) 0:01:18.764 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 04 May 2024 16:30:47 +0000 (0:00:00.020) 0:01:18.784 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 04 May 2024 16:30:47 +0000 (0:00:00.020) 0:01:18.804 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 04 May 2024 16:30:47 +0000 (0:00:00.021) 0:01:18.826 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 04 May 2024 16:30:47 +0000 (0:00:00.022) 0:01:18.848 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 04 May 2024 16:30:47 +0000 (0:00:00.021) 0:01:18.869 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:71 Saturday 04 May 2024 16:30:47 +0000 (0:00:00.054) 0:01:18.924 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:80 Saturday 04 May 2024 16:30:47 +0000 (0:00:00.021) 0:01:18.945 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:94 Saturday 04 May 2024 16:30:47 +0000 (0:00:00.034) 0:01:18.980 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:100 Saturday 04 May 2024 16:30:47 +0000 (0:00:00.022) 0:01:19.002 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:108 Saturday 04 May 2024 16:30:47 +0000 (0:00:00.022) 0:01:19.025 ********** ok: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:123 Saturday 04 May 2024 16:30:47 +0000 (0:00:00.025) 0:01:19.050 ********** 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.006495", "end": "2024-05-04 16:30:47.807772", "rc": 0, "start": "2024-05-04 16:30:47.801277" } 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:131 Saturday 04 May 2024 16:30:47 +0000 (0:00:00.221) 0:01:19.272 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:135 Saturday 04 May 2024 16:30:47 +0000 (0:00:00.020) 0:01:19.293 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:2 Saturday 04 May 2024 16:30:47 +0000 (0:00:00.045) 0:01:19.338 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 04 May 2024 16:30:47 +0000 (0:00:00.035) 0:01:19.373 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 04 May 2024 16:30:47 +0000 (0:00:00.021) 0:01:19.395 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 04 May 2024 16:30:47 +0000 (0:00:00.020) 0:01:19.415 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:7 Saturday 04 May 2024 16:30:48 +0000 (0:00:00.023) 0:01:19.438 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:23 Saturday 04 May 2024 16:30:48 +0000 (0:00:00.023) 0:01:19.462 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:39 Saturday 04 May 2024 16:30:48 +0000 (0:00:00.026) 0:01:19.488 ********** 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-cig8iawl36/tests/tests_auth_and_security.yml:75 Saturday 04 May 2024 16:30:48 +0000 (0:00:00.584) 0:01:20.073 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Run the role with credentials and cert checking] ************************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/tests_auth_and_security.yml:86 Saturday 04 May 2024 16:30:48 +0000 (0:00:00.022) 0:01:20.095 ********** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 04 May 2024 16:30:48 +0000 (0:00:00.044) 0:01:20.140 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 04 May 2024 16:30:48 +0000 (0:00:00.038) 0:01:20.178 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 04 May 2024 16:30:48 +0000 (0:00:00.029) 0:01:20.207 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 04 May 2024 16:30:48 +0000 (0:00:00.022) 0:01:20.229 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 04 May 2024 16:30:48 +0000 (0:00:00.022) 0:01:20.252 ********** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 04 May 2024 16:30:48 +0000 (0:00:00.052) 0:01:20.304 ********** ok: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 04 May 2024 16:30:49 +0000 (0:00:00.683) 0:01:20.987 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 04 May 2024 16:30:49 +0000 (0:00:00.096) 0:01:21.084 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 04 May 2024 16:30:49 +0000 (0:00:00.026) 0:01:21.110 ********** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.033157", "end": "2024-05-04 16:30:49.898501", "rc": 0, "start": "2024-05-04 16:30:49.865344" } STDOUT: podman version 4.9.4-dev TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Saturday 04 May 2024 16:30:49 +0000 (0:00:00.260) 0:01:21.371 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Saturday 04 May 2024 16:30:49 +0000 (0:00:00.029) 0:01:21.400 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Saturday 04 May 2024 16:30:50 +0000 (0:00:00.048) 0:01:21.449 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Saturday 04 May 2024 16:30:50 +0000 (0:00:00.083) 0:01:21.532 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 04 May 2024 16:30:50 +0000 (0:00:00.048) 0:01:21.580 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 04 May 2024 16:30:50 +0000 (0:00:00.031) 0:01:21.612 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 04 May 2024 16:30:50 +0000 (0:00:00.026) 0:01:21.638 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 04 May 2024 16:30:50 +0000 (0:00:00.029) 0:01:21.668 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 04 May 2024 16:30:50 +0000 (0:00:00.237) 0:01:21.905 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 04 May 2024 16:30:50 +0000 (0:00:00.029) 0:01:21.934 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1714840221.0131936, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1714840188.8972206, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6932476, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "901385681", "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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 04 May 2024 16:30:50 +0000 (0:00:00.245) 0:01:22.180 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 04 May 2024 16:30:50 +0000 (0:00:00.039) 0:01:22.219 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 04 May 2024 16:30:50 +0000 (0:00:00.042) 0:01:22.262 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 04 May 2024 16:30:50 +0000 (0:00:00.111) 0:01:22.373 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 04 May 2024 16:30:50 +0000 (0:00:00.028) 0:01:22.401 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 04 May 2024 16:30:50 +0000 (0:00:00.027) 0:01:22.429 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 04 May 2024 16:30:51 +0000 (0:00:00.027) 0:01:22.457 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 04 May 2024 16:30:51 +0000 (0:00:00.026) 0:01:22.484 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Saturday 04 May 2024 16:30:51 +0000 (0:00:00.027) 0:01:22.511 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Saturday 04 May 2024 16:30:51 +0000 (0:00:00.037) 0:01:22.549 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 04 May 2024 16:30:51 +0000 (0:00:00.046) 0:01:22.595 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 04 May 2024 16:30:51 +0000 (0:00:00.027) 0:01:22.622 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Saturday 04 May 2024 16:30:51 +0000 (0:00:00.023) 0:01:22.645 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 04 May 2024 16:30:51 +0000 (0:00:00.042) 0:01:22.688 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 04 May 2024 16:30:51 +0000 (0:00:00.024) 0:01:22.713 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Saturday 04 May 2024 16:30:51 +0000 (0:00:00.022) 0:01:22.735 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 04 May 2024 16:30:51 +0000 (0:00:00.042) 0:01:22.778 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 04 May 2024 16:30:51 +0000 (0:00:00.024) 0:01:22.803 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Saturday 04 May 2024 16:30:51 +0000 (0:00:00.022) 0:01:22.825 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 04 May 2024 16:30:51 +0000 (0:00:00.088) 0:01:22.914 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 04 May 2024 16:30:51 +0000 (0:00:00.024) 0:01:22.938 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 04 May 2024 16:30:51 +0000 (0:00:00.023) 0:01:22.961 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Write new policy.json file] ****************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 04 May 2024 16:30:51 +0000 (0:00:00.024) 0:01:22.986 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Saturday 04 May 2024 16:30:51 +0000 (0:00:00.024) 0:01:23.010 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Saturday 04 May 2024 16:30:51 +0000 (0:00:00.030) 0:01:23.041 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Saturday 04 May 2024 16:30:51 +0000 (0:00:00.022) 0:01:23.064 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Saturday 04 May 2024 16:30:51 +0000 (0:00:00.025) 0:01:23.089 ********** skipping: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:123 Saturday 04 May 2024 16:30:51 +0000 (0:00:00.033) 0:01:23.123 ********** skipping: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Saturday 04 May 2024 16:30:51 +0000 (0:00:00.020) 0:01:23.143 ********** skipping: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:139 Saturday 04 May 2024 16:30:51 +0000 (0:00:00.020) 0:01:23.164 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:14 Saturday 04 May 2024 16:30:51 +0000 (0:00:00.061) 0:01:23.225 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:34 Saturday 04 May 2024 16:30:51 +0000 (0:00:00.028) 0:01:23.254 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:60 Saturday 04 May 2024 16:30:51 +0000 (0:00:00.029) 0:01:23.283 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:66 Saturday 04 May 2024 16:30:51 +0000 (0:00:00.024) 0:01:23.307 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 04 May 2024 16:30:51 +0000 (0:00:00.038) 0:01:23.346 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 04 May 2024 16:30:51 +0000 (0:00:00.069) 0:01:23.416 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 04 May 2024 16:30:52 +0000 (0:00:00.028) 0:01:23.444 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 04 May 2024 16:30:52 +0000 (0:00:00.037) 0:01:23.481 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 04 May 2024 16:30:52 +0000 (0:00:00.233) 0:01:23.715 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 04 May 2024 16:30:52 +0000 (0:00:00.036) 0:01:23.751 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1714840221.0131936, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1714840188.8972206, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6932476, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "901385681", "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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 04 May 2024 16:30:52 +0000 (0:00:00.230) 0:01:23.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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 04 May 2024 16:30:52 +0000 (0:00:00.022) 0:01:24.005 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 04 May 2024 16:30:52 +0000 (0:00:00.023) 0:01:24.028 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 04 May 2024 16:30:52 +0000 (0:00:00.022) 0:01:24.050 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 04 May 2024 16:30:52 +0000 (0:00:00.021) 0:01:24.072 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 04 May 2024 16:30:52 +0000 (0:00:00.020) 0:01:24.092 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 04 May 2024 16:30:52 +0000 (0:00:00.022) 0:01:24.114 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 04 May 2024 16:30:52 +0000 (0:00:00.020) 0:01:24.135 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:71 Saturday 04 May 2024 16:30:52 +0000 (0:00:00.022) 0:01:24.157 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:80 Saturday 04 May 2024 16:30:52 +0000 (0:00:00.022) 0:01:24.180 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:94 Saturday 04 May 2024 16:30:52 +0000 (0:00:00.033) 0:01:24.214 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:100 Saturday 04 May 2024 16:30:52 +0000 (0:00:00.024) 0:01:24.238 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:108 Saturday 04 May 2024 16:30:52 +0000 (0:00:00.024) 0:01:24.263 ********** ok: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:123 Saturday 04 May 2024 16:30:52 +0000 (0:00:00.084) 0:01:24.347 ********** 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.006681", "end": "2024-05-04 16:30:53.102319", "rc": 0, "start": "2024-05-04 16:30:53.095638" } 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:131 Saturday 04 May 2024 16:30:53 +0000 (0:00:00.224) 0:01:24.572 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:135 Saturday 04 May 2024 16:30:53 +0000 (0:00:00.026) 0:01:24.598 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:2 Saturday 04 May 2024 16:30:53 +0000 (0:00:00.056) 0:01:24.655 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 04 May 2024 16:30:53 +0000 (0:00:00.041) 0:01:24.697 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 04 May 2024 16:30:53 +0000 (0:00:00.022) 0:01:24.719 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 04 May 2024 16:30:53 +0000 (0:00:00.021) 0:01:24.741 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:7 Saturday 04 May 2024 16:30:53 +0000 (0:00:00.022) 0:01:24.764 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:23 Saturday 04 May 2024 16:30:53 +0000 (0:00:00.021) 0:01:24.785 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:39 Saturday 04 May 2024 16:30:53 +0000 (0:00:00.022) 0:01:24.808 ********** 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-cig8iawl36/tests/tests_auth_and_security.yml:101 Saturday 04 May 2024 16:30:53 +0000 (0:00:00.501) 0:01:25.309 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create a local tmpdir] *************************************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/tests_auth_and_security.yml:112 Saturday 04 May 2024 16:30:53 +0000 (0:00:00.024) 0:01:25.334 ********** changed: [sut -> localhost] => { "changed": true, "gid": 1001, "group": "jenkins", "mode": "0700", "owner": "jenkins", "path": "/tmp/lsr_v_tok9wp_podman", "size": 6, "state": "directory", "uid": 1000090000 } TASK [Run the role with credentials in spec and CA cert] *********************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/tests_auth_and_security.yml:120 Saturday 04 May 2024 16:30:54 +0000 (0:00:00.121) 0:01:25.456 ********** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 04 May 2024 16:30:54 +0000 (0:00:00.096) 0:01:25.552 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 04 May 2024 16:30:54 +0000 (0:00:00.039) 0:01:25.592 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 04 May 2024 16:30:54 +0000 (0:00:00.037) 0:01:25.630 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 04 May 2024 16:30:54 +0000 (0:00:00.028) 0:01:25.658 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 04 May 2024 16:30:54 +0000 (0:00:00.021) 0:01:25.680 ********** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 04 May 2024 16:30:54 +0000 (0:00:00.063) 0:01:25.743 ********** ok: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 04 May 2024 16:30:54 +0000 (0:00:00.684) 0:01:26.428 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 04 May 2024 16:30:55 +0000 (0:00:00.024) 0:01:26.453 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 04 May 2024 16:30:55 +0000 (0:00:00.028) 0:01:26.481 ********** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.032901", "end": "2024-05-04 16:30:55.264985", "rc": 0, "start": "2024-05-04 16:30:55.232084" } STDOUT: podman version 4.9.4-dev TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Saturday 04 May 2024 16:30:55 +0000 (0:00:00.248) 0:01:26.729 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Saturday 04 May 2024 16:30:55 +0000 (0:00:00.022) 0:01:26.752 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Saturday 04 May 2024 16:30:55 +0000 (0:00:00.082) 0:01:26.835 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Saturday 04 May 2024 16:30:55 +0000 (0:00:00.074) 0:01:26.909 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 04 May 2024 16:30:55 +0000 (0:00:00.063) 0:01:26.972 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 04 May 2024 16:30:55 +0000 (0:00:00.035) 0:01:27.008 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 04 May 2024 16:30:55 +0000 (0:00:00.031) 0:01:27.039 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 04 May 2024 16:30:55 +0000 (0:00:00.033) 0:01:27.073 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 04 May 2024 16:30:55 +0000 (0:00:00.274) 0:01:27.348 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 04 May 2024 16:30:55 +0000 (0:00:00.033) 0:01:27.382 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1714840221.0131936, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1714840188.8972206, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6932476, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "901385681", "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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 04 May 2024 16:30:56 +0000 (0:00:00.296) 0:01:27.679 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 04 May 2024 16:30:56 +0000 (0:00:00.026) 0:01:27.705 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 04 May 2024 16:30:56 +0000 (0:00:00.038) 0:01:27.744 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 04 May 2024 16:30:56 +0000 (0:00:00.035) 0:01:27.780 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 04 May 2024 16:30:56 +0000 (0:00:00.031) 0:01:27.812 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 04 May 2024 16:30:56 +0000 (0:00:00.025) 0:01:27.837 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 04 May 2024 16:30:56 +0000 (0:00:00.032) 0:01:27.869 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 04 May 2024 16:30:56 +0000 (0:00:00.046) 0:01:27.916 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Saturday 04 May 2024 16:30:56 +0000 (0:00:00.024) 0:01:27.941 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Saturday 04 May 2024 16:30:56 +0000 (0:00:00.088) 0:01:28.029 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 04 May 2024 16:30:56 +0000 (0:00:00.043) 0:01:28.072 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 04 May 2024 16:30:56 +0000 (0:00:00.022) 0:01:28.095 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Saturday 04 May 2024 16:30:56 +0000 (0:00:00.024) 0:01:28.119 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 04 May 2024 16:30:56 +0000 (0:00:00.052) 0:01:28.172 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 04 May 2024 16:30:56 +0000 (0:00:00.023) 0:01:28.195 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Saturday 04 May 2024 16:30:56 +0000 (0:00:00.023) 0:01:28.219 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 04 May 2024 16:30:56 +0000 (0:00:00.047) 0:01:28.266 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 04 May 2024 16:30:56 +0000 (0:00:00.036) 0:01:28.302 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Saturday 04 May 2024 16:30:56 +0000 (0:00:00.039) 0:01:28.342 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 04 May 2024 16:30:56 +0000 (0:00:00.043) 0:01:28.386 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 04 May 2024 16:30:56 +0000 (0:00:00.026) 0:01:28.412 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 04 May 2024 16:30:57 +0000 (0:00:00.022) 0:01:28.434 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 04 May 2024 16:30:57 +0000 (0:00:00.027) 0:01:28.462 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Saturday 04 May 2024 16:30:57 +0000 (0:00:00.025) 0:01:28.487 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Saturday 04 May 2024 16:30:57 +0000 (0:00:00.085) 0:01:28.572 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Saturday 04 May 2024 16:30:57 +0000 (0:00:00.023) 0:01:28.596 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Saturday 04 May 2024 16:30:57 +0000 (0:00:00.023) 0:01:28.619 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:3 Saturday 04 May 2024 16:30:57 +0000 (0:00:00.053) 0:01:28.673 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:10 Saturday 04 May 2024 16:30:57 +0000 (0:00:00.022) 0:01:28.695 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:15 Saturday 04 May 2024 16:30:57 +0000 (0:00:00.023) 0:01:28.719 ********** ok: [sut] => { "ansible_facts": { "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:19 Saturday 04 May 2024 16:30:57 +0000 (0:00:00.022) 0:01:28.741 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 04 May 2024 16:30:57 +0000 (0:00:00.038) 0:01:28.779 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 04 May 2024 16:30:57 +0000 (0:00:00.027) 0:01:28.806 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 04 May 2024 16:30:57 +0000 (0:00:00.025) 0:01:28.832 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 04 May 2024 16:30:57 +0000 (0:00:00.028) 0:01:28.861 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 04 May 2024 16:30:57 +0000 (0:00:00.235) 0:01:29.096 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 04 May 2024 16:30:57 +0000 (0:00:00.031) 0:01:29.128 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1714840221.0131936, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1714840188.8972206, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6932476, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "901385681", "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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 04 May 2024 16:30:57 +0000 (0:00:00.220) 0:01:29.349 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 04 May 2024 16:30:57 +0000 (0:00:00.023) 0:01:29.372 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 04 May 2024 16:30:58 +0000 (0:00:00.094) 0:01:29.466 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 04 May 2024 16:30:58 +0000 (0:00:00.031) 0:01:29.498 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 04 May 2024 16:30:58 +0000 (0:00:00.024) 0:01:29.523 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 04 May 2024 16:30:58 +0000 (0:00:00.024) 0:01:29.547 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 04 May 2024 16:30:58 +0000 (0:00:00.028) 0:01:29.576 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 04 May 2024 16:30:58 +0000 (0:00:00.027) 0:01:29.603 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:24 Saturday 04 May 2024 16:30:58 +0000 (0:00:00.023) 0:01:29.627 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:29 Saturday 04 May 2024 16:30:58 +0000 (0:00:00.037) 0:01:29.664 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:36 Saturday 04 May 2024 16:30:58 +0000 (0:00:00.031) 0:01:29.695 ********** ok: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:70 Saturday 04 May 2024 16:30:58 +0000 (0:00:00.034) 0:01:29.730 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:78 Saturday 04 May 2024 16:30:58 +0000 (0:00:00.230) 0:01:29.960 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:95 Saturday 04 May 2024 16:30:59 +0000 (0:00:00.628) 0:01:30.589 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:102 Saturday 04 May 2024 16:30:59 +0000 (0:00:00.030) 0:01:30.619 ********** skipping: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:110 Saturday 04 May 2024 16:30:59 +0000 (0:00:00.021) 0:01:30.641 ********** skipping: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:123 Saturday 04 May 2024 16:30:59 +0000 (0:00:00.022) 0:01:30.664 ********** skipping: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Saturday 04 May 2024 16:30:59 +0000 (0:00:00.024) 0:01:30.688 ********** skipping: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:139 Saturday 04 May 2024 16:30:59 +0000 (0:00:00.073) 0:01:30.761 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:14 Saturday 04 May 2024 16:30:59 +0000 (0:00:00.075) 0:01:30.837 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:34 Saturday 04 May 2024 16:30:59 +0000 (0:00:00.028) 0:01:30.866 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:60 Saturday 04 May 2024 16:30:59 +0000 (0:00:00.031) 0:01:30.897 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:66 Saturday 04 May 2024 16:30:59 +0000 (0:00:00.026) 0:01:30.923 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 04 May 2024 16:30:59 +0000 (0:00:00.038) 0:01:30.962 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 04 May 2024 16:30:59 +0000 (0:00:00.028) 0:01:30.991 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 04 May 2024 16:30:59 +0000 (0:00:00.031) 0:01:31.022 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 04 May 2024 16:30:59 +0000 (0:00:00.031) 0:01:31.054 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 04 May 2024 16:30:59 +0000 (0:00:00.220) 0:01:31.275 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 04 May 2024 16:30:59 +0000 (0:00:00.028) 0:01:31.303 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1714840221.0131936, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1714840188.8972206, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6932476, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "901385681", "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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 04 May 2024 16:31:00 +0000 (0:00:00.217) 0:01:31.521 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 04 May 2024 16:31:00 +0000 (0:00:00.021) 0:01:31.543 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 04 May 2024 16:31:00 +0000 (0:00:00.021) 0:01:31.565 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 04 May 2024 16:31:00 +0000 (0:00:00.021) 0:01:31.586 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 04 May 2024 16:31:00 +0000 (0:00:00.071) 0:01:31.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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 04 May 2024 16:31:00 +0000 (0:00:00.023) 0:01:31.681 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 04 May 2024 16:31:00 +0000 (0:00:00.023) 0:01:31.705 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 04 May 2024 16:31:00 +0000 (0:00:00.024) 0:01:31.730 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:71 Saturday 04 May 2024 16:31:00 +0000 (0:00:00.022) 0:01:31.753 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:80 Saturday 04 May 2024 16:31:00 +0000 (0:00:00.025) 0:01:31.778 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:94 Saturday 04 May 2024 16:31:00 +0000 (0:00:00.035) 0:01:31.814 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:100 Saturday 04 May 2024 16:31:00 +0000 (0:00:00.025) 0:01:31.839 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:108 Saturday 04 May 2024 16:31:00 +0000 (0:00:00.023) 0:01:31.863 ********** ok: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:123 Saturday 04 May 2024 16:31:00 +0000 (0:00:00.026) 0:01:31.890 ********** 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.006569", "end": "2024-05-04 16:31:00.647605", "rc": 0, "start": "2024-05-04 16:31:00.641036" } 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:131 Saturday 04 May 2024 16:31:00 +0000 (0:00:00.222) 0:01:32.112 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:135 Saturday 04 May 2024 16:31:00 +0000 (0:00:00.022) 0:01:32.135 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:2 Saturday 04 May 2024 16:31:00 +0000 (0:00:00.045) 0:01:32.180 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 04 May 2024 16:31:00 +0000 (0:00:00.036) 0:01:32.217 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 04 May 2024 16:31:00 +0000 (0:00:00.037) 0:01:32.254 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 04 May 2024 16:31:00 +0000 (0:00:00.041) 0:01:32.296 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:7 Saturday 04 May 2024 16:31:00 +0000 (0:00:00.076) 0:01:32.373 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:23 Saturday 04 May 2024 16:31:00 +0000 (0:00:00.025) 0:01:32.398 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:39 Saturday 04 May 2024 16:31:00 +0000 (0:00:00.025) 0:01:32.424 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:72 Saturday 04 May 2024 16:31:01 +0000 (0:00:00.581) 0:01:33.005 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:80 Saturday 04 May 2024 16:31:01 +0000 (0:00:00.220) 0:01:33.225 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:89 Saturday 04 May 2024 16:31:02 +0000 (0:00:00.237) 0:01:33.463 ********** 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-1714840262.077306-5097-48504351206158/source", "state": "file", "uid": 0 } TASK [linux-system-roles.podman : Update containers/pods] ********************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:99 Saturday 04 May 2024 16:31:02 +0000 (0:00:00.602) 0:01:34.065 ********** changed: [sut] => { "actions": [ "/usr/bin/podman play kube --start=true /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml" ], "changed": true } STDOUT: Pod: c92c96eac8e51d53e6e685070835ed9916f32331e3e80e073496c6b75adefe8a Container: bca2b33c18c65ee441c40264078c4ecccfe2afb305f891a5226d76dc9b5bfbeb TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:108 Saturday 04 May 2024 16:31:03 +0000 (0:00:01.223) 0:01:35.288 ********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Enable service] ****************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:120 Saturday 04 May 2024 16:31:04 +0000 (0:00:00.732) 0:01:36.021 ********** changed: [sut] => { "changed": true, "enabled": true, "name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "\"system-podman\\\\x2dkube.slice\" -.mount network-online.target sysinit.target systemd-journald.socket basic.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "\"man:podman-kube-play(1)\"", "DynamicUser": "no", "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 }", "ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman 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 }", "ExecStopEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "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": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13972", "LimitNPROCSoft": "13972", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13972", "LimitSIGPENDINGSoft": "13972", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "\"podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-auth_test_1_kube.yml.service\"", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target -.mount \"system-podman\\\\x2dkube.slice\"", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22356", "TimeoutAbortUSec": "1min 10s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 10s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "network-online.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:133 Saturday 04 May 2024 16:31:05 +0000 (0:00:00.706) 0:01:36.727 ********** changed: [sut] => { "changed": true, "name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "network-online.target systemd-journald.socket -.mount sysinit.target basic.target \"system-podman\\\\x2dkube.slice\"", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "\"man:podman-kube-play(1)\"", "DynamicUser": "no", "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 }", "ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman 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 }", "ExecStopEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "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": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13972", "LimitNPROCSoft": "13972", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13972", "LimitSIGPENDINGSoft": "13972", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "\"podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-auth_test_1_kube.yml.service\"", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "-.mount \"system-podman\\\\x2dkube.slice\" sysinit.target", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22356", "TimeoutAbortUSec": "1min 10s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 10s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network-online.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:147 Saturday 04 May 2024 16:31:06 +0000 (0:00:01.326) 0:01:38.054 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:146 Saturday 04 May 2024 16:31:06 +0000 (0:00:00.025) 0:01:38.079 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 04 May 2024 16:31:06 +0000 (0:00:00.067) 0:01:38.147 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 04 May 2024 16:31:06 +0000 (0:00:00.029) 0:01:38.176 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 04 May 2024 16:31:06 +0000 (0:00:00.025) 0:01:38.202 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 04 May 2024 16:31:06 +0000 (0:00:00.064) 0:01:38.267 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 04 May 2024 16:31:06 +0000 (0:00:00.032) 0:01:38.299 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 04 May 2024 16:31:06 +0000 (0:00:00.039) 0:01:38.339 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 04 May 2024 16:31:06 +0000 (0:00:00.026) 0:01:38.366 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 04 May 2024 16:31:06 +0000 (0:00:00.029) 0:01:38.395 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 04 May 2024 16:31:06 +0000 (0:00:00.035) 0:01:38.431 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 04 May 2024 16:31:07 +0000 (0:00:00.314) 0:01:38.746 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 04 May 2024 16:31:07 +0000 (0:00:00.033) 0:01:38.779 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1714840221.0131936, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1714840188.8972206, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6932476, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "901385681", "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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 04 May 2024 16:31:07 +0000 (0:00:00.308) 0:01:39.087 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 04 May 2024 16:31:07 +0000 (0:00:00.031) 0:01:39.119 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 04 May 2024 16:31:07 +0000 (0:00:00.029) 0:01:39.148 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 04 May 2024 16:31:07 +0000 (0:00:00.026) 0:01:39.175 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 04 May 2024 16:31:07 +0000 (0:00:00.022) 0:01:39.197 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 04 May 2024 16:31:07 +0000 (0:00:00.023) 0:01:39.220 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 04 May 2024 16:31:07 +0000 (0:00:00.022) 0:01:39.243 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 04 May 2024 16:31:07 +0000 (0:00:00.024) 0:01:39.267 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 04 May 2024 16:31:07 +0000 (0:00:00.091) 0:01:39.358 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 04 May 2024 16:31:07 +0000 (0:00:00.048) 0:01:39.407 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 04 May 2024 16:31:08 +0000 (0:00:00.042) 0:01:39.449 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 04 May 2024 16:31:08 +0000 (0:00:00.034) 0:01:39.484 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 04 May 2024 16:31:08 +0000 (0:00:00.052) 0:01:39.537 ********** ok: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:220 Saturday 04 May 2024 16:31:08 +0000 (0:00:00.038) 0:01:39.575 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:224 Saturday 04 May 2024 16:31:08 +0000 (0:00:00.023) 0:01:39.598 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Saturday 04 May 2024 16:31:08 +0000 (0:00:00.059) 0:01:39.658 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 04 May 2024 16:31:08 +0000 (0:00:00.038) 0:01:39.697 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 04 May 2024 16:31:08 +0000 (0:00:00.023) 0:01:39.720 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 04 May 2024 16:31:08 +0000 (0:00:00.041) 0:01:39.761 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:7 Saturday 04 May 2024 16:31:08 +0000 (0:00:00.030) 0:01:39.792 ********** TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:23 Saturday 04 May 2024 16:31:08 +0000 (0:00:00.023) 0:01:39.816 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:47 Saturday 04 May 2024 16:31:09 +0000 (0:00:00.873) 0:01:40.689 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:56 Saturday 04 May 2024 16:31:09 +0000 (0:00:00.288) 0:01:40.977 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:66 Saturday 04 May 2024 16:31:09 +0000 (0:00:00.040) 0:01:41.018 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:78 Saturday 04 May 2024 16:31:09 +0000 (0:00:00.031) 0:01:41.049 ********** 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-1714840269.672294-5303-218838690475586/source", "state": "file", "uid": 0 } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:90 Saturday 04 May 2024 16:31:10 +0000 (0:00:00.814) 0:01:41.864 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:119 Saturday 04 May 2024 16:31:10 +0000 (0:00:00.024) 0:01:41.888 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:135 Saturday 04 May 2024 16:31:10 +0000 (0:00:00.024) 0:01:41.913 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:153 Saturday 04 May 2024 16:31:10 +0000 (0:00:00.025) 0:01:41.938 ********** TASK [linux-system-roles.podman : Handle credential files - absent] ************ task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:159 Saturday 04 May 2024 16:31:10 +0000 (0:00:00.031) 0:01:41.970 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Handle certs.d files - absent] *************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:168 Saturday 04 May 2024 16:31:10 +0000 (0:00:00.022) 0:01:41.992 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:3 Saturday 04 May 2024 16:31:10 +0000 (0:00:00.055) 0:01:42.047 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:10 Saturday 04 May 2024 16:31:10 +0000 (0:00:00.022) 0:01:42.069 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:15 Saturday 04 May 2024 16:31:10 +0000 (0:00:00.022) 0:01:42.092 ********** ok: [sut] => { "ansible_facts": { "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:19 Saturday 04 May 2024 16:31:10 +0000 (0:00:00.067) 0:01:42.159 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 04 May 2024 16:31:10 +0000 (0:00:00.046) 0:01:42.206 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 04 May 2024 16:31:10 +0000 (0:00:00.031) 0:01:42.237 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 04 May 2024 16:31:10 +0000 (0:00:00.026) 0:01:42.264 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 04 May 2024 16:31:10 +0000 (0:00:00.032) 0:01:42.297 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 04 May 2024 16:31:11 +0000 (0:00:00.274) 0:01:42.571 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 04 May 2024 16:31:11 +0000 (0:00:00.030) 0:01:42.602 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1714840221.0131936, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1714840188.8972206, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6932476, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "901385681", "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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 04 May 2024 16:31:11 +0000 (0:00:00.300) 0:01:42.902 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 04 May 2024 16:31:11 +0000 (0:00:00.021) 0:01:42.924 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 04 May 2024 16:31:11 +0000 (0:00:00.026) 0:01:42.951 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 04 May 2024 16:31:11 +0000 (0:00:00.024) 0:01:42.975 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 04 May 2024 16:31:11 +0000 (0:00:00.028) 0:01:43.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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 04 May 2024 16:31:11 +0000 (0:00:00.023) 0:01:43.027 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 04 May 2024 16:31:11 +0000 (0:00:00.022) 0:01:43.049 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 04 May 2024 16:31:11 +0000 (0:00:00.022) 0:01:43.072 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:24 Saturday 04 May 2024 16:31:11 +0000 (0:00:00.026) 0:01:43.098 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:29 Saturday 04 May 2024 16:31:11 +0000 (0:00:00.120) 0:01:43.219 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:36 Saturday 04 May 2024 16:31:11 +0000 (0:00:00.034) 0:01:43.253 ********** ok: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:70 Saturday 04 May 2024 16:31:11 +0000 (0:00:00.044) 0:01:43.297 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure certs.d files] ************************ task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:78 Saturday 04 May 2024 16:31:11 +0000 (0:00:00.027) 0:01:43.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 : Remove certs.d files] ************************ task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:95 Saturday 04 May 2024 16:31:11 +0000 (0:00:00.035) 0:01:43.360 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:102 Saturday 04 May 2024 16:31:11 +0000 (0:00:00.033) 0:01:43.394 ********** skipping: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:110 Saturday 04 May 2024 16:31:11 +0000 (0:00:00.026) 0:01:43.420 ********** 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-cig8iawl36/tests/tests_auth_and_security.yml:135 Saturday 04 May 2024 16:31:12 +0000 (0:00:00.025) 0:01:43.446 ********** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 04 May 2024 16:31:12 +0000 (0:00:00.066) 0:01:43.513 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 04 May 2024 16:31:12 +0000 (0:00:00.036) 0:01:43.549 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 04 May 2024 16:31:12 +0000 (0:00:00.026) 0:01:43.576 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 04 May 2024 16:31:12 +0000 (0:00:00.021) 0:01:43.597 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 04 May 2024 16:31:12 +0000 (0:00:00.020) 0:01:43.617 ********** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 04 May 2024 16:31:12 +0000 (0:00:00.054) 0:01:43.671 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Enable copr if requested] ******************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 04 May 2024 16:31:13 +0000 (0:00:00.890) 0:01:44.561 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 04 May 2024 16:31:13 +0000 (0:00:00.023) 0:01:44.585 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 04 May 2024 16:31:13 +0000 (0:00:00.028) 0:01:44.613 ********** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.060355", "end": "2024-05-04 16:31:13.485399", "rc": 0, "start": "2024-05-04 16:31:13.425044" } STDOUT: podman version 4.9.4-dev TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Saturday 04 May 2024 16:31:13 +0000 (0:00:00.352) 0:01:44.965 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Saturday 04 May 2024 16:31:13 +0000 (0:00:00.033) 0:01:44.998 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Saturday 04 May 2024 16:31:13 +0000 (0:00:00.031) 0:01:45.029 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Saturday 04 May 2024 16:31:13 +0000 (0:00:00.050) 0:01:45.080 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 04 May 2024 16:31:13 +0000 (0:00:00.044) 0:01:45.124 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 04 May 2024 16:31:13 +0000 (0:00:00.030) 0:01:45.154 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 04 May 2024 16:31:13 +0000 (0:00:00.026) 0:01:45.181 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 04 May 2024 16:31:13 +0000 (0:00:00.034) 0:01:45.215 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 04 May 2024 16:31:14 +0000 (0:00:00.345) 0:01:45.561 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 04 May 2024 16:31:14 +0000 (0:00:00.030) 0:01:45.591 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1714840221.0131936, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1714840188.8972206, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6932476, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "901385681", "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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 04 May 2024 16:31:14 +0000 (0:00:00.280) 0:01:45.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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 04 May 2024 16:31:14 +0000 (0:00:00.024) 0:01:45.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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 04 May 2024 16:31:14 +0000 (0:00:00.033) 0:01:45.930 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 04 May 2024 16:31:14 +0000 (0:00:00.031) 0:01:45.962 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 04 May 2024 16:31:14 +0000 (0:00:00.037) 0:01:45.999 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 04 May 2024 16:31:14 +0000 (0:00:00.025) 0:01:46.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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 04 May 2024 16:31:14 +0000 (0:00:00.044) 0:01:46.069 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 04 May 2024 16:31:14 +0000 (0:00:00.026) 0:01:46.095 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Saturday 04 May 2024 16:31:14 +0000 (0:00:00.028) 0:01:46.124 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Saturday 04 May 2024 16:31:14 +0000 (0:00:00.031) 0:01:46.155 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 04 May 2024 16:31:14 +0000 (0:00:00.058) 0:01:46.214 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 04 May 2024 16:31:14 +0000 (0:00:00.038) 0:01:46.252 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Saturday 04 May 2024 16:31:14 +0000 (0:00:00.022) 0:01:46.275 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 04 May 2024 16:31:14 +0000 (0:00:00.053) 0:01:46.328 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 04 May 2024 16:31:14 +0000 (0:00:00.070) 0:01:46.399 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Saturday 04 May 2024 16:31:14 +0000 (0:00:00.023) 0:01:46.422 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 04 May 2024 16:31:15 +0000 (0:00:00.053) 0:01:46.475 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 04 May 2024 16:31:15 +0000 (0:00:00.023) 0:01:46.499 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Saturday 04 May 2024 16:31:15 +0000 (0:00:00.022) 0:01:46.522 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 04 May 2024 16:31:15 +0000 (0:00:00.044) 0:01:46.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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 04 May 2024 16:31:15 +0000 (0:00:00.029) 0:01:46.595 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 04 May 2024 16:31:15 +0000 (0:00:00.021) 0:01:46.616 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Write new policy.json file] ****************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 04 May 2024 16:31:15 +0000 (0:00:00.028) 0:01:46.645 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Saturday 04 May 2024 16:31:15 +0000 (0:00:00.022) 0:01:46.668 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Saturday 04 May 2024 16:31:15 +0000 (0:00:00.022) 0:01:46.691 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Saturday 04 May 2024 16:31:15 +0000 (0:00:00.022) 0:01:46.714 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Saturday 04 May 2024 16:31:15 +0000 (0:00:00.021) 0:01:46.735 ********** skipping: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:123 Saturday 04 May 2024 16:31:15 +0000 (0:00:00.020) 0:01:46.755 ********** skipping: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Saturday 04 May 2024 16:31:15 +0000 (0:00:00.019) 0:01:46.775 ********** skipping: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:139 Saturday 04 May 2024 16:31:15 +0000 (0:00:00.019) 0:01:46.795 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:14 Saturday 04 May 2024 16:31:15 +0000 (0:00:00.092) 0:01:46.887 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:34 Saturday 04 May 2024 16:31:15 +0000 (0:00:00.028) 0:01:46.916 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:60 Saturday 04 May 2024 16:31:15 +0000 (0:00:00.030) 0:01:46.947 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:66 Saturday 04 May 2024 16:31:15 +0000 (0:00:00.025) 0:01:46.972 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 04 May 2024 16:31:15 +0000 (0:00:00.038) 0:01:47.010 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 04 May 2024 16:31:15 +0000 (0:00:00.027) 0:01:47.038 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 04 May 2024 16:31:15 +0000 (0:00:00.027) 0:01:47.066 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 04 May 2024 16:31:15 +0000 (0:00:00.030) 0:01:47.096 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 04 May 2024 16:31:15 +0000 (0:00:00.297) 0:01:47.393 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 04 May 2024 16:31:15 +0000 (0:00:00.028) 0:01:47.421 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1714840221.0131936, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1714840188.8972206, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6932476, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "901385681", "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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 04 May 2024 16:31:16 +0000 (0:00:00.313) 0:01:47.735 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 04 May 2024 16:31:16 +0000 (0:00:00.021) 0:01:47.756 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 04 May 2024 16:31:16 +0000 (0:00:00.023) 0:01:47.780 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 04 May 2024 16:31:16 +0000 (0:00:00.022) 0:01:47.803 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 04 May 2024 16:31:16 +0000 (0:00:00.023) 0:01:47.826 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 04 May 2024 16:31:16 +0000 (0:00:00.023) 0:01:47.850 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 04 May 2024 16:31:16 +0000 (0:00:00.072) 0:01:47.923 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 04 May 2024 16:31:16 +0000 (0:00:00.025) 0:01:47.948 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:71 Saturday 04 May 2024 16:31:16 +0000 (0:00:00.020) 0:01:47.969 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:80 Saturday 04 May 2024 16:31:16 +0000 (0:00:00.023) 0:01:47.992 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:94 Saturday 04 May 2024 16:31:16 +0000 (0:00:00.034) 0:01:48.027 ********** ok: [sut] => { "ansible_facts": { "__podman_kube_path": "/etc/containers/ansible-kubernetes.d" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 5] ********** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:100 Saturday 04 May 2024 16:31:16 +0000 (0:00:00.028) 0:01:48.055 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:108 Saturday 04 May 2024 16:31:16 +0000 (0:00:00.023) 0:01:48.079 ********** ok: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:123 Saturday 04 May 2024 16:31:16 +0000 (0:00:00.032) 0:01:48.111 ********** 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.009459", "end": "2024-05-04 16:31:16.898585", "rc": 0, "start": "2024-05-04 16:31:16.889126" } 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:131 Saturday 04 May 2024 16:31:16 +0000 (0:00:00.259) 0:01:48.370 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:135 Saturday 04 May 2024 16:31:16 +0000 (0:00:00.024) 0:01:48.395 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:2 Saturday 04 May 2024 16:31:17 +0000 (0:00:00.047) 0:01:48.443 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 04 May 2024 16:31:17 +0000 (0:00:00.035) 0:01:48.479 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 04 May 2024 16:31:17 +0000 (0:00:00.022) 0:01:48.501 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 04 May 2024 16:31:17 +0000 (0:00:00.022) 0:01:48.524 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:7 Saturday 04 May 2024 16:31:17 +0000 (0:00:00.023) 0:01:48.547 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:23 Saturday 04 May 2024 16:31:17 +0000 (0:00:00.020) 0:01:48.568 ********** TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:39 Saturday 04 May 2024 16:31:17 +0000 (0:00:00.083) 0:01:48.651 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:72 Saturday 04 May 2024 16:31:18 +0000 (0:00:00.861) 0:01:49.513 ********** ok: [sut] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1714840263.077157, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fb0097683a2e5c8909a8037d64ddc1b350aed0be", "ctime": 1714840262.5681574, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 381681991, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1714840262.3381577, "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": "4035962057", "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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:80 Saturday 04 May 2024 16:31:18 +0000 (0:00:00.333) 0:01:49.847 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:89 Saturday 04 May 2024 16:31:18 +0000 (0:00:00.304) 0:01:50.152 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:99 Saturday 04 May 2024 16:31:19 +0000 (0:00:00.667) 0:01:50.819 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:108 Saturday 04 May 2024 16:31:19 +0000 (0:00:00.531) 0:01:51.350 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Enable service] ****************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:120 Saturday 04 May 2024 16:31:19 +0000 (0:00:00.024) 0:01:51.375 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:133 Saturday 04 May 2024 16:31:19 +0000 (0:00:00.024) 0:01:51.400 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:147 Saturday 04 May 2024 16:31:20 +0000 (0:00:00.087) 0:01:51.488 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:146 Saturday 04 May 2024 16:31:20 +0000 (0:00:00.026) 0:01:51.514 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 04 May 2024 16:31:20 +0000 (0:00:00.066) 0:01:51.581 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 04 May 2024 16:31:20 +0000 (0:00:00.028) 0:01:51.610 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 04 May 2024 16:31:20 +0000 (0:00:00.030) 0:01:51.640 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 04 May 2024 16:31:20 +0000 (0:00:00.025) 0:01:51.666 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 04 May 2024 16:31:20 +0000 (0:00:00.031) 0:01:51.697 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 04 May 2024 16:31:20 +0000 (0:00:00.038) 0:01:51.736 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 04 May 2024 16:31:20 +0000 (0:00:00.028) 0:01:51.764 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 04 May 2024 16:31:20 +0000 (0:00:00.026) 0:01:51.791 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 04 May 2024 16:31:20 +0000 (0:00:00.036) 0:01:51.828 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 04 May 2024 16:31:20 +0000 (0:00:00.303) 0:01:52.131 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 04 May 2024 16:31:20 +0000 (0:00:00.037) 0:01:52.169 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1714840221.0131936, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1714840188.8972206, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6932476, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "901385681", "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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 04 May 2024 16:31:21 +0000 (0:00:00.297) 0:01:52.467 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 04 May 2024 16:31:21 +0000 (0:00:00.022) 0:01:52.489 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 04 May 2024 16:31:21 +0000 (0:00:00.077) 0:01:52.567 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 04 May 2024 16:31:21 +0000 (0:00:00.023) 0:01:52.591 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 04 May 2024 16:31:21 +0000 (0:00:00.021) 0:01:52.612 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 04 May 2024 16:31:21 +0000 (0:00:00.021) 0:01:52.634 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 04 May 2024 16:31:21 +0000 (0:00:00.020) 0:01:52.655 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 04 May 2024 16:31:21 +0000 (0:00:00.022) 0:01:52.677 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 04 May 2024 16:31:21 +0000 (0:00:00.020) 0:01:52.698 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 04 May 2024 16:31:21 +0000 (0:00:00.037) 0:01:52.736 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 04 May 2024 16:31:21 +0000 (0:00:00.023) 0:01:52.759 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 04 May 2024 16:31:21 +0000 (0:00:00.022) 0:01:52.781 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 04 May 2024 16:31:21 +0000 (0:00:00.043) 0:01:52.825 ********** ok: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:220 Saturday 04 May 2024 16:31:21 +0000 (0:00:00.033) 0:01:52.858 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:224 Saturday 04 May 2024 16:31:21 +0000 (0:00:00.022) 0:01:52.880 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Saturday 04 May 2024 16:31:21 +0000 (0:00:00.041) 0:01:52.922 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 04 May 2024 16:31:21 +0000 (0:00:00.035) 0:01:52.957 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 04 May 2024 16:31:21 +0000 (0:00:00.021) 0:01:52.979 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 04 May 2024 16:31:21 +0000 (0:00:00.022) 0:01:53.001 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:7 Saturday 04 May 2024 16:31:21 +0000 (0:00:00.076) 0:01:53.078 ********** TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:23 Saturday 04 May 2024 16:31:21 +0000 (0:00:00.024) 0:01:53.102 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:47 Saturday 04 May 2024 16:31:22 +0000 (0:00:00.928) 0:01:54.030 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:56 Saturday 04 May 2024 16:31:22 +0000 (0:00:00.309) 0:01:54.340 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:66 Saturday 04 May 2024 16:31:22 +0000 (0:00:00.022) 0:01:54.363 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:78 Saturday 04 May 2024 16:31:22 +0000 (0:00:00.024) 0:01:54.387 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:90 Saturday 04 May 2024 16:31:23 +0000 (0:00:00.695) 0:01:55.082 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:119 Saturday 04 May 2024 16:31:23 +0000 (0:00:00.024) 0:01:55.107 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:135 Saturday 04 May 2024 16:31:23 +0000 (0:00:00.025) 0:01:55.132 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:153 Saturday 04 May 2024 16:31:23 +0000 (0:00:00.026) 0:01:55.158 ********** TASK [linux-system-roles.podman : Handle credential files - absent] ************ task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:159 Saturday 04 May 2024 16:31:23 +0000 (0:00:00.022) 0:01:55.181 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Handle certs.d files - absent] *************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:168 Saturday 04 May 2024 16:31:23 +0000 (0:00:00.078) 0:01:55.259 ********** 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-cig8iawl36/tests/tests_auth_and_security.yml:146 Saturday 04 May 2024 16:31:23 +0000 (0:00:00.021) 0:01:55.281 ********** changed: [sut] => { "changed": true, "checksum": "b819d75ccfa3c80e53a58ff6bf6cebaa53935c90", "dest": "/tmp/lsr_v_tok9wp_podman/auth.json", "md5sum": "f15cd4419e7120618eaac8d321813d3d", "remote_checksum": "b819d75ccfa3c80e53a58ff6bf6cebaa53935c90", "remote_md5sum": null } TASK [Provide a credentials file - root] *************************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/tests_auth_and_security.yml:152 Saturday 04 May 2024 16:31:24 +0000 (0:00:00.326) 0:01:55.608 ********** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 04 May 2024 16:31:24 +0000 (0:00:00.061) 0:01:55.669 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 04 May 2024 16:31:24 +0000 (0:00:00.039) 0:01:55.709 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 04 May 2024 16:31:24 +0000 (0:00:00.027) 0:01:55.736 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 04 May 2024 16:31:24 +0000 (0:00:00.033) 0:01:55.770 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 04 May 2024 16:31:24 +0000 (0:00:00.025) 0:01:55.796 ********** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 04 May 2024 16:31:24 +0000 (0:00:00.057) 0:01:55.853 ********** ok: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 04 May 2024 16:31:25 +0000 (0:00:00.872) 0:01:56.725 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 04 May 2024 16:31:25 +0000 (0:00:00.023) 0:01:56.749 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 04 May 2024 16:31:25 +0000 (0:00:00.028) 0:01:56.777 ********** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.043081", "end": "2024-05-04 16:31:25.599109", "rc": 0, "start": "2024-05-04 16:31:25.556028" } STDOUT: podman version 4.9.4-dev TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Saturday 04 May 2024 16:31:25 +0000 (0:00:00.295) 0:01:57.073 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Saturday 04 May 2024 16:31:25 +0000 (0:00:00.025) 0:01:57.098 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Saturday 04 May 2024 16:31:25 +0000 (0:00:00.022) 0:01:57.121 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Saturday 04 May 2024 16:31:25 +0000 (0:00:00.046) 0:01:57.168 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 04 May 2024 16:31:25 +0000 (0:00:00.038) 0:01:57.207 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 04 May 2024 16:31:25 +0000 (0:00:00.027) 0:01:57.234 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 04 May 2024 16:31:25 +0000 (0:00:00.025) 0:01:57.259 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 04 May 2024 16:31:25 +0000 (0:00:00.028) 0:01:57.287 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 04 May 2024 16:31:26 +0000 (0:00:00.285) 0:01:57.573 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 04 May 2024 16:31:26 +0000 (0:00:00.028) 0:01:57.601 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1714840221.0131936, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1714840188.8972206, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6932476, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "901385681", "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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 04 May 2024 16:31:26 +0000 (0:00:00.356) 0:01:57.958 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 04 May 2024 16:31:26 +0000 (0:00:00.023) 0:01:57.981 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 04 May 2024 16:31:26 +0000 (0:00:00.022) 0:01:58.003 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 04 May 2024 16:31:26 +0000 (0:00:00.023) 0:01:58.026 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 04 May 2024 16:31:26 +0000 (0:00:00.020) 0:01:58.047 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 04 May 2024 16:31:26 +0000 (0:00:00.021) 0:01:58.068 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 04 May 2024 16:31:26 +0000 (0:00:00.020) 0:01:58.089 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 04 May 2024 16:31:26 +0000 (0:00:00.021) 0:01:58.111 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Saturday 04 May 2024 16:31:26 +0000 (0:00:00.020) 0:01:58.131 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Saturday 04 May 2024 16:31:26 +0000 (0:00:00.029) 0:01:58.161 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 04 May 2024 16:31:26 +0000 (0:00:00.041) 0:01:58.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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 04 May 2024 16:31:26 +0000 (0:00:00.021) 0:01:58.224 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Saturday 04 May 2024 16:31:26 +0000 (0:00:00.020) 0:01:58.245 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 04 May 2024 16:31:26 +0000 (0:00:00.040) 0:01:58.286 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 04 May 2024 16:31:26 +0000 (0:00:00.021) 0:01:58.307 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Saturday 04 May 2024 16:31:26 +0000 (0:00:00.021) 0:01:58.329 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 04 May 2024 16:31:26 +0000 (0:00:00.090) 0:01:58.419 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 04 May 2024 16:31:27 +0000 (0:00:00.022) 0:01:58.442 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Saturday 04 May 2024 16:31:27 +0000 (0:00:00.021) 0:01:58.464 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 04 May 2024 16:31:27 +0000 (0:00:00.041) 0:01:58.506 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stat the policy.json file] ******************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 04 May 2024 16:31:27 +0000 (0:00:00.022) 0:01:58.528 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get the existing policy.json] **************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 04 May 2024 16:31:27 +0000 (0:00:00.021) 0:01:58.550 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 04 May 2024 16:31:27 +0000 (0:00:00.022) 0:01:58.572 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Saturday 04 May 2024 16:31:27 +0000 (0:00:00.020) 0:01:58.593 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Saturday 04 May 2024 16:31:27 +0000 (0:00:00.023) 0:01:58.616 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Saturday 04 May 2024 16:31:27 +0000 (0:00:00.022) 0:01:58.639 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Saturday 04 May 2024 16:31:27 +0000 (0:00:00.022) 0:01:58.661 ********** skipping: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:123 Saturday 04 May 2024 16:31:27 +0000 (0:00:00.023) 0:01:58.684 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:3 Saturday 04 May 2024 16:31:27 +0000 (0:00:00.051) 0:01:58.736 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:11 Saturday 04 May 2024 16:31:27 +0000 (0:00:00.033) 0:01:58.769 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 04 May 2024 16:31:27 +0000 (0:00:00.038) 0:01:58.808 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 04 May 2024 16:31:27 +0000 (0:00:00.030) 0:01:58.838 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 04 May 2024 16:31:27 +0000 (0:00:00.076) 0:01:58.915 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 04 May 2024 16:31:27 +0000 (0:00:00.030) 0:01:58.945 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 04 May 2024 16:31:27 +0000 (0:00:00.287) 0:01:59.233 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 04 May 2024 16:31:27 +0000 (0:00:00.026) 0:01:59.259 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1714840221.0131936, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1714840188.8972206, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6932476, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "901385681", "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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 04 May 2024 16:31:28 +0000 (0:00:00.297) 0:01:59.557 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 04 May 2024 16:31:28 +0000 (0:00:00.023) 0:01:59.580 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 04 May 2024 16:31:28 +0000 (0:00:00.025) 0:01:59.605 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 04 May 2024 16:31:28 +0000 (0:00:00.022) 0:01:59.628 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 04 May 2024 16:31:28 +0000 (0:00:00.022) 0:01:59.650 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 04 May 2024 16:31:28 +0000 (0:00:00.020) 0:01:59.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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 04 May 2024 16:31:28 +0000 (0:00:00.021) 0:01:59.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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 04 May 2024 16:31:28 +0000 (0:00:00.020) 0:01:59.713 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set credential variables] ******************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:17 Saturday 04 May 2024 16:31:28 +0000 (0:00:00.024) 0:01:59.737 ********** ok: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:45 Saturday 04 May 2024 16:31:28 +0000 (0:00:00.031) 0:01:59.769 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:53 Saturday 04 May 2024 16:31:28 +0000 (0:00:00.301) 0:02:00.070 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:63 Saturday 04 May 2024 16:31:29 +0000 (0:00:00.748) 0:02:00.819 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Ensure credential file is absent] ************ task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:80 Saturday 04 May 2024 16:31:29 +0000 (0:00:00.023) 0:02:00.842 ********** skipping: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:86 Saturday 04 May 2024 16:31:29 +0000 (0:00:00.020) 0:02:00.863 ********** skipping: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:94 Saturday 04 May 2024 16:31:29 +0000 (0:00:00.021) 0:02:00.884 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Saturday 04 May 2024 16:31:29 +0000 (0:00:00.021) 0:02:00.906 ********** skipping: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:139 Saturday 04 May 2024 16:31:29 +0000 (0:00:00.020) 0:02:00.926 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:14 Saturday 04 May 2024 16:31:29 +0000 (0:00:00.051) 0:02:00.977 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:34 Saturday 04 May 2024 16:31:29 +0000 (0:00:00.028) 0:02:01.005 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:60 Saturday 04 May 2024 16:31:29 +0000 (0:00:00.029) 0:02:01.035 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:66 Saturday 04 May 2024 16:31:29 +0000 (0:00:00.022) 0:02:01.058 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 04 May 2024 16:31:29 +0000 (0:00:00.037) 0:02:01.095 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 04 May 2024 16:31:29 +0000 (0:00:00.025) 0:02:01.121 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 04 May 2024 16:31:29 +0000 (0:00:00.024) 0:02:01.145 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 04 May 2024 16:31:29 +0000 (0:00:00.030) 0:02:01.176 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 04 May 2024 16:31:30 +0000 (0:00:00.292) 0:02:01.468 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 04 May 2024 16:31:30 +0000 (0:00:00.038) 0:02:01.507 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1714840221.0131936, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1714840188.8972206, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6932476, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "901385681", "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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 04 May 2024 16:31:30 +0000 (0:00:00.280) 0:02:01.787 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 04 May 2024 16:31:30 +0000 (0:00:00.023) 0:02:01.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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 04 May 2024 16:31:30 +0000 (0:00:00.023) 0:02:01.834 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 04 May 2024 16:31:30 +0000 (0:00:00.023) 0:02:01.857 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 04 May 2024 16:31:30 +0000 (0:00:00.022) 0:02:01.879 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 04 May 2024 16:31:30 +0000 (0:00:00.023) 0:02:01.903 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 04 May 2024 16:31:30 +0000 (0:00:00.024) 0:02:01.927 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 04 May 2024 16:31:30 +0000 (0:00:00.025) 0:02:01.952 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:71 Saturday 04 May 2024 16:31:30 +0000 (0:00:00.024) 0:02:01.977 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:80 Saturday 04 May 2024 16:31:30 +0000 (0:00:00.022) 0:02:02.000 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:94 Saturday 04 May 2024 16:31:30 +0000 (0:00:00.033) 0:02:02.033 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:100 Saturday 04 May 2024 16:31:30 +0000 (0:00:00.022) 0:02:02.056 ********** ok: [sut] => { "ansible_facts": { "__podman_kube_file": "/etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 6] ********** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:108 Saturday 04 May 2024 16:31:30 +0000 (0:00:00.022) 0:02:02.079 ********** ok: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:123 Saturday 04 May 2024 16:31:30 +0000 (0:00:00.026) 0:02:02.105 ********** 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.006929", "end": "2024-05-04 16:31:30.908975", "rc": 0, "start": "2024-05-04 16:31:30.902046" } 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:131 Saturday 04 May 2024 16:31:30 +0000 (0:00:00.275) 0:02:02.380 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:135 Saturday 04 May 2024 16:31:31 +0000 (0:00:00.087) 0:02:02.468 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:2 Saturday 04 May 2024 16:31:31 +0000 (0:00:00.066) 0:02:02.535 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 04 May 2024 16:31:31 +0000 (0:00:00.046) 0:02:02.581 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 04 May 2024 16:31:31 +0000 (0:00:00.026) 0:02:02.607 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 04 May 2024 16:31:31 +0000 (0:00:00.023) 0:02:02.631 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:7 Saturday 04 May 2024 16:31:31 +0000 (0:00:00.024) 0:02:02.655 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:23 Saturday 04 May 2024 16:31:31 +0000 (0:00:00.024) 0:02:02.679 ********** TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:39 Saturday 04 May 2024 16:31:31 +0000 (0:00:00.045) 0:02:02.725 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:72 Saturday 04 May 2024 16:31:32 +0000 (0:00:00.857) 0:02:03.582 ********** ok: [sut] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1714840263.077157, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fb0097683a2e5c8909a8037d64ddc1b350aed0be", "ctime": 1714840262.5681574, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 381681991, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1714840262.3381577, "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": "4035962057", "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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:80 Saturday 04 May 2024 16:31:32 +0000 (0:00:00.327) 0:02:03.909 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:89 Saturday 04 May 2024 16:31:32 +0000 (0:00:00.281) 0:02:04.191 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:99 Saturday 04 May 2024 16:31:33 +0000 (0:00:00.714) 0:02:04.905 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:108 Saturday 04 May 2024 16:31:33 +0000 (0:00:00.401) 0:02:05.306 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Enable service] ****************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:120 Saturday 04 May 2024 16:31:33 +0000 (0:00:00.027) 0:02:05.334 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:133 Saturday 04 May 2024 16:31:33 +0000 (0:00:00.025) 0:02:05.359 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:147 Saturday 04 May 2024 16:31:33 +0000 (0:00:00.035) 0:02:05.395 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:146 Saturday 04 May 2024 16:31:33 +0000 (0:00:00.036) 0:02:05.431 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 04 May 2024 16:31:34 +0000 (0:00:00.060) 0:02:05.491 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 04 May 2024 16:31:34 +0000 (0:00:00.030) 0:02:05.521 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 04 May 2024 16:31:34 +0000 (0:00:00.029) 0:02:05.551 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 04 May 2024 16:31:34 +0000 (0:00:00.024) 0:02:05.575 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 04 May 2024 16:31:34 +0000 (0:00:00.035) 0:02:05.611 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 04 May 2024 16:31:34 +0000 (0:00:00.052) 0:02:05.664 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 04 May 2024 16:31:34 +0000 (0:00:00.035) 0:02:05.699 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 04 May 2024 16:31:34 +0000 (0:00:00.112) 0:02:05.811 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 04 May 2024 16:31:34 +0000 (0:00:00.039) 0:02:05.851 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 04 May 2024 16:31:34 +0000 (0:00:00.329) 0:02:06.180 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 04 May 2024 16:31:34 +0000 (0:00:00.034) 0:02:06.214 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1714840221.0131936, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1714840188.8972206, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6932476, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "901385681", "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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 04 May 2024 16:31:35 +0000 (0:00:00.298) 0:02:06.513 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 04 May 2024 16:31:35 +0000 (0:00:00.031) 0:02:06.544 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 04 May 2024 16:31:35 +0000 (0:00:00.056) 0:02:06.601 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 04 May 2024 16:31:35 +0000 (0:00:00.027) 0:02:06.628 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 04 May 2024 16:31:35 +0000 (0:00:00.025) 0:02:06.654 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 04 May 2024 16:31:35 +0000 (0:00:00.027) 0:02:06.681 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 04 May 2024 16:31:35 +0000 (0:00:00.034) 0:02:06.716 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 04 May 2024 16:31:35 +0000 (0:00:00.027) 0:02:06.744 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 04 May 2024 16:31:35 +0000 (0:00:00.026) 0:02:06.771 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 04 May 2024 16:31:35 +0000 (0:00:00.044) 0:02:06.815 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 04 May 2024 16:31:35 +0000 (0:00:00.024) 0:02:06.840 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 04 May 2024 16:31:35 +0000 (0:00:00.027) 0:02:06.867 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 04 May 2024 16:31:35 +0000 (0:00:00.044) 0:02:06.912 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Cleanup quadlets] **************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:220 Saturday 04 May 2024 16:31:35 +0000 (0:00:00.028) 0:02:06.940 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:224 Saturday 04 May 2024 16:31:35 +0000 (0:00:00.023) 0:02:06.964 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Saturday 04 May 2024 16:31:35 +0000 (0:00:00.121) 0:02:07.086 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 04 May 2024 16:31:35 +0000 (0:00:00.036) 0:02:07.122 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 04 May 2024 16:31:35 +0000 (0:00:00.028) 0:02:07.150 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 04 May 2024 16:31:35 +0000 (0:00:00.024) 0:02:07.175 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:7 Saturday 04 May 2024 16:31:35 +0000 (0:00:00.027) 0:02:07.203 ********** TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:23 Saturday 04 May 2024 16:31:35 +0000 (0:00:00.028) 0:02:07.231 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:47 Saturday 04 May 2024 16:31:36 +0000 (0:00:00.894) 0:02:08.126 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:56 Saturday 04 May 2024 16:31:37 +0000 (0:00:00.366) 0:02:08.492 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:66 Saturday 04 May 2024 16:31:37 +0000 (0:00:00.059) 0:02:08.551 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:78 Saturday 04 May 2024 16:31:37 +0000 (0:00:00.051) 0:02:08.603 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:90 Saturday 04 May 2024 16:31:37 +0000 (0:00:00.797) 0:02:09.400 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:119 Saturday 04 May 2024 16:31:38 +0000 (0:00:00.084) 0:02:09.484 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:135 Saturday 04 May 2024 16:31:38 +0000 (0:00:00.024) 0:02:09.509 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:153 Saturday 04 May 2024 16:31:38 +0000 (0:00:00.024) 0:02:09.533 ********** TASK [linux-system-roles.podman : Handle credential files - absent] ************ task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:159 Saturday 04 May 2024 16:31:38 +0000 (0:00:00.030) 0:02:09.563 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:3 Saturday 04 May 2024 16:31:38 +0000 (0:00:00.061) 0:02:09.625 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:11 Saturday 04 May 2024 16:31:38 +0000 (0:00:00.026) 0:02:09.651 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 04 May 2024 16:31:38 +0000 (0:00:00.048) 0:02:09.700 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 04 May 2024 16:31:38 +0000 (0:00:00.027) 0:02:09.728 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 04 May 2024 16:31:38 +0000 (0:00:00.025) 0:02:09.753 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 04 May 2024 16:31:38 +0000 (0:00:00.029) 0:02:09.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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 04 May 2024 16:31:38 +0000 (0:00:00.269) 0:02:10.052 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 04 May 2024 16:31:38 +0000 (0:00:00.048) 0:02:10.100 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1714840221.0131936, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1714840188.8972206, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6932476, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "901385681", "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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 04 May 2024 16:31:39 +0000 (0:00:00.336) 0:02:10.436 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 04 May 2024 16:31:39 +0000 (0:00:00.026) 0:02:10.463 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 04 May 2024 16:31:39 +0000 (0:00:00.088) 0:02:10.552 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 04 May 2024 16:31:39 +0000 (0:00:00.037) 0:02:10.590 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 04 May 2024 16:31:39 +0000 (0:00:00.025) 0:02:10.615 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 04 May 2024 16:31:39 +0000 (0:00:00.024) 0:02:10.640 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 04 May 2024 16:31:39 +0000 (0:00:00.034) 0:02:10.674 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 04 May 2024 16:31:39 +0000 (0:00:00.029) 0:02:10.703 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set credential variables] ******************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:17 Saturday 04 May 2024 16:31:39 +0000 (0:00:00.024) 0:02:10.728 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Ensure the credentials directory is present] *** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:45 Saturday 04 May 2024 16:31:39 +0000 (0:00:00.048) 0:02:10.777 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:53 Saturday 04 May 2024 16:31:39 +0000 (0:00:00.037) 0:02:10.814 ********** skipping: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:63 Saturday 04 May 2024 16:31:39 +0000 (0:00:00.039) 0:02:10.854 ********** skipping: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:80 Saturday 04 May 2024 16:31:39 +0000 (0:00:00.033) 0:02:10.887 ********** skipping: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:86 Saturday 04 May 2024 16:31:39 +0000 (0:00:00.028) 0:02:10.916 ********** skipping: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:94 Saturday 04 May 2024 16:31:39 +0000 (0:00:00.035) 0:02:10.951 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:168 Saturday 04 May 2024 16:31:39 +0000 (0:00:00.039) 0:02:10.990 ********** 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-cig8iawl36/tests/tests_auth_and_security.yml:164 Saturday 04 May 2024 16:31:39 +0000 (0:00:00.041) 0:02:11.031 ********** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 04 May 2024 16:31:39 +0000 (0:00:00.085) 0:02:11.117 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 04 May 2024 16:31:39 +0000 (0:00:00.137) 0:02:11.254 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 04 May 2024 16:31:39 +0000 (0:00:00.033) 0:02:11.288 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 04 May 2024 16:31:39 +0000 (0:00:00.022) 0:02:11.310 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 04 May 2024 16:31:39 +0000 (0:00:00.021) 0:02:11.332 ********** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 04 May 2024 16:31:39 +0000 (0:00:00.047) 0:02:11.379 ********** ok: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 04 May 2024 16:31:40 +0000 (0:00:00.842) 0:02:12.222 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 04 May 2024 16:31:40 +0000 (0:00:00.023) 0:02:12.245 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 04 May 2024 16:31:40 +0000 (0:00:00.028) 0:02:12.274 ********** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.067453", "end": "2024-05-04 16:31:41.170398", "rc": 0, "start": "2024-05-04 16:31:41.102945" } STDOUT: podman version 4.9.4-dev TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Saturday 04 May 2024 16:31:41 +0000 (0:00:00.367) 0:02:12.641 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Saturday 04 May 2024 16:31:41 +0000 (0:00:00.023) 0:02:12.665 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Saturday 04 May 2024 16:31:41 +0000 (0:00:00.024) 0:02:12.689 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Saturday 04 May 2024 16:31:41 +0000 (0:00:00.096) 0:02:12.786 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 04 May 2024 16:31:41 +0000 (0:00:00.042) 0:02:12.828 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 04 May 2024 16:31:41 +0000 (0:00:00.032) 0:02:12.860 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 04 May 2024 16:31:41 +0000 (0:00:00.031) 0:02:12.892 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 04 May 2024 16:31:41 +0000 (0:00:00.032) 0:02:12.925 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 04 May 2024 16:31:41 +0000 (0:00:00.258) 0:02:13.184 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 04 May 2024 16:31:41 +0000 (0:00:00.026) 0:02:13.210 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1714840221.0131936, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1714840188.8972206, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6932476, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "901385681", "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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 04 May 2024 16:31:42 +0000 (0:00:00.302) 0:02:13.512 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 04 May 2024 16:31:42 +0000 (0:00:00.022) 0:02:13.535 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 04 May 2024 16:31:42 +0000 (0:00:00.024) 0:02:13.559 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 04 May 2024 16:31:42 +0000 (0:00:00.022) 0:02:13.582 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 04 May 2024 16:31:42 +0000 (0:00:00.024) 0:02:13.607 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 04 May 2024 16:31:42 +0000 (0:00:00.023) 0:02:13.631 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 04 May 2024 16:31:42 +0000 (0:00:00.024) 0:02:13.656 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 04 May 2024 16:31:42 +0000 (0:00:00.027) 0:02:13.683 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Saturday 04 May 2024 16:31:42 +0000 (0:00:00.076) 0:02:13.759 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Saturday 04 May 2024 16:31:42 +0000 (0:00:00.030) 0:02:13.790 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 04 May 2024 16:31:42 +0000 (0:00:00.044) 0:02:13.834 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 04 May 2024 16:31:42 +0000 (0:00:00.021) 0:02:13.856 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Saturday 04 May 2024 16:31:42 +0000 (0:00:00.024) 0:02:13.880 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 04 May 2024 16:31:42 +0000 (0:00:00.040) 0:02:13.921 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 04 May 2024 16:31:42 +0000 (0:00:00.022) 0:02:13.943 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Saturday 04 May 2024 16:31:42 +0000 (0:00:00.034) 0:02:13.977 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 04 May 2024 16:31:42 +0000 (0:00:00.048) 0:02:14.026 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 04 May 2024 16:31:42 +0000 (0:00:00.027) 0:02:14.053 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Saturday 04 May 2024 16:31:42 +0000 (0:00:00.023) 0:02:14.076 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 04 May 2024 16:31:42 +0000 (0:00:00.048) 0:02:14.125 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 04 May 2024 16:31:42 +0000 (0:00:00.032) 0:02:14.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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 04 May 2024 16:31:42 +0000 (0:00:00.035) 0:02:14.193 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 04 May 2024 16:31:42 +0000 (0:00:00.046) 0:02:14.240 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Saturday 04 May 2024 16:31:42 +0000 (0:00:00.088) 0:02:14.328 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Saturday 04 May 2024 16:31:42 +0000 (0:00:00.027) 0:02:14.356 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Saturday 04 May 2024 16:31:42 +0000 (0:00:00.025) 0:02:14.382 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Saturday 04 May 2024 16:31:42 +0000 (0:00:00.038) 0:02:14.421 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:3 Saturday 04 May 2024 16:31:43 +0000 (0:00:00.074) 0:02:14.495 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:10 Saturday 04 May 2024 16:31:43 +0000 (0:00:00.028) 0:02:14.524 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:15 Saturday 04 May 2024 16:31:43 +0000 (0:00:00.034) 0:02:14.559 ********** ok: [sut] => { "ansible_facts": { "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:19 Saturday 04 May 2024 16:31:43 +0000 (0:00:00.089) 0:02:14.648 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 04 May 2024 16:31:43 +0000 (0:00:00.093) 0:02:14.742 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 04 May 2024 16:31:43 +0000 (0:00:00.049) 0:02:14.792 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 04 May 2024 16:31:43 +0000 (0:00:00.036) 0:02:14.828 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 04 May 2024 16:31:43 +0000 (0:00:00.047) 0:02:14.875 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 04 May 2024 16:31:43 +0000 (0:00:00.327) 0:02:15.203 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 04 May 2024 16:31:43 +0000 (0:00:00.037) 0:02:15.240 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1714840221.0131936, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1714840188.8972206, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6932476, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "901385681", "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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 04 May 2024 16:31:44 +0000 (0:00:00.318) 0:02:15.559 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 04 May 2024 16:31:44 +0000 (0:00:00.056) 0:02:15.616 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 04 May 2024 16:31:44 +0000 (0:00:00.026) 0:02:15.642 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 04 May 2024 16:31:44 +0000 (0:00:00.105) 0:02:15.748 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 04 May 2024 16:31:44 +0000 (0:00:00.040) 0:02:15.788 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 04 May 2024 16:31:44 +0000 (0:00:00.036) 0:02:15.825 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 04 May 2024 16:31:44 +0000 (0:00:00.024) 0:02:15.849 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 04 May 2024 16:31:44 +0000 (0:00:00.024) 0:02:15.874 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:24 Saturday 04 May 2024 16:31:44 +0000 (0:00:00.027) 0:02:15.901 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:29 Saturday 04 May 2024 16:31:44 +0000 (0:00:00.031) 0:02:15.933 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:36 Saturday 04 May 2024 16:31:44 +0000 (0:00:00.026) 0:02:15.960 ********** ok: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:70 Saturday 04 May 2024 16:31:44 +0000 (0:00:00.050) 0:02:16.010 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure certs.d files] ************************ task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:78 Saturday 04 May 2024 16:31:44 +0000 (0:00:00.060) 0:02:16.071 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:95 Saturday 04 May 2024 16:31:44 +0000 (0:00:00.031) 0:02:16.103 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:102 Saturday 04 May 2024 16:31:44 +0000 (0:00:00.040) 0:02:16.144 ********** skipping: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:110 Saturday 04 May 2024 16:31:44 +0000 (0:00:00.026) 0:02:16.171 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Handle credential files - present] *********** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:123 Saturday 04 May 2024 16:31:44 +0000 (0:00:00.024) 0:02:16.195 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:3 Saturday 04 May 2024 16:31:44 +0000 (0:00:00.061) 0:02:16.257 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:11 Saturday 04 May 2024 16:31:44 +0000 (0:00:00.037) 0:02:16.294 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 04 May 2024 16:31:44 +0000 (0:00:00.038) 0:02:16.332 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 04 May 2024 16:31:44 +0000 (0:00:00.091) 0:02:16.424 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 04 May 2024 16:31:45 +0000 (0:00:00.027) 0:02:16.451 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 04 May 2024 16:31:45 +0000 (0:00:00.043) 0:02:16.494 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 04 May 2024 16:31:45 +0000 (0:00:00.319) 0:02:16.814 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 04 May 2024 16:31:45 +0000 (0:00:00.032) 0:02:16.846 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1714840221.0131936, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1714840188.8972206, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6932476, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "901385681", "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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 04 May 2024 16:31:45 +0000 (0:00:00.299) 0:02:17.145 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 04 May 2024 16:31:45 +0000 (0:00:00.028) 0:02:17.174 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 04 May 2024 16:31:45 +0000 (0:00:00.030) 0:02:17.205 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 04 May 2024 16:31:45 +0000 (0:00:00.025) 0:02:17.231 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 04 May 2024 16:31:45 +0000 (0:00:00.021) 0:02:17.252 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 04 May 2024 16:31:45 +0000 (0:00:00.024) 0:02:17.276 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 04 May 2024 16:31:45 +0000 (0:00:00.022) 0:02:17.299 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 04 May 2024 16:31:45 +0000 (0:00:00.023) 0:02:17.322 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set credential variables] ******************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:17 Saturday 04 May 2024 16:31:45 +0000 (0:00:00.023) 0:02:17.346 ********** ok: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:45 Saturday 04 May 2024 16:31:45 +0000 (0:00:00.034) 0:02:17.380 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:53 Saturday 04 May 2024 16:31:45 +0000 (0:00:00.023) 0:02:17.404 ********** skipping: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:63 Saturday 04 May 2024 16:31:45 +0000 (0:00:00.022) 0:02:17.426 ********** skipping: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:80 Saturday 04 May 2024 16:31:46 +0000 (0:00:00.097) 0:02:17.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 : Find files in credentials directory] ********* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:86 Saturday 04 May 2024 16:31:46 +0000 (0:00:00.033) 0:02:17.558 ********** skipping: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:94 Saturday 04 May 2024 16:31:46 +0000 (0:00:00.026) 0:02:17.584 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Saturday 04 May 2024 16:31:46 +0000 (0:00:00.024) 0:02:17.609 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Handle Kubernetes specifications] ************ task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:139 Saturday 04 May 2024 16:31:46 +0000 (0:00:00.022) 0:02:17.632 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:14 Saturday 04 May 2024 16:31:46 +0000 (0:00:00.057) 0:02:17.690 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:34 Saturday 04 May 2024 16:31:46 +0000 (0:00:00.030) 0:02:17.720 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:60 Saturday 04 May 2024 16:31:46 +0000 (0:00:00.030) 0:02:17.751 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:66 Saturday 04 May 2024 16:31:46 +0000 (0:00:00.026) 0:02:17.778 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 04 May 2024 16:31:46 +0000 (0:00:00.041) 0:02:17.820 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 04 May 2024 16:31:46 +0000 (0:00:00.028) 0:02:17.848 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 04 May 2024 16:31:46 +0000 (0:00:00.027) 0:02:17.876 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 04 May 2024 16:31:46 +0000 (0:00:00.034) 0:02:17.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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 04 May 2024 16:31:46 +0000 (0:00:00.292) 0:02:18.203 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 04 May 2024 16:31:46 +0000 (0:00:00.030) 0:02:18.234 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1714840221.0131936, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1714840188.8972206, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6932476, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "901385681", "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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 04 May 2024 16:31:47 +0000 (0:00:00.366) 0:02:18.601 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 04 May 2024 16:31:47 +0000 (0:00:00.034) 0:02:18.635 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 04 May 2024 16:31:47 +0000 (0:00:00.027) 0:02:18.663 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 04 May 2024 16:31:47 +0000 (0:00:00.022) 0:02:18.685 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 04 May 2024 16:31:47 +0000 (0:00:00.023) 0:02:18.709 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 04 May 2024 16:31:47 +0000 (0:00:00.023) 0:02:18.732 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 04 May 2024 16:31:47 +0000 (0:00:00.034) 0:02:18.767 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 04 May 2024 16:31:47 +0000 (0:00:00.025) 0:02:18.792 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:71 Saturday 04 May 2024 16:31:47 +0000 (0:00:00.027) 0:02:18.820 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:80 Saturday 04 May 2024 16:31:47 +0000 (0:00:00.024) 0:02:18.844 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:94 Saturday 04 May 2024 16:31:47 +0000 (0:00:00.034) 0:02:18.879 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:100 Saturday 04 May 2024 16:31:47 +0000 (0:00:00.025) 0:02:18.904 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:108 Saturday 04 May 2024 16:31:47 +0000 (0:00:00.026) 0:02:18.930 ********** ok: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:123 Saturday 04 May 2024 16:31:47 +0000 (0:00:00.028) 0:02:18.959 ********** 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.010544", "end": "2024-05-04 16:31:47.785428", "rc": 0, "start": "2024-05-04 16:31:47.774884" } 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:131 Saturday 04 May 2024 16:31:47 +0000 (0:00:00.292) 0:02:19.252 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:2 Saturday 04 May 2024 16:31:47 +0000 (0:00:00.044) 0:02:19.296 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:10 Saturday 04 May 2024 16:31:47 +0000 (0:00:00.022) 0:02:19.319 ********** 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": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2024-05-04 16:31:06 UTC", "ActiveEnterTimestampMonotonic": "574291371", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "network-online.target systemd-journald.socket -.mount sysinit.target basic.target \"system-podman\\\\x2dkube.slice\"", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-05-04 16:31:05 UTC", "AssertTimestampMonotonic": "573494431", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "27714462000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-05-04 16:31:05 UTC", "ConditionTimestampMonotonic": "573494428", "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", "ControlGroupId": "6513", "ControlPID": "0", "CoredumpFilter": "0x33", "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", "Environment": "\"PODMAN_SYSTEMD_UNIT=podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-auth_test_1_kube.yml.service\"", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "13322", "ExecMainStartTimestamp": "Sat 2024-05-04 16:31:06 UTC", "ExecMainStartTimestampMonotonic": "574291331", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; ignore_errors=no ; start_time=[Sat 2024-05-04 16:31:05 UTC] ; stop_time=[n/a] ; pid=13263 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; flags= ; start_time=[Sat 2024-05-04 16:31:05 UTC] ; stop_time=[n/a] ; pid=13263 ; 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 }", "ExecStopEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-05-04 16:31:05 UTC", "InactiveExitTimestampMonotonic": "573496362", "InvocationID": "120a27ce4b6b4c8f8da0bdeca030f69e", "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": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13972", "LimitNPROCSoft": "13972", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13972", "LimitSIGPENDINGSoft": "13972", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "13322", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "22540288", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "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", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "-.mount \"system-podman\\\\x2dkube.slice\" sysinit.target", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-05-04 16:31:06 UTC", "StateChangeTimestampMonotonic": "574291371", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "13", "TasksMax": "22356", "TimeoutAbortUSec": "1min 10s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 10s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network-online.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [linux-system-roles.podman : Check if kube file exists] ******************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:28 Saturday 04 May 2024 16:31:49 +0000 (0:00:01.318) 0:02:20.637 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1714840263.077157, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fb0097683a2e5c8909a8037d64ddc1b350aed0be", "ctime": 1714840262.5681574, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 381681991, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1714840262.3381577, "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": "4035962057", "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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:33 Saturday 04 May 2024 16:31:49 +0000 (0:00:00.235) 0:02:20.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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:45 Saturday 04 May 2024 16:31:49 +0000 (0:00:00.337) 0:02:21.210 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:50 Saturday 04 May 2024 16:31:50 +0000 (0:00:00.224) 0:02:21.434 ********** changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.035870", "end": "2024-05-04 16:31:50.227397", "rc": 0, "start": "2024-05-04 16:31:50.191527" } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:59 Saturday 04 May 2024 16:31:50 +0000 (0:00:00.259) 0:02:21.693 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 04 May 2024 16:31:50 +0000 (0:00:00.037) 0:02:21.730 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 04 May 2024 16:31:50 +0000 (0:00:00.023) 0:02:21.754 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 04 May 2024 16:31:50 +0000 (0:00:00.034) 0:02:21.789 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:135 Saturday 04 May 2024 16:31:50 +0000 (0:00:00.031) 0:02:21.820 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:146 Saturday 04 May 2024 16:31:50 +0000 (0:00:00.105) 0:02:21.926 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 04 May 2024 16:31:50 +0000 (0:00:00.069) 0:02:21.995 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 04 May 2024 16:31:50 +0000 (0:00:00.036) 0:02:22.032 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 04 May 2024 16:31:50 +0000 (0:00:00.038) 0:02:22.071 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 04 May 2024 16:31:50 +0000 (0:00:00.024) 0:02:22.095 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 04 May 2024 16:31:50 +0000 (0:00:00.034) 0:02:22.130 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 04 May 2024 16:31:50 +0000 (0:00:00.045) 0:02:22.175 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 04 May 2024 16:31:50 +0000 (0:00:00.026) 0:02:22.202 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 04 May 2024 16:31:50 +0000 (0:00:00.026) 0:02:22.229 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 04 May 2024 16:31:50 +0000 (0:00:00.029) 0:02:22.258 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 04 May 2024 16:31:51 +0000 (0:00:00.225) 0:02:22.483 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 04 May 2024 16:31:51 +0000 (0:00:00.036) 0:02:22.520 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1714840221.0131936, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1714840188.8972206, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6932476, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "901385681", "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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 04 May 2024 16:31:51 +0000 (0:00:00.233) 0:02:22.754 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 04 May 2024 16:31:51 +0000 (0:00:00.021) 0:02:22.776 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 04 May 2024 16:31:51 +0000 (0:00:00.021) 0:02:22.797 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 04 May 2024 16:31:51 +0000 (0:00:00.025) 0:02:22.822 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 04 May 2024 16:31:51 +0000 (0:00:00.087) 0:02:22.910 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 04 May 2024 16:31:51 +0000 (0:00:00.023) 0:02:22.933 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 04 May 2024 16:31:51 +0000 (0:00:00.023) 0:02:22.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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 04 May 2024 16:31:51 +0000 (0:00:00.024) 0:02:22.981 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 04 May 2024 16:31:51 +0000 (0:00:00.028) 0:02:23.010 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 04 May 2024 16:31:51 +0000 (0:00:00.042) 0:02:23.053 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 04 May 2024 16:31:51 +0000 (0:00:00.024) 0:02:23.077 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 04 May 2024 16:31:51 +0000 (0:00:00.033) 0:02:23.110 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 04 May 2024 16:31:51 +0000 (0:00:00.051) 0:02:23.162 ********** ok: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:220 Saturday 04 May 2024 16:31:51 +0000 (0:00:00.034) 0:02:23.197 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Saturday 04 May 2024 16:31:51 +0000 (0:00:00.051) 0:02:23.248 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 Saturday 04 May 2024 16:31:51 +0000 (0:00:00.035) 0:02:23.283 ********** changed: [sut] => { "changed": true, "enabled": false, "failed_when_result": false, "name": "auth_test_1_quadlet.service", "state": "stopped", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "basic.target sysinit.target system.slice systemd-journald.socket -.mount", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "yes", "DelegateControllers": "cpu cpuacct cpuset io blkio memory devices pids bpf-firewall bpf-devices bpf-foreign bpf-socket-bind bpf-restrict-network-interfaces", "Description": "auth_test_1_quadlet.service", "DevicePolicy": "auto", "DynamicUser": "no", "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 }", "ExecStartEx": "{ 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 ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/auth_test_1_quadlet.cid ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/auth_test_1_quadlet.cid ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopPost": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/auth_test_1_quadlet.cid ; ignore_errors=yes ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopPostEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/auth_test_1_quadlet.cid ; flags=ignore-failure ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/run/systemd/generator/auth_test_1_quadlet.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "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": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13972", "LimitNPROCSoft": "13972", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13972", "LimitSIGPENDINGSoft": "13972", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "auth_test_1_quadlet.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMPolicy": "continue", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target -.mount system.slice", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "SourcePath": "/etc/containers/systemd/auth_test_1_quadlet.container", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogIdentifier": "auth_test_1_quadlet", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22356", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "generated", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [linux-system-roles.podman : Remove quadlet file] ************************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:33 Saturday 04 May 2024 16:31:52 +0000 (0:00:00.607) 0:02:23.891 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:39 Saturday 04 May 2024 16:31:52 +0000 (0:00:00.218) 0:02:24.110 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 04 May 2024 16:31:52 +0000 (0:00:00.132) 0:02:24.242 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 04 May 2024 16:31:52 +0000 (0:00:00.039) 0:02:24.282 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 04 May 2024 16:31:52 +0000 (0:00:00.025) 0:02:24.307 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:47 Saturday 04 May 2024 16:31:52 +0000 (0:00:00.028) 0:02:24.336 ********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:56 Saturday 04 May 2024 16:31:53 +0000 (0:00:00.607) 0:02:24.944 ********** changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.038281", "end": "2024-05-04 16:31:53.740852", "rc": 0, "start": "2024-05-04 16:31:53.702571" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:64 Saturday 04 May 2024 16:31:53 +0000 (0:00:00.262) 0:02:25.206 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:224 Saturday 04 May 2024 16:31:53 +0000 (0:00:00.024) 0:02:25.231 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:153 Saturday 04 May 2024 16:31:53 +0000 (0:00:00.021) 0:02:25.252 ********** TASK [linux-system-roles.podman : Handle credential files - absent] ************ task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:159 Saturday 04 May 2024 16:31:53 +0000 (0:00:00.020) 0:02:25.272 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:3 Saturday 04 May 2024 16:31:53 +0000 (0:00:00.058) 0:02:25.331 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:11 Saturday 04 May 2024 16:31:53 +0000 (0:00:00.023) 0:02:25.354 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 04 May 2024 16:31:53 +0000 (0:00:00.035) 0:02:25.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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 04 May 2024 16:31:54 +0000 (0:00:00.105) 0:02:25.495 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 04 May 2024 16:31:54 +0000 (0:00:00.040) 0:02:25.536 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 04 May 2024 16:31:54 +0000 (0:00:00.056) 0:02:25.592 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 04 May 2024 16:31:54 +0000 (0:00:00.281) 0:02:25.874 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 04 May 2024 16:31:54 +0000 (0:00:00.031) 0:02:25.905 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1714840221.0131936, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1714840188.8972206, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6932476, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "901385681", "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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 04 May 2024 16:31:54 +0000 (0:00:00.230) 0:02:26.136 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 04 May 2024 16:31:54 +0000 (0:00:00.022) 0:02:26.159 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 04 May 2024 16:31:54 +0000 (0:00:00.024) 0:02:26.183 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 04 May 2024 16:31:54 +0000 (0:00:00.027) 0:02:26.211 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 04 May 2024 16:31:54 +0000 (0:00:00.030) 0:02:26.242 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 04 May 2024 16:31:54 +0000 (0:00:00.032) 0:02:26.274 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 04 May 2024 16:31:54 +0000 (0:00:00.051) 0:02:26.325 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 04 May 2024 16:31:54 +0000 (0:00:00.021) 0:02:26.347 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set credential variables] ******************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:17 Saturday 04 May 2024 16:31:54 +0000 (0:00:00.023) 0:02:26.371 ********** ok: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:45 Saturday 04 May 2024 16:31:54 +0000 (0:00:00.031) 0:02:26.403 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:53 Saturday 04 May 2024 16:31:54 +0000 (0:00:00.024) 0:02:26.428 ********** skipping: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:63 Saturday 04 May 2024 16:31:55 +0000 (0:00:00.025) 0:02:26.453 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Ensure credential file is absent] ************ task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:80 Saturday 04 May 2024 16:31:55 +0000 (0:00:00.023) 0:02:26.477 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:86 Saturday 04 May 2024 16:31:55 +0000 (0:00:00.285) 0:02:26.762 ********** ok: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:94 Saturday 04 May 2024 16:31:55 +0000 (0:00:00.296) 0:02:27.058 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:168 Saturday 04 May 2024 16:31:55 +0000 (0:00:00.244) 0:02:27.303 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:3 Saturday 04 May 2024 16:31:55 +0000 (0:00:00.077) 0:02:27.381 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:10 Saturday 04 May 2024 16:31:55 +0000 (0:00:00.021) 0:02:27.402 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:15 Saturday 04 May 2024 16:31:56 +0000 (0:00:00.036) 0:02:27.439 ********** ok: [sut] => { "ansible_facts": { "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:19 Saturday 04 May 2024 16:31:56 +0000 (0:00:00.028) 0:02:27.467 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 04 May 2024 16:31:56 +0000 (0:00:00.039) 0:02:27.506 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 04 May 2024 16:31:56 +0000 (0:00:00.027) 0:02:27.534 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 04 May 2024 16:31:56 +0000 (0:00:00.047) 0:02:27.581 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 04 May 2024 16:31:56 +0000 (0:00:00.030) 0:02:27.612 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 04 May 2024 16:31:56 +0000 (0:00:00.231) 0:02:27.843 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 04 May 2024 16:31:56 +0000 (0:00:00.048) 0:02:27.892 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1714840221.0131936, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1714840188.8972206, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6932476, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "901385681", "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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 04 May 2024 16:31:56 +0000 (0:00:00.377) 0:02:28.269 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 04 May 2024 16:31:56 +0000 (0:00:00.026) 0:02:28.296 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 04 May 2024 16:31:56 +0000 (0:00:00.024) 0:02:28.320 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 04 May 2024 16:31:56 +0000 (0:00:00.029) 0:02:28.350 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 04 May 2024 16:31:56 +0000 (0:00:00.029) 0:02:28.380 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 04 May 2024 16:31:56 +0000 (0:00:00.025) 0:02:28.405 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 04 May 2024 16:31:56 +0000 (0:00:00.023) 0:02:28.429 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 04 May 2024 16:31:57 +0000 (0:00:00.025) 0:02:28.454 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:24 Saturday 04 May 2024 16:31:57 +0000 (0:00:00.026) 0:02:28.480 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:29 Saturday 04 May 2024 16:31:57 +0000 (0:00:00.030) 0:02:28.510 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:36 Saturday 04 May 2024 16:31:57 +0000 (0:00:00.024) 0:02:28.535 ********** ok: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:70 Saturday 04 May 2024 16:31:57 +0000 (0:00:00.032) 0:02:28.567 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure certs.d files] ************************ task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:78 Saturday 04 May 2024 16:31:57 +0000 (0:00:00.021) 0:02:28.589 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:95 Saturday 04 May 2024 16:31:57 +0000 (0:00:00.029) 0:02:28.619 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:102 Saturday 04 May 2024 16:31:57 +0000 (0:00:00.648) 0:02:29.268 ********** ok: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:110 Saturday 04 May 2024 16:31:58 +0000 (0:00:00.210) 0:02:29.478 ********** 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-cig8iawl36/tests/tests_auth_and_security.yml:178 Saturday 04 May 2024 16:31:58 +0000 (0:00:00.223) 0:02:29.702 ********** 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-cig8iawl36/tests/tests_auth_and_security.yml:183 Saturday 04 May 2024 16:31:58 +0000 (0:00:00.418) 0:02:30.120 ********** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 04 May 2024 16:31:58 +0000 (0:00:00.074) 0:02:30.195 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 04 May 2024 16:31:58 +0000 (0:00:00.056) 0:02:30.251 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 04 May 2024 16:31:58 +0000 (0:00:00.030) 0:02:30.282 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 04 May 2024 16:31:58 +0000 (0:00:00.023) 0:02:30.306 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 04 May 2024 16:31:58 +0000 (0:00:00.024) 0:02:30.331 ********** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 04 May 2024 16:31:58 +0000 (0:00:00.050) 0:02:30.381 ********** ok: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 04 May 2024 16:31:59 +0000 (0:00:00.717) 0:02:31.099 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 04 May 2024 16:31:59 +0000 (0:00:00.021) 0:02:31.120 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 04 May 2024 16:31:59 +0000 (0:00:00.026) 0:02:31.147 ********** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.032714", "end": "2024-05-04 16:31:59.927187", "rc": 0, "start": "2024-05-04 16:31:59.894473" } STDOUT: podman version 4.9.4-dev TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Saturday 04 May 2024 16:31:59 +0000 (0:00:00.244) 0:02:31.392 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Saturday 04 May 2024 16:31:59 +0000 (0:00:00.022) 0:02:31.414 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Saturday 04 May 2024 16:32:00 +0000 (0:00:00.020) 0:02:31.435 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Saturday 04 May 2024 16:32:00 +0000 (0:00:00.042) 0:02:31.477 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 04 May 2024 16:32:00 +0000 (0:00:00.041) 0:02:31.519 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 04 May 2024 16:32:00 +0000 (0:00:00.026) 0:02:31.545 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 04 May 2024 16:32:00 +0000 (0:00:00.026) 0:02:31.572 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 04 May 2024 16:32:00 +0000 (0:00:00.030) 0:02:31.603 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 04 May 2024 16:32:00 +0000 (0:00:00.219) 0:02:31.822 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 04 May 2024 16:32:00 +0000 (0:00:00.028) 0:02:31.850 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1714840221.0131936, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1714840188.8972206, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6932476, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "901385681", "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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 04 May 2024 16:32:00 +0000 (0:00:00.215) 0:02:32.066 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 04 May 2024 16:32:00 +0000 (0:00:00.082) 0:02:32.148 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 04 May 2024 16:32:00 +0000 (0:00:00.022) 0:02:32.170 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 04 May 2024 16:32:00 +0000 (0:00:00.021) 0:02:32.192 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 04 May 2024 16:32:00 +0000 (0:00:00.034) 0:02:32.226 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 04 May 2024 16:32:00 +0000 (0:00:00.026) 0:02:32.253 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 04 May 2024 16:32:00 +0000 (0:00:00.025) 0:02:32.279 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 04 May 2024 16:32:00 +0000 (0:00:00.021) 0:02:32.301 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Saturday 04 May 2024 16:32:00 +0000 (0:00:00.022) 0:02:32.323 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Saturday 04 May 2024 16:32:00 +0000 (0:00:00.026) 0:02:32.350 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 04 May 2024 16:32:00 +0000 (0:00:00.039) 0:02:32.390 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 04 May 2024 16:32:00 +0000 (0:00:00.020) 0:02:32.411 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Saturday 04 May 2024 16:32:00 +0000 (0:00:00.021) 0:02:32.432 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 04 May 2024 16:32:01 +0000 (0:00:00.039) 0:02:32.472 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 04 May 2024 16:32:01 +0000 (0:00:00.020) 0:02:32.493 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Saturday 04 May 2024 16:32:01 +0000 (0:00:00.021) 0:02:32.514 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 04 May 2024 16:32:01 +0000 (0:00:00.040) 0:02:32.554 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 04 May 2024 16:32:01 +0000 (0:00:00.075) 0:02:32.629 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Saturday 04 May 2024 16:32:01 +0000 (0:00:00.033) 0:02:32.663 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 04 May 2024 16:32:01 +0000 (0:00:00.046) 0:02:32.710 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 04 May 2024 16:32:01 +0000 (0:00:00.029) 0:02:32.739 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 04 May 2024 16:32:01 +0000 (0:00:00.024) 0:02:32.764 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 04 May 2024 16:32:01 +0000 (0:00:00.024) 0:02:32.788 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Saturday 04 May 2024 16:32:01 +0000 (0:00:00.025) 0:02:32.814 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Saturday 04 May 2024 16:32:01 +0000 (0:00:00.030) 0:02:32.845 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Saturday 04 May 2024 16:32:01 +0000 (0:00:00.041) 0:02:32.886 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Saturday 04 May 2024 16:32:01 +0000 (0:00:00.035) 0:02:32.921 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:3 Saturday 04 May 2024 16:32:01 +0000 (0:00:00.061) 0:02:32.983 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:10 Saturday 04 May 2024 16:32:01 +0000 (0:00:00.031) 0:02:33.014 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:15 Saturday 04 May 2024 16:32:01 +0000 (0:00:00.026) 0:02:33.041 ********** ok: [sut] => { "ansible_facts": { "__podman_rootless": true }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:19 Saturday 04 May 2024 16:32:01 +0000 (0:00:00.037) 0:02:33.078 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 04 May 2024 16:32:01 +0000 (0:00:00.040) 0:02:33.118 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 04 May 2024 16:32:01 +0000 (0:00:00.294) 0:02:33.413 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 04 May 2024 16:32:02 +0000 (0:00:00.029) 0:02:33.442 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 04 May 2024 16:32:02 +0000 (0:00:00.035) 0:02:33.477 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 04 May 2024 16:32:02 +0000 (0:00:00.242) 0:02:33.720 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 04 May 2024 16:32:02 +0000 (0:00:00.054) 0:02:33.775 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1714840221.0131936, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1714840188.8972206, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6932476, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "901385681", "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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 04 May 2024 16:32:02 +0000 (0:00:00.233) 0:02:34.008 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.004166", "end": "2024-05-04 16:32:02.767796", "rc": 0, "start": "2024-05-04 16:32:02.763630" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 04 May 2024 16:32:02 +0000 (0:00:00.224) 0:02:34.232 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.004208", "end": "2024-05-04 16:32:02.994226", "rc": 0, "start": "2024-05-04 16:32:02.990018" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 04 May 2024 16:32:03 +0000 (0:00:00.226) 0:02:34.458 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 04 May 2024 16:32:03 +0000 (0:00:00.037) 0:02:34.495 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 04 May 2024 16:32:03 +0000 (0:00:00.021) 0:02:34.517 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 04 May 2024 16:32:03 +0000 (0:00:00.020) 0:02:34.537 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 04 May 2024 16:32:03 +0000 (0:00:00.023) 0:02:34.561 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 04 May 2024 16:32:03 +0000 (0:00:00.024) 0:02:34.585 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:24 Saturday 04 May 2024 16:32:03 +0000 (0:00:00.023) 0:02:34.609 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:29 Saturday 04 May 2024 16:32:03 +0000 (0:00:00.028) 0:02:34.637 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:36 Saturday 04 May 2024 16:32:03 +0000 (0:00:00.024) 0:02:34.662 ********** ok: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:70 Saturday 04 May 2024 16:32:03 +0000 (0:00:00.089) 0:02:34.752 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:78 Saturday 04 May 2024 16:32:03 +0000 (0:00:00.232) 0:02:34.984 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:95 Saturday 04 May 2024 16:32:04 +0000 (0:00:00.602) 0:02:35.586 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:102 Saturday 04 May 2024 16:32:04 +0000 (0:00:00.029) 0:02:35.615 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Ensure the certs.d directory is absent if empty] *** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:110 Saturday 04 May 2024 16:32:04 +0000 (0:00:00.021) 0:02:35.637 ********** skipping: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:123 Saturday 04 May 2024 16:32:04 +0000 (0:00:00.022) 0:02:35.659 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:3 Saturday 04 May 2024 16:32:04 +0000 (0:00:00.050) 0:02:35.709 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:11 Saturday 04 May 2024 16:32:04 +0000 (0:00:00.023) 0:02:35.733 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 04 May 2024 16:32:04 +0000 (0:00:00.035) 0:02:35.769 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 04 May 2024 16:32:04 +0000 (0:00:00.027) 0:02:35.796 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 04 May 2024 16:32:04 +0000 (0:00:00.026) 0:02:35.823 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 04 May 2024 16:32:04 +0000 (0:00:00.031) 0:02:35.855 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 04 May 2024 16:32:04 +0000 (0:00:00.264) 0:02:36.120 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 04 May 2024 16:32:04 +0000 (0:00:00.028) 0:02:36.148 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1714840221.0131936, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1714840188.8972206, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6932476, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "901385681", "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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 04 May 2024 16:32:04 +0000 (0:00:00.221) 0:02:36.370 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.004479", "end": "2024-05-04 16:32:05.129952", "rc": 0, "start": "2024-05-04 16:32:05.125473" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 04 May 2024 16:32:05 +0000 (0:00:00.226) 0:02:36.596 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.004203", "end": "2024-05-04 16:32:05.355915", "rc": 0, "start": "2024-05-04 16:32:05.351712" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 04 May 2024 16:32:05 +0000 (0:00:00.227) 0:02:36.823 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 04 May 2024 16:32:05 +0000 (0:00:00.034) 0:02:36.857 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 04 May 2024 16:32:05 +0000 (0:00:00.022) 0:02:36.880 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 04 May 2024 16:32:05 +0000 (0:00:00.021) 0:02:36.901 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 04 May 2024 16:32:05 +0000 (0:00:00.023) 0:02:36.925 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 04 May 2024 16:32:05 +0000 (0:00:00.023) 0:02:36.948 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set credential variables] ******************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:17 Saturday 04 May 2024 16:32:05 +0000 (0:00:00.022) 0:02:36.971 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Ensure the credentials directory is present] *** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:45 Saturday 04 May 2024 16:32:05 +0000 (0:00:00.072) 0:02:37.043 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:53 Saturday 04 May 2024 16:32:05 +0000 (0:00:00.227) 0:02:37.270 ********** skipping: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:63 Saturday 04 May 2024 16:32:05 +0000 (0:00:00.024) 0:02:37.295 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:80 Saturday 04 May 2024 16:32:06 +0000 (0:00:00.626) 0:02:37.921 ********** skipping: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:86 Saturday 04 May 2024 16:32:06 +0000 (0:00:00.022) 0:02:37.944 ********** skipping: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:94 Saturday 04 May 2024 16:32:06 +0000 (0:00:00.020) 0:02:37.964 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Saturday 04 May 2024 16:32:06 +0000 (0:00:00.022) 0:02:37.987 ********** skipping: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:139 Saturday 04 May 2024 16:32:06 +0000 (0:00:00.020) 0:02:38.007 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:14 Saturday 04 May 2024 16:32:06 +0000 (0:00:00.055) 0:02:38.063 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:34 Saturday 04 May 2024 16:32:06 +0000 (0:00:00.028) 0:02:38.091 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:60 Saturday 04 May 2024 16:32:06 +0000 (0:00:00.034) 0:02:38.125 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:66 Saturday 04 May 2024 16:32:06 +0000 (0:00:00.024) 0:02:38.150 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 04 May 2024 16:32:06 +0000 (0:00:00.037) 0:02:38.187 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 04 May 2024 16:32:06 +0000 (0:00:00.026) 0:02:38.214 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 04 May 2024 16:32:06 +0000 (0:00:00.025) 0:02:38.240 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 04 May 2024 16:32:06 +0000 (0:00:00.030) 0:02:38.270 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 04 May 2024 16:32:07 +0000 (0:00:00.221) 0:02:38.491 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 04 May 2024 16:32:07 +0000 (0:00:00.028) 0:02:38.520 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1714840221.0131936, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1714840188.8972206, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6932476, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "901385681", "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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 04 May 2024 16:32:07 +0000 (0:00:00.291) 0:02:38.811 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.004272", "end": "2024-05-04 16:32:07.571958", "rc": 0, "start": "2024-05-04 16:32:07.567686" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 04 May 2024 16:32:07 +0000 (0:00:00.240) 0:02:39.052 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.004253", "end": "2024-05-04 16:32:07.821443", "rc": 0, "start": "2024-05-04 16:32:07.817190" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 04 May 2024 16:32:07 +0000 (0:00:00.245) 0:02:39.297 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 04 May 2024 16:32:07 +0000 (0:00:00.041) 0:02:39.339 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 04 May 2024 16:32:07 +0000 (0:00:00.032) 0:02:39.372 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 04 May 2024 16:32:07 +0000 (0:00:00.022) 0:02:39.395 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 04 May 2024 16:32:07 +0000 (0:00:00.023) 0:02:39.418 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 04 May 2024 16:32:08 +0000 (0:00:00.022) 0:02:39.440 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:71 Saturday 04 May 2024 16:32:08 +0000 (0:00:00.022) 0:02:39.462 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:80 Saturday 04 May 2024 16:32:08 +0000 (0:00:00.020) 0:02:39.483 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:94 Saturday 04 May 2024 16:32:08 +0000 (0:00:00.033) 0:02:39.516 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:100 Saturday 04 May 2024 16:32:08 +0000 (0:00:00.029) 0:02:39.546 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:108 Saturday 04 May 2024 16:32:08 +0000 (0:00:00.029) 0:02:39.575 ********** ok: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:123 Saturday 04 May 2024 16:32:08 +0000 (0:00:00.030) 0:02:39.606 ********** 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.006644", "end": "2024-05-04 16:32:08.367515", "rc": 0, "start": "2024-05-04 16:32:08.360871" } 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:131 Saturday 04 May 2024 16:32:08 +0000 (0:00:00.224) 0:02:39.831 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:135 Saturday 04 May 2024 16:32:08 +0000 (0:00:00.022) 0:02:39.854 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:2 Saturday 04 May 2024 16:32:08 +0000 (0:00:00.108) 0:02:39.962 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 04 May 2024 16:32:08 +0000 (0:00:00.042) 0:02:40.005 ********** changed: [sut] => { "changed": true, "cmd": [ "loginctl", "enable-linger", "auth_test_user1" ], "delta": "0:00:00.017222", "end": "2024-05-04 16:32:08.777398", "rc": 0, "start": "2024-05-04 16:32:08.760176" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 04 May 2024 16:32:08 +0000 (0:00:00.238) 0:02:40.243 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 04 May 2024 16:32:08 +0000 (0:00:00.027) 0:02:40.271 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:7 Saturday 04 May 2024 16:32:08 +0000 (0:00:00.023) 0:02:40.295 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:23 Saturday 04 May 2024 16:32:08 +0000 (0:00:00.022) 0:02:40.317 ********** TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:39 Saturday 04 May 2024 16:32:08 +0000 (0:00:00.019) 0:02:40.337 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:72 Saturday 04 May 2024 16:32:10 +0000 (0:00:01.247) 0:02:41.584 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:80 Saturday 04 May 2024 16:32:10 +0000 (0:00:00.219) 0:02:41.804 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:89 Saturday 04 May 2024 16:32:10 +0000 (0:00:00.227) 0:02:42.031 ********** 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-1714840330.641134-7734-246921646766035/source", "state": "file", "uid": 2001 } TASK [linux-system-roles.podman : Update containers/pods] ********************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:99 Saturday 04 May 2024 16:32:11 +0000 (0:00:00.587) 0:02:42.619 ********** 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: 27068943b402a4edde1c9e145f1a019943e3b1c9b0afea9c1aa1e6b5b6e1d1a3 Container: 64ba022cd8cd365b849d1603e730822063ed0aa3613067475442e409950357ce TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:108 Saturday 04 May 2024 16:32:12 +0000 (0:00:01.015) 0:02:43.635 ********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Enable service] ****************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:120 Saturday 04 May 2024 16:32:12 +0000 (0:00:00.522) 0:02:44.157 ********** 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": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "-.mount network-online.target run-user-2001.mount \"app-podman\\\\x2dkube.slice\" basic.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "\"man:podman-kube-play(1)\"", "DynamicUser": "no", "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 }", "ExecStartEx": "{ 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 ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman 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 }", "ExecStopEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /home/auth_test_user1/.config/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/user/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "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": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13972", "LimitNPROCSoft": "13972", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13972", "LimitSIGPENDINGSoft": "13972", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "\"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", "OOMPolicy": "stop", "OOMScoreAdjust": "200", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "\"app-podman\\\\x2dkube.slice\" basic.target", "RequiresMountsFor": "/run/user/2001/containers", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "app-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22356", "TimeoutAbortUSec": "1min 10s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 10s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "network-online.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity", "WorkingDirectory": "!/home/auth_test_user1" } } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:133 Saturday 04 May 2024 16:32:13 +0000 (0:00:00.484) 0:02:44.642 ********** 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": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "basic.target network-online.target run-user-2001.mount \"app-podman\\\\x2dkube.slice\" -.mount", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "default.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "\"man:podman-kube-play(1)\"", "DynamicUser": "no", "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 }", "ExecStartEx": "{ 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 ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman 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 }", "ExecStopEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /home/auth_test_user1/.config/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/user/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "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": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13972", "LimitNPROCSoft": "13972", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13972", "LimitSIGPENDINGSoft": "13972", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "\"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", "OOMPolicy": "stop", "OOMScoreAdjust": "200", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "\"app-podman\\\\x2dkube.slice\" basic.target", "RequiresMountsFor": "/run/user/2001/containers", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "app-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22356", "TimeoutAbortUSec": "1min 10s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 10s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "default.target", "Wants": "network-online.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity", "WorkingDirectory": "!/home/auth_test_user1" } } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:147 Saturday 04 May 2024 16:32:14 +0000 (0:00:00.970) 0:02:45.612 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:146 Saturday 04 May 2024 16:32:14 +0000 (0:00:00.026) 0:02:45.639 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 04 May 2024 16:32:14 +0000 (0:00:00.142) 0:02:45.781 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 04 May 2024 16:32:14 +0000 (0:00:00.042) 0:02:45.824 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 04 May 2024 16:32:14 +0000 (0:00:00.042) 0:02:45.867 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 04 May 2024 16:32:14 +0000 (0:00:00.029) 0:02:45.896 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 04 May 2024 16:32:14 +0000 (0:00:00.034) 0:02:45.931 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 04 May 2024 16:32:14 +0000 (0:00:00.045) 0:02:45.977 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 04 May 2024 16:32:14 +0000 (0:00:00.046) 0:02:46.023 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 04 May 2024 16:32:14 +0000 (0:00:00.030) 0:02:46.053 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 04 May 2024 16:32:14 +0000 (0:00:00.036) 0:02:46.090 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 04 May 2024 16:32:14 +0000 (0:00:00.248) 0:02:46.339 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 04 May 2024 16:32:14 +0000 (0:00:00.029) 0:02:46.368 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1714840221.0131936, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1714840188.8972206, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6932476, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "901385681", "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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 04 May 2024 16:32:15 +0000 (0:00:00.309) 0:02:46.678 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.005624", "end": "2024-05-04 16:32:15.471101", "rc": 0, "start": "2024-05-04 16:32:15.465477" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 04 May 2024 16:32:15 +0000 (0:00:00.262) 0:02:46.940 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.005759", "end": "2024-05-04 16:32:15.788440", "rc": 0, "start": "2024-05-04 16:32:15.782681" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 04 May 2024 16:32:15 +0000 (0:00:00.315) 0:02:47.255 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 04 May 2024 16:32:15 +0000 (0:00:00.083) 0:02:47.339 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 04 May 2024 16:32:15 +0000 (0:00:00.021) 0:02:47.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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 04 May 2024 16:32:15 +0000 (0:00:00.021) 0:02:47.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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 04 May 2024 16:32:15 +0000 (0:00:00.020) 0:02:47.403 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 04 May 2024 16:32:15 +0000 (0:00:00.021) 0:02:47.425 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 04 May 2024 16:32:16 +0000 (0:00:00.023) 0:02:47.448 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 04 May 2024 16:32:16 +0000 (0:00:00.047) 0:02:47.495 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 04 May 2024 16:32:16 +0000 (0:00:00.027) 0:02:47.523 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 04 May 2024 16:32:16 +0000 (0:00:00.023) 0:02:47.547 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 04 May 2024 16:32:16 +0000 (0:00:00.047) 0:02:47.594 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Cleanup quadlets] **************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:220 Saturday 04 May 2024 16:32:16 +0000 (0:00:00.027) 0:02:47.622 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:224 Saturday 04 May 2024 16:32:16 +0000 (0:00:00.024) 0:02:47.646 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Saturday 04 May 2024 16:32:16 +0000 (0:00:00.044) 0:02:47.691 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 04 May 2024 16:32:16 +0000 (0:00:00.038) 0:02:47.729 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 04 May 2024 16:32:16 +0000 (0:00:00.287) 0:02:48.017 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 04 May 2024 16:32:16 +0000 (0:00:00.027) 0:02:48.045 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:7 Saturday 04 May 2024 16:32:16 +0000 (0:00:00.025) 0:02:48.071 ********** TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:23 Saturday 04 May 2024 16:32:16 +0000 (0:00:00.100) 0:02:48.172 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:47 Saturday 04 May 2024 16:32:17 +0000 (0:00:01.003) 0:02:49.176 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:56 Saturday 04 May 2024 16:32:18 +0000 (0:00:00.319) 0:02:49.495 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure quadlet file content is present] ****** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:66 Saturday 04 May 2024 16:32:18 +0000 (0:00:00.031) 0:02:49.526 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:78 Saturday 04 May 2024 16:32:18 +0000 (0:00:00.027) 0:02:49.553 ********** 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-1714840338.1750078-7961-23307256073558/source", "state": "file", "uid": 2001 } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:90 Saturday 04 May 2024 16:32:18 +0000 (0:00:00.834) 0:02:50.388 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:119 Saturday 04 May 2024 16:32:18 +0000 (0:00:00.026) 0:02:50.414 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:135 Saturday 04 May 2024 16:32:19 +0000 (0:00:00.026) 0:02:50.441 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:153 Saturday 04 May 2024 16:32:19 +0000 (0:00:00.027) 0:02:50.469 ********** TASK [linux-system-roles.podman : Handle credential files - absent] ************ task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:159 Saturday 04 May 2024 16:32:19 +0000 (0:00:00.024) 0:02:50.493 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:3 Saturday 04 May 2024 16:32:19 +0000 (0:00:00.124) 0:02:50.618 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:11 Saturday 04 May 2024 16:32:19 +0000 (0:00:00.028) 0:02:50.646 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 04 May 2024 16:32:19 +0000 (0:00:00.053) 0:02:50.699 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 04 May 2024 16:32:19 +0000 (0:00:00.056) 0:02:50.755 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 04 May 2024 16:32:19 +0000 (0:00:00.039) 0:02:50.794 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 04 May 2024 16:32:19 +0000 (0:00:00.065) 0:02:50.860 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 04 May 2024 16:32:19 +0000 (0:00:00.333) 0:02:51.194 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 04 May 2024 16:32:19 +0000 (0:00:00.030) 0:02:51.224 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1714840221.0131936, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1714840188.8972206, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6932476, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "901385681", "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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 04 May 2024 16:32:20 +0000 (0:00:00.302) 0:02:51.527 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.006180", "end": "2024-05-04 16:32:20.373405", "rc": 0, "start": "2024-05-04 16:32:20.367225" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 04 May 2024 16:32:20 +0000 (0:00:00.312) 0:02:51.840 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.005922", "end": "2024-05-04 16:32:20.693519", "rc": 0, "start": "2024-05-04 16:32:20.687597" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 04 May 2024 16:32:20 +0000 (0:00:00.324) 0:02:52.164 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 04 May 2024 16:32:20 +0000 (0:00:00.062) 0:02:52.227 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 04 May 2024 16:32:20 +0000 (0:00:00.039) 0:02:52.266 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 04 May 2024 16:32:20 +0000 (0:00:00.155) 0:02:52.421 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 04 May 2024 16:32:21 +0000 (0:00:00.041) 0:02:52.462 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 04 May 2024 16:32:21 +0000 (0:00:00.027) 0:02:52.490 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set credential variables] ******************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:17 Saturday 04 May 2024 16:32:21 +0000 (0:00:00.053) 0:02:52.544 ********** ok: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:45 Saturday 04 May 2024 16:32:21 +0000 (0:00:00.080) 0:02:52.624 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:53 Saturday 04 May 2024 16:32:21 +0000 (0:00:00.028) 0:02:52.652 ********** skipping: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:63 Saturday 04 May 2024 16:32:21 +0000 (0:00:00.025) 0:02:52.677 ********** skipping: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:80 Saturday 04 May 2024 16:32:21 +0000 (0:00:00.026) 0:02:52.704 ********** skipping: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:86 Saturday 04 May 2024 16:32:21 +0000 (0:00:00.023) 0:02:52.727 ********** skipping: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:94 Saturday 04 May 2024 16:32:21 +0000 (0:00:00.024) 0:02:52.752 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:168 Saturday 04 May 2024 16:32:21 +0000 (0:00:00.022) 0:02:52.774 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:3 Saturday 04 May 2024 16:32:21 +0000 (0:00:00.065) 0:02:52.840 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:10 Saturday 04 May 2024 16:32:21 +0000 (0:00:00.022) 0:02:52.863 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:15 Saturday 04 May 2024 16:32:21 +0000 (0:00:00.022) 0:02:52.885 ********** ok: [sut] => { "ansible_facts": { "__podman_rootless": true }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:19 Saturday 04 May 2024 16:32:21 +0000 (0:00:00.023) 0:02:52.909 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 04 May 2024 16:32:21 +0000 (0:00:00.036) 0:02:52.946 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 04 May 2024 16:32:21 +0000 (0:00:00.026) 0:02:52.972 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 04 May 2024 16:32:21 +0000 (0:00:00.091) 0:02:53.063 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 04 May 2024 16:32:21 +0000 (0:00:00.031) 0:02:53.094 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 04 May 2024 16:32:21 +0000 (0:00:00.306) 0:02:53.401 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 04 May 2024 16:32:21 +0000 (0:00:00.028) 0:02:53.429 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1714840221.0131936, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1714840188.8972206, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6932476, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "901385681", "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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 04 May 2024 16:32:22 +0000 (0:00:00.265) 0:02:53.695 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.006004", "end": "2024-05-04 16:32:22.545825", "rc": 0, "start": "2024-05-04 16:32:22.539821" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 04 May 2024 16:32:22 +0000 (0:00:00.320) 0:02:54.015 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.005340", "end": "2024-05-04 16:32:22.824044", "rc": 0, "start": "2024-05-04 16:32:22.818704" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 04 May 2024 16:32:22 +0000 (0:00:00.278) 0:02:54.293 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 04 May 2024 16:32:22 +0000 (0:00:00.033) 0:02:54.326 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 04 May 2024 16:32:22 +0000 (0:00:00.021) 0:02:54.348 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 04 May 2024 16:32:22 +0000 (0:00:00.023) 0:02:54.371 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 04 May 2024 16:32:22 +0000 (0:00:00.022) 0:02:54.394 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 04 May 2024 16:32:22 +0000 (0:00:00.022) 0:02:54.417 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:24 Saturday 04 May 2024 16:32:23 +0000 (0:00:00.021) 0:02:54.439 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:29 Saturday 04 May 2024 16:32:23 +0000 (0:00:00.027) 0:02:54.466 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:36 Saturday 04 May 2024 16:32:23 +0000 (0:00:00.023) 0:02:54.490 ********** ok: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:70 Saturday 04 May 2024 16:32:23 +0000 (0:00:00.109) 0:02:54.599 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure certs.d files] ************************ task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:78 Saturday 04 May 2024 16:32:23 +0000 (0:00:00.027) 0:02:54.627 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:95 Saturday 04 May 2024 16:32:23 +0000 (0:00:00.040) 0:02:54.668 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:102 Saturday 04 May 2024 16:32:23 +0000 (0:00:00.042) 0:02:54.710 ********** skipping: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:110 Saturday 04 May 2024 16:32:23 +0000 (0:00:00.026) 0:02:54.737 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Remove all container resources - root] *********************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/tests_auth_and_security.yml:212 Saturday 04 May 2024 16:32:23 +0000 (0:00:00.026) 0:02:54.764 ********** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 04 May 2024 16:32:23 +0000 (0:00:00.037) 0:02:54.801 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 04 May 2024 16:32:23 +0000 (0:00:00.052) 0:02:54.853 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 04 May 2024 16:32:23 +0000 (0:00:00.034) 0:02:54.887 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 04 May 2024 16:32:23 +0000 (0:00:00.026) 0:02:54.914 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 04 May 2024 16:32:23 +0000 (0:00:00.021) 0:02:54.936 ********** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 04 May 2024 16:32:23 +0000 (0:00:00.052) 0:02:54.989 ********** ok: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 04 May 2024 16:32:24 +0000 (0:00:00.894) 0:02:55.883 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 04 May 2024 16:32:24 +0000 (0:00:00.022) 0:02:55.906 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 04 May 2024 16:32:24 +0000 (0:00:00.026) 0:02:55.933 ********** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.044919", "end": "2024-05-04 16:32:24.809791", "rc": 0, "start": "2024-05-04 16:32:24.764872" } STDOUT: podman version 4.9.4-dev TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Saturday 04 May 2024 16:32:24 +0000 (0:00:00.347) 0:02:56.280 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Saturday 04 May 2024 16:32:24 +0000 (0:00:00.026) 0:02:56.307 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Saturday 04 May 2024 16:32:24 +0000 (0:00:00.024) 0:02:56.331 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Saturday 04 May 2024 16:32:24 +0000 (0:00:00.048) 0:02:56.379 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 04 May 2024 16:32:24 +0000 (0:00:00.048) 0:02:56.428 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 04 May 2024 16:32:25 +0000 (0:00:00.311) 0:02:56.740 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 04 May 2024 16:32:25 +0000 (0:00:00.028) 0:02:56.768 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 04 May 2024 16:32:25 +0000 (0:00:00.030) 0:02:56.799 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 04 May 2024 16:32:25 +0000 (0:00:00.307) 0:02:57.107 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 04 May 2024 16:32:25 +0000 (0:00:00.112) 0:02:57.219 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1714840221.0131936, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1714840188.8972206, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6932476, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "901385681", "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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 04 May 2024 16:32:26 +0000 (0:00:00.282) 0:02:57.502 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 04 May 2024 16:32:26 +0000 (0:00:00.025) 0:02:57.527 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 04 May 2024 16:32:26 +0000 (0:00:00.024) 0:02:57.552 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 04 May 2024 16:32:26 +0000 (0:00:00.037) 0:02:57.589 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 04 May 2024 16:32:26 +0000 (0:00:00.030) 0:02:57.619 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 04 May 2024 16:32:26 +0000 (0:00:00.042) 0:02:57.662 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 04 May 2024 16:32:26 +0000 (0:00:00.034) 0:02:57.696 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 04 May 2024 16:32:26 +0000 (0:00:00.032) 0:02:57.728 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Saturday 04 May 2024 16:32:26 +0000 (0:00:00.031) 0:02:57.760 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Saturday 04 May 2024 16:32:26 +0000 (0:00:00.031) 0:02:57.792 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 04 May 2024 16:32:26 +0000 (0:00:00.045) 0:02:57.837 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 04 May 2024 16:32:26 +0000 (0:00:00.024) 0:02:57.862 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Saturday 04 May 2024 16:32:26 +0000 (0:00:00.024) 0:02:57.886 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 04 May 2024 16:32:26 +0000 (0:00:00.042) 0:02:57.929 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 04 May 2024 16:32:26 +0000 (0:00:00.020) 0:02:57.950 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Saturday 04 May 2024 16:32:26 +0000 (0:00:00.078) 0:02:58.028 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 04 May 2024 16:32:26 +0000 (0:00:00.046) 0:02:58.074 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 04 May 2024 16:32:26 +0000 (0:00:00.025) 0:02:58.100 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Saturday 04 May 2024 16:32:26 +0000 (0:00:00.024) 0:02:58.125 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 04 May 2024 16:32:26 +0000 (0:00:00.050) 0:02:58.176 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 04 May 2024 16:32:26 +0000 (0:00:00.022) 0:02:58.199 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 04 May 2024 16:32:26 +0000 (0:00:00.024) 0:02:58.223 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 04 May 2024 16:32:26 +0000 (0:00:00.022) 0:02:58.246 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Saturday 04 May 2024 16:32:26 +0000 (0:00:00.024) 0:02:58.270 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Saturday 04 May 2024 16:32:26 +0000 (0:00:00.026) 0:02:58.296 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Saturday 04 May 2024 16:32:26 +0000 (0:00:00.025) 0:02:58.322 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Saturday 04 May 2024 16:32:26 +0000 (0:00:00.035) 0:02:58.357 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:3 Saturday 04 May 2024 16:32:26 +0000 (0:00:00.070) 0:02:58.428 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:10 Saturday 04 May 2024 16:32:27 +0000 (0:00:00.022) 0:02:58.451 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:15 Saturday 04 May 2024 16:32:27 +0000 (0:00:00.024) 0:02:58.475 ********** ok: [sut] => { "ansible_facts": { "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:19 Saturday 04 May 2024 16:32:27 +0000 (0:00:00.024) 0:02:58.499 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 04 May 2024 16:32:27 +0000 (0:00:00.084) 0:02:58.584 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 04 May 2024 16:32:27 +0000 (0:00:00.027) 0:02:58.611 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 04 May 2024 16:32:27 +0000 (0:00:00.029) 0:02:58.641 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 04 May 2024 16:32:27 +0000 (0:00:00.033) 0:02:58.674 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 04 May 2024 16:32:27 +0000 (0:00:00.307) 0:02:58.982 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 04 May 2024 16:32:27 +0000 (0:00:00.031) 0:02:59.013 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1714840221.0131936, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1714840188.8972206, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6932476, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "901385681", "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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 04 May 2024 16:32:27 +0000 (0:00:00.257) 0:02:59.270 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 04 May 2024 16:32:27 +0000 (0:00:00.020) 0:02:59.291 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 04 May 2024 16:32:27 +0000 (0:00:00.021) 0:02:59.312 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 04 May 2024 16:32:27 +0000 (0:00:00.020) 0:02:59.333 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 04 May 2024 16:32:27 +0000 (0:00:00.022) 0:02:59.355 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 04 May 2024 16:32:27 +0000 (0:00:00.020) 0:02:59.376 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 04 May 2024 16:32:27 +0000 (0:00:00.024) 0:02:59.401 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 04 May 2024 16:32:27 +0000 (0:00:00.024) 0:02:59.425 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:24 Saturday 04 May 2024 16:32:28 +0000 (0:00:00.026) 0:02:59.452 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:29 Saturday 04 May 2024 16:32:28 +0000 (0:00:00.033) 0:02:59.486 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:36 Saturday 04 May 2024 16:32:28 +0000 (0:00:00.099) 0:02:59.585 ********** ok: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:70 Saturday 04 May 2024 16:32:28 +0000 (0:00:00.033) 0:02:59.618 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure certs.d files] ************************ task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:78 Saturday 04 May 2024 16:32:28 +0000 (0:00:00.024) 0:02:59.643 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:95 Saturday 04 May 2024 16:32:28 +0000 (0:00:00.032) 0:02:59.675 ********** skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Find files in certs.d directory] ************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:102 Saturday 04 May 2024 16:32:28 +0000 (0:00:00.034) 0:02:59.710 ********** skipping: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:110 Saturday 04 May 2024 16:32:28 +0000 (0:00:00.024) 0:02:59.735 ********** skipping: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:123 Saturday 04 May 2024 16:32:28 +0000 (0:00:00.030) 0:02:59.765 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:3 Saturday 04 May 2024 16:32:28 +0000 (0:00:00.066) 0:02:59.832 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:11 Saturday 04 May 2024 16:32:28 +0000 (0:00:00.026) 0:02:59.859 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 04 May 2024 16:32:28 +0000 (0:00:00.040) 0:02:59.900 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 04 May 2024 16:32:28 +0000 (0:00:00.027) 0:02:59.928 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 04 May 2024 16:32:28 +0000 (0:00:00.029) 0:02:59.957 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 04 May 2024 16:32:28 +0000 (0:00:00.033) 0:02:59.991 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 04 May 2024 16:32:28 +0000 (0:00:00.320) 0:03:00.311 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 04 May 2024 16:32:28 +0000 (0:00:00.031) 0:03:00.343 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1714840221.0131936, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1714840188.8972206, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6932476, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "901385681", "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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 04 May 2024 16:32:29 +0000 (0:00:00.324) 0:03:00.667 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 04 May 2024 16:32:29 +0000 (0:00:00.023) 0:03:00.691 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 04 May 2024 16:32:29 +0000 (0:00:00.025) 0:03:00.717 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 04 May 2024 16:32:29 +0000 (0:00:00.033) 0:03:00.750 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 04 May 2024 16:32:29 +0000 (0:00:00.028) 0:03:00.779 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 04 May 2024 16:32:29 +0000 (0:00:00.030) 0:03:00.810 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 04 May 2024 16:32:29 +0000 (0:00:00.028) 0:03:00.839 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 04 May 2024 16:32:29 +0000 (0:00:00.036) 0:03:00.875 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set credential variables] ******************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:17 Saturday 04 May 2024 16:32:29 +0000 (0:00:00.024) 0:03:00.900 ********** ok: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:45 Saturday 04 May 2024 16:32:29 +0000 (0:00:00.037) 0:03:00.938 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:53 Saturday 04 May 2024 16:32:29 +0000 (0:00:00.057) 0:03:00.995 ********** skipping: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:63 Saturday 04 May 2024 16:32:29 +0000 (0:00:00.025) 0:03:01.020 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Ensure credential file is absent] ************ task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:80 Saturday 04 May 2024 16:32:29 +0000 (0:00:00.022) 0:03:01.043 ********** skipping: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:86 Saturday 04 May 2024 16:32:29 +0000 (0:00:00.027) 0:03:01.070 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Ensure the credentials directory is absent if empty] *** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:94 Saturday 04 May 2024 16:32:29 +0000 (0:00:00.032) 0:03:01.102 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Saturday 04 May 2024 16:32:29 +0000 (0:00:00.032) 0:03:01.135 ********** skipping: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:139 Saturday 04 May 2024 16:32:29 +0000 (0:00:00.024) 0:03:01.160 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:14 Saturday 04 May 2024 16:32:29 +0000 (0:00:00.118) 0:03:01.278 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:34 Saturday 04 May 2024 16:32:29 +0000 (0:00:00.029) 0:03:01.308 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:60 Saturday 04 May 2024 16:32:29 +0000 (0:00:00.039) 0:03:01.347 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:66 Saturday 04 May 2024 16:32:29 +0000 (0:00:00.025) 0:03:01.372 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 04 May 2024 16:32:29 +0000 (0:00:00.037) 0:03:01.410 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 04 May 2024 16:32:30 +0000 (0:00:00.027) 0:03:01.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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 04 May 2024 16:32:30 +0000 (0:00:00.029) 0:03:01.467 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 04 May 2024 16:32:30 +0000 (0:00:00.030) 0:03:01.497 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 04 May 2024 16:32:30 +0000 (0:00:00.310) 0:03:01.808 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 04 May 2024 16:32:30 +0000 (0:00:00.029) 0:03:01.837 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1714840221.0131936, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1714840188.8972206, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6932476, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "901385681", "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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 04 May 2024 16:32:30 +0000 (0:00:00.284) 0:03:02.121 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 04 May 2024 16:32:30 +0000 (0:00:00.021) 0:03:02.143 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 04 May 2024 16:32:30 +0000 (0:00:00.021) 0:03:02.165 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 04 May 2024 16:32:30 +0000 (0:00:00.021) 0:03:02.186 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 04 May 2024 16:32:30 +0000 (0:00:00.020) 0:03:02.207 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 04 May 2024 16:32:30 +0000 (0:00:00.082) 0:03:02.290 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 04 May 2024 16:32:30 +0000 (0:00:00.030) 0:03:02.320 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 04 May 2024 16:32:30 +0000 (0:00:00.039) 0:03:02.360 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:71 Saturday 04 May 2024 16:32:30 +0000 (0:00:00.026) 0:03:02.386 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:80 Saturday 04 May 2024 16:32:30 +0000 (0:00:00.025) 0:03:02.412 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:94 Saturday 04 May 2024 16:32:31 +0000 (0:00:00.038) 0:03:02.450 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:100 Saturday 04 May 2024 16:32:31 +0000 (0:00:00.031) 0:03:02.481 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:108 Saturday 04 May 2024 16:32:31 +0000 (0:00:00.027) 0:03:02.508 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Get service name using systemd-escape] ******* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:123 Saturday 04 May 2024 16:32:31 +0000 (0:00:00.027) 0:03:02.535 ********** 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.009702", "end": "2024-05-04 16:32:31.389694", "rc": 0, "start": "2024-05-04 16:32:31.379992" } 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:131 Saturday 04 May 2024 16:32:31 +0000 (0:00:00.320) 0:03:02.856 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:2 Saturday 04 May 2024 16:32:31 +0000 (0:00:00.047) 0:03:02.903 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:10 Saturday 04 May 2024 16:32:31 +0000 (0:00:00.024) 0:03:02.928 ********** 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": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "-.mount systemd-journald.socket network-online.target sysinit.target \"system-podman\\\\x2dkube.slice\" basic.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "\"man:podman-kube-play(1)\"", "DynamicUser": "no", "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 }", "ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman 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 }", "ExecStopEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "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": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13972", "LimitNPROCSoft": "13972", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13972", "LimitSIGPENDINGSoft": "13972", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "\"podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-auth_test_1_kube.yml.service\"", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "\"system-podman\\\\x2dkube.slice\" -.mount sysinit.target", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22356", "TimeoutAbortUSec": "1min 10s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 10s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "network-online.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [linux-system-roles.podman : Check if kube file exists] ******************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:28 Saturday 04 May 2024 16:32:31 +0000 (0:00:00.477) 0:03:03.406 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.podman : Remove pod/containers] *********************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:33 Saturday 04 May 2024 16:32:32 +0000 (0:00:00.243) 0:03:03.649 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Remove kubernetes yaml file] ***************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:45 Saturday 04 May 2024 16:32:32 +0000 (0:00:00.078) 0:03:03.727 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:50 Saturday 04 May 2024 16:32:32 +0000 (0:00:00.284) 0:03:04.012 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:59 Saturday 04 May 2024 16:32:32 +0000 (0:00:00.025) 0:03:04.037 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 04 May 2024 16:32:32 +0000 (0:00:00.035) 0:03:04.072 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 04 May 2024 16:32:32 +0000 (0:00:00.021) 0:03:04.093 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 04 May 2024 16:32:32 +0000 (0:00:00.021) 0:03:04.115 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:135 Saturday 04 May 2024 16:32:32 +0000 (0:00:00.023) 0:03:04.138 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:146 Saturday 04 May 2024 16:32:32 +0000 (0:00:00.023) 0:03:04.162 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 04 May 2024 16:32:32 +0000 (0:00:00.070) 0:03:04.232 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 04 May 2024 16:32:32 +0000 (0:00:00.028) 0:03:04.261 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 04 May 2024 16:32:32 +0000 (0:00:00.030) 0:03:04.292 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 04 May 2024 16:32:32 +0000 (0:00:00.022) 0:03:04.314 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 04 May 2024 16:32:32 +0000 (0:00:00.034) 0:03:04.349 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 04 May 2024 16:32:32 +0000 (0:00:00.040) 0:03:04.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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 04 May 2024 16:32:33 +0000 (0:00:00.103) 0:03:04.493 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 04 May 2024 16:32:33 +0000 (0:00:00.029) 0:03:04.522 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 04 May 2024 16:32:33 +0000 (0:00:00.033) 0:03:04.556 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 04 May 2024 16:32:33 +0000 (0:00:00.318) 0:03:04.874 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 04 May 2024 16:32:33 +0000 (0:00:00.029) 0:03:04.904 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1714840221.0131936, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1714840188.8972206, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6932476, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "901385681", "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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 04 May 2024 16:32:33 +0000 (0:00:00.319) 0:03:05.223 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 04 May 2024 16:32:33 +0000 (0:00:00.023) 0:03:05.247 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 04 May 2024 16:32:33 +0000 (0:00:00.023) 0:03:05.271 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 04 May 2024 16:32:33 +0000 (0:00:00.023) 0:03:05.294 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 04 May 2024 16:32:33 +0000 (0:00:00.022) 0:03:05.317 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 04 May 2024 16:32:33 +0000 (0:00:00.023) 0:03:05.340 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 04 May 2024 16:32:33 +0000 (0:00:00.024) 0:03:05.364 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 04 May 2024 16:32:33 +0000 (0:00:00.026) 0:03:05.391 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 3] ********** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 04 May 2024 16:32:33 +0000 (0:00:00.025) 0:03:05.417 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 04 May 2024 16:32:34 +0000 (0:00:00.042) 0:03:05.459 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 04 May 2024 16:32:34 +0000 (0:00:00.031) 0:03:05.491 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 04 May 2024 16:32:34 +0000 (0:00:00.028) 0:03:05.520 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 04 May 2024 16:32:34 +0000 (0:00:00.102) 0:03:05.622 ********** ok: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:220 Saturday 04 May 2024 16:32:34 +0000 (0:00:00.026) 0:03:05.648 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Saturday 04 May 2024 16:32:34 +0000 (0:00:00.050) 0:03:05.699 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 Saturday 04 May 2024 16:32:34 +0000 (0:00:00.027) 0:03:05.726 ********** ok: [sut] => { "changed": false, "failed_when_result": false } MSG: Could not find the requested service auth_test_1_quadlet.service: host TASK [linux-system-roles.podman : Remove quadlet file] ************************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:33 Saturday 04 May 2024 16:32:34 +0000 (0:00:00.432) 0:03:06.159 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:39 Saturday 04 May 2024 16:32:35 +0000 (0:00:00.301) 0:03:06.461 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 04 May 2024 16:32:35 +0000 (0:00:00.033) 0:03:06.494 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 04 May 2024 16:32:35 +0000 (0:00:00.023) 0:03:06.518 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 04 May 2024 16:32:35 +0000 (0:00:00.026) 0:03:06.545 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:47 Saturday 04 May 2024 16:32:35 +0000 (0:00:00.023) 0:03:06.568 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:56 Saturday 04 May 2024 16:32:35 +0000 (0:00:00.030) 0:03:06.598 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:64 Saturday 04 May 2024 16:32:35 +0000 (0:00:00.040) 0:03:06.638 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:224 Saturday 04 May 2024 16:32:35 +0000 (0:00:00.027) 0:03:06.666 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:153 Saturday 04 May 2024 16:32:35 +0000 (0:00:00.023) 0:03:06.690 ********** TASK [linux-system-roles.podman : Handle credential files - absent] ************ task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:159 Saturday 04 May 2024 16:32:35 +0000 (0:00:00.090) 0:03:06.780 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:3 Saturday 04 May 2024 16:32:35 +0000 (0:00:00.072) 0:03:06.853 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:11 Saturday 04 May 2024 16:32:35 +0000 (0:00:00.032) 0:03:06.885 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 04 May 2024 16:32:35 +0000 (0:00:00.055) 0:03:06.940 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 04 May 2024 16:32:35 +0000 (0:00:00.037) 0:03:06.977 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 04 May 2024 16:32:35 +0000 (0:00:00.029) 0:03:07.007 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 04 May 2024 16:32:35 +0000 (0:00:00.031) 0:03:07.039 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 04 May 2024 16:32:35 +0000 (0:00:00.307) 0:03:07.347 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 04 May 2024 16:32:35 +0000 (0:00:00.035) 0:03:07.382 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1714840221.0131936, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1714840188.8972206, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6932476, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "901385681", "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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 04 May 2024 16:32:36 +0000 (0:00:00.299) 0:03:07.682 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 04 May 2024 16:32:36 +0000 (0:00:00.022) 0:03:07.704 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 04 May 2024 16:32:36 +0000 (0:00:00.022) 0:03:07.727 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 04 May 2024 16:32:36 +0000 (0:00:00.023) 0:03:07.750 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 04 May 2024 16:32:36 +0000 (0:00:00.088) 0:03:07.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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 04 May 2024 16:32:36 +0000 (0:00:00.024) 0:03:07.863 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 04 May 2024 16:32:36 +0000 (0:00:00.024) 0:03:07.887 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 04 May 2024 16:32:36 +0000 (0:00:00.028) 0:03:07.915 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set credential variables] ******************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:17 Saturday 04 May 2024 16:32:36 +0000 (0:00:00.025) 0:03:07.941 ********** ok: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:45 Saturday 04 May 2024 16:32:36 +0000 (0:00:00.033) 0:03:07.974 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:53 Saturday 04 May 2024 16:32:36 +0000 (0:00:00.024) 0:03:07.999 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Ensure credential file content is present] *** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:63 Saturday 04 May 2024 16:32:36 +0000 (0:00:00.023) 0:03:08.022 ********** skipping: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:80 Saturday 04 May 2024 16:32:36 +0000 (0:00:00.023) 0:03:08.046 ********** ok: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:86 Saturday 04 May 2024 16:32:36 +0000 (0:00:00.270) 0:03:08.316 ********** ok: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:94 Saturday 04 May 2024 16:32:37 +0000 (0:00:00.265) 0:03:08.581 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:168 Saturday 04 May 2024 16:32:37 +0000 (0:00:00.256) 0:03:08.838 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:3 Saturday 04 May 2024 16:32:37 +0000 (0:00:00.070) 0:03:08.909 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:10 Saturday 04 May 2024 16:32:37 +0000 (0:00:00.021) 0:03:08.931 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:15 Saturday 04 May 2024 16:32:37 +0000 (0:00:00.023) 0:03:08.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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:19 Saturday 04 May 2024 16:32:37 +0000 (0:00:00.079) 0:03:09.034 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 04 May 2024 16:32:37 +0000 (0:00:00.038) 0:03:09.072 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 04 May 2024 16:32:37 +0000 (0:00:00.028) 0:03:09.101 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 04 May 2024 16:32:37 +0000 (0:00:00.032) 0:03:09.133 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 04 May 2024 16:32:37 +0000 (0:00:00.032) 0:03:09.166 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 04 May 2024 16:32:38 +0000 (0:00:00.282) 0:03:09.449 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 04 May 2024 16:32:38 +0000 (0:00:00.029) 0:03:09.478 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1714840221.0131936, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1714840188.8972206, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6932476, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "901385681", "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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 04 May 2024 16:32:38 +0000 (0:00:00.284) 0:03:09.763 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 04 May 2024 16:32:38 +0000 (0:00:00.023) 0:03:09.786 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 04 May 2024 16:32:38 +0000 (0:00:00.024) 0:03:09.810 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 04 May 2024 16:32:38 +0000 (0:00:00.023) 0:03:09.834 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 04 May 2024 16:32:38 +0000 (0:00:00.024) 0:03:09.858 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 04 May 2024 16:32:38 +0000 (0:00:00.027) 0:03:09.886 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 04 May 2024 16:32:38 +0000 (0:00:00.037) 0:03:09.923 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 04 May 2024 16:32:38 +0000 (0:00:00.023) 0:03:09.947 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:24 Saturday 04 May 2024 16:32:38 +0000 (0:00:00.021) 0:03:09.968 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:29 Saturday 04 May 2024 16:32:38 +0000 (0:00:00.087) 0:03:10.056 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:36 Saturday 04 May 2024 16:32:38 +0000 (0:00:00.023) 0:03:10.080 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Ensure certs.d directory] ******************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:70 Saturday 04 May 2024 16:32:38 +0000 (0:00:00.030) 0:03:10.110 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure certs.d files] ************************ task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:78 Saturday 04 May 2024 16:32:38 +0000 (0:00:00.022) 0:03:10.132 ********** skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Remove certs.d files] ************************ task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:95 Saturday 04 May 2024 16:32:38 +0000 (0:00:00.034) 0:03:10.166 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:102 Saturday 04 May 2024 16:32:39 +0000 (0:00:00.796) 0:03:10.963 ********** ok: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:110 Saturday 04 May 2024 16:32:39 +0000 (0:00:00.288) 0:03:11.251 ********** 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-cig8iawl36/tests/tests_auth_and_security.yml:233 Saturday 04 May 2024 16:32:40 +0000 (0:00:00.257) 0:03:11.509 ********** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 04 May 2024 16:32:40 +0000 (0:00:00.043) 0:03:11.553 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 04 May 2024 16:32:40 +0000 (0:00:00.038) 0:03:11.592 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 04 May 2024 16:32:40 +0000 (0:00:00.026) 0:03:11.619 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set flag to indicate system is ostree] ******* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 04 May 2024 16:32:40 +0000 (0:00:00.082) 0:03:11.702 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 04 May 2024 16:32:40 +0000 (0:00:00.023) 0:03:11.725 ********** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 04 May 2024 16:32:40 +0000 (0:00:00.052) 0:03:11.777 ********** ok: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 04 May 2024 16:32:41 +0000 (0:00:00.860) 0:03:12.637 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 04 May 2024 16:32:41 +0000 (0:00:00.023) 0:03:12.661 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 04 May 2024 16:32:41 +0000 (0:00:00.026) 0:03:12.687 ********** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.052904", "end": "2024-05-04 16:32:41.536511", "rc": 0, "start": "2024-05-04 16:32:41.483607" } STDOUT: podman version 4.9.4-dev TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Saturday 04 May 2024 16:32:41 +0000 (0:00:00.322) 0:03:13.010 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Saturday 04 May 2024 16:32:41 +0000 (0:00:00.023) 0:03:13.034 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Saturday 04 May 2024 16:32:41 +0000 (0:00:00.024) 0:03:13.058 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Saturday 04 May 2024 16:32:41 +0000 (0:00:00.046) 0:03:13.104 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 04 May 2024 16:32:41 +0000 (0:00:00.090) 0:03:13.195 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 04 May 2024 16:32:42 +0000 (0:00:00.281) 0:03:13.476 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 04 May 2024 16:32:42 +0000 (0:00:00.030) 0:03:13.507 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 04 May 2024 16:32:42 +0000 (0:00:00.035) 0:03:13.542 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 04 May 2024 16:32:42 +0000 (0:00:00.259) 0:03:13.801 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 04 May 2024 16:32:42 +0000 (0:00:00.028) 0:03:13.830 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1714840221.0131936, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1714840188.8972206, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6932476, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "901385681", "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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 04 May 2024 16:32:42 +0000 (0:00:00.304) 0:03:14.135 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.004266", "end": "2024-05-04 16:32:42.924808", "rc": 0, "start": "2024-05-04 16:32:42.920542" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 04 May 2024 16:32:42 +0000 (0:00:00.257) 0:03:14.393 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.004715", "end": "2024-05-04 16:32:43.230540", "rc": 0, "start": "2024-05-04 16:32:43.225825" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 04 May 2024 16:32:43 +0000 (0:00:00.304) 0:03:14.697 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 04 May 2024 16:32:43 +0000 (0:00:00.032) 0:03:14.730 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 04 May 2024 16:32:43 +0000 (0:00:00.021) 0:03:14.751 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 04 May 2024 16:32:43 +0000 (0:00:00.023) 0:03:14.774 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 04 May 2024 16:32:43 +0000 (0:00:00.020) 0:03:14.795 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 04 May 2024 16:32:43 +0000 (0:00:00.065) 0:03:14.860 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Saturday 04 May 2024 16:32:43 +0000 (0:00:00.022) 0:03:14.883 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Saturday 04 May 2024 16:32:43 +0000 (0:00:00.031) 0:03:14.914 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 04 May 2024 16:32:43 +0000 (0:00:00.047) 0:03:14.962 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 04 May 2024 16:32:43 +0000 (0:00:00.022) 0:03:14.985 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Saturday 04 May 2024 16:32:43 +0000 (0:00:00.021) 0:03:15.007 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 04 May 2024 16:32:43 +0000 (0:00:00.042) 0:03:15.049 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 04 May 2024 16:32:43 +0000 (0:00:00.022) 0:03:15.072 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Saturday 04 May 2024 16:32:43 +0000 (0:00:00.022) 0:03:15.094 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 04 May 2024 16:32:43 +0000 (0:00:00.043) 0:03:15.138 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 04 May 2024 16:32:43 +0000 (0:00:00.022) 0:03:15.161 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Saturday 04 May 2024 16:32:43 +0000 (0:00:00.022) 0:03:15.184 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 04 May 2024 16:32:43 +0000 (0:00:00.047) 0:03:15.231 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 04 May 2024 16:32:43 +0000 (0:00:00.024) 0:03:15.256 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 04 May 2024 16:32:43 +0000 (0:00:00.023) 0:03:15.279 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 04 May 2024 16:32:43 +0000 (0:00:00.093) 0:03:15.372 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Saturday 04 May 2024 16:32:43 +0000 (0:00:00.025) 0:03:15.398 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Saturday 04 May 2024 16:32:43 +0000 (0:00:00.025) 0:03:15.423 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Saturday 04 May 2024 16:32:44 +0000 (0:00:00.038) 0:03:15.462 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Saturday 04 May 2024 16:32:44 +0000 (0:00:00.027) 0:03:15.489 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:3 Saturday 04 May 2024 16:32:44 +0000 (0:00:00.059) 0:03:15.548 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:10 Saturday 04 May 2024 16:32:44 +0000 (0:00:00.022) 0:03:15.571 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:15 Saturday 04 May 2024 16:32:44 +0000 (0:00:00.027) 0:03:15.598 ********** ok: [sut] => { "ansible_facts": { "__podman_rootless": true }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:19 Saturday 04 May 2024 16:32:44 +0000 (0:00:00.025) 0:03:15.624 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 04 May 2024 16:32:44 +0000 (0:00:00.042) 0:03:15.667 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 04 May 2024 16:32:44 +0000 (0:00:00.028) 0:03:15.695 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 04 May 2024 16:32:44 +0000 (0:00:00.029) 0:03:15.725 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 04 May 2024 16:32:44 +0000 (0:00:00.030) 0:03:15.756 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 04 May 2024 16:32:44 +0000 (0:00:00.311) 0:03:16.068 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 04 May 2024 16:32:44 +0000 (0:00:00.029) 0:03:16.097 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1714840221.0131936, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1714840188.8972206, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6932476, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "901385681", "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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 04 May 2024 16:32:44 +0000 (0:00:00.292) 0:03:16.389 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.004506", "end": "2024-05-04 16:32:45.185677", "rc": 0, "start": "2024-05-04 16:32:45.181171" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 04 May 2024 16:32:45 +0000 (0:00:00.266) 0:03:16.655 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.006596", "end": "2024-05-04 16:32:45.482926", "rc": 0, "start": "2024-05-04 16:32:45.476330" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 04 May 2024 16:32:45 +0000 (0:00:00.299) 0:03:16.955 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 04 May 2024 16:32:45 +0000 (0:00:00.036) 0:03:16.992 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 04 May 2024 16:32:45 +0000 (0:00:00.025) 0:03:17.017 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 04 May 2024 16:32:45 +0000 (0:00:00.026) 0:03:17.044 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 04 May 2024 16:32:45 +0000 (0:00:00.024) 0:03:17.069 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 04 May 2024 16:32:45 +0000 (0:00:00.025) 0:03:17.094 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:24 Saturday 04 May 2024 16:32:45 +0000 (0:00:00.025) 0:03:17.119 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:29 Saturday 04 May 2024 16:32:45 +0000 (0:00:00.037) 0:03:17.157 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:36 Saturday 04 May 2024 16:32:45 +0000 (0:00:00.025) 0:03:17.182 ********** ok: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:70 Saturday 04 May 2024 16:32:45 +0000 (0:00:00.036) 0:03:17.219 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure certs.d files] ************************ task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:78 Saturday 04 May 2024 16:32:45 +0000 (0:00:00.023) 0:03:17.242 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:95 Saturday 04 May 2024 16:32:45 +0000 (0:00:00.031) 0:03:17.274 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:102 Saturday 04 May 2024 16:32:45 +0000 (0:00:00.037) 0:03:17.311 ********** skipping: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:110 Saturday 04 May 2024 16:32:45 +0000 (0:00:00.024) 0:03:17.336 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Handle credential files - present] *********** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:123 Saturday 04 May 2024 16:32:45 +0000 (0:00:00.087) 0:03:17.423 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:3 Saturday 04 May 2024 16:32:46 +0000 (0:00:00.060) 0:03:17.484 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:11 Saturday 04 May 2024 16:32:46 +0000 (0:00:00.026) 0:03:17.511 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 04 May 2024 16:32:46 +0000 (0:00:00.041) 0:03:17.552 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 04 May 2024 16:32:46 +0000 (0:00:00.031) 0:03:17.583 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 04 May 2024 16:32:46 +0000 (0:00:00.029) 0:03:17.613 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 04 May 2024 16:32:46 +0000 (0:00:00.034) 0:03:17.648 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 04 May 2024 16:32:46 +0000 (0:00:00.305) 0:03:17.953 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "auth_test_user1" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 04 May 2024 16:32:46 +0000 (0:00:00.030) 0:03:17.984 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1714840221.0131936, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1714840188.8972206, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6932476, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "901385681", "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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 04 May 2024 16:32:46 +0000 (0:00:00.305) 0:03:18.289 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.005785", "end": "2024-05-04 16:32:47.087825", "rc": 0, "start": "2024-05-04 16:32:47.082040" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 04 May 2024 16:32:47 +0000 (0:00:00.266) 0:03:18.556 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.006987", "end": "2024-05-04 16:32:47.350819", "rc": 0, "start": "2024-05-04 16:32:47.343832" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 04 May 2024 16:32:47 +0000 (0:00:00.326) 0:03:18.882 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 04 May 2024 16:32:47 +0000 (0:00:00.034) 0:03:18.917 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 04 May 2024 16:32:47 +0000 (0:00:00.024) 0:03:18.942 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 04 May 2024 16:32:47 +0000 (0:00:00.024) 0:03:18.966 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 04 May 2024 16:32:47 +0000 (0:00:00.023) 0:03:18.990 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 04 May 2024 16:32:47 +0000 (0:00:00.021) 0:03:19.012 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set credential variables] ******************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:17 Saturday 04 May 2024 16:32:47 +0000 (0:00:00.026) 0:03:19.038 ********** ok: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:45 Saturday 04 May 2024 16:32:47 +0000 (0:00:00.034) 0:03:19.073 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:53 Saturday 04 May 2024 16:32:47 +0000 (0:00:00.023) 0:03:19.097 ********** skipping: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:63 Saturday 04 May 2024 16:32:47 +0000 (0:00:00.038) 0:03:19.135 ********** skipping: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:80 Saturday 04 May 2024 16:32:47 +0000 (0:00:00.029) 0:03:19.165 ********** skipping: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:86 Saturday 04 May 2024 16:32:47 +0000 (0:00:00.025) 0:03:19.191 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Ensure the credentials directory is absent if empty] *** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:94 Saturday 04 May 2024 16:32:47 +0000 (0:00:00.022) 0:03:19.213 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Saturday 04 May 2024 16:32:47 +0000 (0:00:00.023) 0:03:19.236 ********** skipping: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:139 Saturday 04 May 2024 16:32:47 +0000 (0:00:00.021) 0:03:19.258 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:14 Saturday 04 May 2024 16:32:47 +0000 (0:00:00.068) 0:03:19.326 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:34 Saturday 04 May 2024 16:32:47 +0000 (0:00:00.028) 0:03:19.354 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:60 Saturday 04 May 2024 16:32:47 +0000 (0:00:00.030) 0:03:19.384 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:66 Saturday 04 May 2024 16:32:47 +0000 (0:00:00.025) 0:03:19.410 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 04 May 2024 16:32:48 +0000 (0:00:00.106) 0:03:19.517 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 04 May 2024 16:32:48 +0000 (0:00:00.027) 0:03:19.544 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 04 May 2024 16:32:48 +0000 (0:00:00.027) 0:03:19.572 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 04 May 2024 16:32:48 +0000 (0:00:00.031) 0:03:19.604 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 04 May 2024 16:32:48 +0000 (0:00:00.295) 0:03:19.899 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 04 May 2024 16:32:48 +0000 (0:00:00.028) 0:03:19.928 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1714840221.0131936, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1714840188.8972206, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6932476, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "901385681", "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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 04 May 2024 16:32:48 +0000 (0:00:00.297) 0:03:20.225 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.004257", "end": "2024-05-04 16:32:49.035029", "rc": 0, "start": "2024-05-04 16:32:49.030772" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 04 May 2024 16:32:49 +0000 (0:00:00.278) 0:03:20.504 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.004392", "end": "2024-05-04 16:32:49.312337", "rc": 0, "start": "2024-05-04 16:32:49.307945" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 04 May 2024 16:32:49 +0000 (0:00:00.271) 0:03:20.776 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 04 May 2024 16:32:49 +0000 (0:00:00.035) 0:03:20.811 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 04 May 2024 16:32:49 +0000 (0:00:00.026) 0:03:20.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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 04 May 2024 16:32:49 +0000 (0:00:00.025) 0:03:20.864 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 04 May 2024 16:32:49 +0000 (0:00:00.032) 0:03:20.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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 04 May 2024 16:32:49 +0000 (0:00:00.023) 0:03:20.919 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:71 Saturday 04 May 2024 16:32:49 +0000 (0:00:00.064) 0:03:20.983 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:80 Saturday 04 May 2024 16:32:49 +0000 (0:00:00.021) 0:03:21.005 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:94 Saturday 04 May 2024 16:32:49 +0000 (0:00:00.042) 0:03:21.047 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:100 Saturday 04 May 2024 16:32:49 +0000 (0:00:00.025) 0:03:21.073 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:108 Saturday 04 May 2024 16:32:49 +0000 (0:00:00.025) 0:03:21.098 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Get service name using systemd-escape] ******* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:123 Saturday 04 May 2024 16:32:49 +0000 (0:00:00.026) 0:03:21.125 ********** 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.008975", "end": "2024-05-04 16:32:49.972041", "rc": 0, "start": "2024-05-04 16:32:49.963066" } 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:131 Saturday 04 May 2024 16:32:50 +0000 (0:00:00.315) 0:03:21.440 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:2 Saturday 04 May 2024 16:32:50 +0000 (0:00:00.046) 0:03:21.486 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1714840328.8101025, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1714840332.0101008, "dev": 55, "device_type": 0, "executable": true, "exists": true, "gid": 2001, "gr_name": "auth_test_user1", "inode": 1, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1714840332.0101008, "nlink": 7, "path": "/run/user/2001", "pw_name": "auth_test_user1", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 160, "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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:10 Saturday 04 May 2024 16:32:50 +0000 (0:00:00.291) 0:03:21.778 ********** 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": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2024-05-04 16:32:14 UTC", "ActiveEnterTimestampMonotonic": "641848297", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target network-online.target run-user-2001.mount \"app-podman\\\\x2dkube.slice\" -.mount", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-05-04 16:32:13 UTC", "AssertTimestampMonotonic": "641313680", "Before": "default.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "21812539000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-05-04 16:32:13 UTC", "ConditionTimestampMonotonic": "641313676", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/user.slice/user-2001.slice/user@2001.service/app.slice/app-podman\\x2dkube.slice/podman-kube@-home-auth_test_user1-.config-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "ControlGroupId": "45907", "ControlPID": "0", "CoredumpFilter": "0x33", "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", "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": "21007", "ExecMainStartTimestamp": "Sat 2024-05-04 16:32:14 UTC", "ExecMainStartTimestampMonotonic": "641848222", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /home/auth_test_user1/.config/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; ignore_errors=no ; start_time=[Sat 2024-05-04 16:32:13 UTC] ; stop_time=[n/a] ; pid=20997 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ 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 ; flags= ; start_time=[Sat 2024-05-04 16:32:13 UTC] ; stop_time=[n/a] ; pid=20997 ; 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 }", "ExecStopEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /home/auth_test_user1/.config/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/user/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "podman-kube@-home-auth_test_user1-.config-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-05-04 16:32:13 UTC", "InactiveExitTimestampMonotonic": "641320578", "InvocationID": "3fee739e19404e8f9b63f67bdb585d43", "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": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13972", "LimitNPROCSoft": "13972", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13972", "LimitSIGPENDINGSoft": "13972", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "21007", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "26083328", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "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", "OOMPolicy": "stop", "OOMScoreAdjust": "200", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "\"app-podman\\\\x2dkube.slice\" basic.target", "RequiresMountsFor": "/run/user/2001/containers", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "app-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-05-04 16:32:14 UTC", "StateChangeTimestampMonotonic": "641848297", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "14", "TasksMax": "22356", "TimeoutAbortUSec": "1min 10s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 10s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "default.target", "Wants": "network-online.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0", "WorkingDirectory": "!/home/auth_test_user1" } } TASK [linux-system-roles.podman : Check if kube file exists] ******************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:28 Saturday 04 May 2024 16:32:51 +0000 (0:00:01.137) 0:03:22.916 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1714840331.5061011, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fb0097683a2e5c8909a8037d64ddc1b350aed0be", "ctime": 1714840331.1261015, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 2001, "gr_name": "auth_test_user1", "inode": 155189444, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1714840330.9081016, "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": "3001421129", "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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:33 Saturday 04 May 2024 16:32:51 +0000 (0:00:00.224) 0:03:23.140 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:45 Saturday 04 May 2024 16:32:52 +0000 (0:00:00.356) 0:03:23.496 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:50 Saturday 04 May 2024 16:32:52 +0000 (0:00:00.225) 0:03:23.722 ********** changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.051446", "end": "2024-05-04 16:32:52.547611", "rc": 0, "start": "2024-05-04 16:32:52.496165" } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:59 Saturday 04 May 2024 16:32:52 +0000 (0:00:00.294) 0:03:24.016 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 04 May 2024 16:32:52 +0000 (0:00:00.035) 0:03:24.052 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 04 May 2024 16:32:52 +0000 (0:00:00.024) 0:03:24.076 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 04 May 2024 16:32:52 +0000 (0:00:00.022) 0:03:24.099 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:135 Saturday 04 May 2024 16:32:52 +0000 (0:00:00.028) 0:03:24.127 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:146 Saturday 04 May 2024 16:32:52 +0000 (0:00:00.020) 0:03:24.148 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 04 May 2024 16:32:52 +0000 (0:00:00.071) 0:03:24.219 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 04 May 2024 16:32:52 +0000 (0:00:00.028) 0:03:24.248 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 04 May 2024 16:32:52 +0000 (0:00:00.033) 0:03:24.282 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 04 May 2024 16:32:52 +0000 (0:00:00.023) 0:03:24.306 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 04 May 2024 16:32:52 +0000 (0:00:00.105) 0:03:24.412 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 04 May 2024 16:32:53 +0000 (0:00:00.039) 0:03:24.452 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 04 May 2024 16:32:53 +0000 (0:00:00.028) 0:03:24.480 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 04 May 2024 16:32:53 +0000 (0:00:00.028) 0:03:24.509 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 04 May 2024 16:32:53 +0000 (0:00:00.037) 0:03:24.546 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 04 May 2024 16:32:53 +0000 (0:00:00.223) 0:03:24.769 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 04 May 2024 16:32:53 +0000 (0:00:00.029) 0:03:24.799 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1714840221.0131936, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1714840188.8972206, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6932476, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "901385681", "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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 04 May 2024 16:32:53 +0000 (0:00:00.224) 0:03:25.023 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.004312", "end": "2024-05-04 16:32:53.786247", "rc": 0, "start": "2024-05-04 16:32:53.781935" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 04 May 2024 16:32:53 +0000 (0:00:00.227) 0:03:25.251 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.004239", "end": "2024-05-04 16:32:54.007300", "rc": 0, "start": "2024-05-04 16:32:54.003061" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 04 May 2024 16:32:54 +0000 (0:00:00.221) 0:03:25.472 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 04 May 2024 16:32:54 +0000 (0:00:00.031) 0:03:25.503 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 04 May 2024 16:32:54 +0000 (0:00:00.021) 0:03:25.525 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 04 May 2024 16:32:54 +0000 (0:00:00.022) 0:03:25.548 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 04 May 2024 16:32:54 +0000 (0:00:00.022) 0:03:25.570 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 04 May 2024 16:32:54 +0000 (0:00:00.076) 0:03:25.647 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 04 May 2024 16:32:54 +0000 (0:00:00.021) 0:03:25.668 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 04 May 2024 16:32:54 +0000 (0:00:00.040) 0:03:25.708 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 04 May 2024 16:32:54 +0000 (0:00:00.024) 0:03:25.733 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 04 May 2024 16:32:54 +0000 (0:00:00.021) 0:03:25.755 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 04 May 2024 16:32:54 +0000 (0:00:00.041) 0:03:25.797 ********** ok: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:220 Saturday 04 May 2024 16:32:54 +0000 (0:00:00.025) 0:03:25.822 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Saturday 04 May 2024 16:32:54 +0000 (0:00:00.043) 0:03:25.865 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1714840328.8101025, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1714840332.0101008, "dev": 55, "device_type": 0, "executable": true, "exists": true, "gid": 2001, "gr_name": "auth_test_user1", "inode": 1, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1714840332.0101008, "nlink": 7, "path": "/run/user/2001", "pw_name": "auth_test_user1", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 160, "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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 Saturday 04 May 2024 16:32:54 +0000 (0:00:00.233) 0:03:26.098 ********** changed: [sut] => { "changed": true, "enabled": false, "failed_when_result": false, "name": "auth_test_1_quadlet.service", "state": "stopped", "status": { "AccessSELinuxContext": "unconfined_u:object_r:user_tmp_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "app.slice -.mount run-user-2001.mount basic.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "default.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "yes", "DelegateControllers": "cpu cpuacct cpuset io blkio memory devices pids bpf-firewall bpf-devices bpf-foreign bpf-socket-bind bpf-restrict-network-interfaces", "Description": "auth_test_1_quadlet.service", "DevicePolicy": "auto", "DynamicUser": "no", "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 }", "ExecStartEx": "{ 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 ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/user/2001/auth_test_1_quadlet.cid ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/user/2001/auth_test_1_quadlet.cid ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopPost": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/user/2001/auth_test_1_quadlet.cid ; ignore_errors=yes ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopPostEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/user/2001/auth_test_1_quadlet.cid ; flags=ignore-failure ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/run/user/2001/systemd/generator/auth_test_1_quadlet.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "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": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13972", "LimitNPROCSoft": "13972", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13972", "LimitSIGPENDINGSoft": "13972", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "auth_test_1_quadlet.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMPolicy": "continue", "OOMScoreAdjust": "200", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "app.slice basic.target", "RequiresMountsFor": "/run/user/2001/containers", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "app.slice", "SourcePath": "/home/auth_test_user1/.config/containers/systemd/auth_test_1_quadlet.container", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogIdentifier": "auth_test_1_quadlet", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22356", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "generated", "UtmpMode": "init", "WantedBy": "default.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity", "WorkingDirectory": "!/home/auth_test_user1" } } TASK [linux-system-roles.podman : Remove quadlet file] ************************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:33 Saturday 04 May 2024 16:32:55 +0000 (0:00:00.460) 0:03:26.559 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:39 Saturday 04 May 2024 16:32:55 +0000 (0:00:00.228) 0:03:26.788 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 04 May 2024 16:32:55 +0000 (0:00:00.037) 0:03:26.825 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 04 May 2024 16:32:55 +0000 (0:00:00.027) 0:03:26.853 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 04 May 2024 16:32:55 +0000 (0:00:00.082) 0:03:26.936 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:47 Saturday 04 May 2024 16:32:55 +0000 (0:00:00.029) 0:03:26.966 ********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:56 Saturday 04 May 2024 16:32:55 +0000 (0:00:00.416) 0:03:27.383 ********** changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.054449", "end": "2024-05-04 16:32:56.205435", "rc": 0, "start": "2024-05-04 16:32:56.150986" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:64 Saturday 04 May 2024 16:32:56 +0000 (0:00:00.290) 0:03:27.673 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:224 Saturday 04 May 2024 16:32:56 +0000 (0:00:00.025) 0:03:27.699 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:153 Saturday 04 May 2024 16:32:56 +0000 (0:00:00.024) 0:03:27.723 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:4 Saturday 04 May 2024 16:32:56 +0000 (0:00:00.069) 0:03:27.793 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set cancel linger vars] ********************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:12 Saturday 04 May 2024 16:32:56 +0000 (0:00:00.026) 0:03:27.820 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:17 Saturday 04 May 2024 16:32:56 +0000 (0:00:00.032) 0:03:27.852 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1714840328.8101025, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1714840332.0101008, "dev": 55, "device_type": 0, "executable": true, "exists": true, "gid": 2001, "gr_name": "auth_test_user1", "inode": 1, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1714840332.0101008, "nlink": 7, "path": "/run/user/2001", "pw_name": "auth_test_user1", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 160, "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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:22 Saturday 04 May 2024 16:32:56 +0000 (0:00:00.223) 0:03:28.075 ********** ok: [sut] => { "changed": false, "containers": [] } TASK [linux-system-roles.podman : Gather facts for networks] ******************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:31 Saturday 04 May 2024 16:32:57 +0000 (0:00:00.422) 0:03:28.498 ********** ok: [sut] => { "changed": false, "cmd": [ "podman", "network", "ls", "-q" ], "delta": "0:00:00.054953", "end": "2024-05-04 16:32:57.318408", "rc": 0, "start": "2024-05-04 16:32:57.263455" } STDOUT: podman podman-default-kube-network TASK [linux-system-roles.podman : Gather secrets] ****************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:41 Saturday 04 May 2024 16:32:57 +0000 (0:00:00.346) 0:03:28.845 ********** ok: [sut] => { "changed": false, "cmd": [ "podman", "secret", "ls", "-n", "-q" ], "delta": "0:00:00.052508", "end": "2024-05-04 16:32:57.666011", "rc": 0, "start": "2024-05-04 16:32:57.613503" } TASK [linux-system-roles.podman : Cancel linger if no more resources are in use] *** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:51 Saturday 04 May 2024 16:32:57 +0000 (0:00:00.288) 0:03:29.133 ********** changed: [sut] => { "changed": true, "cmd": [ "loginctl", "disable-linger", "auth_test_user1" ], "delta": "0:00:00.010320", "end": "2024-05-04 16:32:57.900732", "rc": 0, "start": "2024-05-04 16:32:57.890412" } TASK [linux-system-roles.podman : Handle credential files - absent] ************ task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:159 Saturday 04 May 2024 16:32:57 +0000 (0:00:00.240) 0:03:29.374 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:3 Saturday 04 May 2024 16:32:58 +0000 (0:00:00.069) 0:03:29.444 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:11 Saturday 04 May 2024 16:32:58 +0000 (0:00:00.024) 0:03:29.468 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 04 May 2024 16:32:58 +0000 (0:00:00.039) 0:03:29.507 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 04 May 2024 16:32:58 +0000 (0:00:00.028) 0:03:29.535 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 04 May 2024 16:32:58 +0000 (0:00:00.027) 0:03:29.563 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 04 May 2024 16:32:58 +0000 (0:00:00.034) 0:03:29.597 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 04 May 2024 16:32:58 +0000 (0:00:00.219) 0:03:29.817 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 04 May 2024 16:32:58 +0000 (0:00:00.030) 0:03:29.847 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1714840221.0131936, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1714840188.8972206, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6932476, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "901385681", "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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 04 May 2024 16:32:58 +0000 (0:00:00.221) 0:03:30.069 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.004287", "end": "2024-05-04 16:32:58.825776", "rc": 0, "start": "2024-05-04 16:32:58.821489" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 04 May 2024 16:32:58 +0000 (0:00:00.270) 0:03:30.339 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.004379", "end": "2024-05-04 16:32:59.097744", "rc": 0, "start": "2024-05-04 16:32:59.093365" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 04 May 2024 16:32:59 +0000 (0:00:00.222) 0:03:30.562 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 04 May 2024 16:32:59 +0000 (0:00:00.033) 0:03:30.595 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 04 May 2024 16:32:59 +0000 (0:00:00.026) 0:03:30.622 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 04 May 2024 16:32:59 +0000 (0:00:00.022) 0:03:30.644 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 04 May 2024 16:32:59 +0000 (0:00:00.023) 0:03:30.668 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 04 May 2024 16:32:59 +0000 (0:00:00.022) 0:03:30.690 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set credential variables] ******************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:17 Saturday 04 May 2024 16:32:59 +0000 (0:00:00.023) 0:03:30.714 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Ensure the credentials directory is present] *** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:45 Saturday 04 May 2024 16:32:59 +0000 (0:00:00.033) 0:03:30.748 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:53 Saturday 04 May 2024 16:32:59 +0000 (0:00:00.025) 0:03:30.773 ********** skipping: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:63 Saturday 04 May 2024 16:32:59 +0000 (0:00:00.028) 0:03:30.801 ********** skipping: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:80 Saturday 04 May 2024 16:32:59 +0000 (0:00:00.023) 0:03:30.825 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:86 Saturday 04 May 2024 16:32:59 +0000 (0:00:00.226) 0:03:31.052 ********** ok: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:94 Saturday 04 May 2024 16:32:59 +0000 (0:00:00.217) 0:03:31.270 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:168 Saturday 04 May 2024 16:32:59 +0000 (0:00:00.024) 0:03:31.295 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:3 Saturday 04 May 2024 16:32:59 +0000 (0:00:00.126) 0:03:31.422 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:10 Saturday 04 May 2024 16:33:00 +0000 (0:00:00.023) 0:03:31.445 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:15 Saturday 04 May 2024 16:33:00 +0000 (0:00:00.024) 0:03:31.470 ********** ok: [sut] => { "ansible_facts": { "__podman_rootless": true }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:19 Saturday 04 May 2024 16:33:00 +0000 (0:00:00.026) 0:03:31.496 ********** included: /WORKDIR/git-weekly-cig8iawl36/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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 04 May 2024 16:33:00 +0000 (0:00:00.040) 0:03:31.537 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 04 May 2024 16:33:00 +0000 (0:00:00.029) 0:03:31.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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 04 May 2024 16:33:00 +0000 (0:00:00.030) 0:03:31.597 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 04 May 2024 16:33:00 +0000 (0:00:00.032) 0:03:31.630 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 04 May 2024 16:33:00 +0000 (0:00:00.227) 0:03:31.857 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 04 May 2024 16:33:00 +0000 (0:00:00.029) 0:03:31.886 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1714840221.0131936, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1714840188.8972206, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6932476, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "901385681", "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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 04 May 2024 16:33:00 +0000 (0:00:00.228) 0:03:32.114 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.004280", "end": "2024-05-04 16:33:00.877610", "rc": 0, "start": "2024-05-04 16:33:00.873330" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 04 May 2024 16:33:00 +0000 (0:00:00.228) 0:03:32.343 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.004211", "end": "2024-05-04 16:33:01.101142", "rc": 0, "start": "2024-05-04 16:33:01.096931" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 04 May 2024 16:33:01 +0000 (0:00:00.222) 0:03:32.565 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 04 May 2024 16:33:01 +0000 (0:00:00.031) 0:03:32.597 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 04 May 2024 16:33:01 +0000 (0:00:00.074) 0:03:32.671 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 04 May 2024 16:33:01 +0000 (0:00:00.023) 0:03:32.694 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 04 May 2024 16:33:01 +0000 (0:00:00.023) 0:03:32.718 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 04 May 2024 16:33:01 +0000 (0:00:00.024) 0:03:32.743 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:24 Saturday 04 May 2024 16:33:01 +0000 (0:00:00.023) 0:03:32.766 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:29 Saturday 04 May 2024 16:33:01 +0000 (0:00:00.029) 0:03:32.796 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:36 Saturday 04 May 2024 16:33:01 +0000 (0:00:00.024) 0:03:32.820 ********** ok: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:70 Saturday 04 May 2024 16:33:01 +0000 (0:00:00.030) 0:03:32.851 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure certs.d files] ************************ task path: /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:78 Saturday 04 May 2024 16:33:01 +0000 (0:00:00.023) 0:03:32.875 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:95 Saturday 04 May 2024 16:33:01 +0000 (0:00:00.032) 0:03:32.907 ********** 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:102 Saturday 04 May 2024 16:33:02 +0000 (0:00:00.637) 0:03:33.545 ********** ok: [sut] => { "censored": "the 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-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:110 Saturday 04 May 2024 16:33:02 +0000 (0:00:00.215) 0:03:33.760 ********** 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-cig8iawl36/tests/tests_auth_and_security.yml:255 Saturday 04 May 2024 16:33:02 +0000 (0:00:00.221) 0:03:33.982 ********** changed: [sut] => { "changed": true, "force": false, "name": "auth_test_user1", "remove": false, "state": "absent" } TASK [Remove homedir] ********************************************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/tests_auth_and_security.yml:260 Saturday 04 May 2024 16:33:02 +0000 (0:00:00.342) 0:03:34.324 ********** changed: [sut] => { "changed": true, "path": "/home/auth_test_user1", "state": "absent" } TASK [Remove local tmpdir] ***************************************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/tests_auth_and_security.yml:278 Saturday 04 May 2024 16:33:03 +0000 (0:00:00.242) 0:03:34.567 ********** changed: [sut -> localhost] => { "changed": true, "path": "/tmp/lsr_v_tok9wp_podman", "state": "absent" } TASK [Clean up registry] ******************************************************* task path: /WORKDIR/git-weekly-cig8iawl36/tests/tests_auth_and_security.yml:286 Saturday 04 May 2024 16:33:03 +0000 (0:00:00.124) 0:03:34.691 ********** included: /WORKDIR/git-weekly-cig8iawl36/tests/tasks/cleanup_registry.yml for sut TASK [Destroy registry container] ********************************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/tasks/cleanup_registry.yml:3 Saturday 04 May 2024 16:33:03 +0000 (0:00:00.034) 0:03:34.726 ********** changed: [sut] => { "changed": true, "cmd": [ "podman", "rm", "-f", "podman_registry" ], "delta": "0:00:00.251258", "end": "2024-05-04 16:33:03.726068", "rc": 0, "start": "2024-05-04 16:33:03.474810" } STDOUT: podman_registry TASK [Cleanup paths] *********************************************************** task path: /WORKDIR/git-weekly-cig8iawl36/tests/tasks/cleanup_registry.yml:7 Saturday 04 May 2024 16:33:03 +0000 (0:00:00.467) 0:03:35.193 ********** changed: [sut] => (item=/tmp/lsr_qrgwnyif_podman) => { "ansible_loop_var": "item", "changed": true, "item": "/tmp/lsr_qrgwnyif_podman", "path": "/tmp/lsr_qrgwnyif_podman", "state": "absent" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=788 changed=71 unreachable=0 failed=0 skipped=876 rescued=2 ignored=0 Saturday 04 May 2024 16:33:03 +0000 (0:00:00.209) 0:03:35.402 ********** =============================================================================== linux-system-roles.podman : Ensure required packages are installed ----- 48.95s /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Ensure test packages ---------------------------------------------------- 3.21s /WORKDIR/git-weekly-cig8iawl36/tests/tasks/setup_registry.yml:54 -------------- fedora.linux_system_roles.certificate : Ensure provider packages are installed --- 2.80s /WORKDIR/git-weekly-cig8iawl36/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 Start registry ---------------------------------------------------------- 2.48s /WORKDIR/git-weekly-cig8iawl36/tests/tasks/setup_registry.yml:92 -------------- fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed --- 2.46s /WORKDIR/git-weekly-cig8iawl36/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 linux-system-roles.podman : Gather the package facts -------------------- 1.74s /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Push test images into local registry ------------------------------------ 1.54s /WORKDIR/git-weekly-cig8iawl36/tests/tasks/setup_registry.yml:118 ------------- linux-system-roles.podman : Start service ------------------------------- 1.33s /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:133 linux-system-roles.podman : Stop and disable service -------------------- 1.32s /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:10 linux-system-roles.podman : Ensure container images are present --------- 1.25s /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:39 linux-system-roles.podman : Update containers/pods ---------------------- 1.22s /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:99 linux-system-roles.podman : Stop and disable service -------------------- 1.14s /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:10 linux-system-roles.podman : Update containers/pods ---------------------- 1.02s /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:99 linux-system-roles.podman : Ensure container images are present --------- 1.00s /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:23 linux-system-roles.podman : Start service ------------------------------- 0.97s /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:133 linux-system-roles.podman : Ensure container images are present --------- 0.93s /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:23 linux-system-roles.podman : Ensure container images are present --------- 0.89s /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:23 linux-system-roles.podman : Gather the package facts -------------------- 0.89s /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Ensure container images are present --------- 0.87s /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:23 linux-system-roles.podman : Gather the package facts -------------------- 0.87s /WORKDIR/git-weekly-cig8iawl36/tests/roles/linux-system-roles.podman/tasks/main.yml:6 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: Distribution centos 9 on host sut should use /usr/libexec/platform-python, but is using /usr/bin/python for backward compatibility with prior Ansible releases. A future Ansible release will default to using the discovered platform python for this host. See https://docs .ansible.com/ansible/2.9/reference_appendices/interpreter_discovery.html for more information. This feature will be removed in version 2.12. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [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) ---^---^---^---^---^---