# 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-cih5w56lpd/tests/tests_auth_and_security.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Include vault variables] ************************************************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/tests_auth_and_security.yml:4 Saturday 08 June 2024 16:32:47 +0000 (0:00:00.013) 0:00:00.013 ********* 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-cih5w56lpd/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-cih5w56lpd/tests/tests_auth_and_security.yml:9 Saturday 08 June 2024 16:32:47 +0000 (0:00:00.033) 0:00:00.046 ********* ok: [sut] META: ran handlers TASK [Run the role with no config to install podman] *************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/tests_auth_and_security.yml:48 Saturday 08 June 2024 16:32:48 +0000 (0:00:00.701) 0:00:00.748 ********* TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 08 June 2024 16:32:48 +0000 (0:00:00.086) 0:00:00.834 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 08 June 2024 16:32:48 +0000 (0:00:00.014) 0:00:00.849 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 08 June 2024 16:32:48 +0000 (0:00:00.018) 0:00:00.867 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.podman : Set flag to indicate system is ostree] ******* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 08 June 2024 16:32:48 +0000 (0:00:00.244) 0:00:01.112 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 08 June 2024 16:32:48 +0000 (0:00:00.032) 0:00:01.145 ********* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 08 June 2024 16:32:49 +0000 (0:00:00.031) 0:00:01.177 ********* ok: [sut] => { "censored": "the 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 08 June 2024 16:32:49 +0000 (0:00:00.741) 0:00:01.918 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 08 June 2024 16:32:49 +0000 (0:00:00.028) 0:00:01.947 ********* changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: passt-0^20231204.gb86afe3-1.el9.x86_64", "Installed: passt-selinux-0^20231204.gb86afe3-1.el9.noarch", "Installed: containers-common-2:1-61.el9.x86_64", "Installed: fuse-overlayfs-1.13-1.el9.x86_64", "Installed: fuse3-3.10.2-8.el9.x86_64", "Installed: libslirp-4.4.0-7.el9.x86_64", "Installed: slirp4netns-1.3.0-1.el9.x86_64", "Installed: fuse3-libs-3.10.2-8.el9.x86_64", "Installed: yajl-2.1.0-22.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: fuse-common-3.10.2-8.el9.x86_64", "Installed: netavark-2:1.10.3-1.el9.x86_64", "Installed: aardvark-dns-2:1.9.0-1.el9.x86_64", "Installed: podman-2:5.0.2-1.el9.x86_64", "Installed: criu-3.19-1.el9.x86_64", "Installed: criu-libs-3.19-1.el9.x86_64", "Installed: libnet-1.2-7.el9.x86_64", "Installed: crun-1.15-1.el9.x86_64", "Installed: conmon-3:2.1.11-1.el9.x86_64", "Installed: container-selinux-3:2.231.0-1.el9.noarch" ] } lsrpackages: podman shadow-utils-subid TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 08 June 2024 16:33:49 +0000 (0:00:59.283) 0:01:01.230 ********* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.030391", "end": "2024-06-08 16:33:49.334574", "rc": 0, "start": "2024-06-08 16:33:49.304183" } STDOUT: podman version 5.0.2 TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Saturday 08 June 2024 16:33:49 +0000 (0:00:00.295) 0:01:01.526 ********* ok: [sut] => { "ansible_facts": { "podman_version": "5.0.2" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Saturday 08 June 2024 16:33:49 +0000 (0:00:00.029) 0:01:01.555 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Saturday 08 June 2024 16:33:49 +0000 (0:00:00.029) 0:01:01.584 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Saturday 08 June 2024 16:33:49 +0000 (0:00:00.129) 0:01:01.714 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 08 June 2024 16:33:49 +0000 (0:00:00.081) 0:01:01.795 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 08 June 2024 16:33:49 +0000 (0:00:00.258) 0:01:02.054 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 08 June 2024 16:33:49 +0000 (0:00:00.026) 0:01:02.080 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 08 June 2024 16:33:49 +0000 (0:00:00.047) 0:01:02.128 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 08 June 2024 16:33:50 +0000 (0:00:00.202) 0:01:02.330 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 08 June 2024 16:33:50 +0000 (0:00:00.026) 0:01:02.356 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1689166618.0, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717864402.4855888, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": "2193688452", "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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 08 June 2024 16:33:50 +0000 (0:00:00.191) 0:01:02.548 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 08 June 2024 16:33:50 +0000 (0:00:00.018) 0:01:02.566 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 08 June 2024 16:33:50 +0000 (0:00:00.018) 0:01:02.585 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 08 June 2024 16:33:50 +0000 (0:00:00.017) 0:01:02.602 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 08 June 2024 16:33:50 +0000 (0:00:00.017) 0:01:02.620 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 08 June 2024 16:33:50 +0000 (0:00:00.016) 0:01:02.637 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 08 June 2024 16:33:50 +0000 (0:00:00.017) 0:01:02.654 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 08 June 2024 16:33:50 +0000 (0:00:00.016) 0:01:02.671 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Saturday 08 June 2024 16:33:50 +0000 (0:00:00.016) 0:01:02.688 ********* ok: [sut] => { "ansible_facts": { "__podman_container_conf_file": "/etc/containers/containers.conf.d/50-systemroles.conf", "__podman_policy_json_file": "/etc/containers/policy.json", "__podman_registries_conf_file": "/etc/containers/registries.conf.d/50-systemroles.conf", "__podman_storage_conf_file": "/etc/containers/storage.conf" }, "changed": false } TASK [linux-system-roles.podman : Handle container.conf.d] ********************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Saturday 08 June 2024 16:33:50 +0000 (0:00:00.037) 0:01:02.725 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 08 June 2024 16:33:50 +0000 (0:00:00.057) 0:01:02.783 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 08 June 2024 16:33:50 +0000 (0:00:00.019) 0:01:02.803 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Saturday 08 June 2024 16:33:50 +0000 (0:00:00.020) 0:01:02.823 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 08 June 2024 16:33:50 +0000 (0:00:00.038) 0:01:02.862 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 08 June 2024 16:33:50 +0000 (0:00:00.018) 0:01:02.880 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Saturday 08 June 2024 16:33:50 +0000 (0:00:00.017) 0:01:02.898 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 08 June 2024 16:33:50 +0000 (0:00:00.035) 0:01:02.934 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 08 June 2024 16:33:50 +0000 (0:00:00.018) 0:01:02.952 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Saturday 08 June 2024 16:33:50 +0000 (0:00:00.019) 0:01:02.971 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 08 June 2024 16:33:50 +0000 (0:00:00.037) 0:01:03.009 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 08 June 2024 16:33:50 +0000 (0:00:00.019) 0:01:03.029 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 08 June 2024 16:33:50 +0000 (0:00:00.018) 0:01:03.047 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 08 June 2024 16:33:50 +0000 (0:00:00.018) 0:01:03.066 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Saturday 08 June 2024 16:33:50 +0000 (0:00:00.020) 0:01:03.087 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Saturday 08 June 2024 16:33:50 +0000 (0:00:00.019) 0:01:03.106 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Saturday 08 June 2024 16:33:50 +0000 (0:00:00.018) 0:01:03.125 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Saturday 08 June 2024 16:33:51 +0000 (0:00:00.048) 0:01:03.173 ********* skipping: [sut] => { "censored": "the 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:123 Saturday 08 June 2024 16:33:51 +0000 (0:00:00.018) 0:01:03.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 : Handle secrets] ****************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Saturday 08 June 2024 16:33:51 +0000 (0:00:00.018) 0:01:03.210 ********* skipping: [sut] => { "censored": "the 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:139 Saturday 08 June 2024 16:33:51 +0000 (0:00:00.018) 0:01:03.229 ********* skipping: [sut] => { "censored": "the 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:146 Saturday 08 June 2024 16:33:51 +0000 (0:00:00.031) 0:01:03.260 ********* skipping: [sut] => { "censored": "the 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:153 Saturday 08 June 2024 16:33:51 +0000 (0:00:00.024) 0:01:03.285 ********* TASK [linux-system-roles.podman : Handle credential files - absent] ************ task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:159 Saturday 08 June 2024 16:33:51 +0000 (0:00:00.031) 0:01:03.316 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Handle certs.d files - absent] *************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:168 Saturday 08 June 2024 16:33:51 +0000 (0:00:00.026) 0:01:03.342 ********* 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-cih5w56lpd/tests/tests_auth_and_security.yml:52 Saturday 08 June 2024 16:33:51 +0000 (0:00:00.024) 0:01:03.367 ********* included: /WORKDIR/git-weekly-cih5w56lpd/tests/tasks/setup_registry.yml for sut TASK [Create a temporary directory] ******************************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/tasks/setup_registry.yml:5 Saturday 08 June 2024 16:33:51 +0000 (0:00:00.056) 0:01:03.423 ********* changed: [sut] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/lsr_a4nzshmh_podman", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Set authdir] ************************************************************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/tasks/setup_registry.yml:12 Saturday 08 June 2024 16:33:51 +0000 (0:00:00.301) 0:01:03.725 ********* ok: [sut] => { "ansible_facts": { "__podman_registry_authdir": "/tmp/lsr_a4nzshmh_podman/auth", "__podman_test_authfile": "/tmp/lsr_a4nzshmh_podman/auth/auth.json" }, "changed": false } TASK [Create authdir] ********************************************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/tasks/setup_registry.yml:18 Saturday 08 June 2024 16:33:51 +0000 (0:00:00.038) 0:01:03.763 ********* changed: [sut] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/lsr_a4nzshmh_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-cih5w56lpd/tests/tasks/setup_registry.yml:24 Saturday 08 June 2024 16:33:51 +0000 (0:00:00.286) 0:01:04.049 ********* TASK [fedora.linux_system_roles.certificate : Set version specific variables] *** task path: /WORKDIR/git-weekly-cih5w56lpd/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2 Saturday 08 June 2024 16:33:51 +0000 (0:00:00.056) 0:01:04.106 ********* included: /WORKDIR/git-weekly-cih5w56lpd/.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-cih5w56lpd/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2 Saturday 08 June 2024 16:33:51 +0000 (0:00:00.044) 0:01:04.151 ********* 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-cih5w56lpd/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10 Saturday 08 June 2024 16:33:52 +0000 (0:00:00.118) 0:01:04.269 ********* 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-cih5w56lpd/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15 Saturday 08 June 2024 16:33:52 +0000 (0:00:00.189) 0:01:04.458 ********* 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-cih5w56lpd/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:19 Saturday 08 June 2024 16:33:52 +0000 (0:00:00.023) 0:01:04.482 ********* 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-cih5w56lpd/.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-cih5w56lpd/.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-cih5w56lpd/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 Saturday 08 June 2024 16:33:52 +0000 (0:00:00.047) 0:01:04.529 ********* changed: [sut] => { "changed": true, "rc": 0, "results": [ "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", "Installed: python3-cffi-1.14.5-5.el9.x86_64" ] } lsrpackages: python3-cryptography python3-dbus python3-pyasn1 TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] *** task path: /WORKDIR/git-weekly-cih5w56lpd/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 Saturday 08 June 2024 16:33:54 +0000 (0:00:02.502) 0:01:07.032 ********* changed: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "rc": 0, "results": [ "Installed: certmonger-0.79.17-2.el9.x86_64", "Installed: python3-packaging-20.9-5.el9.noarch", "Installed: python3-pyparsing-2.4.7-9.el9.noarch" ] } lsrpackages: certmonger python3-packaging TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] *** task path: /WORKDIR/git-weekly-cih5w56lpd/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35 Saturday 08 June 2024 16:33:57 +0000 (0:00:02.549) 0:01:09.582 ********* 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-cih5w56lpd/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:61 Saturday 08 June 2024 16:33:57 +0000 (0:00:00.226) 0:01:09.809 ********* 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-cih5w56lpd/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90 Saturday 08 June 2024 16:33:57 +0000 (0:00:00.211) 0:01:10.020 ********* 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": "syslog.target systemd-journald.socket basic.target system.slice network.target dbus-broker.service sysinit.target dbus.socket", "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": "infinity", "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": "sysinit.target system.slice dbus.socket", "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-cih5w56lpd/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101 Saturday 08 June 2024 16:33:58 +0000 (0:00:00.732) 0:01:10.753 ********* 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-cih5w56lpd/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:152 Saturday 08 June 2024 16:33:59 +0000 (0:00:00.706) 0:01:11.459 ********* ok: [sut] => (item=['cert', {'name': 'podman_registry', 'dns': ['localhost', '127.0.0.1'], 'ca': 'self-sign'}]) => { "ansible_loop_var": "item", "changed": false, "content": "LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURqakNDQW5hZ0F3SUJBZ0lSQUo4VWlDZW5SMFZXaTFDWk9ZSkVjTmd3RFFZSktvWklodmNOQVFFTEJRQXcKVURFZ01CNEdBMVVFQXd3WFRHOWpZV3dnVTJsbmJtbHVaeUJCZFhSb2IzSnBkSGt4TERBcUJnTlZCQU1NSXpsbQpNVFE0T0RJM0xXRTNORGMwTlRVMkxUaGlOVEE1T1RNNUxUZ3lORFEzTUdRM01CNFhEVEkwTURZd09ERTJNek0xCk9Wb1hEVEkxTURZd09ERTJNek0xT0Zvd0ZERVNNQkFHQTFVRUF4TUpiRzlqWVd4b2IzTjBNSUlCSWpBTkJna3EKaGtpRzl3MEJBUUVGQUFPQ0FROEFNSUlCQ2dLQ0FRRUF2UEdtQ2ZmNEhucVliVGI5THV5TjBuclJaNE1XUnVQRAo4aTZNZVNzYXk4bkNORERQMG1VYjRpNEJqNjZVYm9jak1uamdKWGVpQmRXdTBaVEFLVzlYNW9DUlB2UXQzb3ZSCkZidDMzVkluUzVhWHpPNE1rY2tjRXhZT2VpT0NrVFFoVHlzem5QdS9ueDZVNkttbGR6TGVzUDZoM3psR0dCSlAKbTVoNUJuWUNZSDBYWXRuTE8vTTRBRDRCMEpnTC9kZDJzbW1IU1BYN3U5dVRpWWY4by9rbVZXeE5xdXRnM3kvKwptMnNOUCtQOXNYaWRxcFpaaGZyZjlWZjFkT3poaDhQb1JRUElxZTBmTkQzMFIzZCtiT3c1YkJ4cjB3VXpTeHpOClFaRjhmcktIb092VE16UmtvOU5jS2lsUVBTRGkycksyWGVkTHIxbFJKdStwZENkT1luQUtnUUlEQVFBQm80R2UKTUlHYk1Bc0dBMVVkRHdRRUF3SUZvREFmQmdOVkhSRUVHREFXZ2dsc2IyTmhiR2h2YzNTQ0NURXlOeTR3TGpBdQpNVEFkQmdOVkhTVUVGakFVQmdnckJnRUZCUWNEQVFZSUt3WUJCUVVIQXdJd0RBWURWUjBUQVFIL0JBSXdBREFkCkJnTlZIUTRFRmdRVWhYN1ltUjQ3cjdIK2VhYkhYeWo5TE1qZWZkb3dId1lEVlIwakJCZ3dGb0FVR1ptczlPOXoKTExuc2Mzam05TU5va0s2RFNiWXdEUVlKS29aSWh2Y05BUUVMQlFBRGdnRUJBRWVabTRvOEFoL0JUNWlLY0YwcAo5SGhPYXNrUkVWU0MycWVEOHJDS21YUEFBSlNXcEF6U0NSYnppbC9lVi81WjZFTlB0amlFYjRJUm1BVVBTSnhUClk3SExDYnBQdWVUNFYwVGJQSjB6Tmd3R2pUMkdKMFRCTXV4LzFWVkkwcUNzZWNvVnNra2xLZlNLK2lnT3VLUzkKTVFibXVUQ1BNT25lZ3dmK3lQMDVHVzdoWVQydm9QaTkwcGVZd3pEZmNidUNxYWNmUmRTSWpIaGhMd1l5Q2JJNgpzZXUrV1RDMmRtWS9LZUlvUXJPSFRJWFIvbWFhdUxQS2tLTFpadTZDV1ZnQW5Td1BvN0lpNXd6ZGM0MFQweUdkCm8xNDlwNzdHeUI3VkViQ3lGMlFseXV4Q1JNWldCNWE2cDVpNkpFY1I0bTRPVzYrelM1TEdUUDhXcSt3N1FxcDMKTHFJPQotLS0tLUVORCBDRVJUSUZJQ0FURS0tLS0tCg==", "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": "LS0tLS1CRUdJTiBQUklWQVRFIEtFWS0tLS0tCk1JSUV2Z0lCQURBTkJna3Foa2lHOXcwQkFRRUZBQVNDQktnd2dnU2tBZ0VBQW9JQkFRQzg4YVlKOS9nZWVwaHQKTnYwdTdJM1NldEZuZ3haRzQ4UHlMb3g1S3hyTHljSTBNTS9TWlJ2aUxnR1BycFJ1aHlNeWVPQWxkNklGMWE3UgpsTUFwYjFmbWdKRSs5QzNlaTlFVnUzZmRVaWRMbHBmTTdneVJ5UndURmc1Nkk0S1JOQ0ZQS3pPYys3K2ZIcFRvCnFhVjNNdDZ3L3FIZk9VWVlFaytibUhrR2RnSmdmUmRpMmNzNzh6Z0FQZ0hRbUF2OTEzYXlhWWRJOWZ1NzI1T0oKaC95aitTWlZiRTJxNjJEZkwvNmJhdzAvNC8yeGVKMnFsbG1GK3QvMVYvVjA3T0dIdytoRkE4aXA3UjgwUGZSSApkMzVzN0Rsc0hHdlRCVE5MSE0xQmtYeCtzb2VnNjlNek5HU2owMXdxS1ZBOUlPTGFzclpkNTB1dldWRW03NmwwCkowNWljQXFCQWdNQkFBRUNnZ0VBQVRxN2pVbXR0YkdQcGJqSGtKZEpsRFM0UVhtYjhzL0ROL09EZHB1Z0lkSzEKRXJxOVZIR3oydTY0bEFFelhpMS9EakpWQjR0aDdKS3JqN210Znl1R1BYWEpWQ2o1dGk2djJHbkxEYSt0MmFjZwpBMTFxYTZXc3l3ZEFCbjJPQ1VDM0JZVkxBWDdPSERTQ1RLb0RiWTFSUDRLMXBnNmc2UkhQN3F2UklFaVM2d0tzCmZteExTQzdtRmMyM2xheG9nMldlYitxdFJpRzFZS0hITjlPaUg2Vnd6c3dWZWZvOWZmVXRXS2ZuSXBCZXV0aFQKbFEwTndvdThyQ1JXWFV4SW1UVUZQU08vZ2tQbnR4OGREWUY4dWVoM1lQTkcxZEhRdGdGU2hUcE8rSzUxM3doeAowM0RPUlJMTWpaVlp3MXJhOWxzdTB3VmRBNkdtZlUxNXBVelE5WGo0a1FLQmdRRHNFTisvU0twWnlUT3poQzNXCnRRNDdMSTZSaStBNkVHbXM0bXdJNVNVcGhVTzl6M2U0eHBTYkNoNmhxL0JGK01UNkNnV09aeGQ2YVJIOUExbmcKQkM1Q1lVUUFrYWZ5eWVYeC9kc01zeEFvMjR2R1J6WW1kVUhnVUJ4emxNVXpVa1F1czA5TUVmcTRHNE0rVHpRdQpwL1VtelloaFpSYnRuUUlWL2dYd3lBY1QwUUtCZ1FETTVoNytXQnI0U0ZmYUlISU00U2F1cHAzelE4RmVReFU5CnY4WXNZaFBEQ2hSY3BKUnVGVzNFL3I3TGJLQzcrM1FwUmNLZkF5QU1YRFJCMDZ6MC9PUVBZQSt2ZVR5RW0va2cKM3JFMEpLMHVFVzJ4cnEvdGRyaTZ0ZzJNRnhyUFE4V2hmZWIrNTBhY2pIbGM5WGhaMzI3L2NIRG5YZHZQcVozRApuMFozdXo2bnNRS0JnUUMwWTdDVzIxQlJqQTZWLzB1SDVwTVpaTk1OSlhZUzZMZllCSzNKbmxEbmlZNWFYVTkvClEwQUx1WS91dXhUQVkza2lHTVptS3lFbHlXU1ZreG42dFRja1FtOVVmL2wyN2hGbytqT0pZTXZZYk94Q2QraEoKT3hFNzkvdkYxc2xham1MTHpQbXJoNUd2WGxiTUpub1pyUDhJeDhhUHBrLy9BeHUwOG9oWGxvTFNBUUtCZ0V3YwpUdmI3azBrVzFrdFlNZ1ZHdlMrekJJa1FhZ3V4cjNvNGVreVNRZlQ1RVljNE8wcUkrelZweTBXVkhEKzNyL2FFCnl6NTEwcm5FcGtTdGRGbXNkcXFmYkRRcVBLaWxwMnptUzd5cXd3bVJ2OFY0dGpEbklNZDZTSjM1RnlSV2NGc0UKZ1lHK055Ui9xYlUyR1hhSTRKcFNFaDVmWnY5RWFpMzRSQnpGbVFpQkFvR0JBTHpVNjZHZEs4WnZwalVqTnZCVwpxQ0FnTEFycUpwUDJuY2lCT2ZkZ1A5SjdkZnU0R1lVQ1Zvb2x3UmVjNmkrTVE0a3FmWElvZ2d6Z0JEcWlGMU9qCjh1T1BJekI3TFFjNWdKbnNsUnVNM3duRS9JOVY5UDQzS3pzaUFTUmxQRXBiZTR6aFRnckZBWGxxdkVBZ2NPc2QKcGZoZXA2Q3ZyaG5TeXRVVUtReENLUW1WCi0tLS0tRU5EIFBSSVZBVEUgS0VZLS0tLS0K", "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": "LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURqakNDQW5hZ0F3SUJBZ0lSQUo4VWlDZW5SMFZXaTFDWk9ZSkVjTmd3RFFZSktvWklodmNOQVFFTEJRQXcKVURFZ01CNEdBMVVFQXd3WFRHOWpZV3dnVTJsbmJtbHVaeUJCZFhSb2IzSnBkSGt4TERBcUJnTlZCQU1NSXpsbQpNVFE0T0RJM0xXRTNORGMwTlRVMkxUaGlOVEE1T1RNNUxUZ3lORFEzTUdRM01CNFhEVEkwTURZd09ERTJNek0xCk9Wb1hEVEkxTURZd09ERTJNek0xT0Zvd0ZERVNNQkFHQTFVRUF4TUpiRzlqWVd4b2IzTjBNSUlCSWpBTkJna3EKaGtpRzl3MEJBUUVGQUFPQ0FROEFNSUlCQ2dLQ0FRRUF2UEdtQ2ZmNEhucVliVGI5THV5TjBuclJaNE1XUnVQRAo4aTZNZVNzYXk4bkNORERQMG1VYjRpNEJqNjZVYm9jak1uamdKWGVpQmRXdTBaVEFLVzlYNW9DUlB2UXQzb3ZSCkZidDMzVkluUzVhWHpPNE1rY2tjRXhZT2VpT0NrVFFoVHlzem5QdS9ueDZVNkttbGR6TGVzUDZoM3psR0dCSlAKbTVoNUJuWUNZSDBYWXRuTE8vTTRBRDRCMEpnTC9kZDJzbW1IU1BYN3U5dVRpWWY4by9rbVZXeE5xdXRnM3kvKwptMnNOUCtQOXNYaWRxcFpaaGZyZjlWZjFkT3poaDhQb1JRUElxZTBmTkQzMFIzZCtiT3c1YkJ4cjB3VXpTeHpOClFaRjhmcktIb092VE16UmtvOU5jS2lsUVBTRGkycksyWGVkTHIxbFJKdStwZENkT1luQUtnUUlEQVFBQm80R2UKTUlHYk1Bc0dBMVVkRHdRRUF3SUZvREFmQmdOVkhSRUVHREFXZ2dsc2IyTmhiR2h2YzNTQ0NURXlOeTR3TGpBdQpNVEFkQmdOVkhTVUVGakFVQmdnckJnRUZCUWNEQVFZSUt3WUJCUVVIQXdJd0RBWURWUjBUQVFIL0JBSXdBREFkCkJnTlZIUTRFRmdRVWhYN1ltUjQ3cjdIK2VhYkhYeWo5TE1qZWZkb3dId1lEVlIwakJCZ3dGb0FVR1ptczlPOXoKTExuc2Mzam05TU5va0s2RFNiWXdEUVlKS29aSWh2Y05BUUVMQlFBRGdnRUJBRWVabTRvOEFoL0JUNWlLY0YwcAo5SGhPYXNrUkVWU0MycWVEOHJDS21YUEFBSlNXcEF6U0NSYnppbC9lVi81WjZFTlB0amlFYjRJUm1BVVBTSnhUClk3SExDYnBQdWVUNFYwVGJQSjB6Tmd3R2pUMkdKMFRCTXV4LzFWVkkwcUNzZWNvVnNra2xLZlNLK2lnT3VLUzkKTVFibXVUQ1BNT25lZ3dmK3lQMDVHVzdoWVQydm9QaTkwcGVZd3pEZmNidUNxYWNmUmRTSWpIaGhMd1l5Q2JJNgpzZXUrV1RDMmRtWS9LZUlvUXJPSFRJWFIvbWFhdUxQS2tLTFpadTZDV1ZnQW5Td1BvN0lpNXd6ZGM0MFQweUdkCm8xNDlwNzdHeUI3VkViQ3lGMlFseXV4Q1JNWldCNWE2cDVpNkpFY1I0bTRPVzYrelM1TEdUUDhXcSt3N1FxcDMKTHFJPQotLS0tLUVORCBDRVJUSUZJQ0FURS0tLS0tCg==", "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-cih5w56lpd/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:160 Saturday 08 June 2024 16:33:59 +0000 (0:00:00.678) 0:01:12.138 ********* ok: [sut] => { "ansible_facts": { "certificate_test_certs": { "podman_registry": { "ca": "/etc/pki/tls/certs/podman_registry.crt", "ca_content": "-----BEGIN CERTIFICATE-----\nMIIDjjCCAnagAwIBAgIRAJ8UiCenR0VWi1CZOYJEcNgwDQYJKoZIhvcNAQELBQAw\nUDEgMB4GA1UEAwwXTG9jYWwgU2lnbmluZyBBdXRob3JpdHkxLDAqBgNVBAMMIzlm\nMTQ4ODI3LWE3NDc0NTU2LThiNTA5OTM5LTgyNDQ3MGQ3MB4XDTI0MDYwODE2MzM1\nOVoXDTI1MDYwODE2MzM1OFowFDESMBAGA1UEAxMJbG9jYWxob3N0MIIBIjANBgkq\nhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvPGmCff4HnqYbTb9LuyN0nrRZ4MWRuPD\n8i6MeSsay8nCNDDP0mUb4i4Bj66UbocjMnjgJXeiBdWu0ZTAKW9X5oCRPvQt3ovR\nFbt33VInS5aXzO4MkckcExYOeiOCkTQhTysznPu/nx6U6KmldzLesP6h3zlGGBJP\nm5h5BnYCYH0XYtnLO/M4AD4B0JgL/dd2smmHSPX7u9uTiYf8o/kmVWxNqutg3y/+\nm2sNP+P9sXidqpZZhfrf9Vf1dOzhh8PoRQPIqe0fND30R3d+bOw5bBxr0wUzSxzN\nQZF8frKHoOvTMzRko9NcKilQPSDi2rK2XedLr1lRJu+pdCdOYnAKgQIDAQABo4Ge\nMIGbMAsGA1UdDwQEAwIFoDAfBgNVHREEGDAWgglsb2NhbGhvc3SCCTEyNy4wLjAu\nMTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYDVR0TAQH/BAIwADAd\nBgNVHQ4EFgQUhX7YmR47r7H+eabHXyj9LMjefdowHwYDVR0jBBgwFoAUGZms9O9z\nLLnsc3jm9MNokK6DSbYwDQYJKoZIhvcNAQELBQADggEBAEeZm4o8Ah/BT5iKcF0p\n9HhOaskREVSC2qeD8rCKmXPAAJSWpAzSCRbzil/eV/5Z6ENPtjiEb4IRmAUPSJxT\nY7HLCbpPueT4V0TbPJ0zNgwGjT2GJ0TBMux/1VVI0qCsecoVskklKfSK+igOuKS9\nMQbmuTCPMOnegwf+yP05GW7hYT2voPi90peYwzDfcbuCqacfRdSIjHhhLwYyCbI6\nseu+WTC2dmY/KeIoQrOHTIXR/maauLPKkKLZZu6CWVgAnSwPo7Ii5wzdc40T0yGd\no149p77GyB7VEbCyF2QlyuxCRMZWB5a6p5i6JEcR4m4OW6+zS5LGTP8Wq+w7Qqp3\nLqI=\n-----END CERTIFICATE-----\n", "cert": "/etc/pki/tls/certs/podman_registry.crt", "cert_content": "-----BEGIN CERTIFICATE-----\nMIIDjjCCAnagAwIBAgIRAJ8UiCenR0VWi1CZOYJEcNgwDQYJKoZIhvcNAQELBQAw\nUDEgMB4GA1UEAwwXTG9jYWwgU2lnbmluZyBBdXRob3JpdHkxLDAqBgNVBAMMIzlm\nMTQ4ODI3LWE3NDc0NTU2LThiNTA5OTM5LTgyNDQ3MGQ3MB4XDTI0MDYwODE2MzM1\nOVoXDTI1MDYwODE2MzM1OFowFDESMBAGA1UEAxMJbG9jYWxob3N0MIIBIjANBgkq\nhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvPGmCff4HnqYbTb9LuyN0nrRZ4MWRuPD\n8i6MeSsay8nCNDDP0mUb4i4Bj66UbocjMnjgJXeiBdWu0ZTAKW9X5oCRPvQt3ovR\nFbt33VInS5aXzO4MkckcExYOeiOCkTQhTysznPu/nx6U6KmldzLesP6h3zlGGBJP\nm5h5BnYCYH0XYtnLO/M4AD4B0JgL/dd2smmHSPX7u9uTiYf8o/kmVWxNqutg3y/+\nm2sNP+P9sXidqpZZhfrf9Vf1dOzhh8PoRQPIqe0fND30R3d+bOw5bBxr0wUzSxzN\nQZF8frKHoOvTMzRko9NcKilQPSDi2rK2XedLr1lRJu+pdCdOYnAKgQIDAQABo4Ge\nMIGbMAsGA1UdDwQEAwIFoDAfBgNVHREEGDAWgglsb2NhbGhvc3SCCTEyNy4wLjAu\nMTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYDVR0TAQH/BAIwADAd\nBgNVHQ4EFgQUhX7YmR47r7H+eabHXyj9LMjefdowHwYDVR0jBBgwFoAUGZms9O9z\nLLnsc3jm9MNokK6DSbYwDQYJKoZIhvcNAQELBQADggEBAEeZm4o8Ah/BT5iKcF0p\n9HhOaskREVSC2qeD8rCKmXPAAJSWpAzSCRbzil/eV/5Z6ENPtjiEb4IRmAUPSJxT\nY7HLCbpPueT4V0TbPJ0zNgwGjT2GJ0TBMux/1VVI0qCsecoVskklKfSK+igOuKS9\nMQbmuTCPMOnegwf+yP05GW7hYT2voPi90peYwzDfcbuCqacfRdSIjHhhLwYyCbI6\nseu+WTC2dmY/KeIoQrOHTIXR/maauLPKkKLZZu6CWVgAnSwPo7Ii5wzdc40T0yGd\no149p77GyB7VEbCyF2QlyuxCRMZWB5a6p5i6JEcR4m4OW6+zS5LGTP8Wq+w7Qqp3\nLqI=\n-----END CERTIFICATE-----\n", "key": "/etc/pki/tls/private/podman_registry.key", "key_content": "-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQC88aYJ9/geepht\nNv0u7I3SetFngxZG48PyLox5KxrLycI0MM/SZRviLgGPrpRuhyMyeOAld6IF1a7R\nlMApb1fmgJE+9C3ei9EVu3fdUidLlpfM7gyRyRwTFg56I4KRNCFPKzOc+7+fHpTo\nqaV3Mt6w/qHfOUYYEk+bmHkGdgJgfRdi2cs78zgAPgHQmAv913ayaYdI9fu725OJ\nh/yj+SZVbE2q62DfL/6baw0/4/2xeJ2qllmF+t/1V/V07OGHw+hFA8ip7R80PfRH\nd35s7DlsHGvTBTNLHM1BkXx+soeg69MzNGSj01wqKVA9IOLasrZd50uvWVEm76l0\nJ05icAqBAgMBAAECggEAATq7jUmttbGPpbjHkJdJlDS4QXmb8s/DN/ODdpugIdK1\nErq9VHGz2u64lAEzXi1/DjJVB4th7JKrj7mtfyuGPXXJVCj5ti6v2GnLDa+t2acg\nA11qa6WsywdABn2OCUC3BYVLAX7OHDSCTKoDbY1RP4K1pg6g6RHP7qvRIEiS6wKs\nfmxLSC7mFc23laxog2Web+qtRiG1YKHHN9OiH6VwzswVefo9ffUtWKfnIpBeuthT\nlQ0Nwou8rCRWXUxImTUFPSO/gkPntx8dDYF8ueh3YPNG1dHQtgFShTpO+K513whx\n03DORRLMjZVZw1ra9lsu0wVdA6GmfU15pUzQ9Xj4kQKBgQDsEN+/SKpZyTOzhC3W\ntQ47LI6Ri+A6EGms4mwI5SUphUO9z3e4xpSbCh6hq/BF+MT6CgWOZxd6aRH9A1ng\nBC5CYUQAkafyyeXx/dsMsxAo24vGRzYmdUHgUBxzlMUzUkQus09MEfq4G4M+TzQu\np/UmzYhhZRbtnQIV/gXwyAcT0QKBgQDM5h7+WBr4SFfaIHIM4Saupp3zQ8FeQxU9\nv8YsYhPDChRcpJRuFW3E/r7LbKC7+3QpRcKfAyAMXDRB06z0/OQPYA+veTyEm/kg\n3rE0JK0uEW2xrq/tdri6tg2MFxrPQ8Whfeb+50acjHlc9XhZ327/cHDnXdvPqZ3D\nn0Z3uz6nsQKBgQC0Y7CW21BRjA6V/0uH5pMZZNMNJXYS6LfYBK3JnlDniY5aXU9/\nQ0ALuY/uuxTAY3kiGMZmKyElyWSVkxn6tTckQm9Uf/l27hFo+jOJYMvYbOxCd+hJ\nOxE79/vF1slajmLLzPmrh5GvXlbMJnoZrP8Ix8aPpk//Axu08ohXloLSAQKBgEwc\nTvb7k0kW1ktYMgVGvS+zBIkQaguxr3o4ekySQfT5EYc4O0qI+zVpy0WVHD+3r/aE\nyz510rnEpkStdFmsdqqfbDQqPKilp2zmS7yqwwmRv8V4tjDnIMd6SJ35FyRWcFsE\ngYG+NyR/qbU2GXaI4JpSEh5fZv9Eai34RBzFmQiBAoGBALzU66GdK8ZvpjUjNvBW\nqCAgLArqJpP2nciBOfdgP9J7dfu4GYUCVoolwRec6i+MQ4kqfXIoggzgBDqiF1Oj\n8uOPIzB7LQc5gJnslRuM3wnE/I9V9P43KzsiASRlPEpbe4zhTgrFAXlqvEAgcOsd\npfhep6CvrhnSytUUKQxCKQmV\n-----END PRIVATE KEY-----\n" } } }, "changed": false } TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ****** task path: /WORKDIR/git-weekly-cih5w56lpd/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:176 Saturday 08 June 2024 16:34:00 +0000 (0:00:00.025) 0:01:12.164 ********* ok: [sut] => (item={'cert': '/etc/pki/tls/certs/podman_registry.crt', 'cert_content': '-----BEGIN CERTIFICATE-----\nMIIDjjCCAnagAwIBAgIRAJ8UiCenR0VWi1CZOYJEcNgwDQYJKoZIhvcNAQELBQAw\nUDEgMB4GA1UEAwwXTG9jYWwgU2lnbmluZyBBdXRob3JpdHkxLDAqBgNVBAMMIzlm\nMTQ4ODI3LWE3NDc0NTU2LThiNTA5OTM5LTgyNDQ3MGQ3MB4XDTI0MDYwODE2MzM1\nOVoXDTI1MDYwODE2MzM1OFowFDESMBAGA1UEAxMJbG9jYWxob3N0MIIBIjANBgkq\nhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvPGmCff4HnqYbTb9LuyN0nrRZ4MWRuPD\n8i6MeSsay8nCNDDP0mUb4i4Bj66UbocjMnjgJXeiBdWu0ZTAKW9X5oCRPvQt3ovR\nFbt33VInS5aXzO4MkckcExYOeiOCkTQhTysznPu/nx6U6KmldzLesP6h3zlGGBJP\nm5h5BnYCYH0XYtnLO/M4AD4B0JgL/dd2smmHSPX7u9uTiYf8o/kmVWxNqutg3y/+\nm2sNP+P9sXidqpZZhfrf9Vf1dOzhh8PoRQPIqe0fND30R3d+bOw5bBxr0wUzSxzN\nQZF8frKHoOvTMzRko9NcKilQPSDi2rK2XedLr1lRJu+pdCdOYnAKgQIDAQABo4Ge\nMIGbMAsGA1UdDwQEAwIFoDAfBgNVHREEGDAWgglsb2NhbGhvc3SCCTEyNy4wLjAu\nMTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYDVR0TAQH/BAIwADAd\nBgNVHQ4EFgQUhX7YmR47r7H+eabHXyj9LMjefdowHwYDVR0jBBgwFoAUGZms9O9z\nLLnsc3jm9MNokK6DSbYwDQYJKoZIhvcNAQELBQADggEBAEeZm4o8Ah/BT5iKcF0p\n9HhOaskREVSC2qeD8rCKmXPAAJSWpAzSCRbzil/eV/5Z6ENPtjiEb4IRmAUPSJxT\nY7HLCbpPueT4V0TbPJ0zNgwGjT2GJ0TBMux/1VVI0qCsecoVskklKfSK+igOuKS9\nMQbmuTCPMOnegwf+yP05GW7hYT2voPi90peYwzDfcbuCqacfRdSIjHhhLwYyCbI6\nseu+WTC2dmY/KeIoQrOHTIXR/maauLPKkKLZZu6CWVgAnSwPo7Ii5wzdc40T0yGd\no149p77GyB7VEbCyF2QlyuxCRMZWB5a6p5i6JEcR4m4OW6+zS5LGTP8Wq+w7Qqp3\nLqI=\n-----END CERTIFICATE-----\n', 'key': '/etc/pki/tls/private/podman_registry.key', 'key_content': '-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQC88aYJ9/geepht\nNv0u7I3SetFngxZG48PyLox5KxrLycI0MM/SZRviLgGPrpRuhyMyeOAld6IF1a7R\nlMApb1fmgJE+9C3ei9EVu3fdUidLlpfM7gyRyRwTFg56I4KRNCFPKzOc+7+fHpTo\nqaV3Mt6w/qHfOUYYEk+bmHkGdgJgfRdi2cs78zgAPgHQmAv913ayaYdI9fu725OJ\nh/yj+SZVbE2q62DfL/6baw0/4/2xeJ2qllmF+t/1V/V07OGHw+hFA8ip7R80PfRH\nd35s7DlsHGvTBTNLHM1BkXx+soeg69MzNGSj01wqKVA9IOLasrZd50uvWVEm76l0\nJ05icAqBAgMBAAECggEAATq7jUmttbGPpbjHkJdJlDS4QXmb8s/DN/ODdpugIdK1\nErq9VHGz2u64lAEzXi1/DjJVB4th7JKrj7mtfyuGPXXJVCj5ti6v2GnLDa+t2acg\nA11qa6WsywdABn2OCUC3BYVLAX7OHDSCTKoDbY1RP4K1pg6g6RHP7qvRIEiS6wKs\nfmxLSC7mFc23laxog2Web+qtRiG1YKHHN9OiH6VwzswVefo9ffUtWKfnIpBeuthT\nlQ0Nwou8rCRWXUxImTUFPSO/gkPntx8dDYF8ueh3YPNG1dHQtgFShTpO+K513whx\n03DORRLMjZVZw1ra9lsu0wVdA6GmfU15pUzQ9Xj4kQKBgQDsEN+/SKpZyTOzhC3W\ntQ47LI6Ri+A6EGms4mwI5SUphUO9z3e4xpSbCh6hq/BF+MT6CgWOZxd6aRH9A1ng\nBC5CYUQAkafyyeXx/dsMsxAo24vGRzYmdUHgUBxzlMUzUkQus09MEfq4G4M+TzQu\np/UmzYhhZRbtnQIV/gXwyAcT0QKBgQDM5h7+WBr4SFfaIHIM4Saupp3zQ8FeQxU9\nv8YsYhPDChRcpJRuFW3E/r7LbKC7+3QpRcKfAyAMXDRB06z0/OQPYA+veTyEm/kg\n3rE0JK0uEW2xrq/tdri6tg2MFxrPQ8Whfeb+50acjHlc9XhZ327/cHDnXdvPqZ3D\nn0Z3uz6nsQKBgQC0Y7CW21BRjA6V/0uH5pMZZNMNJXYS6LfYBK3JnlDniY5aXU9/\nQ0ALuY/uuxTAY3kiGMZmKyElyWSVkxn6tTckQm9Uf/l27hFo+jOJYMvYbOxCd+hJ\nOxE79/vF1slajmLLzPmrh5GvXlbMJnoZrP8Ix8aPpk//Axu08ohXloLSAQKBgEwc\nTvb7k0kW1ktYMgVGvS+zBIkQaguxr3o4ekySQfT5EYc4O0qI+zVpy0WVHD+3r/aE\nyz510rnEpkStdFmsdqqfbDQqPKilp2zmS7yqwwmRv8V4tjDnIMd6SJ35FyRWcFsE\ngYG+NyR/qbU2GXaI4JpSEh5fZv9Eai34RBzFmQiBAoGBALzU66GdK8ZvpjUjNvBW\nqCAgLArqJpP2nciBOfdgP9J7dfu4GYUCVoolwRec6i+MQ4kqfXIoggzgBDqiF1Oj\n8uOPIzB7LQc5gJnslRuM3wnE/I9V9P43KzsiASRlPEpbe4zhTgrFAXlqvEAgcOsd\npfhep6CvrhnSytUUKQxCKQmV\n-----END PRIVATE KEY-----\n', 'ca': '/etc/pki/tls/certs/podman_registry.crt', 'ca_content': '-----BEGIN CERTIFICATE-----\nMIIDjjCCAnagAwIBAgIRAJ8UiCenR0VWi1CZOYJEcNgwDQYJKoZIhvcNAQELBQAw\nUDEgMB4GA1UEAwwXTG9jYWwgU2lnbmluZyBBdXRob3JpdHkxLDAqBgNVBAMMIzlm\nMTQ4ODI3LWE3NDc0NTU2LThiNTA5OTM5LTgyNDQ3MGQ3MB4XDTI0MDYwODE2MzM1\nOVoXDTI1MDYwODE2MzM1OFowFDESMBAGA1UEAxMJbG9jYWxob3N0MIIBIjANBgkq\nhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvPGmCff4HnqYbTb9LuyN0nrRZ4MWRuPD\n8i6MeSsay8nCNDDP0mUb4i4Bj66UbocjMnjgJXeiBdWu0ZTAKW9X5oCRPvQt3ovR\nFbt33VInS5aXzO4MkckcExYOeiOCkTQhTysznPu/nx6U6KmldzLesP6h3zlGGBJP\nm5h5BnYCYH0XYtnLO/M4AD4B0JgL/dd2smmHSPX7u9uTiYf8o/kmVWxNqutg3y/+\nm2sNP+P9sXidqpZZhfrf9Vf1dOzhh8PoRQPIqe0fND30R3d+bOw5bBxr0wUzSxzN\nQZF8frKHoOvTMzRko9NcKilQPSDi2rK2XedLr1lRJu+pdCdOYnAKgQIDAQABo4Ge\nMIGbMAsGA1UdDwQEAwIFoDAfBgNVHREEGDAWgglsb2NhbGhvc3SCCTEyNy4wLjAu\nMTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYDVR0TAQH/BAIwADAd\nBgNVHQ4EFgQUhX7YmR47r7H+eabHXyj9LMjefdowHwYDVR0jBBgwFoAUGZms9O9z\nLLnsc3jm9MNokK6DSbYwDQYJKoZIhvcNAQELBQADggEBAEeZm4o8Ah/BT5iKcF0p\n9HhOaskREVSC2qeD8rCKmXPAAJSWpAzSCRbzil/eV/5Z6ENPtjiEb4IRmAUPSJxT\nY7HLCbpPueT4V0TbPJ0zNgwGjT2GJ0TBMux/1VVI0qCsecoVskklKfSK+igOuKS9\nMQbmuTCPMOnegwf+yP05GW7hYT2voPi90peYwzDfcbuCqacfRdSIjHhhLwYyCbI6\nseu+WTC2dmY/KeIoQrOHTIXR/maauLPKkKLZZu6CWVgAnSwPo7Ii5wzdc40T0yGd\no149p77GyB7VEbCyF2QlyuxCRMZWB5a6p5i6JEcR4m4OW6+zS5LGTP8Wq+w7Qqp3\nLqI=\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.028451", "end": "2024-06-08 16:34:00.198511", "item": { "ca": "/etc/pki/tls/certs/podman_registry.crt", "ca_content": "-----BEGIN CERTIFICATE-----\nMIIDjjCCAnagAwIBAgIRAJ8UiCenR0VWi1CZOYJEcNgwDQYJKoZIhvcNAQELBQAw\nUDEgMB4GA1UEAwwXTG9jYWwgU2lnbmluZyBBdXRob3JpdHkxLDAqBgNVBAMMIzlm\nMTQ4ODI3LWE3NDc0NTU2LThiNTA5OTM5LTgyNDQ3MGQ3MB4XDTI0MDYwODE2MzM1\nOVoXDTI1MDYwODE2MzM1OFowFDESMBAGA1UEAxMJbG9jYWxob3N0MIIBIjANBgkq\nhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvPGmCff4HnqYbTb9LuyN0nrRZ4MWRuPD\n8i6MeSsay8nCNDDP0mUb4i4Bj66UbocjMnjgJXeiBdWu0ZTAKW9X5oCRPvQt3ovR\nFbt33VInS5aXzO4MkckcExYOeiOCkTQhTysznPu/nx6U6KmldzLesP6h3zlGGBJP\nm5h5BnYCYH0XYtnLO/M4AD4B0JgL/dd2smmHSPX7u9uTiYf8o/kmVWxNqutg3y/+\nm2sNP+P9sXidqpZZhfrf9Vf1dOzhh8PoRQPIqe0fND30R3d+bOw5bBxr0wUzSxzN\nQZF8frKHoOvTMzRko9NcKilQPSDi2rK2XedLr1lRJu+pdCdOYnAKgQIDAQABo4Ge\nMIGbMAsGA1UdDwQEAwIFoDAfBgNVHREEGDAWgglsb2NhbGhvc3SCCTEyNy4wLjAu\nMTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYDVR0TAQH/BAIwADAd\nBgNVHQ4EFgQUhX7YmR47r7H+eabHXyj9LMjefdowHwYDVR0jBBgwFoAUGZms9O9z\nLLnsc3jm9MNokK6DSbYwDQYJKoZIhvcNAQELBQADggEBAEeZm4o8Ah/BT5iKcF0p\n9HhOaskREVSC2qeD8rCKmXPAAJSWpAzSCRbzil/eV/5Z6ENPtjiEb4IRmAUPSJxT\nY7HLCbpPueT4V0TbPJ0zNgwGjT2GJ0TBMux/1VVI0qCsecoVskklKfSK+igOuKS9\nMQbmuTCPMOnegwf+yP05GW7hYT2voPi90peYwzDfcbuCqacfRdSIjHhhLwYyCbI6\nseu+WTC2dmY/KeIoQrOHTIXR/maauLPKkKLZZu6CWVgAnSwPo7Ii5wzdc40T0yGd\no149p77GyB7VEbCyF2QlyuxCRMZWB5a6p5i6JEcR4m4OW6+zS5LGTP8Wq+w7Qqp3\nLqI=\n-----END CERTIFICATE-----\n", "cert": "/etc/pki/tls/certs/podman_registry.crt", "cert_content": "-----BEGIN CERTIFICATE-----\nMIIDjjCCAnagAwIBAgIRAJ8UiCenR0VWi1CZOYJEcNgwDQYJKoZIhvcNAQELBQAw\nUDEgMB4GA1UEAwwXTG9jYWwgU2lnbmluZyBBdXRob3JpdHkxLDAqBgNVBAMMIzlm\nMTQ4ODI3LWE3NDc0NTU2LThiNTA5OTM5LTgyNDQ3MGQ3MB4XDTI0MDYwODE2MzM1\nOVoXDTI1MDYwODE2MzM1OFowFDESMBAGA1UEAxMJbG9jYWxob3N0MIIBIjANBgkq\nhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvPGmCff4HnqYbTb9LuyN0nrRZ4MWRuPD\n8i6MeSsay8nCNDDP0mUb4i4Bj66UbocjMnjgJXeiBdWu0ZTAKW9X5oCRPvQt3ovR\nFbt33VInS5aXzO4MkckcExYOeiOCkTQhTysznPu/nx6U6KmldzLesP6h3zlGGBJP\nm5h5BnYCYH0XYtnLO/M4AD4B0JgL/dd2smmHSPX7u9uTiYf8o/kmVWxNqutg3y/+\nm2sNP+P9sXidqpZZhfrf9Vf1dOzhh8PoRQPIqe0fND30R3d+bOw5bBxr0wUzSxzN\nQZF8frKHoOvTMzRko9NcKilQPSDi2rK2XedLr1lRJu+pdCdOYnAKgQIDAQABo4Ge\nMIGbMAsGA1UdDwQEAwIFoDAfBgNVHREEGDAWgglsb2NhbGhvc3SCCTEyNy4wLjAu\nMTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYDVR0TAQH/BAIwADAd\nBgNVHQ4EFgQUhX7YmR47r7H+eabHXyj9LMjefdowHwYDVR0jBBgwFoAUGZms9O9z\nLLnsc3jm9MNokK6DSbYwDQYJKoZIhvcNAQELBQADggEBAEeZm4o8Ah/BT5iKcF0p\n9HhOaskREVSC2qeD8rCKmXPAAJSWpAzSCRbzil/eV/5Z6ENPtjiEb4IRmAUPSJxT\nY7HLCbpPueT4V0TbPJ0zNgwGjT2GJ0TBMux/1VVI0qCsecoVskklKfSK+igOuKS9\nMQbmuTCPMOnegwf+yP05GW7hYT2voPi90peYwzDfcbuCqacfRdSIjHhhLwYyCbI6\nseu+WTC2dmY/KeIoQrOHTIXR/maauLPKkKLZZu6CWVgAnSwPo7Ii5wzdc40T0yGd\no149p77GyB7VEbCyF2QlyuxCRMZWB5a6p5i6JEcR4m4OW6+zS5LGTP8Wq+w7Qqp3\nLqI=\n-----END CERTIFICATE-----\n", "key": "/etc/pki/tls/private/podman_registry.key", "key_content": "-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQC88aYJ9/geepht\nNv0u7I3SetFngxZG48PyLox5KxrLycI0MM/SZRviLgGPrpRuhyMyeOAld6IF1a7R\nlMApb1fmgJE+9C3ei9EVu3fdUidLlpfM7gyRyRwTFg56I4KRNCFPKzOc+7+fHpTo\nqaV3Mt6w/qHfOUYYEk+bmHkGdgJgfRdi2cs78zgAPgHQmAv913ayaYdI9fu725OJ\nh/yj+SZVbE2q62DfL/6baw0/4/2xeJ2qllmF+t/1V/V07OGHw+hFA8ip7R80PfRH\nd35s7DlsHGvTBTNLHM1BkXx+soeg69MzNGSj01wqKVA9IOLasrZd50uvWVEm76l0\nJ05icAqBAgMBAAECggEAATq7jUmttbGPpbjHkJdJlDS4QXmb8s/DN/ODdpugIdK1\nErq9VHGz2u64lAEzXi1/DjJVB4th7JKrj7mtfyuGPXXJVCj5ti6v2GnLDa+t2acg\nA11qa6WsywdABn2OCUC3BYVLAX7OHDSCTKoDbY1RP4K1pg6g6RHP7qvRIEiS6wKs\nfmxLSC7mFc23laxog2Web+qtRiG1YKHHN9OiH6VwzswVefo9ffUtWKfnIpBeuthT\nlQ0Nwou8rCRWXUxImTUFPSO/gkPntx8dDYF8ueh3YPNG1dHQtgFShTpO+K513whx\n03DORRLMjZVZw1ra9lsu0wVdA6GmfU15pUzQ9Xj4kQKBgQDsEN+/SKpZyTOzhC3W\ntQ47LI6Ri+A6EGms4mwI5SUphUO9z3e4xpSbCh6hq/BF+MT6CgWOZxd6aRH9A1ng\nBC5CYUQAkafyyeXx/dsMsxAo24vGRzYmdUHgUBxzlMUzUkQus09MEfq4G4M+TzQu\np/UmzYhhZRbtnQIV/gXwyAcT0QKBgQDM5h7+WBr4SFfaIHIM4Saupp3zQ8FeQxU9\nv8YsYhPDChRcpJRuFW3E/r7LbKC7+3QpRcKfAyAMXDRB06z0/OQPYA+veTyEm/kg\n3rE0JK0uEW2xrq/tdri6tg2MFxrPQ8Whfeb+50acjHlc9XhZ327/cHDnXdvPqZ3D\nn0Z3uz6nsQKBgQC0Y7CW21BRjA6V/0uH5pMZZNMNJXYS6LfYBK3JnlDniY5aXU9/\nQ0ALuY/uuxTAY3kiGMZmKyElyWSVkxn6tTckQm9Uf/l27hFo+jOJYMvYbOxCd+hJ\nOxE79/vF1slajmLLzPmrh5GvXlbMJnoZrP8Ix8aPpk//Axu08ohXloLSAQKBgEwc\nTvb7k0kW1ktYMgVGvS+zBIkQaguxr3o4ekySQfT5EYc4O0qI+zVpy0WVHD+3r/aE\nyz510rnEpkStdFmsdqqfbDQqPKilp2zmS7yqwwmRv8V4tjDnIMd6SJ35FyRWcFsE\ngYG+NyR/qbU2GXaI4JpSEh5fZv9Eai34RBzFmQiBAoGBALzU66GdK8ZvpjUjNvBW\nqCAgLArqJpP2nciBOfdgP9J7dfu4GYUCVoolwRec6i+MQ4kqfXIoggzgBDqiF1Oj\n8uOPIzB7LQc5gJnslRuM3wnE/I9V9P43KzsiASRlPEpbe4zhTgrFAXlqvEAgcOsd\npfhep6CvrhnSytUUKQxCKQmV\n-----END PRIVATE KEY-----\n" }, "rc": 0, "start": "2024-06-08 16:34:00.170060" } STDOUT: Request "20240608163358" removed. TASK [fedora.linux_system_roles.certificate : Remove files] ******************** task path: /WORKDIR/git-weekly-cih5w56lpd/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:181 Saturday 08 June 2024 16:34:00 +0000 (0:00:00.232) 0:01:12.396 ********* 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-cih5w56lpd/tests/tasks/setup_registry.yml:35 Saturday 08 June 2024 16:34:00 +0000 (0:00:00.582) 0:01:12.979 ********* changed: [sut] => { "changed": true, "checksum": "84495f8b6622ef38022f1dc6dfa2fdb48e1b91e9", "dest": "/tmp/lsr_a4nzshmh_podman/auth/registry_cert.crt", "gid": 0, "group": "root", "md5sum": "a20268c8cc92d922d53b8845423fae93", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 1294, "src": "/root/.ansible/tmp/ansible-tmp-1717864440.85799-2865-178019040341477/source", "state": "file", "uid": 0 } TASK [Write key for registry] ************************************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/tasks/setup_registry.yml:41 Saturday 08 June 2024 16:34:01 +0000 (0:00:00.611) 0:01:13.590 ********* changed: [sut] => { "changed": true, "checksum": "f0962ad4b415e4b92c29e95d4175c68a6d5a30a2", "dest": "/tmp/lsr_a4nzshmh_podman/auth/registry_key.pem", "gid": 0, "group": "root", "md5sum": "20ebe5da560cfb911f34b3380954e374", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 1704, "src": "/root/.ansible/tmp/ansible-tmp-1717864441.4686043-2915-88057476933071/source", "state": "file", "uid": 0 } TASK [Write CA cert for registry] ********************************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/tasks/setup_registry.yml:47 Saturday 08 June 2024 16:34:01 +0000 (0:00:00.561) 0:01:14.152 ********* changed: [sut] => { "changed": true, "checksum": "84495f8b6622ef38022f1dc6dfa2fdb48e1b91e9", "dest": "/tmp/lsr_a4nzshmh_podman/auth/ca.crt", "gid": 0, "group": "root", "md5sum": "a20268c8cc92d922d53b8845423fae93", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 1294, "src": "/root/.ansible/tmp/ansible-tmp-1717864442.0557332-2962-160282207262780/source", "state": "file", "uid": 0 } TASK [Ensure test packages] **************************************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/tasks/setup_registry.yml:54 Saturday 08 June 2024 16:34:02 +0000 (0:00:00.571) 0:01:14.724 ********* changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: apr-util-bdb-1.6.1-23.el9.x86_64", "Installed: httpd-tools-2.4.57-8.el9.x86_64", "Installed: apr-util-openssl-1.6.1-23.el9.x86_64", "Installed: apr-1.7.0-12.el9.x86_64", "Installed: skopeo-2:1.14.3-0.1.el9.x86_64", "Installed: apr-util-1.6.1-23.el9.x86_64" ] } lsrpackages: httpd-tools skopeo TASK [Write user and password] ************************************************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/tasks/setup_registry.yml:59 Saturday 08 June 2024 16:34:05 +0000 (0:00:02.851) 0:01:17.575 ********* 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-cih5w56lpd/tests/tasks/setup_registry.yml:67 Saturday 08 June 2024 16:34:05 +0000 (0:00:00.214) 0:01:17.790 ********* 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-cih5w56lpd/tests/tasks/setup_registry.yml:84 Saturday 08 June 2024 16:34:06 +0000 (0:00:00.614) 0:01:18.405 ********* ok: [sut] => { "ansible_facts": { "__podman_cleanup_paths": [ "/tmp/lsr_a4nzshmh_podman" ] }, "changed": false } TASK [Start registry] ********************************************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/tasks/setup_registry.yml:92 Saturday 08 June 2024 16:34:06 +0000 (0:00:00.024) 0:01:18.429 ********* changed: [sut] => { "changed": true, "cmd": [ "podman", "run", "-d", "-p", "127.0.0.1:5000:5000", "--name", "podman_registry", "-v", "/tmp/lsr_a4nzshmh_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.052784", "end": "2024-06-08 16:34:08.482312", "rc": 0, "start": "2024-06-08 16:34:06.429528" } STDOUT: fd10d566049b6e8cd8047c888793e985d2d45aa0d15fc1f43df1a606dce296b7 STDERR: Trying to pull quay.io/libpod/registry:2.8.2... Getting image source signatures Copying blob sha256:c4d48a809fc2256f8aa0aeee47998488d64409855adba00a7cb3007ab9f3286e Copying blob sha256:7417fa3c6d923a722787ff60825c3c40f74621ab2e4abcc120e25b10a35e4811 Copying blob sha256:88b450dec42ebc9659f10c6fd6d2326706fec4ab7aadf0c38973d930c23c546a Copying blob sha256:121f958bea53668d782691e643e9401ea21dd36c9d81078b51964d2e82b51376 Copying blob sha256:7264a8db6415046d36d16ba98b79778e18accee6ffa71850405994cffa9be7de Copying config sha256:0030ba3d620c647159c935ee778991c68ef3e51a274703753b0bc530104ef5e5 Writing manifest to image destination TASK [Wait for port] *********************************************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/tasks/setup_registry.yml:103 Saturday 08 June 2024 16:34:08 +0000 (0:00:02.247) 0:01:20.677 ********* 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-cih5w56lpd/tests/tasks/setup_registry.yml:107 Saturday 08 June 2024 16:34:08 +0000 (0:00:00.309) 0:01:20.987 ********* ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "podman", "logs", "podman_registry" ], "delta": "0:00:00.041025", "end": "2024-06-08 16:34:09.035556", "rc": 0, "start": "2024-06-08 16:34:08.994531" } STDERR: time="2024-06-08T16:34:08.481909288Z" 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=05a1b178-5720-4e8c-8e91-046e46d1232f service=registry version=2.8.2 time="2024-06-08T16:34:08.481975737Z" level=info msg="redis not configured" go.version=go1.19.9 instance.id=05a1b178-5720-4e8c-8e91-046e46d1232f service=registry version=2.8.2 time="2024-06-08T16:34:08.482083022Z" level=info msg="using inmemory blob descriptor cache" go.version=go1.19.9 instance.id=05a1b178-5720-4e8c-8e91-046e46d1232f service=registry version=2.8.2 time="2024-06-08T16:34:08.482543129Z" level=info msg="restricting TLS version to tls1.2 or higher" go.version=go1.19.9 instance.id=05a1b178-5720-4e8c-8e91-046e46d1232f service=registry version=2.8.2 time="2024-06-08T16:34:08.482571445Z" 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=05a1b178-5720-4e8c-8e91-046e46d1232f service=registry version=2.8.2 time="2024-06-08T16:34:08.482779124Z" level=info msg="listening on [::]:5000, tls" go.version=go1.19.9 instance.id=05a1b178-5720-4e8c-8e91-046e46d1232f service=registry version=2.8.2 time="2024-06-08T16:34:08.482845588Z" level=info msg="Starting upload purge in 12m0s" go.version=go1.19.9 instance.id=05a1b178-5720-4e8c-8e91-046e46d1232f service=registry version=2.8.2 2024/06/08 16:34:08 http: TLS handshake error from 10.88.0.1:45512: EOF TASK [Convert test image names into local registry names] ********************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/tasks/setup_registry.yml:113 Saturday 08 June 2024 16:34:09 +0000 (0:00:00.249) 0:01:21.236 ********* 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-cih5w56lpd/tests/tasks/setup_registry.yml:118 Saturday 08 June 2024 16:34:09 +0000 (0:00:00.022) 0:01:21.259 ********* 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_a4nzshmh_podman/auth/auth.json\" --cert-dir=\"/tmp/lsr_a4nzshmh_podman/auth\" quay.io/libpod/testimage:20210610 docker://localhost:5000/libpod/testimage:20210610", "delta": "0:00:01.171462", "end": "2024-06-08 16:34:10.434119", "item": { "key": "quay.io/libpod/testimage:20210610", "value": "localhost:5000/libpod/testimage:20210610" }, "rc": 0, "start": "2024-06-08 16:34:09.262657" } 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-cih5w56lpd/tests/tasks/setup_registry.yml:129 Saturday 08 June 2024 16:34:10 +0000 (0:00:01.380) 0:01:22.639 ********* ok: [sut] => (item=localhost:5000/libpod/testimage:20210610) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "skopeo", "inspect", "--authfile=/tmp/lsr_a4nzshmh_podman/auth/auth.json", "--cert-dir=/tmp/lsr_a4nzshmh_podman/auth", "docker://localhost:5000/libpod/testimage:20210610" ], "delta": "0:00:00.162319", "end": "2024-06-08 16:34:10.817602", "item": "localhost:5000/libpod/testimage:20210610", "rc": 0, "start": "2024-06-08 16:34:10.655283" } 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-cih5w56lpd/tests/tests_auth_and_security.yml:60 Saturday 08 June 2024 16:34:10 +0000 (0:00:00.392) 0:01:23.032 ********* TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 08 June 2024 16:34:10 +0000 (0:00:00.049) 0:01:23.082 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 08 June 2024 16:34:10 +0000 (0:00:00.043) 0:01:23.125 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 08 June 2024 16:34:11 +0000 (0:00:00.058) 0:01:23.183 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set flag to indicate system is ostree] ******* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 08 June 2024 16:34:11 +0000 (0:00:00.022) 0:01:23.206 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 08 June 2024 16:34:11 +0000 (0:00:00.025) 0:01:23.231 ********* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 08 June 2024 16:34:11 +0000 (0:00:00.108) 0:01:23.339 ********* ok: [sut] => { "censored": "the 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 08 June 2024 16:34:11 +0000 (0:00:00.645) 0:01:23.984 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 08 June 2024 16:34:11 +0000 (0:00:00.082) 0:01:24.067 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 08 June 2024 16:34:11 +0000 (0:00:00.050) 0:01:24.118 ********* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.031079", "end": "2024-06-08 16:34:12.214722", "rc": 0, "start": "2024-06-08 16:34:12.183643" } STDOUT: podman version 5.0.2 TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Saturday 08 June 2024 16:34:12 +0000 (0:00:00.306) 0:01:24.425 ********* ok: [sut] => { "ansible_facts": { "podman_version": "5.0.2" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Saturday 08 June 2024 16:34:12 +0000 (0:00:00.027) 0:01:24.452 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Saturday 08 June 2024 16:34:12 +0000 (0:00:00.022) 0:01:24.474 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Saturday 08 June 2024 16:34:12 +0000 (0:00:00.044) 0:01:24.519 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 08 June 2024 16:34:12 +0000 (0:00:00.042) 0:01:24.561 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 08 June 2024 16:34:12 +0000 (0:00:00.044) 0:01:24.606 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 08 June 2024 16:34:12 +0000 (0:00:00.027) 0:01:24.633 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 08 June 2024 16:34:12 +0000 (0:00:00.047) 0:01:24.681 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 08 June 2024 16:34:12 +0000 (0:00:00.263) 0:01:24.944 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 08 June 2024 16:34:12 +0000 (0:00:00.042) 0:01:24.987 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717864430.3497415, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717864402.4855888, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": "2193688452", "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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 08 June 2024 16:34:13 +0000 (0:00:00.225) 0:01:25.213 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 08 June 2024 16:34:13 +0000 (0:00:00.033) 0:01:25.246 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 08 June 2024 16:34:13 +0000 (0:00:00.029) 0:01:25.276 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 08 June 2024 16:34:13 +0000 (0:00:00.022) 0:01:25.298 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 08 June 2024 16:34:13 +0000 (0:00:00.089) 0:01:25.388 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 08 June 2024 16:34:13 +0000 (0:00:00.022) 0:01:25.411 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 08 June 2024 16:34:13 +0000 (0:00:00.023) 0:01:25.434 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 08 June 2024 16:34:13 +0000 (0:00:00.023) 0:01:25.458 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Saturday 08 June 2024 16:34:13 +0000 (0:00:00.020) 0:01:25.479 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Saturday 08 June 2024 16:34:13 +0000 (0:00:00.049) 0:01:25.529 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 08 June 2024 16:34:13 +0000 (0:00:00.045) 0:01:25.574 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 08 June 2024 16:34:13 +0000 (0:00:00.029) 0:01:25.604 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Saturday 08 June 2024 16:34:13 +0000 (0:00:00.026) 0:01:25.631 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 08 June 2024 16:34:13 +0000 (0:00:00.073) 0:01:25.704 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 08 June 2024 16:34:13 +0000 (0:00:00.029) 0:01:25.734 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Saturday 08 June 2024 16:34:13 +0000 (0:00:00.021) 0:01:25.755 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 08 June 2024 16:34:13 +0000 (0:00:00.064) 0:01:25.819 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 08 June 2024 16:34:13 +0000 (0:00:00.033) 0:01:25.852 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Saturday 08 June 2024 16:34:13 +0000 (0:00:00.022) 0:01:25.874 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 08 June 2024 16:34:13 +0000 (0:00:00.102) 0:01:25.977 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 08 June 2024 16:34:13 +0000 (0:00:00.024) 0:01:26.001 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 08 June 2024 16:34:13 +0000 (0:00:00.029) 0:01:26.030 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 08 June 2024 16:34:13 +0000 (0:00:00.047) 0:01:26.078 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Saturday 08 June 2024 16:34:13 +0000 (0:00:00.047) 0:01:26.125 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Saturday 08 June 2024 16:34:14 +0000 (0:00:00.041) 0:01:26.166 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Saturday 08 June 2024 16:34:14 +0000 (0:00:00.021) 0:01:26.188 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Saturday 08 June 2024 16:34:14 +0000 (0:00:00.021) 0:01:26.209 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Handle credential files - present] *********** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:123 Saturday 08 June 2024 16:34:14 +0000 (0:00:00.025) 0:01:26.235 ********* skipping: [sut] => { "censored": "the 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Saturday 08 June 2024 16:34:14 +0000 (0:00:00.023) 0:01:26.258 ********* skipping: [sut] => { "censored": "the 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:139 Saturday 08 June 2024 16:34:14 +0000 (0:00:00.021) 0:01:26.280 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:14 Saturday 08 June 2024 16:34:14 +0000 (0:00:00.073) 0:01:26.353 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:34 Saturday 08 June 2024 16:34:14 +0000 (0:00:00.030) 0:01:26.383 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:60 Saturday 08 June 2024 16:34:14 +0000 (0:00:00.038) 0:01:26.422 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:66 Saturday 08 June 2024 16:34:14 +0000 (0:00:00.023) 0:01:26.445 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 08 June 2024 16:34:14 +0000 (0:00:00.034) 0:01:26.480 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 08 June 2024 16:34:14 +0000 (0:00:00.069) 0:01:26.549 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 08 June 2024 16:34:14 +0000 (0:00:00.028) 0:01:26.578 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 08 June 2024 16:34:14 +0000 (0:00:00.112) 0:01:26.690 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 08 June 2024 16:34:14 +0000 (0:00:00.245) 0:01:26.936 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 08 June 2024 16:34:14 +0000 (0:00:00.044) 0:01:26.980 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717864430.3497415, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717864402.4855888, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": "2193688452", "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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 08 June 2024 16:34:15 +0000 (0:00:00.252) 0:01:27.233 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 08 June 2024 16:34:15 +0000 (0:00:00.056) 0:01:27.290 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 08 June 2024 16:34:15 +0000 (0:00:00.035) 0:01:27.326 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 08 June 2024 16:34:15 +0000 (0:00:00.051) 0:01:27.377 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 08 June 2024 16:34:15 +0000 (0:00:00.029) 0:01:27.407 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 08 June 2024 16:34:15 +0000 (0:00:00.033) 0:01:27.441 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 08 June 2024 16:34:15 +0000 (0:00:00.054) 0:01:27.495 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 08 June 2024 16:34:15 +0000 (0:00:00.041) 0:01:27.537 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:71 Saturday 08 June 2024 16:34:15 +0000 (0:00:00.033) 0:01:27.571 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:80 Saturday 08 June 2024 16:34:15 +0000 (0:00:00.035) 0:01:27.606 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:94 Saturday 08 June 2024 16:34:15 +0000 (0:00:00.059) 0:01:27.665 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:100 Saturday 08 June 2024 16:34:15 +0000 (0:00:00.042) 0:01:27.708 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:108 Saturday 08 June 2024 16:34:15 +0000 (0:00:00.025) 0:01:27.733 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Get service name using systemd-escape] ******* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:123 Saturday 08 June 2024 16:34:15 +0000 (0:00:00.044) 0:01:27.778 ********* 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.005988", "end": "2024-06-08 16:34:15.786373", "rc": 0, "start": "2024-06-08 16:34:15.780385" } 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:131 Saturday 08 June 2024 16:34:15 +0000 (0:00:00.257) 0:01:28.036 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:135 Saturday 08 June 2024 16:34:15 +0000 (0:00:00.023) 0:01:28.059 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:2 Saturday 08 June 2024 16:34:15 +0000 (0:00:00.070) 0:01:28.130 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 08 June 2024 16:34:16 +0000 (0:00:00.045) 0:01:28.176 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 08 June 2024 16:34:16 +0000 (0:00:00.025) 0:01:28.201 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 08 June 2024 16:34:16 +0000 (0:00:00.046) 0:01:28.248 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:7 Saturday 08 June 2024 16:34:16 +0000 (0:00:00.060) 0:01:28.308 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:23 Saturday 08 June 2024 16:34:16 +0000 (0:00:00.059) 0:01:28.368 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:39 Saturday 08 June 2024 16:34:16 +0000 (0:00:00.048) 0:01:28.416 ********* 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-cih5w56lpd/tests/tests_auth_and_security.yml:75 Saturday 08 June 2024 16:34:16 +0000 (0:00:00.617) 0:01:29.034 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Run the role with credentials and cert checking] ************************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/tests_auth_and_security.yml:86 Saturday 08 June 2024 16:34:16 +0000 (0:00:00.019) 0:01:29.054 ********* TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 08 June 2024 16:34:16 +0000 (0:00:00.046) 0:01:29.100 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 08 June 2024 16:34:17 +0000 (0:00:00.064) 0:01:29.165 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 08 June 2024 16:34:17 +0000 (0:00:00.025) 0:01:29.190 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 08 June 2024 16:34:17 +0000 (0:00:00.023) 0:01:29.214 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 08 June 2024 16:34:17 +0000 (0:00:00.020) 0:01:29.234 ********* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 08 June 2024 16:34:17 +0000 (0:00:00.054) 0:01:29.288 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Enable copr if requested] ******************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 08 June 2024 16:34:17 +0000 (0:00:00.642) 0:01:29.931 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 08 June 2024 16:34:17 +0000 (0:00:00.022) 0:01:29.953 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 08 June 2024 16:34:17 +0000 (0:00:00.034) 0:01:29.987 ********* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.027981", "end": "2024-06-08 16:34:18.016924", "rc": 0, "start": "2024-06-08 16:34:17.988943" } STDOUT: podman version 5.0.2 TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Saturday 08 June 2024 16:34:18 +0000 (0:00:00.233) 0:01:30.221 ********* ok: [sut] => { "ansible_facts": { "podman_version": "5.0.2" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Saturday 08 June 2024 16:34:18 +0000 (0:00:00.038) 0:01:30.259 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Saturday 08 June 2024 16:34:18 +0000 (0:00:00.022) 0:01:30.281 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Saturday 08 June 2024 16:34:18 +0000 (0:00:00.084) 0:01:30.366 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 08 June 2024 16:34:18 +0000 (0:00:00.088) 0:01:30.455 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 08 June 2024 16:34:18 +0000 (0:00:00.038) 0:01:30.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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 08 June 2024 16:34:18 +0000 (0:00:00.031) 0:01:30.525 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 08 June 2024 16:34:18 +0000 (0:00:00.036) 0:01:30.562 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 08 June 2024 16:34:18 +0000 (0:00:00.237) 0:01:30.800 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 08 June 2024 16:34:18 +0000 (0:00:00.052) 0:01:30.852 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717864430.3497415, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717864402.4855888, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": "2193688452", "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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 08 June 2024 16:34:18 +0000 (0:00:00.225) 0:01:31.078 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 08 June 2024 16:34:18 +0000 (0:00:00.024) 0:01:31.102 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 08 June 2024 16:34:18 +0000 (0:00:00.032) 0:01:31.134 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 08 June 2024 16:34:19 +0000 (0:00:00.027) 0:01:31.162 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 08 June 2024 16:34:19 +0000 (0:00:00.024) 0:01:31.186 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 08 June 2024 16:34:19 +0000 (0:00:00.028) 0:01:31.214 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 08 June 2024 16:34:19 +0000 (0:00:00.034) 0:01:31.248 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 08 June 2024 16:34:19 +0000 (0:00:00.034) 0:01:31.283 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Saturday 08 June 2024 16:34:19 +0000 (0:00:00.020) 0:01:31.304 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Saturday 08 June 2024 16:34:19 +0000 (0:00:00.026) 0:01:31.330 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 08 June 2024 16:34:19 +0000 (0:00:00.059) 0:01:31.389 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 08 June 2024 16:34:19 +0000 (0:00:00.067) 0:01:31.457 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Saturday 08 June 2024 16:34:19 +0000 (0:00:00.022) 0:01:31.480 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 08 June 2024 16:34:19 +0000 (0:00:00.061) 0:01:31.541 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 08 June 2024 16:34:19 +0000 (0:00:00.052) 0:01:31.594 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Saturday 08 June 2024 16:34:19 +0000 (0:00:00.073) 0:01:31.668 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 08 June 2024 16:34:19 +0000 (0:00:00.065) 0:01:31.733 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 08 June 2024 16:34:19 +0000 (0:00:00.024) 0:01:31.758 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Saturday 08 June 2024 16:34:19 +0000 (0:00:00.039) 0:01:31.797 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 08 June 2024 16:34:19 +0000 (0:00:00.055) 0:01:31.853 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 08 June 2024 16:34:19 +0000 (0:00:00.025) 0:01:31.879 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 08 June 2024 16:34:19 +0000 (0:00:00.043) 0:01:31.923 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 08 June 2024 16:34:19 +0000 (0:00:00.034) 0:01:31.957 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Saturday 08 June 2024 16:34:19 +0000 (0:00:00.067) 0:01:32.025 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Saturday 08 June 2024 16:34:19 +0000 (0:00:00.028) 0:01:32.053 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Saturday 08 June 2024 16:34:19 +0000 (0:00:00.052) 0:01:32.106 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Saturday 08 June 2024 16:34:20 +0000 (0:00:00.075) 0:01:32.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 credential files - present] *********** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:123 Saturday 08 June 2024 16:34:20 +0000 (0:00:00.025) 0:01:32.206 ********* skipping: [sut] => { "censored": "the 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Saturday 08 June 2024 16:34:20 +0000 (0:00:00.074) 0:01:32.280 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Handle Kubernetes specifications] ************ task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:139 Saturday 08 June 2024 16:34:20 +0000 (0:00:00.041) 0:01:32.322 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:14 Saturday 08 June 2024 16:34:20 +0000 (0:00:00.060) 0:01:32.383 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:34 Saturday 08 June 2024 16:34:20 +0000 (0:00:00.088) 0:01:32.472 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:60 Saturday 08 June 2024 16:34:20 +0000 (0:00:00.048) 0:01:32.520 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:66 Saturday 08 June 2024 16:34:20 +0000 (0:00:00.025) 0:01:32.546 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 08 June 2024 16:34:20 +0000 (0:00:00.058) 0:01:32.605 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 08 June 2024 16:34:20 +0000 (0:00:00.027) 0:01:32.632 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 08 June 2024 16:34:20 +0000 (0:00:00.029) 0:01:32.661 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 08 June 2024 16:34:20 +0000 (0:00:00.031) 0:01:32.692 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 08 June 2024 16:34:20 +0000 (0:00:00.198) 0:01:32.891 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 08 June 2024 16:34:20 +0000 (0:00:00.027) 0:01:32.918 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717864430.3497415, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717864402.4855888, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": "2193688452", "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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 08 June 2024 16:34:20 +0000 (0:00:00.218) 0:01:33.137 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 08 June 2024 16:34:21 +0000 (0:00:00.059) 0:01:33.196 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 08 June 2024 16:34:21 +0000 (0:00:00.099) 0:01:33.295 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 08 June 2024 16:34:21 +0000 (0:00:00.032) 0:01:33.328 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 08 June 2024 16:34:21 +0000 (0:00:00.023) 0:01:33.351 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 08 June 2024 16:34:21 +0000 (0:00:00.037) 0:01:33.389 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 08 June 2024 16:34:21 +0000 (0:00:00.030) 0:01:33.420 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 08 June 2024 16:34:21 +0000 (0:00:00.021) 0:01:33.441 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:71 Saturday 08 June 2024 16:34:21 +0000 (0:00:00.020) 0:01:33.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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:80 Saturday 08 June 2024 16:34:21 +0000 (0:00:00.024) 0:01:33.486 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:94 Saturday 08 June 2024 16:34:21 +0000 (0:00:00.036) 0:01:33.522 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:100 Saturday 08 June 2024 16:34:21 +0000 (0:00:00.037) 0:01:33.560 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:108 Saturday 08 June 2024 16:34:21 +0000 (0:00:00.031) 0:01:33.591 ********* ok: [sut] => { "censored": "the 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:123 Saturday 08 June 2024 16:34:21 +0000 (0:00:00.039) 0:01:33.630 ********* 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.005961", "end": "2024-06-08 16:34:21.675837", "rc": 0, "start": "2024-06-08 16:34:21.669876" } 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:131 Saturday 08 June 2024 16:34:21 +0000 (0:00:00.250) 0:01:33.881 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:135 Saturday 08 June 2024 16:34:21 +0000 (0:00:00.030) 0:01:33.912 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:2 Saturday 08 June 2024 16:34:21 +0000 (0:00:00.045) 0:01:33.958 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 08 June 2024 16:34:21 +0000 (0:00:00.051) 0:01:34.009 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 08 June 2024 16:34:21 +0000 (0:00:00.031) 0:01:34.041 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 08 June 2024 16:34:21 +0000 (0:00:00.067) 0:01:34.108 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:7 Saturday 08 June 2024 16:34:21 +0000 (0:00:00.020) 0:01:34.129 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:23 Saturday 08 June 2024 16:34:21 +0000 (0:00:00.023) 0:01:34.152 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:39 Saturday 08 June 2024 16:34:22 +0000 (0:00:00.045) 0:01:34.198 ********* 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-cih5w56lpd/tests/tests_auth_and_security.yml:101 Saturday 08 June 2024 16:34:22 +0000 (0:00:00.446) 0:01:34.645 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create a local tmpdir] *************************************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/tests_auth_and_security.yml:112 Saturday 08 June 2024 16:34:22 +0000 (0:00:00.036) 0:01:34.682 ********* changed: [sut -> localhost] => { "changed": true, "gid": 1001, "group": "jenkins", "mode": "0700", "owner": "jenkins", "path": "/tmp/lsr_vamjhpec_podman", "size": 6, "state": "directory", "uid": 1000090000 } TASK [Run the role with credentials in spec and CA cert] *********************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/tests_auth_and_security.yml:120 Saturday 08 June 2024 16:34:22 +0000 (0:00:00.147) 0:01:34.829 ********* TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 08 June 2024 16:34:22 +0000 (0:00:00.062) 0:01:34.892 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 08 June 2024 16:34:22 +0000 (0:00:00.037) 0:01:34.929 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 08 June 2024 16:34:22 +0000 (0:00:00.050) 0:01:34.980 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 08 June 2024 16:34:22 +0000 (0:00:00.033) 0:01:35.013 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 08 June 2024 16:34:22 +0000 (0:00:00.043) 0:01:35.056 ********* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 08 June 2024 16:34:22 +0000 (0:00:00.052) 0:01:35.109 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Enable copr if requested] ******************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 08 June 2024 16:34:23 +0000 (0:00:00.706) 0:01:35.815 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 08 June 2024 16:34:23 +0000 (0:00:00.053) 0:01:35.868 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 08 June 2024 16:34:23 +0000 (0:00:00.038) 0:01:35.907 ********* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.028901", "end": "2024-06-08 16:34:23.934314", "rc": 0, "start": "2024-06-08 16:34:23.905413" } STDOUT: podman version 5.0.2 TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Saturday 08 June 2024 16:34:23 +0000 (0:00:00.227) 0:01:36.135 ********* ok: [sut] => { "ansible_facts": { "podman_version": "5.0.2" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Saturday 08 June 2024 16:34:23 +0000 (0:00:00.024) 0:01:36.159 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Saturday 08 June 2024 16:34:24 +0000 (0:00:00.021) 0:01:36.181 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Saturday 08 June 2024 16:34:24 +0000 (0:00:00.059) 0:01:36.240 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 08 June 2024 16:34:24 +0000 (0:00:00.052) 0:01:36.293 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 08 June 2024 16:34:24 +0000 (0:00:00.030) 0:01:36.323 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 08 June 2024 16:34:24 +0000 (0:00:00.043) 0:01:36.366 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 08 June 2024 16:34:24 +0000 (0:00:00.031) 0:01:36.398 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 08 June 2024 16:34:24 +0000 (0:00:00.200) 0:01:36.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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 08 June 2024 16:34:24 +0000 (0:00:00.062) 0:01:36.661 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717864430.3497415, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717864402.4855888, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": "2193688452", "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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 08 June 2024 16:34:24 +0000 (0:00:00.204) 0:01:36.865 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 08 June 2024 16:34:24 +0000 (0:00:00.027) 0:01:36.893 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 08 June 2024 16:34:24 +0000 (0:00:00.032) 0:01:36.926 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 08 June 2024 16:34:24 +0000 (0:00:00.026) 0:01:36.952 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 08 June 2024 16:34:24 +0000 (0:00:00.021) 0:01:36.974 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 08 June 2024 16:34:24 +0000 (0:00:00.021) 0:01:36.995 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 08 June 2024 16:34:24 +0000 (0:00:00.022) 0:01:37.018 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 08 June 2024 16:34:24 +0000 (0:00:00.020) 0:01:37.039 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Saturday 08 June 2024 16:34:24 +0000 (0:00:00.019) 0:01:37.058 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Saturday 08 June 2024 16:34:24 +0000 (0:00:00.025) 0:01:37.083 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 08 June 2024 16:34:24 +0000 (0:00:00.036) 0:01:37.119 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 08 June 2024 16:34:24 +0000 (0:00:00.020) 0:01:37.140 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Saturday 08 June 2024 16:34:24 +0000 (0:00:00.019) 0:01:37.160 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 08 June 2024 16:34:25 +0000 (0:00:00.040) 0:01:37.200 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 08 June 2024 16:34:25 +0000 (0:00:00.022) 0:01:37.222 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Saturday 08 June 2024 16:34:25 +0000 (0:00:00.071) 0:01:37.294 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 08 June 2024 16:34:25 +0000 (0:00:00.044) 0:01:37.339 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 08 June 2024 16:34:25 +0000 (0:00:00.020) 0:01:37.359 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Saturday 08 June 2024 16:34:25 +0000 (0:00:00.020) 0:01:37.380 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 08 June 2024 16:34:25 +0000 (0:00:00.041) 0:01:37.421 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 08 June 2024 16:34:25 +0000 (0:00:00.021) 0:01:37.443 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 08 June 2024 16:34:25 +0000 (0:00:00.020) 0:01:37.463 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 08 June 2024 16:34:25 +0000 (0:00:00.020) 0:01:37.484 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Saturday 08 June 2024 16:34:25 +0000 (0:00:00.020) 0:01:37.504 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Saturday 08 June 2024 16:34:25 +0000 (0:00:00.020) 0:01:37.524 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Saturday 08 June 2024 16:34:25 +0000 (0:00:00.026) 0:01:37.551 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Saturday 08 June 2024 16:34:25 +0000 (0:00:00.036) 0:01:37.587 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:3 Saturday 08 June 2024 16:34:25 +0000 (0:00:00.060) 0:01:37.647 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:10 Saturday 08 June 2024 16:34:25 +0000 (0:00:00.032) 0:01:37.680 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:15 Saturday 08 June 2024 16:34:25 +0000 (0:00:00.032) 0:01:37.713 ********* ok: [sut] => { "ansible_facts": { "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:19 Saturday 08 June 2024 16:34:25 +0000 (0:00:00.057) 0:01:37.771 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 08 June 2024 16:34:25 +0000 (0:00:00.035) 0:01:37.806 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 08 June 2024 16:34:25 +0000 (0:00:00.025) 0:01:37.831 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 08 June 2024 16:34:25 +0000 (0:00:00.026) 0:01:37.858 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 08 June 2024 16:34:25 +0000 (0:00:00.034) 0:01:37.893 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 08 June 2024 16:34:25 +0000 (0:00:00.237) 0:01:38.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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 08 June 2024 16:34:26 +0000 (0:00:00.042) 0:01:38.174 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717864430.3497415, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717864402.4855888, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": "2193688452", "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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 08 June 2024 16:34:26 +0000 (0:00:00.223) 0:01:38.398 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 08 June 2024 16:34:26 +0000 (0:00:00.032) 0:01:38.430 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 08 June 2024 16:34:26 +0000 (0:00:00.022) 0:01:38.452 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 08 June 2024 16:34:26 +0000 (0:00:00.024) 0:01:38.476 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 08 June 2024 16:34:26 +0000 (0:00:00.035) 0:01:38.512 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 08 June 2024 16:34:26 +0000 (0:00:00.053) 0:01:38.565 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 08 June 2024 16:34:26 +0000 (0:00:00.026) 0:01:38.592 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 08 June 2024 16:34:26 +0000 (0:00:00.058) 0:01:38.651 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:24 Saturday 08 June 2024 16:34:26 +0000 (0:00:00.024) 0:01:38.675 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:29 Saturday 08 June 2024 16:34:26 +0000 (0:00:00.026) 0:01:38.702 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:36 Saturday 08 June 2024 16:34:26 +0000 (0:00:00.059) 0:01:38.761 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Ensure certs.d directory] ******************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:70 Saturday 08 June 2024 16:34:26 +0000 (0:00:00.079) 0:01:38.840 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:78 Saturday 08 June 2024 16:34:26 +0000 (0:00:00.221) 0:01:39.062 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:95 Saturday 08 June 2024 16:34:27 +0000 (0:00:00.579) 0:01:39.642 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:102 Saturday 08 June 2024 16:34:27 +0000 (0:00:00.031) 0:01:39.673 ********* skipping: [sut] => { "censored": "the output 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:110 Saturday 08 June 2024 16:34:27 +0000 (0:00:00.022) 0:01:39.696 ********* skipping: [sut] => { "censored": "the 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:123 Saturday 08 June 2024 16:34:27 +0000 (0:00:00.022) 0:01:39.719 ********* skipping: [sut] => { "censored": "the 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Saturday 08 June 2024 16:34:27 +0000 (0:00:00.021) 0:01:39.741 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Handle Kubernetes specifications] ************ task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:139 Saturday 08 June 2024 16:34:27 +0000 (0:00:00.020) 0:01:39.761 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:14 Saturday 08 June 2024 16:34:27 +0000 (0:00:00.071) 0:01:39.833 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:34 Saturday 08 June 2024 16:34:27 +0000 (0:00:00.042) 0:01:39.875 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:60 Saturday 08 June 2024 16:34:27 +0000 (0:00:00.031) 0:01:39.907 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:66 Saturday 08 June 2024 16:34:27 +0000 (0:00:00.038) 0:01:39.945 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 08 June 2024 16:34:27 +0000 (0:00:00.042) 0:01:39.988 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 08 June 2024 16:34:27 +0000 (0:00:00.031) 0:01:40.019 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 08 June 2024 16:34:27 +0000 (0:00:00.076) 0:01:40.096 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 08 June 2024 16:34:27 +0000 (0:00:00.030) 0:01:40.126 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 08 June 2024 16:34:28 +0000 (0:00:00.210) 0:01:40.337 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 08 June 2024 16:34:28 +0000 (0:00:00.042) 0:01:40.379 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717864430.3497415, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717864402.4855888, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": "2193688452", "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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 08 June 2024 16:34:28 +0000 (0:00:00.202) 0:01:40.582 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 08 June 2024 16:34:28 +0000 (0:00:00.034) 0:01:40.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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 08 June 2024 16:34:28 +0000 (0:00:00.021) 0:01:40.637 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 08 June 2024 16:34:28 +0000 (0:00:00.019) 0:01:40.657 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 08 June 2024 16:34:28 +0000 (0:00:00.020) 0:01:40.677 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 08 June 2024 16:34:28 +0000 (0:00:00.019) 0:01:40.697 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 08 June 2024 16:34:28 +0000 (0:00:00.021) 0:01:40.719 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 08 June 2024 16:34:28 +0000 (0:00:00.019) 0:01:40.739 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:71 Saturday 08 June 2024 16:34:28 +0000 (0:00:00.021) 0:01:40.760 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:80 Saturday 08 June 2024 16:34:28 +0000 (0:00:00.020) 0:01:40.781 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:94 Saturday 08 June 2024 16:34:28 +0000 (0:00:00.033) 0:01:40.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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:100 Saturday 08 June 2024 16:34:28 +0000 (0:00:00.022) 0:01:40.837 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:108 Saturday 08 June 2024 16:34:28 +0000 (0:00:00.023) 0:01:40.860 ********* ok: [sut] => { "censored": "the 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:123 Saturday 08 June 2024 16:34:28 +0000 (0:00:00.030) 0:01:40.891 ********* 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.006026", "end": "2024-06-08 16:34:28.906645", "rc": 0, "start": "2024-06-08 16:34:28.900619" } 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:131 Saturday 08 June 2024 16:34:28 +0000 (0:00:00.239) 0:01:41.130 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:135 Saturday 08 June 2024 16:34:29 +0000 (0:00:00.086) 0:01:41.217 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:2 Saturday 08 June 2024 16:34:29 +0000 (0:00:00.046) 0:01:41.264 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 08 June 2024 16:34:29 +0000 (0:00:00.045) 0:01:41.309 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 08 June 2024 16:34:29 +0000 (0:00:00.024) 0:01:41.334 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 08 June 2024 16:34:29 +0000 (0:00:00.023) 0:01:41.358 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:7 Saturday 08 June 2024 16:34:29 +0000 (0:00:00.023) 0:01:41.382 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:23 Saturday 08 June 2024 16:34:29 +0000 (0:00:00.033) 0:01:41.415 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:39 Saturday 08 June 2024 16:34:29 +0000 (0:00:00.025) 0:01:41.440 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:72 Saturday 08 June 2024 16:34:29 +0000 (0:00:00.532) 0:01:41.973 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:80 Saturday 08 June 2024 16:34:30 +0000 (0:00:00.190) 0:01:42.164 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:89 Saturday 08 June 2024 16:34:30 +0000 (0:00:00.201) 0:01:42.366 ********* 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-1717864470.2444746-4530-192712474418656/source", "state": "file", "uid": 0 } TASK [linux-system-roles.podman : Update containers/pods] ********************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:99 Saturday 08 June 2024 16:34:30 +0000 (0:00:00.549) 0:01:42.915 ********* changed: [sut] => { "actions": [ "/usr/bin/podman play kube --start=true /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml" ], "changed": true } STDOUT: Pod: 8a6f647a1636efddcebeacad57368252a5e6b7654bd90cffe07062a18ad519ea Container: 98f505a5ef84df91f05f6804746af3d0464704f3fd5a51f899588720de3d96b4 TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:108 Saturday 08 June 2024 16:34:31 +0000 (0:00:00.979) 0:01:43.895 ********* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Enable service] ****************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:120 Saturday 08 June 2024 16:34:32 +0000 (0:00:00.685) 0:01:44.581 ********* 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 basic.target systemd-journald.socket network-online.target sysinit.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": "infinity", "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 sysinit.target \"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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:133 Saturday 08 June 2024 16:34:33 +0000 (0:00:00.700) 0:01:45.282 ********* 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": "basic.target \"system-podman\\\\x2dkube.slice\" network-online.target -.mount sysinit.target systemd-journald.socket", "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": "infinity", "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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:147 Saturday 08 June 2024 16:34:34 +0000 (0:00:01.151) 0:01:46.433 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:146 Saturday 08 June 2024 16:34:34 +0000 (0:00:00.021) 0:01:46.455 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 08 June 2024 16:34:34 +0000 (0:00:00.106) 0:01:46.561 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 08 June 2024 16:34:34 +0000 (0:00:00.032) 0:01:46.594 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 08 June 2024 16:34:34 +0000 (0:00:00.029) 0:01:46.623 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 08 June 2024 16:34:34 +0000 (0:00:00.020) 0:01:46.644 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 08 June 2024 16:34:34 +0000 (0:00:00.034) 0:01:46.678 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 08 June 2024 16:34:34 +0000 (0:00:00.038) 0:01:46.717 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 08 June 2024 16:34:34 +0000 (0:00:00.034) 0:01:46.752 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 08 June 2024 16:34:34 +0000 (0:00:00.025) 0:01:46.777 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 08 June 2024 16:34:34 +0000 (0:00:00.029) 0:01:46.806 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 08 June 2024 16:34:34 +0000 (0:00:00.283) 0:01:47.090 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 08 June 2024 16:34:34 +0000 (0:00:00.046) 0:01:47.136 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717864430.3497415, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717864402.4855888, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": "2193688452", "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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 08 June 2024 16:34:35 +0000 (0:00:00.302) 0:01:47.439 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 08 June 2024 16:34:35 +0000 (0:00:00.021) 0:01:47.460 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 08 June 2024 16:34:35 +0000 (0:00:00.056) 0:01:47.517 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 08 June 2024 16:34:35 +0000 (0:00:00.020) 0:01:47.537 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 08 June 2024 16:34:35 +0000 (0:00:00.042) 0:01:47.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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 08 June 2024 16:34:35 +0000 (0:00:00.099) 0:01:47.680 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 08 June 2024 16:34:35 +0000 (0:00:00.046) 0:01:47.726 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 08 June 2024 16:34:35 +0000 (0:00:00.037) 0:01:47.764 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 08 June 2024 16:34:35 +0000 (0:00:00.042) 0:01:47.806 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 08 June 2024 16:34:35 +0000 (0:00:00.045) 0:01:47.852 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 08 June 2024 16:34:35 +0000 (0:00:00.067) 0:01:47.919 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 08 June 2024 16:34:35 +0000 (0:00:00.086) 0:01:48.006 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 08 June 2024 16:34:35 +0000 (0:00:00.052) 0:01:48.058 ********* ok: [sut] => { "censored": "the 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:220 Saturday 08 June 2024 16:34:35 +0000 (0:00:00.024) 0:01:48.082 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:224 Saturday 08 June 2024 16:34:35 +0000 (0:00:00.022) 0:01:48.105 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Saturday 08 June 2024 16:34:35 +0000 (0:00:00.046) 0:01:48.151 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 08 June 2024 16:34:36 +0000 (0:00:00.035) 0:01:48.186 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 08 June 2024 16:34:36 +0000 (0:00:00.025) 0:01:48.211 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 08 June 2024 16:34:36 +0000 (0:00:00.028) 0:01:48.240 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:7 Saturday 08 June 2024 16:34:36 +0000 (0:00:00.026) 0:01:48.266 ********* TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:23 Saturday 08 June 2024 16:34:36 +0000 (0:00:00.022) 0:01:48.289 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:47 Saturday 08 June 2024 16:34:36 +0000 (0:00:00.734) 0:01:49.023 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:56 Saturday 08 June 2024 16:34:37 +0000 (0:00:00.229) 0:01:49.253 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:66 Saturday 08 June 2024 16:34:37 +0000 (0:00:00.023) 0:01:49.276 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:78 Saturday 08 June 2024 16:34:37 +0000 (0:00:00.021) 0:01:49.298 ********* 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-1717864477.1842062-4735-197680579519693/source", "state": "file", "uid": 0 } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:90 Saturday 08 June 2024 16:34:37 +0000 (0:00:00.704) 0:01:50.002 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:119 Saturday 08 June 2024 16:34:37 +0000 (0:00:00.025) 0:01:50.028 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:135 Saturday 08 June 2024 16:34:37 +0000 (0:00:00.034) 0:01:50.062 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:153 Saturday 08 June 2024 16:34:37 +0000 (0:00:00.027) 0:01:50.089 ********* TASK [linux-system-roles.podman : Handle credential files - absent] ************ task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:159 Saturday 08 June 2024 16:34:37 +0000 (0:00:00.022) 0:01:50.111 ********* skipping: [sut] => { "censored": "the 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:168 Saturday 08 June 2024 16:34:37 +0000 (0:00:00.027) 0:01:50.138 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:3 Saturday 08 June 2024 16:34:38 +0000 (0:00:00.070) 0:01:50.209 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:10 Saturday 08 June 2024 16:34:38 +0000 (0:00:00.026) 0:01:50.236 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:15 Saturday 08 June 2024 16:34:38 +0000 (0:00:00.074) 0:01:50.310 ********* ok: [sut] => { "ansible_facts": { "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:19 Saturday 08 June 2024 16:34:38 +0000 (0:00:00.022) 0:01:50.333 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 08 June 2024 16:34:38 +0000 (0:00:00.060) 0:01:50.393 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 08 June 2024 16:34:38 +0000 (0:00:00.038) 0:01:50.431 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 08 June 2024 16:34:38 +0000 (0:00:00.049) 0:01:50.481 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 08 June 2024 16:34:38 +0000 (0:00:00.041) 0:01:50.523 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 08 June 2024 16:34:38 +0000 (0:00:00.243) 0:01:50.766 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 08 June 2024 16:34:38 +0000 (0:00:00.029) 0:01:50.796 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717864430.3497415, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717864402.4855888, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": "2193688452", "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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 08 June 2024 16:34:38 +0000 (0:00:00.302) 0:01:51.098 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 08 June 2024 16:34:38 +0000 (0:00:00.021) 0:01:51.120 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 08 June 2024 16:34:38 +0000 (0:00:00.021) 0:01:51.141 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 08 June 2024 16:34:39 +0000 (0:00:00.021) 0:01:51.162 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 08 June 2024 16:34:39 +0000 (0:00:00.028) 0:01:51.190 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 08 June 2024 16:34:39 +0000 (0:00:00.031) 0:01:51.222 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 08 June 2024 16:34:39 +0000 (0:00:00.039) 0:01:51.262 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 08 June 2024 16:34:39 +0000 (0:00:00.022) 0:01:51.285 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:24 Saturday 08 June 2024 16:34:39 +0000 (0:00:00.021) 0:01:51.307 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:29 Saturday 08 June 2024 16:34:39 +0000 (0:00:00.154) 0:01:51.461 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:36 Saturday 08 June 2024 16:34:39 +0000 (0:00:00.028) 0:01:51.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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:70 Saturday 08 June 2024 16:34:39 +0000 (0:00:00.029) 0:01:51.519 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure certs.d files] ************************ task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:78 Saturday 08 June 2024 16:34:39 +0000 (0:00:00.024) 0:01:51.544 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:95 Saturday 08 June 2024 16:34:39 +0000 (0:00:00.033) 0:01:51.578 ********* skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Find files in certs.d directory] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:102 Saturday 08 June 2024 16:34:39 +0000 (0:00:00.033) 0:01:51.611 ********* skipping: [sut] => { "censored": "the output 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:110 Saturday 08 June 2024 16:34:39 +0000 (0:00:00.022) 0:01:51.634 ********* 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-cih5w56lpd/tests/tests_auth_and_security.yml:135 Saturday 08 June 2024 16:34:39 +0000 (0:00:00.021) 0:01:51.655 ********* TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 08 June 2024 16:34:39 +0000 (0:00:00.055) 0:01:51.711 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 08 June 2024 16:34:39 +0000 (0:00:00.042) 0:01:51.754 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 08 June 2024 16:34:39 +0000 (0:00:00.029) 0:01:51.783 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 08 June 2024 16:34:39 +0000 (0:00:00.020) 0:01:51.804 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 08 June 2024 16:34:39 +0000 (0:00:00.035) 0:01:51.839 ********* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 08 June 2024 16:34:39 +0000 (0:00:00.057) 0:01:51.897 ********* ok: [sut] => { "censored": "the 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 08 June 2024 16:34:40 +0000 (0:00:00.846) 0:01:52.743 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 08 June 2024 16:34:40 +0000 (0:00:00.036) 0:01:52.780 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 08 June 2024 16:34:40 +0000 (0:00:00.035) 0:01:52.816 ********* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.037089", "end": "2024-06-08 16:34:40.902175", "rc": 0, "start": "2024-06-08 16:34:40.865086" } STDOUT: podman version 5.0.2 TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Saturday 08 June 2024 16:34:40 +0000 (0:00:00.284) 0:01:53.100 ********* ok: [sut] => { "ansible_facts": { "podman_version": "5.0.2" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Saturday 08 June 2024 16:34:40 +0000 (0:00:00.021) 0:01:53.122 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Saturday 08 June 2024 16:34:40 +0000 (0:00:00.021) 0:01:53.143 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Saturday 08 June 2024 16:34:41 +0000 (0:00:00.042) 0:01:53.186 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 08 June 2024 16:34:41 +0000 (0:00:00.049) 0:01:53.235 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 08 June 2024 16:34:41 +0000 (0:00:00.040) 0:01:53.275 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 08 June 2024 16:34:41 +0000 (0:00:00.055) 0:01:53.331 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 08 June 2024 16:34:41 +0000 (0:00:00.046) 0:01:53.378 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 08 June 2024 16:34:41 +0000 (0:00:00.354) 0:01:53.733 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 08 June 2024 16:34:41 +0000 (0:00:00.044) 0:01:53.777 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717864430.3497415, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717864402.4855888, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": "2193688452", "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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 08 June 2024 16:34:41 +0000 (0:00:00.283) 0:01:54.060 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 08 June 2024 16:34:41 +0000 (0:00:00.038) 0:01:54.098 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 08 June 2024 16:34:41 +0000 (0:00:00.022) 0:01:54.120 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 08 June 2024 16:34:42 +0000 (0:00:00.044) 0:01:54.164 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 08 June 2024 16:34:42 +0000 (0:00:00.030) 0:01:54.195 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 08 June 2024 16:34:42 +0000 (0:00:00.021) 0:01:54.216 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 08 June 2024 16:34:42 +0000 (0:00:00.021) 0:01:54.238 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 08 June 2024 16:34:42 +0000 (0:00:00.021) 0:01:54.260 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Saturday 08 June 2024 16:34:42 +0000 (0:00:00.035) 0:01:54.295 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Saturday 08 June 2024 16:34:42 +0000 (0:00:00.030) 0:01:54.326 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 08 June 2024 16:34:42 +0000 (0:00:00.040) 0:01:54.367 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 08 June 2024 16:34:42 +0000 (0:00:00.020) 0:01:54.388 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Saturday 08 June 2024 16:34:42 +0000 (0:00:00.027) 0:01:54.415 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 08 June 2024 16:34:42 +0000 (0:00:00.044) 0:01:54.460 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 08 June 2024 16:34:42 +0000 (0:00:00.024) 0:01:54.484 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Saturday 08 June 2024 16:34:42 +0000 (0:00:00.054) 0:01:54.539 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 08 June 2024 16:34:42 +0000 (0:00:00.038) 0:01:54.578 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 08 June 2024 16:34:42 +0000 (0:00:00.025) 0:01:54.603 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Saturday 08 June 2024 16:34:42 +0000 (0:00:00.020) 0:01:54.623 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 08 June 2024 16:34:42 +0000 (0:00:00.042) 0:01:54.666 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 08 June 2024 16:34:42 +0000 (0:00:00.025) 0:01:54.691 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 08 June 2024 16:34:42 +0000 (0:00:00.020) 0:01:54.712 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 08 June 2024 16:34:42 +0000 (0:00:00.019) 0:01:54.732 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Saturday 08 June 2024 16:34:42 +0000 (0:00:00.020) 0:01:54.752 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Saturday 08 June 2024 16:34:42 +0000 (0:00:00.018) 0:01:54.770 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Saturday 08 June 2024 16:34:42 +0000 (0:00:00.018) 0:01:54.789 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Saturday 08 June 2024 16:34:42 +0000 (0:00:00.018) 0:01:54.808 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Handle credential files - present] *********** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:123 Saturday 08 June 2024 16:34:42 +0000 (0:00:00.018) 0:01:54.826 ********* skipping: [sut] => { "censored": "the 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Saturday 08 June 2024 16:34:42 +0000 (0:00:00.019) 0:01:54.846 ********* skipping: [sut] => { "censored": "the 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:139 Saturday 08 June 2024 16:34:42 +0000 (0:00:00.018) 0:01:54.864 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:14 Saturday 08 June 2024 16:34:42 +0000 (0:00:00.098) 0:01:54.963 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:34 Saturday 08 June 2024 16:34:42 +0000 (0:00:00.043) 0:01:55.006 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:60 Saturday 08 June 2024 16:34:42 +0000 (0:00:00.045) 0:01:55.052 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:66 Saturday 08 June 2024 16:34:42 +0000 (0:00:00.023) 0:01:55.075 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 08 June 2024 16:34:42 +0000 (0:00:00.037) 0:01:55.113 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 08 June 2024 16:34:42 +0000 (0:00:00.025) 0:01:55.138 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 08 June 2024 16:34:43 +0000 (0:00:00.029) 0:01:55.168 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 08 June 2024 16:34:43 +0000 (0:00:00.028) 0:01:55.197 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 08 June 2024 16:34:43 +0000 (0:00:00.261) 0:01:55.458 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 08 June 2024 16:34:43 +0000 (0:00:00.037) 0:01:55.496 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717864430.3497415, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717864402.4855888, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": "2193688452", "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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 08 June 2024 16:34:43 +0000 (0:00:00.248) 0:01:55.744 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 08 June 2024 16:34:43 +0000 (0:00:00.022) 0:01:55.767 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 08 June 2024 16:34:43 +0000 (0:00:00.020) 0:01:55.787 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 08 June 2024 16:34:43 +0000 (0:00:00.025) 0:01:55.812 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 08 June 2024 16:34:43 +0000 (0:00:00.019) 0:01:55.832 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 08 June 2024 16:34:43 +0000 (0:00:00.019) 0:01:55.852 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 08 June 2024 16:34:43 +0000 (0:00:00.019) 0:01:55.871 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 08 June 2024 16:34:43 +0000 (0:00:00.068) 0:01:55.939 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:71 Saturday 08 June 2024 16:34:43 +0000 (0:00:00.021) 0:01:55.961 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:80 Saturday 08 June 2024 16:34:43 +0000 (0:00:00.023) 0:01:55.984 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:94 Saturday 08 June 2024 16:34:43 +0000 (0:00:00.031) 0:01:56.016 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:100 Saturday 08 June 2024 16:34:43 +0000 (0:00:00.028) 0:01:56.044 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:108 Saturday 08 June 2024 16:34:43 +0000 (0:00:00.022) 0:01:56.067 ********* ok: [sut] => { "censored": "the 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:123 Saturday 08 June 2024 16:34:43 +0000 (0:00:00.033) 0:01:56.100 ********* 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.009683", "end": "2024-06-08 16:34:44.185556", "rc": 0, "start": "2024-06-08 16:34:44.175873" } 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:131 Saturday 08 June 2024 16:34:44 +0000 (0:00:00.281) 0:01:56.381 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:135 Saturday 08 June 2024 16:34:44 +0000 (0:00:00.020) 0:01:56.401 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:2 Saturday 08 June 2024 16:34:44 +0000 (0:00:00.042) 0:01:56.444 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 08 June 2024 16:34:44 +0000 (0:00:00.068) 0:01:56.512 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 08 June 2024 16:34:44 +0000 (0:00:00.021) 0:01:56.534 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 08 June 2024 16:34:44 +0000 (0:00:00.035) 0:01:56.570 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:7 Saturday 08 June 2024 16:34:44 +0000 (0:00:00.028) 0:01:56.599 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:23 Saturday 08 June 2024 16:34:44 +0000 (0:00:00.036) 0:01:56.635 ********* TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:39 Saturday 08 June 2024 16:34:44 +0000 (0:00:00.022) 0:01:56.658 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:72 Saturday 08 June 2024 16:34:45 +0000 (0:00:00.882) 0:01:57.540 ********* ok: [sut] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1717864471.0729654, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fb0097683a2e5c8909a8037d64ddc1b350aed0be", "ctime": 1717864470.664963, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 209715469, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1717864470.473962, "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": "1107182345", "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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:80 Saturday 08 June 2024 16:34:45 +0000 (0:00:00.282) 0:01:57.822 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:89 Saturday 08 June 2024 16:34:45 +0000 (0:00:00.275) 0:01:58.097 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:99 Saturday 08 June 2024 16:34:46 +0000 (0:00:00.583) 0:01:58.681 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:108 Saturday 08 June 2024 16:34:46 +0000 (0:00:00.365) 0:01:59.047 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Enable service] ****************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:120 Saturday 08 June 2024 16:34:46 +0000 (0:00:00.026) 0:01:59.073 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:133 Saturday 08 June 2024 16:34:46 +0000 (0:00:00.022) 0:01:59.096 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:147 Saturday 08 June 2024 16:34:46 +0000 (0:00:00.028) 0:01:59.124 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:146 Saturday 08 June 2024 16:34:46 +0000 (0:00:00.023) 0:01:59.147 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 08 June 2024 16:34:47 +0000 (0:00:00.082) 0:01:59.230 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 08 June 2024 16:34:47 +0000 (0:00:00.027) 0:01:59.257 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 08 June 2024 16:34:47 +0000 (0:00:00.025) 0:01:59.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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 08 June 2024 16:34:47 +0000 (0:00:00.030) 0:01:59.312 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 08 June 2024 16:34:47 +0000 (0:00:00.037) 0:01:59.350 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 08 June 2024 16:34:47 +0000 (0:00:00.041) 0:01:59.391 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 08 June 2024 16:34:47 +0000 (0:00:00.044) 0:01:59.435 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 08 June 2024 16:34:47 +0000 (0:00:00.033) 0:01:59.469 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 08 June 2024 16:34:47 +0000 (0:00:00.026) 0:01:59.496 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 08 June 2024 16:34:47 +0000 (0:00:00.229) 0:01:59.726 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 08 June 2024 16:34:47 +0000 (0:00:00.043) 0:01:59.770 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717864430.3497415, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717864402.4855888, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": "2193688452", "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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 08 June 2024 16:34:47 +0000 (0:00:00.295) 0:02:00.065 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 08 June 2024 16:34:47 +0000 (0:00:00.021) 0:02:00.087 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 08 June 2024 16:34:47 +0000 (0:00:00.020) 0:02:00.107 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 08 June 2024 16:34:47 +0000 (0:00:00.026) 0:02:00.133 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 08 June 2024 16:34:48 +0000 (0:00:00.028) 0:02:00.161 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 08 June 2024 16:34:48 +0000 (0:00:00.085) 0:02:00.246 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 08 June 2024 16:34:48 +0000 (0:00:00.023) 0:02:00.269 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 08 June 2024 16:34:48 +0000 (0:00:00.023) 0:02:00.293 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 08 June 2024 16:34:48 +0000 (0:00:00.023) 0:02:00.316 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 08 June 2024 16:34:48 +0000 (0:00:00.071) 0:02:00.388 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 08 June 2024 16:34:48 +0000 (0:00:00.027) 0:02:00.416 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 08 June 2024 16:34:48 +0000 (0:00:00.023) 0:02:00.439 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 08 June 2024 16:34:48 +0000 (0:00:00.042) 0:02:00.482 ********* ok: [sut] => { "censored": "the 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:220 Saturday 08 June 2024 16:34:48 +0000 (0:00:00.031) 0:02:00.513 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:224 Saturday 08 June 2024 16:34:48 +0000 (0:00:00.025) 0:02:00.538 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Saturday 08 June 2024 16:34:48 +0000 (0:00:00.044) 0:02:00.583 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 08 June 2024 16:34:48 +0000 (0:00:00.036) 0:02:00.620 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 08 June 2024 16:34:48 +0000 (0:00:00.020) 0:02:00.641 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 08 June 2024 16:34:48 +0000 (0:00:00.025) 0:02:00.667 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:7 Saturday 08 June 2024 16:34:48 +0000 (0:00:00.021) 0:02:00.688 ********* TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:23 Saturday 08 June 2024 16:34:48 +0000 (0:00:00.020) 0:02:00.708 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:47 Saturday 08 June 2024 16:34:49 +0000 (0:00:00.750) 0:02:01.459 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:56 Saturday 08 June 2024 16:34:49 +0000 (0:00:00.251) 0:02:01.710 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure quadlet file content is present] ****** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:66 Saturday 08 June 2024 16:34:49 +0000 (0:00:00.021) 0:02:01.731 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:78 Saturday 08 June 2024 16:34:49 +0000 (0:00:00.020) 0:02:01.752 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:90 Saturday 08 June 2024 16:34:50 +0000 (0:00:00.660) 0:02:02.413 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:119 Saturday 08 June 2024 16:34:50 +0000 (0:00:00.029) 0:02:02.442 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:135 Saturday 08 June 2024 16:34:50 +0000 (0:00:00.024) 0:02:02.467 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:153 Saturday 08 June 2024 16:34:50 +0000 (0:00:00.024) 0:02:02.492 ********* TASK [linux-system-roles.podman : Handle credential files - absent] ************ task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:159 Saturday 08 June 2024 16:34:50 +0000 (0:00:00.022) 0:02:02.514 ********* skipping: [sut] => { "censored": "the 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:168 Saturday 08 June 2024 16:34:50 +0000 (0:00:00.020) 0:02:02.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 [Get authfile locally] **************************************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/tests_auth_and_security.yml:146 Saturday 08 June 2024 16:34:50 +0000 (0:00:00.021) 0:02:02.556 ********* changed: [sut] => { "changed": true, "checksum": "b819d75ccfa3c80e53a58ff6bf6cebaa53935c90", "dest": "/tmp/lsr_vamjhpec_podman/auth.json", "md5sum": "f15cd4419e7120618eaac8d321813d3d", "remote_checksum": "b819d75ccfa3c80e53a58ff6bf6cebaa53935c90", "remote_md5sum": null } TASK [Provide a credentials file - root] *************************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/tests_auth_and_security.yml:152 Saturday 08 June 2024 16:34:50 +0000 (0:00:00.327) 0:02:02.883 ********* TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 08 June 2024 16:34:50 +0000 (0:00:00.174) 0:02:03.058 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 08 June 2024 16:34:50 +0000 (0:00:00.059) 0:02:03.117 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 08 June 2024 16:34:50 +0000 (0:00:00.029) 0:02:03.147 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 08 June 2024 16:34:51 +0000 (0:00:00.021) 0:02:03.168 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 08 June 2024 16:34:51 +0000 (0:00:00.024) 0:02:03.193 ********* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 08 June 2024 16:34:51 +0000 (0:00:00.051) 0:02:03.244 ********* ok: [sut] => { "censored": "the 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 08 June 2024 16:34:51 +0000 (0:00:00.758) 0:02:04.002 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 08 June 2024 16:34:51 +0000 (0:00:00.030) 0:02:04.033 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 08 June 2024 16:34:51 +0000 (0:00:00.033) 0:02:04.067 ********* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.047138", "end": "2024-06-08 16:34:52.186523", "rc": 0, "start": "2024-06-08 16:34:52.139385" } STDOUT: podman version 5.0.2 TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Saturday 08 June 2024 16:34:52 +0000 (0:00:00.315) 0:02:04.382 ********* ok: [sut] => { "ansible_facts": { "podman_version": "5.0.2" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Saturday 08 June 2024 16:34:52 +0000 (0:00:00.081) 0:02:04.464 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Saturday 08 June 2024 16:34:52 +0000 (0:00:00.046) 0:02:04.510 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Saturday 08 June 2024 16:34:52 +0000 (0:00:00.063) 0:02:04.574 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 08 June 2024 16:34:52 +0000 (0:00:00.054) 0:02:04.629 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 08 June 2024 16:34:52 +0000 (0:00:00.045) 0:02:04.675 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 08 June 2024 16:34:52 +0000 (0:00:00.027) 0:02:04.703 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 08 June 2024 16:34:52 +0000 (0:00:00.030) 0:02:04.733 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 08 June 2024 16:34:52 +0000 (0:00:00.302) 0:02:05.035 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 08 June 2024 16:34:52 +0000 (0:00:00.052) 0:02:05.088 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717864430.3497415, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717864402.4855888, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": "2193688452", "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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 08 June 2024 16:34:53 +0000 (0:00:00.270) 0:02:05.358 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 08 June 2024 16:34:53 +0000 (0:00:00.026) 0:02:05.385 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 08 June 2024 16:34:53 +0000 (0:00:00.023) 0:02:05.409 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 08 June 2024 16:34:53 +0000 (0:00:00.023) 0:02:05.432 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 08 June 2024 16:34:53 +0000 (0:00:00.025) 0:02:05.457 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 08 June 2024 16:34:53 +0000 (0:00:00.023) 0:02:05.481 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 08 June 2024 16:34:53 +0000 (0:00:00.097) 0:02:05.578 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 08 June 2024 16:34:53 +0000 (0:00:00.052) 0:02:05.630 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Saturday 08 June 2024 16:34:53 +0000 (0:00:00.045) 0:02:05.675 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Saturday 08 June 2024 16:34:53 +0000 (0:00:00.047) 0:02:05.723 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 08 June 2024 16:34:53 +0000 (0:00:00.046) 0:02:05.769 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 08 June 2024 16:34:53 +0000 (0:00:00.057) 0:02:05.826 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Saturday 08 June 2024 16:34:53 +0000 (0:00:00.038) 0:02:05.864 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 08 June 2024 16:34:53 +0000 (0:00:00.055) 0:02:05.920 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 08 June 2024 16:34:53 +0000 (0:00:00.051) 0:02:05.972 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Saturday 08 June 2024 16:34:53 +0000 (0:00:00.035) 0:02:06.007 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 08 June 2024 16:34:53 +0000 (0:00:00.068) 0:02:06.076 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 08 June 2024 16:34:53 +0000 (0:00:00.024) 0:02:06.101 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Saturday 08 June 2024 16:34:53 +0000 (0:00:00.032) 0:02:06.133 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 08 June 2024 16:34:54 +0000 (0:00:00.049) 0:02:06.183 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 08 June 2024 16:34:54 +0000 (0:00:00.040) 0:02:06.223 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 08 June 2024 16:34:54 +0000 (0:00:00.086) 0:02:06.310 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 08 June 2024 16:34:54 +0000 (0:00:00.024) 0:02:06.335 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Saturday 08 June 2024 16:34:54 +0000 (0:00:00.024) 0:02:06.359 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Saturday 08 June 2024 16:34:54 +0000 (0:00:00.041) 0:02:06.401 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Saturday 08 June 2024 16:34:54 +0000 (0:00:00.024) 0:02:06.425 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Saturday 08 June 2024 16:34:54 +0000 (0:00:00.040) 0:02:06.465 ********* skipping: [sut] => { "censored": "the 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:123 Saturday 08 June 2024 16:34:54 +0000 (0:00:00.021) 0:02:06.487 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:3 Saturday 08 June 2024 16:34:54 +0000 (0:00:00.048) 0:02:06.535 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:11 Saturday 08 June 2024 16:34:54 +0000 (0:00:00.024) 0:02:06.560 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 08 June 2024 16:34:54 +0000 (0:00:00.045) 0:02:06.606 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 08 June 2024 16:34:54 +0000 (0:00:00.049) 0:02:06.655 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 08 June 2024 16:34:54 +0000 (0:00:00.033) 0:02:06.688 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 08 June 2024 16:34:54 +0000 (0:00:00.032) 0:02:06.721 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 08 June 2024 16:34:54 +0000 (0:00:00.287) 0:02:07.009 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 08 June 2024 16:34:54 +0000 (0:00:00.035) 0:02:07.044 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717864430.3497415, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717864402.4855888, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": "2193688452", "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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 08 June 2024 16:34:55 +0000 (0:00:00.338) 0:02:07.383 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 08 June 2024 16:34:55 +0000 (0:00:00.046) 0:02:07.430 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 08 June 2024 16:34:55 +0000 (0:00:00.044) 0:02:07.474 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 08 June 2024 16:34:55 +0000 (0:00:00.033) 0:02:07.507 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 08 June 2024 16:34:55 +0000 (0:00:00.021) 0:02:07.528 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 08 June 2024 16:34:55 +0000 (0:00:00.022) 0:02:07.551 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 08 June 2024 16:34:55 +0000 (0:00:00.023) 0:02:07.574 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 08 June 2024 16:34:55 +0000 (0:00:00.022) 0:02:07.597 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set credential variables] ******************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:17 Saturday 08 June 2024 16:34:55 +0000 (0:00:00.040) 0:02:07.637 ********* ok: [sut] => { "censored": "the output 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:45 Saturday 08 June 2024 16:34:55 +0000 (0:00:00.035) 0:02:07.673 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:53 Saturday 08 June 2024 16:34:55 +0000 (0:00:00.281) 0:02:07.954 ********* changed: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [linux-system-roles.podman : Ensure credential file content is present] *** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:63 Saturday 08 June 2024 16:34:56 +0000 (0:00:00.983) 0:02:08.938 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Ensure credential file is absent] ************ task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:80 Saturday 08 June 2024 16:34:56 +0000 (0:00:00.037) 0:02:08.976 ********* skipping: [sut] => { "censored": "the 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:86 Saturday 08 June 2024 16:34:56 +0000 (0:00:00.034) 0:02:09.010 ********* skipping: [sut] => { "censored": "the output 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:94 Saturday 08 June 2024 16:34:56 +0000 (0:00:00.038) 0:02:09.048 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Saturday 08 June 2024 16:34:56 +0000 (0:00:00.045) 0:02:09.093 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Handle Kubernetes specifications] ************ task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:139 Saturday 08 June 2024 16:34:57 +0000 (0:00:00.104) 0:02:09.197 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:14 Saturday 08 June 2024 16:34:57 +0000 (0:00:00.093) 0:02:09.291 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:34 Saturday 08 June 2024 16:34:57 +0000 (0:00:00.059) 0:02:09.351 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:60 Saturday 08 June 2024 16:34:57 +0000 (0:00:00.050) 0:02:09.402 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:66 Saturday 08 June 2024 16:34:57 +0000 (0:00:00.056) 0:02:09.459 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 08 June 2024 16:34:57 +0000 (0:00:00.069) 0:02:09.528 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 08 June 2024 16:34:57 +0000 (0:00:00.039) 0:02:09.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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 08 June 2024 16:34:57 +0000 (0:00:00.057) 0:02:09.625 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 08 June 2024 16:34:57 +0000 (0:00:00.038) 0:02:09.663 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 08 June 2024 16:34:57 +0000 (0:00:00.314) 0:02:09.978 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 08 June 2024 16:34:57 +0000 (0:00:00.029) 0:02:10.008 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717864430.3497415, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717864402.4855888, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": "2193688452", "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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 08 June 2024 16:34:58 +0000 (0:00:00.282) 0:02:10.290 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 08 June 2024 16:34:58 +0000 (0:00:00.019) 0:02:10.310 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 08 June 2024 16:34:58 +0000 (0:00:00.020) 0:02:10.331 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 08 June 2024 16:34:58 +0000 (0:00:00.020) 0:02:10.352 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 08 June 2024 16:34:58 +0000 (0:00:00.081) 0:02:10.433 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 08 June 2024 16:34:58 +0000 (0:00:00.034) 0:02:10.468 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 08 June 2024 16:34:58 +0000 (0:00:00.037) 0:02:10.505 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 08 June 2024 16:34:58 +0000 (0:00:00.027) 0:02:10.533 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:71 Saturday 08 June 2024 16:34:58 +0000 (0:00:00.039) 0:02:10.572 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:80 Saturday 08 June 2024 16:34:58 +0000 (0:00:00.041) 0:02:10.614 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:94 Saturday 08 June 2024 16:34:58 +0000 (0:00:00.033) 0:02:10.647 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:100 Saturday 08 June 2024 16:34:58 +0000 (0:00:00.054) 0:02:10.701 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:108 Saturday 08 June 2024 16:34:58 +0000 (0:00:00.059) 0:02:10.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 : Get service name using systemd-escape] ******* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:123 Saturday 08 June 2024 16:34:58 +0000 (0:00:00.032) 0:02:10.794 ********* 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.012782", "end": "2024-06-08 16:34:58.840642", "rc": 0, "start": "2024-06-08 16:34:58.827860" } 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:131 Saturday 08 June 2024 16:34:58 +0000 (0:00:00.245) 0:02:11.039 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:135 Saturday 08 June 2024 16:34:58 +0000 (0:00:00.025) 0:02:11.065 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:2 Saturday 08 June 2024 16:34:58 +0000 (0:00:00.053) 0:02:11.119 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 08 June 2024 16:34:59 +0000 (0:00:00.044) 0:02:11.164 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 08 June 2024 16:34:59 +0000 (0:00:00.049) 0:02:11.213 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 08 June 2024 16:34:59 +0000 (0:00:00.036) 0:02:11.250 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:7 Saturday 08 June 2024 16:34:59 +0000 (0:00:00.072) 0:02:11.323 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:23 Saturday 08 June 2024 16:34:59 +0000 (0:00:00.024) 0:02:11.347 ********* TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:39 Saturday 08 June 2024 16:34:59 +0000 (0:00:00.020) 0:02:11.368 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:72 Saturday 08 June 2024 16:35:00 +0000 (0:00:00.822) 0:02:12.191 ********* ok: [sut] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1717864471.0729654, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fb0097683a2e5c8909a8037d64ddc1b350aed0be", "ctime": 1717864470.664963, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 209715469, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1717864470.473962, "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": "1107182345", "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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:80 Saturday 08 June 2024 16:35:00 +0000 (0:00:00.280) 0:02:12.471 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:89 Saturday 08 June 2024 16:35:00 +0000 (0:00:00.293) 0:02:12.764 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:99 Saturday 08 June 2024 16:35:01 +0000 (0:00:00.602) 0:02:13.367 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:108 Saturday 08 June 2024 16:35:01 +0000 (0:00:00.441) 0:02:13.808 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Enable service] ****************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:120 Saturday 08 June 2024 16:35:01 +0000 (0:00:00.021) 0:02:13.829 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:133 Saturday 08 June 2024 16:35:01 +0000 (0:00:00.021) 0:02:13.851 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:147 Saturday 08 June 2024 16:35:01 +0000 (0:00:00.064) 0:02:13.916 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:146 Saturday 08 June 2024 16:35:01 +0000 (0:00:00.022) 0:02:13.939 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 08 June 2024 16:35:01 +0000 (0:00:00.057) 0:02:13.996 ********* ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": { "Container": { "ContainerName": "auth_test_1_quadlet", "Image": "localhost:5000/libpod/testimage:20210610" }, "Install": { "WantedBy": "default.target" } }, "__podman_quadlet_str": "", "__podman_quadlet_template_src": "" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 1] ********** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 08 June 2024 16:35:01 +0000 (0:00:00.033) 0:02:14.030 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 08 June 2024 16:35:01 +0000 (0:00:00.027) 0:02:14.057 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 08 June 2024 16:35:01 +0000 (0:00:00.025) 0:02:14.082 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 08 June 2024 16:35:01 +0000 (0:00:00.030) 0:02:14.112 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 08 June 2024 16:35:01 +0000 (0:00:00.042) 0:02:14.154 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 08 June 2024 16:35:02 +0000 (0:00:00.029) 0:02:14.184 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 08 June 2024 16:35:02 +0000 (0:00:00.028) 0:02:14.213 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 08 June 2024 16:35:02 +0000 (0:00:00.029) 0:02:14.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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 08 June 2024 16:35:02 +0000 (0:00:00.248) 0:02:14.491 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 08 June 2024 16:35:02 +0000 (0:00:00.029) 0:02:14.521 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717864430.3497415, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717864402.4855888, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": "2193688452", "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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 08 June 2024 16:35:02 +0000 (0:00:00.225) 0:02:14.746 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 08 June 2024 16:35:02 +0000 (0:00:00.032) 0:02:14.778 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 08 June 2024 16:35:02 +0000 (0:00:00.078) 0:02:14.856 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 08 June 2024 16:35:02 +0000 (0:00:00.022) 0:02:14.878 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 08 June 2024 16:35:02 +0000 (0:00:00.020) 0:02:14.899 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 08 June 2024 16:35:02 +0000 (0:00:00.020) 0:02:14.919 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 08 June 2024 16:35:02 +0000 (0:00:00.020) 0:02:14.940 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 08 June 2024 16:35:02 +0000 (0:00:00.020) 0:02:14.961 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 08 June 2024 16:35:02 +0000 (0:00:00.020) 0:02:14.981 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 08 June 2024 16:35:02 +0000 (0:00:00.035) 0:02:15.017 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 08 June 2024 16:35:02 +0000 (0:00:00.021) 0:02:15.039 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 08 June 2024 16:35:02 +0000 (0:00:00.022) 0:02:15.061 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 08 June 2024 16:35:02 +0000 (0:00:00.039) 0:02:15.101 ********* ok: [sut] => { "censored": "the 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:220 Saturday 08 June 2024 16:35:02 +0000 (0:00:00.030) 0:02:15.131 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:224 Saturday 08 June 2024 16:35:03 +0000 (0:00:00.033) 0:02:15.165 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Saturday 08 June 2024 16:35:03 +0000 (0:00:00.050) 0:02:15.216 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 08 June 2024 16:35:03 +0000 (0:00:00.038) 0:02:15.254 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 08 June 2024 16:35:03 +0000 (0:00:00.021) 0:02:15.275 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 08 June 2024 16:35:03 +0000 (0:00:00.025) 0:02:15.300 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:7 Saturday 08 June 2024 16:35:03 +0000 (0:00:00.020) 0:02:15.320 ********* TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:23 Saturday 08 June 2024 16:35:03 +0000 (0:00:00.074) 0:02:15.395 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:47 Saturday 08 June 2024 16:35:04 +0000 (0:00:00.767) 0:02:16.163 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:56 Saturday 08 June 2024 16:35:04 +0000 (0:00:00.254) 0:02:16.417 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:66 Saturday 08 June 2024 16:35:04 +0000 (0:00:00.020) 0:02:16.437 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:78 Saturday 08 June 2024 16:35:04 +0000 (0:00:00.020) 0:02:16.458 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:90 Saturday 08 June 2024 16:35:04 +0000 (0:00:00.622) 0:02:17.080 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:119 Saturday 08 June 2024 16:35:04 +0000 (0:00:00.021) 0:02:17.102 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:135 Saturday 08 June 2024 16:35:04 +0000 (0:00:00.022) 0:02:17.124 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:153 Saturday 08 June 2024 16:35:04 +0000 (0:00:00.022) 0:02:17.147 ********* TASK [linux-system-roles.podman : Handle credential files - absent] ************ task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:159 Saturday 08 June 2024 16:35:05 +0000 (0:00:00.018) 0:02:17.165 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:3 Saturday 08 June 2024 16:35:05 +0000 (0:00:00.055) 0:02:17.220 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:11 Saturday 08 June 2024 16:35:05 +0000 (0:00:00.046) 0:02:17.266 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 08 June 2024 16:35:05 +0000 (0:00:00.097) 0:02:17.364 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 08 June 2024 16:35:05 +0000 (0:00:00.037) 0:02:17.402 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 08 June 2024 16:35:05 +0000 (0:00:00.030) 0:02:17.432 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 08 June 2024 16:35:05 +0000 (0:00:00.033) 0:02:17.465 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 08 June 2024 16:35:05 +0000 (0:00:00.253) 0:02:17.719 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 08 June 2024 16:35:05 +0000 (0:00:00.026) 0:02:17.745 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717864430.3497415, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717864402.4855888, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": "2193688452", "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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 08 June 2024 16:35:05 +0000 (0:00:00.269) 0:02:18.014 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 08 June 2024 16:35:05 +0000 (0:00:00.022) 0:02:18.037 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 08 June 2024 16:35:05 +0000 (0:00:00.021) 0:02:18.059 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 08 June 2024 16:35:05 +0000 (0:00:00.023) 0:02:18.082 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 08 June 2024 16:35:05 +0000 (0:00:00.026) 0:02:18.109 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 08 June 2024 16:35:05 +0000 (0:00:00.039) 0:02:18.148 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 08 June 2024 16:35:06 +0000 (0:00:00.027) 0:02:18.175 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 08 June 2024 16:35:06 +0000 (0:00:00.033) 0:02:18.208 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set credential variables] ******************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:17 Saturday 08 June 2024 16:35:06 +0000 (0:00:00.025) 0:02:18.234 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Ensure the credentials directory is present] *** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:45 Saturday 08 June 2024 16:35:06 +0000 (0:00:00.034) 0:02:18.269 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:53 Saturday 08 June 2024 16:35:06 +0000 (0:00:00.028) 0:02:18.297 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Ensure credential file content is present] *** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:63 Saturday 08 June 2024 16:35:06 +0000 (0:00:00.080) 0:02:18.377 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Ensure credential file is absent] ************ task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:80 Saturday 08 June 2024 16:35:06 +0000 (0:00:00.022) 0:02:18.400 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Find files in credentials directory] ********* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:86 Saturday 08 June 2024 16:35:06 +0000 (0:00:00.037) 0:02:18.438 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Ensure the credentials directory is absent if empty] *** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:94 Saturday 08 June 2024 16:35:06 +0000 (0:00:00.023) 0:02:18.461 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:168 Saturday 08 June 2024 16:35:06 +0000 (0:00:00.032) 0:02:18.494 ********* 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-cih5w56lpd/tests/tests_auth_and_security.yml:164 Saturday 08 June 2024 16:35:06 +0000 (0:00:00.029) 0:02:18.523 ********* TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 08 June 2024 16:35:06 +0000 (0:00:00.064) 0:02:18.588 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 08 June 2024 16:35:06 +0000 (0:00:00.034) 0:02:18.623 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 08 June 2024 16:35:06 +0000 (0:00:00.024) 0:02:18.647 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 08 June 2024 16:35:06 +0000 (0:00:00.018) 0:02:18.665 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 08 June 2024 16:35:06 +0000 (0:00:00.018) 0:02:18.684 ********* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 08 June 2024 16:35:06 +0000 (0:00:00.043) 0:02:18.727 ********* ok: [sut] => { "censored": "the 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 08 June 2024 16:35:07 +0000 (0:00:00.900) 0:02:19.628 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 08 June 2024 16:35:07 +0000 (0:00:00.023) 0:02:19.651 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 08 June 2024 16:35:07 +0000 (0:00:00.026) 0:02:19.678 ********* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.045131", "end": "2024-06-08 16:35:07.760295", "rc": 0, "start": "2024-06-08 16:35:07.715164" } STDOUT: podman version 5.0.2 TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Saturday 08 June 2024 16:35:07 +0000 (0:00:00.282) 0:02:19.960 ********* ok: [sut] => { "ansible_facts": { "podman_version": "5.0.2" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Saturday 08 June 2024 16:35:07 +0000 (0:00:00.022) 0:02:19.983 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Saturday 08 June 2024 16:35:07 +0000 (0:00:00.020) 0:02:20.003 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Saturday 08 June 2024 16:35:07 +0000 (0:00:00.038) 0:02:20.042 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 08 June 2024 16:35:07 +0000 (0:00:00.037) 0:02:20.080 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 08 June 2024 16:35:07 +0000 (0:00:00.029) 0:02:20.109 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 08 June 2024 16:35:07 +0000 (0:00:00.025) 0:02:20.135 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 08 June 2024 16:35:08 +0000 (0:00:00.027) 0:02:20.162 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 08 June 2024 16:35:08 +0000 (0:00:00.251) 0:02:20.414 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 08 June 2024 16:35:08 +0000 (0:00:00.064) 0:02:20.478 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717864430.3497415, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717864402.4855888, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": "2193688452", "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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 08 June 2024 16:35:08 +0000 (0:00:00.224) 0:02:20.703 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 08 June 2024 16:35:08 +0000 (0:00:00.021) 0:02:20.725 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 08 June 2024 16:35:08 +0000 (0:00:00.030) 0:02:20.756 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 08 June 2024 16:35:08 +0000 (0:00:00.024) 0:02:20.780 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 08 June 2024 16:35:08 +0000 (0:00:00.021) 0:02:20.802 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 08 June 2024 16:35:08 +0000 (0:00:00.022) 0:02:20.824 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 08 June 2024 16:35:08 +0000 (0:00:00.021) 0:02:20.846 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 08 June 2024 16:35:08 +0000 (0:00:00.022) 0:02:20.868 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Saturday 08 June 2024 16:35:08 +0000 (0:00:00.028) 0:02:20.897 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Saturday 08 June 2024 16:35:08 +0000 (0:00:00.028) 0:02:20.925 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 08 June 2024 16:35:08 +0000 (0:00:00.043) 0:02:20.969 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 08 June 2024 16:35:08 +0000 (0:00:00.023) 0:02:20.993 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Saturday 08 June 2024 16:35:08 +0000 (0:00:00.034) 0:02:21.028 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 08 June 2024 16:35:08 +0000 (0:00:00.046) 0:02:21.074 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 08 June 2024 16:35:08 +0000 (0:00:00.025) 0:02:21.100 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Saturday 08 June 2024 16:35:09 +0000 (0:00:00.087) 0:02:21.188 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 08 June 2024 16:35:09 +0000 (0:00:00.055) 0:02:21.243 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 08 June 2024 16:35:09 +0000 (0:00:00.031) 0:02:21.275 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Saturday 08 June 2024 16:35:09 +0000 (0:00:00.021) 0:02:21.296 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 08 June 2024 16:35:09 +0000 (0:00:00.047) 0:02:21.343 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 08 June 2024 16:35:09 +0000 (0:00:00.021) 0:02:21.364 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 08 June 2024 16:35:09 +0000 (0:00:00.020) 0:02:21.384 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 08 June 2024 16:35:09 +0000 (0:00:00.020) 0:02:21.405 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Saturday 08 June 2024 16:35:09 +0000 (0:00:00.021) 0:02:21.426 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Saturday 08 June 2024 16:35:09 +0000 (0:00:00.020) 0:02:21.446 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Saturday 08 June 2024 16:35:09 +0000 (0:00:00.020) 0:02:21.467 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Saturday 08 June 2024 16:35:09 +0000 (0:00:00.027) 0:02:21.495 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:3 Saturday 08 June 2024 16:35:09 +0000 (0:00:00.079) 0:02:21.574 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:10 Saturday 08 June 2024 16:35:09 +0000 (0:00:00.024) 0:02:21.598 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:15 Saturday 08 June 2024 16:35:09 +0000 (0:00:00.025) 0:02:21.624 ********* ok: [sut] => { "ansible_facts": { "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:19 Saturday 08 June 2024 16:35:09 +0000 (0:00:00.021) 0:02:21.645 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 08 June 2024 16:35:09 +0000 (0:00:00.113) 0:02:21.758 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 08 June 2024 16:35:09 +0000 (0:00:00.047) 0:02:21.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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 08 June 2024 16:35:09 +0000 (0:00:00.033) 0:02:21.839 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 08 June 2024 16:35:09 +0000 (0:00:00.031) 0:02:21.870 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 08 June 2024 16:35:09 +0000 (0:00:00.269) 0:02:22.140 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 08 June 2024 16:35:10 +0000 (0:00:00.048) 0:02:22.188 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717864430.3497415, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717864402.4855888, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": "2193688452", "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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 08 June 2024 16:35:10 +0000 (0:00:00.329) 0:02:22.518 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 08 June 2024 16:35:10 +0000 (0:00:00.045) 0:02:22.563 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 08 June 2024 16:35:10 +0000 (0:00:00.065) 0:02:22.629 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 08 June 2024 16:35:10 +0000 (0:00:00.058) 0:02:22.687 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 08 June 2024 16:35:10 +0000 (0:00:00.024) 0:02:22.712 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 08 June 2024 16:35:10 +0000 (0:00:00.035) 0:02:22.747 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 08 June 2024 16:35:10 +0000 (0:00:00.021) 0:02:22.769 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 08 June 2024 16:35:10 +0000 (0:00:00.021) 0:02:22.791 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:24 Saturday 08 June 2024 16:35:10 +0000 (0:00:00.024) 0:02:22.815 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:29 Saturday 08 June 2024 16:35:10 +0000 (0:00:00.043) 0:02:22.859 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:36 Saturday 08 June 2024 16:35:10 +0000 (0:00:00.059) 0:02:22.919 ********* ok: [sut] => { "censored": "the output 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:70 Saturday 08 June 2024 16:35:10 +0000 (0:00:00.082) 0:02:23.001 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure certs.d files] ************************ task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:78 Saturday 08 June 2024 16:35:10 +0000 (0:00:00.023) 0:02:23.025 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:95 Saturday 08 June 2024 16:35:10 +0000 (0:00:00.042) 0:02:23.068 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:102 Saturday 08 June 2024 16:35:10 +0000 (0:00:00.044) 0:02:23.112 ********* skipping: [sut] => { "censored": "the output 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:110 Saturday 08 June 2024 16:35:10 +0000 (0:00:00.037) 0:02:23.150 ********* skipping: [sut] => { "censored": "the 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:123 Saturday 08 June 2024 16:35:11 +0000 (0:00:00.025) 0:02:23.176 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:3 Saturday 08 June 2024 16:35:11 +0000 (0:00:00.048) 0:02:23.224 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:11 Saturday 08 June 2024 16:35:11 +0000 (0:00:00.022) 0:02:23.246 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 08 June 2024 16:35:11 +0000 (0:00:00.034) 0:02:23.280 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 08 June 2024 16:35:11 +0000 (0:00:00.030) 0:02:23.311 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 08 June 2024 16:35:11 +0000 (0:00:00.029) 0:02:23.340 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 08 June 2024 16:35:11 +0000 (0:00:00.044) 0:02:23.385 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 08 June 2024 16:35:11 +0000 (0:00:00.289) 0:02:23.674 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 08 June 2024 16:35:11 +0000 (0:00:00.027) 0:02:23.702 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717864430.3497415, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717864402.4855888, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": "2193688452", "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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 08 June 2024 16:35:11 +0000 (0:00:00.314) 0:02:24.017 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 08 June 2024 16:35:11 +0000 (0:00:00.032) 0:02:24.049 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 08 June 2024 16:35:11 +0000 (0:00:00.023) 0:02:24.072 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 08 June 2024 16:35:11 +0000 (0:00:00.022) 0:02:24.095 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 08 June 2024 16:35:11 +0000 (0:00:00.034) 0:02:24.129 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 08 June 2024 16:35:12 +0000 (0:00:00.032) 0:02:24.162 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 08 June 2024 16:35:12 +0000 (0:00:00.022) 0:02:24.185 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 08 June 2024 16:35:12 +0000 (0:00:00.034) 0:02:24.220 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set credential variables] ******************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:17 Saturday 08 June 2024 16:35:12 +0000 (0:00:00.026) 0:02:24.246 ********* ok: [sut] => { "censored": "the output 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:45 Saturday 08 June 2024 16:35:12 +0000 (0:00:00.038) 0:02:24.285 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:53 Saturday 08 June 2024 16:35:12 +0000 (0:00:00.028) 0:02:24.313 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Ensure credential file content is present] *** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:63 Saturday 08 June 2024 16:35:12 +0000 (0:00:00.026) 0:02:24.339 ********* skipping: [sut] => { "censored": "the output 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:80 Saturday 08 June 2024 16:35:12 +0000 (0:00:00.027) 0:02:24.367 ********* skipping: [sut] => { "censored": "the 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:86 Saturday 08 June 2024 16:35:12 +0000 (0:00:00.026) 0:02:24.393 ********* skipping: [sut] => { "censored": "the output 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:94 Saturday 08 June 2024 16:35:12 +0000 (0:00:00.025) 0:02:24.419 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Saturday 08 June 2024 16:35:12 +0000 (0:00:00.025) 0:02:24.445 ********* skipping: [sut] => { "censored": "the 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:139 Saturday 08 June 2024 16:35:12 +0000 (0:00:00.019) 0:02:24.464 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:14 Saturday 08 June 2024 16:35:12 +0000 (0:00:00.053) 0:02:24.518 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:34 Saturday 08 June 2024 16:35:12 +0000 (0:00:00.027) 0:02:24.545 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:60 Saturday 08 June 2024 16:35:12 +0000 (0:00:00.077) 0:02:24.623 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:66 Saturday 08 June 2024 16:35:12 +0000 (0:00:00.026) 0:02:24.649 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 08 June 2024 16:35:12 +0000 (0:00:00.043) 0:02:24.692 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 08 June 2024 16:35:12 +0000 (0:00:00.028) 0:02:24.721 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 08 June 2024 16:35:12 +0000 (0:00:00.037) 0:02:24.759 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 08 June 2024 16:35:12 +0000 (0:00:00.035) 0:02:24.794 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 08 June 2024 16:35:12 +0000 (0:00:00.270) 0:02:25.065 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 08 June 2024 16:35:12 +0000 (0:00:00.025) 0:02:25.090 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717864430.3497415, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717864402.4855888, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": "2193688452", "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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 08 June 2024 16:35:13 +0000 (0:00:00.258) 0:02:25.348 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 08 June 2024 16:35:13 +0000 (0:00:00.031) 0:02:25.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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 08 June 2024 16:35:13 +0000 (0:00:00.022) 0:02:25.402 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 08 June 2024 16:35:13 +0000 (0:00:00.048) 0:02:25.451 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 08 June 2024 16:35:13 +0000 (0:00:00.050) 0:02:25.501 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 08 June 2024 16:35:13 +0000 (0:00:00.032) 0:02:25.534 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 08 June 2024 16:35:13 +0000 (0:00:00.041) 0:02:25.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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 08 June 2024 16:35:13 +0000 (0:00:00.033) 0:02:25.610 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:71 Saturday 08 June 2024 16:35:13 +0000 (0:00:00.098) 0:02:25.709 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:80 Saturday 08 June 2024 16:35:13 +0000 (0:00:00.044) 0:02:25.753 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:94 Saturday 08 June 2024 16:35:13 +0000 (0:00:00.068) 0:02:25.822 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:100 Saturday 08 June 2024 16:35:13 +0000 (0:00:00.036) 0:02:25.859 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:108 Saturday 08 June 2024 16:35:13 +0000 (0:00:00.037) 0:02:25.897 ********* ok: [sut] => { "censored": "the 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:123 Saturday 08 June 2024 16:35:13 +0000 (0:00:00.032) 0:02:25.930 ********* ok: [sut] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml" ], "delta": "0:00:00.006004", "end": "2024-06-08 16:35:14.028848", "rc": 0, "start": "2024-06-08 16:35:14.022844" } 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:131 Saturday 08 June 2024 16:35:14 +0000 (0:00:00.293) 0:02:26.223 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:2 Saturday 08 June 2024 16:35:14 +0000 (0:00:00.042) 0:02:26.265 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:10 Saturday 08 June 2024 16:35:14 +0000 (0:00:00.023) 0:02:26.289 ********* 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-06-08 16:34:34 UTC", "ActiveEnterTimestampMonotonic": "562909603", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target \"system-podman\\\\x2dkube.slice\" network-online.target -.mount sysinit.target systemd-journald.socket", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-06-08 16:34:33 UTC", "AssertTimestampMonotonic": "562185501", "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": "24525424000", "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-06-08 16:34:33 UTC", "ConditionTimestampMonotonic": "562185499", "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": "6921", "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": "13592", "ExecMainStartTimestamp": "Sat 2024-06-08 16:34:34 UTC", "ExecMainStartTimestampMonotonic": "562909573", "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-06-08 16:34:33 UTC] ; stop_time=[n/a] ; pid=13533 ; 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-06-08 16:34:33 UTC] ; stop_time=[n/a] ; pid=13533 ; 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-06-08 16:34:33 UTC", "InactiveExitTimestampMonotonic": "562193186", "InvocationID": "1352671674934c86a3135f3b5cc119a7", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "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": "13592", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "21770240", "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-06-08 16:34:34 UTC", "StateChangeTimestampMonotonic": "562909603", "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": "12", "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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:28 Saturday 08 June 2024 16:35:15 +0000 (0:00:01.194) 0:02:27.484 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717864471.0729654, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fb0097683a2e5c8909a8037d64ddc1b350aed0be", "ctime": 1717864470.664963, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 209715469, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1717864470.473962, "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": "1107182345", "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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:33 Saturday 08 June 2024 16:35:15 +0000 (0:00:00.222) 0:02:27.706 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:45 Saturday 08 June 2024 16:35:15 +0000 (0:00:00.365) 0:02:28.071 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:50 Saturday 08 June 2024 16:35:16 +0000 (0:00:00.215) 0:02:28.287 ********* changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.032546", "end": "2024-06-08 16:35:16.323953", "rc": 0, "start": "2024-06-08 16:35:16.291407" } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:59 Saturday 08 June 2024 16:35:16 +0000 (0:00:00.230) 0:02:28.517 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 08 June 2024 16:35:16 +0000 (0:00:00.036) 0:02:28.554 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 08 June 2024 16:35:16 +0000 (0:00:00.038) 0:02:28.592 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 08 June 2024 16:35:16 +0000 (0:00:00.027) 0:02:28.620 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:135 Saturday 08 June 2024 16:35:16 +0000 (0:00:00.029) 0:02:28.650 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:146 Saturday 08 June 2024 16:35:16 +0000 (0:00:00.023) 0:02:28.673 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 08 June 2024 16:35:16 +0000 (0:00:00.067) 0:02:28.741 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 08 June 2024 16:35:16 +0000 (0:00:00.028) 0:02:28.770 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 08 June 2024 16:35:16 +0000 (0:00:00.026) 0:02:28.797 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 08 June 2024 16:35:16 +0000 (0:00:00.028) 0:02:28.826 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 08 June 2024 16:35:16 +0000 (0:00:00.061) 0:02:28.887 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 08 June 2024 16:35:16 +0000 (0:00:00.056) 0:02:28.944 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 08 June 2024 16:35:16 +0000 (0:00:00.106) 0:02:29.050 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 08 June 2024 16:35:16 +0000 (0:00:00.026) 0:02:29.077 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 08 June 2024 16:35:16 +0000 (0:00:00.035) 0:02:29.112 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 08 June 2024 16:35:17 +0000 (0:00:00.214) 0:02:29.326 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 08 June 2024 16:35:17 +0000 (0:00:00.025) 0:02:29.352 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717864430.3497415, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717864402.4855888, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": "2193688452", "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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 08 June 2024 16:35:17 +0000 (0:00:00.211) 0:02:29.563 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 08 June 2024 16:35:17 +0000 (0:00:00.025) 0:02:29.589 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 08 June 2024 16:35:17 +0000 (0:00:00.023) 0:02:29.612 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 08 June 2024 16:35:17 +0000 (0:00:00.037) 0:02:29.649 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 08 June 2024 16:35:17 +0000 (0:00:00.046) 0:02:29.696 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 08 June 2024 16:35:17 +0000 (0:00:00.042) 0:02:29.738 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 08 June 2024 16:35:17 +0000 (0:00:00.024) 0:02:29.763 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 08 June 2024 16:35:17 +0000 (0:00:00.029) 0:02:29.792 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 08 June 2024 16:35:17 +0000 (0:00:00.048) 0:02:29.841 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 08 June 2024 16:35:17 +0000 (0:00:00.063) 0:02:29.905 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 08 June 2024 16:35:17 +0000 (0:00:00.030) 0:02:29.935 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 08 June 2024 16:35:17 +0000 (0:00:00.026) 0:02:29.962 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 08 June 2024 16:35:17 +0000 (0:00:00.067) 0:02:30.030 ********* ok: [sut] => { "censored": "the 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:220 Saturday 08 June 2024 16:35:17 +0000 (0:00:00.076) 0:02:30.107 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Saturday 08 June 2024 16:35:18 +0000 (0:00:00.058) 0:02:30.165 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 Saturday 08 June 2024 16:35:18 +0000 (0:00:00.038) 0:02:30.203 ********* 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": "sysinit.target basic.target systemd-journald.socket system.slice -.mount", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "multi-user.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/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": "infinity", "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": "-.mount system.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.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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:33 Saturday 08 June 2024 16:35:18 +0000 (0:00:00.545) 0:02:30.749 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:39 Saturday 08 June 2024 16:35:18 +0000 (0:00:00.217) 0:02:30.967 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 08 June 2024 16:35:18 +0000 (0:00:00.047) 0:02:31.014 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 08 June 2024 16:35:18 +0000 (0:00:00.038) 0:02:31.052 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 08 June 2024 16:35:18 +0000 (0:00:00.041) 0:02:31.094 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:47 Saturday 08 June 2024 16:35:18 +0000 (0:00:00.051) 0:02:31.146 ********* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:56 Saturday 08 June 2024 16:35:19 +0000 (0:00:00.548) 0:02:31.694 ********* changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.034164", "end": "2024-06-08 16:35:19.748607", "rc": 0, "start": "2024-06-08 16:35:19.714443" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:64 Saturday 08 June 2024 16:35:19 +0000 (0:00:00.263) 0:02:31.958 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:224 Saturday 08 June 2024 16:35:19 +0000 (0:00:00.022) 0:02:31.980 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:153 Saturday 08 June 2024 16:35:19 +0000 (0:00:00.061) 0:02:32.042 ********* TASK [linux-system-roles.podman : Handle credential files - absent] ************ task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:159 Saturday 08 June 2024 16:35:19 +0000 (0:00:00.025) 0:02:32.067 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:3 Saturday 08 June 2024 16:35:20 +0000 (0:00:00.094) 0:02:32.162 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:11 Saturday 08 June 2024 16:35:20 +0000 (0:00:00.031) 0:02:32.193 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 08 June 2024 16:35:20 +0000 (0:00:00.051) 0:02:32.245 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 08 June 2024 16:35:20 +0000 (0:00:00.027) 0:02:32.272 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 08 June 2024 16:35:20 +0000 (0:00:00.027) 0:02:32.300 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 08 June 2024 16:35:20 +0000 (0:00:00.029) 0:02:32.330 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 08 June 2024 16:35:20 +0000 (0:00:00.200) 0:02:32.530 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 08 June 2024 16:35:20 +0000 (0:00:00.025) 0:02:32.556 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717864430.3497415, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717864402.4855888, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": "2193688452", "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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 08 June 2024 16:35:20 +0000 (0:00:00.198) 0:02:32.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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 08 June 2024 16:35:20 +0000 (0:00:00.019) 0:02:32.773 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 08 June 2024 16:35:20 +0000 (0:00:00.019) 0:02:32.792 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 08 June 2024 16:35:20 +0000 (0:00:00.019) 0:02:32.812 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 08 June 2024 16:35:20 +0000 (0:00:00.053) 0:02:32.865 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 08 June 2024 16:35:20 +0000 (0:00:00.020) 0:02:32.885 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 08 June 2024 16:35:20 +0000 (0:00:00.019) 0:02:32.905 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 08 June 2024 16:35:20 +0000 (0:00:00.019) 0:02:32.924 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set credential variables] ******************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:17 Saturday 08 June 2024 16:35:20 +0000 (0:00:00.019) 0:02:32.944 ********* ok: [sut] => { "censored": "the output 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:45 Saturday 08 June 2024 16:35:20 +0000 (0:00:00.029) 0:02:32.973 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:53 Saturday 08 June 2024 16:35:20 +0000 (0:00:00.026) 0:02:32.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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:63 Saturday 08 June 2024 16:35:20 +0000 (0:00:00.020) 0:02:33.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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:80 Saturday 08 June 2024 16:35:20 +0000 (0:00:00.020) 0:02:33.041 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:86 Saturday 08 June 2024 16:35:21 +0000 (0:00:00.208) 0:02:33.249 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Ensure the credentials directory is absent if empty] *** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:94 Saturday 08 June 2024 16:35:21 +0000 (0:00:00.331) 0:02:33.581 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:168 Saturday 08 June 2024 16:35:21 +0000 (0:00:00.203) 0:02:33.785 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:3 Saturday 08 June 2024 16:35:21 +0000 (0:00:00.076) 0:02:33.862 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:10 Saturday 08 June 2024 16:35:21 +0000 (0:00:00.024) 0:02:33.886 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:15 Saturday 08 June 2024 16:35:21 +0000 (0:00:00.039) 0:02:33.926 ********* ok: [sut] => { "ansible_facts": { "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:19 Saturday 08 June 2024 16:35:21 +0000 (0:00:00.026) 0:02:33.952 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 08 June 2024 16:35:21 +0000 (0:00:00.102) 0:02:34.055 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 08 June 2024 16:35:21 +0000 (0:00:00.026) 0:02:34.081 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 08 June 2024 16:35:21 +0000 (0:00:00.026) 0:02:34.108 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 08 June 2024 16:35:21 +0000 (0:00:00.028) 0:02:34.137 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 08 June 2024 16:35:22 +0000 (0:00:00.200) 0:02:34.337 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 08 June 2024 16:35:22 +0000 (0:00:00.028) 0:02:34.366 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717864430.3497415, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717864402.4855888, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": "2193688452", "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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 08 June 2024 16:35:22 +0000 (0:00:00.198) 0:02:34.564 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 08 June 2024 16:35:22 +0000 (0:00:00.036) 0:02:34.601 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 08 June 2024 16:35:22 +0000 (0:00:00.037) 0:02:34.639 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 08 June 2024 16:35:22 +0000 (0:00:00.028) 0:02:34.667 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 08 June 2024 16:35:22 +0000 (0:00:00.022) 0:02:34.690 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 08 June 2024 16:35:22 +0000 (0:00:00.023) 0:02:34.714 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 08 June 2024 16:35:22 +0000 (0:00:00.021) 0:02:34.735 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 08 June 2024 16:35:22 +0000 (0:00:00.022) 0:02:34.758 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:24 Saturday 08 June 2024 16:35:22 +0000 (0:00:00.020) 0:02:34.778 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:29 Saturday 08 June 2024 16:35:22 +0000 (0:00:00.024) 0:02:34.802 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:36 Saturday 08 June 2024 16:35:22 +0000 (0:00:00.072) 0:02:34.875 ********* ok: [sut] => { "censored": "the output 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:70 Saturday 08 June 2024 16:35:22 +0000 (0:00:00.037) 0:02:34.913 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure certs.d files] ************************ task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:78 Saturday 08 June 2024 16:35:22 +0000 (0:00:00.025) 0:02:34.939 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:95 Saturday 08 June 2024 16:35:22 +0000 (0:00:00.030) 0:02:34.969 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:102 Saturday 08 June 2024 16:35:23 +0000 (0:00:00.565) 0:02:35.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 the certs.d directory is absent if empty] *** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:110 Saturday 08 June 2024 16:35:23 +0000 (0:00:00.198) 0:02:35.733 ********* 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-cih5w56lpd/tests/tests_auth_and_security.yml:178 Saturday 08 June 2024 16:35:23 +0000 (0:00:00.206) 0:02:35.939 ********* 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-cih5w56lpd/tests/tests_auth_and_security.yml:183 Saturday 08 June 2024 16:35:24 +0000 (0:00:00.633) 0:02:36.573 ********* TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 08 June 2024 16:35:24 +0000 (0:00:00.072) 0:02:36.645 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 08 June 2024 16:35:24 +0000 (0:00:00.084) 0:02:36.729 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 08 June 2024 16:35:24 +0000 (0:00:00.027) 0:02:36.757 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 08 June 2024 16:35:24 +0000 (0:00:00.023) 0:02:36.781 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 08 June 2024 16:35:24 +0000 (0:00:00.021) 0:02:36.802 ********* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 08 June 2024 16:35:24 +0000 (0:00:00.050) 0:02:36.852 ********* ok: [sut] => { "censored": "the 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 08 June 2024 16:35:25 +0000 (0:00:00.627) 0:02:37.480 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 08 June 2024 16:35:25 +0000 (0:00:00.021) 0:02:37.501 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 08 June 2024 16:35:25 +0000 (0:00:00.024) 0:02:37.526 ********* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.029859", "end": "2024-06-08 16:35:25.554290", "rc": 0, "start": "2024-06-08 16:35:25.524431" } STDOUT: podman version 5.0.2 TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Saturday 08 June 2024 16:35:25 +0000 (0:00:00.219) 0:02:37.746 ********* ok: [sut] => { "ansible_facts": { "podman_version": "5.0.2" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Saturday 08 June 2024 16:35:25 +0000 (0:00:00.021) 0:02:37.767 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Saturday 08 June 2024 16:35:25 +0000 (0:00:00.020) 0:02:37.788 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Saturday 08 June 2024 16:35:25 +0000 (0:00:00.076) 0:02:37.864 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 08 June 2024 16:35:25 +0000 (0:00:00.036) 0:02:37.901 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 08 June 2024 16:35:25 +0000 (0:00:00.024) 0:02:37.925 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 08 June 2024 16:35:25 +0000 (0:00:00.024) 0:02:37.950 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 08 June 2024 16:35:25 +0000 (0:00:00.026) 0:02:37.976 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 08 June 2024 16:35:26 +0000 (0:00:00.196) 0:02:38.172 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 08 June 2024 16:35:26 +0000 (0:00:00.025) 0:02:38.198 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717864430.3497415, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717864402.4855888, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": "2193688452", "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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 08 June 2024 16:35:26 +0000 (0:00:00.197) 0:02:38.395 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 08 June 2024 16:35:26 +0000 (0:00:00.023) 0:02:38.419 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 08 June 2024 16:35:26 +0000 (0:00:00.022) 0:02:38.441 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 08 June 2024 16:35:26 +0000 (0:00:00.022) 0:02:38.464 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 08 June 2024 16:35:26 +0000 (0:00:00.023) 0:02:38.488 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 08 June 2024 16:35:26 +0000 (0:00:00.023) 0:02:38.511 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 08 June 2024 16:35:26 +0000 (0:00:00.021) 0:02:38.533 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 08 June 2024 16:35:26 +0000 (0:00:00.023) 0:02:38.556 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Saturday 08 June 2024 16:35:26 +0000 (0:00:00.022) 0:02:38.579 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Saturday 08 June 2024 16:35:26 +0000 (0:00:00.033) 0:02:38.612 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 08 June 2024 16:35:26 +0000 (0:00:00.069) 0:02:38.682 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 08 June 2024 16:35:26 +0000 (0:00:00.020) 0:02:38.702 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Saturday 08 June 2024 16:35:26 +0000 (0:00:00.021) 0:02:38.723 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 08 June 2024 16:35:26 +0000 (0:00:00.040) 0:02:38.763 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 08 June 2024 16:35:26 +0000 (0:00:00.022) 0:02:38.785 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Saturday 08 June 2024 16:35:26 +0000 (0:00:00.023) 0:02:38.809 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 08 June 2024 16:35:26 +0000 (0:00:00.056) 0:02:38.866 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 08 June 2024 16:35:26 +0000 (0:00:00.040) 0:02:38.906 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Saturday 08 June 2024 16:35:26 +0000 (0:00:00.040) 0:02:38.947 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 08 June 2024 16:35:26 +0000 (0:00:00.084) 0:02:39.031 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 08 June 2024 16:35:26 +0000 (0:00:00.026) 0:02:39.057 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 08 June 2024 16:35:26 +0000 (0:00:00.066) 0:02:39.124 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 08 June 2024 16:35:26 +0000 (0:00:00.023) 0:02:39.147 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Saturday 08 June 2024 16:35:27 +0000 (0:00:00.024) 0:02:39.172 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Saturday 08 June 2024 16:35:27 +0000 (0:00:00.081) 0:02:39.253 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Saturday 08 June 2024 16:35:27 +0000 (0:00:00.033) 0:02:39.287 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Saturday 08 June 2024 16:35:27 +0000 (0:00:00.036) 0:02:39.324 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:3 Saturday 08 June 2024 16:35:27 +0000 (0:00:00.079) 0:02:39.404 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:10 Saturday 08 June 2024 16:35:27 +0000 (0:00:00.023) 0:02:39.427 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:15 Saturday 08 June 2024 16:35:27 +0000 (0:00:00.023) 0:02:39.451 ********* ok: [sut] => { "ansible_facts": { "__podman_rootless": true }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:19 Saturday 08 June 2024 16:35:27 +0000 (0:00:00.031) 0:02:39.482 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 08 June 2024 16:35:27 +0000 (0:00:00.037) 0:02:39.519 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 08 June 2024 16:35:27 +0000 (0:00:00.208) 0:02:39.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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 08 June 2024 16:35:27 +0000 (0:00:00.033) 0:02:39.762 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 08 June 2024 16:35:27 +0000 (0:00:00.041) 0:02:39.803 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 08 June 2024 16:35:27 +0000 (0:00:00.218) 0:02:40.022 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 08 June 2024 16:35:27 +0000 (0:00:00.037) 0:02:40.059 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717864430.3497415, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717864402.4855888, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": "2193688452", "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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 08 June 2024 16:35:28 +0000 (0:00:00.208) 0:02:40.268 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.003796", "end": "2024-06-08 16:35:28.280948", "rc": 0, "start": "2024-06-08 16:35:28.277152" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 08 June 2024 16:35:28 +0000 (0:00:00.214) 0:02:40.482 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003794", "end": "2024-06-08 16:35:28.502021", "rc": 0, "start": "2024-06-08 16:35:28.498227" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 08 June 2024 16:35:28 +0000 (0:00:00.210) 0:02:40.693 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 08 June 2024 16:35:28 +0000 (0:00:00.032) 0:02:40.725 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 08 June 2024 16:35:28 +0000 (0:00:00.034) 0:02:40.760 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 08 June 2024 16:35:28 +0000 (0:00:00.024) 0:02:40.784 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 08 June 2024 16:35:28 +0000 (0:00:00.024) 0:02:40.808 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 08 June 2024 16:35:28 +0000 (0:00:00.041) 0:02:40.850 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:24 Saturday 08 June 2024 16:35:28 +0000 (0:00:00.027) 0:02:40.877 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:29 Saturday 08 June 2024 16:35:28 +0000 (0:00:00.032) 0:02:40.910 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:36 Saturday 08 June 2024 16:35:28 +0000 (0:00:00.025) 0:02:40.935 ********* ok: [sut] => { "censored": "the output 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:70 Saturday 08 June 2024 16:35:28 +0000 (0:00:00.030) 0:02:40.965 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:78 Saturday 08 June 2024 16:35:29 +0000 (0:00:00.222) 0:02:41.188 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:95 Saturday 08 June 2024 16:35:29 +0000 (0:00:00.573) 0:02:41.761 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:102 Saturday 08 June 2024 16:35:29 +0000 (0:00:00.035) 0:02:41.797 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Ensure the certs.d directory is absent if empty] *** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:110 Saturday 08 June 2024 16:35:29 +0000 (0:00:00.031) 0:02:41.828 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Handle credential files - present] *********** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:123 Saturday 08 June 2024 16:35:29 +0000 (0:00:00.023) 0:02:41.852 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:3 Saturday 08 June 2024 16:35:29 +0000 (0:00:00.129) 0:02:41.981 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:11 Saturday 08 June 2024 16:35:29 +0000 (0:00:00.032) 0:02:42.014 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 08 June 2024 16:35:29 +0000 (0:00:00.069) 0:02:42.084 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 08 June 2024 16:35:29 +0000 (0:00:00.029) 0:02:42.113 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 08 June 2024 16:35:30 +0000 (0:00:00.062) 0:02:42.176 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 08 June 2024 16:35:30 +0000 (0:00:00.033) 0:02:42.209 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 08 June 2024 16:35:30 +0000 (0:00:00.206) 0:02:42.416 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 08 June 2024 16:35:30 +0000 (0:00:00.028) 0:02:42.445 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717864430.3497415, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717864402.4855888, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": "2193688452", "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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 08 June 2024 16:35:30 +0000 (0:00:00.201) 0:02:42.646 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.003921", "end": "2024-06-08 16:35:30.653319", "rc": 0, "start": "2024-06-08 16:35:30.649398" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 08 June 2024 16:35:30 +0000 (0:00:00.198) 0:02:42.844 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003802", "end": "2024-06-08 16:35:30.850103", "rc": 0, "start": "2024-06-08 16:35:30.846301" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 08 June 2024 16:35:30 +0000 (0:00:00.198) 0:02:43.043 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 08 June 2024 16:35:30 +0000 (0:00:00.032) 0:02:43.075 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 08 June 2024 16:35:30 +0000 (0:00:00.022) 0:02:43.098 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 08 June 2024 16:35:30 +0000 (0:00:00.022) 0:02:43.120 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 08 June 2024 16:35:31 +0000 (0:00:00.093) 0:02:43.214 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 08 June 2024 16:35:31 +0000 (0:00:00.026) 0:02:43.241 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set credential variables] ******************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:17 Saturday 08 June 2024 16:35:31 +0000 (0:00:00.023) 0:02:43.265 ********* ok: [sut] => { "censored": "the output 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:45 Saturday 08 June 2024 16:35:31 +0000 (0:00:00.067) 0:02:43.333 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:53 Saturday 08 June 2024 16:35:31 +0000 (0:00:00.212) 0:02:43.545 ********* skipping: [sut] => { "censored": "the output 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:63 Saturday 08 June 2024 16:35:31 +0000 (0:00:00.024) 0:02:43.570 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:80 Saturday 08 June 2024 16:35:31 +0000 (0:00:00.532) 0:02:44.102 ********* skipping: [sut] => { "censored": "the 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:86 Saturday 08 June 2024 16:35:31 +0000 (0:00:00.020) 0:02:44.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 : Ensure the credentials directory is absent if empty] *** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:94 Saturday 08 June 2024 16:35:31 +0000 (0:00:00.022) 0:02:44.145 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Saturday 08 June 2024 16:35:32 +0000 (0:00:00.056) 0:02:44.202 ********* skipping: [sut] => { "censored": "the 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:139 Saturday 08 June 2024 16:35:32 +0000 (0:00:00.030) 0:02:44.233 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:14 Saturday 08 June 2024 16:35:32 +0000 (0:00:00.067) 0:02:44.300 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:34 Saturday 08 June 2024 16:35:32 +0000 (0:00:00.038) 0:02:44.338 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:60 Saturday 08 June 2024 16:35:32 +0000 (0:00:00.048) 0:02:44.387 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:66 Saturday 08 June 2024 16:35:32 +0000 (0:00:00.023) 0:02:44.410 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 08 June 2024 16:35:32 +0000 (0:00:00.095) 0:02:44.505 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 08 June 2024 16:35:32 +0000 (0:00:00.027) 0:02:44.533 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 08 June 2024 16:35:32 +0000 (0:00:00.027) 0:02:44.561 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 08 June 2024 16:35:32 +0000 (0:00:00.029) 0:02:44.590 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 08 June 2024 16:35:32 +0000 (0:00:00.203) 0:02:44.793 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 08 June 2024 16:35:32 +0000 (0:00:00.029) 0:02:44.822 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717864430.3497415, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717864402.4855888, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": "2193688452", "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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 08 June 2024 16:35:32 +0000 (0:00:00.200) 0:02:45.022 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.003798", "end": "2024-06-08 16:35:33.028035", "rc": 0, "start": "2024-06-08 16:35:33.024237" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 08 June 2024 16:35:33 +0000 (0:00:00.209) 0:02:45.232 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003834", "end": "2024-06-08 16:35:33.240003", "rc": 0, "start": "2024-06-08 16:35:33.236169" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 08 June 2024 16:35:33 +0000 (0:00:00.200) 0:02:45.433 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 08 June 2024 16:35:33 +0000 (0:00:00.031) 0:02:45.464 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 08 June 2024 16:35:33 +0000 (0:00:00.022) 0:02:45.487 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 08 June 2024 16:35:33 +0000 (0:00:00.026) 0:02:45.513 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 08 June 2024 16:35:33 +0000 (0:00:00.019) 0:02:45.533 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 08 June 2024 16:35:33 +0000 (0:00:00.021) 0:02:45.554 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:71 Saturday 08 June 2024 16:35:33 +0000 (0:00:00.021) 0:02:45.575 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:80 Saturday 08 June 2024 16:35:33 +0000 (0:00:00.082) 0:02:45.658 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:94 Saturday 08 June 2024 16:35:33 +0000 (0:00:00.035) 0:02:45.693 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:100 Saturday 08 June 2024 16:35:33 +0000 (0:00:00.025) 0:02:45.718 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:108 Saturday 08 June 2024 16:35:33 +0000 (0:00:00.024) 0:02:45.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 : Get service name using systemd-escape] ******* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:123 Saturday 08 June 2024 16:35:33 +0000 (0:00:00.026) 0:02:45.769 ********* 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.005912", "end": "2024-06-08 16:35:33.777021", "rc": 0, "start": "2024-06-08 16:35:33.771109" } 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:131 Saturday 08 June 2024 16:35:33 +0000 (0:00:00.199) 0:02:45.969 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:135 Saturday 08 June 2024 16:35:33 +0000 (0:00:00.020) 0:02:45.989 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:2 Saturday 08 June 2024 16:35:33 +0000 (0:00:00.045) 0:02:46.035 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 08 June 2024 16:35:33 +0000 (0:00:00.035) 0:02:46.070 ********* changed: [sut] => { "changed": true, "cmd": [ "loginctl", "enable-linger", "auth_test_user1" ], "delta": "0:00:00.018024", "end": "2024-06-08 16:35:34.092914", "rc": 0, "start": "2024-06-08 16:35:34.074890" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 08 June 2024 16:35:34 +0000 (0:00:00.231) 0:02:46.301 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 08 June 2024 16:35:34 +0000 (0:00:00.027) 0:02:46.329 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:7 Saturday 08 June 2024 16:35:34 +0000 (0:00:00.021) 0:02:46.350 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:23 Saturday 08 June 2024 16:35:34 +0000 (0:00:00.020) 0:02:46.370 ********* TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:39 Saturday 08 June 2024 16:35:34 +0000 (0:00:00.019) 0:02:46.389 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:72 Saturday 08 June 2024 16:35:35 +0000 (0:00:01.159) 0:02:47.549 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:80 Saturday 08 June 2024 16:35:35 +0000 (0:00:00.194) 0:02:47.743 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:89 Saturday 08 June 2024 16:35:35 +0000 (0:00:00.204) 0:02:47.947 ********* 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-1717864535.8258357-7211-238553407208578/source", "state": "file", "uid": 2001 } TASK [linux-system-roles.podman : Update containers/pods] ********************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:99 Saturday 08 June 2024 16:35:36 +0000 (0:00:00.523) 0:02:48.471 ********* 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: 034722c548477f2dcdef4a246a54d5eabee8ccb196cdf34670324ee19c1fd71f Container: 4a7685981d1c60df3fa12bcdaf6182239c73b8ea32edba2d7c9624ebad83ce04 TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:108 Saturday 08 June 2024 16:35:37 +0000 (0:00:01.018) 0:02:49.489 ********* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Enable service] ****************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:120 Saturday 08 June 2024 16:35:37 +0000 (0:00:00.454) 0:02:49.944 ********* 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": "run-user-2001.mount basic.target -.mount \"app-podman\\\\x2dkube.slice\" network-online.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": "infinity", "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": "basic.target \"app-podman\\\\x2dkube.slice\"", "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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:133 Saturday 08 June 2024 16:35:38 +0000 (0:00:00.424) 0:02:50.369 ********* 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": "\"app-podman\\\\x2dkube.slice\" -.mount run-user-2001.mount network-online.target 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": "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": "infinity", "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": "basic.target \"app-podman\\\\x2dkube.slice\"", "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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:147 Saturday 08 June 2024 16:35:39 +0000 (0:00:00.930) 0:02:51.299 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:146 Saturday 08 June 2024 16:35:39 +0000 (0:00:00.023) 0:02:51.322 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 08 June 2024 16:35:39 +0000 (0:00:00.060) 0:02:51.383 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 08 June 2024 16:35:39 +0000 (0:00:00.028) 0:02:51.411 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 08 June 2024 16:35:39 +0000 (0:00:00.027) 0:02:51.438 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 08 June 2024 16:35:39 +0000 (0:00:00.021) 0:02:51.460 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 08 June 2024 16:35:39 +0000 (0:00:00.029) 0:02:51.490 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 08 June 2024 16:35:39 +0000 (0:00:00.037) 0:02:51.527 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 08 June 2024 16:35:39 +0000 (0:00:00.026) 0:02:51.554 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 08 June 2024 16:35:39 +0000 (0:00:00.026) 0:02:51.580 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 08 June 2024 16:35:39 +0000 (0:00:00.069) 0:02:51.649 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 08 June 2024 16:35:39 +0000 (0:00:00.262) 0:02:51.912 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 08 June 2024 16:35:39 +0000 (0:00:00.027) 0:02:51.940 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717864430.3497415, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717864402.4855888, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": "2193688452", "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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 08 June 2024 16:35:40 +0000 (0:00:00.261) 0:02:52.201 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.005664", "end": "2024-06-08 16:35:40.251598", "rc": 0, "start": "2024-06-08 16:35:40.245934" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 08 June 2024 16:35:40 +0000 (0:00:00.246) 0:02:52.447 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003897", "end": "2024-06-08 16:35:40.480958", "rc": 0, "start": "2024-06-08 16:35:40.477061" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 08 June 2024 16:35:40 +0000 (0:00:00.232) 0:02:52.679 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 08 June 2024 16:35:40 +0000 (0:00:00.043) 0:02:52.722 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 08 June 2024 16:35:40 +0000 (0:00:00.026) 0:02:52.749 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 08 June 2024 16:35:40 +0000 (0:00:00.028) 0:02:52.777 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 08 June 2024 16:35:40 +0000 (0:00:00.022) 0:02:52.800 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 08 June 2024 16:35:40 +0000 (0:00:00.021) 0:02:52.821 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 08 June 2024 16:35:40 +0000 (0:00:00.021) 0:02:52.843 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 08 June 2024 16:35:40 +0000 (0:00:00.037) 0:02:52.881 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 08 June 2024 16:35:40 +0000 (0:00:00.038) 0:02:52.920 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 08 June 2024 16:35:40 +0000 (0:00:00.027) 0:02:52.948 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 08 June 2024 16:35:40 +0000 (0:00:00.084) 0:02:53.032 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Cleanup quadlets] **************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:220 Saturday 08 June 2024 16:35:40 +0000 (0:00:00.024) 0:02:53.057 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:224 Saturday 08 June 2024 16:35:40 +0000 (0:00:00.020) 0:02:53.077 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Saturday 08 June 2024 16:35:40 +0000 (0:00:00.041) 0:02:53.118 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 08 June 2024 16:35:40 +0000 (0:00:00.035) 0:02:53.153 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 08 June 2024 16:35:41 +0000 (0:00:00.258) 0:02:53.412 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 08 June 2024 16:35:41 +0000 (0:00:00.026) 0:02:53.438 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:7 Saturday 08 June 2024 16:35:41 +0000 (0:00:00.028) 0:02:53.467 ********* TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:23 Saturday 08 June 2024 16:35:41 +0000 (0:00:00.023) 0:02:53.491 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:47 Saturday 08 June 2024 16:35:42 +0000 (0:00:00.869) 0:02:54.360 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:56 Saturday 08 June 2024 16:35:42 +0000 (0:00:00.265) 0:02:54.625 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:66 Saturday 08 June 2024 16:35:42 +0000 (0:00:00.059) 0:02:54.685 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:78 Saturday 08 June 2024 16:35:42 +0000 (0:00:00.020) 0:02:54.706 ********* 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-1717864542.5997012-7415-244109926548973/source", "state": "file", "uid": 2001 } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:90 Saturday 08 June 2024 16:35:43 +0000 (0:00:00.679) 0:02:55.385 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:119 Saturday 08 June 2024 16:35:43 +0000 (0:00:00.023) 0:02:55.409 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:135 Saturday 08 June 2024 16:35:43 +0000 (0:00:00.023) 0:02:55.433 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:153 Saturday 08 June 2024 16:35:43 +0000 (0:00:00.024) 0:02:55.457 ********* TASK [linux-system-roles.podman : Handle credential files - absent] ************ task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:159 Saturday 08 June 2024 16:35:43 +0000 (0:00:00.019) 0:02:55.476 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:3 Saturday 08 June 2024 16:35:43 +0000 (0:00:00.059) 0:02:55.536 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:11 Saturday 08 June 2024 16:35:43 +0000 (0:00:00.023) 0:02:55.560 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 08 June 2024 16:35:43 +0000 (0:00:00.035) 0:02:55.595 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 08 June 2024 16:35:43 +0000 (0:00:00.026) 0:02:55.621 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 08 June 2024 16:35:43 +0000 (0:00:00.024) 0:02:55.645 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 08 June 2024 16:35:43 +0000 (0:00:00.027) 0:02:55.673 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "auth_test_user1": [ "x", "2001", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 08 June 2024 16:35:43 +0000 (0:00:00.261) 0:02:55.935 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 08 June 2024 16:35:43 +0000 (0:00:00.026) 0:02:55.961 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717864430.3497415, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717864402.4855888, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": "2193688452", "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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 08 June 2024 16:35:44 +0000 (0:00:00.261) 0:02:56.222 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.008218", "end": "2024-06-08 16:35:44.253255", "rc": 0, "start": "2024-06-08 16:35:44.245037" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 08 June 2024 16:35:44 +0000 (0:00:00.228) 0:02:56.450 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.005652", "end": "2024-06-08 16:35:44.511037", "rc": 0, "start": "2024-06-08 16:35:44.505385" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 08 June 2024 16:35:44 +0000 (0:00:00.256) 0:02:56.707 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 08 June 2024 16:35:44 +0000 (0:00:00.031) 0:02:56.738 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 08 June 2024 16:35:44 +0000 (0:00:00.019) 0:02:56.758 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 08 June 2024 16:35:44 +0000 (0:00:00.022) 0:02:56.781 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 08 June 2024 16:35:44 +0000 (0:00:00.020) 0:02:56.801 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 08 June 2024 16:35:44 +0000 (0:00:00.020) 0:02:56.822 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set credential variables] ******************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:17 Saturday 08 June 2024 16:35:44 +0000 (0:00:00.020) 0:02:56.842 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Ensure the credentials directory is present] *** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:45 Saturday 08 June 2024 16:35:44 +0000 (0:00:00.076) 0:02:56.919 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:53 Saturday 08 June 2024 16:35:44 +0000 (0:00:00.034) 0:02:56.953 ********* skipping: [sut] => { "censored": "the output 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:63 Saturday 08 June 2024 16:35:44 +0000 (0:00:00.021) 0:02:56.974 ********* skipping: [sut] => { "censored": "the output 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:80 Saturday 08 June 2024 16:35:44 +0000 (0:00:00.027) 0:02:57.002 ********* skipping: [sut] => { "censored": "the 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:86 Saturday 08 June 2024 16:35:44 +0000 (0:00:00.030) 0:02:57.032 ********* skipping: [sut] => { "censored": "the output 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:94 Saturday 08 June 2024 16:35:44 +0000 (0:00:00.082) 0:02:57.115 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:168 Saturday 08 June 2024 16:35:44 +0000 (0:00:00.033) 0:02:57.148 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:3 Saturday 08 June 2024 16:35:45 +0000 (0:00:00.086) 0:02:57.234 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:10 Saturday 08 June 2024 16:35:45 +0000 (0:00:00.038) 0:02:57.273 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:15 Saturday 08 June 2024 16:35:45 +0000 (0:00:00.035) 0:02:57.308 ********* ok: [sut] => { "ansible_facts": { "__podman_rootless": true }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:19 Saturday 08 June 2024 16:35:45 +0000 (0:00:00.077) 0:02:57.386 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 08 June 2024 16:35:45 +0000 (0:00:00.048) 0:02:57.435 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 08 June 2024 16:35:45 +0000 (0:00:00.033) 0:02:57.469 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 08 June 2024 16:35:45 +0000 (0:00:00.027) 0:02:57.496 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 08 June 2024 16:35:45 +0000 (0:00:00.030) 0:02:57.527 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "auth_test_user1": [ "x", "2001", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 08 June 2024 16:35:45 +0000 (0:00:00.244) 0:02:57.772 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 08 June 2024 16:35:45 +0000 (0:00:00.068) 0:02:57.840 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717864430.3497415, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717864402.4855888, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": "2193688452", "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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 08 June 2024 16:35:45 +0000 (0:00:00.275) 0:02:58.116 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.004143", "end": "2024-06-08 16:35:46.152146", "rc": 0, "start": "2024-06-08 16:35:46.148003" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 08 June 2024 16:35:46 +0000 (0:00:00.243) 0:02:58.360 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.005591", "end": "2024-06-08 16:35:46.434380", "rc": 0, "start": "2024-06-08 16:35:46.428789" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 08 June 2024 16:35:46 +0000 (0:00:00.328) 0:02:58.688 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 08 June 2024 16:35:46 +0000 (0:00:00.034) 0:02:58.722 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 08 June 2024 16:35:46 +0000 (0:00:00.024) 0:02:58.747 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 08 June 2024 16:35:46 +0000 (0:00:00.032) 0:02:58.779 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 08 June 2024 16:35:46 +0000 (0:00:00.024) 0:02:58.804 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 08 June 2024 16:35:46 +0000 (0:00:00.024) 0:02:58.828 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:24 Saturday 08 June 2024 16:35:46 +0000 (0:00:00.024) 0:02:58.853 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:29 Saturday 08 June 2024 16:35:46 +0000 (0:00:00.025) 0:02:58.878 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:36 Saturday 08 June 2024 16:35:46 +0000 (0:00:00.022) 0:02:58.901 ********* ok: [sut] => { "censored": "the output 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:70 Saturday 08 June 2024 16:35:46 +0000 (0:00:00.032) 0:02:58.933 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure certs.d files] ************************ task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:78 Saturday 08 June 2024 16:35:46 +0000 (0:00:00.028) 0:02:58.962 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:95 Saturday 08 June 2024 16:35:46 +0000 (0:00:00.031) 0:02:58.993 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:102 Saturday 08 June 2024 16:35:46 +0000 (0:00:00.029) 0:02:59.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 the certs.d directory is absent if empty] *** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:110 Saturday 08 June 2024 16:35:46 +0000 (0:00:00.022) 0:02:59.045 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Remove all container resources - root] *********************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/tests_auth_and_security.yml:212 Saturday 08 June 2024 16:35:46 +0000 (0:00:00.031) 0:02:59.076 ********* TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 08 June 2024 16:35:46 +0000 (0:00:00.035) 0:02:59.112 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 08 June 2024 16:35:46 +0000 (0:00:00.037) 0:02:59.149 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 08 June 2024 16:35:47 +0000 (0:00:00.089) 0:02:59.239 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 08 June 2024 16:35:47 +0000 (0:00:00.020) 0:02:59.259 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 08 June 2024 16:35:47 +0000 (0:00:00.021) 0:02:59.280 ********* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 08 June 2024 16:35:47 +0000 (0:00:00.052) 0:02:59.333 ********* ok: [sut] => { "censored": "the 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 08 June 2024 16:35:48 +0000 (0:00:00.854) 0:03:00.187 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 08 June 2024 16:35:48 +0000 (0:00:00.025) 0:03:00.212 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 08 June 2024 16:35:48 +0000 (0:00:00.058) 0:03:00.270 ********* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.045258", "end": "2024-06-08 16:35:48.399618", "rc": 0, "start": "2024-06-08 16:35:48.354360" } STDOUT: podman version 5.0.2 TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Saturday 08 June 2024 16:35:48 +0000 (0:00:00.326) 0:03:00.597 ********* ok: [sut] => { "ansible_facts": { "podman_version": "5.0.2" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Saturday 08 June 2024 16:35:48 +0000 (0:00:00.030) 0:03:00.628 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Saturday 08 June 2024 16:35:48 +0000 (0:00:00.024) 0:03:00.652 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Saturday 08 June 2024 16:35:48 +0000 (0:00:00.056) 0:03:00.709 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 08 June 2024 16:35:48 +0000 (0:00:00.096) 0:03:00.805 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 08 June 2024 16:35:48 +0000 (0:00:00.276) 0:03:01.082 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 08 June 2024 16:35:48 +0000 (0:00:00.026) 0:03:01.109 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 08 June 2024 16:35:48 +0000 (0:00:00.028) 0:03:01.138 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 08 June 2024 16:35:49 +0000 (0:00:00.255) 0:03:01.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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 08 June 2024 16:35:49 +0000 (0:00:00.037) 0:03:01.431 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717864430.3497415, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717864402.4855888, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": "2193688452", "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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 08 June 2024 16:35:49 +0000 (0:00:00.239) 0:03:01.671 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 08 June 2024 16:35:49 +0000 (0:00:00.019) 0:03:01.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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 08 June 2024 16:35:49 +0000 (0:00:00.019) 0:03:01.711 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 08 June 2024 16:35:49 +0000 (0:00:00.019) 0:03:01.730 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 08 June 2024 16:35:49 +0000 (0:00:00.020) 0:03:01.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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 08 June 2024 16:35:49 +0000 (0:00:00.020) 0:03:01.771 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 08 June 2024 16:35:49 +0000 (0:00:00.019) 0:03:01.791 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 08 June 2024 16:35:49 +0000 (0:00:00.022) 0:03:01.813 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Saturday 08 June 2024 16:35:49 +0000 (0:00:00.020) 0:03:01.834 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Saturday 08 June 2024 16:35:49 +0000 (0:00:00.058) 0:03:01.892 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 08 June 2024 16:35:49 +0000 (0:00:00.041) 0:03:01.933 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 08 June 2024 16:35:49 +0000 (0:00:00.020) 0:03:01.954 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Saturday 08 June 2024 16:35:49 +0000 (0:00:00.019) 0:03:01.973 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 08 June 2024 16:35:49 +0000 (0:00:00.041) 0:03:02.015 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 08 June 2024 16:35:49 +0000 (0:00:00.021) 0:03:02.037 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Saturday 08 June 2024 16:35:49 +0000 (0:00:00.019) 0:03:02.056 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 08 June 2024 16:35:49 +0000 (0:00:00.039) 0:03:02.096 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 08 June 2024 16:35:49 +0000 (0:00:00.020) 0:03:02.116 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Saturday 08 June 2024 16:35:49 +0000 (0:00:00.020) 0:03:02.137 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 08 June 2024 16:35:50 +0000 (0:00:00.044) 0:03:02.181 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 08 June 2024 16:35:50 +0000 (0:00:00.021) 0:03:02.203 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 08 June 2024 16:35:50 +0000 (0:00:00.020) 0:03:02.224 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 08 June 2024 16:35:50 +0000 (0:00:00.019) 0:03:02.244 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Saturday 08 June 2024 16:35:50 +0000 (0:00:00.061) 0:03:02.305 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Saturday 08 June 2024 16:35:50 +0000 (0:00:00.020) 0:03:02.325 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Saturday 08 June 2024 16:35:50 +0000 (0:00:00.020) 0:03:02.346 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Saturday 08 June 2024 16:35:50 +0000 (0:00:00.019) 0:03:02.366 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:3 Saturday 08 June 2024 16:35:50 +0000 (0:00:00.053) 0:03:02.419 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:10 Saturday 08 June 2024 16:35:50 +0000 (0:00:00.020) 0:03:02.440 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:15 Saturday 08 June 2024 16:35:50 +0000 (0:00:00.020) 0:03:02.461 ********* ok: [sut] => { "ansible_facts": { "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:19 Saturday 08 June 2024 16:35:50 +0000 (0:00:00.019) 0:03:02.481 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 08 June 2024 16:35:50 +0000 (0:00:00.035) 0:03:02.516 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 08 June 2024 16:35:50 +0000 (0:00:00.025) 0:03:02.541 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 08 June 2024 16:35:50 +0000 (0:00:00.024) 0:03:02.566 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 08 June 2024 16:35:50 +0000 (0:00:00.028) 0:03:02.594 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 08 June 2024 16:35:50 +0000 (0:00:00.276) 0:03:02.871 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 08 June 2024 16:35:50 +0000 (0:00:00.032) 0:03:02.903 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717864430.3497415, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717864402.4855888, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": "2193688452", "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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 08 June 2024 16:35:51 +0000 (0:00:00.286) 0:03:03.190 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 08 June 2024 16:35:51 +0000 (0:00:00.085) 0:03:03.275 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 08 June 2024 16:35:51 +0000 (0:00:00.031) 0:03:03.307 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 08 June 2024 16:35:51 +0000 (0:00:00.036) 0:03:03.343 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 08 June 2024 16:35:51 +0000 (0:00:00.026) 0:03:03.370 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 08 June 2024 16:35:51 +0000 (0:00:00.036) 0:03:03.406 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 08 June 2024 16:35:51 +0000 (0:00:00.020) 0:03:03.427 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 08 June 2024 16:35:51 +0000 (0:00:00.020) 0:03:03.447 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:24 Saturday 08 June 2024 16:35:51 +0000 (0:00:00.020) 0:03:03.468 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:29 Saturday 08 June 2024 16:35:51 +0000 (0:00:00.023) 0:03:03.492 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:36 Saturday 08 June 2024 16:35:51 +0000 (0:00:00.021) 0:03:03.513 ********* ok: [sut] => { "censored": "the output 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:70 Saturday 08 June 2024 16:35:51 +0000 (0:00:00.027) 0:03:03.541 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure certs.d files] ************************ task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:78 Saturday 08 June 2024 16:35:51 +0000 (0:00:00.019) 0:03:03.561 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:95 Saturday 08 June 2024 16:35:51 +0000 (0:00:00.029) 0:03:03.590 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:102 Saturday 08 June 2024 16:35:51 +0000 (0:00:00.035) 0:03:03.625 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Ensure the certs.d directory is absent if empty] *** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:110 Saturday 08 June 2024 16:35:51 +0000 (0:00:00.028) 0:03:03.654 ********* skipping: [sut] => { "censored": "the 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:123 Saturday 08 June 2024 16:35:51 +0000 (0:00:00.028) 0:03:03.682 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:3 Saturday 08 June 2024 16:35:51 +0000 (0:00:00.073) 0:03:03.756 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:11 Saturday 08 June 2024 16:35:51 +0000 (0:00:00.022) 0:03:03.779 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 08 June 2024 16:35:51 +0000 (0:00:00.080) 0:03:03.859 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 08 June 2024 16:35:51 +0000 (0:00:00.027) 0:03:03.887 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 08 June 2024 16:35:51 +0000 (0:00:00.028) 0:03:03.915 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 08 June 2024 16:35:51 +0000 (0:00:00.032) 0:03:03.947 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 08 June 2024 16:35:52 +0000 (0:00:00.224) 0:03:04.171 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 08 June 2024 16:35:52 +0000 (0:00:00.031) 0:03:04.202 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717864430.3497415, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717864402.4855888, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": "2193688452", "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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 08 June 2024 16:35:52 +0000 (0:00:00.201) 0:03:04.404 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 08 June 2024 16:35:52 +0000 (0:00:00.021) 0:03:04.426 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 08 June 2024 16:35:52 +0000 (0:00:00.022) 0:03:04.448 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 08 June 2024 16:35:52 +0000 (0:00:00.029) 0:03:04.478 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 08 June 2024 16:35:52 +0000 (0:00:00.037) 0:03:04.516 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 08 June 2024 16:35:52 +0000 (0:00:00.037) 0:03:04.553 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 08 June 2024 16:35:52 +0000 (0:00:00.026) 0:03:04.580 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 08 June 2024 16:35:52 +0000 (0:00:00.038) 0:03:04.619 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set credential variables] ******************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:17 Saturday 08 June 2024 16:35:52 +0000 (0:00:00.026) 0:03:04.645 ********* ok: [sut] => { "censored": "the output 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:45 Saturday 08 June 2024 16:35:52 +0000 (0:00:00.048) 0:03:04.694 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:53 Saturday 08 June 2024 16:35:52 +0000 (0:00:00.021) 0:03:04.716 ********* skipping: [sut] => { "censored": "the output 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:63 Saturday 08 June 2024 16:35:52 +0000 (0:00:00.053) 0:03:04.769 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Ensure credential file is absent] ************ task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:80 Saturday 08 June 2024 16:35:52 +0000 (0:00:00.069) 0:03:04.839 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Find files in credentials directory] ********* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:86 Saturday 08 June 2024 16:35:52 +0000 (0:00:00.022) 0:03:04.862 ********* skipping: [sut] => { "censored": "the output 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:94 Saturday 08 June 2024 16:35:52 +0000 (0:00:00.022) 0:03:04.885 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Saturday 08 June 2024 16:35:52 +0000 (0:00:00.023) 0:03:04.908 ********* skipping: [sut] => { "censored": "the 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:139 Saturday 08 June 2024 16:35:52 +0000 (0:00:00.019) 0:03:04.927 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:14 Saturday 08 June 2024 16:35:52 +0000 (0:00:00.061) 0:03:04.989 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:34 Saturday 08 June 2024 16:35:52 +0000 (0:00:00.035) 0:03:05.025 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:60 Saturday 08 June 2024 16:35:52 +0000 (0:00:00.070) 0:03:05.095 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:66 Saturday 08 June 2024 16:35:52 +0000 (0:00:00.054) 0:03:05.150 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 08 June 2024 16:35:53 +0000 (0:00:00.079) 0:03:05.230 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 08 June 2024 16:35:53 +0000 (0:00:00.028) 0:03:05.258 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 08 June 2024 16:35:53 +0000 (0:00:00.026) 0:03:05.285 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 08 June 2024 16:35:53 +0000 (0:00:00.027) 0:03:05.312 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 08 June 2024 16:35:53 +0000 (0:00:00.266) 0:03:05.579 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 08 June 2024 16:35:53 +0000 (0:00:00.028) 0:03:05.607 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717864430.3497415, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717864402.4855888, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": "2193688452", "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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 08 June 2024 16:35:53 +0000 (0:00:00.239) 0:03:05.847 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 08 June 2024 16:35:53 +0000 (0:00:00.024) 0:03:05.871 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 08 June 2024 16:35:53 +0000 (0:00:00.024) 0:03:05.895 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 08 June 2024 16:35:53 +0000 (0:00:00.037) 0:03:05.933 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 08 June 2024 16:35:53 +0000 (0:00:00.049) 0:03:05.983 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 08 June 2024 16:35:53 +0000 (0:00:00.036) 0:03:06.019 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 08 June 2024 16:35:53 +0000 (0:00:00.028) 0:03:06.047 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 08 June 2024 16:35:53 +0000 (0:00:00.042) 0:03:06.090 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:71 Saturday 08 June 2024 16:35:53 +0000 (0:00:00.047) 0:03:06.137 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:80 Saturday 08 June 2024 16:35:54 +0000 (0:00:00.023) 0:03:06.161 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:94 Saturday 08 June 2024 16:35:54 +0000 (0:00:00.091) 0:03:06.253 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:100 Saturday 08 June 2024 16:35:54 +0000 (0:00:00.024) 0:03:06.277 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:108 Saturday 08 June 2024 16:35:54 +0000 (0:00:00.033) 0:03:06.311 ********* ok: [sut] => { "censored": "the 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:123 Saturday 08 June 2024 16:35:54 +0000 (0:00:00.034) 0:03:06.345 ********* 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.009296", "end": "2024-06-08 16:35:54.432715", "rc": 0, "start": "2024-06-08 16:35:54.423419" } 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:131 Saturday 08 June 2024 16:35:54 +0000 (0:00:00.329) 0:03:06.675 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:2 Saturday 08 June 2024 16:35:54 +0000 (0:00:00.089) 0:03:06.764 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:10 Saturday 08 June 2024 16:35:54 +0000 (0:00:00.036) 0:03:06.801 ********* 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": "sysinit.target -.mount \"system-podman\\\\x2dkube.slice\" network-online.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": "infinity", "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 sysinit.target \"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 : Check if kube file exists] ******************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:28 Saturday 08 June 2024 16:35:55 +0000 (0:00:00.499) 0:03:07.301 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.podman : Remove pod/containers] *********************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:33 Saturday 08 June 2024 16:35:55 +0000 (0:00:00.243) 0:03:07.544 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Remove kubernetes yaml file] ***************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:45 Saturday 08 June 2024 16:35:55 +0000 (0:00:00.027) 0:03:07.572 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:50 Saturday 08 June 2024 16:35:55 +0000 (0:00:00.262) 0:03:07.834 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:59 Saturday 08 June 2024 16:35:55 +0000 (0:00:00.021) 0:03:07.856 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 08 June 2024 16:35:55 +0000 (0:00:00.035) 0:03:07.892 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 08 June 2024 16:35:55 +0000 (0:00:00.032) 0:03:07.924 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 08 June 2024 16:35:55 +0000 (0:00:00.029) 0:03:07.954 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:135 Saturday 08 June 2024 16:35:55 +0000 (0:00:00.030) 0:03:07.984 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:146 Saturday 08 June 2024 16:35:55 +0000 (0:00:00.023) 0:03:08.008 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 08 June 2024 16:35:55 +0000 (0:00:00.077) 0:03:08.085 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 08 June 2024 16:35:55 +0000 (0:00:00.042) 0:03:08.128 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 08 June 2024 16:35:56 +0000 (0:00:00.033) 0:03:08.162 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 08 June 2024 16:35:56 +0000 (0:00:00.094) 0:03:08.256 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 08 June 2024 16:35:56 +0000 (0:00:00.042) 0:03:08.298 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 08 June 2024 16:35:56 +0000 (0:00:00.062) 0:03:08.361 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 08 June 2024 16:35:56 +0000 (0:00:00.051) 0:03:08.412 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 08 June 2024 16:35:56 +0000 (0:00:00.116) 0:03:08.529 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 08 June 2024 16:35:56 +0000 (0:00:00.056) 0:03:08.586 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 08 June 2024 16:35:56 +0000 (0:00:00.266) 0:03:08.852 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 08 June 2024 16:35:56 +0000 (0:00:00.050) 0:03:08.902 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717864430.3497415, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717864402.4855888, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": "2193688452", "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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 08 June 2024 16:35:57 +0000 (0:00:00.311) 0:03:09.214 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 08 June 2024 16:35:57 +0000 (0:00:00.023) 0:03:09.238 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 08 June 2024 16:35:57 +0000 (0:00:00.022) 0:03:09.260 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 08 June 2024 16:35:57 +0000 (0:00:00.024) 0:03:09.285 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 08 June 2024 16:35:57 +0000 (0:00:00.028) 0:03:09.313 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 08 June 2024 16:35:57 +0000 (0:00:00.020) 0:03:09.333 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 08 June 2024 16:35:57 +0000 (0:00:00.023) 0:03:09.357 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 08 June 2024 16:35:57 +0000 (0:00:00.031) 0:03:09.388 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 08 June 2024 16:35:57 +0000 (0:00:00.110) 0:03:09.498 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 08 June 2024 16:35:57 +0000 (0:00:00.067) 0:03:09.566 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 08 June 2024 16:35:57 +0000 (0:00:00.032) 0:03:09.599 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 08 June 2024 16:35:57 +0000 (0:00:00.041) 0:03:09.640 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 08 June 2024 16:35:57 +0000 (0:00:00.044) 0:03:09.684 ********* ok: [sut] => { "censored": "the 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:220 Saturday 08 June 2024 16:35:57 +0000 (0:00:00.063) 0:03:09.747 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Saturday 08 June 2024 16:35:57 +0000 (0:00:00.075) 0:03:09.823 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 Saturday 08 June 2024 16:35:57 +0000 (0:00:00.032) 0:03:09.855 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:33 Saturday 08 June 2024 16:35:58 +0000 (0:00:00.404) 0:03:10.259 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:39 Saturday 08 June 2024 16:35:58 +0000 (0:00:00.253) 0:03:10.513 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 08 June 2024 16:35:58 +0000 (0:00:00.055) 0:03:10.568 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 08 June 2024 16:35:58 +0000 (0:00:00.022) 0:03:10.590 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 08 June 2024 16:35:58 +0000 (0:00:00.030) 0:03:10.621 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:47 Saturday 08 June 2024 16:35:58 +0000 (0:00:00.027) 0:03:10.648 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:56 Saturday 08 June 2024 16:35:58 +0000 (0:00:00.024) 0:03:10.672 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:64 Saturday 08 June 2024 16:35:58 +0000 (0:00:00.126) 0:03:10.799 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:224 Saturday 08 June 2024 16:35:58 +0000 (0:00:00.046) 0:03:10.845 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:153 Saturday 08 June 2024 16:35:58 +0000 (0:00:00.053) 0:03:10.899 ********* TASK [linux-system-roles.podman : Handle credential files - absent] ************ task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:159 Saturday 08 June 2024 16:35:58 +0000 (0:00:00.033) 0:03:10.932 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:3 Saturday 08 June 2024 16:35:58 +0000 (0:00:00.077) 0:03:11.010 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:11 Saturday 08 June 2024 16:35:58 +0000 (0:00:00.025) 0:03:11.035 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 08 June 2024 16:35:58 +0000 (0:00:00.043) 0:03:11.079 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 08 June 2024 16:35:58 +0000 (0:00:00.026) 0:03:11.105 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 08 June 2024 16:35:58 +0000 (0:00:00.028) 0:03:11.134 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 08 June 2024 16:35:59 +0000 (0:00:00.030) 0:03:11.164 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 08 June 2024 16:35:59 +0000 (0:00:00.272) 0:03:11.436 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 08 June 2024 16:35:59 +0000 (0:00:00.028) 0:03:11.465 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717864430.3497415, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717864402.4855888, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": "2193688452", "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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 08 June 2024 16:35:59 +0000 (0:00:00.270) 0:03:11.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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 08 June 2024 16:35:59 +0000 (0:00:00.030) 0:03:11.766 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 08 June 2024 16:35:59 +0000 (0:00:00.086) 0:03:11.853 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 08 June 2024 16:35:59 +0000 (0:00:00.024) 0:03:11.877 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 08 June 2024 16:35:59 +0000 (0:00:00.023) 0:03:11.901 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 08 June 2024 16:35:59 +0000 (0:00:00.028) 0:03:11.929 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 08 June 2024 16:35:59 +0000 (0:00:00.036) 0:03:11.966 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 08 June 2024 16:35:59 +0000 (0:00:00.048) 0:03:12.015 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set credential variables] ******************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:17 Saturday 08 June 2024 16:35:59 +0000 (0:00:00.042) 0:03:12.058 ********* ok: [sut] => { "censored": "the output 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:45 Saturday 08 June 2024 16:35:59 +0000 (0:00:00.032) 0:03:12.090 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:53 Saturday 08 June 2024 16:35:59 +0000 (0:00:00.067) 0:03:12.157 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Ensure credential file content is present] *** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:63 Saturday 08 June 2024 16:36:00 +0000 (0:00:00.034) 0:03:12.192 ********* skipping: [sut] => { "censored": "the output 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:80 Saturday 08 June 2024 16:36:00 +0000 (0:00:00.059) 0:03:12.252 ********* ok: [sut] => { "censored": "the 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:86 Saturday 08 June 2024 16:36:00 +0000 (0:00:00.245) 0:03:12.497 ********* ok: [sut] => { "censored": "the output 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:94 Saturday 08 June 2024 16:36:00 +0000 (0:00:00.227) 0:03:12.725 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:168 Saturday 08 June 2024 16:36:00 +0000 (0:00:00.269) 0:03:12.994 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:3 Saturday 08 June 2024 16:36:00 +0000 (0:00:00.070) 0:03:13.065 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:10 Saturday 08 June 2024 16:36:00 +0000 (0:00:00.023) 0:03:13.088 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:15 Saturday 08 June 2024 16:36:01 +0000 (0:00:00.077) 0:03:13.166 ********* ok: [sut] => { "ansible_facts": { "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:19 Saturday 08 June 2024 16:36:01 +0000 (0:00:00.025) 0:03:13.191 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 08 June 2024 16:36:01 +0000 (0:00:00.038) 0:03:13.230 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 08 June 2024 16:36:01 +0000 (0:00:00.031) 0:03:13.262 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 08 June 2024 16:36:01 +0000 (0:00:00.032) 0:03:13.294 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 08 June 2024 16:36:01 +0000 (0:00:00.049) 0:03:13.344 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 08 June 2024 16:36:01 +0000 (0:00:00.282) 0:03:13.626 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 08 June 2024 16:36:01 +0000 (0:00:00.114) 0:03:13.741 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717864430.3497415, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717864402.4855888, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": "2193688452", "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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 08 June 2024 16:36:01 +0000 (0:00:00.342) 0:03:14.084 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 08 June 2024 16:36:02 +0000 (0:00:00.092) 0:03:14.177 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 08 June 2024 16:36:02 +0000 (0:00:00.043) 0:03:14.220 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 08 June 2024 16:36:02 +0000 (0:00:00.039) 0:03:14.259 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 08 June 2024 16:36:02 +0000 (0:00:00.036) 0:03:14.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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 08 June 2024 16:36:02 +0000 (0:00:00.023) 0:03:14.320 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 08 June 2024 16:36:02 +0000 (0:00:00.042) 0:03:14.363 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 08 June 2024 16:36:02 +0000 (0:00:00.046) 0:03:14.409 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-cert spec variables part 2] ********** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:24 Saturday 08 June 2024 16:36:02 +0000 (0:00:00.041) 0:03:14.450 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:29 Saturday 08 June 2024 16:36:02 +0000 (0:00:00.111) 0:03:14.562 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:36 Saturday 08 June 2024 16:36:02 +0000 (0:00:00.024) 0:03:14.586 ********* ok: [sut] => { "censored": "the output 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:70 Saturday 08 June 2024 16:36:02 +0000 (0:00:00.030) 0:03:14.617 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure certs.d files] ************************ task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:78 Saturday 08 June 2024 16:36:02 +0000 (0:00:00.022) 0:03:14.639 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:95 Saturday 08 June 2024 16:36:02 +0000 (0:00:00.035) 0:03:14.675 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:102 Saturday 08 June 2024 16:36:03 +0000 (0:00:00.723) 0:03:15.398 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Ensure the certs.d directory is absent if empty] *** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:110 Saturday 08 June 2024 16:36:03 +0000 (0:00:00.222) 0:03:15.620 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Remove all container resources - rootless] ******************************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/tests_auth_and_security.yml:233 Saturday 08 June 2024 16:36:03 +0000 (0:00:00.235) 0:03:15.856 ********* TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 08 June 2024 16:36:03 +0000 (0:00:00.042) 0:03:15.898 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 08 June 2024 16:36:03 +0000 (0:00:00.038) 0:03:15.937 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 08 June 2024 16:36:03 +0000 (0:00:00.028) 0:03:15.965 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 08 June 2024 16:36:03 +0000 (0:00:00.032) 0:03:15.997 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 08 June 2024 16:36:03 +0000 (0:00:00.096) 0:03:16.094 ********* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 08 June 2024 16:36:03 +0000 (0:00:00.061) 0:03:16.155 ********* ok: [sut] => { "censored": "the 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 08 June 2024 16:36:04 +0000 (0:00:00.767) 0:03:16.922 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 08 June 2024 16:36:04 +0000 (0:00:00.056) 0:03:16.978 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 08 June 2024 16:36:04 +0000 (0:00:00.031) 0:03:17.010 ********* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.046031", "end": "2024-06-08 16:36:05.136144", "rc": 0, "start": "2024-06-08 16:36:05.090113" } STDOUT: podman version 5.0.2 TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Saturday 08 June 2024 16:36:05 +0000 (0:00:00.325) 0:03:17.336 ********* ok: [sut] => { "ansible_facts": { "podman_version": "5.0.2" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Saturday 08 June 2024 16:36:05 +0000 (0:00:00.023) 0:03:17.360 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Saturday 08 June 2024 16:36:05 +0000 (0:00:00.027) 0:03:17.387 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Saturday 08 June 2024 16:36:05 +0000 (0:00:00.039) 0:03:17.427 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 08 June 2024 16:36:05 +0000 (0:00:00.040) 0:03:17.467 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 08 June 2024 16:36:05 +0000 (0:00:00.287) 0:03:17.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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 08 June 2024 16:36:05 +0000 (0:00:00.026) 0:03:17.782 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 08 June 2024 16:36:05 +0000 (0:00:00.027) 0:03:17.810 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 08 June 2024 16:36:05 +0000 (0:00:00.281) 0:03:18.091 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "auth_test_user1" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 08 June 2024 16:36:05 +0000 (0:00:00.028) 0:03:18.120 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717864430.3497415, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717864402.4855888, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": "2193688452", "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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 08 June 2024 16:36:06 +0000 (0:00:00.268) 0:03:18.389 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.009715", "end": "2024-06-08 16:36:06.439681", "rc": 0, "start": "2024-06-08 16:36:06.429966" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 08 June 2024 16:36:06 +0000 (0:00:00.253) 0:03:18.643 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.004180", "end": "2024-06-08 16:36:06.662159", "rc": 0, "start": "2024-06-08 16:36:06.657979" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 08 June 2024 16:36:06 +0000 (0:00:00.216) 0:03:18.859 ********* ok: [sut] => { "ansible_facts": { "podman_subgid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } }, "podman_subuid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } } }, "changed": false } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 08 June 2024 16:36:06 +0000 (0:00:00.035) 0:03:18.895 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 08 June 2024 16:36:06 +0000 (0:00:00.024) 0:03:18.920 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 08 June 2024 16:36:06 +0000 (0:00:00.026) 0:03:18.946 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 08 June 2024 16:36:06 +0000 (0:00:00.023) 0:03:18.970 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 08 June 2024 16:36:06 +0000 (0:00:00.025) 0:03:18.995 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Saturday 08 June 2024 16:36:06 +0000 (0:00:00.025) 0:03:19.021 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Saturday 08 June 2024 16:36:06 +0000 (0:00:00.081) 0:03:19.102 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 08 June 2024 16:36:06 +0000 (0:00:00.045) 0:03:19.148 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 08 June 2024 16:36:07 +0000 (0:00:00.023) 0:03:19.171 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Saturday 08 June 2024 16:36:07 +0000 (0:00:00.022) 0:03:19.194 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 08 June 2024 16:36:07 +0000 (0:00:00.044) 0:03:19.238 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 08 June 2024 16:36:07 +0000 (0:00:00.021) 0:03:19.260 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Saturday 08 June 2024 16:36:07 +0000 (0:00:00.022) 0:03:19.283 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 08 June 2024 16:36:07 +0000 (0:00:00.047) 0:03:19.330 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 08 June 2024 16:36:07 +0000 (0:00:00.039) 0:03:19.369 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Saturday 08 June 2024 16:36:07 +0000 (0:00:00.021) 0:03:19.391 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 08 June 2024 16:36:07 +0000 (0:00:00.046) 0:03:19.438 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 08 June 2024 16:36:07 +0000 (0:00:00.021) 0:03:19.460 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 08 June 2024 16:36:07 +0000 (0:00:00.022) 0:03:19.482 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 08 June 2024 16:36:07 +0000 (0:00:00.021) 0:03:19.504 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Saturday 08 June 2024 16:36:07 +0000 (0:00:00.075) 0:03:19.579 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Saturday 08 June 2024 16:36:07 +0000 (0:00:00.021) 0:03:19.601 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Saturday 08 June 2024 16:36:07 +0000 (0:00:00.021) 0:03:19.622 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Saturday 08 June 2024 16:36:07 +0000 (0:00:00.020) 0:03:19.642 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:3 Saturday 08 June 2024 16:36:07 +0000 (0:00:00.052) 0:03:19.695 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:10 Saturday 08 June 2024 16:36:07 +0000 (0:00:00.023) 0:03:19.718 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:15 Saturday 08 June 2024 16:36:07 +0000 (0:00:00.024) 0:03:19.742 ********* ok: [sut] => { "ansible_facts": { "__podman_rootless": true }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:19 Saturday 08 June 2024 16:36:07 +0000 (0:00:00.024) 0:03:19.766 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 08 June 2024 16:36:07 +0000 (0:00:00.043) 0:03:19.810 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 08 June 2024 16:36:07 +0000 (0:00:00.029) 0:03:19.839 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 08 June 2024 16:36:07 +0000 (0:00:00.026) 0:03:19.866 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 08 June 2024 16:36:07 +0000 (0:00:00.031) 0:03:19.897 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 08 June 2024 16:36:07 +0000 (0:00:00.262) 0:03:20.160 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 08 June 2024 16:36:08 +0000 (0:00:00.029) 0:03:20.189 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717864430.3497415, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717864402.4855888, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": "2193688452", "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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 08 June 2024 16:36:08 +0000 (0:00:00.278) 0:03:20.468 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.004018", "end": "2024-06-08 16:36:08.547556", "rc": 0, "start": "2024-06-08 16:36:08.543538" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 08 June 2024 16:36:08 +0000 (0:00:00.293) 0:03:20.762 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.005655", "end": "2024-06-08 16:36:08.845085", "rc": 0, "start": "2024-06-08 16:36:08.839430" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 08 June 2024 16:36:08 +0000 (0:00:00.320) 0:03:21.082 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 08 June 2024 16:36:08 +0000 (0:00:00.056) 0:03:21.139 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 08 June 2024 16:36:09 +0000 (0:00:00.039) 0:03:21.179 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 08 June 2024 16:36:09 +0000 (0:00:00.025) 0:03:21.204 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 08 June 2024 16:36:09 +0000 (0:00:00.038) 0:03:21.242 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 08 June 2024 16:36:09 +0000 (0:00:00.034) 0:03:21.277 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:24 Saturday 08 June 2024 16:36:09 +0000 (0:00:00.023) 0:03:21.300 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:29 Saturday 08 June 2024 16:36:09 +0000 (0:00:00.033) 0:03:21.334 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:36 Saturday 08 June 2024 16:36:09 +0000 (0:00:00.023) 0:03:21.358 ********* ok: [sut] => { "censored": "the output 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:70 Saturday 08 June 2024 16:36:09 +0000 (0:00:00.029) 0:03:21.388 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure certs.d files] ************************ task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:78 Saturday 08 June 2024 16:36:09 +0000 (0:00:00.020) 0:03:21.409 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:95 Saturday 08 June 2024 16:36:09 +0000 (0:00:00.031) 0:03:21.440 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:102 Saturday 08 June 2024 16:36:09 +0000 (0:00:00.035) 0:03:21.476 ********* skipping: [sut] => { "censored": "the output 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:110 Saturday 08 June 2024 16:36:09 +0000 (0:00:00.022) 0:03:21.498 ********* skipping: [sut] => { "censored": "the 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:123 Saturday 08 June 2024 16:36:09 +0000 (0:00:00.023) 0:03:21.522 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:3 Saturday 08 June 2024 16:36:09 +0000 (0:00:00.114) 0:03:21.636 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:11 Saturday 08 June 2024 16:36:09 +0000 (0:00:00.025) 0:03:21.662 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 08 June 2024 16:36:09 +0000 (0:00:00.039) 0:03:21.701 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 08 June 2024 16:36:09 +0000 (0:00:00.030) 0:03:21.732 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 08 June 2024 16:36:09 +0000 (0:00:00.040) 0:03:21.772 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 08 June 2024 16:36:09 +0000 (0:00:00.032) 0:03:21.805 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 08 June 2024 16:36:09 +0000 (0:00:00.286) 0:03:22.091 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "auth_test_user1" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 08 June 2024 16:36:09 +0000 (0:00:00.049) 0:03:22.140 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717864430.3497415, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717864402.4855888, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": "2193688452", "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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 08 June 2024 16:36:10 +0000 (0:00:00.316) 0:03:22.457 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.005391", "end": "2024-06-08 16:36:10.595698", "rc": 0, "start": "2024-06-08 16:36:10.590307" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 08 June 2024 16:36:10 +0000 (0:00:00.395) 0:03:22.853 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003803", "end": "2024-06-08 16:36:10.929231", "rc": 0, "start": "2024-06-08 16:36:10.925428" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 08 June 2024 16:36:11 +0000 (0:00:00.317) 0:03:23.170 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 08 June 2024 16:36:11 +0000 (0:00:00.034) 0:03:23.205 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 08 June 2024 16:36:11 +0000 (0:00:00.038) 0:03:23.243 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 08 June 2024 16:36:11 +0000 (0:00:00.042) 0:03:23.285 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 08 June 2024 16:36:11 +0000 (0:00:00.042) 0:03:23.328 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 08 June 2024 16:36:11 +0000 (0:00:00.036) 0:03:23.364 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set credential variables] ******************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:17 Saturday 08 June 2024 16:36:11 +0000 (0:00:00.116) 0:03:23.481 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Ensure the credentials directory is present] *** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:45 Saturday 08 June 2024 16:36:11 +0000 (0:00:00.058) 0:03:23.539 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:53 Saturday 08 June 2024 16:36:11 +0000 (0:00:00.049) 0:03:23.589 ********* skipping: [sut] => { "censored": "the output 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:63 Saturday 08 June 2024 16:36:11 +0000 (0:00:00.024) 0:03:23.613 ********* skipping: [sut] => { "censored": "the output 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:80 Saturday 08 June 2024 16:36:11 +0000 (0:00:00.022) 0:03:23.635 ********* skipping: [sut] => { "censored": "the 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:86 Saturday 08 June 2024 16:36:11 +0000 (0:00:00.023) 0:03:23.659 ********* skipping: [sut] => { "censored": "the output 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:94 Saturday 08 June 2024 16:36:11 +0000 (0:00:00.022) 0:03:23.681 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Saturday 08 June 2024 16:36:11 +0000 (0:00:00.029) 0:03:23.711 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Handle Kubernetes specifications] ************ task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:139 Saturday 08 June 2024 16:36:11 +0000 (0:00:00.020) 0:03:23.732 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:14 Saturday 08 June 2024 16:36:11 +0000 (0:00:00.065) 0:03:23.797 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:34 Saturday 08 June 2024 16:36:11 +0000 (0:00:00.031) 0:03:23.828 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:60 Saturday 08 June 2024 16:36:11 +0000 (0:00:00.061) 0:03:23.890 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:66 Saturday 08 June 2024 16:36:11 +0000 (0:00:00.030) 0:03:23.921 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 08 June 2024 16:36:11 +0000 (0:00:00.039) 0:03:23.960 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 08 June 2024 16:36:11 +0000 (0:00:00.026) 0:03:23.987 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 08 June 2024 16:36:11 +0000 (0:00:00.028) 0:03:24.015 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 08 June 2024 16:36:11 +0000 (0:00:00.107) 0:03:24.122 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 08 June 2024 16:36:12 +0000 (0:00:00.271) 0:03:24.394 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 08 June 2024 16:36:12 +0000 (0:00:00.027) 0:03:24.422 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717864430.3497415, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717864402.4855888, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": "2193688452", "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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 08 June 2024 16:36:12 +0000 (0:00:00.281) 0:03:24.703 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.003884", "end": "2024-06-08 16:36:12.768485", "rc": 0, "start": "2024-06-08 16:36:12.764601" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 08 June 2024 16:36:12 +0000 (0:00:00.270) 0:03:24.973 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.005706", "end": "2024-06-08 16:36:13.017862", "rc": 0, "start": "2024-06-08 16:36:13.012156" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 08 June 2024 16:36:13 +0000 (0:00:00.245) 0:03:25.219 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 08 June 2024 16:36:13 +0000 (0:00:00.035) 0:03:25.254 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 08 June 2024 16:36:13 +0000 (0:00:00.029) 0:03:25.284 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 08 June 2024 16:36:13 +0000 (0:00:00.027) 0:03:25.311 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 08 June 2024 16:36:13 +0000 (0:00:00.037) 0:03:25.348 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 08 June 2024 16:36:13 +0000 (0:00:00.033) 0:03:25.382 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:71 Saturday 08 June 2024 16:36:13 +0000 (0:00:00.038) 0:03:25.420 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:80 Saturday 08 June 2024 16:36:13 +0000 (0:00:00.024) 0:03:25.445 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:94 Saturday 08 June 2024 16:36:13 +0000 (0:00:00.061) 0:03:25.507 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:100 Saturday 08 June 2024 16:36:13 +0000 (0:00:00.054) 0:03:25.562 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:108 Saturday 08 June 2024 16:36:13 +0000 (0:00:00.055) 0:03:25.617 ********* ok: [sut] => { "censored": "the 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:123 Saturday 08 June 2024 16:36:13 +0000 (0:00:00.086) 0:03:25.704 ********* 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.006057", "end": "2024-06-08 16:36:13.749334", "rc": 0, "start": "2024-06-08 16:36:13.743277" } 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:131 Saturday 08 June 2024 16:36:13 +0000 (0:00:00.245) 0:03:25.949 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:2 Saturday 08 June 2024 16:36:13 +0000 (0:00:00.051) 0:03:26.001 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717864534.1183596, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1717864537.1393871, "dev": 56, "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": 1717864537.1393871, "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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:10 Saturday 08 June 2024 16:36:14 +0000 (0:00:00.245) 0:03:26.246 ********* 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-06-08 16:35:39 UTC", "ActiveEnterTimestampMonotonic": "627776992", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "\"app-podman\\\\x2dkube.slice\" -.mount run-user-2001.mount network-online.target basic.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-06-08 16:35:38 UTC", "AssertTimestampMonotonic": "627214407", "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": "18825810000", "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-06-08 16:35:38 UTC", "ConditionTimestampMonotonic": "627214403", "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": "48393", "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": "21401", "ExecMainStartTimestamp": "Sat 2024-06-08 16:35:39 UTC", "ExecMainStartTimestampMonotonic": "627776917", "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-06-08 16:35:38 UTC] ; stop_time=[n/a] ; pid=21390 ; 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-06-08 16:35:38 UTC] ; stop_time=[n/a] ; pid=21390 ; 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-06-08 16:35:38 UTC", "InactiveExitTimestampMonotonic": "627224427", "InvocationID": "c0f3b7ccdf45436cbac72d67da7c3685", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "inherit", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "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": "21401", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "61648896", "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": "basic.target \"app-podman\\\\x2dkube.slice\"", "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-06-08 16:35:39 UTC", "StateChangeTimestampMonotonic": "627776992", "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": "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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:28 Saturday 08 June 2024 16:36:15 +0000 (0:00:01.035) 0:03:27.282 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717864536.5973823, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fb0097683a2e5c8909a8037d64ddc1b350aed0be", "ctime": 1717864536.2523792, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 2001, "gr_name": "auth_test_user1", "inode": 517996866, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1717864536.0603774, "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": "1110673307", "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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:33 Saturday 08 June 2024 16:36:15 +0000 (0:00:00.266) 0:03:27.548 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:45 Saturday 08 June 2024 16:36:15 +0000 (0:00:00.335) 0:03:27.884 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:50 Saturday 08 June 2024 16:36:15 +0000 (0:00:00.196) 0:03:28.080 ********* changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.045095", "end": "2024-06-08 16:36:16.155274", "rc": 0, "start": "2024-06-08 16:36:16.110179" } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:59 Saturday 08 June 2024 16:36:16 +0000 (0:00:00.294) 0:03:28.374 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 08 June 2024 16:36:16 +0000 (0:00:00.102) 0:03:28.476 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 08 June 2024 16:36:16 +0000 (0:00:00.024) 0:03:28.500 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 08 June 2024 16:36:16 +0000 (0:00:00.023) 0:03:28.524 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:135 Saturday 08 June 2024 16:36:16 +0000 (0:00:00.026) 0:03:28.551 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:146 Saturday 08 June 2024 16:36:16 +0000 (0:00:00.023) 0:03:28.574 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 08 June 2024 16:36:16 +0000 (0:00:00.069) 0:03:28.644 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 08 June 2024 16:36:16 +0000 (0:00:00.029) 0:03:28.674 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 08 June 2024 16:36:16 +0000 (0:00:00.026) 0:03:28.701 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 08 June 2024 16:36:16 +0000 (0:00:00.021) 0:03:28.723 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 08 June 2024 16:36:16 +0000 (0:00:00.030) 0:03:28.753 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 08 June 2024 16:36:16 +0000 (0:00:00.042) 0:03:28.796 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 08 June 2024 16:36:16 +0000 (0:00:00.029) 0:03:28.826 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 08 June 2024 16:36:16 +0000 (0:00:00.026) 0:03:28.852 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 08 June 2024 16:36:16 +0000 (0:00:00.035) 0:03:28.887 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 08 June 2024 16:36:16 +0000 (0:00:00.201) 0:03:29.089 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 08 June 2024 16:36:17 +0000 (0:00:00.090) 0:03:29.179 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717864430.3497415, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717864402.4855888, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": "2193688452", "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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 08 June 2024 16:36:17 +0000 (0:00:00.208) 0:03:29.387 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.003754", "end": "2024-06-08 16:36:17.398370", "rc": 0, "start": "2024-06-08 16:36:17.394616" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 08 June 2024 16:36:17 +0000 (0:00:00.202) 0:03:29.590 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003766", "end": "2024-06-08 16:36:17.595144", "rc": 0, "start": "2024-06-08 16:36:17.591378" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 08 June 2024 16:36:17 +0000 (0:00:00.197) 0:03:29.788 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 08 June 2024 16:36:17 +0000 (0:00:00.031) 0:03:29.819 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 08 June 2024 16:36:17 +0000 (0:00:00.022) 0:03:29.841 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 08 June 2024 16:36:17 +0000 (0:00:00.020) 0:03:29.862 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 08 June 2024 16:36:17 +0000 (0:00:00.022) 0:03:29.884 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 08 June 2024 16:36:17 +0000 (0:00:00.024) 0:03:29.909 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 08 June 2024 16:36:17 +0000 (0:00:00.022) 0:03:29.931 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 08 June 2024 16:36:17 +0000 (0:00:00.043) 0:03:29.974 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 08 June 2024 16:36:17 +0000 (0:00:00.023) 0:03:29.998 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 08 June 2024 16:36:17 +0000 (0:00:00.021) 0:03:30.020 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 08 June 2024 16:36:17 +0000 (0:00:00.043) 0:03:30.064 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Cleanup quadlets] **************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:220 Saturday 08 June 2024 16:36:17 +0000 (0:00:00.040) 0:03:30.104 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Saturday 08 June 2024 16:36:17 +0000 (0:00:00.051) 0:03:30.155 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717864534.1183596, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1717864537.1393871, "dev": 56, "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": 1717864537.1393871, "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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 Saturday 08 June 2024 16:36:18 +0000 (0:00:00.213) 0:03:30.369 ********* 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": "basic.target app.slice -.mount run-user-2001.mount", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target default.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": "infinity", "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": "basic.target app.slice", "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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:33 Saturday 08 June 2024 16:36:18 +0000 (0:00:00.408) 0:03:30.777 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:39 Saturday 08 June 2024 16:36:18 +0000 (0:00:00.206) 0:03:30.984 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 08 June 2024 16:36:18 +0000 (0:00:00.038) 0:03:31.022 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 08 June 2024 16:36:18 +0000 (0:00:00.033) 0:03:31.056 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 08 June 2024 16:36:18 +0000 (0:00:00.023) 0:03:31.080 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:47 Saturday 08 June 2024 16:36:18 +0000 (0:00:00.028) 0:03:31.108 ********* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:56 Saturday 08 June 2024 16:36:19 +0000 (0:00:00.382) 0:03:31.490 ********* changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.046975", "end": "2024-06-08 16:36:19.583287", "rc": 0, "start": "2024-06-08 16:36:19.536312" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:64 Saturday 08 June 2024 16:36:19 +0000 (0:00:00.302) 0:03:31.793 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:224 Saturday 08 June 2024 16:36:19 +0000 (0:00:00.037) 0:03:31.830 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:153 Saturday 08 June 2024 16:36:19 +0000 (0:00:00.038) 0:03:31.869 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:4 Saturday 08 June 2024 16:36:19 +0000 (0:00:00.149) 0:03:32.019 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set cancel linger vars] ********************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:12 Saturday 08 June 2024 16:36:19 +0000 (0:00:00.026) 0:03:32.045 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:17 Saturday 08 June 2024 16:36:19 +0000 (0:00:00.029) 0:03:32.075 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717864534.1183596, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1717864537.1393871, "dev": 56, "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": 1717864537.1393871, "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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:22 Saturday 08 June 2024 16:36:20 +0000 (0:00:00.232) 0:03:32.307 ********* ok: [sut] => { "changed": false, "containers": [] } TASK [linux-system-roles.podman : Gather facts for networks] ******************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:31 Saturday 08 June 2024 16:36:20 +0000 (0:00:00.399) 0:03:32.707 ********* ok: [sut] => { "changed": false, "cmd": [ "podman", "network", "ls", "-q" ], "delta": "0:00:00.048094", "end": "2024-06-08 16:36:20.778408", "rc": 0, "start": "2024-06-08 16:36:20.730314" } STDOUT: podman podman-default-kube-network TASK [linux-system-roles.podman : Gather secrets] ****************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:41 Saturday 08 June 2024 16:36:20 +0000 (0:00:00.267) 0:03:32.975 ********* ok: [sut] => { "changed": false, "cmd": [ "podman", "secret", "ls", "-n", "-q" ], "delta": "0:00:00.042197", "end": "2024-06-08 16:36:21.036691", "rc": 0, "start": "2024-06-08 16:36:20.994494" } TASK [linux-system-roles.podman : Cancel linger if no more resources are in use] *** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:51 Saturday 08 June 2024 16:36:21 +0000 (0:00:00.256) 0:03:33.232 ********* changed: [sut] => { "changed": true, "cmd": [ "loginctl", "disable-linger", "auth_test_user1" ], "delta": "0:00:00.011582", "end": "2024-06-08 16:36:21.252814", "rc": 0, "start": "2024-06-08 16:36:21.241232" } TASK [linux-system-roles.podman : Handle credential files - absent] ************ task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:159 Saturday 08 June 2024 16:36:21 +0000 (0:00:00.223) 0:03:33.455 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:3 Saturday 08 June 2024 16:36:21 +0000 (0:00:00.071) 0:03:33.527 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:11 Saturday 08 June 2024 16:36:21 +0000 (0:00:00.037) 0:03:33.564 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 08 June 2024 16:36:21 +0000 (0:00:00.041) 0:03:33.606 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 08 June 2024 16:36:21 +0000 (0:00:00.044) 0:03:33.651 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 08 June 2024 16:36:21 +0000 (0:00:00.025) 0:03:33.676 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 08 June 2024 16:36:21 +0000 (0:00:00.086) 0:03:33.763 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 08 June 2024 16:36:21 +0000 (0:00:00.213) 0:03:33.976 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 08 June 2024 16:36:21 +0000 (0:00:00.034) 0:03:34.011 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717864430.3497415, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717864402.4855888, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": "2193688452", "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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 08 June 2024 16:36:22 +0000 (0:00:00.219) 0:03:34.230 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.004085", "end": "2024-06-08 16:36:22.246383", "rc": 0, "start": "2024-06-08 16:36:22.242298" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 08 June 2024 16:36:22 +0000 (0:00:00.207) 0:03:34.438 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003807", "end": "2024-06-08 16:36:22.443724", "rc": 0, "start": "2024-06-08 16:36:22.439917" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 08 June 2024 16:36:22 +0000 (0:00:00.201) 0:03:34.639 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 08 June 2024 16:36:22 +0000 (0:00:00.038) 0:03:34.678 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 08 June 2024 16:36:22 +0000 (0:00:00.023) 0:03:34.702 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 08 June 2024 16:36:22 +0000 (0:00:00.031) 0:03:34.734 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 08 June 2024 16:36:22 +0000 (0:00:00.026) 0:03:34.760 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 08 June 2024 16:36:22 +0000 (0:00:00.021) 0:03:34.781 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set credential variables] ******************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:17 Saturday 08 June 2024 16:36:22 +0000 (0:00:00.023) 0:03:34.805 ********* ok: [sut] => { "censored": "the output 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:45 Saturday 08 June 2024 16:36:22 +0000 (0:00:00.039) 0:03:34.844 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:53 Saturday 08 June 2024 16:36:22 +0000 (0:00:00.025) 0:03:34.869 ********* skipping: [sut] => { "censored": "the output 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:63 Saturday 08 June 2024 16:36:22 +0000 (0:00:00.022) 0:03:34.892 ********* skipping: [sut] => { "censored": "the output 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:80 Saturday 08 June 2024 16:36:22 +0000 (0:00:00.025) 0:03:34.918 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:86 Saturday 08 June 2024 16:36:23 +0000 (0:00:00.265) 0:03:35.183 ********* ok: [sut] => { "censored": "the output 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:94 Saturday 08 June 2024 16:36:23 +0000 (0:00:00.208) 0:03:35.391 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:168 Saturday 08 June 2024 16:36:23 +0000 (0:00:00.024) 0:03:35.416 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:3 Saturday 08 June 2024 16:36:23 +0000 (0:00:00.072) 0:03:35.489 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:10 Saturday 08 June 2024 16:36:23 +0000 (0:00:00.022) 0:03:35.511 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:15 Saturday 08 June 2024 16:36:23 +0000 (0:00:00.025) 0:03:35.537 ********* ok: [sut] => { "ansible_facts": { "__podman_rootless": true }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:19 Saturday 08 June 2024 16:36:23 +0000 (0:00:00.039) 0:03:35.576 ********* included: /WORKDIR/git-weekly-cih5w56lpd/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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 08 June 2024 16:36:23 +0000 (0:00:00.039) 0:03:35.616 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 08 June 2024 16:36:23 +0000 (0:00:00.026) 0:03:35.642 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 08 June 2024 16:36:23 +0000 (0:00:00.048) 0:03:35.691 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 08 June 2024 16:36:23 +0000 (0:00:00.035) 0:03:35.727 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 08 June 2024 16:36:23 +0000 (0:00:00.245) 0:03:35.972 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 08 June 2024 16:36:23 +0000 (0:00:00.045) 0:03:36.018 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717864430.3497415, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1717864402.4855888, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6586743, "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": "2193688452", "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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 08 June 2024 16:36:24 +0000 (0:00:00.223) 0:03:36.242 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.003744", "end": "2024-06-08 16:36:24.263402", "rc": 0, "start": "2024-06-08 16:36:24.259658" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 08 June 2024 16:36:24 +0000 (0:00:00.296) 0:03:36.538 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003800", "end": "2024-06-08 16:36:24.552049", "rc": 0, "start": "2024-06-08 16:36:24.548249" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 08 June 2024 16:36:24 +0000 (0:00:00.206) 0:03:36.745 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 08 June 2024 16:36:24 +0000 (0:00:00.033) 0:03:36.778 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 08 June 2024 16:36:24 +0000 (0:00:00.025) 0:03:36.803 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 08 June 2024 16:36:24 +0000 (0:00:00.047) 0:03:36.851 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 08 June 2024 16:36:24 +0000 (0:00:00.038) 0:03:36.889 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 08 June 2024 16:36:24 +0000 (0:00:00.022) 0:03:36.912 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:24 Saturday 08 June 2024 16:36:24 +0000 (0:00:00.023) 0:03:36.935 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:29 Saturday 08 June 2024 16:36:24 +0000 (0:00:00.026) 0:03:36.961 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:36 Saturday 08 June 2024 16:36:24 +0000 (0:00:00.021) 0:03:36.983 ********* ok: [sut] => { "censored": "the output 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:70 Saturday 08 June 2024 16:36:24 +0000 (0:00:00.029) 0:03:37.012 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure certs.d files] ************************ task path: /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:78 Saturday 08 June 2024 16:36:24 +0000 (0:00:00.021) 0:03:37.034 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:95 Saturday 08 June 2024 16:36:24 +0000 (0:00:00.032) 0:03:37.067 ********* 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:102 Saturday 08 June 2024 16:36:25 +0000 (0:00:00.564) 0:03:37.631 ********* ok: [sut] => { "censored": "the output 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-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:110 Saturday 08 June 2024 16:36:25 +0000 (0:00:00.191) 0:03:37.822 ********* 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-cih5w56lpd/tests/tests_auth_and_security.yml:255 Saturday 08 June 2024 16:36:25 +0000 (0:00:00.259) 0:03:38.082 ********* changed: [sut] => { "changed": true, "force": false, "name": "auth_test_user1", "remove": false, "state": "absent" } TASK [Remove homedir] ********************************************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/tests_auth_and_security.yml:260 Saturday 08 June 2024 16:36:26 +0000 (0:00:00.389) 0:03:38.471 ********* changed: [sut] => { "changed": true, "path": "/home/auth_test_user1", "state": "absent" } TASK [Remove local tmpdir] ***************************************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/tests_auth_and_security.yml:278 Saturday 08 June 2024 16:36:26 +0000 (0:00:00.240) 0:03:38.712 ********* changed: [sut -> localhost] => { "changed": true, "path": "/tmp/lsr_vamjhpec_podman", "state": "absent" } TASK [Clean up registry] ******************************************************* task path: /WORKDIR/git-weekly-cih5w56lpd/tests/tests_auth_and_security.yml:286 Saturday 08 June 2024 16:36:26 +0000 (0:00:00.294) 0:03:39.006 ********* included: /WORKDIR/git-weekly-cih5w56lpd/tests/tasks/cleanup_registry.yml for sut TASK [Destroy registry container] ********************************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/tasks/cleanup_registry.yml:3 Saturday 08 June 2024 16:36:26 +0000 (0:00:00.038) 0:03:39.045 ********* changed: [sut] => { "changed": true, "cmd": [ "podman", "rm", "-f", "podman_registry" ], "delta": "0:00:00.271294", "end": "2024-06-08 16:36:27.321827", "rc": 0, "start": "2024-06-08 16:36:27.050533" } STDOUT: podman_registry TASK [Cleanup paths] *********************************************************** task path: /WORKDIR/git-weekly-cih5w56lpd/tests/tasks/cleanup_registry.yml:7 Saturday 08 June 2024 16:36:27 +0000 (0:00:00.470) 0:03:39.516 ********* changed: [sut] => (item=/tmp/lsr_a4nzshmh_podman) => { "ansible_loop_var": "item", "changed": true, "item": "/tmp/lsr_a4nzshmh_podman", "path": "/tmp/lsr_a4nzshmh_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 08 June 2024 16:36:27 +0000 (0:00:00.218) 0:03:39.735 ********* =============================================================================== linux-system-roles.podman : Ensure required packages are installed ----- 59.28s /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Ensure test packages ---------------------------------------------------- 2.85s /WORKDIR/git-weekly-cih5w56lpd/tests/tasks/setup_registry.yml:54 -------------- fedora.linux_system_roles.certificate : Ensure provider packages are installed --- 2.55s /WORKDIR/git-weekly-cih5w56lpd/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed --- 2.50s /WORKDIR/git-weekly-cih5w56lpd/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 Start registry ---------------------------------------------------------- 2.25s /WORKDIR/git-weekly-cih5w56lpd/tests/tasks/setup_registry.yml:92 -------------- linux-system-roles.podman : Gather the package facts -------------------- 1.75s /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Push test images into local registry ------------------------------------ 1.38s /WORKDIR/git-weekly-cih5w56lpd/tests/tasks/setup_registry.yml:118 ------------- linux-system-roles.podman : Stop and disable service -------------------- 1.19s /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:10 linux-system-roles.podman : Ensure container images are present --------- 1.16s /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:39 linux-system-roles.podman : Start service ------------------------------- 1.15s /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:133 linux-system-roles.podman : Stop and disable service -------------------- 1.04s /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:10 linux-system-roles.podman : Update containers/pods ---------------------- 1.02s /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:99 linux-system-roles.podman : Ensure credential file is copied ------------ 0.98s /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:53 linux-system-roles.podman : Update containers/pods ---------------------- 0.98s /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:99 linux-system-roles.podman : Start service ------------------------------- 0.93s /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:133 linux-system-roles.podman : Ensure container images are present --------- 0.88s /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:39 linux-system-roles.podman : Ensure container images are present --------- 0.87s /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:23 linux-system-roles.podman : Gather the package facts -------------------- 0.85s /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Ensure container images are present --------- 0.82s /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:39 linux-system-roles.podman : Ensure container images are present --------- 0.77s /WORKDIR/git-weekly-cih5w56lpd/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:23 ---^---^---^---^---^--- # 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) ---^---^---^---^---^---